/*:root {*/
/*    --primary: #000000;*/
/*    --secondary: #dbaf42;*/
/*    --dark: #231f20;*/
/*    --light: #f5f5f4;*/
/*    --pink: #f9d9e4;*/
/*    --FuturaL: 'FuturaLight', sans-serif;*/
/*    --FuturaM: 'FuturaMedium', sans-serif;*/
/*    --FuturaB: 'FuturaBold', sans-serif;*/
/*}*/

/*@font-face {*/
/*    font-family: FuturaLight;*/
/*    src: url(../fonts/FuturaLight.woff2) format('woff2')*/
/*}*/

/*@font-face {*/
/*    font-family: FuturaMedium;*/
/*    src: url(../fonts/FuturaMedium.woff2) format('woff2')*/
/*}*/

/*@font-face {*/
/*    font-family: FuturaBold;*/
/*    src: url(../fonts/FuturaBold.woff2) format('woff2')*/
/*}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    max-width: 100% !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth
}

body {
    /*font-family: var(--FuturaL) !important;*/
    max-width: 100% !important
}

/*h2 {*/
    /*font-family: var(--FuturaB);*/
/*    font-weight: 800 !important;*/
/*    font-size: 25px !important;*/
/*    text-transform: uppercase*/
/*}*/

/*h3 {*/
    /*font-family: var(--FuturaB);*/
/*    font-weight: 700 !important;*/
/*    font-size: 25px !important;*/
/*    color: var(--dark)*/
/*}*/

/*h4 {*/
    /*font-family: var(--FuturaL);*/
/*    font-weight: 300 !important;*/
/*    font-size: 15px !important;*/
/*    color: var(--dark)*/
/*}*/

.bg_primary {
    background: var(--primary)
}

.bg_secondary {
    background: var(--secondary)
}

.bg_light {
    background: var(--light)
}

.bg_white {
    background: #fff
}

.bg_dark {
    background: var(--dark)
}

.goBtn {
    border: 1.5px solid var(--dark);
    background: 0 0;
    outline: transparent;
    border-radius: 5px;
    padding: 2px 10px
}

.goBtn:hover {
    border: 1.5px solid var(--primary);
    background: var(--primary);
    color: var(--light)
}

.buttonLang {
    width: fit-content;
    padding: .4rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--primary);
    color: var(--light);
    border: 1px solid var(--light)
}

.buttonLang:hover {
    width: fit-content;
    padding: .4rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--secondary);
    color: var(--dark);
    border: 1px solid var(--secondary)
}

.buttonCurrency {
    width: fit-content;
    padding: .4rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: var(--light);
    border: 1px solid transparent
}

.buttonCurrency:hover {
    width: fit-content;
    padding: .4rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--secondary);
    color: var(--dark);
    border: 1px solid var(--secondary)
}

.buttonR {
    width: fit-content;
    padding: .4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--primary);
    color: var(--light);
    border: none
}

.buttonR:hover {
    background-color: var(--secondary);
    color: var(--dark)
}

.buttonO {
    width: fit-content;
    padding: .4rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid var(--primary);
    color: var(--dark);
    position: relative
}

.buttonO.active,
.buttonO:hover {
    background-color: var(--primary);
    color: var(--light);
    transition: all .3s ease-in-out
}

.buttonO.active::after,
.buttonO:hover::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20%;
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: var(--primary) transparent transparent transparent
}

/*button.btn.bg_primary {*/
/*    background-color: var(--primary);*/
/*    color: var(--light);*/
/*    border: none;*/
/*    border-radius: 0*/
/*}*/

/*button.btn.bg_secondary {*/
/*    background-color: var(--secondary);*/
/*    color: var(--dark);*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    height: 100%*/
/*}*/

.buttonSimple {
    background: 0 0;
    color: var(--light)
}

.buttonSimple:hover {
    background: 0 0;
    color: var(--secondary)
}


@media (max-width:450px) {
    .form-control {
        padding: .075rem .15rem !important
    }

    input[type="text"].form-control.searchbar{
        max-height: 28.8px;
    }
}

@media (max-width:567px) {
    .modal-carousel-section {
        height: 600px
    }
}

@media(max-width:767px) {
    .card .add_cart {
        width: 98%;
        border-radius: 0;
        opacity: 1 !important;
        position: relative;
        bottom: 0 !important
    }
}

.add_cart_padding{
    padding-left: 3.5rem;
}

.loader {
    text-align: center;
    padding-bottom: 200px;
}

section.choosen {
    padding-top: 5rem
}

.product-carousel-section {
    text-align: center;
    padding: 50px 0 5rem 0
}

.single-product-item img {
    max-width: 100%;
    height: auto
}

p.prod_title {
    font-family: var(--FuturaL);
    font-size: 15px !important;
    font-weight: 300 !important
}

p.prod_price {
    font-family: var(--FuturaM);
    font-size: 17px !important;
    font-weight: 600 !important
}

.card {
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden
}

.image-container {
    overflow: hidden
}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s
}

.card:hover .overlay {
    opacity: 1;
    z-index: 1
}

@media (min-width:767px) {
    .card .add_cart {
        width: 100%;
        border-radius: 0;
        opacity: 0;
        position: relative;
        bottom: -100px;
        transition: transform .5s, opacity .3s
    }

    .card:hover .add_cart {
        opacity: 1;
        transform: translate(0, -100px)
    }
}

.card .prod-details {
    padding: 1rem 2rem 0 2rem
}

.prod_wishlist {
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    transition: transform 0.2s ease-in-out; 
  }
  
  .prod_wishlist:hover svg {
    animation: pulse 1s infinite;
  }

@keyframes pulse {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(1);
    }
  }


.card a {
    text-decoration: none !important;
    color: inherit !important
}

.card .prod_img {
    max-width: 305px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: cover
}

.card img.prod_img {
    width: 100%;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.card img.prod_img {
    max-width: 305px;
    height: auto;
    display: block;
    margin: auto
}

.slick-slide:not(:first-child):not(:last-child) {
    margin: 0 10px
}

@media (max-width:560px) {
    .slick-slide:not(:first-child):not(:last-child) {
        margin: 0 0 !important
    }
}

.random_images {
    padding: 5rem 0;
    position: relative;
    overflow: hidden
}

.random_images img {
    width: 417px;
    height: auto;
    overflow: hidden
}

.random-img {
    position: relative;
    text-align: center
}

.random-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.relative {
    position: relative
}

.random-img {
    overflow: hidden
}

.overlay-link {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.overlay-link button {
    background-color: var(--pink);
    border: none;
    opacity: 0;
    padding: .5rem 1rem;
    letter-spacing: 1;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    bottom: -100px;
    transition: transform .5s, opacity .3s
}

.random-img:hover .overlay-link button {
    opacity: 1;
    transform: translate(0, -100px)
}

 .overlay-link button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    transition: left 0.5s ease-in-out;
    z-index: -1;
}

.random-img:hover .overlay-link button::before {
    left: 0;
}

.overlay-link button {
    background-color: transparent;
    color: var(--light);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.overlay-link button:hover {
    color: var(--dark);
    color: var(--light);
}

section.deals {
    padding-top: 5rem
}

.card .bs_tag {
    position: absolute;
    top: 3rem;
    right: 0;
    padding: .2rem 1rem;
    background-color: var(--primary);
    color: var(--light);
    font-size: 12px;
    z-index: 1
}

section.photos {
    padding-top: 5rem
}

.modal-carousel-inner {
    display: flex;
    overflow-x: auto;
    justify-content: space-around;
    padding: 20px 0
}

.modal-slide {
    flex: 0 0 auto;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal_img {
    width: 100%;
    height: auto
}

.modal_text {
    font-size: 15px;
    background: var(--light);
    text-align: center;
    padding: .4rem;
    font-family: var(--FuturaL);
    font-weight: 300 !important
}

.modal-carousel-section {
    text-align: center;
    padding: 50px 0 5rem 0
}

section.subscribe {
    padding: 5rem 0
}

.subscribe-subheading {
    font-family: var(--FuturaM)
}

.home-newsletter .single {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2
}

.home-newsletter .single .form-control {
    height: 50px;
    background: var(--light);
    border-color: transparent;
    border-radius: 50px
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: var(--dark)
}

.home-newsletter .single .input-group input {
    border-radius: 50px 0 0 50px !important;
    color: var(--dark)
}

.home-newsletter .single .input-group input::placeholder {
    color: var(--dark);
    opacity: .7
}

.home-newsletter .single .btn {
    min-height: 50px;
    padding: 0 2rem;
    border-radius: 0 50px 50px 0;
    background: var(--secondary);
    color: #fff
}
ol.breadcrumb li.breadcrumb-item a,
ol.breadcrumb svg {
    color: var(--dark) !important;
    font-family: var(--FuturaM)
}

ol.breadcrumb li.breadcrumb-item.active {
    color: var(--primary);
    font-family: var(--FuturaM)
}

nav ol.breadcrumb {
    margin-top: 10rem !important
}

.uppercase {
    text-transform: uppercase
}

.font-l {
    font-family: var(--FuturaL)
}

.font-md {
    font-family: var(--FuturaM)
}

.font-b {
    font-family: var(--FuturaB)
}

p.p_title {
    font-family: var(--FuturaM);
    font-size: 15px !important;
    letter-spacing: 2;
    line-height: 30px
}

.dotted_underline {
    border-bottom: 1px dotted #9e9e9e;
    text-decoration: none
}

.filter {
    width: 100%;
    height: fit-content;
    margin-top: 2.5rem
}

.mblfilterbtn {
    color: var(--light)
}

.w-full {
    width: 100%
}

div.form-check {
    padding-bottom: 5px
}


input[type=number] {
    border: transparent;
    background: 0 0;
    outline: transparent;
    border-bottom: 1px solid #ccc;
    width: 3rem;
    display: flex;
    justify-content: center
}

.centered-input {
    position: relative;
    display: flex;
    align-items: center
}

.centered-input input {
    width: 60px;
    text-align: center
}

.inline-flex {
    display: inline-flex
}

.price-inline {
    display: flex;
    justify-content: space-between;
    align-items: center
}

input[type=range] {
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 258px;
    margin: 0 0 1rem 0;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(grey, grey) no-repeat center;
    background-size: 100% 2px;
    pointer-events: none;
  }
  input[type=range]:active,
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    position: relative;
    margin: 0px 0;
    cursor: pointer;
    -webkit-appearance: none;
            appearance: none;
    pointer-events: all;
  }
  .multi-range {
    position: relative;
    display: flex;
    height: 30px;
  }
  .multi-range input[type=range] {
    position: absolute;
  }
  .multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
    background-color: var(--primary);
  }
  .multi-range input[type=range]:nth-child(2) {
    background: none;
  }
  .multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: grey;
  }

.justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

span.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid var(--primary)
}

span.dropdown:hover {
    cursor: pointer
}

span.dropdown>a,
span.dropdown>button {
    font-size: 14px;
    font-family: var(--FuturaM);
    background-color: #fff;
    border: 1px solid transparent;
    padding: 6px 3rem 6px 1rem;
    border-radius: 4px;
    display: flex;
    justify-content: start;
    color: #000;
    text-decoration: none
}

span.dropdown>a:before,
span.dropdown>button:before {
    position: absolute;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height=".8em" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>')
}

span.dropdown input[type=checkbox] {
    position: absolute;
    display: block;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}

span.dropdown input[type=checkbox]:checked {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

span.dropdown ul {
    position: absolute;
    z-index: 10;
    top: 35px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0;
    list-style: none;
    padding: 4px 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175)
}

span.dropdown ul.filterdrpdown {
    position: absolute;
    z-index: 10;
    top: 45px;
    left: -64px !important;
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0;
    list-style: none;
    padding: 4px 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175)
}

span.dropdown input[type=checkbox]:checked+ul {
    display: block
}

span.dropdown ul li {
    display: block;
    padding: 6px 20px;
    white-space: nowrap;
    min-width: 100px;
    font-family: var(--FuturaM)
}

span.dropdown ul li:hover {
    background-color: #f5f5f5;
    color: var(--primary);
    cursor: pointer
}

span.dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #000
}

span.dropdown .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    font-size: 1px;
    padding: 0
}

.filterbtn .dropdown-trigger {
    cursor: pointer
}

.filter_prod {
    width: fit-content;
    padding: .1rem 1.5rem;
    vertical-align: middle;
    background-color: transparent;
    color: var(--dark);
    border: 1px solid var(--color-tertiary)
}

.filter_prod .dropdown-trigger {
    display: inline-block
}

.filter_prod:hover {
    width: fit-content;
    padding: .1rem 1.5rem;
    vertical-align: middle;
    background-color: var(--color-tertiary);
    color: var(--light);
    border: 1px solid var(--color-tertiary)
}

.close-filter {
    position: sticky !important;
    top: 0 !important;
    background: var(--light) !important;
    z-index: 100;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px
}

.overlay_new {
    background-color: rgba(0, 0, 0, .8) !important;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    display: none
}

.overlay_new.active {
    background-color: rgba(0, 0, 0, .8) !important;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 1;
    display: block;
    overflow: -moz-hidden-unscrollable;
    transition: opacity .3s ease-in-out
}

.product_filter {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: var(--light);
    width: 0;
    z-index: 100;
    opacity: 0;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all .3s ease-in-out
}

.product_filter.active {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: var(--light);
    width: 400px;
    z-index: 100;
    opacity: 1;
    display: block;
    transform: translateX(0);
    transition: all .3s ease-in-out
}

.filterbtn .dropdown {
    width: fit-content;
    display: flex;
    margin-top: 1rem;
    background-color: #fdf5f7;
    border-radius: .5rem;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    position: absolute;
    z-index: 11;
    right: 14%
}

.filterbtn .dropdown .dropdown__right-panel {
    display: flex;
    flex-direction: column;
    flex-grow: 2
}

.filterbtn .dropdown .dropdown__right-panel .dropdown__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    font-weight: 400;
    line-height: 24px;
    opacity: 0;
    transform: translateY(.5rem);
    transition: opacity, transform .5s ease-in-out
}

.filterbtn .dropdown .dropdown__right-panel .dropdown__item:first-child {
    border-radius: 0 .5rem 0 0
}

.filterbtn .dropdown .dropdown__right-panel .dropdown__item:hover {
    background-color: rgba(255, 156, 39, .09)
}

.filterbtn .dropdown .dropdown__right-panel .dropdown__item-active {
    opacity: 1;
    transform: translatey(0)
}

.filterbtn .dropdown-active {
    opacity: 1;
    position: absolute;
    z-index: 11;
    right: 14%
}

.listing_page .card {
    border: 1px solid rgba(187, 187, 187, .175) !important;
    text-align: center
}

.listing_page {
    margin-top: 2rem !important;
    margin-bottom: 10rem
}

.listing_page .row {
    margin-bottom: 24px
}

.mobile {
    display: none !important
}

.desktop {
    display: block !important
}

.mobile7 {
    display: none !important
}

.desktop7 {
    display: block !important
}

.mobile7flex {
    display: none !important
}

.desktop7flex {
    display: block !important
}

.mobile9 {
    display: none !important
}

.desktop9 {
    display: flex !important
}

.mobile10 {
    display: none !important
}

.desktop10 {
    display: flex !important
}

.mobile10block {
    display: none !important
}

.desktop10block {
    display: block !important
}

.mobile12 {
    display: none !important
}

.desktop12 {
    display: block !important
}

@media (max-width:1200px) {
    .mobile12 {
        display: block !important
    }

    .desktop12 {
        display: none !important
    }
}

@media (max-width:1024px) {
    .mobile10 {
        display: flex !important
    }

    .desktop10 {
        display: none !important
    }

    .mobile10block {
        display: block !important
    }

    .desktop10block {
        display: none !important
    }

    footer .footer_bot {
        margin-bottom: 1rem
    }

    .hero_bg {
        padding-top: 4rem
    }

    nav ol.breadcrumb {
        margin-top: 6rem !important
    }
}

@media (max-width:991px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }

    h2 {
        font-family: var(--FuturaB);
        font-weight: 800 !important;
        font-size: 20px !important;
        text-transform: uppercase
    }

    h3 {
        font-family: var(--FuturaB);
        font-weight: 700 !important;
        font-size: 20px !important;
        color: var(--dark)
    }

    h4 {
        font-family: var(--FuturaL);
        font-weight: 300 !important;
        font-size: 12px !important;
        color: var(--dark)
    }

    section.subscribe {
        padding: 0 0 5rem 0
    }

    .slider-container_mbl{
        display: block;
    }
}

@media (max-width:761px) {
    .filterBtn {
        display: flex;
        flex-direction: column
    }

    .mobile7 {
        display: block !important
    }

    .desktop7 {
        display: none !important
    }

    .d-flex.justify-content-center.align-items-center.gap-3.desktop7 {
        display: none !important
    }

    .mobile7flex {
        display: flex !important
    }

    .desktop7flex {
        display: none !important
    }
}

.stick_navbar {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    animation: none
}

.stick_navbar.active {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    animation: moveYminus 1s ease-in-out
}

.sticky0 {
    position: sticky;
    top: 0
}

.fixed0 {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%
}

.menu-item_dropdown {
    position: relative;
    display: inline-block
}

.menu-item_dropdown a {
    text-decoration: none;
    color: #000;
    padding: 10px 15px
}

.menu-item_dropdown:hover .submenu {
    display: block
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 8rem;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.submenu li {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.submenu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--dark)
}

.menu-item_mbl {
    position: relative
}

.menu-item_mbl a {
    text-decoration: none;
    color: #000;
    padding: 10px 15px
}

.menu-item_mbl:hover .submenu {
    display: block
}

.sub_items-toggle {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.sub_items.active {
    display: block;
    list-style: none;
    padding-left: 0
}

.sub_items {
    display: none
}

.has_sub_items {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.has_sub_items svg {
    margin-right: 2rem
}

.mblmenu .sub_items.active li a {
    font-size: 14px;
    margin: 1rem
}

.fa-regular.fa-circle-xmark.fa-xl {
    color: var(--primary);
    display: flex;
    justify-content: end
}