| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/bordeaux/components/com_djcatalog2/themes/catalog2k21/css/ |
Upload File : |
* {
box-sizing: border-box;
}
a {
text-decoration: none !important;
}
.djc_status {
position: relative;
border-radius: 3px;
padding: 4px 14px 4px 36px;
font-size: 12px;
}
.djc_status--success {
background: #E5F9EE;
color: #01BF5D;
}
.djc_status--success:before {
content: "";
position: absolute;
width: 14px;
height: 10px;
background: url(../images/status--success.svg) no-repeat;
left: 12px;
top: 7px;
}
.djc_page_heading {
margin-top: 0;
}
.btn_icon {
cursor: pointer;
display: flex;
transition: opacity ease-in-out 0.1s;
}
.btn_icon:hover {
opacity: 0.5;
text-decoration: none;
}
.btn_icon__addtowishlist {
width: 19px;
height: 17px;
background: url("../images/wishlist.svg") no-repeat;
}
.btn_icon__addtowishlist--active {
background-position: -19px;
}
.btn_link {
font-weight: 600;
border: none !important;
position: relative;
background: none;
font-size: 14px;
}
.btn_link:before {
position: absolute;
content: "";
width: 24px;
height: 28px;
right: 0;
}
.btn_link:hover {
color: unset;
}
.btn_link--icon_update, .btn_link--icon_remove {
padding: 5px 30px 5px 5px;
}
.btn_link--icon_remove:before {
background: url("../images/delete.svg") no-repeat;
}
.btn_link--icon_update:before {
background: url("../images/update.svg") no-repeat;
}
.btn_toolbar {
border: 1px solid #ebebeb;
border-radius: 3px;
width: 46px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
}
.btn_toolbar img {
opacity: 0.5;
}
.btn_toolbar:hover img {
opacity: 1;
transition: opacity ease-in-out 0.1s;
}
.btn_toolbar--active img {
opacity: 1;
}
.btn--full_width {
width: 100% !important;
}
.btn--mini {
font-size: 10px;
background: #f5f5f5;
border-radius: 3px;
padding: 3px 6px;
}
#djc_order_by {
width: 180px;
border-radius: 3px;
border: 1px solid #ebebeb;
height: 46px;
margin-bottom: 0;
}
.djc_buttons__list {
list-style-type: none;
display: flex;
grid-gap: 10px;
padding-left: 0;
margin: 0;
}
.djc_image {
min-height: 120px;
display: flex;
justify-content: center;
align-items: center;
}
.djc_tabs {
padding-left: 0;
list-style-type: none;
display: flex;
grid-gap: 20px;
border-bottom: 1px solid #ebebeb;
margin: 50px 0;
}
.djc_tabs__item {
font-weight: 600;
font-size: 18px;
opacity: 0.6;
padding: 20px;
cursor: pointer;
}
.djc_tabs__item:hover, .djc_tabs__item--active {
border-bottom: 1px solid #000;
opacity: 1;
}
.djc_tabs__item a:hover {
color: unset;
}
.djc_price {
font-weight: 600;
}
.djc_price--new {
color: #dc0000;
}
.djc_price--old {
font-weight: 400;
opacity: 0.4;
text-decoration: line-through;
}
.djc_price--discount {
font-size: 14px;
opacity: 0.6;
font-weight: 400;
}
.djc_autolabels {
list-style-type: none;
position: absolute;
top: 10px;
left: 0;
padding: 0;
margin: 0;
}
.djc_autolabels__item {
background: #ebebeb;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.5px;
border-radius: 50px;
padding: 5px 15px;
font-weight: 600;
}
.djc_autolabels__item--featured {
background: #dc0000;
color: #fff;
}
/* quantity */
.djc_addtocart {
display: flex;
grid-gap: 10px;
}
.djc_qty {
display: flex;
height: 45px;
}
.djc_qty__btn {
border: 1px solid #ebebeb;
display: flex;
align-items: center;
width: 15px;
cursor: pointer;
box-sizing: border-box;
}
.djc_qty__btn--dec {
justify-content: flex-end;
border-right: none;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.djc_qty__btn--inc {
justify-content: flex-start;
border-left: none;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.djc_qty .djc_qty__inp {
border-top: 1px solid #ebebeb !important;
border-bottom: 1px solid #ebebeb !important;
border-left: 0 !important;
border-right: 0 !important;
height: 100% !important;
box-shadow: none;
text-align: center;
border-radius: 0 !important;
background: none !important;
width: 30px !important;
padding: 0 !important;
}
/** address book view **/
.djc_addresses__toolbar {
margin-bottom: 40px;
}
.djc_addresses__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
grid-gap: 30px;
}
.djc_addresses__item__toolbar {
display: flex;
justify-content: space-between;
}
.djc_addresses__item {
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 30px;
}
.djc_addresses__buttons {
display: flex;
grid-gap: 15px;
}
.djc_addresses__name {
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
}
.djc_addresses__company {
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
}
.djc_addresses__fl_name {
font-size: 14px;
font-weight: 700;
margin-top: 0;
}
.djc_addresses__postcode,
.djc_addresses__address,
.djc_addresses__country_state {
font-size: 14px;
margin: 0;
}
/** items view **/
.djc_subcategories__grid,
.djc_products__grid {
grid-gap: 30px;
margin-bottom: 30px;
}
.djc_products__item {
padding: 30px;
position: relative;
}
.djc_products__item,
.djc_products__item__description,
.djc_products__item_info {
display: flex;
flex-direction: column;
grid-gap: 15px;
}
.djc_products__item * {
margin: 0;
}
.djc_products__item_info,
.djc_products__item__introtext {
font-size: 14px;
}
.djc_products__item__toolbar {
display: flex;
grid-gap: 15px;
align-items: center;
}
.djc_item_compare {
display: none !important;
}
.djc_item_compare + label {
width: 24px;
height: 20px;
display: inline-block;
}
.djc_item_compare + label:before {
width: 24px;
height: 20px;
content: "";
display: inline-block;
background: url("../images/compare.svg") no-repeat;
}
.djc_item_compare:checked + label:before {
width: 24px;
height: 20px;
content: "";
display: inline-block;
background: url("../images/compare.svg") no-repeat 100%;
}
.djc_subcategories__item__price {
font-size: 18px;
font-weight: 700;
}
.djc_subcategories__item__price--new {
color: #dc0000;
}
.djc_subcategories__item__price--old {
font-weight: 400;
opacity: 0.4;
text-decoration: line-through;
}
.djc_stock_info {
margin-top: 10px;
}
.djc_stock_info--in {
position: relative;
margin-left: 28px;
}
.djc_stock_info--out {
position: relative;
margin-left: 22px;
}
.djc_stock_info--in::before,
.djc_stock_info--out::before {
position: absolute;
width: 19px;
height: 14px;
top: 3px;
content: "";
}
.djc_stock_info--in::before {
background: url("../images/stock_in.svg") no-repeat;
left: -26px;
}
.djc_stock_info--out::before {
background: url("../images/stock_out.svg") no-repeat;
left: -20px;
}
/* subcategories */
.djc_subcategories__item {
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 30px;
display: flex;
flex-direction: column;
grid-gap: 15px;
}
.djc_subcategories__item * {
margin: 0;
}
.djc_item__image {
display: flex;
justify-content: center;
}
.djc_subcategories__item__description {
font-size: 14px;
}
.djc_subcategories__children {
padding-left: 10px;
list-style: none;
}
.djc_subcategories__children__item {
font-size: 14px;
margin: 4px 0;
list-style-image: url("../images/bullet.svg");
padding-left: 5px;
}
/* toolbar */
.djc_toolbar {
display: flex;
justify-content: flex-end;
grid-gap: 20px;
margin-bottom: 30px;
}
.djc_order_set {
display: flex;
align-items: center;
grid-gap: 10px;
}
.djc_toolbar_set {
display: flex;
grid-gap: 10px;
}
.mod_djc2cart {
padding: 10px;
position: relative;
}
.mod_djc2cart__count {
position: absolute;
top: 6px;
right: 0;
color: #fff;
background: #dc0000;
border-radius: 50px;
padding: 2px 7px;
font-size: 10px;
}
.mod_djc2cart.mod_djc2cart-img .mod_djc2cart--count{
position: absolute;
bottom: -25%;
right: -25%;
}
.djc_cart_login_container {
margin-bottom: 40px;
}
.djc_cart_login_container #form-login-remember {
margin-bottom: 30px;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
grid-gap: 5px;
}
.djc_cart_login_container #form-login-remember .control-label {
font-weight: 400;
font-size: 14px;
padding-bottom: 4px;
}
.djc_cart_login_container #form-login-remember #modlgn-remember {
float: none;
}
.djc_cart_login_container .unstyled {
padding-left: 0;
display: flex;
grid-gap: 30px;
}
.djc_cart_registration_container {
margin-bottom: 40px;
}
.djc_filters {
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 30px;
margin-bottom: 30px;
}
.djc_producers__grid {
grid-gap: 30px;
}
.djc_producers__item {
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 30px;
display: flex;
flex-direction: column;
grid-gap: 15px;
}
.djc_producers__item * {
margin: 0;
}
.djc_producer__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
grid-gap: 30px;
}
.djc_producer__main_image, .djc_producer__thumbnail {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #ebebeb;
border-radius: 3px;
}
.djc_producer__main_image {
min-height: 360px;
margin-bottom: 10px;
}
.djc_producer__thumbnail {
min-height: 80px;
}
.djc_producer__thumbnails {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.djc_producer__title_bar {
display: flex;
justify-content: space-between;
align-items: center;
}
.djc_producer__title {
margin: 0;
}
.djc_producer__content {
display: flex;
flex-direction: column;
grid-gap: 30px;
}
.djc_attributes__table {
text-align: left;
}
.djc_attributes__value {
padding: 5px 0;
}
.djc_attributes__list {
padding-left: 20px;
list-style: none;
}
.djc_attributes__list_item {
position: relative;
}
.djc_attributes__list_item::before {
position: absolute;
content: "";
width: 2px;
height: 2px;
background: #707070;
top: 50%;
left: -15px;
}
.djc_mapview__filters {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
grid-gap: 20px;
margin-bottom: 20px;
}
.djc_mapview__filters select.INPUTBOXREPLACE.input {
width: 100% !important;
}
.djc_mapview__radius {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.djc_mapview__buttons {
grid-gap: 20px;
display: flex;
align-items: flex-end;
}
.djc_mapview__buttons .btn {
max-height: 44px;
}
.djc_orders_table {
text-align: left;
}
.djc_orders_table__th {
width: 20%;
font-size: 14px;
font-weight: 400;
}
.djc_orders_table__th--total_price {
text-align: right;
}
.djc_orders_table__tr {
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
display: flex;
align-items: center;
font-size: 16px;
}
.djc_orders_table__td {
width: 20%;
}
.djc_orders_table__total_price {
text-align: right;
}
.djc_orders_table__total_price, .djc_orders_table__order_number {
font-weight: 600;
}
.djc_items_table {
text-align: left;
width: 100%;
max-width: 100%;
}
.djc_items_table__wrapper {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.djc_items_table__th {
font-size: 14px;
font-weight: 400;
padding-bottom: 15px;
}
.djc_items_table__tr {
border-bottom: 1px solid #ebebeb;
font-size: 16px;
position: relative;
}
.djc_items_table__td {
padding: 15px 0;
max-width: 180px;
}
.djc_items_table__image {
padding-right: 15px;
}
.djc_items_table__title {
font-weight: 600;
}
.djc_items_table__toolbar {
display: flex;
grid-gap: 15px;
position: absolute;
margin-top: 5px;
}
.djc_wishlist__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
grid-gap: 30px;
}
.djc_wishlist__item {
padding: 30px;
display: flex;
flex-direction: column;
grid-gap: 15px;
}
.djc_checkout_steps {
list-style-type: none;
padding: 0;
margin: 0 auto 120px;
display: flex;
justify-content: space-between;
}
.djc_checkout_steps__step {
position: relative;
width: 100%;
text-align: center;
}
.djc_checkout_steps__step::before {
position: absolute;
box-sizing: border-box;
content: "";
width: 24px;
height: 24px;
background: #f5f5f5;
border: 8px solid #f5f5f5;
border-radius: 16px;
top: 40px;
right: calc(50% - 12px);
z-index: 1;
}
@media (max-width: 480px) {
.djc_checkout_steps__step::before {
top: 50px;
}
}
.djc_checkout_steps__step::after {
width: 100%;
height: 4px;
content: "";
position: absolute;
background-color: #f5f5f5;
top: 50px;
left: -50%;
z-index: 0;
}
@media (max-width: 480px) {
.djc_checkout_steps__step::after {
top: 60px;
}
}
.djc_checkout_steps__step:first-child:after {
content: none;
}
.djc_checkout_steps__step--active::before {
background: #01bf5d;
border: 8px solid #CCF2DE;
}
.djc_checkout_steps__step--active::after {
background-color: #01bf5d;
}
.djc_checkout_steps__step--done::before {
background: url("../images/tick.svg") #01bf5d no-repeat 50% 50%;
border: none;
}
.djc_checkout_steps__step--done::after {
background-color: #01bf5d;
}
.djc_checkout_steps__step--skip {
display: none;
}
.djc_checkout_steps__title {
font-weight: 600;
display: block;
line-height: 20px;
}
.djc_cart_grid {
display: grid;
grid-template-columns: auto 300px;
grid-gap: 50px;
}
@media (max-width: 980px) {
.djc_cart_grid {
grid-template-columns: 1fr;
}
}
.djc_cart_grid__sticky_container {
position: sticky;
top: 30px;
}
.djc_order_summary {
border: 2px solid #f5f5f5;
border-radius: 3px;
padding: 30px;
display: flex;
flex-direction: column;
grid-gap: 15px;
margin-bottom: 10px;
}
.djc_order_summary__row {
display: flex;
justify-content: space-between;
}
.djc_order_summary__row--price {
font-weight: 600;
}
.djc_order_summary__buttons {
display: flex;
flex-direction: column;
grid-gap: 15px;
}
@media (max-width: 980px) {
.djc_order_summary__buttons {
flex-direction: row;
}
}
.djc_order_summary__form {
width: 100%;
}
.djc_order_summary__total {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 40px;
text-transform: uppercase;
font-weight: 600;
}
.djc_order_summary__total--price {
font-size: 20px;
color: #01bf5d;
}
.djc_cart_table {
text-align: left;
width: 100%;
max-width: 100%;
margin-bottom: 60px;
}
.djc_cart_table__wrapper {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.djc_cart_table__th {
font-size: 14px;
font-weight: 400;
padding-bottom: 15px;
}
.djc_cart_table__tr {
border-bottom: 1px solid #ebebeb;
font-size: 16px;
position: relative;
}
.djc_cart_table__td {
padding: 15px 0;
max-width: 180px;
}
.djc_cart_table__image {
max-width: 60px;
padding-right: 15px;
}
.djc_cart_table__title {
font-weight: 600;
}
.djc_cart_table__remove {
width: 14px;
}
.djc_cart__buttons {
display: flex;
grid-gap: 10px;
justify-content: center;
align-items: center;
}
.djc_coupon__form {
margin-bottom: 60px;
}
.djc_combination_info {
list-style-type: none;
padding-left: 0;
font-weight: 400;
font-size: 14px;
margin: 10px 0;
}
.djc_orderdetails #jform_djcatalog2orderdetails_delivery_method_id, .djc_orderdetails #jform_djcatalog2orderdetails_payment_method_id {
width: unset !important;
padding-left: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
grid-gap: 20px;
}
.djc_orderdetails #jform_djcatalog2orderdetails_delivery_method_id .djc_delivery_option, .djc_orderdetails #jform_djcatalog2orderdetails_payment_method_id .djc_delivery_option, .djc_orderdetails #jform_djcatalog2orderdetails_delivery_method_id .djc_payment_option, .djc_orderdetails #jform_djcatalog2orderdetails_payment_method_id .djc_payment_option {
height: 100%;
display: block;
width: 100%;
box-sizing: border-box;
padding: 20px;
margin: 0 0 15px 0;
border: 2px solid #ebebeb;
clear: both;
overflow: hidden;
cursor: pointer;
}
.djc_orderdetails .djc_delivery_method input[type="radio"], .djc_orderdetails .djc_payment_method input[type="radio"] {
display: none !important;
}
.djc_orderdetails .djc_delivery_method input[type="radio"]:checked ~ span.djc_delivery_option, .djc_orderdetails .djc_payment_method input[type="radio"]:checked ~ span.djc_delivery_option, .djc_orderdetails .djc_delivery_method input[type="radio"]:checked ~ span.djc_payment_option, .djc_orderdetails .djc_payment_method input[type="radio"]:checked ~ span.djc_payment_option {
border-color: #01bf5d !important;
}
.djc_orderdetails .djc_delivery_option-price, .djc_orderdetails .djc_payment_option-price, .djc_orderdetails .djc_delivery_option-title, .djc_orderdetails .djc_payment_option-title {
color: #000;
font-weight: 600;
}
.djc_orderdetails .djc_delivery_option-image, .djc_orderdetails .djc_payment_option-image {
max-height: 50px;
margin: 0 0 15px 0;
float: none;
}
.djc_orderdetails .djc_delivery_option-title, .djc_orderdetails .djc_payment_option-title {
font-weight: bold;
display: block;
}
.djc_orderdetails .djc_delivery_option-price, .djc_orderdetails .djc_payment_option-price {
float: right;
margin: 0 0 0 15px;
}
.djc_billing_details,
.djc_delivery_form,
.djc_order_delivery_options,
.djc_delivery_split,
.djc_order_additional_notes {
max-width: 600px;
}
.djc_billing_details .control-group,
.djc_delivery_form .control-group,
.djc_order_delivery_options .control-group,
.djc_delivery_split .control-group,
.djc_order_additional_notes .control-group {
margin-bottom: 20px;
}
.djc_billing_details .control-group .control-label,
.djc_delivery_form .control-group .control-label,
.djc_order_delivery_options .control-group .control-label,
.djc_delivery_split .control-group .control-label,
.djc_order_additional_notes .control-group .control-label {
margin-bottom: 5px;
}
.djc_billing_details .control-group .controls #jform_djcatalog2profile_user_id,
.djc_delivery_form .control-group .controls #jform_djcatalog2profile_user_id,
.djc_order_delivery_options .control-group .controls #jform_djcatalog2profile_user_id,
.djc_delivery_split .control-group .controls #jform_djcatalog2profile_user_id,
.djc_order_additional_notes .control-group .controls #jform_djcatalog2profile_user_id {
display: block !important;
}
.djc_billing_details .control-group .controls #jform_djcatalog2profile_user_id_chzn,
.djc_delivery_form .control-group .controls #jform_djcatalog2profile_user_id_chzn,
.djc_order_delivery_options .control-group .controls #jform_djcatalog2profile_user_id_chzn,
.djc_delivery_split .control-group .controls #jform_djcatalog2profile_user_id_chzn,
.djc_order_additional_notes .control-group .controls #jform_djcatalog2profile_user_id_chzn {
display: none !important;
}
.djc_billing_details .control-group .controls fieldset,
.djc_delivery_form .control-group .controls fieldset,
.djc_order_delivery_options .control-group .controls fieldset,
.djc_delivery_split .control-group .controls fieldset,
.djc_order_additional_notes .control-group .controls fieldset {
padding-left: 0;
}
.djc_billing_details .control-group .controls .input-large,
.djc_delivery_form .control-group .controls .input-large,
.djc_order_delivery_options .control-group .controls .input-large,
.djc_delivery_split .control-group .controls .input-large,
.djc_order_additional_notes .control-group .controls .input-large {
width: 100% !important;
}
.djc_order_additional {
margin-bottom: 60px;
}
.djc_order_additional:first-child .control-group {
display: flex;
flex-direction: column;
}
.djc_order_additional:first-child .control-group .control-label {
text-align: left;
}
.djc_order_additional:first-child .control-group .controls {
margin-left: 0;
}
.djc_order_additional:last-child .control-group.checkbox {
padding-left: 0;
margin-bottom: 10px;
}
.djc_order_additional:last-child .control-group.checkbox label {
margin-left: 10px;
}
.shipping-days-msg {
font-size: 16px;
font-weight: 400;
background: rgba(255, 0, 0, 0.1);
color: red;
padding: 20px;
border-radius: 3px;
text-align: center;
}
.shipping-days-details {
width: 100%;
}
.shipping-days-details th {
font-weight: 400;
text-align: left;
border-bottom: 1px solid #ebebeb;
padding: 10px 0;
margin-top: 20px !important;
display: block;
}
.shipping-days-details td {
font-weight: 600;
padding-top: 10px;
}
/*# sourceMappingURL=style.css.map */