/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/*  XX-Large devices (larger desktops) */
/*  No media query since the xxl breakpoint has no upper bound on its width */

div[class^="container"], .row, div[class^="col"], ul.products > li {
    /* border: 1px dashed #ff83f0; */
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 69px;
        padding-bottom: 35px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

label abbr {
    text-decoration: none !important;
}

.header {
    position: relative;
}

@media (max-width: 991.98px) {
    .header {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 15;
        background-color: #eee;
        border-bottom: 1px solid #d9d9d9;
    }
}

.header-login-box {
    text-align: right;
}

.open-header-login-box {
    text-decoration: none;
}

.header-login-box > p {
    
}

.open-header-login-box i {
    font-size: 25px;
    color: #000;
    vertical-align: middle;
}

.header-ofertas-col, .header-cart-col {
    flex-basis: content;
    flex-grow: 0;
}

.header-cart {
    padding-left: 33px;
    position: relative;
}

.header-cart a {
    color: #000000;
}

.header-cart-counter {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #444444;
    position: absolute;
    top: -10px;
    left: 55px;
}

.header-cart::before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 4px;
    background-color: rgba(233, 226, 221, 0.3);
}

.header-cart i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 20px;
}

.footer {
    
}

@media (max-width: 991.98px) {
    .footer {
        text-align: center;
    }
}

.footer div[class^="col"] {
    
}

@media (max-width: 991.98px) {
    .footer div[class^="col"], .footer div[class^="container"], .footer .row {
        
    }
}

.main-nav {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.main-nav a {
    white-space: nowrap;
}

.main-nav > li {
    display: inline-block;
    margin-right: 25px;
}

.main-nav > li > ul > li, .main-nav > li > ul > li a {
    display: block;
}

.main-nav ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.main-nav > li > ul {
    display: none;
    position: absolute;
    left: -10px;
    top: calc(100% - 1px);
    background-color: #3b00b0;
}

.main-nav > li > ul ul {
    display: none;
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    background-color: #3800a8;
}

.main-nav > li > a {
    
}

.main-nav > li > a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/*
.main-nav > li > a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    left: 5px;
}
*/

.main-nav > li.dd > a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    left: 5px;
}

.main-nav li {
    position: relative;
    display: inline-block;
}

.main-nav > li:hover > ul {
    display: block;
}

.main-nav > li:hover > ul > li:hover ul {
    display: block;
}

.main-nav > li > ul > li a {
    padding: 10px;
}

.main-nav > li > ul > li a:hover {
    background-color: #686868;
}

.woocommerce-notices-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

@media (max-width: 991.98px) {
    .woocommerce-notices-wrapper {
        top: 61px;
    }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    padding: 10px;
}

.woocommerce-message, .woocommerce-notices-wrapper {
    cursor: pointer;
}

.woocommerce-notices-wrapper > div:last-child {
    border-bottom: 1px solid #c2c2c2;
    background-color: #ffffe6;
}

.home-slideshow {
    width: 100%;
}

.home-slideshow .swiper-wrapper > a {
    height: 480px;
}

@media (max-width: 991.98px) {
    .home-slideshow .swiper-wrapper > a {
        height: 120px;
    }
}

.home-slideshow .swiper-wrapper > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0076f1;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #0076f1;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
}

.swiper-button-next {
    margin-right: -60px;
}

.swiper-button-prev {
    margin-left: -60px;
}

@media (max-width: 991.98px) {
    .swiper-button-next {
        margin-right: 0;
    }
    
    .swiper-button-prev {
        margin-left: 0;
    }

    .swiper2-contexto .swiper-button-next {
        right: 50% !important;
        margin-right: -50px;
        top: 80%;
    }
    
    .swiper2-contexto .swiper-button-prev {
        left: 50% !important;
        margin-left: -50px;
        top: 80%;
    }
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
}

body.home ul.products {
    margin-bottom: 25px;
    width: 100%;
    flex-wrap: nowrap;
}

body.home ul.products > li {
    width: 16.666%;
}

@media (max-width: 991.98px) {
    body.home ul.products > li {
        width: 100%;
    }
    body.home .woocommerce-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body.home .woocommerce-content > h2 {
        text-align: center;
    }
}

.swiper0, .swiper1, .swiper2 {
    width: 100%;
    overflow: hidden;
    z-index: 0;
} 

.marcas-slider {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.marcas-slider > a {
    width: 220px;
    height: 220px;
    padding: 15px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.marcas-slider > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 220px;
}

.main-cats {
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}

.main-cats > a {
    width: 33.333%;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 0;
}

.main-cats > a:nth-child(2) {
    margin: 0 30px;
}

.main-cats > a img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 16/9;
    z-index: 0;
    position: relative;
}

.main-cats > a span {
    display: block;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
}

@media (max-width: 991.98px) {
    .top-header-container div[class^="col"], .top-header-container div[class^="container"], .top-header-container .row {
        
    }
}

.mobile-menu-search-trigger {
    display: none;
}

@media (max-width: 991.98px) {
    .top-header-container {
        border-bottom: none;
    }
    .top-header-content {
        position: relative;
        height: auto;
        text-align: center;
        flex-direction: column;
        padding: 0;
    }
    .top-left-header {
        justify-content: center;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: #0076f1;
        padding: 10px 0;
        display: none !important;
    }
    .rrss-col {
        display: none !important;
    }
    .header-content {
        position: relative;
        display: block;
    }
    .mobile-menu-search-trigger {
        display: block;
        position: absolute;
        right: 92px;
        width: fit-content;
        top: 22px;
        z-index: 1;
    }
    .mobile-menu-search-trigger i {
        font-size: 25px;
    }
    .mobile-menu-search-trigger a {
        color: #000000;
        text-decoration: none;
        margin-left: 21px;
    }
    .top-header-content p span {
        display: none;
    }
    .logo-col {
        width: 100px;
        padding: 0;
        margin-left: -5px;
    }
    .buscador-col {
        padding: 15px 0;
        display: none !important;
    }
    .buscador-col.visible {
        display: block !important;
    }
    .header-login-col {
        position: absolute;
        top: 37px;
        right: 0;
        justify-content: end;
        width: fit-content;
        padding: 0;
    }
    .header-login-box > p {
        display: none;
    }
    .open-header-login-box span {
        display: none;
    }
    .open-header-login-box i {
        font-size: 26px;
    }
    .menu-container.visible {
        display: block !important;
    }
    .header-cart-col {
        position: absolute;
        top: 22px;
        right: 55px;
        justify-content: end;
        width: fit-content;
        padding: 0;
    }
    .header-cart::before {
        display: none;
    }
    .header-cart i {
        font-size: 24px;
        margin-right: 0;
    }
    .menu-container {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 15;
        height: calc(100vh - 59px);
    }

    .main-nav {
        height: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .main-nav > li {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .main-nav > li > a {
        display: block;
    }

    .main-nav > li > ul {
        position: relative;
        left: auto;
        top: auto;
    }

    .main-nav > li > ul ul {
        position: relative;
        left: auto;
        top: auto;
        padding-left: 15px;
    }

    .main-cats {
        flex-wrap: wrap;
    }

    .main-cats > a {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-cats > a:nth-child(2) {
        margin: 0 0 15px 0;
    }

    .marcas-slider > a {
        width: 50%;
        margin-bottom: 45px;
        height: auto;
    }
    
    .marcas-slider > a img {
        height: auto;
        border-radius: 100%;
    }
}

body.page-template-page-standard-wp .woocommerce-content {
    margin: 40px auto;
    padding: 25px;
}

#the-top.estiqui {
    transition: all 0.5s ease;
}

@media (min-width: 991.98px) {
    #the-top.estiqui {
        position: fixed;
        height: 64px;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 101;
    }
}


@media (max-width: 991.98px) {

    body.woocommerce-checkout .woocommerce-content:first-of-type, body.woocommerce-checkout .woocommerce-content:first-of-type .container-fluid, body.woocommerce-checkout .woocommerce-content:first-of-type .container-lg, body.woocommerce-checkout .woocommerce-content:first-of-type .col-md-12, body.woocommerce-checkout .woocommerce-content:first-of-type .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .link-slide {
        position: relative;
        display: block;
    }
    
    .link-slide::after {
        position: absolute;
        display: block;
        content: " ";
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.35);
    } 

}