:root {
    --font-f-1: "Roboto",sans-serif;
    --font-f-2: "Open Sans",sans-serif;
    --color-green-100: #8bbb3f;
    --spacing-container-page: 25px;
    --height-header-bar: 84px;
    --theme-font-size: 62.5%
}

@media (min-width: 64em) {
    :root {
        --spacing-container-page:45px
    }
}

@media (min-width: 106em) {
    :root {
        --spacing-container-page:70px
    }
}

:root {
    --paragraph-size: 1.6rem;
    --paragraph-alt:1.5
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon.eot?wli12n);
    src: url(../fonts/icomoon.eot?wli12n#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?wli12n) format("truetype"),url(../fonts/icomoon.woff?wli12n) format("woff"),url(../fonts/icomoon.svg?wli12n#icomoon) format("svg")
}

[class*=" i-"],[class^=i-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.i-arrow-right:before {
    content: "\e900"
}

.i-select-bg:before {
    content: "\e901"
}

.i-across:before {
    content: "\e902"
}

.i-search:before {
    content: "\e903"
}

.i-triangle:before {
    content: "\e904"
}

.i-email:before {
    content: "\e905"
}

.i-phone:before {
    content: "\e906"
}

.i-whatsapp:before {
    content: "\e907"
}

.i-delete:before {
    content: "\e908"
}

.i-download:before {
    content: "\e909"
}

.icon-check-circle:before {
    content: "\e90a"
}

.i-email {
    font-size: 28px
}

.i-phone,.i-whatsapp {
    font-size: 34px
}

@font-face {
    font-display: block;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff")
}

[class*=" i2-"]:before,[class^=i2-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    font-variant: normal;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.i2-facebook:before {
    content: "\f833"
}

.i2-youtube:before {
    content: "\f838"
}

.i2-instagram:before {
    content: "\f83d"
}

.i2-twitter:before {
    content: "\f834"
}

.i2-linkedin:before {
    content: "\f835"
}

.i2-icon-up-open:before {
    content: "\f800"
}

.i2-icon-mail:before {
    content: "\f84c"
}

.i2-doc:before {
    content: "\f84e"
}

.i2-filter:before {
    content: "\f1de"
}

.i2-close:before {
    content: "\f819"
}

.i2-down-dir:before {
    content: "\f823"
}

.i2-inc:before {
    content: "\f882"
}

.i2-up-dir:before {
    content: "\f820"
}

.i2-dec:before {
    content: "\f883"
}

.i2-alert:before {
    content: "\f84a"
}

.i2-bag-2:before {
    content: "\e87f"
}

.i2-pencil:before {
    content: "\e91d"
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

html {
    font-size: var(--theme-font-size);
    height: 100%;
    scroll-behavior: smooth
}

body {
    color: #777;
    font-family: var(--font-f-1);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4
}

body,html {
    overflow-x: hidden
}

nav ol,nav ul {
    list-style: none
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

a {
    display: inline-block;
    text-decoration: none
}

address {
    font-style: normal
}

.ik-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding: 0 15px;
    width: 100%
}

@media (min-width: 48em) {
    .ik-container {
        max-width:1140px
    }
}

@media (min-width: 62em) {
    .ik-container {
        max-width:1140px
    }
}

@media (min-width: 75em) {
    .ik-container {
        max-width:1140px;
        padding: 0 15px
    }
}

.block .block-title {
    font-size: 16px;
    line-height: 1.2;
    margin: 5px 0 10px
}

.el-desk {
    display: none!important
}

@media (min-width: 48em) {
    .el-mob {
        display:none!important
    }

    .el-desk {
        display: block!important
    }
}

p {
    margin-bottom: .9rem;
    margin-top: 0
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: .9rem
}

h3,h4 {
    line-height: 1.1;
    margin-top: 1.8rem
}

h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.8rem
}

h1,h2,h3,h4,h5 {
    line-height: 1
}

.fulltitles {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.fulltitles h3 {
    margin: 0
}

.fulltitles a {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: underline
}

@media (min-width: 48em) {
    .fulltitles a {
        font-size:17px
    }
}

.title-swiper {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 1.3em;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .title-swiper {
        font-size:33px
    }
}

.main-content ol,.main-content ul,.paragraph-content ol,.paragraph-content ul {
    margin-bottom: 2.25rem;
    margin-top: 0;
    padding-left: 30px
}

.main-content ol li+li,.main-content ul li+li,.paragraph-content ol li+li,.paragraph-content ul li+li {
    margin-top: 10px
}

.main-content strong,.paragraph-content strong {
    font-size: 14px
}

.main-content.p2 p a,.paragraph-content.p2 p a {
    color: var(--theme-primary-color)
}

@media (min-width: 64em) {
    .main-content.p2 p a:hover,.paragraph-content.p2 p a:hover {
        text-decoration:underline
    }
}

body.search .page-title-wrapper {
    border: 0;
    margin-bottom: 15px;
    padding: 0
}

body.search .page-title-wrapper .page-title {
    font-size: 20px;
    font-weight: 300;
    text-transform: unset
}

[so-anima] {
    transition-duration: .7s;
    transition-property: opacity,transform;
    transition-timing-function: ease
}

[so-anima][so-anima-delay="100"] {
    transition-delay: .1s
}

[so-anima][so-anima-delay="200"] {
    transition-delay: .2s
}

[so-anima][so-anima-delay="300"] {
    transition-delay: .3s
}

[so-anima][so-anima-delay="400"] {
    transition-delay: .4s
}

[so-anima][so-anima-delay="500"] {
    transition-delay: .5s
}

[so-anima][so-anima-delay="600"] {
    transition-delay: .6s
}

[so-anima][so-anima-delay="700"] {
    transition-delay: .7s
}

[so-anima][so-anima-delay="800"] {
    transition-delay: .8s
}

[so-anima][so-anima-delay="900"] {
    transition-delay: .9s
}

[so-anima][so-anima-delay="1000"] {
    transition-delay: 1s
}

[so-anima][so-anima-delay="1100"] {
    transition-delay: 1.1s
}

[so-anima][so-anima-delay="1200"] {
    transition-delay: 1.2s
}

[so-anima][so-anima-delay="1300"] {
    transition-delay: 1.3s
}

[so-anima][so-anima-delay="1400"] {
    transition-delay: 1.4s
}

[so-anima][so-anima-delay="1500"] {
    transition-delay: 1.5s
}

[so-anima][so-anima-delay="1600"] {
    transition-delay: 1.6s
}

[so-anima][so-anima-delay="1700"] {
    transition-delay: 1.7s
}

[so-anima][so-anima-delay="1800"] {
    transition-delay: 1.8s
}

[so-anima][so-anima-delay="1900"] {
    transition-delay: 1.9s
}

[so-anima][so-anima-delay="2000"] {
    transition-delay: 2s
}

[so-anima][so-anima-delay="2100"] {
    transition-delay: 2.1s
}

[so-anima][so-anima-delay="2200"] {
    transition-delay: 2.2s
}

[so-anima][so-anima-delay="2300"] {
    transition-delay: 2.3s
}

[so-anima][so-anima-delay="2400"] {
    transition-delay: 2.4s
}

[so-anima][so-anima-delay="2500"] {
    transition-delay: 2.5s
}

[so-anima][so-anima-delay="2600"] {
    transition-delay: 2.6s
}

[so-anima][so-anima-delay="2700"] {
    transition-delay: 2.7s
}

[so-anima][so-anima-delay="2800"] {
    transition-delay: 2.8s
}

[so-anima][so-anima-delay="2900"] {
    transition-delay: 2.9s
}

[so-anima][so-anima-delay="3000"] {
    transition-delay: 3s
}

[so-anima][so-anima-delay="3100"] {
    transition-delay: 3.1s
}

[so-anima][so-anima-delay="3200"] {
    transition-delay: 3.2s
}

[so-anima][so-anima-delay="3300"] {
    transition-delay: 3.3s
}

[so-anima][so-anima-delay="3400"] {
    transition-delay: 3.4s
}

[so-anima][so-anima-delay="3500"] {
    transition-delay: 3.5s
}

[so-anima][so-anima-delay="3600"] {
    transition-delay: 3.6s
}

[so-anima][so-anima-delay="3700"] {
    transition-delay: 3.7s
}

[so-anima][so-anima-delay="3800"] {
    transition-delay: 3.8s
}

[so-anima][so-anima-delay="3900"] {
    transition-delay: 3.9s
}

[so-anima][so-anima-delay="4000"] {
    transition-delay: 4s
}

[so-anima][so-anima-delay="4100"] {
    transition-delay: 4.1s
}

[so-anima][so-anima-delay="4200"] {
    transition-delay: 4.2s
}

[so-anima][so-anima-delay="4300"] {
    transition-delay: 4.3s
}

[so-anima][so-anima-delay="4400"] {
    transition-delay: 4.4s
}

[so-anima][so-anima-delay="4500"] {
    transition-delay: 4.5s
}

[so-anima][so-anima-delay="4600"] {
    transition-delay: 4.6s
}

[so-anima][so-anima-delay="4700"] {
    transition-delay: 4.7s
}

[so-anima][so-anima-delay="4800"] {
    transition-delay: 4.8s
}

[so-anima][so-anima-delay="4900"] {
    transition-delay: 4.9s
}

[so-anima][so-anima-delay="5000"] {
    transition-delay: 5s
}

@media (max-width: 36em) {
    [so-anima][ho-anima-delay][ho-mob] {
        transition-delay:.1s
    }
}

[so-anima=fade-down],[so-anima=fade-up] {
    opacity: 0
}

[so-anima=fade-down].so-animate,[so-anima=fade-up].so-animate {
    opacity: 1;
    transform: translateZ(0)
}

[so-anima=fade-up] {
    transform: translate3d(0,100px,0)
}

[so-anima=fade-down] {
    transform: translate3d(0,-100px,0)
}

[so-anima=fade-out] {
    opacity: 1
}

[so-anima=fade-out].so-animate {
    opacity: 0
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.row.mr-0 {
    margin: 0
}

.col,.col-12,.col-6,.col-auto,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-7,.col-lg-9,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1
}

.col,.col-12 {
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.pd-0 {
    padding: 0
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.d-none {
    display: none!important
}

.pos-absolute {
    position: absolute
}

.mt-4 {
    margin-top: 1.5rem!important
}

@media (min-width: 48em) {
    .col-md-3 {
        flex:0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .pos-md-relative {
        position: relative
    }
}

@media (min-width: 62em) {
    .col-lg-2 {
        flex:0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

button {
    border: 0;
    cursor: pointer
}

.btn-primary {
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    transition: opacity .2s ease-in-out
}

@media (min-width: 64em) {
    .btn-primary:hover {
        opacity:.6
    }
}

.btn-primary.btn-1 {
    background-color: var(--theme-primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    min-width: 240px;
    padding: 15px
}

@media (max-width: 48em) {
    .btn-primary.btn-1 {
        min-width:150px;
        padding: 12px 16px
    }
}

.btn-primary.btn-2 {
    line-height: 22px;
    padding: 10px 15px
}

.btn-primary.btn-2,.btn-primary.btn-3 {
    background-color: var(--theme-primary-color);
    border-radius: 8.4px;
    color: #fff;
    font-size: 14px
}

.btn-primary.btn-3 {
    line-height: 1.4;
    padding: 6px
}

.btn-primary.btn-icon {
    align-items: center;
    background-color: var(--theme-primary-color);
    color: #fff;
    display: flex;
    position: relative
}

.btn-primary.btn-icon:before {
    display: inline-block;
    font-weight: 500;
    margin-right: 6px;
    width: 20px
}

.btn-primary.btn-border {
    background: transparent;
    border: 1px solid #666;
    border-radius: 10px;
    color: #666;
    font-size: 16px;
    height: 42px;
    line-height: 1.5;
    padding: 8px 2px
}

@media (min-width: 1025px) {
    .btn-primary.btn-border:hover {
        background:var(--theme-primary-color);
        border-color: var(--theme-primary-color);
        color: #fff;
        opacity: 1
    }
}

.btn-menu-toggler {
    background-color: #5D2CEC;
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    border-radius: 2px;
}

.btn-menu-toggler .burger-icon {
    height: 20px;
    position: relative;
    transition: .5s ease-in;
    width: 25px
}

.btn-menu-toggler .burger-icon span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transform-origin: left center;
    transition: .25s ease-in;
    width: 100%
}

.btn-menu-toggler .burger-icon span:first-child {
    top: 2px
}

.btn-menu-toggler .burger-icon span:nth-child(2) {
    top: 10px
}

.btn-menu-toggler .burger-icon span:nth-child(3) {
    top: 18px
}

.btn-menu-toggler.active .burger-icon span:first-child {
    left: 4px;
    top: 2px;
    transform: rotate(45deg)
}

.btn-menu-toggler.active .burger-icon span:nth-child(2) {
    opacity: 0;
    width: 0
}

.btn-menu-toggler.active .burger-icon span:nth-child(3) {
    left: 4px;
    top: 20px;
    transform: rotate(-45deg)
}

@media (min-width: 75em) {
    .btn-menu-toggler {
        display:none
    }
}

.btn-form-toggler {
    
    font-size: 29px
}

@media (min-width: 75em) {
    .btn-form-toggler {
        display:none!important
    }
}

.add-to-wishlist {
    background: none;
    float: right;
    line-height: normal
}

.add-to-wishlist:before {
    color: #000;
    content: "\e889";
    display: block;
    font-family: icons;
    font-size: 28px;
    font-weight: 400;
    line-height: inherit;
    overflow: hidden;
    padding: 2px;
    text-align: center
}

.add-to-wishlist.disabled {
    cursor: not-allowed!important;
    opacity: .6;
    pointer-events: none!important
}

.add-to-wishlist:hover:before {
    color: var(--theme-primary-color)
}

#totop {
    background-color: #404040;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    opacity: 0;
    padding: 11px 0;
    position: fixed;
    right: 15px;
    text-align: center;
    transition-duration: .2s,.5s;
    transition-property: background-color,opacity;
    visibility: hidden;
    width: 40px;
    z-index: 9999
}

#totop.show {
    opacity: 1;
    visibility: visible
}

#totop:hover {
    background-color: #555
}

.btn-rounded {
    border: 1px solid #666;
    border-radius: 38px;
    color: var(--theme-primary-color)!important;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 40px;
    text-align: center;
    transition: all .3s ease-in-out
}

@media (min-width: 1025px) {
    .btn-rounded:hover {
        background:var(--theme-primary-color);
        border-color: var(--theme-primary-color);
        color: #fff!important
    }
}

.return-to-shop a,.woocommerce-account .woocommerce button[type=submit],.woocommerce-account .woocommerce input[type=submit],.woocommerce-account .woocommerce-Button,.woocommerce-account .woocommerce-button,.woocommerce-form-coupon.checkout_coupon .button,.woocommerce-message .button {
    background-color: var(--theme-primary-color)!important;
    border: 0!important;
    border-radius: 8px!important;
    color: #fff!important;
    cursor: pointer;
    text-decoration: none!important;
    transition: .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (min-width: 64em) {
    .return-to-shop a:hover,.woocommerce-account .woocommerce button[type=submit]:hover,.woocommerce-account .woocommerce input[type=submit]:hover,.woocommerce-account .woocommerce-Button:hover,.woocommerce-account .woocommerce-button:hover,.woocommerce-form-coupon.checkout_coupon .button:hover,.woocommerce-message .button:hover {
        opacity:.6
    }
}

.card {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    margin-bottom: 16px;
    overflow: hidden
}

.card.card-1 {
    border: 1px solid #b4b4b4
}

.card.card-1 .card-title {
    background-color: #f6f6f6;
    color: #000;
    font-size: 16px;
    padding: 15px
}

@media (min-width: 48em) {
    .card.card-1 .card-title {
        padding-right:20px
    }
}

.card.card-2 .card-title {
    color: var(--theme-primary-color);
    font-size: 20px;
    font-weight: 700;
    padding: 20px 25px;
    text-transform: uppercase
}

.card .card-title {
    font-weight: 500
}

.card .card-title.acc-title:after {
    color: #707070;
    content: "\e902";
    font-family: icomoon;
    font-size: 15px;
    margin-left: 5px;
    transition: .2s ease-in-out
}

.card .card-body {
    border-top: 1px solid #b4b4b4;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 1.25rem
}

.card .card-body ol,.card .card-body ul {
    margin-bottom: 10px;
    padding-left: 40px
}

.block-header-customer-login {
    background: #fff;
    border-radius: 6px;
    border-top: 4px solid #08c;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-top: 10px;
    min-width: 300px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    transition: all .3s;
    visibility: hidden;
    z-index: 9
}

.header-search input {
    background: #fff;
    border: 0;
    border-radius: 6px;
    font-size: 13px;
    height: 50px;
    padding-left: 12px;
    width: 100%
}

.header-search input::placeholder {
    color: #495057;
    font-family: var(--font-f-1);
    font-size: 16px;
    font-weight: 500
}

.header-search .search-form {
    align-items: center;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
    width: 100%
}

.header-search .search-form.disabled .search-action {
    pointer-events: none
}

.header-search .search-form.show-results+.autocomplete-suggestions {
    border: 1px solid #bbb;
    display: block
}

.header-search .control-search {
    width: 100%
}

.header-search .search-action {
    background: 0;
    border: 0;
    box-shadow: none;
    color: var(--theme-primary-color);
    font-size: 28px;
    height: 45px;
    position: absolute;
    right: 5px;
    width: 40px;
    z-index: 1
}

.header-search .search-action img {
    vertical-align: middle
}

.header-search .autocomplete-suggestions {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%
}

.header-search .autocomplete-suggestions .suggestion {
    display: flex;
    padding: 10px 12px;
    transition: .2s ease-in-out
}

.header-search .autocomplete-suggestions .suggestion+.suggestion {
    border-top: 1px solid #eee
}

.header-search .autocomplete-suggestions .suggestion:hover {
    background-color: #eef3d6
}

.header-search .autocomplete-suggestions .suggestion-left {
    width: 12%
}

.header-search .autocomplete-suggestions .suggestion-right {
    padding-left: 10px;
    width: 88%
}

.header-search .autocomplete-suggestions .suggestion-right .post-name {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 0
}

.header-search .autocomplete-suggestions .suggestion-right .post-desc {
    color: #aaa;
    font-size: 12px
}

@media (max-width: 1199px) {
    .header-search {
        opacity:0;
        transition: .2s ease-in-out;
        visibility: hidden
    }

    .header-search.show {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 64em) {
    .header-search input {
        box-shadow:0 0 3px 1px #68a8e0
    }
}

@media (max-width: 75em) {
    .header-search {
        left:0;
        position: fixed;
        top: var(--height-header-bar)
    }
}

input:focus,select:focus,textarea:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

input[type=submit] {
    box-shadow: unset!important
}

input[type=submit]:disabled {
    opacity: .6
}

.footer-form {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 20px 0
}

@media (max-width: 48em) {
    .footer-form {
        padding-bottom:30px
    }
}

.footer-form .wpcf7 {
    width: 100%
}

.footer-form .wpcf7-form {
    position: relative;
    width: 100%
}

.footer-form .wpcf7-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%
}

.footer-form .wpcf7-form .wpcf7-form-control-wrap[data-name=your-email]:before {
    color: #ddd;
    content: "\f84c";
    font-family: icons;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    margin-left: 20px;
    position: absolute
}

.footer-form .wpcf7-form label {
    background-color: var(--theme-primary-color);
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap
}

.footer-form .wpcf7-form input[type=email] {
    background-color: #fff;
    border: none;
    border-radius: 0 0 10px 10px;
    color: #686865;
    font-size: 14px;
    height: 56px;
    padding-left: 40px;
    width: 100%
}

.footer-form .wpcf7-form input[type=email]::placeholder {
    color: #ddd
}

.footer-form .wpcf7-form button {
    background-color: transparent;
    border: 0;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 68px
}

.footer-form .wpcf7-form button .wpcf7-spinner {
    margin: 0;
    position: absolute
}

.footer-form .wpcf7-form button:after {
    color: var(--theme-primary-color);
    content: "\e900";
    font-family: icomoon;
    font-size: 18px
}

.footer-form .wpcf7-form .wpcf7-not-valid-tip,.footer-form .wpcf7-form .wpcf7-response-output {
    position: absolute;
    top: 100%
}

.footer-form .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 4px
}

.footer-form .wpcf7-form .wpcf7-response-output {
    left: 50%;
    margin: 0;
    padding: 0 15px;
    transform: translateX(-50%);
    white-space: nowrap
}

.footer-form .wpcf7-form.invalid .wpcf7-response-output {
    display: none!important
}

@media (min-width: 48em) {
    .footer-form .wpcf7-form {
        display:flex
    }

    .footer-form .wpcf7-form label {
        border-radius: 10px 0 0 10px;
        min-width: 212px
    }

    .footer-form .wpcf7-form input[type=email] {
        border-radius: 0 10px 10px 0
    }

    .footer-form .wpcf7-form button {
        top: 13px
    }

    .footer-form .wpcf7-form .wpcf7-response-output {
        left: 212px;
        transform: unset
    }
}

.wpcf7-form,form.not-box {
    background: 0!important;
    box-shadow: unset!important;
    padding: 0!important
}

figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.logo {
    display: inline-block;
    position: relative;
    z-index: 8
}

.logo img {
    display: block;
    max-height: 55px;
    max-width: 100%
}

.modal-simple {
    opacity: 0;
    transition: opacity .2s ease-in-out;
    visibility: hidden
}

.modal-simple .modal-content:before {
    color: #fff;
    content: "\e904";
    font-family: icomoon;
    font-size: 16px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: -16px;
    width: 36px;
    z-index: 12
}

.modal-simple.show {
    opacity: 1;
    visibility: visible
}

.modal-overlay {
    pointer-events: none;
    position: fixed;
    transition: .2s ease-in-out;
    transition-property: opacity,visibility
}

.modal-overlay,.modal-overlay:before {
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    width: 100%
}

.modal-overlay:before {
    background-color: rgba(0,0,0,.8);
    content: "";
    position: absolute;
    transition: .2s ease-in-out;
    z-index: 1
}

.modal-overlay.show {
    pointer-events: auto;
}

.modal-overlay.show,.modal-overlay.show:before {
    opacity: 1;
    visibility: visible
}

.modal-initial {
    z-index: 9999
}

.modal-initial .modal-content {
    max-width: 850px;
    width: calc(100% - 20px)
}

.modal-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-content {
    position: relative;
    z-index: 10
}

.modal-content-header {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 20px 30px 10px
}

.modal-content-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 30px
}

.modal-content-footer {
    border-top: 1px solid #c1c1c1;
    padding: 10px 30px;
    text-align: right
}

.modal-content .btn-close {
    color: var(--theme-primary-color);
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px
}

.modal-js.show .modal-content {
    pointer-events: auto;
}

.modal-scroll-wrapper {
    overflow-x: hidden;
    overflow-y: auto
}

.btn-modal[ik-data-modal] * {
    pointer-events: none
}

.acc-item:not(.active) .acc-title:after {
    rotate: 45deg
}

.acc-title {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative
}

.acc-content {
    overflow: hidden;
    transition: .4s cubic-bezier(.4,0,.2,1);
    transition-property: opacity,height;
    will-change: opacity,contents
}

.acc-content:not(.active) {
    height: 0;
    opacity: 0
}

.acc-body a {
    color: var(--theme-primary-color)
}

@media (min-width: 64em) {
    .acc-body a:hover {
        text-decoration:underline
    }
}

.swiper-initialized.cursor-grab {
    cursor: grab
}

.ik-pagination.pag-center {
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 1
}

.ik-pagination .swiper-pagination-bullet {
    background-color: #ddd;
    height: 10px;
    margin: 5px!important;
    opacity: 1!important;
    width: 10px
}

.ik-pagination .swiper-pagination-bullet-active {
    background: var(--theme-primary-color)
}

.swiper-button-next,.swiper-button-prev {
    color: #000!important
}

.swiper-button-next {
    right: -6.5%
}

.swiper-button-prev {
    left: -6.5%
}

@media (max-width: 48em) {
    .swiper-button-next {
        right:0
    }

    .swiper-button-prev {
        left: 0
    }
}

.content-area {
    padding-top: var(--height-header-bar)
}

.product-item-name {
    display: block;
    margin: 0 0 3px;
    word-wrap: break-word
}

.product-label {
    background-color: #c5446c;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase
}

.product-item-details {
    padding: 10px 0
}

.price-box {
    margin: 4px 0 13px
}

.products-grid {
    border: 0;
    border-radius: 0;
    margin: 4px -10px;
    position: relative
}

.products-grid .swiper-wrapper .product-item {
    width: 282px
}

.product-item {
    margin-bottom: 32px;
    padding: 0 10px;
    vertical-align: top
}

.product-item-content {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

.product-item-info {
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.product-item-info .product-item-details {
    margin-top: 1rem;
    text-align: left
}

.product-item-info .product-item-details .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-item-info .product-item-details .product-item-description {
    height: 57px;
    margin-bottom: 40px;
    max-height: 57px;
    overflow: hidden
}

.product-item-info .product-item-details .product-item-description p {
    color: #212529;
    font-size: 14px
}

.product-item-info .product-item-details .price-box {
    float: left;
    position: relative
}

.product-item-info .product-item-details .price-box .amount {
    color: var(--theme-primary-color);
    font-size: 24px;
    font-weight: 500
}

.product-item-info .product-item-photo {
    overflow: visible
}

.product-item-info .product-name {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    transition: .2s ease-in-out
}

.product-item-info .product-name:hover {
    color: var(--theme-primary-color)
}

.product-item-photo {
    background-image: url(../img/product-listing-bg.jpg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    border-radius: 0;
    display: block;
    min-height: 50px;
    padding: 3px;
    position: relative;
    transition: all .3s
}

.product-item .label-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 8px
}

.product-item .label-container .category-labels {
    background: #f6f6f6;
    border-radius: 40px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    min-width: 120px;
    padding: .438rem .65rem;
    text-transform: capitalize
}

.minicart {
    position: absolute;
    right: -25px;
    top: calc(100% + 17px)
}

.minicart .minicart-content {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
    width: 100vw
}

.minicart .minicart-header {
    font-size: 20px;
    padding: 20px 28px
}

.minicart .woocommerce-mini-cart__empty-message {
    color: #666;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 20px;
    text-align: center
}

.minicart .cart_list {
    background-color: #f2f2f2;
    list-style: none!important;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto
}

.minicart .mini_cart_item {
    padding: 25px 15px!important;
    position: relative;
    vertical-align: top
}

.minicart .mini_cart_item a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 40px;
    padding-left: 70px;
    position: relative
}

@media (min-width: 64em) {
    .minicart .mini_cart_item a:hover {
        text-decoration:underline
    }
}

.minicart .mini_cart_item a.remove_from_cart_button {
    background: 0!important;
    color: #f2f2f2!important;
    display: inline-flex;
    font-size: 18px;
    justify-content: center;
    margin-right: 0;
    padding: 0 5px;
    position: absolute;
    right: 15px
}

.minicart .mini_cart_item a.remove_from_cart_button:before {
    color: #5D2CEC;
    content: "\e908";
    font-family: icomoon;
    font-weight: 400;
    position: absolute
}

.minicart .mini_cart_item a img {
    float: unset!important;
    left: 0;
    margin: 0!important;
    position: absolute;
    top: 0;
    width: 38px!important
}

.minicart .mini_cart_item .quantity,.minicart .mini_cart_item .variation {
    border-left: 0!important;
    display: block;
    margin-right: 40px;
    padding-left: 70px
}

.minicart .mini_cart_item .variation dd {
    margin-bottom: 6px!important
}

.minicart .woocommerce-mini-cart__total {
    align-items: flex-end;
    border-bottom: 1px solid #b4b4b4;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px
}

.minicart .woocommerce-mini-cart__total strong {
    color: #666;
    font-size: 16px;
    font-weight: 700
}

.minicart .woocommerce-mini-cart__total .amount {
    color: #666;
    font-size: 24px!important;
    font-weight: 700
}

.minicart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 5px 10px 20px
}

.minicart .woocommerce-mini-cart__buttons a {
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    min-width: 155px;
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
    transition: opacity .2s ease-in-out;
    white-space: nowrap
}

@media (min-width: 64em) {
    .minicart .woocommerce-mini-cart__buttons a:hover {
        opacity:.6
    }
}

.minicart .woocommerce-mini-cart__buttons a:first-child {
    background-color: #fff!important;
    border-color: #333;
    color: #333
}

.minicart .woocommerce-mini-cart__buttons a:last-child {
    background-color: var(--theme-primary-color);
    color: #fff
}

@media (min-width: 48em) {
    .minicart .minicart-content {
        width:350px
    }
}

.woocommerce div.product form.cart {
    margin-top: 2em
}

.woocommerce div.product form.cart label {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    line-height: 3.8;
    margin: 0
}

.woocommerce div.product form.cart select {
    appearance: none;
    border: 1px solid #666;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    margin: 0!important;
    padding: 0 30px 0 10px
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 25px!important
}

.woocommerce div.product form.cart .variations th {
    text-align: left;
    vertical-align: middle!important
}

.woocommerce div.product form.cart .variations td {
    position: relative;
    text-align: right;
    vertical-align: middle!important
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    margin-left: 20px
}

.woocommerce div.product form.cart div.quantity .qty-action {
    border: 1px solid #666;
    border-radius: 3px;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 43px;
    line-height: 45px;
    margin: 0;
    text-align: center;
    user-select: none;
    width: 30px
}

.woocommerce div.product form.cart div.quantity .qty-dec {
    border-bottom-left-radius: 9.6px;
    border-top-left-radius: 9.6px;
    margin-left: 30px
}

.woocommerce div.product form.cart div.quantity .qty-inc {
    border-bottom-right-radius: 9.6px;
    border-top-right-radius: 9.6px
}

.woocommerce div.product form.cart div.quantity .qty {
    border: 1px solid #666;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    height: 43px;
    line-height: 45px;
    margin: 0 -5px;
    text-align: center;
    width: 45px
}

.woocommerce div.product form.cart .button {
    background-color: var(--theme-primary-color)!important;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 43px;
    letter-spacing: .05em;
    line-height: normal;
    min-width: 240px;
    padding: 8px;
    text-align: center;
    transition: .2s ease-in-out
}

.woocommerce div.product form.cart .button:not(.disabled) {
    cursor: pointer
}

.woocommerce div.product form.cart .button:not(.disabled):hover {
    opacity: .6
}

.woocommerce div.product form.cart .reset_variations {
    color: var(--theme-primary-color);
    font-size: 12px;
    left: 102%;
    position: absolute;
    top: 10px
}

.woocommerce div.quantity {
    position: relative
}

.woocommerce div.quantity .qty::-webkit-inner-spin-button,.woocommerce div.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce-cart .woocommerce-cart-form .quantity .qty-action {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    position: absolute;
    right: 0
}

.woocommerce-cart .woocommerce-cart-form .quantity .qty-action:hover i {
    color: #000
}

.woocommerce-cart .woocommerce-cart-form .quantity .qty-inc {
    top: 0
}

.woocommerce-cart .woocommerce-cart-form .quantity .qty-dec {
    bottom: 0
}

#checkout-step-shipping .shipping-title {
    border-bottom: 1px solid #ccc;
    color: var(--theme-primary-color);
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 9px
}

#checkout-step-shipping .shipping-item {
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

#checkout-step-shipping .shipping-item.active .shipping-content,#checkout-step-shipping .shipping-item.active .shipping-header {
    border-color: var(--theme-primary-color);
    border-width: 2px
}

#checkout-step-shipping .shipping-item.active .shipping-header-btn {
    color: var(--theme-primary-color)
}

#checkout-step-shipping .shipping-item.active .shipping-content:after {
    background-color: var(--theme-primary-color);
    color: #fff;
    content: "\f82b";
    font-family: icons;
    font-size: 19px;
    height: 27px;
    line-height: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 29px
}

#checkout-step-shipping .shipping-item.active .shipping-edit-button {
    display: block;
    pointer-events: visible
}

#checkout-step-shipping .shipping-item.show-content .shipping-header {
    border-radius: 20px 20px 0 0
}

#checkout-step-shipping .shipping-item.show-content .shipping-header-btn {
    pointer-events: none
}

#checkout-step-shipping .shipping-item.show-content .shipping-content {
    display: block
}

#checkout-step-shipping .shipping-header {
    align-items: center;
    background: #fff;
    border: 2px solid #666;
    border-radius: 20px;
    color: #666;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    position: relative;
    width: 100%
}

#checkout-step-shipping .shipping-header-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    width: 100%
}

#checkout-step-shipping .shipping-header img {
    margin-right: 20px;
    width: 40px
}

#checkout-step-shipping .shipping-content {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0 0 20px 20px;
    border-top: 0;
    display: none;
    padding: 18px 32px 18px 18px;
    pointer-events: none;
    position: relative
}

#checkout-step-shipping .shipping-content h4,#checkout-step-shipping .shipping-content p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

#checkout-step-shipping .shipping-edit-button {
    background: none;
    cursor: pointer;
    display: none;
    font-size: 16px;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    transition: .2s ease-in-out;
    z-index: 2
}

#checkout-step-shipping .shipping-edit-button:hover {
    color: var(--theme-primary-color)
}

#modal_delivery.show,#modal_pickup.show {
    z-index: 2024
}

#modal_delivery .modal-content,#modal_pickup .modal-content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 12px 2px rgba(0,0,0,.35);
    max-width: 600px;
    overflow: hidden;
    width: 100%
}

#modal_delivery .modal-content .button-next,#modal_pickup .modal-content .button-next {
    font-size: 16px;
    padding: 7px 15px
}

#modal_delivery .modal-content .button-next.disabled,#modal_pickup .modal-content .button-next.disabled {
    opacity: .6;
    pointer-events: none
}

#modal_delivery .notice-content,#modal_pickup .notice-content {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px
}

#modal_delivery .notice-content p,#modal_pickup .notice-content p {
    color: #000
}

#modal_pickup .modal-content {
    max-width: 800px
}

#modal_pickup .stores-count {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 10px
}

#modal_pickup #store-locations {
    list-style: none;
    padding-left: 0!important
}

#modal_pickup #store-locations .store-item {
    background: #f6f6f6;
    border-radius: 20px;
    cursor: pointer;
    padding: 30px 20px 20px 60px;
    position: relative
}

#modal_pickup #store-locations .store-item+.store-item {
    margin-top: 10px
}

#modal_pickup #store-locations .store-item:before {
    content: "\e90a";
    font-family: icomoon;
    font-size: 28px;
    left: 20px;
    position: absolute;
    top: 24px
}

#modal_pickup #store-locations .store-item .store-name {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding-bottom: 3px
}

#modal_pickup #store-locations .store-item .store-desc {
    font-size: 15px
}

#modal_pickup #store-locations .store-item.active:before {
    color: var(--theme-primary-color)
}


.page-header {
    background-color: var(--theme-primary-color);
    border: 0;
    height: var(--height-header-bar);
    left: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.page-header .logo {
    width: 30%;
}

.page-header .navigation-wrapper {
    padding-left: 15px;
    text-align: center;
    width: 18%;
}

.page-header .header-right {
    width: 40%;
}

.page-header .header-right .header-search,
.page-header .header-right .icons-wrapper {
    width: 100%;
}

@media (min-width: 75em) {
    .page-header .logo {
        width: 12%;
    }

    .page-header .navigation-wrapper {
        width: 45%;
    }

    .page-header .header-right .header-search {
        width: 60%;
    }

    .page-header .header-right .icons-wrapper {
        width: 40%;
    }
}

.header-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.navigation-header .menu-header > li {
    position: relative;
}

.navigation-header .menu-header > li.menu-item-has-children > a:after {
    content: "\f809";
    display: inline-block;
    font-family: icons;
    font-size: 20px;
    height: auto;
    margin-left: 6px;
    transform: rotate(90deg);
    transition: .2s ease-in-out;
}

.navigation-header .menu-header > li > a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: .025em;
    line-height: 1.2;
    padding: 10px 8px;
    text-transform: capitalize;
    width: 100%;
}

.navigation-header .sub-menu {
    background-color: #fff;
    display: none;
    padding: 0 8px;
    width: 100%;
}

.navigation-header .sub-menu li a {
    color: silver;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: .5em 0;
    text-align: left;
    text-transform: capitalize;
    transition: color .2s ease-in-out;
}

.navigation-header .sub-menu li a:hover {
    color: var(--theme-primary-color);
}

@media (max-width: 1199px) {
    .navigation-header {
        pointer-events: none;
        position: fixed;
        top: var(--height-header-bar);
        transition: .2s ease-in-out;
        transition-property: opacity, visibility;
    }

    .navigation-header,
    .navigation-header:before {
        height: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
    }

    .navigation-header:before {
        background-color: rgba(0,0,0,.8);
        content: "";
        position: absolute;
        top: 0;
        transition: .2s ease-in-out;
        z-index: 1;
    }

    .navigation-header.show {
        pointer-events: auto;
    }

    .navigation-header.show,
    .navigation-header.show:before {
        opacity: 1;
        visibility: visible;
    }

    .navigation-header .menu-header {
        background: #fff;
        padding: 25px 20px;
    }

    .navigation-header .menu-header > li > a.active:after {
        transform: rotate(-90deg);
        transform-origin: 70% 48%;
    }

    .navigation-header .menu-header > li > a.active + .sub-menu {
        display: block;
    }

    .navigation-header .menu-header > li.current-menu-parent .sub-menu a {
        color: var(--theme-primary-color);
    }
}

@media (max-width: 767px) {
    .navigation-header a {
        padding: 10px 10px 0;
    }
}

@media (min-width: 75em) {
    .navigation-header .menu-header {
        display: flex;
        justify-content: center;
    }

    .navigation-header .menu-header > li {
        align-items: center;
        display: inline-flex;
    }

    .navigation-header .menu-header > li.menu-item-has-children > a:after {
        font-size: 11px;
    }

    .navigation-header .menu-header > li > a {
        color: #fff;
        font-size: 15px;
        height: var(--height-header-bar);
    }

    .navigation-header .menu-header > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .navigation-header .sub-menu {
        border-radius: 20px;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,.25);
        display: block;
        filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
        left: 50%;
        opacity: 0;
        padding: 20px 20px 15px;
        position: absolute;
        top: var(--height-header-bar);
        transform: translateX(-50%);
        transition: opacity .2s;
        visibility: hidden;
        width: 200px;
    }

    .navigation-header .sub-menu li a {
        color: #777;
        font-size: 14px;
        text-align: center;
    }

    .navigation-header .sub-menu:before {
        border-color: transparent transparent #08c;
        color: #fff;
        content: "\e904";
        font-family: icomoon;
        height: 16px;
        left: 50%;
        position: absolute;
        top: -10px;
        transform: translateX(-50%);
        width: 36px;
    }
}

.header-right {
    padding-left: 10px;
}

.header-right,
.icons-wrapper {
    display: flex;
    justify-content: flex-end;
}

.icons-wrapper {
    align-items: center;
    padding-left: 8px;
    position: relative;
}

.icons-wrapper > div {
    align-items: center;
    display: flex;
    height: 50px;
}

.icons-wrapper .icon-link {
    cursor: pointer;
    margin-left: 10px;
}

.icons-wrapper .icon-link img {
    min-width: 30px;
    vertical-align: middle;
    width: 30px;
}

@media (min-width: 48em) {
    .icons-wrapper .icon-link img {
        min-width: 35px;
        width: 35px;
    }
}

@media (min-width: 36em) {
    .icons-wrapper .icon-link {
        margin-left: 15px;
    }
}

@media (min-width: 48em) {
    .icons-wrapper .icon-link {
        margin-left: 22px;
    }
}

.wishlist-wrapper .icon-link {
    position: relative;
}

.wishlist-wrapper .counter.qty {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    left: 50%;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: translateX(-50%);
    white-space: normal;
}

.customer-links-wrapper {
    position: relative;
}

.customer-links-wrapper .modal-js {
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
    position: absolute;
    right: -25px;
    top: calc(100% + 17px);
    width: 300px;
    z-index: 9;
}

@media (min-width: 62em) {
    .customer-links-wrapper .modal-js {
        width: 350px;
    }
}

.customer-links {
    list-style: none;
    padding: 5px 0;
}

.customer-links li {
    margin-bottom: 22px;
}

.customer-links li.welcome {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 15px;
    padding: 15px;
}

.customer-links li.welcome span {
    color: #777;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    text-transform: capitalize;
}

.customer-links li.link-item a {
    color: #777;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 0 25px;
}

.customer-links li.link-item img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.minicart-wrapper .icon-link {
    position: relative;
}

.minicart-wrapper .counter.qty {
    background-color: #fff;
    border-radius: 50%;
    color: var(--theme-primary-color);
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 21px;
    line-height: 1.4;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 21px;
}

.breadcrumbs-wrapper {
    background-color: #f6f6f6;
    display: none;
    font-weight: 400;
    line-height: 25px;
    margin-top: var(--height-header-bar);
    max-width: 100%;
}

.breadcrumbs-wrapper .breadcrumbs {
    color: inherit;
    font-size: 12.48px;
    margin: 0 auto;
    max-width: 1140px;
    padding: 3px 15px;
}

.breadcrumbs-wrapper .breadcrumbs > li {
    display: inline-block;
}

.breadcrumbs-wrapper .breadcrumbs a,
.breadcrumbs-wrapper .breadcrumbs a:focus {
    color: #666;
}

@media (min-width: 64em) {
    .breadcrumbs-wrapper .breadcrumbs a:hover {
        text-decoration: underline;
    }
}

.breadcrumbs-wrapper .breadcrumbs strong {
    font-weight: 400;
}

.breadcrumbs-wrapper .breadcrumb-separator:after {
    content: "\f809";
    font-family: icons;
    font-size: 10px;
    margin: 0 9px;
}

@media (min-width: 48em) {
    .breadcrumbs-wrapper {
        display: block;
    }

    .breadcrumbs-wrapper + .content-area,
    .breadcrumbs-wrapper + .page-main {
        padding-top: 15px;
    }
}

/* ========================= */
/* AJUSTES HEADER EN MÓVIL   */
/* ========================= */
@media (max-width: 767px) {

    /* Header un poco más compacto */
    .page-header {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    /* Contenedor en fila y centrado verticalmente */
    .page-header .header-content {
        display: flex;
        align-items: center;
    }

    /* LOGO: control de tamaño */
    .page-header .logo {
        width: 140px;              /* ya no porcentaje fijo */
        margin-right: 8px;
    }

    .page-header .logo img {
        max-width: 120px;         /* AJUSTA ESTE VALOR A GUSTO */
        height: auto;
    }

    /* NAV (hamburguesa): sin espacio extra a la izquierda */
    .page-header .navigation-wrapper {
        width: auto;
        text-align: left;
    }

    /* ZONA DERECHA (buscador + iconos) */
    .page-header .header-right {
        width: auto;
        margin-left: auto;        /* empuja todo a la derecha */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* El buscador e iconos dejan de ocupar 100% */
    .page-header .header-right .header-search,
    .page-header .header-right .icons-wrapper {
        width: auto;
        display: flex;
        align-items: center;
    }

    /* Separación entre hamburguesa y buscador */
    .page-header .header-right .header-search {
        margin-left: 8px;
        margin-right: 4px;
    }

    /* Ajuste de tamaño de iconos y separación entre ellos */
    .icons-wrapper .icon-link img,
    .header-search .icon-link img {
        width: 26px;
        min-width: 26px;
        height: auto;
    }

    .icons-wrapper .icon-link,
    .header-search .icon-link {
        margin-left: 8px;
    }
}


.footer-top {
    background-color: #f6f6f6;
    color: #666
}

.footer-top-inner .mascot-item {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

@media (max-width: 36em) {
    .footer-top-inner .mascot-item>a {
        width:40%
    }
}

.footer-top-inner img {
    display: block
}

@media (min-width: 48em) {
    .footer-top-inner {
        border-top:1px solid #b4b4b4
    }
}

.footer-top .social-icons a {
    color: #666;
    float: left;
    font-size: 25px;
    height: 48px;
    line-height: 46px;
    margin-right: 4px;
    text-align: center;
    width: 48px
}

.homepage-bar {
    border: none;
    padding-bottom: 10px;
    padding-top: 10px
}

.homepage-bar .baricon {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 14px 0
}

@media (max-width: 48em) {
    .homepage-bar .baricon {
        flex-direction:column;
        text-align: center
    }
}

.homepage-bar img {
    width: 65px
}

.homepage-bar .text-area {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle
}

.homepage-bar .text-area h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .025em;
    margin-top: 0
}

@media (min-width: 48em) {
    .homepage-bar .text-area h3 {
        font-size:21px
    }
}

.homepage-bar .text-area a {
    color: hsla(0,0%,100%,.6);
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline
}

.contact-lnks .contact-item {
    margin-bottom: 16px
}

.contact-lnks .contact-item.row {
    align-items: center
}

.contact-lnks .contact-item a {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 700
}

.contact-lnks .contact-item i {
    color: var(--theme-primary-color);
    display: inline-block;
    min-width: 28px
}

@media (max-width: 48em) {
    .contact-lnks {
        padding-top:20px
    }
}

.free-shipping-return {
    background-color: #666;
    border-bottom: 30px solid #fff
}

.footer-middle {
    background-color: #f6f6f6;
    color: #666;
    padding: 15px 0
}

.footer-middle ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-middle ul.links {
    margin-top: -5px
}

.footer-middle ul.links li {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 6px 0;
    position: relative
}

.footer-middle ul.links li a {
    color: #666;
    font-size: 16px;
    font-weight: 400
}

.footer-middle a,.footer-middle p {
    color: #666
}

@media (min-width: 64em) {
    .footer-middle a:hover {
        text-decoration:underline
    }
}

@media (min-width: 48em) {
    .footer-middle.footer-middle-2 {
        border-top:1px solid #b4b4b4
    }
}

@media (min-width: 75em) {
    .footer-middle {
        padding:15px 40px
    }
}

@media (min-width: 97.5em) {
    .footer-middle {
        padding:15px 100px
    }
}

.footer-two-link {
    border-top: 1px solid #b4b4b4
}

.footer-two-link ul {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.footer-two-link ul li+li {
    border-left: 1px solid #666;
    margin-left: 1em;
    padding-left: 1em
}

.footer-two-link ul a {
    font-size: 12px
}

.footer-bottom {
    background-color: #f6f6f6;
    padding: 11px 180px;
    text-align: center
}

.footer-bottom p {
    font-size: 11px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center
}

.footer-bottom address {
    font-style: normal;
    line-height: 1.4
}

.footer-bottom .payment-logo {
    text-align: center
}

@media (max-width: 64em) {
    .footer-bottom {
        padding:11px 15px 45px
    }

    .footer-bottom p {
        line-height: normal
    }

    .footer-bottom address {
        line-height: 13px;
        margin-top: 10px
    }
}

.menu-footer {
    display: flex
}

.menu-footer li.menu-item-has-children {
    flex: 0 0 50%;
    max-width: 50%
}

.menu-footer li.menu-item-has-children>a {
    color: #666;
    cursor: default;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0 15px;
    pointer-events: none
}

@media (min-width: 62em) {
    .menu-footer li.menu-item-has-children:nth-child(2n-1) {
        flex:0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .menu-footer li.menu-item-has-children:nth-child(2n) {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.menu-footer li .sub-menu li a {
    color: #666;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    padding: 6px 0;
    position: relative
}

.menu-footer li a {
    font-size: 16px
}

.error-content {
    padding: 100px 0
}

.error-title {
    font-size: 65px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 45px;
    text-align: center
}

.error-title .i2-doc:before {
    margin: 0
}

.error-description {
    font-size: 15px;
    margin: 0 auto;
    max-width: 750px;
    text-align: center
}

@media (max-width: 48em) {
    .error-description p {
        font-size:19px
    }
}

.home-slider {
    margin-top: 84px;
    overflow: hidden;
    position: relative
}

.home-slider .banner-item {
    background-size: 100% 100%!important;
    height: auto!important;
    position: relative;
    user-select: none
}

.home-slider .banner-item img {
    display: block;
    width: 100%
}

.home-slider .banner-content {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.home-slider .content-container {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 45px
}

@media (min-width: 48em) {
    .home-slider .content-container {
        justify-content:flex-start
    }
}

.box-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 20px 30px;
    position: relative
}

.box-item .align-bottom {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.box-item .align-bottom a {
    min-width: 210px
}

.box-item .text {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase
}

.box-item img {
    display: block;
    object-fit: cover;
    width: 100%
}

.box-item a {
    min-width: 210px
}

.box-item.box-abs img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

@media (min-width: 36em) {
    .box-item {
        height:64vw
    }
}

@media (min-width: 48em) {
    .box-item {
        height:42vw
    }
}

@media (min-width: 62em) {
    .box-item {
        height:100%
    }
}

@media (min-width: 48em) {
    .products-cat>.row:nth-child(2n) {
        flex-direction:row-reverse
    }
}

.box-category {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 74vw;
    position: relative;
    width: 100%
}

.box-category .category-content {
    padding: 100px 50px 40px;
    position: absolute;
    top: 0;
    width: 100%
}

.box-category .category-content .category-titles h2,.box-category .category-content .category-titles h4,.box-category .category-content .category-titles p {
    color: #000
}

.box-category .category-content .category-titles.ct-2 h2,.box-category .category-content .category-titles.ct-2 h4,.box-category .category-content .category-titles.ct-2 p {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7)
}

.box-category .category-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%
}

.box-category .category-content h2,.box-category .category-content h2 p {
    color: #000;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: uppercase
}

.box-category .category-content a {
    min-width: auto
}

@media (max-width: 48em) {
    .box-category .category-content {
        padding:40px 50px
    }
}

@media (min-width: 48em) {
    .box-category .category-content h2,.box-category .category-content h2 p {
        font-size:50px
    }

    .box-category .category-content h4 {
        font-size: 25px
    }

    .box-category {
        height: auto
    }
}

.box-products {
    padding: 4% 6% 8%;
    position: relative;
    text-align: left
}

.box-products-container {
    margin: 0 auto;
    max-width: 546px
}

.box-products .swiper-slide {
    width: auto!important
}

@media (max-width: 48em) {
    .box-products .swiper-button-next,.box-products .swiper-button-prev {
        top:30%!important
    }
}

.featured-sct {
    background-color: #f6f6f6;
    padding: 80px 0
}

.featured-container {
    margin-top: 25px
}

@media (max-width: 767px) {
    .featured-container {
        text-align:center
    }

    .featured-container .product-item {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 48em) {
    .featured-container .swiper-slide {
        width:auto!important
    }
}

.page-main {
    padding-bottom: 100px;
    padding-top: var(--height-header-bar)
}

.page-title-wrapper {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding: 45px 0 22px
}

.page-title-wrapper p {
    color: #000;
    font-size: 17.6px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 8px
}

@media (min-width: 48em) {
    .page-title-wrapper {
        margin-bottom:40px;
        padding: 35px 0
    }
}

.page-title {
    color: #212529;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 9.6px;
    text-transform: uppercase
}

@media (max-width: 48em) {
    .page-title {
        font-size:35.2px
    }
}

.page-subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px
}

.carrer-wrap-list {
    padding-top: 25px
}

.carrer-wrap-list>div {
    margin-top: 15px
}

.carrer-wrap-list .title-red {
    color: var(--theme-primary-color);
    text-transform: uppercase
}

.carrer-wrap-list a {
    color: #000
}

.carrer-wrap-list a:hover {
    color: var(--theme-primary-color)
}

.cf7-wrapper {
    max-width: 640px
}

.cf7-wrapper .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 10px
}

.cf7-wrapper .contact-footer-bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
    padding: 0 15px;
    position: relative;
    width: 100%
}

.cf7-wrapper .contact-footer-bottom .clear {
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    text-decoration: underline
}

.cf7-wrapper .contact-footer-bottom .wpcf7-submit,.cf7-wrapper .contact-footer-bottom button[type=button] {
    height: 48px;
    margin-bottom: 16px;
    min-width: 190px
}

@media (min-width: 48em) {
    .cf7-wrapper .contact-footer-bottom .wpcf7-submit,.cf7-wrapper .contact-footer-bottom button[type=button] {
        height:56px;
        min-width: 240px
    }
}

.cf7-wrapper .contact-attach-files {
    padding: 0 15px
}

.cf7-wrapper .contact-attach-files h3,.cf7-wrapper .contact-attach-files strong {
    color: #00247d;
    font-weight: 700
}

.cf7-wrapper .contact-attach-files h3 {
    font-size: 16px;
    margin: 0
}

.cf7-wrapper .contact-attach-files p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px
}

.cf7-wrapper .contact-attach-files .upload-item {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    justify-content: space-between;
    margin-top: 32px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.cf7-wrapper .contact-attach-files .upload-item .wpcf7-form-control-wrap {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: 3
}

.cf7-wrapper .contact-attach-files .upload-item .wpcf7-form-control-wrap input {
    height: 100%
}

.cf7-wrapper .contact-attach-files .upload-item label {
    color: #666;
    padding: 0 15px;
    width: 58%
}

.cf7-wrapper .contact-attach-files .upload-item div {
    align-items: center;
    border: 1px solid var(--theme-primary-color);
    border-radius: 0 10px 10px 0;
    color: var(--theme-primary-color);
    display: flex;
    height: 100%;
    justify-content: center;
    width: 42%
}

.cf7-wrapper .contact-attach-files .upload-item+.upload-item {
    margin-top: 10px
}

.cf7-wrapper .wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 15px;
    width: 100%
}

.cf7-wrapper .wpcf7 .wpcf7-form-control-wrap:has(select):after {
    color: #495057;
    content: "\f800";
    font-family: icons!important;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 15px;
    transform: rotate(180deg)
}

.cf7-wrapper .wpcf7 .wpcf7-form-control-wrap:has(textarea) {
    width: 100%
}

@media (min-width: 48em) {
    .cf7-wrapper .wpcf7 .wpcf7-form-control-wrap {
        width:50%
    }
}

.cf7-wrapper .wpcf7 input[type=email],.cf7-wrapper .wpcf7 input[type=file],.cf7-wrapper .wpcf7 input[type=password],.cf7-wrapper .wpcf7 input[type=tel],.cf7-wrapper .wpcf7 input[type=text],.cf7-wrapper .wpcf7 select,.cf7-wrapper .wpcf7 textarea {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 10px;
    color: #495057;
    display: block;
    font-family: var(--font-f-2);
    font-size: 16px;
    font-weight: 500;
    height: 52px;
    padding: 10px;
    width: 100%
}

.cf7-wrapper .wpcf7 input[type=email]::placeholder,.cf7-wrapper .wpcf7 input[type=file]::placeholder,.cf7-wrapper .wpcf7 input[type=password]::placeholder,.cf7-wrapper .wpcf7 input[type=tel]::placeholder,.cf7-wrapper .wpcf7 input[type=text]::placeholder,.cf7-wrapper .wpcf7 select::placeholder,.cf7-wrapper .wpcf7 textarea::placeholder {
    color: #495057;
    font-weight: 600
}

.cf7-wrapper .wpcf7 textarea {
    height: 200px;
    resize: vertical
}

.cf7-wrapper .wpcf7 select {
    appearance: none
}

.cf7-wrapper .wpcf7 .wpcf7-not-valid-tip {
    display: none;
    font-size: 12px;
    font-weight: 500
}

.cf7-wrapper .wpcf7 .wpcf7-response-output {
    color: #e02b27;
    font-size: 14px;
    margin: 0!important;
    text-align: center
}

.cf7-wrapper .wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0
}

.cf7-wrapper .wpcf7 .wpcf7-submit {
    background-color: var(--theme-primary-color);
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (min-width: 64em) {
    .cf7-wrapper .wpcf7 .wpcf7-submit:hover {
        opacity:.6
    }
}

.cf7-wrapper .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
    display: block
}

.products-container {
    float: right;
    width: 75%
}

.products-sidebar {
    padding-right: 22px
}

.filter-sidebar .filter-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 9px 0 24px
}

.filter-sidebar .filter-item {
    margin-bottom: 14px
}

.filter-sidebar .filter-item-title {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .8px;
    padding: 10px 0;
    text-transform: capitalize
}

.filter-sidebar .filter-item .filter-icon {
    align-items: center;
    display: inline-flex;
    height: 26px;
    justify-content: center;
    position: relative;
    width: 26px
}

.filter-sidebar .filter-item .filter-icon:after,.filter-sidebar .filter-item .filter-icon:before {
    background: #000;
    content: "";
    position: absolute
}

.filter-sidebar .filter-item .filter-icon:after {
    height: 10px;
    width: 2px
}

.filter-sidebar .filter-item .filter-icon:before {
    height: 2px;
    width: 10px
}

.filter-sidebar .filter-item-title:hover .filter-icon:after,.filter-sidebar .filter-item.active .filter-icon:after {
    display: none
}

.filter-sidebar .filter-body {
    border-bottom: 1px solid #efefef;
    padding-bottom: 26px
}

.filter-sidebar .options {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Cada fila de opción */
.filter-sidebar .options .option {
    position: relative;   /* referencia del absolute */
    padding: 5px 0 5px 24px;  /* hueco a la izquierda para el checkbox */
}

/* El enlace solo contiene el texto, sin padding raro */
.filter-sidebar .options .option a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .8px;
    vertical-align: baseline;
    z-index: 5;
}

/* Checkbox: tamaño real y sin ancho 100% */
.filter-sidebar .options .option input[type="checkbox"] {
    position: absolute;
    top: 9px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    pointer-events: auto;
}

@media (min-width: 48em) {
    .filter-sidebar .close-filter,.filter-sidebar .open-filter {
        display:none
    }
}

@media (max-width: 767px) {
    .filter-sidebar {
        height:100%;
        left: 0;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        pointer-events: none;   /* <- IMPORTANTE: NO captura clics cuando está cerrada */
        z-index: 60
    }

    .filter-sidebar:before {
        background-color: rgba(0,0,0,.8);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1
    }

    .filter-sidebar.show {
        pointer-events: auto;   /* <- "visible" NO es válido, usa auto */
        z-index: 3000
    }

    .filter-sidebar.show:before {
        opacity: 1;
        visibility: visible
    }

    .filter-sidebar .sidebar-content {
        background: #fff;
        height: 100%;
        position: relative;
        transform: translate(-100%);
        transition: transform .4s ease-in-out;
        width: 300px;
        pointer-events: auto;
        z-index: 15
    }

    .filter-sidebar .filter-title {
        background-color: var(--theme-primary-color);
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        padding: 8px 30px
    }

    .filter-sidebar .filter-items {
        overflow-y: auto;
        padding: 10px 30px
    }

    .filter-sidebar .close-filter,.filter-sidebar .open-filter {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        height: 48px;
        line-height: 22px;
        padding: 12px;
        position: absolute;
        right: 0;
        width: 48px
    }

    .filter-sidebar .open-filter {
        background: var(--theme-primary-color);
        top: 40%;
        transform: translate(48px)
    }

    .filter-sidebar .close-filter {
        top: 0
    }

    .filter-sidebar.show .sidebar-content {
        transform: translate(0)
    }
}

.product-items {
    list-style: none;
    padding-top: 24px
}

.product-items .product-item {
    width: 100%
}

.product-items .product-item-content {
    box-shadow: 0 0 20px rgba(0,0,0,.2)
}

@media (max-width: 991px) {
    .product-items .product-loop-item {
        width:50%!important
    }
}

@media (max-width: 767px) {
    .product-items .product-loop-item {
        width:100%!important
    }
}

.filters-current {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.filters-current .clear-all {
    background-color: var(--theme-primary-color, #7b3ff2) !important;
    color: #fff !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 5px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    align-self: center !important;    /* ← agrega esta línea */
}

.filters-current .clear-all:hover {
    background-color: #5a2bb8 !important;
    transform: translateY(-1px);
    color: #fff !important;
}

.filters-current .items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 85%
}

.filters-current .items a {
    color: #666;
    font-size: 14.4px;
    font-weight: 400;
    line-height: .5;
    margin-right: 5px
}

.filters-current .items a:before {
    color: #999;
    content: "\f819";
    display: inline-block;
    font-family: icons;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px
}

.filters-current .items a:hover:before {
    color: #494949
}

.filters-current .items span {
    pointer-events: none
}

.filters-current .items .item {
    margin-bottom: 9px;
    margin-right: 30px
}

.pagination-wrapper {
    border-top: 1px solid #efefef;
    padding-top: 25px
}

.pagination-wrapper nav {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.pagination-wrapper .page-numbers {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 32px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none!important;
    transition: .2s ease-in-out;
    width: 32px
}

.pagination-wrapper .page-numbers.current,.pagination-wrapper .page-numbers:hover {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff
}

.pagination-wrapper .page-numbers+.page-numbers {
    margin-left: 5px
}

.pagination-wrapper .page-numbers.next:before,.pagination-wrapper .page-numbers.prev:before {
    display: inline-block;
    font-family: icons;
    font-size: 16px;
    line-height: inherit;
    vertical-align: top
}

.pagination-wrapper .page-numbers.prev:before {
    content: "\f802"
}

.pagination-wrapper .page-numbers.next:before {
    content: "\f801"
}

.colour-card-item {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 17px 30px;
    text-align: center
}

.colour-card-item-description {
    min-height: 65px
}

.colour-card-item-bottom {
    margin-top: 25px;
    width: 100%
}

.colour-card-item-bottom .btn-primary {
    width: 100%
}

.colour-card-item h3,.colour-card-item p {
    color: #212529;
    margin: 0
}

.colour-card-item h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 22px
}

.colour-card-item p {
    font-size: 14px;
    line-height: 1.3
}

.colour-card-item figure img {
    margin: 0 auto;
    max-height: 290px;
    width: auto
}

.colour-card-item form {
    margin-top: 13px
}

@media (max-width: 960px) {
    .colour-card-item .colour-card-item-description {
        min-height:inherit
    }
}

.colour-wrap-note {
    background: #f6f6f6;
    border-radius: 13px;
    margin: 35px 0 0;
    padding: 25px 30px 15px
}

.colour-wrap-note h3,.colour-wrap-note p {
    color: #212529;
    font-size: 14.4px;
    margin: 0
}

.colour-wrap-note h3 {
    line-height: 1;
    margin-bottom: 8px
}

.colour-wrap-note p {
    line-height: 1.3
}

.colour-wrap-note a {
    color: var(--theme-primary-color)
}

.colour-wrap-note a:hover {
    text-decoration: underline
}

.colour-wrap-message {
    background: #e5efe5;
    color: #006400;
    margin: 20px 0;
    opacity: 0;
    padding: 10px 18px 10px 10px;
    position: relative;
    z-index: -1
}

.colour-wrap-message p {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 1.2;
    margin: 0;
    position: relative
}

.colour-wrap-message p:before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18m-.232-5.36 5-6-1.536-1.28-4.3 5.159-2.225-2.226-1.414 1.414 3 3 .774.774z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #006400;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.colour-wrap-message a {
    color: #08c
}

.colour-wrap-message a:hover {
    text-decoration: underline
}

.colour-wrap-message span {
    display: inline-block
}

.colour-wrap-message.active {
    margin: 35px 0;
    opacity: 1;
    z-index: 10
}

@media (max-width: 1024px) {
    .colour-wrap-message {
        margin:20px 0
    }

    .colour-wrap-message.active {
        margin: 30px 0
    }
}

@media (max-width: 767px) {
    .colour-wrap-note {
        padding:20px
    }
}

#modal_calculator {
    z-index: 2024
}

#modal_calculator .modal-content {
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 12px;
    max-width: 420px;
    padding-bottom: 30px;
    padding-top: 40px;
    width: 98%
}

#modal_calculator .calculator-form-wrap,#modal_calculator .nininote {
    padding: 0 15px
}

@media (min-width: 48em) {
    #modal_calculator .calculator-form-wrap,#modal_calculator .nininote {
        padding:0 35px
    }
}

.table-estimator {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    max-width: 100%;
    width: 100%
}

.table-estimator td,.table-estimator th {
    border: 5px solid #fff!important;
    color: #000;
    padding: 11px 9px;
    text-align: center;
    vertical-align: middle
}

.table-estimator th {
    background-color: #b4b4b4
}

.table-estimator tr th {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.table-estimator tr td {
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: 400;
    width: 30%
}

.table-estimator tr td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px
}

.table-estimator tr td p {
    color: #666;
    font-size: 14px;
    font-weight: 700
}

.woocommerce-cart .breadcrumbs {
    display: none
}

.woocommerce-cart .page-main {
    background: #f6f6f6;
    margin-top: var(--height-header-bar);
    padding: 75px 0 85px
}

.woocommerce-cart .page-main .page-title-wrapper {
    border-bottom: 0;
    margin: 0;
    padding: 0
}

.woocommerce-cart .page-main h1 {
    font-size: 32px;
    margin: 0
}

@media (max-width: 1024px) {
    .woocommerce-cart .page-main {
        padding:50px 0
    }

    .woocommerce-cart .page-main h1 {
        font-size: 28px
    }
}

.woocommerce-cart .page-main .woocommerce {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0
}

.woocommerce-cart .page-main .woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form {
    width: calc(66% - 10px)
}

@media (max-width: 960px) {
    .woocommerce-cart .page-main .woocommerce-cart-form {
        width:100%
    }
}

.woocommerce-cart .page-main .woocommerce-cart-form table {
    border: 0!important;
    margin: 0!important
}

.woocommerce-cart .page-main .woocommerce-cart-form table thead {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px
}

@media (max-width: 960px) {
    .woocommerce-cart .page-main .woocommerce-cart-form table thead {
        display:none
    }
}

.woocommerce-cart .page-main .woocommerce-cart-form table th {
    color: #333;
    font-size: 18px;
    font-weight: 600
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td {
    padding: 40px 10px 60px
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .product-name-content {
    align-items: center;
    display: flex;
    gap: 12px
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .product-name-content .product-thumbnail-body {
    text-align: center;
    width: 100px
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .product-name-content .product-thumbnail-body img {
    max-width: 100%;
    width: auto
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .product-name-content a {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-price {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 700!important;
    text-align: center
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .quantity {
    display: flex;
    justify-content: flex-end
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .quantity label {
    display: none
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td .quantity input {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    height: 40px;
    margin-right: 20px;
    padding: 10px;
    text-align: center
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-subtotal {
    color: var(--theme-primary-color);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 70px;
    position: relative;
    text-align: center
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-subtotal .product-remove-body {
    align-items: center;
    bottom: 10px;
    display: flex;
    gap: 10px;
    position: absolute;
    right: 0
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-subtotal .product-remove-body .product-remove-edit {
    display: inline-block;
    height: 20px;
    width: 20px;
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M17.561 2.439c-1.442-1.443-2.525-1.227-2.525-1.227L8.984 7.264 2.21 14.037 1.2 18.799l4.763-1.01 6.774-6.771 6.052-6.052c-.001 0 .216-1.083-1.228-2.527M5.68 17.217l-1.624.35a3.7 3.7 0 0 0-.69-.932 3.7 3.7 0 0 0-.932-.691l.35-1.623.47-.469s.883.018 1.881 1.016c.997.996 1.016 1.881 1.016 1.881z'/%3E%3C/svg%3E");
    background-color: var(--theme-primary-color);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-subtotal .product-remove-body .remove {
    position: relative
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-subtotal .product-remove-body .remove:hover {
    background: none
}

.woocommerce-cart .page-main .woocommerce-cart-form table tbody td.product-subtotal .product-remove-body .remove:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 20px;
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M32.937 7.304H27.19v-.956c0-1.345-.423-2.32-1.278-2.915-.604-.39-1.353-.588-2.224-.588h-6.441q-.007.002-.014.003-.007-.002-.014-.003h-.909c-2.259 0-3.503 1.244-3.503 3.503v.956H7.063a.75.75 0 0 0 0 1.5h.647l1.946 25.785c0 1.631.945 2.566 2.594 2.566h15.461c1.611 0 2.557-.93 2.592-2.51L32.25 8.804h.686a.75.75 0 0 0 .001-1.5m-2.302 2.976H9.326l-.111-1.476h21.531zM14.308 6.348c0-1.423.58-2.003 2.003-2.003h7.378c.578 0 1.053.117 1.389.333.413.287.613.833.613 1.67v.956H14.308zm14.498 28.224c-.019.81-.295 1.083-1.095 1.083H12.25c-.818 0-1.094-.269-1.096-1.123L9.439 11.779h21.082z'/%3E%3Cpath d='M17.401 12.969a.75.75 0 0 0-.722.776l.704 19.354a.75.75 0 0 0 .748.723l.028-.001a.75.75 0 0 0 .722-.776l-.703-19.355c-.015-.414-.353-.757-.777-.721m-4.649.001a.75.75 0 0 0-.696.8l1.329 19.354a.75.75 0 0 0 .747.698l.053-.002a.75.75 0 0 0 .696-.8l-1.329-19.354a.756.756 0 0 0-.8-.696m9.784-.001c-.419-.04-.762.308-.776.722l-.705 19.354a.75.75 0 0 0 .722.776l.028.001a.75.75 0 0 0 .748-.723l.705-19.354a.75.75 0 0 0-.722-.776m4.649.001a.757.757 0 0 0-.8.696L25.056 33.02a.75.75 0 0 0 .696.8l.053.002a.75.75 0 0 0 .747-.698l1.329-19.354a.75.75 0 0 0-.696-.8'/%3E%3C/svg%3E");
    background-color: #000;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media (max-width: 960px) {
    .woocommerce-cart .page-main .woocommerce-cart-form table tbody tr {
        align-items:flex-start;
        border-bottom: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody tr:last-child {
        border-bottom: 0
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody td {
        background: #fff;
        border: 0;
        line-height: inherit;
        padding: 52px 10px 15px;
        position: relative;
        text-align: center!important;
        vertical-align: inherit;
        width: 33.3333%
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody td:before {
        color: #777;
        display: inline-block;
        float: none;
        font-size: 14px;
        left: 0;
        line-height: 1.1;
        position: absolute;
        top: 20px;
        width: 100%
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody td:first-child {
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        width: 100%
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody td:first-child:before {
        display: none
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody td .woocommerce-Price-amount.amount {
        display: block;
        width: 100%
    }

    .woocommerce-cart .page-main .woocommerce-cart-form table tbody td .product-name-content a {
        font-size: 15px
    }
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-table-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 25px;
    width: 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-table-button {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    text-align: right;
    width: 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-table-button button {
    align-items: center;
    background: var(--theme-primary-color);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    padding: 10px;
    width: 200px
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-coupon {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    margin-top: 40px;
    padding: 25px;
    width: 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-coupon label.screen-reader-text {
    clip-path: inherit;
    color: #212529;
    display: block!important;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    margin: 0 0 10px;
    position: relative!important;
    text-transform: uppercase;
    width: 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-coupon .coupon {
    display: flex;
    flex-wrap: wrap;
    float: none!important;
    width: 100%
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-coupon .coupon .button {
    background: var(--theme-primary-color);
    border-radius: 0 10px 10px 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none!important;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding: 10px 15px;
    transition: opacity .2s ease-in-out
}

@media (min-width: 64em) {
    .woocommerce-cart .page-main .woocommerce-cart-form .cart-coupon .coupon .button:hover {
        opacity:.6
    }
}

.woocommerce-cart .page-main .woocommerce-cart-form .cart-coupon .coupon input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    float: none;
    height: 40px;
    margin: 0;
    padding: 10px;
    width: 225px
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals {
    width: calc(34% - 10px)
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals .shop-link {
    display: block;
    margin-top: 20px;
    margin-inline:auto;width: 88%
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 25px 15px 15px
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div .shop_table.shop_table_responsive {
    border: 0
}

@media (max-width: 960px) {
    .woocommerce-cart .page-main .woocommerce .cart-collaterals>div {
        margin:30px 0 0;
        width: 100%
    }
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div h2 {
    border-bottom: 1px solid #ccc;
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div .wc-proceed-to-checkout {
    padding: 0
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div .checkout-button {
    background: var(--theme-primary-color);
    cursor: pointer;
    margin: 30px 0 0;
    transition: opacity .2s ease-in-out
}

@media (min-width: 64em) {
    .woocommerce-cart .page-main .woocommerce .cart-collaterals>div .checkout-button:hover {
        opacity:.6
    }
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div td,.woocommerce-cart .page-main .woocommerce .cart-collaterals>div th {
    font-size: 18px;
    line-height: 1;
    padding: 20px 0 10px
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div td:last-child,.woocommerce-cart .page-main .woocommerce .cart-collaterals>div th:last-child {
    text-align: right
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div tr:first-child th {
    font-weight: 400
}

.woocommerce-cart .page-main .woocommerce .cart-collaterals>div tr:last-child td,.woocommerce-cart .page-main .woocommerce .cart-collaterals>div tr:last-child th {
    border-top: 1px solid #ccc;
    font-size: 22px
}

.woocommerce-cart .page-main .woocommerce .cart_totals {
    float: none!important;
    width: 100%!important
}

.woocommerce-shipping-calculator .shipping-calculator-button {
    color: var(--theme-primary-color);
    font-size: 15px
}

@media (min-width: 64em) {
    .woocommerce-shipping-calculator .shipping-calculator-button:hover {
        text-decoration:underline
    }
}

.woocommerce-shipping-calculator .button {
    background: var(--theme-primary-color)!important;
    border-radius: 10px!important;
    color: #fff!important;
    cursor: pointer;
    font-size: 16px!important;
    padding: 10px!important;
    transition: opacity .2s ease-in-out
}

@media (min-width: 64em) {
    .woocommerce-shipping-calculator .button:hover {
        opacity:.6
    }
}

.woocommerce-checkout .breadcrumbs {
    display: none
}

.woocommerce-checkout .page-main {
    background: #f6f6f6;
    margin-top: var(--height-header-bar);
    padding: 75px 0 85px
}

.woocommerce-checkout .page-main .page-title-wrapper {
    border-bottom: 0;
    margin: 0;
    padding: 0
}

.woocommerce-checkout .page-main h1 {
    font-size: 32px;
    margin: 0
}

@media (max-width: 1024px) {
    .woocommerce-checkout .page-main {
        padding:50px 0
    }

    .woocommerce-checkout .page-main h1 {
        font-size: 28px
    }
}

.woocommerce-checkout .page-main .woocommerce {
    margin: 35px 0 0
}

.woocommerce-checkout .page-main .woocommerce .woocommerce-info {
    border-top-color: var(--theme-primary-color);
    padding-left: 30px
}

.woocommerce-checkout .page-main .woocommerce .woocommerce-info a {
    color: var(--theme-primary-color)
}

.woocommerce-checkout .page-main .woocommerce .woocommerce-info:before {
    color: var(--theme-primary-color);
    left: 0
}

.woocommerce-checkout .page-main .woocommerce form.woocommerce-checkout {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.woocommerce-checkout .page-main .woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup {
    margin-bottom: 20px;
    width: 100%
}

.woocommerce-checkout .page-main .woocommerce form.woocommerce-checkout .woocommerce-error {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
    padding: 40px 20px 30px
}

.woocommerce-checkout .page-main .woocommerce form.woocommerce-checkout .woocommerce-error li {
    color: var(--theme-primary-color);
    font-size: 12px;
    margin-bottom: 5px
}

.woocommerce-checkout .page-main .woocommerce form.woocommerce-checkout .woocommerce-error li:last-child {
    margin-bottom: 0
}

.woocommerce-checkout .page-main .woocommerce #customer_details {
    width: calc(60% - 18px)!important
}

.woocommerce-checkout .page-main .woocommerce #customer_details:after,.woocommerce-checkout .page-main .woocommerce #customer_details:before {
    display: none
}

@media (max-width: 960px) {
    .woocommerce-checkout .page-main .woocommerce #customer_details {
        width:100%!important
    }
}

.woocommerce-checkout .page-main .woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 25px 0;
    width: calc(40% - 18px)
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .woocommerce-checkout-payment {
    background: none!important;
    padding: 0 15px!important
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .woocommerce-info {
    background: none!important;
    border-width: 1px;
    margin-bottom: 0!important;
    padding-left: 40px
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .woocommerce-info:before {
    left: 10px
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order button.button.alt {
    background: var(--theme-primary-color)!important;
    display: block;
    margin: 15px 0 0;
    padding: 15px!important
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order h3 {
    border-bottom: 1px solid #ccc;
    color: #212529;
    font-size: 17.6px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 18px!important;
    padding: 0 25px;
    text-transform: uppercase
}

@media (max-width: 960px) {
    .woocommerce-checkout .page-main .woocommerce .checkout-form-order h3 {
        font-size:15px
    }
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table {
    border: 0;
    border-radius: 0;
    margin: 0
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table tfoot,.woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table thead {
    display: none
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
    border-bottom: 0
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid #eee;
    border-top: 0;
    color: #212529;
    font-size: 14px;
    line-height: 1.4;
    padding: 30px 20px 15px
}

.woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table td:last-child {
    font-size: 20px
}

@media (max-width: 960px) {
    .woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table td {
        font-size:13px
    }

    .woocommerce-checkout .page-main .woocommerce .checkout-form-order .shop_table.woocommerce-checkout-review-order-table td:last-child {
        font-size: 16px
    }

    .woocommerce-checkout .page-main .woocommerce .checkout-form-order {
        margin: 30px 0 0;
        width: 100%!important
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout .page-main .woocommerce .form-row-first,.woocommerce-checkout .page-main .woocommerce .form-row-last {
        float:none!important;
        width: 100%!important
    }
}

.woocommerce-checkout .wc-item-meta {
    padding-left: 0!important
}

.woocommerce-checkout .select2-container:not(.select2) {
    z-index: 2026
}

.woocommerce-checkout .woocommerce-billing-fields {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    margin-bottom: 40px;
    padding: 10px 15px
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 20px;
    text-transform: uppercase
}

.woocommerce-checkout .woocommerce-account-fields label,.woocommerce-checkout .woocommerce-additional-fields label,.woocommerce-checkout .woocommerce-billing-fields label,.woocommerce-checkout .woocommerce-shipping-fields label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px
}

.woocommerce-checkout .woocommerce-account-fields h3,.woocommerce-checkout .woocommerce-additional-fields h3,.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.woocommerce-checkout .woocommerce-account-fields abbr,.woocommerce-checkout .woocommerce-additional-fields abbr,.woocommerce-checkout .woocommerce-billing-fields abbr,.woocommerce-checkout .woocommerce-shipping-fields abbr {
    font-size: 10px
}

.woocommerce-checkout .woocommerce-account-fields .select2-selection,.woocommerce-checkout .woocommerce-account-fields input[type=email],.woocommerce-checkout .woocommerce-account-fields input[type=number],.woocommerce-checkout .woocommerce-account-fields input[type=text],.woocommerce-checkout .woocommerce-account-fields textarea,.woocommerce-checkout .woocommerce-additional-fields .select2-selection,.woocommerce-checkout .woocommerce-additional-fields input[type=email],.woocommerce-checkout .woocommerce-additional-fields input[type=number],.woocommerce-checkout .woocommerce-additional-fields input[type=text],.woocommerce-checkout .woocommerce-additional-fields textarea,.woocommerce-checkout .woocommerce-billing-fields .select2-selection,.woocommerce-checkout .woocommerce-billing-fields input[type=email],.woocommerce-checkout .woocommerce-billing-fields input[type=number],.woocommerce-checkout .woocommerce-billing-fields input[type=text],.woocommerce-checkout .woocommerce-billing-fields textarea,.woocommerce-checkout .woocommerce-shipping-fields .select2-selection,.woocommerce-checkout .woocommerce-shipping-fields input[type=email],.woocommerce-checkout .woocommerce-shipping-fields input[type=number],.woocommerce-checkout .woocommerce-shipping-fields input[type=text],.woocommerce-checkout .woocommerce-shipping-fields textarea {
    border: 0;
    border-radius: 6px;
    font-size: 13px;
    height: 40px;
    padding: 10px;
    width: 100%
}

.woocommerce-checkout .woocommerce-account-fields .select2-selection__arrow,.woocommerce-checkout .woocommerce-additional-fields .select2-selection__arrow,.woocommerce-checkout .woocommerce-billing-fields .select2-selection__arrow,.woocommerce-checkout .woocommerce-shipping-fields .select2-selection__arrow {
    right: 10px;
    top: 8px
}

.woocommerce-checkout .woocommerce-account-fields textarea,.woocommerce-checkout .woocommerce-additional-fields textarea,.woocommerce-checkout .woocommerce-billing-fields textarea,.woocommerce-checkout .woocommerce-shipping-fields textarea {
    background-color: #f6f6f6;
    font-family: var(--font-f-1);
    resize: vertical
}

.woocommerce-checkout .woocommerce-account-fields .woocommerce-additional-fields,.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields,.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields,.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-additional-fields {
    margin-top: 20px
}

.single-product .content-area .breadcrumbs-wrapper {
    display: none
}

.single-product .woocommerce-notices-wrapper {
    margin: 0 auto;
    max-width: 1140px;
    padding: 30px 15px
}

.single-product .content-single-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.single-product .woocommerce-product-gallery {
    float: none!important;
    margin-bottom: 0!important;
    width: calc(50% - 20px)!important
}

.single-product .woocommerce-product-gallery h3 {
    background: #f6f6f6;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 0 17%;
    padding: 5px 10px;
    text-align: center
}

.single-product .woocommerce-product-gallery h3 a {
    color: #000
}

.single-product .woocommerce-product-gallery__wrapper {
    background-image: url(../img/product-listing-bg.jpg);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center
}

.single-product .woocommerce-product-gallery__image {
    text-align: center;
    width: 100%
}

.single-product .woocommerce-product-gallery__image img {
    width: 400px!important
}

@media (max-width: 960px) {
    .single-product .woocommerce-product-gallery {
        margin:0 auto 30px;
        max-width: 400px;
        text-align: center;
        width: 100%!important
    }

    .single-product .woocommerce-product-gallery h3 {
        margin-left: 0
    }

    .single-product .woocommerce-product-gallery-image {
        max-width: 300px
    }
}

.single-product .entry-summary {
    float: none!important;
    margin: 0!important;
    padding: 0;
    width: calc(50% - 20px)!important
}

.single-product .entry-summary h1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 20px
}

.single-product .entry-summary .woocommerce-product-details__short-description p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0
}

.single-product .entry-summary .item-product-description {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;   /* "Desde" y el precio pegados arriba */
    padding: 30px 0 30px
}

.single-product .entry-summary .item-product-description .description-product-title {
    margin: 0 10px 0 0;        /* solo separación horizontal del texto "Desde:" */
}

.single-product .entry-summary .item-product-description-character {
    color: #e02b27;
    font-size: 12px;
    margin-left: 5px
}

.single-product .entry-summary form.cart .add-to-wishlist:before {
    font-size: 34px
}

.single-product .entry-summary .price {
    margin: 0
}

.single-product .entry-summary .woocommerce-Price-amount {
    color: #5D2CEC;
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

@media (max-width: 960px) {
    .single-product .entry-summary {
        width:100%!important
    }
}

@media (max-width: 767px) {
    .single-product .entry-summary h1 {
        font-size:28px
    }

    .single-product .entry-summary .woocommerce-Price-amount {
        font-size: 26px
    }
}

.single-product .woocommerce-tabs {
    background: #f6f6f6;
    margin: 90px 0 0;
    padding: 0 0 60px;
    width: 100%
}

@media (max-width: 1024px) {
    .single-product .woocommerce-tabs {
        margin-top:60px;
        padding-bottom: 50px
    }
}

.single-product #sidebar {
    display: none
}

.single-product .single_variation_wrap .amount {
    display: block;
}

.content-paint-calculator {
    margin: 30px auto;
    max-width: 1040px;
    width: 100%;
    display: flex;
    align-items: center;    /* Centrar verticalmente si es necesario */
}

.calculator-content {
    text-align: center; /* Centrar el contenido dentro de la sección */
}

.content-paint-calculator div {
    align-items: flex-end;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    display: inline-flex;
    gap: 30px;
    padding: 17px 25px;
    width: auto
}

.content-paint-calculator div figure {
    width: 45px
}

.content-paint-calculator div p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 10px
}

.content-paint-calculator div a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    transition: all .4s ease-in-out
}

@media (min-width: 1025px) {
    .content-paint-calculator div a:hover {
        color:var(--theme-primary-color)
    }
}

@media (max-width: 960px) {
    .content-paint-calculator {
        display:flex;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .content-paint-calculator {
        gap:0;
        justify-content: space-between
    }

    .content-paint-calculator div {
        align-items: center
    }

    .content-paint-calculator div p {
        margin-bottom: 0
    }

    .content-paint-calculator div figure {
        width: 40px
    }

    .content-paint-calculator div p {
        width: calc(100% - 70px)
    }
}

.wc-tabs-list {
    display: inherit;
    justify-content: center;
    position: relative;
    top: -30px
}

.wc-tabs-list ul {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: flex;
    list-style: none;
    padding: 8px 11px;
    justify-content: space-evenly;
}

.wc-tabs-list li {
    background: #fff;
    border-radius: 8px;
    color: #999;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px;
    transition: all .4s ease-in-out;
    margin-right: 4px;
    margin-left: 4px;
}


@media (max-width: 767px) {
    .wc-tabs-list ul {
        display: inherit;
    }
}

@media (min-width: 1025px) {
    .wc-tabs-list li:hover {
        background:#5D2CEC;
        color: #fff
    }
}

.wc-tabs-list li.active {
    background: #5D2CEC;
    color: #fff
}

@media (max-width: 767px) {
    .wc-tabs-list li {
        align-items:center;
        display: flex;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-block: 8px;
    }
}

.wc-tabs-content {
    margin: 15px 0 0;
    position: relative
}

.wc-tabs-content-item {
    display: none
}

.wc-tabs-content-item.active {
    display: block
}

.wc-tabs-content-item-table {
    background-color: #fff;
    border-radius: 12.8px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    margin: 0 auto;
    max-width: 47.85%;
    max-width: 910px;
    padding: 24px 32px
}

.wc-tabs-content-item-table.two {
    max-width: 1140px
}

.wc-tabs-content-item-table.two .wc-tabs-content-item-table-info li {
    width: 100%
}

.wc-tabs-content-item-table.two .wc-tabs-content-item-table-info2 li {
    width: 50%
}

.wc-tabs-content-item-table.two .wc-tabs-content-item-table-info3 li {
    width: 50%
}

.wc-tabs-content-item-table-head {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.wc-tabs-content-item-table-head li {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    width: 25%
}

.wc-tabs-content-item-table-head li:nth-child(2) {
    width: 50%
}

.wc-tabs-content-item-table-info ul {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 12px 0
}

.wc-tabs-content-item-table-info2 ul {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 12px 0
}

.wc-tabs-content-item-table-info3 ul {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 12px 0
}

.wc-tabs-content-item-table-info ul li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 10px;
    width: 25%
}

.wc-tabs-content-item-table-info2 ul li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 10px;
    width: 25%
}

.wc-tabs-content-item-table-info3 ul li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 10px;
    width: 25%
}

.wc-tabs-content-item-table-info ul li p {
    margin-bottom: 10px
}

.wc-tabs-content-item-table-info3 ul li p {
    margin-bottom: 10px
}

.wc-tabs-content-item-table-info ul li p:last-child {
    margin-bottom: 0
}

.wc-tabs-content-item-table-info3 ul li p:last-child {
    margin-bottom: 0
}

.wc-tabs-content-item-table-info ul li:first-child {
    font-weight: 700
}

.wc-tabs-content-item-table-info3 ul li:first-child {
    font-weight: 700
}

.wc-tabs-content-item-table-info ul li:nth-child(2) {
    width: 50%
}

.wc-tabs-content-item-table-info3 ul li:nth-child(2) {
    width: 50%
}

.wc-tabs-content-item-table-info ul:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.wc-tabs-content-item-table-info3 ul:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .wc-tabs-content-item-table {
        padding:20px
    }

    .wc-tabs-content-item-table-head li,.wc-tabs-content-item-table-info ul li {
        font-size: 14px
    }
}

.wc-tabs-content-prin {
    text-align: center
}

.wc-tabs-content-prin h3 {
    color: #00247d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0!important
}

.wc-tabs-content-prin figure {
    margin: 30px auto 0;
    max-width: 225px;
    width: 100%
}

@media (max-width: 960px) {
    .wc-tabs-content-prin {
        margin:0 auto 30px;
        max-width: 500px
    }
}

@media (max-width: 767px) {
    .wc-tabs-content-prin h3 {
        font-size:27px
    }
}

.wc-tabs-content-info-item h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.wc-tabs-content-info-item-content ul {
    margin: 15px 0 0 35px
}

.wc-tabs-content-info-item-content ul li {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px
}

.wc-tabs-content-info-item-content ul li:last-child {
    margin-bottom: 0
}

.wc-tabs-content-info-item-link {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 17px;
    margin: 20px 0 0
}

.wc-tabs-content-info-item-link .img-pdf {
    font-size: 45px
}

.wc-tabs-content-info-item-link span {
    text-decoration: underline
}

.wc-tabs-content-info-item:last-child {
    margin-bottom: 0
}

@media (max-width: 960px) {
    .wc-tabs-content-info {
        margin:0 auto;
        max-width: 500px;
        width: 100%
    }
}

@media (min-width: 48em) {
    .wc-tabs-content {
        margin:0 auto;
        max-width: 74%
    }
}

.products-related {
    padding: 65px 0 95px;
    width: 100%
}

.products-related h2 {
    color: #00247d;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 20px
}

@media (max-width: 1024px) {
    .products-related {
        padding:50px 0
    }
}

@media (max-width: 767px) {
    .products-related h2 {
        font-size:30px
    }
}

.woocommerce-MyAccount-navigation {
    float: none!important;
    width: calc(30% - 20px)!important
}

.woocommerce-MyAccount-navigation ul {
    margin: 0!important;
    padding: 0!important
}

.woocommerce-MyAccount-navigation ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a {
    background-image: url(../img/lock.png)
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a {
    background-image: url(../img/box.png)
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wish-lists a,.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a {
    background-image: url(../img/wishlist.png)
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a {
    background-image: url(../img/user.png)
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--newsletter a {
    background-image: url(../img/newsletter.png)
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a {
    background-image: url(../img/bookmark.png)
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--theme-primary-color);
    background-position: 14% -28px;
    background-size: 25px;
    color: #fff;
    pointer-events: none
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a {
    align-items: center;
    background: #fff;
    background-position: 14% 17px;
    background-repeat: no-repeat;
    background-size: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    color: #000;
    display: flex;
    height: 60px;
    padding: 0 20px 0 80px;
    position: relative;
    transition: all .01s ease-out;
    width: 100%
}

.woocommerce-MyAccount-navigation ul li a:before {
    color: #fff;
    content: "\e900";
    font-family: icomoon!important;
    font-size: 13px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 22px;
    transition: all .4s ease-in-out
}

@media (min-width: 1025px) {
    .woocommerce-MyAccount-navigation ul li a:hover {
        background-color:var(--theme-primary-color);
        background-position: 14% -28px;
        background-size: 25px;
        color: #fff!important;
        text-decoration: none!important
    }
}

@media (max-width: 1400px) {
    .woocommerce-MyAccount-navigation {
        width:calc(35% - 20px)!important
    }
}

@media (max-width: 960px) {
    .woocommerce-MyAccount-navigation {
        margin:0 auto;
        max-width: 320px;
        width: 100%!important
    }
}

.woocommerce-account-username {
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    color: #000;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 7px;
    padding: 40px 50px 50px;
    position: relative
}

.woocommerce-account-username span {
    align-items: center;
    background: var(--theme-primary-color);
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 58px;
    font-weight: 700;
    height: 115px;
    justify-content: center;
    left: -28px;
    line-height: 1;
    position: absolute;
    top: 20px;
    width: 115px
}

.woocommerce-account-username p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    width: 65%
}

.woocommerce-account-username p i {
    display: block;
    font-style: normal;
    font-weight: 700
}

.woocommerce .form-row {
    margin-bottom: 15px!important;
    width: 100%
}

.woocommerce .form-row.actions {
    margin-bottom: 0!important
}

.woocommerce .form-row label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4!important;
    margin-bottom: 8px
}

.woocommerce .form-row input[type=checkbox] {
    display: inline-block;
    margin-right: 5px
}

.woocommerce .form-row input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 6px;
    user-select: none;
    vertical-align: middle
}

.woocommerce .form-row .select2-container .select2-selection,.woocommerce .form-row input[type=email],.woocommerce .form-row input[type=password],.woocommerce .form-row input[type=tel],.woocommerce .form-row input[type=text] {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 10px;
    color: #495057;
    display: block;
    font-size: 13px!important;
    font-weight: 700;
    height: 38px;
    padding: 6px 12px;
    width: 100%
}

.woocommerce .form-row .select2-container .select2-selection::placeholder,.woocommerce .form-row input[type=email]::placeholder,.woocommerce .form-row input[type=password]::placeholder,.woocommerce .form-row input[type=tel]::placeholder,.woocommerce .form-row input[type=text]::placeholder {
    color: #495057
}

.woocommerce-LostPassword a {
    color: #666;
    font-size: 15px;
    text-decoration: underline
}

.woocommerce-password-strength {
    color: #000
}

.woocommerce-password-hint,.woocommerce-password-strength {
    font-size: 12px!important
}

.select2-container .select2-selection__arrow {
    height: 100%!important
}

.account-newsletter h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.account-newsletter .form-row {
    margin-bottom: 0!important
}

.account-newsletter input[type=submit] {
    display: block;
    margin-top: 30px
}

.account-newsletter input[type=checkbox]:not(:checked)+input[type=submit] {
    cursor: not-allowed;
    opacity: .6
}

.woocommerce-account {
    background: #f6f6f6!important
}

.woocommerce-account .page-title-wrapper {
    margin-top: 30px
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before {
    display: none!important
}

.woocommerce-account .u-columns .u-column1,.woocommerce-account .u-columns .u-column2 {
    background: #fff
}

@media (max-width: 1024px) {
    .woocommerce-account .page-main {
        padding-bottom:50px!important
    }
}

.woocommerce-account.logged-in .page-main .page-title-wrapper {
    background-color: #fff;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.18);
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 50px
}

.woocommerce-account.logged-in .page-main .page-title-wrapper .page-title {
    margin: 0
}

@media (max-width: 1024px) {
    .woocommerce-account.logged-in .page-main .page-title-wrapper {
        margin-bottom:50px;
        padding: 50px
    }
}

.woocommerce-account .page-title-wrapper h1 {
    margin: 0
}

.woocommerce-account form {
    margin: 0!important
}

.woocommerce-account .link-register {
    float: right
}

.woocommerce-Login,.woocommerce-MyAccount-content form,.woocommerce-MyAccount-content table,.woocommerce-Register,.woocommerce-ResetPassword,.woocommerce-customer-details address,.woocommerce-order-received table {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.18);
    padding: 35px 25px;
    width: 100%
}

.woocommerce-Login .woocommerce-Button,.woocommerce-Login .wpcf7-submit,.woocommerce-Login button.button,.woocommerce-MyAccount-content form .woocommerce-Button,.woocommerce-MyAccount-content form .wpcf7-submit,.woocommerce-MyAccount-content form button.button,.woocommerce-MyAccount-content table .woocommerce-Button,.woocommerce-MyAccount-content table .wpcf7-submit,.woocommerce-MyAccount-content table button.button,.woocommerce-Register .woocommerce-Button,.woocommerce-Register .wpcf7-submit,.woocommerce-Register button.button,.woocommerce-ResetPassword .woocommerce-Button,.woocommerce-ResetPassword .wpcf7-submit,.woocommerce-ResetPassword button.button,.woocommerce-customer-details address .woocommerce-Button,.woocommerce-customer-details address .wpcf7-submit,.woocommerce-customer-details address button.button,.woocommerce-order-received table .woocommerce-Button,.woocommerce-order-received table .wpcf7-submit,.woocommerce-order-received table button.button {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 15px 20px
}

.woocommerce-MyAccount-content {
    float: none!important;
    width: calc(70% - 20px)!important
}

.woocommerce-MyAccount-content h3 {
    color: #000;
    margin-bottom: 16px
}

.woocommerce-MyAccount-content .account-title,.woocommerce-MyAccount-content .woocommerce-column__title,.woocommerce-MyAccount-content .woocommerce-order-details__title {
    border-bottom: 1px solid #777;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px
}

.woocommerce-MyAccount-content .account-title.title-link a,.woocommerce-MyAccount-content .woocommerce-column__title.title-link a,.woocommerce-MyAccount-content .woocommerce-order-details__title.title-link a {
    color: var(--theme-primary-color);
    float: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px
}

@media (min-width: 64em) {
    .woocommerce-MyAccount-content .account-title.title-link a:hover,.woocommerce-MyAccount-content .woocommerce-column__title.title-link a:hover,.woocommerce-MyAccount-content .woocommerce-order-details__title.title-link a:hover {
        text-decoration:underline
    }
}

@media (min-width: 48em) {
    .woocommerce-MyAccount-content .account-title,.woocommerce-MyAccount-content .woocommerce-column__title,.woocommerce-MyAccount-content .woocommerce-order-details__title {
        padding-bottom:20px
    }
}

.woocommerce-MyAccount-content table {
    font-size: 15px!important;
    padding: 15px!important
}

.woocommerce-MyAccount-content table thead {
    color: #000
}

@media (min-width: 64em) {
    .woocommerce-MyAccount-content table a:hover {
        text-decoration:underline
    }
}

@media (max-width: 1400px) {
    .woocommerce-MyAccount-content {
        width:calc(65% - 20px)!important
    }
}

@media (max-width: 960px) {
    .woocommerce-MyAccount-content {
        margin-top:40px;
        width: 100%!important
    }
}

.woocommerce-Login h3,.woocommerce-Register h3 {
    color: var(--theme-primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px
}

.woocommerce-Login p,.woocommerce-Register p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin: 20px 0
}

.woocommerce-Login .label-form-required,.woocommerce-Register .label-form-required {
    color: var(--theme-primary-color)!important;
    font-size: 13px!important;
    font-weight: 400
}

.woocommerce-Login form,.woocommerce-Register form {
    border: 0!important;
    padding: 0!important
}

.woocommerce-Login .woocommerce-form-login__rememberme,.woocommerce-Register .woocommerce-form-login__rememberme {
    display: none!important
}

.woocommerce-Login .form-account-bottom,.woocommerce-Register .form-account-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
    position: relative
}

.woocommerce-Login .col-1 .woocommerce-form-row {
    max-width: 300px
}

.my-account-register .u-column2 {
    width: 100%!important
}

.my-account-register form.register {
    border: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0!important
}

.my-account-register form.register h3 {
    color: #000
}

.woocommerce-ResetPassword .woocommerce-form-row {
    max-width: 600px
}

.woocommerce-ResetPassword>p {
    color: #666;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px
}

.required-camp {
    color: var(--theme-primary-color)
}

.woocommerce-alert,.woocommerce-error,.woocommerce-info,.woocommerce-message {
    background: #fdf0d5;
    border: 0;
    border-radius: 5px;
    color: #6f4400;
    line-height: 30px;
    margin-bottom: 10px!important;
    padding: 8px 15px 8px 50px!important;
    position: relative
}

.woocommerce-alert:before,.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before {
    font-size: 16px;
    left: 20px!important;
    top: 8px!important
}

.woocommerce-alert .button,.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
    padding: 8px 20px
}

.woocommerce-alert:before {
    color: #c07600;
    content: "\f84a";
    font-family: icons;
    font-size: 20px;
    position: absolute
}

.woocommerce-Address,.woocommerce-Card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.18)
}

.woocommerce-Address h3,.woocommerce-Card h3 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    padding: 20px 15px;
    text-transform: uppercase;
    width: 100%
}

.woocommerce-Address address,.woocommerce-Address-content,.woocommerce-Card address,.woocommerce-Card-content {
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 14px!important;
    height: 135px;
    padding: 20px 15px
}

.woocommerce-Address address p,.woocommerce-Address-content p,.woocommerce-Card address p,.woocommerce-Card-content p {
    font-size: 14px;
    margin: 0 0 6px
}

.woocommerce-Address address p:last-child,.woocommerce-Address-content p:last-child,.woocommerce-Card address p:last-child,.woocommerce-Card-content p:last-child {
    margin-bottom: 0
}

.woocommerce-Address-footer,.woocommerce-Card-footer {
    padding: 10px 15px
}

.woocommerce-Address a,.woocommerce-Card a {
    color: var(--theme-primary-color);
    font-size: 15px;
    line-height: 1
}

@media (min-width: 64em) {
    .woocommerce-Address a:hover,.woocommerce-Card a:hover {
        text-decoration:underline
    }
}

.woocommerce-Address a+a,.woocommerce-Card a+a {
    border-left: 1px solid #eaeaea;
    margin-left: 15px;
    padding-left: 15px
}

@media (max-width: 48em) {
    .woocommerce-Address,.woocommerce-Card {
        margin-bottom:20px
    }
}

.woocommerce-Information {
    margin-bottom: 45px
}

.woocommerce-Address {
    padding-bottom: 40px;
    position: relative
}

.woocommerce-Address .woocommerce-Address-title a {
    bottom: 0;
    left: 0;
    margin: 10px 15px;
    position: absolute
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.woocommerce-order-received .woocommerce-order-overview {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0!important
}

.woocommerce-order-received .woocommerce-order-overview strong {
    color: #000
}

.woocommerce-order-received .woocommerce-customer-details h2,.woocommerce-order-received .woocommerce-order-details h2 {
    color: #000;
    margin-bottom: 16px
}

.woocommerce-order-received .woocommerce-customer-details {
    padding-top: 20px
}

.woocommerce-orders-table__cell-order-number a {
    color: #000
}

.woocommerce-customer-details address {
    font-size: 15px;
    padding: 20px!important
}

.account-address-book {
    background: #fff;
    border-color: transparent;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.18);
    padding: 35px 25px
}

.account-address-book .form-creation-label.select .wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.account-address-book .form-creation-label.select .wpcf7-form-control-wrap:before {
    color: #000;
    content: "\f800";
    font-family: icons!important;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 8px;
    transform: rotate(180deg);
    z-index: 10
}

.account-address-book .form-creation-label.select select {
    appearance: none
}

.account-address-book-form h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px
}

@media (max-width: 767px) {
    .account-address-book-form h3 {
        font-size:20px
    }
}

.account-address-book-form input[type=email],.account-address-book-form input[type=password],.account-address-book-form input[type=tel],.account-address-book-form input[type=text],.account-address-book-form select {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 10px;
    color: #495057;
    font-weight: 700;
    height: 40px;
    padding: 0 12px;
    width: 100%
}

.account-address-book-form input[type=email]::placeholder,.account-address-book-form input[type=password]::placeholder,.account-address-book-form input[type=tel]::placeholder,.account-address-book-form input[type=text]::placeholder,.account-address-book-form select::placeholder {
    color: #495057
}

.account-address-book-form .wpcf7-list-item {
    margin: 0
}

.account-address-book-form label {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 15px;
    width: 100%
}

.account-address-book-form label .wpcf7-not-valid-tip {
    margin: 5px 0 0
}

.account-address-book-form label:last-child {
    margin: 0
}

.account-address-book-form label div {
    margin: 15px 0 0
}

.account-address-book-form label input {
    display: block;
    margin: 10px 0 0
}

.account-address-book-form label .fa.fa-eye-slash,.account-address-book-form label .show-password-input {
    display: none!important
}

.account-address-book-form .form-creation-list-item:last-child h3 {
    display: block
}

.woocommerce-EditAccountForm .form-row em em {
    color: #000;
    display: inline-block;
    margin-top: 6px
}

.woocommerce-EditAccountForm .change-password-wrapper {
    border: 0
}

.woocommerce-EditAccountForm .change-password-wrapper:not(.show) {
    display: none
}

.woocommerce-EditAccountForm h3,.woocommerce-EditAccountForm legend {
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 22px
}

.account-creation-wrap h1 {
    margin: 0
}

@media (max-width: 1024px) {
    .account-creation-wrap {
        padding-top:0!important
    }
}

.account-creation-content {
    background: #fff;
    border-color: transparent;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.18);
    padding: 35px 25px
}

.account-creation-content-titles {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr
}

.account-creation-content-titles h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 0
}

@media (max-width: 767px) {
    .account-creation-content-titles {
        grid-template-columns:1fr
    }

    .account-creation-content-titles h3 {
        font-size: 20px
    }

    .account-creation-content-titles h3:last-child {
        display: none
    }
}

.account-creation-content-form {
    margin: 25px 0 0
}

.account-creation-content-form input[type=email],.account-creation-content-form input[type=password],.account-creation-content-form input[type=text] {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 10px;
    color: #495057;
    font-weight: 700;
    height: 40px;
    padding: 0 12px;
    width: 100%
}

.account-creation-content-form input[type=email]::placeholder,.account-creation-content-form input[type=password]::placeholder,.account-creation-content-form input[type=text]::placeholder {
    color: #495057
}

.account-creation-content-form .wpcf7-list-item {
    margin: 0
}

.account-creation-content-form label {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 15px;
    width: 100%
}

.account-creation-content-form label .wpcf7-not-valid-tip {
    margin: 5px 0 0
}

.account-creation-content-form label:last-child {
    margin: 0
}

.account-creation-content-form label input {
    display: block;
    margin: 10px 0 0
}

.account-creation-content-form label .fa.fa-eye-slash,.account-creation-content-form label .show-password-input {
    display: none!important
}

.form-creation-list {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr
}

@media (max-width: 767px) {
    .form-creation-list {
        grid-template-columns:1fr
    }
}

.form-creation-list-item:first-child .wpcf7-form-control-wrap label {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    line-height: 1.1
}

.form-creation-list-item:first-child .wpcf7-form-control-wrap label input {
    margin: 0
}

.form-creation-list-item:last-child h3 {
    color: #000;
    display: none;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px
}

@media (max-width: 767px) {
    .form-creation-list-item:last-child h3 {
        display:block
    }
}

.form-creation-list-item:last-child .form-creation-label:nth-child(2) span:last-child {
    display: block;
    margin: 5px 0 0
}

.form-creation-list .dscf7captcha {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 50px 0 0;
    position: relative
}

.form-creation-list .dscf7captcha .wpcf7-form-control-wrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.form-creation-list .dscf7captcha .wpcf7-form-control-wrap input {
    width: 100%!important
}

.form-creation-list .dscf7captcha .dscf7_refresh_captcha {
    margin: 0 0 0 10px;
    width: 25px
}

.form-creation-button {
    margin: 45px 0 0;
    max-width: 180px;
    position: relative
}

.form-creation-button input[type=submit] {
    background-color: var(--theme-primary-color);
    border: 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px
}

.form-creation-button .wpcf7-spinner {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0
}

.account-wish-list {
    column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px
}

@media (max-width: 1024px) {
    .account-wish-list {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 767px) {
    .account-wish-list {
        grid-template-columns:1fr
    }
}

.product-item-wish {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 20px 16px 35px;
    width: 100%
}

.product-item-wish-photo a {
    display: block;
    width: 100%
}

.product-item-wish-photo img {
    display: block;
    margin: auto;
    max-height: 170px;
    width: auto
}

.product-item-wish-details {
    padding-top: 20px
}

.product-item-wish-details .product-name {
    color: #212529;
    font-size: 17.35px;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 15px
}

@media (min-width: 64em) {
    .product-item-wish-details .product-name:hover {
        text-decoration:underline
    }
}

.product-item-wish-details .price-box {
    color: var(--theme-primary-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    padding-left: 15px
}

.product-item-wish-textarea {
    display: flex;
    margin-top: 28px
}

.product-item-wish-textarea textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #212529;
    font-family: inherit;
    font-size: 13px;
    height: 40px;
    padding: 9px;
    resize: vertical;
    width: 100%
}

.product-item-wish-textarea textarea::placeholder {
    color: #ccc
}

.product-item-wish-cart {
    display: flex;
    height: 32px;
    justify-content: space-between;
    margin: 10px 0 35px
}

.product-item-wish-cart input {
    border: 1px solid #dae2e6;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    height: 100%;
    padding: 0 9px;
    width: calc(25% - 5px)
}

.product-item-wish-cart .add-to-cart:before {
    content: "\e87f";
    font-family: icons;
    font-size: 16px
}

.product-item-wish-actions {
    display: flex;
    gap: 20px;
    justify-content: center
}

.product-item-wish-actions a {
    color: var(--theme-primary-color);
    font-size: 15px
}

@media (min-width: 64em) {
    .product-item-wish-actions a:hover {
        text-decoration:underline
    }
}

.product-item-wish .product-details {
    padding-bottom: 8px;
    position: relative
}

.product-item-wish .product-details .tooltip-label {
    cursor: help;
    display: block;
    font-size: 15px;
    text-align: center
}

.product-item-wish .product-details .tooltip-content {
    background: #fff;
    border: 1px solid #bbb;
    color: #777;
    left: 0;
    line-height: 1.4;
    max-width: 360px;
    min-width: 210px;
    opacity: 0;
    padding: 12px 16px;
    position: absolute;
    top: 100%;
    transition: .2s ease-in-out;
    transition-property: opacitu,visibility;
    visibility: hidden;
    z-index: 1
}

.product-item-wish .product-details .tooltip-content:before {
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 98%;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -8px;
    transform: translateX(-50%);
    width: 0
}

.product-item-wish .product-details .tooltip-content dl {
    font-size: 15px
}

.product-item-wish .product-details .tooltip-content dl dt {
    font-weight: 700;
    margin-bottom: 4.5px;
    margin-top: 9px
}

.product-item-wish .product-details .tooltip-content dl dd {
    text-transform: uppercase
}

.product-item-wish .product-details:hover .tooltip-content {
    opacity: 1;
    visibility: visible
}

.actions-toolbar {
    margin-top: 45px
}

.actions-toolbar a {
    margin: 0 15px
}

.actions-toolbar button {
    letter-spacing: 1px
}

.actions-toolbar button+button {
    margin-left: 15px
}

.wishlist-share .wpcf7 h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.wishlist-share .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px
}

.wishlist-share .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px
}

.wishlist-share .wpcf7 .wpcf7-form-control-wrap input,.wishlist-share .wpcf7 .wpcf7-form-control-wrap textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: var(--font-f-1);
    font-size: 13px;
    line-height: 1.4;
    max-height: 110px;
    padding: 9px;
    resize: vertical;
    width: 100%
}

.wishlist-share .wpcf7 .wpcf7-spinner {
    top: 8px
}

.wishlist-share .wpcf7 .wpcf7-response-output {
    text-align: center
}

.icon-list {
    list-style-type: none; /* Elimina los puntos de lista por defecto */
    padding: 0; /* Elimina el padding por defecto */
}

.icon-list li {
    display: flex; /* Para alinear el icono y el texto en una línea */
    align-items: center; /* Centra verticalmente el contenido */
    margin-bottom: 10px; /* Espacio entre los ítems */
    font-weight: normal; /* Asegura que el texto no esté en negrita */
}

.icon-list .list-icon {
    margin-right: 10px; /* Espacio entre el icono y el texto */
    width: 50px; /* Ajusta el tamaño del ícono */
    height: 50px; /* Ajusta el tamaño del ícono */
}

.icon-list .info-text {
    font-weight: normal; /* Asegura que el texto no esté en negrita */
}

.icon2-list {
    list-style-type: none; /* Elimina los puntos de lista por defecto */
    padding: 0; /* Elimina el padding por defecto */
}

.icon2-list li {
    display: flex; /* Para alinear el icono y el texto en una línea */
    align-items: center; /* Centra verticalmente el contenido */
    margin-bottom: 10px; /* Espacio entre los ítems */
    font-weight: normal; /* Asegura que el texto no esté en negrita */
}

.icon2-list .info2-text {
    font-weight: normal; /* Asegura que el texto no esté en negrita */
}

.accordion-header {
    font-size: 16px;
    font-weight: 700;
    color: #000000; /* Color negro */
    cursor: pointer; /* Añade un cursor de puntero para indicar que es clicable */
    position: relative; /* Necesario para posicionar el icono */
    padding-right: 20px; /* Espacio para el icono */
    padding-block: 10px;
}

.accordion-header::after {
    content: '\25BC'; /* Triángulo hacia abajo */
    font-size: 16px;
    position: absolute;
    right: 10px; /* Ajusta según sea necesario */
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease; /* Animación para el giro */
}

.accordion-header.active::after {
    transform: translateY(-50%) rotate(180deg); /* Gira el triángulo */
}

.accordion-content {
    font-size: 16px;
    font-weight: 400; /* Puedes ajustar el peso de la fuente del contenido si es necesario */
    color: #000000; /* Color negro */
    display: none; /* Oculta el contenido por defecto */
}

.accordion-content.active {
    display: block; /* Muestra el contenido cuando está activo */
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    padding-block: 10px;
}

.summary.entry-summary .brand-image {
    max-width: 30%; /* Limita el ancho de la imagen */
    height: auto; /* Mantiene la proporción original de la imagen */
    margin: 0 auto; /* Centra la imagen horizontalmente */
    position: relative; /* Permite ajustar la posición */
    top: -25px; /* Mueve la imagen hacia arriba 10px */
    z-index: 10; /* Asegura que la imagen esté sobre otros elementos */
}

.woocommerce-product-details__short-description {
    font-weight: 600;
    margin-bottom: 16px;
}

.header-search .autocomplete-suggestions{max-height:70vh;overflow-y:auto;z-index:50;box-shadow:0 8px 24px rgba(0,0,0,.12)}

@media (min-width:768px){.header-search .autocomplete-suggestions{width:min(480px,92vw);right:0;left:auto}}

.header-search .autocomplete-suggestions .no-results{display:block;padding:16px 14px;color:#888;font-size:14px;text-align:center;cursor:default}
.header-search .autocomplete-suggestions .no-results:hover{background:transparent}

/* ============================================================
   HEADER MÓVIL — buscador expandido tipo escritorio
   (logo · buscador · cuenta · carrito · hamburguesa)
   ============================================================ */
@media (max-width: 1199px){
    /* Buscador siempre visible e inline: anula el panel flotante */
    .page-header .header-right .header-search{
        position: static;
        opacity: 1;
        visibility: visible;
        top: auto;
        left: auto;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 6px;
    }
    .page-header .header-right .header-search .search-wrapper{ width: 100%; }
    .page-header .header-right .header-search .search-form{ width: 100%; }
    .page-header .header-right .header-search input{ height: 44px; font-size: 14px; }

    /* La zona derecha ocupa el espacio disponible */
    .page-header .header-right{
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
    }
    .page-header .header-right .icons-wrapper{ width: auto; flex: 0 0 auto; }

    /* Ocultar la lupa-toggle (ya no hace falta abrir el buscador) */
    .btn-form-toggler{ display: none !important; }

    /* Ocultar wishlist en móvil */
    .wishlist-wrapper{ display: none !important; }
}

/* Pantallas muy pequeñas: logo un poco más chico para dar aire al buscador */
@media (max-width: 400px){
    .page-header .logo{ width: 110px; margin-right: 6px; }
    .page-header .logo img{ max-width: 100px; }
    .page-header .header-right .header-search input{ font-size: 13px; }
}

/* ============================================================
   HEADER MÓVIL v2 — orden final y caja de resultados ancha
   Orden: LOGO · BUSCADOR · CUENTA · CARRITO · HAMBURGUESA
   ============================================================ */
@media (max-width: 1199px){
    .page-header .header-content{ display: flex; align-items: center; }
    .page-header .logo               { order: 0; }
    .page-header .header-right       { order: 1; }   /* buscador + cuenta + carrito */
    .page-header .navigation-wrapper { order: 2; margin-left: 6px; } /* hamburguesa al final */
}

/* Caja de resultados ancha en teléfonos: fija bajo el header, casi a pantalla completa */
@media (max-width: 767px){
    .header-search .autocomplete-suggestions{
        position: fixed;
        top: var(--height-header-bar, 84px);
        left: 8px;
        right: 8px;
        width: auto;
        max-width: none;
        transform: none;
        z-index: 1999;
    }
}

/* ============================================================
   FIX rango intermedio 768–1199px:
   el logo no tiene tope (caía en width:30% global) y crecía.
   Lo fijamos como en móvil para mantener el header ordenado.
   ============================================================ */
@media (min-width: 768px) and (max-width: 1199px){
    .page-header .logo{
        width: 140px;
        flex: 0 0 auto;
        margin-right: 8px;
    }
    .page-header .logo img{
        max-width: 120px;
        height: auto;
    }
}

/* ============================================================
   MÓVIL: la lupa se convierte en "X" para borrar cuando hay texto
   (X dibujada con CSS, no depende del icon-font)
   ============================================================ */
@media (max-width:1199px){
    .header-search .search-form.has-text .search-action{ pointer-events:auto; cursor:pointer; }
    .header-search .search-form.has-text .search-action:before{
        content:"" !important;
        position:absolute; top:50%; left:50%;
        width:18px; height:2px; border-radius:2px;
        background:var(--theme-primary-color);
        transform:translate(-50%,-50%) rotate(45deg);
    }
    .header-search .search-form.has-text .search-action:after{
        content:"";
        position:absolute; top:50%; left:50%;
        width:18px; height:2px; border-radius:2px;
        background:var(--theme-primary-color);
        transform:translate(-50%,-50%) rotate(-45deg);
    }
}