.main-nav .menu .megamenu img,.menu .megamenu img {
    object-fit: cover;
    height: 100%
}

.btn,footer h4 {
    letter-spacing: .25px
}

.header-contact a,.header-menu a {
    letter-spacing: .025em
}

.home-address-card h3,.home-address-card h4,.table.table-totals ul li,html {
    font-size: 14px
}

.btn,p {
    font-size: var(--fs-base)
}

body,html {
    overflow-x: hidden
}

:root {
    --primary-color: hsl(59.37deg 97.93% 62.16%);
    --color: var(--primary-color);
    --p-bg-text: #161616;
    --font-1: 'Inter',sans-serif;
    --font-2: 'Lato',sans-serif;
    --font-3: "Inter Tight",sans-serif;
    --fs-xs: 1rem;
    --fs-sm: 0.75rem;
    --fs-base: 1rem;
    --fs-md: 1.1rem;
    --lh-base: 1.6;
    --lh-tight: 1.3;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --ls-fs-sm: 0.2;
    --btn-bg: var(--primary-color);
    --btn-text: #161616
}

body {
    color: #777;
    background: #fff;
    font-weight: 400;
    line-height: 2.4rem;
    font-family: var(--font-3);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%
}

.btn:not(.linkbtn),.custom-dark-btn,.main-nav .menu,.mobile-menu1>li>a,.sec-title h3,.widget-title,footer h4 {
    text-transform: uppercase
}

.footer .widget-title,.main-nav .menu {
    text-transform: unset
}

.main-form textarea,img {
    max-width: 100%
}

.btn,b,strong {
    font-weight: 500;
    outline: 0
}

body.body-img {
    background: url(../images/bg.png)
}

::-moz-selection {
    background-color: #301b24;
    color: #fff
}

::selection {
    background-color: #301b24;
    color: #fff
}

.f1,.f3,.f4,.font-3 {
    font-family: var(--font-1)!important
}

.f2 {
    font-family: var(--font-2)!important
}

.btn,.cart-dropdown .product,.custom-btn,.custom-dark-btn,.dropdown-cart-header,.dropdown-cart-total,.form-control,.header-contact h6,.header-top,.main-nav .menu>li>a,.menu li>ul li a,a[data-toggle=modal],footer .footer-links a,h2,h3,h4,h5,h6,span.help-block {
    font-family: var(--font-1)
}

p {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #156161
}

h2,h3,h4 {
    font-size: 2rem
}

ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none
}

i {
    font-style: italic
}

hr {
    margin-bottom: 14px;
    margin-top: 14px;
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    border-left: none;
    border-right: none
}

img {
    display: block;
    height: auto
}

a:focus,button:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn {
    transition: .3s;
    padding: 16px 20px;
    border-radius: 10px;
    line-height: 1.429
}

.custom-btn,.custom-dark-btn {
    font-weight: 600;
    font-size: 14px;
    text-align: center
}

.btn:focus {
    box-shadow: none
}

.custom-btn {
    line-height: 1.8em;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--btn-text);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px
}

.custom-btn.btn-sm {
    padding: .5rem 2rem!important;
    font-size: 1rem!important;
    line-height: 25px!important
}

.custom-btn:not(:disabled):hover {
    cursor: pointer;
    background: #000;
    color: #fff!important
}

.custom-dark-btn {
    line-height: 1.5em;
    background: #212b36;
    border: 1.5px solid #212b36;
    color: #fff;
    padding: 17px 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 15px
}

.custom-dark-btn:not(:disabled):hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.btn-sm {
    padding: .5rem 2rem;
    font-size: 1rem;
    line-height: 25px
}

.btn-icon-right i {
    padding-left: .7rem
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    border-color: #070405;
    background-color: #0f090c;
    color: #fff
}

.btn-outline:not(:disabled):not(.disabled).active,.btn-outline:not(:disabled):not(.disabled):active {
    border-color: #999;
    background-color: transparent;
    color: #999
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active {
    border-color: #301b24;
    background-color: #301b24;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    border-color: #e36159;
    background-color: #e36159;
    color: #fff
}

.btn-dark {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none
}

.btn-dark:focus,.btn-dark:hover {
    border-color: #34393f;
    background-color: #34393f;
    color: #fff;
    box-shadow: none
}

.btn-dark:disabled {
    border-color: #222529;
    background-color: #222529;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active {
    border-color: #050606;
    background-color: #0b0c0d;
    color: #fff
}

form {
    margin-bottom: 35px
}

.form-control {
    padding-left: 1.2rem;
    margin-bottom: 0;
    transition: .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.form-control:not(.inp-group) {
    height: 46px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem
}

.form-control:focus {
    border-color: #dfdfdf;
    background-color: #fff;
    color: #777;
    box-shadow: none
}

span.form-error {
    color: red
}

span.help-block {
    font-size: 13px;
    color: #7c7c7c
}

.product-card__image {
    position: relative;
    -webkit-transition: opacity .5s,-webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s,transform 2s cubic-bezier(0, 0, .44, 1.18),-webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    padding: 5px
}

.product-card__image a {
    border-radius: 18px;
    overflow: hidden
}

.menu li>a,.menu li>ul li a {
    padding: .8rem 1.8rem;
    transition: .2s ease-out
}

.sec-home-category .cat-slider-item a:hover img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09)
}

.product-card:hover {
    z-index: 1;
    box-shadow: 0 12px 20px 0 rgba(0,0,0,.08);
    transition: box-shadow .3s ease-in-out
}

.product-price {
    color: #222529;
    font-size: 1rem;
    line-height: 1
}

.product-price .btn-sm {
    padding: 1px 16px;
    border-radius: 5px
}

@media (max-width: 479px) {
    .product-price {
        font-size:1.3rem
    }
}

.custom-scrollbar,.mobile-cart>div {
    -webkit-overflow-scrolling: touch
}

.custom-scrollbar::-webkit-scrollbar,.mobile-cart>div::-webkit-scrollbar {
    height: 10px;
    width: 6px
}

.custom-scrollbar::-webkit-scrollbar-thumb,.mobile-cart>div::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
    position: absolute
}

.custom-scrollbar::-webkit-scrollbar-track,.mobile-cart>div::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%
}

h2,h3,h4,h5,h6 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 400;
    line-height: 1.1
}

h2 {
    line-height: 1.5
}

h3 {
    line-height: 1.28
}

h4 {
    line-height: 1.35
}

h5 {
    font-size: 1.4rem;
    line-height: 1.429
}

h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    font-weight: 600
}

a {
    transition: .3s;
    color: #301b24;
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: none
}

.page-wrapper {
    position: relative;
    left: 0;
    transition: .25s
}

.main {
    flex: 1 1 auto
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 1220px) {
    .container {
        max-width:1200px
    }
}

@media (min-width: 1300px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }

    .cols-5 .col-xxl-20 {
        flex: 0 0 auto;
        width: 20%
    }

    .full .col-xxl-20 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 1500px) {
    .container {
        max-width:1440px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width:1540px
    }
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.sticky-header {
    transition: left .25s
}

header {
    position: relative;
    z-index: 1000
}

.header-top {
    border-bottom: 1px solid #c3c3c32b;
}

.header-center,.header-left,.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    display: block
}

.header-right i {
    margin-right: 7px;
    font-size: 1.2rem;
    color: #fff
}

.header-contact h6 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #777
}

.footer-question h6,.header-top a {
    font-weight: 500;
    font-family: var(--font-3)
}

.header-contact a {
    white-space: nowrap;
    color: #fff;
}

.mobile-menu-toggler {
    border: 0;
    background: 0 0;
    color: #ffffff;
    padding: 1px 0 0;
    margin-right: 0;
    line-height: 0;
    cursor: pointer
}

.mobile-menu-toggler svg {
    transform: scale(1.4)
}

header .separator {
    height: 20px;
    border-left: 1px solid rgba(0,0,0,.04);
    margin: 0 10px
}

.dropdownmenu-wrapper {
    position: relative;
    background-color: #fff
}

.cart-opened {
    overflow-y: hidden
}

.cart-opened .cart-dropdown .mobile-cart {
    transform: none
}

.cart-dropdown .mobile-cart {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform .2s ease-in-out;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 5px 8px rgba(0,0,0,.15)
}

.header-dropdown ul,.header-menu:before {
    transform: translateY(-1rem);
    visibility: hidden
}

.cart-opened .cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 1050;
    overflow: hidden
}

.cart-dropdown .mobile-cart .btn-close {
    position: absolute;
    left: -44px;
    top: 0;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300;
    background: 0 0;
    padding: 0;
    text-align: center;
    opacity: 1
}

.header-dropdowns {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.header-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    opacity: 1
}

.cart-dropdown .dropdownmenu-wrapper {
    padding: 2px 10px;
    overflow-y: auto;
    height: 100%;
    background: 0 0
}

.cart-dropdown .dropdownmenu-wrapper:before {
    right: 28px;
    left: auto
}

.cart-dropdown .dropdownmenu-wrapper:after {
    right: 29px;
    left: auto
}

.cart-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    margin: 0!important;
    padding: 2rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none!important
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0 0 0 auto;
    border: 1px solid #f4f4f4
}

.cart-dropdown .product-image-container a:after,.dropdown-toggle:after,.hide,.mini-products-list li .qtyField a,.mobile-menu li ul,.select_size .form-check-input {
    display: none
}

.cart-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500
}

.cart-dropdown .product-title a {
    color: #222529
}

.cart-dropdown .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem
}

.dropdown-cart-header,.dropdown-cart-total {
    font-weight: 500;
    line-height: 38px
}

.cart-table-wrapper table tr figure,.dropdown-cart-header,.search-res-wrap a:last-child,.table-mini-cart,footer ul {
    margin-bottom: 0
}

.dropdown-cart-total {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem
}

.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem
}

.cart-null,.dropdown-cart-header {
    font-size: var(--fs-md)
}

.dropdown-cart-action .btn {
    padding: 1.3rem 2.5rem 1.4rem;
    border-radius: .2rem;
    color: #fff;
    height: auto;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--font-1);
    letter-spacing: .025em;
    border-color: transparent
}

.dropdown-cart-action .btn:last-child:hover,.footer-question h6,.toast-message a,.toast-message label,footer .call-link h3,footer .footer-links a:hover,footer h4 {
    color: #fff
}

@media (max-width: 480px) {
    .cart-dropdown .dropdown-menu {
        width:300px
    }
}

.menu,.menu li,.menu ul,.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5
}

.menu:after {
    display: block;
    clear: both;
    content: ""
}

.menu li>a {
    display: block;
    color: #777
}

.menu li>ul li a {
    display: block;
    color: #585858;
    font-weight: 600;
    font-size: 13px
}

.header-dropdown ul a:hover,.menu li.active>a,.menu li:hover>a {
    background: #f4f4f4
}

.menu>li {
    float: left;
    position: relative;
    margin-right: 2.8rem
}

.menu .megamenu,.menu ul {
    display: none;
    position: absolute;
    background-color: #fff
}

.menu>li>a {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 400;
    color: #555
}

.menu>li.active>a,.menu>li:hover>a {
    color: #301b24;
    background: 0 0
}

.menu .megamenu {
    z-index: 999;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.15);
    border: 1px solid #eee;
    border-top: 3px solid #301b24;
    left: 15px;
    padding: 10px 20px;
    width: 580px
}

.menu .megamenu.megamenu-3cols {
    width: 600px
}

.menu .megamenu img {
    width: 300px
}

.menu .megamenu .submenu {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: static;
    box-shadow: none;
    min-width: 0
}

.menu .megamenu .submenu a {
    padding: 7px 8px 8px 0
}

.menu .megamenu .submenu li:hover a {
    text-decoration: underline;
    background: 0 0
}

.menu ul {
    min-width: 200px;
    padding: 5px 0;
    border-top: 3px solid #301b24;
    top: 100%;
    left: 0;
    z-index: 101;
    box-shadow: 0 29px 29px rgba(0,0,0,.1);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.15)
}

.menu ul.custom-scrollbar {
    max-height: 80vh;
    overflow-y: auto
}

.product-card a,.sec-home-category .cat-slider-item a {
    overflow: hidden;
    display: block
}

.menu ul ul {
    top: -5px;
    left: 100%
}

.cart-table-wrapper,.cat-slider-item a,.main-nav-sub .main-inner-nav li,.menu ul li {
    position: relative
}

.main-nav-sub:hover .main-inner-nav,.menu ul li:hover ul,ul.menu .main-inner-nav:hover>ul,ul.menu .nav-sub:hover>ul {
    display: block
}

.main-nav .menu {
    font-size: 12px
}

.main-nav .menu>li>a {
    font-size: 14px;
    padding: 19px 0;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .12px
}

.header-contact a:hover, .header-menu a:hover, .header-top .header-left a:hover, .main-nav .menu>li>a:hover, footer .call-link:hover h3, footer a:hover, footer ul.social-links li a:hover {
    color: var(--primary-color)
}

.main-nav .menu>li>a:hover svg {
    color: var(--primary-color);
}

.form-option,.main-nav .menu>li:first-child>a {
    padding-left: 0
}

.main-nav .menu>li:not(.float-right):last-child {
    margin-right: 0
}

.main-nav .menu>li>ul {
    left: -15px
}

.main-nav .menu .megamenu {
    top: 100%;
    left: -15px;
    border-top: none
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 260px;
    background-color: #1d1e20;
    font-size: 1.2rem;
    line-height: 1.5;
    z-index: 1051;
    transform: translateX(-100%);
    transition: transform .25s;
    overflow-y: auto
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0)
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.7rem 0 3rem
}

.mobile-menu-close {
    position: absolute;
    top: 1.2rem;
    right: 2.1rem;
    padding: .4rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    font-size: 1.3rem
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .25s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1050
}

.mmenu-active .mobile-menu-overlay {
    opacity: .35;
    visibility: visible
}

.mobile-nav {
    margin: 0 0 2rem;
    padding: 0
}

.mobile-menu li {
    display: block;
    position: relative
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #242527
}

.mobile-menu li a {
    display: flex;
    position: relative;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
    padding: .8rem 1.1rem;
    color: #ffffffe3;
    font-size: 1.13rem;
    align-items: center;
    justify-content: space-between
}

.mobile-menu>li a>i {
    width: 30px;
    background: #ffffff14;
    height: 29px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-menu>li a>i.opened::before {
    content: "\f068"
}

.mobile-menu li a:focus,.mobile-menu li a:hover {
    color: #fff;
    background: #282e36;
    text-decoration: none
}

.mobile-menu li ul {
    margin: 0;
    padding: 0
}

.mobile-menu li ul li a {
    padding-left: 2.5rem
}

.mobile-menu li ul ul li a {
    padding-left: 3.5rem
}

footer {
    font-size: 1.3rem;
    color: #999;
    line-height: 24px;
    border-top: 1px solid #d2d2d2;
    padding: 3em 0;
    --footer-bg: #242426;
    --f-links: #c1c1c1e6
}

footer h4 {
    font-size: 15px;
    margin-bottom: 14px;
    font-weight: 600
}

footer p {
    color: inherit
}

footer .footer-links a {
    color: var(--f-links);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 13px;
    font-size: 15px;
    letter-spacing: .2px
}

.footer-bottom {
    font-size: .78em;
    line-height: normal;
    letter-spacing: 1.25px
}

.widget-title {
    margin: .5rem 0 1.3rem;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

.dropdown-toggle i {
    font-size: 1.9rem
}

.header .separator {
    margin-left: 10px;
    margin-right: 10px
}

.header-top {
    padding-top: 3px;
    padding-bottom: 5px;
    background-color: #161616
}

.header-top a {
    font-size: 14px;
    color: #f6f6f6;
    letter-spacing: .028rem
}

.header-top .header-menu {
    margin-top: 1px
}

.dropdown-toggle {
    margin-right: .6rem
}

.header-top .separator {
    margin-right: 15px;
    margin-left: 15px;
    border-color: #ffffff00
}

.header-middle {
    padding-top: .5rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid #090909;
    /* background: url('../images/header-bg.webp'); */
    background: #1a1a1a;
}

.header-middle .header-center {
    margin-top: -1px
}

.menu .megamenu .row>div {
    padding-top: 5px
}

.main-nav .menu>li {
    margin-right: 2.5rem
}

.icon-phone-2:before {
    font-weight: 900
}

.cart-dropdown:hover .dropdown-menu {
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.15)
}

.cart-dropdown .dropdown-menu:before {
    top: -1.9rem
}

.footer-question {
    max-width: 50rem
}

.footer-question h6 {
    font-size: 1.1rem;
    margin-bottom: 10px
}

.footer-question h3 {
    color: var(--f-links);
    font-size: 1.5rem;
    line-height: 1.5
}

footer ul.social-links {
    justify-content: center;
    gap: 10px 10px;
    flex-wrap: wrap
}

footer ul.social-links li a {
    display: block;
    width: 3rem;
    height: 3rem;
    background: 0 0;
    text-align: center;
    color: #000000e6;
    font-size: 21px;
    background-color: var(--primary-color);
    border-radius: 50px;
    line-height: 43px
}

footer ul.social-links li a:hover {
    background-color: #fff;
    color: #212121
}

@media (max-width: 1199px) {
    .footer-question h3 {
        font-size:1.9rem
    }
}

section {
    padding-top: 2rem
}

.home-banner h2 {
    margin-right: -2px;
    font-size: 3.6em;
    letter-spacing: .002em
}

.home-banner h3 {
    margin-right: -7px;
    font-size: 6.45em;
    line-height: 1
}

#btn-cart-add i,.home-banner h5 {
    font-size: 1.8rem
}

.home-banner h5 {
    margin-right: 4.5rem
}

.home-banner strong {
    display: inline-block;
    margin-left: -4px
}

.home-banner {
    height: 64.5rem;
    display: flex;
    align-items: center
}

.home-slider .owl-nav {
    margin-top: 0!important
}

.banner-layer-middle {
    transform: translateY(73%)
}

.blurIn,.home-slider .owl-item.active .banner-layer h2,.home-slider .owl-item.active .banner-layer h3 {
    animation-name: blurIn
}

.home-slider .banner-layer h3 {
    animation-duration: 1.3s
}

.anim {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

.btn-xl {
    padding: 18px 50px;
    font-size: 14px;
    letter-spacing: .55px;
    line-height: 20px
}

.banner-title,.home-slider h5 {
    line-height: 1
}

.banner-title {
    font-family: "Segoe Script","Savoye LET"
}

.product-card__btn,.product-card__price {
    font-weight: 500;
    font-family: var(--font-3);
    text-align: center
}

.border-container {
    padding-bottom: 1.9rem;
    border-bottom: 1px solid #e7e7e7
}

@media (max-width: 575px) {
    .home-banner .banner-layer {
        padding-left:23px;
        margin-top: 20%;
        font-size: 9px
    }

    .header-top {
        padding: 9px 16px!important
    }
}

.odic-homeslider .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    text-decoration: none
}

.show-nav-hover:hover .owl-nav {
    opacity: 1!important
}

.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity .2s,color .2s
}

.odic-homeslider .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333!important;
    margin: 0;
    font-size: 30px !important;
    line-height: 25px !important;
    padding: 4px 7px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 53px;
    background-color: #ffffffc7 !important;
    width: 47px;
    height: 47px;
}

.odic-homeslider .owl-nav .owl-prev {
    left: 1vw
}

.odic-homeslider .owl-nav .owl-next {
    right: 1vw
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.product-card {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    color: #777;
    margin-bottom: 2rem;
    transition: box-shadow .3s ease-in-out;
    border-radius: 20px;
    overflow: hidden
}

.product-card__btn--buy,.product-card__btn--cart {
    background: var(--btn-cart-bg-color);
    border: 1px solid var(--btn-cart-bg-color)
}

.product-card a {
    color: inherit;
    text-overflow: ellipsis;
    text-align: center
}

.product-card a:hover {
    color: #301b24;
    text-decoration: none
}

.product-card__title-name a {
    line-height: 1.28;
    margin-bottom: .9rem;
    color: #2b2b2b;
    font-weight: 500;
    font-family: var(--font-1);
    display: block
}

.product-card__price {
    margin-bottom: 12px;
    color: #3a3a3a;
    font-size: calc(var(--fs-md)* 1.23);
    line-height: 1;
    letter-spacing: .45px
}

.product-card__content {
    padding: 0 10px 10px
}

.product-card__btn {
    padding: 6px 0;
    font-size: 1.05rem;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: .25s;
    width: 100%;
    border-radius: 6px;
    letter-spacing: .35px
}

.product-card__btn--cart {
    --btn-cart-bg-color: var();
    --btn-cart-bg-color: var(--btn-bg)
}

.product-card__btn--cart:not(:disabled):hover {
    --btn-cart-bg-color: #212121;
    cursor: pointer;
    color: #fff!important
}

.product-card__btn--buy {
    --btn-cart-bg-color: #cfcfcf;
    color: #464646
}

.product-card__btn--buy:not(:disabled):hover {
    --btn-cart-bg-color: #000;
    cursor: pointer;
    color: #fff!important
}

@media only screen and (max-width: 600px) {
    .product-card__btn-cart {
        padding:0 3.4rem
    }
}

.sec-title,.signup_alert {
    text-align: center
}

.sec-title h2 {
    font-family: var(--font-1);
    color: #11111185;
    color: #000000;
    font-weight: 600;
    font-size: 28px;
}

.sec-title h3 {
    margin-bottom: 0;
    font-size: var(--fs-md);
    color: var(--primary-color);
    line-height: 16px;
    font-size: var(--fs-md);
    letter-spacing: .25px;
    font-weight: 600
}

@media (min-width: 1200px) {
    .main-nav .menu>li>a {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .main-nav .menu>li>a {
        font-size: 14px;
    }
}

.header-center .logo-container {
    display: flex;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    max-width: 110px;
    height: auto
}

.sec-home-category {
    padding: 42px 0;
    background-color: #f5f3ee;
}

.sec-home-category .cat-slider-item a img {
    -webkit-transition: opacity .5s,-webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s,transform 2s cubic-bezier(0, 0, .44, 1.18),-webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    object-fit: cover;
    height: 100%;
}


.sec-home-category .owl-theme .owl-nav {
    margin-top: 0
}

.sec-home-category .owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 22px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    transform: translateY(-50%);
}

.sec-home-category .owl-theme .owl-nav button.disabled {
    background-color: #ffffff;
    color: #bebebe;
}

.account-dropdown.header-dropdown ul,.sec-home-category .owl-prev {
    left: 0
}

.sec-home-category .owl-next {
    right: 0
}

.sec-home-category .owl-theme .owl-dots {
    margin-top: 10px;
    display: none
}

.sec-home-coupon {
    padding: 3em 0 2em
}

.full select,.sec-home-coupon img {
    width: 100%
}

.cart-table-wrapper .loader_spin.hide,.sec-home-coupon .owl-nav {
    display: none!important
}

.signup_alert_section {
    padding: 4em 0;
    background: #f5f5f6;
    margin: 4em 0 1em
}

.signup_alert h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000
}

.signup_alert a {
    line-height: 1.5em;
    background-color: #fff;
    border: 1px solid #6e6e6e;
    color: #393939;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 1.2rem 2rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.signup_alert a:hover {
    background-color: #e6e6e6
}

.stickyNav {
    display: flex;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 1em 0;
    /* background: #fff; */
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%);
    z-index: 1040
}

.bredcrumb-large,.bredcrumbWrap {
    background-color: #f8f8f8;
    display: flex;
    position: relative;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.stickyNav .header-center .logo-container {
    top: -7px!important;
    position: static;
    width: 170px
}

.bredcrumb-large {
    --bredcrumb-space: 40px 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: var(--bredcrumb-space);
    text-align: center
}

.bredcrumbWrap {
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    min-height: 57px;
    padding-top: 0;
    text-align: left
}

.bredcrumb-content__title {
    margin: 0;
    font-weight: 400;
    font-family: var(--font-1)
}

.sidebar_categories .sub-level a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    line-height: 1.2;
}

.sidebar_categories .sub-level ul {
    padding-left: 20px;
    display: none
}

.sidebar .h2,.sidebar h2 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px
}

.price-filter .ui-slider {
    margin-bottom: 25px
}

.price-filter .inp-filter-amount {
    user-select: none;
    padding: 7px 5px;
    text-align: center;
    border: 1px solid #ddd
}

.main-form h4 {
    font-family: var(--font-1);
    color: #777
}

.main-form label {
    font-size: 14px;
    font-family: var(--font-1)
}

.main-form .input_ctrl,.main-form select,.main-form textarea {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #e1e1e1;
    min-height: 40px;
    font-family: var(--font-1)
}

.product-info-price span,.product-sku {
    font-family: var(--font-1);
    font-weight: 700
}

.main-form .input_ctrl::placeholder,.main-form select::placeholder,.main-form textarea::placeholder {
    color: #121212;
    font-size: 13px
}

.new-account .link {
    text-decoration: underline;
    color: #222
}

.product-single img,.variant_wrapper {
    user-select: none
}

.product_single_title {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    color: #000
}

.product-single_meta .product-stock .instock {
    font-weight: 500;
    color: #108043;
    font-size: 14px
}

.product-single_meta .product-stock .outstock {
    color: #f80900;
    font-weight: 500;
    font-size: 14px
}

.product-info-price span {
    font-size: 39px;
    margin-top: 6px;
    display: inline-block;
    color: #616161;
    font-weight: 400;
    font-family: var(--font-2)
}

.product-info-price span.offprice {
    font-size: 17px;
    font-weight: 500;
    margin-top: 6px;
    color: #ababab;
    display: inline-block;
    margin-right: 5px
}

.product-sku {
    font-size: 12px;
    margin-top: 0;
    color: #999
}

select.form-select {
    height: 50px;
    padding: 0 10px
}

.border-p-desc {
    border: .0625rem solid #e1e1df;
    width: 100%;
    padding: 18px 17px!important
}

.border-p-desc h3 {
    font-size: 1.105rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #000;
    text-transform: capitalize;
    letter-spacing: .03125rem
}

.icon_desc_title i {
    font-size: 21px;
    color: #9f9f9f
}

.p_desc table strong,.p_desc table td {
    font-weight: 400;
    font-family: var(--font-1);
    padding: 5px 0;
    color: #000
}

.p-desc .ck-ed p {
    line-height: 150%;
    margin-bottom: 18px
}

img.color_img {
    border: 2px solid #c7c7c775;
    padding: 2px;
    width: 62px
}

.mini-products-list li,.search-res-wrap a {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

img.color_img.active {
    border: 2px solid var(--primary-color)
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.mini-products-list {
    padding: 7px 5px 0;
    height: calc(100vh - 207px);
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    margin: 0
}

.mini-products-list+.mini-products-list {
    padding-top: 0
}

.mini-products-list li {
    padding-bottom: 10px;
    line-height: normal;
    display: block;
    display: flex;
    align-items: center
}

.mini-products-list li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.mini-products-list li:after,.mini-products-list li:before {
    content: '';
    clear: both;
    display: block
}

.mini-products-list li .product-image {
    width: 25%;
    float: left
}

.mini-products-list li .pro-img {
    float: left;
    width: 30%
}

.mini-products-list li .pName {
    font-family: var(--font-1);
    letter-spacing: 0;
    font-weight: 500;
    color: #767676;
    font-size: 13px;
    white-space: normal;
    text-decoration: none;
    display: block;
    line-height: normal;
    margin-right: 18px;
    margin-bottom: 0
}

.mini-products-list li .pName:hover {
    color: #222
}

.mini-products-list li .product-details {
    float: left;
    width: 75%;
    padding-left: 15px;
    text-align: left
}

.mini-products-list li .remove {
    color: #5c5c5c;
    float: right;
    font-size: 14px;
    padding: 0 2px 0 7px;
    margin-top: 0;
    text-decoration: none
}

.mini-products-list li .remove:hover {
    color: #000
}

.mini-products-list li .edit-i.remove {
    font-size: 11px;
    padding-top: 1px
}

.mini-products-list li .priceRow {
    margin: 10px 0 0
}

.mini-products-list li .priceRow .prodMulti {
    display: inline-block;
    font-size: 10px
}

.mini-products-list li .priceRow .product-price {
    display: inline-block
}

.mini-products-list li .qtyField {
    display: inline-block;
    padding-left: 2px
}

.mini-products-list li .qtyField span {
    display: inline-block;
    padding: 0;
    border: 0
}

.cursor-p:not(:disabled) {
    cursor: pointer
}

span.cart-count-append {
    position: absolute;
    top: 1px;
    right: 8px;
    width: 1.6rem;
    border-radius: 50%;
    color: #000000;
    background: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: var(--font-1);
    text-align: center
}

.search-res-wrap a,.table.table-totals ul p,label {
    font-family: var(--font-3)
}

.search-res-wrap a {
    line-height: 20px;
    padding: 8px 11px;
    font-weight: 500;
    color: #727272;
    letter-spacing: .45px;
    font-size: .8rem;
    display: block
}

.search-res-wrap a:hover {
    background-color: #efefef;
    color: #1c1c1c
}

.cart-count-append.counter {
    display: block!important;
    transform-origin: bottom;
    animation: .2s counterfadein
}

@-webkit-keyframes counterfadein {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1.1);
        opacity: 1
    }
}

.header-dropdown ul {
    position: absolute;
    top: -300rem;
    z-index: 1150;
    min-width: 140px;
    margin: 0;
    padding: .5rem 0;
    background: #fff;
    box-shadow: 0 10px 30px 10px rgba(0,0,0,.05);
    transition: transform .2s ease-out;
    opacity: 0
}

.dashboard_nav_wrappper ul li a,.search_wrapper_overlay {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.header-dropdown ul a {
    font-size: 1.1rem;
    display: block;
    padding: .2em 15px;
    color: #777;
    white-space: nowrap
}

.header-dropdown+.header-dropdown {
    margin-left: 1.4rem
}

.header-dropdown:hover .header-menu:before,.header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none
}

.search_wrapper_overlay {
    background: #ffffffb8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.search_wrapper_overlay.active {
    visibility: visible;
    opacity: 1
}

.search_wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 3em 0;
    z-index: 9999;
    visibility: hidden;
    top: -155px;
    transition: 350ms
}

.search_wrapper.show {
    visibility: visible;
    top: 0
}

.search_wrapper .serach_input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    border: 1px solid #e3e3e3
}

.search_wrapper .serach_input_wrapper i.search {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #a3a3a3;
    font-size: 17px;
    border-right: 1px solid #b5b5b5;
    padding-right: 11px
}

.search_wrapper input[type=text] {
    padding: 7px 0 7px 47px;
    flex: 1;
    border: none;
    line-height: 28px;
    width: 100%;
    letter-spacing: .65px;
    color: #121212
}

.search_wrapper input[type=text]:focus-visible {
    outline: -webkit-focus-ring-color auto 0
}

.search_wrapper .serach_input_wrapper button {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 22px
}

.search-res-wrap {
    clear: both;
    position: absolute;
    width: auto;
    z-index: 999999;
    left: 0;
    top: 48px;
    background-color: #fff;
    padding: 0
}

.section-user-dashboard h3,.section-user-dashboard h4,.section-user-dashboard h5 {
    font-weight: 300;
    font-family: var(--font-1);
    font-size: 1.6rem
}

.dashboard_nav_wrappper ul li a {
    font-size: 13.5px;
    background: #fff;
    color: #544e4e;
    font-family: var(--font-1);
    font-weight: 400;
    transition: .3s
}

.dashboard_nav_wrappper ul li {
    border-bottom: 1px solid #ddd
}

.dashboard_nav_wrappper ul li a.active,.dashboard_nav_wrappper ul li a:hover {
    font-weight: 700;
    color: #222529
}

.cart-summary {
    margin-bottom: 3.6rem;
    padding: 1rem 2rem 1.5rem;
    border: 1px solid #ededed;
    background: #fdfbfb
}

.cart-summary td {
    font-family: var(--font-1);
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400
}

.cart-summary h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    letter-spacing: -.01em
}

.cart-summary-section {
    position: relative;
    user-select: none;
    display: block
}

.cart-summary-section::before {
    font-family: "Font Awesome 5 Free";
    animation: .6s .5s infinite spinner;
    content: '';
    font-size: 3rem;
    color: #ffab01;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    transform-origin: center;
    will-change: transform;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #b10a26;
    border-top-color: transparent;
    border-bottom-color: transparent
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%,-50%,0) rotate(0)
    }

    100% {
        transform: translate3d(-50%,-50%,0) rotate(360deg)
    }
}

.cart-summary-section::after {
    content: '';
    background: rgba(179,179,179,.1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffbd;
    z-index: 0
}

.choose_adder_item h3 {
    font-weight: 500
}

.choose_adder_item h3,.choose_adder_item h4,.choose_adder_item p {
    font-size: 13px;
    margin-bottom: 0;
    font-family: var(--font-1)
}

.choose_adder_item p {
    margin-bottom: 0;
    line-height: 20px
}

.choose_adder_item label span {
    margin-left: 9px;
    display: inline-block;
    font-weight: 300
}

.checkout-section .alert {
    padding: 1.75rem 1.25rem
}

.cart-table-container td,.cart-table-container th {
    font-family: var(--font-1);
    color: #000;
    vertical-align: bottom;
    border-bottom: 1px solid #ededed!important;
    font-size: 14px;
    font-weight: 400
}

.cart-table-wrapper table tr {
    background: #fff;
    font-family: var(--font-1);
    padding: 10px 0
}

.cart-table-wrapper table tr td {
    padding: .15rem .35rem;
    vertical-align: middle
}

.cart-table-wrapper table tr .product-title a {
    font-family: inherit;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400
}

.cart-table-wrapper .loader_spin {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(243 243 243 / 49%);
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-table-wrapper .loader_spin i {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

td.product-col {
    display: flex;
    align-items: center;
    padding: 1rem 0!important;
    border-top: none!important
}

select.qu_op.qu_op_ch {
    width: 6rem;
    padding: 6px
}

.table-mini-cart tr td {
    padding: 1rem 0;
    border: 0;
    vertical-align: middle
}

.table-mini-cart tr {
    border-bottom: 1px solid #ccc
}

.table-mini-cart .product-col {
    align-items: flex-start
}

.table-mini-cart .product-col .product-image-container {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    margin-right: .8rem;
    vertical-align: top
}

.table-mini-cart .product-col>div {
    display: inline-block;
    padding-top: .7rem;
    vertical-align: top
}

.table-mini-cart .price-col {
    font-weight: 400;
    font-family: var(--font-1);
    text-align: right;
    line-height: 20px
}

.table-mini-cart .product-title {
    display: block;
    margin: 0 5px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #333
}

.pay_now_wrap {
    background: #e3f0ff;
    padding: 10px 19px 13px 15px;
    border-radius: 5px;
    display: inline-flex;
    width: 100%;
    margin-top: 7px
}

.table.table-totals ul li label {
    margin-bottom: 0;
    font-family: var(--font-1);
    font-weight: 400
}

.table.table-totals ul p {
    font-size: 13px;
    line-height: 20px
}

.table.table-totals hr {
    margin-bottom: 9px;
    margin-top: 9px
}

.order-summary-tbl-footer td {
    color: #000;
    font-weight: 600
}

.modal-title,.pay_desc p {
    font-weight: 400
}

.pay_now_wrap img {
    width: 110px;
    margin-left: 10px
}

.pay_desc p {
    margin-bottom: 0;
    font-family: muli,sans-serif;
    color: #3a3a3a;
    font-size: 13px;
    margin-top: 5px
}

@media only screen and (max-width: 991px) {
    .nav_header_icons a {
        display:flex;
        align-items: baseline
    }

    .nav_header_icons span.cart-count-append {
        left: 8px;
    }

    .nav_header_icons i {
        font-size: 1.2rem;
        margin-right: 5px;
        padding-top: 6px
    }

    .nav_header_icons .mobile-menu-toggler {
        margin-left: 18px
    }

    .nav_header_icons .mobile-menu-toggler i {
        font-size: 2rem
    }
}

@media only screen and (max-width: 576px) {
    .header-middle {
        position:sticky;
        width: 100%;
    }

    .cart-table-wrapper table tr figure {
        width: 100px
    }

    .overflow-scroll-480 {
        overflow-y: scroll
    }

    .home-banner {
        height: 25.5rem
    }

    .home-banner .banner-layer {
        top: 0;
        transform: translateY(20%);
        margin-top: 0
    }

    .home-banner h2 {
        font-size: 2.6em
    }

    .home-banner h3 {
        font-size: 3.45em
    }
}

.terms-section h4 {
    font-family: var(--font-1);
    margin-bottom: 5px;
    font-size: 1.35rem;
    font-weight: 600
}

.descontent :is(p,.title), .terms-section :is(p,.title) {
    line-height: 170%;
    font-size: 15px;
    color: #161616d9;
    font-weight: 400;
    letter-spacing: 0.15px;
    margin-bottom: 10px;
    font-family: var(--font-2);
}

.descontent p.title {
    font-size: 17px;
    font-weight: 600;
    color: #212121;
}

.section-footer {
    background: var(--footer-bg)
}

.cat-slider-item a {
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
}

.cat-slider-item a::before {
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(to bottom, rgb(41 38 33 / 0%) 40%, #23211f66 78%);
    background: -webkit-linear-gradient(to bottom, rgb(41 38 33 / 0%) 40%, #23211f66 78%);
    background: linear-gradient(to bottom, rgb(41 38 33 / 0%) 40%, #23211f66 78%);
}

.cat_name_overlay {
    display: block;
    min-width: 1px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: auto;
    transform: translateX(50%);
    text-align: center;
    z-index: 99
}

.cat-slider-item:hover .cat_name_overlay h6 {
    transform: translateY(0)
}

.cat-slider-item:hover .cat_name_overlay label {
    transform: translateY(0);
    opacity: 1
}

.cat_name_overlay h6 {
    font-family: var(--font-1)!important;
    font-size: var(--fs-md);
    letter-spacing: .25px
}

.form-option-label,.help-block,.toast-title {
    font-family: var(--font-1)
}

.cat_name_overlay h6,.cat_name_overlay label {
      color: #fff;
    transform: translateY(100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 0;
}

.cat_name_overlay label {
    font-size: var(--fs-base);
    letter-spacing: 2px;
    transform: translateY(70%);
    opacity: 0;
    font-weight: 600;
}

.j-c-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-c-b {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.form-control::placeholder {
    color: #121212
}

.modal-body {
    padding: 1rem 2rem
}

.form-error,.form-error p,.frm-error,.frm-error p {
    color: red;
    font-size: 13px;
    font-weight: 100;
    font-family: var(--font-1)
}

.help-block {
    font-size: 13px;
    font-weight: 100;
    color: #7c7c7c
}

.mmenu-active .sticky-header.fixed {
    left: 260px;
    transition: left .25s
}

.toast-top-center {
    top: 150px!important
}

.toast-title {
    font-weight: 400;
    font-size: 15px
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8
}

.toast-close-button:focus,.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    right: 0;
    width: 100%
}

.toast-bottom-center,.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 5px #060606c7;
    -webkit-box-shadow: 0 0 5px #060606c7;
    box-shadow: 0 0 5px #060606c7;
    color: #fff;
    opacity: .9
}

#toast-container>:hover {
    -moz-box-shadow: 0 0 9px #00000000;
    -webkit-box-shadow: 0 0 9px #00000000;
    box-shadow: 0 0 9px #00000000;
    opacity: 1;
    cursor: pointer
}

#toast-container>.toast-info,#toast-container>.toast-warning {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.31 7.526c-.099-.807.528-1.526 1.348-1.526.771 0 1.377.676 1.28 1.451l-.757 6.053c-.035.283-.276.496-.561.496s-.526-.213-.562-.496l-.748-5.978zm1.31 10.724c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z'/%3E%3C/svg%3E")
}

#toast-container>.toast-error {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 16.538l-4.592-4.548 4.546-4.587-1.416-1.403-4.545 4.589-4.588-4.543-1.405 1.405 4.593 4.552-4.547 4.592 1.405 1.405 4.555-4.596 4.591 4.55 1.403-1.416z'/%3E%3C/svg%3E")
}

#toast-container>.toast-success {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.334 11.96c-.713-.726-.872-1.829-.393-2.727.342-.64.366-1.401.064-2.062-.301-.66-.893-1.142-1.601-1.302-.991-.225-1.722-1.067-1.803-2.081-.059-.723-.451-1.378-1.062-1.77-.609-.393-1.367-.478-2.05-.229-.956.347-2.026.032-2.642-.776-.44-.576-1.124-.915-1.85-.915-.725 0-1.409.339-1.849.915-.613.809-1.683 1.124-2.639.777-.682-.248-1.44-.163-2.05.229-.61.392-1.003 1.047-1.061 1.77-.082 1.014-.812 1.857-1.803 2.081-.708.16-1.3.642-1.601 1.302s-.277 1.422.065 2.061c.479.897.32 2.001-.392 2.727-.509.517-.747 1.242-.644 1.96s.536 1.347 1.17 1.7c.888.495 1.352 1.51 1.144 2.505-.147.71.044 1.448.519 1.996.476.549 1.18.844 1.902.798 1.016-.063 1.953.54 2.317 1.489.259.678.82 1.195 1.517 1.399.695.204 1.447.072 2.031-.357.819-.603 1.936-.603 2.754 0 .584.43 1.336.562 2.031.357.697-.204 1.258-.722 1.518-1.399.363-.949 1.301-1.553 2.316-1.489.724.046 1.427-.249 1.902-.798.475-.548.667-1.286.519-1.996-.207-.995.256-2.01 1.145-2.505.633-.354 1.065-.982 1.169-1.7s-.135-1.443-.643-1.96zm-12.584 5.43l-4.5-4.364 1.857-1.857 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.642z'/%3E%3C/svg%3E")
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #68b50f
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #ff9800
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding:15px 15px 15px 50px;
        width: 25em
    }
}

.select_size {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 7px
}

.select_size .form-check-inline {
    height: 36px;
    margin-bottom: 5px;
    padding-top: 0;
    margin-right: 0;
    margin-top: 4px!important
}

.form-option .form-check-input {
    border: 0;
    background: 0 0
}

.form-option-label {
    position: relative;
    min-width: 42px;
    min-height: 16px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-right: .375rem;
    padding-left: .375rem;
    transition: .3s;
    border: 1px solid #3e3e3e40;
    border-radius: 5px;
    color: #171717;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    line-height: 30px
}

.form-option-label:hover {
    color: #373f50;
    background: #d7d7d7
}

.form-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    margin-left: -.75rem;
    background-position: top left;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat
}

.form-check-input:checked~.form-option-label {
    border-color: var(--primary-color);
    color: var(--p-bg-text);
    background: var(--primary-color)
}

@media (max-width: 991px) {
    .container {
        max-width:none
    }

    .main-nav {
        display: none
    }

    .header-center {
        width: 100%
    }

    .bredcrumb-large {
        --bredcrumb-space: 15px 0
    }

    .bredcrumb-content__title {
        font-size: 16px;
        letter-spacing: .35px
    }

    .mmenu-active .page-wrapper {
        left: 260px
    }

    .header-middle {
        padding-top: .8rem;
        padding-bottom: .7rem
    }
}

@media (max-width: 576px) {
    .stickyNav .header-center .logo-container {
        width:100%!important
    }
}

@media only screen and (max-width: 767px) {
    .filterbar {
        padding:20px;
        opacity: 0;
        visibility: hidden;
        width: 240px;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        position: fixed;
        top: 0;
        left: -240px;
        z-index: 1000;
        -ms-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s
    }

    .filterbar.active {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .filterbar.active .closeFilter {
        float: right;
        padding: 2px 7px;
        margin: -5px -8px 0 0;
        cursor: pointer
    }
}

.d-f-a-c-j-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.d-f-a-c-j-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

a:disabled,button:disabled {
    opacity: .6!important;
    cursor: not-allowed!important
}

.form-option-label.disabled {
    color: #706f6f;
    cursor: not-allowed;
    background: #ececec
}

.form-option-label.disabled:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: #eee;
    z-index: -1;
    opacity: 0
}

.form-option-label.disabled::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top left,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - .8px),rgb(255 0 0) 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%),linear-gradient(to top right,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - .8px),rgb(255 0 0) 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%)
}

.product-image img {
    width: 100%;
    transition: .3s;
    border-radius: 10px
}

.product-card:hover .product-card__image img {
    transform: scale(1.06)
}

.vrline {
    color: #fff;
    margin: 0 10px
}

.header-new__search-icon,.header-new__search-icon i {
    color: hsl(0deg 0% 0%);
}

.header-new__search-wrap {
    margin-right: 10px;
    margin-left: 60px
}

.header-new__search-form {
    margin-bottom: 0;
    position: relative
}

.header-new__search-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 35px;
    height: 47px;
    max-width: 435px;
    border: 1px solid var(--primary-color);
    overflow: hidden;
}

.header-new__search-box {
    flex: 1
}

.header-new__search-icon {
    border-right: 1px solid #c1c1c1;
    margin-right: 5px;
    padding-left: 16px;
    font-size: 17px;
    padding-right: 7px
}

.header-new__search-text {
    border: transparent;
    padding: 8px 6px 3px;
    outline: 0;
    font-family: var(--font-3);
    font-size: 15px;
    letter-spacing: .35px;
    line-height: normal;
    width: 251px
}

.p-overlay {
    position: absolute;
    bottom: 10px;
    background-color: #fff;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7px;
    padding-top: 4px
}

.product-card__ul {
    gap: 10px 10px
}

.pro-cart-icon {
    width: 95%
}

.footer__pay-types {
    background: #fff;
    border-radius: 5px;
    padding: 3px 7px
}

.cat_title h3 {
    font-size: 1.1rem
}

.btn-filter {
    background-color: #eee
}

.cart-result .btn1 {
    background: #ececec;
    cursor: pointer
}

#address_rows label {
    font-size: 1.025rem;
    font-weight: 500;
    color: #525252;
    letter-spacing: .25px
}

.mobicon {
    height: 46px
}

.main-body-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #212121;
}

.p_short_des p {
    font-size: 1.2rem
}

.btn.linkbtn:active,.btn.linkbtn:focus-visible {
    outline: 0;
    border: none
}

.iconhead.mob {
    display: inline-block;
    line-height: 30px;
    aspect-ratio: 1
}

.iconhead.mob svg {
    width: 8vw;
    transition: width .2s;
    max-width: 30px;
    height: auto
}

.login_wrap {
    border-radius: 15px;
    padding: 18px
}

.login_wrap .custom-btn {
    padding: 10px 50px
}

.section-user-dashboard .btn-outline-secondary {
    background-color: #6c757d;
    color: #fff
}

.product-details-img img {
    border-radius: 10px
}

.color-choose label,.quantity_variant_wrapper label,.variant_wrapper h5 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #161616!important
}

.btnprd-buy,.btnprd-cart {
    width: 55%;
    max-width: 200px;
    line-height: inherit;
    padding: 10px;
    font-weight: 600
}

.btnprd-cart {
    max-width: 270px
}

.inp-coupon {
    padding: 14px 20px
}

.btn-coupon {
    border-radius: 0;
    font-size: 14px;
    padding: 11px 13px
}

#p-thumb a img {
    border: 2px solid #fff
}

#p-thumb a.active img {
    border-color: var(--primary-color)
}

.sec-latest {
    padding-top: 35px;
}

.pro-cart-icon .product-card__btn--cart {
    color: #1b1b1b;
}

.about-content p {
    font-size: clamp(15px,3vw,16px);
    font-family: var(--font-1);
    line-height: 170%;
    color: #2d2d2d;
}

.max-width {
    max-width: var(--max-w, 590px);
}

.logo img {
}

.prdcard0 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.prdcard0.visible {
    opacity: 1;
    transform: translateY(0);
}

.copyright {
    line-height: 1.5
}

.copyright a {
    display: inline-block;
}

.price-filter .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: -5px
}

.ui-widget-header {
    background: #3f3f3f !important;
}

.price-filter .ui-slider .ui-slider-handle:nth-child(2) {
    background: #2b6adb;
    z-index: 3 !important;
}

.price-filter .ui-slider .ui-slider-handle:nth-child(3) {
    background: #dc0000;
    z-index: 3 !important;
}

.ui-slider-horizontal {
    height: 7px !important;
}

.blogsec-title {
    font-size: clamp(26px,9vw,35px) !important;
}

.blogcard:hover .blogcard-title a {
    text-decoration: underline;
}

.blogcard-imgwrap {
    /* aspect-ratio: 900/500; */
    background-image: var(--url);
    background-size: cover;
    overflow: hidden;
    border-radius: 12px;
    background-position: center center;
}

.blogcard-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 900 / 630;
    transition: all 0.95s ease;
}

.blogcard:hover .blogcard-img {
    transform: scale(1.2);
}

.blogcard-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.blogcard-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.blogcard-author .icon svg {
    width: 35px;
    height: 35px;
}

.blogcard-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.blog_details_right {
    padding: 25px 20px;
    border: 1px solid rgb(26 26 26 / 22%);
    border-radius: 15px;
    max-width: 420px;
}

.blog_details_right_header h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.popular_blog.active {
    border: 1px solid #bcbcbc;
    color: var(--bs-danger-text-emphasis);
}

.popular_blog {
    margin-top: 16px;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #bcbcbc42;
    color: #000;
}

.popular_blog_img {
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.popular_blog_img img {
    height: 100%;
    object-fit: cover;
    background: #e6e9e9;
}

.popular_blog_text .item_title {
    font-weight: 500;
    font-family: var(--font-3);
    font-size: 15px;
    margin-bottom: 10px;
}

.popular_blog_text p {
    font-weight: 500;
    font-size: 14px;
    color: #676767;
    margin: 0;
}

.popular_blog_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 1.4;
}

.blog_details_img_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.blog_details_engage {
    gap: 25px;
    margin: 15px 0 10px;
    font-size: 15px;
    letter-spacing: .25px;
    font-weight: 600;
    color: var(--bs-success);
}

.blog_details_engage li span {
    display: inline-block;
    position: relative;
    top: -2px
}

.blog_details_left h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px
}

.blog_details_left p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
    color: #121212c7;
    letter-spacing: 0.35px;
}

.blog_details_decsr p {
    margin-top: 0
}

.blog_details_decsr :where(ul,ol,li) {
    list-style: revert;
    padding-left: 20px
}

.blog_details_decsr li {
    padding-left: 0
}

/* zz */
@media (min-width: 375px) {
    .header .separator {
        margin-left:15px;
        margin-right: 15px
    }

    .header-center .logo-container {
        max-width: 130px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        padding-left:10px;
        padding-right: 10px
    }

    .mobile-menu-toggler {
        display: none
    }

    footer {
        padding: 5em 0 2em
    }

    .logo img {
        margin: 0 auto
    }

    .inner-body-wrap .logo img {
        width: 85%
    }

    .header-center .logo-container {
        max-width: 170px;
    }

    .sec-home-category .owl-theme .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .sec-home-category .owl-prev {
        left: 13px
    }

    .sec-home-category .owl-next {
        right: 13px
    }

    .blogcard-img {
        aspect-ratio: 900 / 570;
    }
}

@media (max-width: 767px) {
    .select_size {
        gap:0 7px
    }

    span.cart-count-append {
        top: -8px;
    }
}

@media (max-width: 375px) {
    .sec-home-category [class*=col-] {
        padding: 0px
    }

    .cat_name_overlay label {
        display: none
    }

    .sec-home-category .owl-theme .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 35px;
    }

    .sec-home-category {
        padding: 16px 0;
    }

    .sec-title h2 {
        font-size: 22px;
    }

    .sec-latest {
        padding-top: 25px;
    }

    .section-user-dashboard h3, .section-user-dashboard h4, .section-user-dashboard h5 {
        font-size: 1.2rem;
    }
}

.float-whatsapp__wrap {
    position: fixed;
    right: 12px;
    bottom: 5%;
    z-index: 99999999;
    display: flex
;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #057c01, #178314);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.float-whatsapp__icon {
    font-size: 27px;
}