/*
Theme Name: Cửa Nhôm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.col-divided {
    padding-right: 30px;
    border-right: none;
}
.flickity-page-dots {
    position: absolute;
    bottom: -20px;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
/**** End FAQ One ****/
/*
* Element Name: Obelix Steps Three
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
.obelix-steps--three .title-block.subtitle>* {
    color: var(--fs-color-primary);
    margin-bottom: .7em;
}

.obelix-steps--three .title-block.title em {
    font-style: normal;
    position: relative;
}

.obelix-steps--three .title-block.title em::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background: var(--fs-color-primary);
    opacity: .2;
    bottom: 15%;
    left: 0;
    z-index: -1;
    height: 20%;
    -webkit-transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.obelix-steps--three.icon-box .icon-box-text .title {
   margin-bottom: .4em;
}
.obelix-steps--three.icon-box .icon-box-img {
    margin-bottom: 2em;
}

.obelix-steps--three.icon-box .icon-box-img .icon-inner {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.obelix-steps--three.icon-box:hover .icon-box-img .icon-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.obelix-steps--three.icon-box .icon-box-img svg {
    fill: var(--fs-color-primary);
    color: #0e4daa;
}

@media screen and (min-width: 550px) {
    .row.obelix-steps--three>.col:not(:last-child) .icon-box-img::before {
        margin: auto 0;
        top: 0;
        bottom: 0;
        background: #0151c0;
        content: "";
        position: absolute;
        height: 1px;
        width: 80px;
        right: calc(-200% + 20px);
    }

    .row.obelix-steps--three>.col:not(:last-child) .icon-box-img::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon points='14.2,10 4.6,19.2 5.2,19.8 15.4,10 5.2,0.2 4.6,0.7 '/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon points='14.2,10 4.6,19.2 5.2,19.8 15.4,10 5.2,0.2 4.6,0.7 '/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: #0151c0;
        right: -200%;
    }
}

.obelix-steps--three .contact-action p,
.obelix-steps--three .contact-action a,
.obelix-steps--three .contact-action a span {
    margin-bottom: 0;
    min-height: unset;
    line-height: 1.5;
}

.obelix-steps--three.button:not(.is-link) {
    margin-bottom: 0;
}

.obelix-steps--three.button:not(.is-link)>span {
    margin-right: 16px;
}

.obelix-steps--three.button:not(.is-link) i {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: white;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    overflow: hidden;
    margin: 0;
}

.obelix-steps--three.button:not(.is-link):hover i {
    color: var(--fs-color-primary);
}

.obelix-steps--three.button:not(.is-link) i::before {
    z-index: 1;
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    position: relative;
    background-color: #024fad;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url("/wp-content/uploads/2026/06/svgexport-1.svg");
    mask-image: url("/wp-content/uploads/2026/06/svgexport-1.svg");
}

.obelix-steps--three.button:not(.is-link):hover i::before {
    background-color: white;
    animation: btn-arrow 0.4s ease;
    -webkit-animation: btn-arrow 0.4s ease;
}

.obelix-steps--three.button:not(.is-link) i::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    background: #203d4a;
    opacity: .7;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.obelix-steps--three.button:not(.is-link):hover i::after {
    width: 100%;
}

@media screen and (max-width: 549px) {

    .obelix-steps--three .mobile-center,
    .obelix-steps--three .mobile-center .col-inner {
        text-align: center !important;
    }

    .obelix-steps--three.icon-box .icon-box-img {
        margin-bottom: 1.2em;
    }
}

@keyframes btn-arrow {
    0% {
        background-color: var(--fs-color-primary);
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    30% {
        background-color: var(--fs-color-primary);
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        opacity: 1;
    }

    30% {
        background-color: var(--fs-color-primary);
        opacity: 0;
    }

    69% {
        opacity: 0;
    }

    70% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes btn-arrow {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    30% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    69% {
        opacity: 0;
    }

    70% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}
.modal-overlay .img-inner {
	position: relative;
	border-radius: 20px;
}

.modal-overlay .img-inner:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer;
}

.modal-overlay .img-inner:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/**** End Obelix Three  ****/
/*
* Element Name: Dropdown Menu Four
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
@media (min-width: 850px) {
    header#header .header-nav.header-nav-main > li:hover > a, header#header .header-nav.header-nav-main > li.current-dropdown > a {
        color: var(--fs-color-primary);
        z-index: 10;
        position: relative;
    }

    /* All submenu style */
    header#header ul.sub-menu, header#header .nav-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem 0;
        border: none;
        min-width: 215px;
        background: white;
        -webkit-box-shadow: 0 10px 35px -5px rgba(0,0,0,.2);
                box-shadow: 0 10px 35px -5px rgba(0,0,0,.2);
        text-align: left;
        border-radius: .8rem;
        -webkit-transition: all .85s cubic-bezier(.19,1,.22,1);
        -o-transition: all .85s cubic-bezier(.19,1,.22,1);
        transition: all .85s cubic-bezier(.19,1,.22,1);
        -webkit-transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,-webkit-transform;
        -o-transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility,-webkit-transform;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        max-height: unset;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    header#header .has-dropdown .icon-angle-down {
        opacity: 1;
    }

    header#header .header-nav.header-nav-main > li > .nav-dropdown {
        left: -26px;
        top: .3rem;
        padding-top: 2.6rem;
    }

    /* Right menu */
    header#header .nav-right .nav-dropdown {
        left: auto;
        right: auto;
        min-width: unset;
    }

    header#header .nav-right > li:not(:hover) > .nav-dropdown {
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important;
    }

    header#header .nav-right .nav-dropdown a {
        white-space: nowrap;
    }

    header#header .nav-right .account-item .nav-dropdown {
        text-align: center;
    }

    header#header .header-search-dropdown .header-search-form {
        padding: .6em .8em!important;
    }

    header#header .nav-right .current-dropdown .nav-dropdown {
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    /* Submenu on hover, active */
    header#header .current-dropdown > .nav-dropdown, header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: calc(100% - .5rem);
        top: -1rem;
        min-width: 180px;
    }
    header#header .nav-dropdown li {
        color: var(--obelix-header-color, #161618);
        width: 100%;
        display: block;
        position: relative;
        margin: 0!important;
        border: none;
        opacity: 0;
        -webkit-transition: all .5s cubic-bezier(.17,.84,.44,1);
        -o-transition: all .5s cubic-bezier(.17,.84,.44,1);
        transition: all .5s cubic-bezier(.17,.84,.44,1);
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        -o-transition-property: transform,opacity;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        width: auto;
    }

    header#header .header-nav.header-nav-main li.menu-item-has-children:hover > .nav-dropdown > li, header#header .header-nav.header-nav-main li.menu-item-has-children:hover > .sub-menu > li, header#header .header-nav.header-nav-main li.current-dropdown > .nav-dropdown > li {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    header#header .nav-dropdown li:hover {
        color: var(--fs-color-primary);
    }

    header#header .nav-dropdown a {
        display: block;
        padding: .6rem 1.6rem;
        margin: 0!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        color: inherit;
    }

    header#header .nav-dropdown li.menu-item-has-children > a {
        text-transform: unset;
        padding-right: 2.2rem;
    }

    header#header .nav-dropdown li.menu-item-has-children > a::after {
        font-family: 'fl-icons';
        content: '\f105';
        position: absolute;
        right: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-44%);
        -ms-transform: translateY(-44%);
        transform: translateY(-44%);
        font-weight: lighter;
    }

    /* Text hover style */
    header#header ul.sub-menu a:hover, header#header .nav-dropdown li.active>a {
        text-transform: none;
        color: var(--fs-color-primary);
    }
}

.nav-vertical li li.menu-item-has-children>a, .nav-vertical li .children > li > a {
    font-weight: bold;
}

/* Mobile menu */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #fff;
    border-right: 1px solid #eee;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
}

.mfp-wrap.off-canvas-left .mfp-close {
    border-radius: 50%;
    opacity: 1;
    left: calc(var(--obelix-drawer-width, 300px) + 1rem);
   
    top: 1rem;
    background: white;
    color: var(--obelix-header-color, black);
    mix-blend-mode: normal;
}

.mfp-wrap.off-canvas-left .mfp-close svg {
    stroke-width: 1px;
    -webkit-transition: -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    -o-transition: transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: transform .3s 0s cubic-bezier(.65,.05,.36,1), -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.has-off-canvas.has-off-canvas-left .mfp-wrap.off-canvas-left .mfp-close svg {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

@media screen and (max-width: 849px) {
    
    .has-off-canvas.has-off-canvas-left #wrapper {
        -webkit-transition: -webkit-transform 0.3s ease-in;
        transition: -webkit-transform 0.3s ease-in;
        -o-transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -webkit-transform: translateX(var(--obelix-drawer-width, 300px));
            -ms-transform: translateX(var(--obelix-drawer-width, 300px));
                transform: translateX(var(--obelix-drawer-width, 300px));
        -webkit-transition-delay: .07s;
             -o-transition-delay: .07s;
                transition-delay: .07s;
    }

    .has-off-canvas.has-off-canvas-left #wrapper .mobile-nav {
        opacity: 0;
    }

    /* Hide scollbar */
    .off-canvas-left .mfp-content {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }

    .off-canvas-left .mfp-content::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item.active, .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: unset;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li+li {
        border: none;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical .children {
        padding-bottom: .4rem;
        padding-right: 20px;
        margin-top: -.4rem;
    }

    .mobile-sidebar .sidebar-menu a {
        color: var(--obelix-header-color);
        font-size: 1.05rem;
    }

    .mobile-sidebar .sidebar-menu .active>a {
        color: var(--fs-color-primary);
        border-color: transparent;
    }

    .mobile-sidebar .sidebar-menu .active > .sub-menu a::before {
        -webkit-transform: scaleX(1)!important;
            -ms-transform: scaleX(1)!important;
                transform: scaleX(1)!important;
    }

    .mobile-sidebar .sidebar-menu .toggle {
        --toggle-line-width: 11px;
        --toggle-color: var(--obelix-header-color, #161618);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        --toggle-color: var(--fs-color-primary);
    }

    .mobile-sidebar .sidebar-menu .toggle i {
        position: relative;
    }

    .mobile-sidebar .sidebar-menu .toggle i::before, .sidebar-menu .toggle i::after {
        content: "";
        position: absolute;
        height: var(--toggle-line-width);
        width: 2px;
        top: calc(50% - var(--toggle-line-width) / 2);
        left: calc(50% - 1px);
        border-radius: 2px;
        background-color: var(--toggle-color);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .mobile-sidebar .sidebar-menu .toggle i::after {
        width: var(--toggle-line-width);
        height: 2px;
        top: calc(50% - 1px);
        left: calc(50% - var(--toggle-line-width) / 2);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle i::before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    /* Child sub menu */
    .mobile-sidebar .nav-vertical li li.menu-item-has-children:not(:first-child) {
        margin-top: 0;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li li {
        padding-left: 1rem;
        margin: 0;
        position: relative;
    }

    s.off-canvas:not(.off-canvas-center) .nav-vertical li a {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-sidebar .nav-vertical li li.menu-item-has-children>a {
        letter-spacing: 0;
        text-transform: unset;
    }

    .mobile-sidebar .nav-vertical>li>ul li a {
        display: block;
        padding-top: .8rem;
        padding-bottom: .8rem;
        padding-left: 0!important;
        margin: 0 0 0 1rem!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
    }

    .mobile-sidebar .nav-vertical li li:last-child a {
        border: none;
    }

    /* Child Toggle */
    .mobile-sidebar .nav-vertical .obelix-mobile-has-toggle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .mobile-sidebar .nav-vertical .obelix-mobile-has-toggle .toggle {
        margin: 0;
        right: -16px;
        position: absolute;
        top: 0;
        height: 46px;
        opacity: 1;
    }

    .mobile-sidebar .nav-vertical li li li a::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -.7em;
        background: black;
        width: 4px;
        height: 1px;
        -webkit-transition: 0.4s ease-in;
        -o-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        z-index: 1;
    }

    .mobile-sidebar .nav-vertical li li li.active > a::after {
        background: var(--fs-color-primary);
    }
}
@media screen and (max-width: 549px) {
    .mfp-wrap.off-canvas-left .mfp-close {
        left: auto;
        right: calc((100vw - var(--obelix-drawer-width, 300px)) / 2 - 24px);

    }
    
}
/**** End Dropdown Menu Four ****/
.header-main ul.header-nav-main > li {
    margin: 0 5px;
}

.header-main ul.header-nav-main > li::before,
.header-main ul.header-nav-main > li::after {
    display: none;
}

.header-main ul.header-nav>li.menu-item>a {
    background: #fff;
    padding: 7px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #203d4a;
    display: flex;
    height: 44px;
}

.header-main ul.header-nav>li.menu-item>a:hover {
    background: #ffab0f;
    color: #203d4a;
}


.header-main ul.header-nav>li.menu-item>a>i {
    display: none;
}

#header .header-search-form input {
    background: #fff !important;
	height: 50px;
    padding: 0 80px 0 10px;
    border-radius: 15px;
	border: none;
    box-shadow: none;
    font-size: 14px;
}

#header .header-search-form input::placeholder {
    color: #666;
}

#header .header-search-form .icon-search {
    font-size: 20px;
    color: var(--main-color-2);
    right: 10px;
}

.header-main .header-wishlist-icon a.wishlist-link {
    padding: 0;
}

.header-main .header-wishlist-icon a.wishlist-link > i {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-main .header-wishlist-icon a.wishlist-link > i::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/11/i-heart-2.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}

.header-main .header-wishlist-icon:hover a.wishlist-link > i::before {
    background: url(/wp-content/uploads/2023/11/i-heart-1.png) no-repeat;
    background-size: 100% 100%;
}

.header-main ul.header-nav-main > li.html_top_right_text {
    margin-right: 0;
}

.header-main .header-list-wrap {
    display: flex;
}

.header-main .header-list-wrap .wrap-icon {
    position: relative;
    margin-left: 10px;
}

.header-main .header-list-wrap .wrap-icon .icon svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.header-main .header-list-wrap .wrap-icon .icon svg:hover {
    color: var(--main-color);
}

.header-main .header-list-wrap .wrap-icon .count,
.header-main .header-wishlist-icon a.wishlist-link > i::after {
    position: absolute;
    top: -3px;
    right: 0;
    background: var(--green-color);
    min-width: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .cart-item {
    margin-left: 0 !important;
}

.header-main .cart-item a.header-cart-link {
    padding: 10px;
    background: var(--main-color);
    border-radius: 12px;
}

.header-main .cart-item a.header-cart-link .header-cart-title {
    font-size: 14px;
    text-transform: none;
    color: #fff;
}

.header-main .cart-item .header-cart-icon {
    margin-left: 0;
}

.header-main .cart-item .header-cart-icon::after {
    background: var(--green-color);
    width: 15px;
    height: 15px;
    top: -3px;
    right: -6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.header-main .cart-item .header-cart-icon img.cart-img-icon {
    width: 30px;
    max-width: unset;
}

.header-main .cart-item a.header-cart-link:hover {
    background: #fff;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-title {
    color: var(--main-color);
}

.header-main .cart-item .header-cart-icon::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2023/10/i-cart-2.png) no-repeat center center;
    background-size: cover;
    display: none;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-icon img {
    opacity: 0;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-icon::before {
    display: block;
}

.nav-dropdown li a:hover {
    background: #ffffff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

