body,
:root {
    --bs-primary: var(--primary-color);
}

/********************************************************
            Coderplace Custom Styles
********************************************************/
.tm-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.cp-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    display: flex !important;
    flex-wrap: wrap;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow-x: clip;
    position: relative;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
    display: flex;
    height: auto;
}

#cptestimonial .owl-wrapper-outer .owl-item {
    display: block;
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}

/* mouse grab icon */
.customNavigation {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
    direction: ltr !important;
    right: 0;
    left: auto;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.products .customNavigation {
    top: 50%;
}

.cpcategorylist .customNavigation {
    top: 30%;
}

.testimonial-block-part .customNavigation {
    top: 60%;
}

.tmcategorylist:hover .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.customNavigation a.prev::before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: -1px;
    color: #8a9299;
}

.customNavigation a.next::before {
    content: "\E315";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    position: absolute;
    right: 3px;
    top: -1px;
    color: #8a9299;
}

#tmtestimonialcmsblock .customNavigation {
    top: -24px;
    z-index: 5;
    right: 15px;
}

#index #tmtestimonialcmsblock .customNavigation {
    top: -40px;
    right: 0;
}

.special-products .customNavigation {
    top: 52%;
}

.special-products:hover .customNavigation,
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation,
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.lastest_block .customNavigation {
    top: 44%;
}

.customNavigation i {
    color: #222 !important;
    cursor: pointer;
    font-size: 0;
    font-weight: 500;
    height: 38px;
    line-height: 32px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 38px;
    background: transparent;
    border-radius: 0;
    font-style: unset;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

.customNavigation i.prev {
    background: transparent;
    right: auto;
    background: #fff;
    border-radius: 50%;
    left: -5px;
}

.customNavigation i.next {
    background: transparent;
    right: 0px;
    background: #fff;
    border-radius: 50%;
    right: -5px;
}

.cpcategorylist .customNavigation i.prev {
    left: 0px;
}

.cpcategorylist .customNavigation i.next {
    right: 0px;
}

.tmcategorylist .customNavigation i.prev,
.testimonial-block-part .customNavigation i.prev,
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev {
    left: -20px;
}

.tmcategorylist .customNavigation i.next,
.testimonial-block-part .customNavigation i.next,
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next {
    right: -20px;
}

.testimonial-block-part .customNavigation i.prev, .testimonial-block-part .customNavigation i.next {
    display: block;
}

.customNavigation i.prev::before {
    content: '';
    -webkit-mask-image: url(../img/megnor/pro-left.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/pro-left.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
    mask-size: 18px;
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: block;
    -webkit-mask-size: 18px;
}

#tmtestimonialcmsblock .customNavigation i.prev::before {
    right: 1px;
    font-weight: 500;
}

#tmtestimonialcmsblock .customNavigation i.next::before {
    right: 0;
    font-weight: 500;
}

.customNavigation i.next::before {
    content: '';
    -webkit-mask-image: url(../img/megnor/pro-right.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/pro-right.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
    mask-size: 18px;
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: block;
    -webkit-mask-size: 18px;
}

.customNavigation i.next:hover::before, .customNavigation i.prev:hover::before {
    color: #fff;
}

#cpleftbanner1 img,
#cpleftbanner2 img {
    max-width: 100%;
}

#cpleftbanner1 li,
#cpleftbanner2 li {
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 0px;
}

#cpleftbanner1 li a,
#cpleftbanner2 li a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

.footer-container .links.lastest_block .customNavigation i.prev:hover {
    color: #9bbab1 !important;
}

.footer-container .links.lastest_block .customNavigation i.next:hover {
    color: #9bbab1 !important;
}

@media (max-width: 1449px) {
    .tmcategorylist .customNavigation i.prev,
    .testimonial-block-part .customNavigation i.prev,
    #tminstagramblock .btn.prev.instagram_prev,
    .special-products .customNavigation i.prev {
        left: -15px;
    }

    .tmcategorylist .customNavigation i.next,
    .testimonial-block-part .customNavigation i.next,
    #tminstagramblock .btn.next.instagram_next,
    .special-products .customNavigation i.next {
        right: -15px;
    }

    .customNavigation i.next {
        right: 0;
    }

    .customNavigation i.prev {
        left: 0;
    }
}

@media (max-width: 1199px) {
    #tmtestimonialcmsblock .customNavigation {
        top: -36px;
        z-index: 5;
        right: -18px;
    }
}

@media (max-width: 991px) {
    #cpleftbanner1 li img,
    #cpleftbanner2 li a {
        width: auto;
    }

    #tmtestimonialcmsblock .customNavigation {
        top: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .customNavigation {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    .tmcategorylist .customNavigation i.prev,
    .testimonial-block-part .customNavigation i.prev,
    #tminstagramblock .btn.prev.instagram_prev,
    .special-products .customNavigation i.prev,
    .btn.prev.accessories_prev {
        left: 0;
    }

    .tmcategorylist .customNavigation i.next,
    .testimonial-block-part .customNavigation i.next,
    #tminstagramblock .btn.next.instagram_next,
    .special-products .customNavigation i.next,
    .btn.next.accessories_next {
        right: 0;
    }

    #main .images-container .js-qv-mask .customNavigation {
        top: 40%;
    }

    .quickview .mask.additional_slider .customNavigation i.prev {
        left: -10px !important;
    }

    .quickview .mask.additional_slider .customNavigation i.next {
        right: -10px !important;
    }

    .btn.next.brand_next {
        left: auto;
        right: 0;
        position: absolute;
    }

    .btn.prev.brand_prev {
        left: 0;
        right: auto;
    }

    .customNavigation i.next {
        left: auto;
        right: 0;
    }
}

@media (max-width: 480px) {
}

.cpcategorylist article,
.cpcategorylist article .cat-img *,
.cpcategorylist article .cat-img {
    width: 100%;
}

.cpcategorylist .categoryblock,
.cpcategorylist .categoryblock > .block_content {
    height: 100%;
}

.cpcategory-container .categoryblock .block_content {
    position: relative;
}

.cpcategory-container .categoryblock .block_content .categorylist {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.cpcategory-container .categoryblock .block_content .categoryimage img {
    width: 100%;
    object-fit: contain;
    filter: brightness(0.8);
}

.cpcategory-container .categoryblock .block_content .categoryimage {
    border-radius: 0;
}

.cpcategory-container .categoryblock .block_content .categorylist .cate-heading a.cate-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.cptestimonial-container .testimonial-more {
    top: -15px;
    color: #666;
    position: relative;
}

.cptestimonial-container .testi-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#cpcmsbanner4 .cms-block .offer-text2 {
    color: white;
}

#cpcmsbanner4 img {
    filter: brightness(0.7);
}

#cpcmsbanner4 .cms_content .cms-block {
    display: block;
}

#cpcmsbanner4 .cms_content .cms-block .offer-text1 {
    color: var(--primary-color);
    padding: 0.2em 0.6em 0.2em 0.6em;
    display: inline-block;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 20%);
    font-style: italic;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

#cpcmsbanner4_block1 .row > [class*="col-"] {
    padding-bottom: 30px;
}

#cpcmsbanner4_block1 {
    display: flex;
    gap: 20px;
}

#cpcmsbanner4_block1 > div {
    width: 50%;
}

#cpcmsbanner4_block1 > div img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

#cpcmsbanner4_block1 .cms_content {
    display: block;
}

@media (max-width: 768px) {
    #cpcmsbanner4_block1 > div {
        width: 100%;
    }
}

.gd-gallery .products-section-title,
.gd-gallery .products-section-title {
    clear: unset;
    float: unset;
    text-align: start;
}

.btn.btn-primary {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/** PRODUCT PAGE **/
#product .scroll-box-arrows.scroll {
    display: none;
}

#product .product-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#product .product-feature-value {
    font-weight: 300;
    font-size: 14px;
}

#product #product-availability {
    width: 100%;
}

#product .product-actions .product-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#product .product-additional-info .tabs {
    background: transparent !important;
    padding: 0 !important;
}

#product #product-availability {
    background: var(--bs-light);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#product #product-availability:has(.product-unavailable) {
    background: var(--bs-danger);
    color: #fff;
    padding: 10px;
    font-weight: 700;
}

#product #content {
    max-width: 100% !important;
}

@media (min-width: 1200px) {
    #product .product-line-grid-right {
        padding-inline: 60px;
    }
}

#product .product-container .product-name {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1;
}

#product .product-description {
    text-transform: uppercase;
}

#product .product-description p {
    color: #303030;
}

#product .container,
#product .container-lg,
#product .container-md,
#product .container-sm,
#product .container-xl,
#product .container-xxl {
    max-width: 1440px;
}

#product .texture {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #cecece;
}

.product-variants .clearfix {
    margin-top: .5rem;
}

.product-variants-selector .product-variants-item {
    display: flex;
    flex-direction: row;
    user-select: none;
    cursor: pointer;
    padding: 15px 15px;
    text-align: center;
    justify-content: start;
    align-items: center;
    margin: 0;
    border-radius: 5px;
}

.product-variants-selector .product-variants-item:has(input:checked) {
    --bs-card-border-color: var(--bs-primary);
    --bs-card-border-width: 1px;
    box-shadow: inset 0 0 0 1px var(--bs-primary);
}

.product-add-to-cart .add-to-cart,
.product-add-to-cart .add-to-cart .over,
#product .product-information .add-to-cart .over,
#product .product-information .add-to-cart,
#product .product-bottom-bar .add-to-cart .over,
#product .product-bottom-bar .add-to-cart {
    padding-inline: 25px;
    padding-block: 10px;
    font-weight: 500;
}

.product-add-to-cart .add-to-cart:hover,
#product .product-information .add-to-cart:hover,
#product .product-bottom-bar .add-to-cart:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.product-add-to-cart .add-to-cart,
#product .product-information .add-to-cart,
#product .product-bottom-bar .add-to-cart {
    font-size: 16px;
    line-height: 16px;
    background-color: var(--bs-primary);
    position: relative;
    overflow: hidden;
    width: 100%;
    --height: 3.35rem;
    height: var(--height);
}

.product-add-to-cart .add-to-cart .over,
#product .add-to-cart .over {
    transition: transform 0.6s ease, opacity 0.4s ease;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bs-primary);
    font-weight: 500;
    text-transform: none;
}

#product .add:hover button:not([disabled]) .over,
#product .add-to-cart:hover button:not([disabled]) .over {
    transform: translateY(100%);
    opacity: 0;
}

/** PRODUCT PAGE - REASSURANCES **/
#product .blockreassurance_product .block-title {
    text-transform: uppercase;
    font-size: 14px !important;
    color: var(--bs-dark) !important;
    text-decoration: none;
}

#product .blockreassurance_product {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#product .blockreassurance_product > div {
    display: flex;
    gap: 10px;
    align-items: center;
}

#product .blockreassurance_product p {
    margin-bottom: 0 !important;
}

#product .blockreassurance_product .block-description {
    margin-bottom: 0 !important;
    color: #666 !important;
    text-decoration: underline;
}

#product .blockreassurance_product * {
    font-size: 14px !important;
    line-height: 1.4em;
    padding-top: 0;
}

.blockreassurance_product .item-product,
.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
    width: 30px;
    height: 30px;
}

/** PRODUCT PAGE - ACCORDION **/
#product #productAccordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' stroke='%23212529' fill='none' stroke-linecap='square' stroke-width='2'%3E%3Cline x1='8' y1='2' x2='8' y2='14'/%3E%3Cline x1='2' y1='8' x2='14' y2='8'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' stroke='%23052c65' fill='none' stroke-linecap='square' stroke-width='2'%3E%3Cline x1='2' y1='8' x2='14' y2='8'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: var(--bs-dark);
    --bs-accordion-active-bg: transparent;
}

#product #productAccordion p {
    color: var(--bs-dark);
}

#product #productAccordion .accordion-button {
    font-size: 24px;
    font-weight: 500;
}

#product #productAccordion .show .fade {
    opacity: 1;
}

/** PRODUCT PAGE - BOTTOM BAR **/
#product .product-bottom-bar {
    transform: translateY(120%);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    z-index: 999;
}

#product .product-bottom-bar .product-quantity .add {
    margin-bottom: 0;
}

#product .product-bottom-bar .product-quantity .add-to-cart {
    height: 100%;
}

#product .product-bottom-bar.show {
    transform: translateY(0);
}

#product .product-bottom-bar .product-default-image {
    width: 60px;
    overflow: hidden;
    border-radius: 8px;
}

#product .product-bottom-bar .product-name {
    font-size: 1.9rem;
    margin-bottom: 0;
}

#product .product-bottom-bar .product-add-to-cart.js-product-add-to-cart {
    padding-block: 0 !important;
}

.nav-link:hover,
.nav-link {
    color: black;
}

#product .product-bottom-bar .product-price {
    font-size: 1rem;
    color: var(--bs-primary);
    margin-block: 0 !important;
}

#product #back-top {
    display: none;
}

#product .product-bottom-bar .product-variants .card {
    border-radius: 8px;
}

/** PRODUCT PAGE - FEATURED PRODUCTS **/
#product .featured-products {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/** PRODUCT PAGE - INLINE VARIANTS **/
.inline-product-variants > :first-child {
    display: flex;
    gap: 1rem;
}

.inline-product-variants .product-variants .clearfix {
    margin-top: 0;
}

.inline-product-variants > :first-child .product-variants-selector {
    display: flex;
    gap: 0.5rem;
}

.inline-product-variants > :first-child .product-variants-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.inline-product-variants > :first-child .product-variants-item label {
    align-items: flex-start;
    justify-content: center;
}

.inline-product-variants > :first-child .product-variants-item .attribute-name {
    margin-bottom: 0.25rem;
}

.inline-product-variants .control-label {
    display: none;
}

.inline-product-variants .product-variants-selector {
    all: unset;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.inline-product-variants .product-variants-selector > div {
    all: unset;
    width: auto;
    margin-block: 0;
}

.btn.btn-primary {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}

.btn.btn-primary.sliderbutton:hover {
    color: var(--bs-primary) !important;
}

.btn.btn-primary:not(.sliderbutton):hover,
.btn.btn-primary:not(.sliderbutton):focus {
    background-color: #314a3d !important;
    border-color: #314a3d !important;
    color: #fff !important;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.appointment-section .row:after {
    clear: both;
    content: '';
    display: block;
}

body:not(#index) #wrapper {
    padding-block: 90px;
}

#ets_blog_page.layout-both-columns #content-wrapper {
    width: 100% !important;
}

#product .product-add-to-cart .qty {
    display: none;
}

.product-quantity #product-availability i.material-icons {
    position: relative;
    top: -4px;
}

.wish-comp .wishlist .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    padding-top: 0.1875rem;
    background-color: #ffffff;
    box-shadow: 0.125rem -0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-out;
    border: none;
}

.wish-comp .wishlist .st-wishlist-bt-content:hover .material-icons {
    background-color: transparent !important;
}

.wish-comp .wishlist .st-wishlist-bt-content .material-icons {
    position: relative;
    top: -2px;
}

.product-add-to-cart.js-product-add-to-cart {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}

.product-actions.js-product-actions .product-additional-info .tabs .js-mailalert {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#product .product-additional-info .tabs {
    margin: 0;
}

#product .blockreassurance_product {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

#product .collapse.show {
    display: block !important;
    opacity: 1 !important;
}

.wish-comp .wishlist .st-wishlist-bt-content .material-icons {
    color: var(--primary-color);
}

.wish-comp .wishlist .btn {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
}

.wish-comp .wishlist .btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.products .product_list .quick-view:hover::after {
    background-color: white !important;
}

.product-add-to-cart .add-to-cart:hover,
#product .product-information .add-to-cart:hover,
#product .product-bottom-bar .add-to-cart:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#category .category-cover > picture > img {
    object-fit: cover;
    object-position: center;
}

#products .products .list article .product-detail {
    color: #757575;
}

.ets_item_img > img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.wk_custom_variant .form-group,
.wk_custom_variant .form-group > div {
    float: none !important;
}

#gift_product_quantity_wanted {
    border-radius: 8px 0 0 8px !important;
}

.product-quantity .input-group-btn-vertical .btn {
    height: 23px;
}

.product-thumbnail {
    background-color: #f7f7f7;
}

.product-thumbnail img {
    mix-blend-mode: multiply;
}

.testimonial-block-part .cptestimonial-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-id-2 #main .page-content,
#contact .page-content {
    border: none;
}

#header .header-top-main.bg_main .menu .sub-menu a {
    color: var(--bs-dark);
    transition: color 0.3s ease;
}

#header .header-top-main.bg_main .menu .sub-menu a:hover {
    color: var(--primary-color);
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-left: 14px;
}

.social-link .social-icon {
    width: 16px;
    aspect-ratio: 1/1;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    filter: invert(1);
}

.social-link .social-icon.facebook {
    background-image: url('../img/megnor/facebook.svg');
}

.social-link .social-icon.instagram {
    background-image: url('../img/megnor/instagram.svg');
}

/** CONTACT **/
.contact-header {
    margin-bottom: 100px;
    text-align: center;
}

.google-map {
    margin-top: 40px;
}

.contact-surtitle {
    font-style: italic;
}

.btn-planity {
    background: #7b846b;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
}

.contact-rich a,
.contact-content a {
    transition: color 0.3s ease;
    color: var(--primary-color) !important;
    font-weight: 600;
}

.contact-rich a:hover,
.contact-content a:hover {
    color: #314a3d !important;
}

.contact-content {
    margin-top: 40px;
}

.contact-infos h3 {
    font-size: 28px;
}

.contact-highlight {
    font-weight: 600;
}

.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-submit {
    background: #7b846b;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
}

table.contact-hours {
    border-collapse: collapse;
}

table.contact-hours th,
table.contact-hours td {
    padding-inline: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
    .contact-header {
        margin-bottom: 30px;
    }
    .google-map {
        margin-top: 20px;
    }
    .contact-infos h3 {
        font-size: 22px;
    }
}

.products-section-title h2.title {
    margin-bottom: 0 !important;
}

.contact-page .alert ul {
    margin-bottom: 0;
}

#contact #main .page-content {
    padding: 0;
    margin-bottom: 0;
}

#contact #footer {
    padding-top: 0;
}

.google-map iframe {
    border: 0;
    height: 100%;
}

.google-map {
    height: 500px;
    margin-top: 60px;
}

.products-section-title {
    padding: 0 0 40px 0 !important;
}

#index .carousel .carousel-inner {
    height: clamp(220px, 40vw, 520px);
}

#index .carousel .carousel-item,
#index .carousel .carousel-item figure,
#index .carousel .carousel-item img,
#index .carousel .carousel-item > a > img {
    height: 100%;
    object-fit: cover;
}

.right-side.main-content .top-side,
.right-side.main-content .left-side,
.right-side.main-content .bottom-side,
#cpcmsbanner1 .cms_content.banner-1,
#cpcmsbanner1 .cms_content.banner-4,
#cpcmsbanner1 .cms_content.banner-3,
#cpcmsbanner1 .cms_content.banner-2 {
    width: 100% !important;
}

#cpcmsbanner1_block1 .left-side,
#cpcmsbanner1_block1 .right-side {
    width: 100%;
}

#mobile_top_menu_wrapper #top-menu .category {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

#mobile_top_menu_wrapper {
    position: fixed;
    inset: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

#mobile_top_menu_wrapper.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease;
}

#mobile_top_menu_wrapper .mobile-menu-inner {
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: relative;
}

#mobile_top_menu_wrapper.is-open .mobile-menu-inner {
    transform: translateX(0);
}

#mobile_top_menu_wrapper .mobile-menu-close {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 1;
}

#mobile_top_menu_wrapper .mobile-menu-close i {
    color: black !important;
}

#mobile_top_menu_wrapper #top-menu .category,
#mobile_top_menu_wrapper #top-menu .category .js-sub-menu {
    all: unset;
    width: 100%;
}

#mobile_top_menu_wrapper #top-menu .category .js-sub-menu .top-menu a {
    padding-inline: 0;
    color: #4f4f4f;
    padding-inline-start: 8px;
}

#mobile_top_menu_wrapper #top-menu .category .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    flex-wrap: nowrap;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    width: 100%;
    padding-left: 10px;
}

#mobile_top_menu_wrapper #top-menu .category .menu-dropdown-toggle {
    all: unset;
    cursor: pointer;
    padding: 8px 10px;
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: unset !important;
}

#mobile_top_menu_wrapper #top-menu .category > div > ul {
    opacity: 0;
    max-height: 1px;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

#mobile_top_menu_wrapper #top-menu .category > div.open > ul {
    max-height: 999px;
    opacity: 1;
    transition: max-height 0.3s ease;
}

#mobile_top_menu_wrapper #top-menu .li-wrapper {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

#mobile_top_menu_wrapper #top-menu .category .menu-dropdown-toggle > i {
    transform: rotate(180deg);
    transition: .3s ease;
}

#mobile_top_menu_wrapper #top-menu .category:has(> div.open) > .li-wrapper .menu-dropdown-toggle > i {
    transform: none;
}

#_mobile_currency_selector,
#_mobile_language_selector,
#_mobile_contact_link {
    display: none;
}

#mobile_top_menu_wrapper #_mobile_top_menu {
    padding-bottom: 0;
}

#_mobile_user_info,
.js-top-menu-bottom {
    display: flex;
    flex-direction: column;
}

#_mobile_user_info {
    padding-inline: 20px;
}

#_mobile_user_info > * {
    padding-block: 9px;
    border-bottom: 1px solid #e5e5e5;
    color: black;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding-inline: 0;
    margin-top: 10px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a.logout,
#_mobile_user_info * {
    color: black;
}

#_mobile_user_info #desc_user_info > * > i {
    position: relative;
    top: -1px;
}

.js-mailalert .btn {
    text-wrap: wrap;
}

.product-quantity .add {
    margin-inline: 0 !important;
    width: 100%;
}

.appointment-left {
    margin-bottom: 0;
}

.block-category .category-cover {
    display: none;
}

.st-modal-wishlist .modal-title {
    width: 100%;
    padding-block: 40px;
}

#header .right-nav .account.top-link:hover {
    text-decoration: none !important;
}

/** RESPONSIVE **/
#header .menu-dropdown-toggle {
    display: none;
}

@media (max-width: 591px) {
    #header .header-top .header_logo img.logo {
        max-width: 130px;
    }
    #header .menu-dropdown-toggle {
        display: block;
    }
    .appointment-card {
        padding: 10px;
    }
    .appointment-card h2 {
        font-size: 24px;
    }
}

.form-control-comment:empty {
    display: none;
}

@media (max-width: 767px) {
    .right-side.main-content .top-side,
    .right-side.main-content .left-side,
    .right-side.main-content .bottom-side,
    #cpcmsbanner1 .cms_content.banner-1,
    #cpcmsbanner1 .cms_content.banner-4,
    #cpcmsbanner1 .cms_content.banner-3,
    #cpcmsbanner1 .cms_content.banner-2 {
        aspect-ratio: 1/1;
        width: 100% !important;
        height: auto !important;
    }

    .product_list article.item:hover .product .product-bottom .add-to-cart-button, .add-to-cart-button {
        display: none;
    }
}

@media (max-width: 991px) {
    #cpcmsbanner1, #cpcmsbanner2, #cpcmsbanner3, #cpcmsbanner4 {
        margin: 40px 0px 30px 0;
    }
    #cpcmsbanner3 .cms-block .offer-text3 {
        margin-bottom: 0;
    }
    body:not(#index) #wrapper {
        padding-top: 40px;
        padding-bottom: 0;
    }
    #cpcmsbanner4_block1 .row > [class*="col-"] {
        padding-inline: 0 !important;
    }
}

.wish-comp {
    width: auto;
    padding: 0;
}

.btn:disabled {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    opacity: 0.6;
}

.psgdpr_consent_message {
    font-weight: 400;
}

.psgdpr_consent_message a {
    color: var(--bs-primary);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.psgdpr_consent_message a:hover {
    color: var(--bs-primary);
}

#product.product-customizable .product-quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.col-md-3.form-control-comment {
    display: none;
}

#main > h2.h1, #main h2.h2, #main .page-header h2.h1, .block-category h2.h1 {
    font-weight: 500;
    margin-bottom: 22px;
    padding-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
    font-family: var(--title-font-family), Arial, Helvetica, sans-serif;
    font-size: var(--title-font-size);
}

.ap-total-wishlist, .ap-total-compare {
    font-size: 12px;
}

#category #subcategories .subcategory-image {
    display: none;
}

#category #subcategories ul {
    gap: 20px;
    margin: 0;
}

#category #subcategories ul li {
    float: none;
    width: auto;
    margin: 0;
}

#category #subcategories ul li .subcategory-name {
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 500;
    margin-top: 8px;
    float: left;
    width: 100%;
    background: var(--link-hover-color);
    border: 1px solid var(--link-hover-color);
    color: white;
    border-radius: 4px;
    padding: 0.5em 1.5em;
}

#category #subcategories ul li .subcategory-name:hover {
    background: white;
    color: var(--link-hover-color);
    text-decoration: none;
}

#category #subcategories {
    padding-bottom: 50px;
    border-bottom: 1px solid lightgrey;
}

#search .products .product-thumbnail {
    display: block;
}

#search .products .product-thumbnail img {
    width: 100%;
    height: auto;
}

#header .header-top.fixed .header_logo img.logo {
    max-height: 90px;
}

#search_filters .facet .facet-label .custom-radio {
    top: 4px !important;
}

#search_filters .facet .facet-label.active .custom-radio {
    background: black;
    border: 3px solid white;
    outline: #acaaa6 1px solid;
}

section#cpcmsbanner3 .cms_content img {
    max-width: 680px;
    width:100%;
}

#cms #cpcmsbanner3 .left-side.main-content,
#cms #cpcmsbanner3 #cpcmsbanner3_block1 .cms_content {
    height: 100%;
}

#cms #cpcmsbanner3 #cpcmsbanner3_block1 .cms_content img {
    height: 100%;
    object-fit: cover;
}

.gd-gallery {
    padding: 5rem 5rem 1rem;
}

#cms .page-content.page-cms {
    background: #f9faf9;
    max-width: 960px;
    margin: auto;
    float: none;
}

#cms .page-content.page-cms h2 {
    margin-top: 30px;
}

.products-selection .total-products {
    display: none;
}

#cpleftbanner1 img {
    height: 350px;
    object-fit: cover;
}

.product_list article.product_item .product-miniature:not(:hover) .product-bottom .add-to-cart-button,
.product_list article.item .product-miniature:not(:hover) .product-bottom .add-to-cart-button {
    opacity: 1;
    transform: none;
    visibility: initial;
}

#products .grid article.product_item .product-bottom .add-to-cart-button {
    position: initial;
}

.carousel .carousel-item .caption{
    flex-wrap: wrap;
    align-content: center;
}

.carousel .carousel-item .caption .slide-text .slidertext2 {
    text-transform: initial;
}

.header-top-main.bg_main #_top_main_menu li#lnk-prendre-rendez-vous a {
    background: var(--primary-color);
    border-bottom: none;
    padding: 7px 18px;
    color: white;
    margin-top: 9px;
    transition: all 0.3s ease;
}

.header-top-main.bg_main #_top_main_menu li#lnk-prendre-rendez-vous {
    margin: 0 12px;
}

.header-top-main.bg_main #_top_main_menu li#lnk-prendre-rendez-vous a:hover {
    transform: scale(1.05);
}

#carousel .slidertext1 {
    color: var(--primary-color);
    padding: 4px 10px 3px 10px;
    display: inline-block;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 20%);
    font-style: italic;
    font-size: 18px;
}

#cpcategorylist-carousel .categoryblock .block_content .cat-img {
    height: 100%;
}

#cpcategorylist-carousel .categoryblock .block_content .categoryimage {
    height: 100%;
}

#cpcategorylist-carousel .categoryblock .block_content .categoryimage img {
    height: 100%;
    object-fit: cover;
}

#cpcategorylist-carousel a {
    display: block;
}

#cpcategorylist-carousel .categoryblock .block_content .categoryimage img {
    background: #ffffff;
}

.service-cms-banner-list.service-3 .service_image {
    mask-image: url(../img/star-svgrepo-com.svg);
}

#cpserviceblock {
    background: var(--primary-color);
}

#cpserviceblock .service_title1,
#cpserviceblock .service_title2 {
    color: white;
}

#cpserviceblock .service_image {
    background: white;
}

#cpcmsbanner3_block1 .cms_content .offer-button a {
    background: var(--primary-color);
    color: white;
    padding: 0.35em 1.2em 0.45em;
    color: white;
    display: inline-block;
    font-size: 14px;
    border-radius: 0.3em;
}

#cms #cpcmsbanner3 {
    margin-top: 0;
}

#cms #cpcmsbanner4 .cms_content .cms-block .offer-text1 {
    background: #fff;
    color: #4e7661;
    border-radius: 8px;
}

#cms #cpcmsbanner4 .cms-block .offer-text2 {
    color: white;
    background: #597463;
    padding: 5px 15px;
    margin: 0 15px;
    border-radius: 6px;
    margin: 0;
    font-size: 22px;
}

#cms #cpcmsbanner4 .cms_content .cms-block {
    left: 0;
    margin: 0 20px;
}

#cms #cpcmsbanner4_block1 > div img{
    max-height:400px;
}

.gd_engagements__item.item-1 .cms_content {
    background: rgb(227, 168, 168); 
}

.gd_engagements__item.item-2 .cms_content {
    background: rgb(198, 213, 200); 
}

.gd_engagements__item.item-3 .cms_content {
    background: rgb(204, 193, 219); 
}

.gd_engagements__item.item-4 .cms_content {
    background: rgb(228, 204, 182); 
}

#cpcmsbanner4_block1 > div img {
    object-position: right;
}

.appointment-card {
    width: initial;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
}

#footer .footer-middle {
    margin-block: 30px;
}

.crosssell-products, .productscategory-products, .product-accessories, .viewed-products {
    margin-top: 100px;
}

#ets_blog_page .post-details,
#ets_blog_page .page-heading.product-listing {
    padding: 0 15px;
    max-width: 980px;
    margin: auto;
}

#ets_blog_page .post-details {
    margin-bottom: 100px;
}

#ets_blog_page .blog-main-img {
    margin-bottom: 15px;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.contact-form-box {
    background: #eef0ee;
}

.contact-page .products-section-title {
    padding-bottom: 0 !important;
}

.contact-page .contact-header a {
    margin-top: 0;
}

#product .page-content.position-sticky {
    display: flex !important;
    flex-direction: column !important;
}

#product .images-container {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding-bottom: 120px !important; 
}

#product .images-container .js-qv-mask.additional_slider {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 !important;
    padding: 0 45px !important;
}

#product .images-container .js-qv-mask .product-images {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 15px !important; 
    padding: 0 !important;
    margin: 0 !important;
}

#product .page-content.position-sticky {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

#product .images-container .customNavigation i.prev { left: 0 !important; }
#product .images-container .customNavigation i.next { right: 0 !important; }

#carousel .carousel-item .caption>*{
    flex: 0 0 100%;
}

#carousel .carousel-item .caption h1,
#carousel .carousel-item .caption h2{
    color: #000000;
    font-size: 58px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: initial;
    margin: 10px 0px 30px;
}
#carousel .carousel-item .caption h2{
    font-size: 40px;
    margin-bottom: 20px;
}

#carousel .carousel-item .caption h1 a,
#carousel .carousel-item .caption h2 a{
    display:block;
    color: #000000;
    font-size: 1em;
    line-height: 68px;
    font-weight: 500;
    text-align: left;
    text-transform: initial;
    text-decoration: none;
}


#carousel .carousel-item .caption a{
    font-size: 20px;
    color: #000000;
    width: auto;
    padding: 0;
    background: transparent;
    text-decoration: underline;
}

#carousel .carousel-item .caption p:first-child {
    color: var(--primary-color);
    padding: 4px 10px 3px 10px;
    display: inline-block;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 20%);
    font-style: italic;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(3,62,0,0.15);
    flex:none;
}

#carousel .carousel-item .caption p:last-child{
    margin-bottom: 0;
}

#carousel .caption .caption-content {
    padding: 50px 30px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#category-description blockquote{
    background: var(--primary-color);
    color: white;
    font-size: 1.1em;
    margin-top: 20px;
    padding: 15px 30px;
}
#category-description blockquote p:last-child{
    margin-bottom: 0;
}


#category-description p a.btn.btn-default {
    font-size: 0.9em;
    padding: 0.5em 1em;
}

#product #ps_checkout-payment-method-logo-block-container{
    display:none;
}