/*  -----------------  ESTILOS GENERALES   -----------------*/

html{
    font-size: 62.5%;
}

body{
    font-style: normal;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 1.6rem;
    font-weight: 400;
    color: #565656!important;
    background-color: #fff!important;
    line-height:1;
    opacity:0;
}

input,
select,
textarea,
button{
    font-family: 'Montserrat', sans-serif!important;
}

body.home{
    background-color: #f6f6f6!important;
}

a:hover{
    color:inherit;
    text-decoration: none;
}

a:hover, a:focus, a:active, button:active, button:active, button:hover,
input:active, input:focus,button:focus, select:focus,textarea:focus{
    outline:0!important;
    box-shadow:none!important;
}

ul{
     margin: 0;
    padding: 0;
    list-style: none!important;
}

strong{
    font-weight: 700;
}

form{
     margin:0; 
}

.hentry{
    margin:0!important;
}

/* -------------------------------------------------- */

.container{
    max-width: 1180px;
    position: relative;
    z-index: 10;
}

/* -------------------------------------------------- */

.btn{
    padding: 14px 30px!important;
    line-height:1!important;
    font-size: 1.2rem!important;
    border-radius:9999px!important;
    font-weight: 400!important;
    color:#fff!important;
    transition: all .3s ease;
    border:1px solid!important;
	text-decoration:none!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width : 580px) {
    .btn{
        padding: 16px 45px!important;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.btn:focus{
    box-shadow:none!important;
    outline: 0!important;
}

.btn:active,
.btn:focus{
    outline:0;
}

.btn-primary{
    border-color:#f45197!important;
    background-color: #f45197!important;
}

.btn-primary:hover{
    border-color:#f53387!important;
    background-color: #f53387!important;
}

.btn-secondary{
    border-color:#93d500!important;
    background-color: #93d500!important;
}

.btn-secondary:hover{
    border-color:#abf113!important;
    background-color: #abf113!important;
}

.btn-terciary{
    border-color:#00a6ce!important;
    background-color: #00a6ce!important;
}

.btn-terciary:hover{
    border-color:#26bfe6!important;
    background-color: #26bfe6!important;
}


/* ------------------------ Slick ---------------------- */

.slick-slider{
    margin: 0!important;
}

/* Slick dots */

.slick-dots{
    margin: 0;
    bottom:0;
    display: flex;
    justify-content: center;
}

.slick-dots li{
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    overflow: hidden;
    border-radius: 9999px;
    background-color: #00a6ce;
    transition: all .3s ease;
}


.slick-dots li.slick-active{
    background-color: #f45197;
}

.slick-dots li button{
    width: 100%;
    height: 100%;
    padding:0;
    margin: 0;
}

.slick-dots li:only-child{
    display:none;
}

.slick-dots li button:before{
    display:none!important;
}

/*** Slick arrow ***/

.slick-arrow{
    width: 46px;
    height: 46px;
    top:50%;
    z-index: 99;
    background-color: #f3cbdc;
    border-radius: 9999px;
    
}

.slick-arrow:before{
    display: none;
}

.slick-arrow:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/next-white.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0px;
}

.slick-prev:after{
    transform: scaleX(-1);
}
/* ---------------- Formularios  ---------------- */

.form-control{
    padding: 13px 23px!important;
    border-radius: 12px!important;
    height: auto;
    box-shadow:none!important;;
    line-height: 1!important;
    background-color: #f2f2f2!important;
    border:0!important;
}

textarea.form-control{
    min-height:175px;
}

select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-position: right 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.form-control,
.form-control::placeholder{
    font-size: 1.3rem!important;
    font-weight: 300!important;
    color:#4d4d4d!important;
}

.form-group{
    margin-bottom:25px;
    display:flex;
    flex-direction: column;
}

.form-group label{
    margin-bottom: 10px;
    font-size: 1.5rem!important;
    color: #000!important;
    font-weight: 300;
}

.form-group br{
    display:none!important;
}


.form-group small{
   font-weight: 300;
    font-size: 1.6rem;
    margin-top: 10px;
    display: block;
}


.form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom:25px;
    width:100%;
}

@media screen and (min-width : 580px) {
   .form-row{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.form-row .form-group{
    margin: 0;
}

.form-group-button{
    text-align:right;
    align-items:flex-end;
}

.form-group-button .btn{
    width:100%;
}

@media screen and (min-width : 580px) {
   .form-group-button .btn{
        width:auto;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.form-group-check span,
.form-group-check label{
    margin:0;
}

.form-group-check .wpcf7-list-item label{
    display: flex;
    align-items: center;
}

.form-group-check .wpcf7-list-item input{
    display:none;
}

.form-group-check span.wpcf7-list-item-label{
    color:#565656;
    font-size:1.4rem;
    font-weight:400;
    padding-left:20px;
    position: relative;
    margin-top:10px;
}

.form-group-check span.wpcf7-list-item-label:before{
    width:12px;
    height:12px;
    background-color:#f2f2f2;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    border-radius:9999px;
    background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
}

.form-group-check .wpcf7-list-item input:checked+span.wpcf7-list-item-label:before{
    background-image: url(../images/checked-white.svg);
    background-color:#f45197;
    border-color:#f45197;
}

.form-group-check span.wpcf7-list-item-label a{
    color:#fff;
    font-weight:600;
}

/* -------------- Contact form ------------ */

form.wpcf7-form {
    position:relative;
    margin:0!important;
}

form.wpcf7-form br{
    display:none;
}

form.wpcf7-form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top:60%;
    transform:translateY(-50%);
    left:0;
    background-image: url(../images/loader-black.gif);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: center top 30%;
    z-index:2;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output{
    color: #fff!important;
    font-size: 1.2rem!important;
    font-weight:300!important;
    text-align:left!important;
    border-radius:8px!important;
    padding:10px 20px!important;
    line-height: 1.3;
}

.wpcf7-not-valid-tip{
    display: block!important;
    margin-top:10px!important;
}

.wpcf7-response-output{
    margin:10px 0!important;
    border:0!important;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-not-valid-tip{
    background-color: #f14040!important;
}

.wpcf7-form.invalid .form-control{
    border: 1px solid #f14040!important;;
}

.wpcf7-form.sent .wpcf7-response-output{
    background-color:#34b234!important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner{
    display:none!important;
}

.wpcf7 .ajax-loader:before{
    display:none;
}

form.wpcf7-form .form-group{
    transition:all .6s ease;
}

form.wpcf7-form.submitting .form-group{
    opacity:0.4;
}

/* ---------- Header ------------ */

.header{
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding: 25px 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    
}

#header-desktop{
    display: none;
}

#header-mobile{
    display: flex
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
 
}

@media screen and (min-width: 1280px) {
    #header-desktop{
        display: block;
    }
    
    #header-mobile{
        display: none;
    } 
}

.header-item{
    margin-bottom: 20px;
}

.header-item:last-child{
    margin: 0;
}

.header-wrapper{
    display: flex;
    align-items: center;
}

.header-top .header-wrapper{
    justify-content: space-between;
}

.header-logo img{
    width: 180px;
}

.header-search{
    width: 200px;
    height: 60px;
    display:flex;
    align-items:center;
	position:relative;
	
}

.search{
	height:100%;
	 display:flex;
    align-items:center;
	transition:all .3s ease;
}

.header-search .search{
	border-radius: 9999px;
    border:1px solid #f45197;
}

.header-search.active .search{
	position:absolute;
	top:0;
	left:0;
	width:320px;
	box-shadow:0 5px 20px 0 rgb(176 176 176 / 20%);
}

.search form{
    position:relative;
    margin:0;
    padding:0 25px;
	width: 100%;
}
.search form input.search-field{
        border: 0!important;
    border-radius: 0!important;
    padding-left: 45px!important;
    background: transparent;
    width: 100%;
    box-shadow: none;
    border: 0!important;
	text-overflow: ellipsis;
}

.search form input.search-field,
.search form input.search-field::placeholder{
    color:#00a6ce!important;
    font-size:1.2rem!important;
}


.search form button.search-button{
    width:35px;
    height:16px;
    background-color:transparent;
    padding:0;
    position:absolute;
    left:25px;
    top:50%;
    transform:translateY(-50%);
    background-image: url(../images/search-blue.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    border-right:1px solid #00a6ce;
}

.header-icons{
    display: flex;
    align-items: center;
}

.header-icons ul{
    
    margin-right: 32px!Important;
}

.header-icons ul:last-child{
    margin: 0!Important;
}

.header-icons ul{
    display: flex;
    align-items: center;
    margin:0;
}

.header-icons ul.social li{
    margin-right: 16px;
}

.header-icons ul.social li:last-child{
    margin: 0;
}

.header-icons ul.social li img{
    width: 18px;
    height: 18px;
}

.header-icons ul.icons{
    padding: 0 18px;
    border-radius: 9999px;
    background-color: #f45197;
    height: 60px;
}

.header-icons ul.icons > li{
    margin-right: 14px;
    position:relative;
}

.header-icons ul.icons > li:last-child{
    margin: 0;
}

.header-icons ul.icons li > a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid #f5f5f5;
    width: 25px;
    height: 25px;
}

.header-icons ul.icons li > a > img{
    width: 100%;
    height: 12px;
}

.header-icons ul.icons > li .submenu{
    position:absolute;
    top: calc(100% + 16px);
    left:50%;
    transform:translatex(-50%);
    padding:25px 20px;
    border-radius:8px;
    background-color:#fff;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
    width: 175px;
    z-index: 99;
            
}
.header-icons ul.icons > li .submenu:after{
    content:"";
    position:absolute;
    top:-20px;
    right:0;
    left:0;
    margin:0 auto;
    width:20px;
    height:20px;
    background-image: url(../images/arrow-dropdown-white.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icons ul.icons li:hover .submenu{
    opacity:1;
    visibility:visible;
}

.header-icons ul.icons li .submenu ul{
    flex-direction:column;
    align-items: flex-start;
}

.header-icons ul.icons li .submenu ul li{
    margin-bottom:10px;
    width:100%;
}

.header-icons ul.icons li .submenu ul li:last-child{
    margin:0;
}

.header-icons ul.icons li .submenu ul li a{
    width:auto;
    height:auto;
    border: 0;
    border-radius: 0;
    color: #565656!important;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:1.2rem;
    font-weight:500;
    justify-content: flex-start;
}

.user-content{
    display:flex;
    align-items:center;
    border-bottom:1px solid #f2f2f2;
    padding-bottom:15px;
    margin-bottom:5px;
}

.user-content-circle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:9999px;
    flex-shrink:0;
    /*background-color:#f4511e;*/
    background-image: url(../images/user.svg)!important;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.user-content-circle span{
    color:#fff;
    text-transform:uppercase;
    font-size:1.2rem;
    font-weight:400;
    
}

.user-content-name{
    width: 70%;
    margin: 0;
    margin-left: 10px;
    display:flex;
    flex-direction:column;
}

.user-content-name span{
    font-size: 1.3rem;
    line-height:1.3;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.icon-cart{
    display: flex;
    align-items: center;
    cursor:pointer;
}

.icon-cart > a{
    background-color: #f5f5f5;
    margin-right: 10px;
}

.icon-cart .cart-amount{
    color:#fff;
    font-size: 1.2rem;
}

.icon-cart a.xoo-wsc-sc-cont > span:not(.xoo-wsc-sc-total){
    display:none;
}

.header-bottom .header-wrapper{
    justify-content: center;
}

.header-bottom .menu{
    display: flex;
    align-items: center;
    /*padding-bottom: 15px;*/
    /*margin:0;*/
    /*margin-bottom:5px;*/
    margin:0;
    padding:0;
}

.header-bottom .menu > li{
    margin: 0 13px;
    height:40px;
}

.header-bottom .menu > li > a{
    font-size: 1.2rem;
    text-transform: uppercase;
    color:#565656;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    padding-bottom: 8px;
    transition:all .3s ease;
}

.header-bottom .menu > li:not(.menu-sale) > a:hover{
    color:#93d500;
}

.header-bottom .menu > li:not(.menu-sale) > a:after{
    content:"";
    width: 20px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/circles-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

/*.header-bottom .menu > li:not(.menu-sale):hover > a:after,*/
.header-bottom .menu > li:not(.menu-sale).current-menu-item > a:after{
    opacity: 1;
    visibility: visible;
}

.header-bottom .menu > li.menu-sale > a{
    font-weight: 900;
    padding:0 14px;
}

.header-bottom .menu li.menu-sale a:after,
.header-bottom .menu li.menu-sale a:before{
    content:"";
    width: 11px;
    height: 11px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow-multicolor.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-bottom .menu > li.menu-sale > a:after{
    left:0;
}
.header-bottom .menu > li.menu-sale > a:before{
    right:0;
    transform: translateY(-50%) scalex(-1);
}

.header-main{
    border-bottom: 4px solid #93d500;
}

.header-barra{
    background-color: #00a6ce;
    position: relative;
    z-index: -1;
    display:none;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
 
}

@media screen and (min-width: 1280px) {
    .header-barra{
        display:block;
    }
}

.header-barra-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    letter-spacing: 1px;
}

.header-barra-msj p,
.header-barra-btn,
.header-barra-btn a{
    margin: 0;
    color: #fff!important;
    font-size: 1.1rem;
    display:flex;
}

.header-barra-btn{
    height: 100%;
    padding: 0 30px;
    border-radius: 9999px;
    background-color: #93d500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-barra-btn img{
    width: 14px;
    margin-right: 5px;
    margin-left: 15px;
}

.header-bottom .menu{
    position:relative;
}

.menu-dropdown{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:calc(100% + 4px);
    width:1060px;
    min-height:275px;
    z-index:99;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.menu-dropdown:after{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:100%;
    height:4px;
}

.menu-dropdown-wrapper{
    width:100%;
    height:100%;
    background-color:#fff;
    border-radius:12px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    display:flex;
    overflow:hidden;
}

.menu-dropdown-title{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-image: url(../images/dropdown-shape.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-dropdown-title span{
    position:relative;
    display:flex;
    padding-left:12px;
    transform:translatex(-10px);
}

.menu-dropdown-title span:after{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 5px;
    height: 20px;
    background-image: url(../images/circle-green-vertical.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-dropdown-title a{
    color:#fff!important;
    font-size:1.2rem;
    letter-spacing:1px;
}

.menu-dropdown-content{
    width:100%;
    max-width:860px;
    flex-shrink:0;
    height:100%;
    padding:45px;
    padding-bottom:35px;
    padding-left:60px;
}

.menu-dropdown-content-wrapper{
    width:100%;
    height:100%;
    overflow:hidden;
    overflow-x:auto;
}

.custom-scroll::-webkit-scrollbar,
.xoo-wsc-body::-webkit-scrollbar,
.stores-select-wrapper .fs-options::-webkit-scrollbar{
  width: 6px;
  height:6px;
}


.custom-scroll::-webkit-scrollbar-track,
.xoo-wsc-body::-webkit-scrollbar-track,
.stores-select-wrapper .fs-options::-webkit-scrollbar-track{
  background: #f6f6f6;
  border-radius:9999px;
  border:1px solidrgba(0,0,0,.1);
}

.custom-scroll::-webkit-scrollbar-thumb,
.xoo-wsc-body::-webkit-scrollbar-thumb,
.stores-select-wrapper .fs-options::-webkit-scrollbar-thumb{
  background: #93d500;
  border-radius:9999px;
}


.menu-dropdown-content-list{
    display:flex;
    align-items:flex-start;
}

.menu-dropdown-content-item{
   padding-right: 65px;
    /* white-space: nowrap; */
    min-width: 250px;
}

.menu-dropdown-content-item:last-child{
    margin:0;
}

.menu-dropdown-content-item h2,
.menu-dropdown-content-item h2 a{
    font-size:1.3rem;
    color:#00a6ce!important;
    font-weight:700;
    margin-bottom:20px;
}
.menu-dropdown-content-item ul{
    margin:0;
    padding-bottom:35px;
}

.menu-dropdown-content-item ul li{
    margin-bottom:10px;
    line-height:1;
}

.menu-dropdown-content-item ul li:last-child{
    margin:0;
}

.menu-dropdown-content-item ul li a{
    font-size:1.3rem;
    color:#f45197!important;
    font-weight:500;
}

.menu-dropdown-content-item ul li.current a{
    color:#00a6ce;
}

.header-bottom .menu li.menu-child > a:before{
    content:"";
    position:absolute;
    bottom: -12px;
    left:0;
    right:0;
    margin:0 auto;
    width:18px;
    height:10px;
    background-image: url(../images/arrow-dropdown.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
     opacity:0;
    visibility:hidden;
    transition:all .3s ease;
    
}

.header-bottom .menu li.menu-child:hover > a:before{
     opacity:1;
    visibility:visible;
}

.header-bottom .menu li.menu-child:hover .menu-dropdown{
     opacity:1;
    visibility:visible;
}

.overlay-dropdown{
    background-color:rgba(0,166,206,.45);
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    z-index:998;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.overlay-dropdown.active{
    opacity:1;
    visibility:visible;
}

.header-sticky{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    padding:15px;
    z-index:999;
    transition:all .3s ease;
    transform:translatey(-100%);
}

.header-sticky.is-pinned{
    transform:translatey(0%);
}

.header-sticky-wrapper{
    padding:16px;
    border-radius:12px;
    position:relative;
    /*background-color:#fff;*/
}
.header-sticky-wrapper:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba( 255, 255, 255, 0.9 );
    box-shadow: 0 2px 20px 0 rgb(31 38 135 / 7%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index:-1;
}

.header-categories{
    border-radius: 9999px;
    background-color: #f45197;
    width:60px;
    height: 60px;
    position:relative;
}

.header-sticky .header-logo img{
    width: 135px;
}

.header-sticky-cat{
    margin-top:10px;
    transition:all .3s ease;
    opacity:0;
    visibility:hidden;
}

.header-sticky-cat.active{
    opacity:1;
    visibility:visible;
}

.header-sticky-cat .header-bottom .menu > li{
    height:auto;
}

.header-sticky-cat .header-bottom .menu > li > a{
    padding-bottom:0;
}

.header-sticky-cat .header-bottom .menu > li:not(.menu-sale) > a:after,
.header-sticky-cat .header-bottom .menu > li:not(.menu-sale) > a:before{
    display:none;
}

.header-sticky-cat .menu-dropdown{
    width:100%;
    top: calc(100% + 10px);
}

.header-sticky-cat .menu-dropdown:after{
    top: -25px;
    height: 25px;
}

.header-sticky-cat .menu-dropdown-wrapper{
    border-radius: 12px;
    position:relative;
    background-color:transparent;
    
}

.header-sticky-cat .menu-dropdown-wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 255, 255, 255, 0.9 );
    box-shadow: 0 2px 20px 0 rgb(31 38 135 / 7%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: -1;
}

.header-sticky-cat .header-bottom .menu{
    position:static;
}

.menu-toggle {
    width: 60%;
    cursor: pointer;
    display: block!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7);
}

.one, .two, .three {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 10px 0;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.menu-toggle.active .one {
    width:100%;
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .two {
    opacity: 0;
}

.menu-toggle.active .three {
    width:100%;
    transform: rotate(-45deg) translate(9px, -11px);
}

/* ------------- Header mobile ----------------- */

#header-mobile{
    padding: 0;
    height: 65px;
}

#header-mobile .header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-mobile .header-item{
    margin: 0;
}

#header-mobile .header-toggle{
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background-color: #f45197;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-mobile .header-toggle img{
    width: 18px;
}

#header-mobile .header-logo img{
    width: 100px;
}

#header-mobile  .header-icons{
    transform: scale(1.1);
}

#header-mobile  .header-icons ul.icons {
    padding: 5px 10px;
    height: 38px;
    margin-right: 10px!important;
}

/* ------------------ Sidebar mobile ------------ */

.menu-sidebar{
        height: 100vh;
    position:fixed;
    top:0;
    left:0;
    width:290px;
    background-color:  #fff;
    box-shadow: 0 2px 10px 0 rgb(176 176 176 / 20%);
    z-index:1001;
        padding: 4rem 1.875rem 1.875rem;
    opacity:0;
    visibility:hidden;
    transform:translateX(-290px) translatez(0);
    transition:all .3s ease;
}

.menu-sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: -1;
    background-image: url(../images/footer-bg.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaley(-1);
}

.menu-sidebar.active{
     opacity:1;
    visibility:visible;
    transform:translateX(0%) translatez(0);
}

body.body-fixed{
    overflow: hidden;
}


.menu-sidebar-overlay,
.menu-header-overlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,166,206, .45);
    z-index:1000;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
    /*backdrop-filter: blur(5px);*/
}

.menu-sidebar-overlay.active,
.menu-header-overlay.active{
     opacity:1;
    visibility:visible;
}

.menu-header-overlay{
    z-index:10;
}

.menu-sidebar-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu-sidebar-wrapper > h2{
    text-transform:uppercase;  
    font-weight:700;
    font-size:1.8rem;
    flex-shrink: 0;
    margin-bottom:25px;
    color:#fff;
}

.menu-sidebar-content{
   height: 100%;
   overflow:auto;
}

.menu-sidebar-item{
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid #edeadc;
}

.menu-sidebar-item ul{
    margin:0;
}

.menu-sidebar-item:first-child{
    margin:0;
    padding:0;
    border:0;
}
.menu-sidebar-mobile .sub-menu{
    height:0;
    opacity:0;
    visibility:hidden;
}

.menu-sidebar-mobile .menu-open .sub-menu {
 height:auto;
  z-index: 10;
  opacity:1;
    visibility:visible;
}

.menu-sidebar-item-general ul{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    margin:0;
}

.menu-sidebar-item-general ul.menu > li{
    position:relative;
    margin-bottom:16px;
    width:100%;
    max-width:420px;
}

.menu-sidebar-item-general ul.menu > li:last-child{
    margin:0;
}

.menu-sidebar-item-general ul.menu > li > a{
    padding-right:15px;
    position:relative;
    font-size:1.6rem;
    text-transform: uppercase;
    color: #565656;
    letter-spacing: 1px;
    font-weight: 500;
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children > a:after{
        content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow-select.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s ease;
}

.menu-sidebar-item-general ul.menu > li.menu-open > a:after{
        transform: scaleY(-1);
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children .sub-menu{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0;
    padding-top:5px;
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children .sub-menu > li{
    width:50%;
    padding:10px 0;
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children .sub-menu > li a{
    padding:0 15px;
    color:#565656;
    font-size:1.4rem;
    text-align: left;
    display: flex;
    font-weight:300;
}

.menu-sidebar-item-legal ul li{
    margin-bottom:15px;
}

.menu-sidebar-item-legal ul li a{
    font-size:1.5rem;
    color:#565656;
    font-weight:300;
}

.menu-sidebar .social{
    display:flex;
    align-items:center;
    transform:none!important;
    margin:0px;
    margin-top:20px;
}

.menu-sidebar .form-search form{
    margin-bottom:40px;
}

.menu-sidebar .form-search form .search-field{
    width:100%;
}

.menu-sidebar-mobile .social li{
    margin-right:18px
}

.menu-sidebar-mobile .social li a{
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-sidebar-mobile .social li img{
    width:25px;
    height:25px;
}

.menu-sidebar-close{
    position: absolute;
    top: 45px;
    left: -55px;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background-color:#f45197;
    
}

.menu-sidebar-close:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.menu-sidebar.active .menu-sidebar-close:after{
     opacity:1;
    visibility:visible;
    transition-delay:.3s;
}

.menu-sidebar-left .menu-sidebar-close {
    right: -45px;
    left: auto;
}

.menu-sidebar-logo{
    display:flex;
    margin-bottom:25px;
}

.menu-sidebar-logo img{
    width:120px;
}

.menu-sidebar-search{
    margin-bottom:25px;
}

.menu-sidebar-search .search{
        padding: 4px 8px;
    border: 1px solid #f45197;
    border-radius: 9999px;
}

.menu-sidebar-search .search form{
    padding:0;
}

.menu-sidebar-search .search form button.search-button{
    left:0;
}

/* ------------ Sidebar cart ------------- */

.cart-icon {
    display: flex;
    align-items: center;
    cursor:pointer;
}

.cart-icon span.count,
.cart-icon span.count span{
    color: #333;
    font-weight: 100;
}

.cart-icon .xoo-wsc-sc-icon,
.cart-icon .xoo-wsc-sc-total{
    display:none;
}

.xoo-wsc-header, 
.xoo-wsc-body,
.xoo-wsc-footer{
    background-color:#fff;
}

.xoo-wsc-container {
    width:100%;
    max-width: 100%;
    transition: all .3s ease;
    background-color:#fff;
    height: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    right: 0px;
    border-radius:0px;
    overflow:hidden;
}

@media screen and (min-width : 580px) {
   .xoo-wsc-container{
         max-width: 520px;
         height: calc(100% - 40px);
         border-radius:12px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container{
    transform:translateY(-50%) translateX(0%);
    right:0px;
}

@media screen and (min-width : 580px) {
   .xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container{
        right:20px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.xoo-wsc-opac{
    transition: all .3s ease;
    /*backdrop-filter: blur(5px)!important;*/
    opacity:0!important;
    visibility:hidden;
    background-color: rgba(0,106,206, 0.45)!important;
}


.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac, 
body.xoo-wsc-active .xoo-wsc-opac, 
html.xoo-wsc-active .xoo-wsc-opac{
    opacity:1!important;
    visibility:visible;
}

.xoo-wsc-empty-cart{
    height:100%;
    width:100%;
    display:flex;
    justify-content: center;
}

.xoo-wsc-ecnt{
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
    font-size:1.3rem;
    margin-top:20%;
    color:828282;
    letter-spacing:0;
}

.xoo-wsc-ecnt img{
    width:100px;
    opacity:.7;
    margin-bottom:20px;
}
.xoo-wsc-header{
    text-align: left;
    padding: 22px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    position:relative;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-header{
        padding:25px;
    }
}

.xoo-wsc-header:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/footer-bg.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transform:scaley(-1);
}
    

.xoo-wsc-ctxt{
    font-size: 1.6rem;
    font-weight: 900;
    color: #565656;
    border:0;
    padding:0;
    text-transform:uppercase;
    letter-spacing:1px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-ctxt{
        font-size:1.8rem;
    }
}

.xoo-wsc-close{
    width:32px;
    height:32px;
    border-radius:9999px;
    font-family: none !important;
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    background-color:#f45197;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-close{
       right:25px;
    }
}


.xoo-wsc-close:before{
     content:"";
    width: 100%;
    height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: 35%;
    background-repeat: no-repeat;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}


.xoo-wsc-active .xoo-wsc-close:before{
     opacity:1;
    visibility:visible;
    transition-delay:.3s;
}

.xoo-wsc-content{
    padding:20px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-content{
        padding:25px;
    }
}

.xoo-wsc-product{
    padding:0;
    margin-bottom:30px;
    padding-bottom:30px;
    border:0;
    border-bottom:1px solid #f6f6f6;
    display:flex;
}

.xoo-wsc-product:last-child{
    margin:0;
    border-bottom:0;
}

.xoo-wsc-img-col{
    width:110px;
    height:110px;
    flex-shrink:0;
    position:relative;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-img-col{
        width:100px;
        height:100px;
    }

}

.xoo-wsc-img-col img{
    transition:all .3s ease;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;
}

.xoo-wsc-img-col .xoo-wsc-icon-trash{
    width: 25px;
    height: 25px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    position:absolute;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.xoo-wsc-product:hover .xoo-wsc-icon-trash{
    opacity:1;
    visibility:visible;
}

.xoo-wsc-img-col .xoo-wsc-icon-trash:before{
    content:""!important;
    position:absolute;
    left:0;
    top:0;
    margin:0!important;
    width:100%;
    height:100%;
    margin: 0;
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-image: url(../images/close.svg);
}

.xoo-wsc-sum-col{
    width:100%;
    margin: 0;
    padding-top:0px;
    padding-left:10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-sum-col{
        padding-left:40px;
    }

}

.xoo-wsc-sum-cont{
    width:100%;
    display:flex;
    flex-direction:column;
}

.xoo-wsc-remove{
    padding: 0!important;
    font-weight: 300!important;
    color: #565656!important;
}

a.xoo-wsc-remove:before{
    content:"Eliminar";
    font-size:1rem;
    text-decoration:none;
    color: #fff;
    background: #f14040;
    padding: 2px 8px;
    border-radius: 9999px;
    font-family: 'Montserrat', sans-serif!important;
    text-transform:uppercase;
    letter-spacing:1px;
}

.xoo-wsc-sum-cont > a{
    font-size:1.2rem;
    color: #565656;
    font-weight:900;
    line-height: 1;
    margin-bottom:10px;
    transition:all .3s ease;
}

.xoo-wsc-sum-cont > a:hover{
    text-decoration:underline;
        color: #94327b!important;
}

.xoo-wsc-ptotal,
.xoo-wsc-ptotal span,
.xoo-wsc-ptotal .amount{
    font-size:1.2rem;
    font-weight:400;
    line-height: 1;
    color: #565656;
}


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


.xoo-wsc-psrow .xoo-wsc-ptotal .amount {
    font-weight: 400;
    font-size: 1rem;
    color: #151515;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.xoo-wsc-qtybox{
    width: 85px!important;
    height: 30px;
    border: 1px solid #00a6ce;
    border-radius: 9999px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow:none!important;
    background-color:transparent!important;
}

.xoo-wsc-qty{
    width: 40%!important;
    height: 100%!important;
    text-align: center!important;
    padding: 0 10px!important;
    font-size: 1.2rem!important;
    font-weight: 400!important;
    border: 0!important;
    box-shadow:none!important;
    max-width:100%!important;
    color:#565656!important;
    background-color:transparent!important;
}
.xoo-wsc-minus,
.xoo-wsc-plus{
    position: absolute;
    right: 0;
    width: 30%!important;
    height: 50%!important;
    padding: 0!important;
    border: 0!important;
    text-indent: -9999px;
}

.xoo-wsc-plus{
    right:0;
}

.xoo-wsc-minus{
    left: 0px;
}

.xoo-wsc-minus::before,
.xoo-wsc-plus::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    background-position: center;
    background-size: 7px;
    background-repeat: no-repeat;
}

.xoo-wsc-minus::before{
    background-image: url(../images/minus.svg);
}

.xoo-wsc-plus::before{
    background-image: url(../images/plus.svg);
}


.xoo-wsc-footer{
    width:100%;
    border:0;
    left:0;
    right:0;
    margin:0 auto;
    padding:0;
    
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.xoo-wsc-footer-content{
    border-top: 1px solid #f6f6f6;
    padding:16px 20px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-footer-content{
        padding:25px;
    }
}

.xoo-wsc-sum-cont-bottom > span{
    font-weight:400;
    font-size:1.7rem;
    display:none;
}

.xoo-wsc-tools{
    padding:0;
}

.xoo-wsc-footer-b{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.xoo-wsc-footer-b a{
    margin: 0!important;
    height: 40px!important;
    padding: 0px 30px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    border: 1px solid #f45197!important;
    background-color: #f45197!important;
    border-radius: 9999px!important;
    font-weight: 400!important;
    font-size: 1.2rem;
    transition: all .3s ease;
    width: 100%;
    position: relative;
    text-transform:uppercase;
}

.xoo-wsc-footer-b a.btn-cart{
    background-color: #fff!important;
    color: #f45197!important;
}

.xoo-wsc-footer-b a.btn-cart:hover{
    background-color: #f45197!important;
    color: #fff!important;
}

.xoo-wsc-footer-b a:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    background-image: url(../images/arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.xoo-wsc-footer-b a.btn-cart:before{
    background-image: url(../images/arrow-purple.svg);
}



.xoo-wsc-footer-b a:hover:before{
    transform: translateY(-50%) translateX(5px);
    background-image: url(../images/arrow-white.svg)!important;
}


.xoo-wsc-tool{
    margin:0;
    margin-bottom:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-tool{
        margin-bottom:10px;
    }
}

.xoo-wsc-tool span{
    font-weight: 500;
    font-size: 1.6rem!important;
    color: #565656;
    margin:0 5px;
}

.xoo-wsc-tool span.xoo-wsc-tools-value,
.xoo-wsc-tool span.xoo-wsc-tools-value span{
    font-weight: 500;
    font-size: 2rem!important;
}

.xoo-wsc-shipping.xoo-wsc-tool span{
    font-weight: 300;
     text-transform: unset;
     font-size: 1.3rem!important;
}

.xoo-wsc-uopac{
    background-color:#fff;
}

.xoo-wsc-updating{
    height:100vh;
}
.xoo-wsc-updating .xoo-wsc-icon-spinner2{
    animation:none!important;
}

.xoo-wsc-updating .xoo-wsc-icon-spinner2:before{
    content:"";
}

.variation{
    display:flex!important;
    flex-direction:column;
    margin:0!important;
}

.variation-item{
    border-left: 4px solid #f6f6f6;
    padding:3px 0;
    padding-left: 10px;
}

.variation-item,
.xoo-wsc-modal dl.variation dd{
    margin:0;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 300;
}

.variation-item p{
    margin:0;
}

.variation-item:last-child{
    margin:0;
}

.xoo-wsc-modal dl.variation dt{
    display:none;
}

/* ----------- Banner ------------ */

.banner{
    height:auto;
    padding:4vh 0;
    display:flex;
    align-items:center;
    background-color:#f6f6f6;
    position:relative;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
 
}

@media screen and (min-width: 1280px) {
    .banner{
        height:175px;
        padding:0;
    }
}

.banner-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
   
}

.banner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.banner-wrapper{
    display:flex;
    flex-direction:column;
    align-items: center;
    text-align:center;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
 
}

@media screen and (min-width: 1280px) {
     .banner-wrapper{
        align-items: flex-start;
        text-align:left;
    }
}

.banner-item{
    position:relative;
    margin-bottom:5px;
}

.banner-item:last-child{
    margin:0;
}

.banner-item .col-full{
    width:100%;
    padding:0!important;
    margin:0!important;
    display: flex;
    align-items: center;
}

.banner-item .storefront-breadcrumb{
    margin:0!important;
    padding:0!important;
}

.banner-item .woocommerce-breadcrumb,
.banner-item .woocommerce-breadcrumb a{
    text-decoration:none!important;
    font-size:1.4rem;
    font-weight:500!important;
    color:#f45197!important;
}


/*.banner-breadcrumb .woocommerce-breadcrumb:not(a),*/
/*.banner-breadcrumb .woocommerce-breadcrumb:not(span){*/
/*     font-weight:700!important;*/
/*}*/

.banner-item .woocommerce-breadcrumb a:before{
    display:none!important;
}

.banner-breadcrumb .breadcrumb-separator{
    text-indent:0!important;
    padding:0 5px!important;
}

.banner-breadcrumb .breadcrumb-separator:after{
    display:none!important;
}

.banner-title{
    padding-right:50px;
}

.banner-title:after{
    content:"";
    position:absolute;
    right:0;
    top:55%;
    transform:translateY(-50%);
    width: 35px;
    height: 10px;
    background-image: url(../images/circles-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-title,
.banner-title .woocommerce-breadcrumb{
    font-size:2rem!important;
    color:#00a6ce!important;
    font-weight: 900!important;
    line-height:1.2!important;
}

@media screen and (min-width : 580px) {
    .banner-title,
    .banner-title .woocommerce-breadcrumb{
       font-size:3.2rem!important;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) { 
    .banner-title,
    .banner-title .woocommerce-breadcrumb{
       font-size:4rem!important;
    }
}

.banner-title .breadcrumb-separator,
.banner-title .woocommerce-breadcrumb a{
    display:none!important;
}

/* ------------ Hero ------------- */

.hero{
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 45vh;
}

@media screen and (min-width : 580px) {
    .hero{
        height: 520px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.hero-images-slider,
.hero-content-slider,
.hero .slick-track,
.hero .slick-list,
.hero .slick-slide{
    height: 100%;
}

.hero-images-slider img.hero-image-responsive{
    display: block;
}

.hero-images-slider img.hero-image-desktop{
    display: none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .hero-images-slider img.hero-image-responsive{
        display: block;
    }
    
    .hero-images-slider img.hero-image-desktop{
        display: none;
    }
}

.hero-content-slider{
    width: 100%;
}

.hero-images{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content{
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-content-info{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.hero-content-info h2{
    font-size: 3rem;
    color:#f45197;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

@media screen and (min-width : 580px) {
    .hero-content-info h2{
        font-size: 4.2rem;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-content-info h2{
        font-size: 4.9rem;
    }
}

.hero-content-info h2 span:last-of-type{
    font-weight: 900;
    color:#00a6ce;
    font-size: 3.2rem;
}

@media screen and (min-width : 580px) {
    .hero-content-info h2 span:last-of-type{
        font-size: 5rem;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-content-info h2 span:last-of-type{
        font-size: 6rem;
    }
}

.hero-content-info .btn{
    margin-top: 40px;
}

.hero-arrows{
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 0 inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width : 580px) {
    .hero-arrows{
        bottom: 50px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.hero-arrows .slick-dots{
    position: relative;
}

/* ---------- Footer ------------ */

.footer{
    position: relative;
    overflow: hidden;
    background-color:#fff;
}

.go-to-top{
    position: absolute;
    top: auto;
    bottom:100px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 9999px;
    background-color: #f45197;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index:99;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .go-to-top{
        top: 0;
        bottom: auto;
        right: -90px;
        width: 348px;
        height: 348px;
        align-items: flex-end;
        
    }
}

.go-to-top-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .go-to-top-content{
        margin-bottom: 40px;
    }
}

.go-to-top-content span{
    font-size: 1.7rem;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; 
    display: none;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .go-to-top-content span{
        display: flex;
    }
}

.go-to-top-content img{
    width: 20px;
    margin-bottom: 0px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .go-to-top-content img{
        margin-bottom: 10px;
    }
}

.footer-item{
    padding: 40px 0;
    position: relative;
}

.footer-suscription{
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00a6ce;
    width: 100%;
    padding: 65px 0;
    z-index:100;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-suscription{
        padding: 80px 0;
        padding-bottom: 160px;
        clip-path: url(#my-shape);
    }
}

.footer-suscription-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    flex-direction: column;
    text-align: center;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-suscription-wrapper{
        flex-direction: row;
        padding-left: 75px;
        text-align: left;
    }
}

.footer-suscription-text h2{
    margin: 0;
    color:#fff;
    font-size: 2.6rem;
    font-weight: 700;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-suscription-text h2{
        font-size: 3.5rem;
    }
}

.footer-suscription-form{
    width:100%;
    margin-top: 20px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-suscription-form{
        width:500px;
        margin: 0;
    }
}

.footer-suscription-form .form-group-check span.wpcf7-list-item-label{
    color:#f6f6f6;
    font-size:1.1rem;
}

.footer-suscription-form .form-group-check .wpcf7-list-item label{
    margin:0;
}

.footer-suscription-form .form-row{
    grid-template-columns: repeat(1,1fr);
    margin:0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.footer-suscription-form .form-group{
    margin:0;
    margin-bottom: 10px;
    text-align:left;
}

@media screen and (min-width : 580px) {
   .footer-suscription-form .form-group{
    margin:0;
    margin-right: 25px;
}
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   
}


.footer-suscription-form .form-group-button{
    margin:0;
}

.footer-suscription-form .form-control,
.footer-suscription-form .btn{
    height:40px!important;
}

.footer-suscription-form .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 45px!important;
}



.footer-suscription-form .wpcf7-not-valid-tip{
    display:none!important;
}

.footer-suscription-form-content{
    display:flex;
    position:relative;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
    .footer-suscription-form-content{
        flex-direction:row;
        max-width:620px;
        margin:0 auto;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .footer-suscription-form-content{
       max-width:100%;
   }
}


.footer-suscription-form-response{
    width:100%;
    position:absolute;
    left:0;
    top:calc(100% + 10px);
}

.footer-suscription-form-response .wpcf7-response-output{
    margin:0!important;
}

.footer-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-content-wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-content-item{
    width: 100%;
    margin-top: 40px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-content-item{
        margin: 0;
    }
}

.footer-content-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.footer-content-logo .social{
    display: flex;
    align-items: center;
    margin:0;
    margin-bottom: 20px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-content-logo .social{
        margin-bottom: 40px;
    }
}

.footer-content-logo .social li{
    margin: 0 12px;
}

.footer-content-logo .social li img{
    width: 25px;
    height: 25px;
}

.footer-content-logo .footer-logo img{
    width: 180px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-content-logo .footer-logo img{
        width: 230px;
    }
}

.footer-content-menu{
    flex-shrink: 0;
    width: auto;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

@media screen and (min-width : 580px) {
    .footer-content-menu{
        flex-direction: row;
        text-align: left;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-content-menu{
        margin: 0 100px;
        margin-right: 0;
    }
}

.footer-content-menu-item{
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    margin-right: 0;
    border-right:0;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (min-width : 580px) {
    .footer-content-menu-item{
        width: auto;
        padding-right: 30px;
        padding-bottom: 20px;
        margin: 0;
        margin-right: 35px;
        border-right:1px solid #f45197;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.footer-content-menu-item:last-child{
    border: 0;
    padding-right: 0;
}

.footer-content-menu-item .menu{
    margin:0;
}

.footer-content-menu-item h2{
    font-size: 1.5rem;
    color:#f45197;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (min-width : 580px) {
    .footer-content-menu-item h2{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.footer-content-menu-item .menu li{
    margin-bottom: 10px;
    line-height: 1;
}

.footer-content-menu-item .menu li:last-child{
    margin: 0;
}

.footer-content-menu-item .menu li a{
    color:#4d4d4d;
    font-size: 1.2rem;
    font-weight: 500;
    transition:all .3s ease;
}

.footer-content-menu-item .menu li a:hover{
    color:#00a6ce;
}

.footer-content-libro{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@media screen and (min-width : 580px) {
    .footer-content-libro{
        margin-top: 20px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-content-libro{
        margin: 0;
    }
}

.footer-content-libro img{
    width: 110px;
}

.footer-copy{
    padding: 0;
}

.footer-copy-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 12px;
    background-color: #00a6ce;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-copy-wrapper{
        padding: 0;
        height: 50px;
    }
}

.footer-copy-wrapper p{
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.footer-copy-wrapper p img{
    width: 95px;
    margin-left: 5px;
    display:inline-block;
}

/* ------------ Home-categories ------------- */

.home-categories{
    margin-top: -25px;
    margin-bottom: 2rem;
    position: relative;
}

@media screen and (min-width : 580px) {
    .home-categories{
        margin-bottom: 0rem;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}


.home-categories-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.home-categories-list{
    background-color: #fff;
    border-radius: 12px;
    padding:20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
    .home-categories-list{
        border-radius: 9999px;
        padding:20px 55px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-categories-list{
        padding:0px 55px;
        height: 130px;
        
    }
}

.home-categories-list li{
    margin:0;
    padding: 10px;
    position: relative;
    width: 33.33%;
}

@media screen and (min-width : 580px) {
    .home-categories-list li{
        width: auto;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-categories-list li{
        margin-right: 25px;
        padding: 0;
        padding-right: 25px;
    }
}

.home-categories-list li:after{
    content: "";
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background-color: #00a6ce;
    width: 1px;
    height: 50px;
    display: none;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-categories-list li:after{
        display: block;
    }
}

.home-categories-list li:last-child{
    margin: 0;
    padding: 10px;
}

@media screen and (min-width : 580px) {
    .home-categories-list li:last-child{
        padding: 0;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.home-categories-list li:last-child:after{
    display: none;
}

.home-categories-list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.home-categories-list li img{
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.home-categories-list li span{
    color:#00a6ce;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: .5px;
    transition: all .3s ease;
}

.home-categories-list li a:hover span{
    color:#f45197;
}

/* --------- Page wrapper -------------- */

.page-wrapper{
    padding:4rem 0;
    position:relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .page-wrapper{
        padding:6rem 0;
    }
}

.page-wrapper:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:255px;
    height:185px;
    background-image: url(../images/shape-page-wrappe.svg);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:-1;
}

body.woocommerce-account .page-wrapper:after,
body.home .page-wrapper:after{
    display:none;
}

body.home .page-wrapper{
    padding:0;
}

body.single .page-wrapper{
    padding-bottom:0;
}

/* --------- Section-content -------------- */

.section-content{
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-content{
        padding: 8rem 0;
    }
}

.section-gray{
    background-color:#f6f6f6;
}

.section-top{
    padding-top: 0;
}

.section-bottom{
    padding-bottom: 0;
}

.section-no-padding{
    padding: 0;
}

.section-title{
    margin-bottom: 40px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-title{
        margin-bottom: 60px;
    }
}

.section-title h2{
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color:#00a6ce;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-title h2{
        font-size: 3.5rem;
    }
}

.section-title h2:after{
    content:"";
    width: 35px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/circles-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.circle{
    width: 348px;
    height: 348px;
    border-radius: 9999px;
    position: absolute;
    z-index: -1;
}

.circle-blue{
    background-color: #00a6ce;
}

.circle-green{
    background-color: #ddeeb9;
}

.circle-pink{
    background-color: #f3c0d6;
}

.section-content-ad .circle{
    bottom: 0;
    right: -80px;
}

.section-home-store .circle{
    top:-240px;
    left: -80px;
}

.home-categories .circle{
    top:-180px;
    left: -80px;
}

/* ------------ Sliders home ------------ */

.section-content-slider .container{
    max-width: 1230px;
}

.section-content-slider-cat{
    padding-bottom:4rem;
}

.section-slider{
    position: relative;
}

.section-content-slider .slick-dots{
    position: relative;
    margin-top: 40px;
}

.section-arrow{
    position: absolute;
    top:35%;
    width: 46px;
    height: 46px;
    background-color: #f3cbdc;
    cursor: pointer;
    background-image: url(../images/next-white.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    display: none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-arrow{
        display: block;
    }
}

.section-slider-products .slick-list{
    padding: 0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-slider-products .slick-list{
        padding: 40px 0;
    }
    
}

.section-arrow:after,
.section-arrow:before{
    content:"";
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    background-color: #f3cbdc;
    border-radius:9999px;
    background-image: none;
    pointer-events: none;
}

.section-arrow:after{
    top:-60px;
}

.section-arrow:before{
    bottom: -60px;
}

.section-arrow-next{
    right: 0;
}

.section-arrow-prev{
    left: 0;
    transform: scaleX(-1) translateY(-50%);
}

.section-arrow-next,
.section-arrow-next:after,
.section-arrow-next:before{
    background-color: #ef8bb6;
}

.section-slider-wrapper{
    padding: 0px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-slider-wrapper{
        padding: 0 60px;
    }
}

.home-slider .slick-slide{
    padding: 0 10px;
}

.home-slider -slick-list,
.home-slider .slick-track{
    display:flex;  
}

.cat-home-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.cat-home-img{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .cat-home-img{
        width: 220px;
    }
}
.cat-home-img img{
    width: 100%;
    margin: 0!important;
}

.cat-home-title a{
    color:#606060;
    font-size: 1.2rem;
    font-weight: 900;
}

/* ------------ Product ------------- */

.product-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position:relative;
    transition:all .3s ease;
}

.product-content:hover{
    transform:translate(0);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   .product-content:hover{
        transform:translateY(-5px);
    }
}

.product-content:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 5px 20px 0 rgb(176 176 176 / 20%);
    width:100%;
    height:calc(100% + 40px);
    opacity:0;
    visibility:hidden;
    border-radius:12px;
    transition:all .3s ease;
    background-color:#fff;
    z-index:-1;
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   .product-content:after{
       display:block;
   }
}

.product-content:hover:after{
    opacity:1;
    visibility:visible;
}

.product-content .product-thumbnail{
    position: relative;
    margin-bottom: 10px;
}

.product-content .product-thumbnail img{
    width: 100%;
    height: 180px;
    margin: 0!important;
    object-fit: contain;
	border-radius:8px;
}

.product-tag{
    position: absolute;
    top:0px;
    right: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    z-index:99;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .product-tag{
        top:-40px;
        right: -40px;
        width: 80px;
        height: 80px;
    }
}

.product-tag.discount{
    background-color: #7bcee2;
}

.product-tag span{
    color:#fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .product-tag span{
        font-size: 2rem;
        
    }
}

.product-content .product-info .product-title{
    margin-bottom: 10px;
    line-height: 1;
}

.product-content .product-info .product-title a{
    color:#606060;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
}

.product-content .product-info .product-price{
    margin-bottom: 15px;
    line-height: 1;
}

.product-content .product-info .product-price,
.product-content .product-info .product-price span{
    font-size: 1.2rem!important;
    font-weight: 500!important;
    color:#565656!important;
        line-height: 1;
}

.product-content .product-info .product-price del{
    opacity: 1;
    color: #f45197;
}

.product-content .product-info .product-price ins span{
     color:#f45197!important
}

.product-content .product-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content .product-button .btn{
    display: flex;
    align-items: center;
    padding: 0 18px!important;
    padding-left: 35px!important;
    height: 30px;
    background-image: url(../images/cart-white.svg);
    background-position: left 15px center;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 1rem!important;
    overflow:hidden;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .product-content .product-button .btn{
        padding: 0 20px!important;
        padding-left: 35px!important;
        height: 35px;
        background-size: 12px;
        font-size: 1.2rem!important;
    }

}

.product-content .product-button .btn.product-button-responsive{
    display: flex;
}

.product-content .product-button .btn.product-button-desktop{
    display: none;
}

@media screen and (min-width : 580px) {
    .product-content .product-button .btn.product-button-desktop{
        display: flex;
    }
    
    .product-content .product-button .btn.product-button-responsive{
        display: none;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.blockUI.blockOverlay{
    transition:all .3s ease!important;
}

.product-content .product-button .btn .blockUI.blockOverlay{
    background-color:#f45197!important;
    opacity:1!important;
    background-image: url(../images/loader-dots.gif)!important;
    background-position: center!important;
    background-size: 40px!important;
    background-repeat: no-repeat!important;
}

.blockUI.blockOverlay:before,
.blockUI.blockOverlay:after{
    display:none!important;
}

.product-content .product-button .btn .blockUI.blockOverlay:before {
    content:""!important;
    /*background-color: red;*/
    /*border:1px solid red;*/
    /*width:100%;*/
    /*height:100%;*/
    /*animation:none;*/
    /*opacity:1;*/
    /*border-radius:9999px;*/
    /*transform:none;*/
    
}

.btn-store{
    width: 235px;
    height: 235px;
    border-radius: 9999px!important;
    margin: 0 auto;
    text-align: center;
    display: flex;
    margin-bottom: -140px;
    padding: 0!important;
    padding-top: 55px!important;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .btn-store{
       margin-top: 20px;
    }
}

.btn-store:after{
    content:"";
    width: 20px;
    height: 20px;
    background-image: url(../images/dowuble-arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -5px;
}

/* ------------ Home ad ------------- */

.home-publi{
    display:block!important;
}

.home-publi-grid{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    position: relative;
    align-items: flex-start;
}

@media screen and (min-width : 580px) {
    .home-publi-grid{
        gap: 35px;
        grid-template-columns: repeat(auto-fill, minmax(290px, 2fr));
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-grid{
        align-items: flex-end;
        gap: 35px 40px;
        grid-template-columns: repeat(auto-fill, minmax(540px, 4fr));
    }
}

.home-publi-grid:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
    width: 100vw;
    background-color: #f45197;
    z-index: -1;
}

@media screen and (min-width : 580px) {
    .home-publi-grid:after{
        bottom: 50px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
    
}

.home-publi-item{
    width: 100%;
    height: auto;
    position: relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-item{
        height: 290px;
    }
}

.home-publi-item-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top:0%;
    transform: translateY(0%);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-item-content{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
    }
}

.home-publi-item-content:not(a){
    padding-top: 0px;
}

@media screen and (min-width : 580px) {
    .home-publi-item-content:not(a){
        padding-top: 20px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.home-publi-item:nth-child(1){
    height: auto;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-item:nth-child(1){
        height: 390px;
    }
    
}

.home-publi-item:nth-child(2){
    margin-bottom: 25px;
}

.home-publi-item-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.home-publi-item-content-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-left: 65px;
    position: relative;
    flex-direction: column;
    padding-bottom: 40px;
}

@media screen and (min-width : 580px) {
    .home-publi-item-content-wrapper{
        padding-bottom: 0px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .home-publi-item-content-wrapper{
    align-items: center;
    flex-direction: row;
   }
}

.home-publi-item-content-wrapper:after{
    content:"";
    width: 36px;
    height: 36px;
    position: absolute;
    top:50%;
    transform: translateY(-50%) scalex(-1);
    left: 0px;
    background-image: url(../images/dowuble-arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-item-content-wrapper:after{
        left: -20px;
    }
}

.home-publi-item-text h2{
    font-size: 2.6rem;
    color:#fff;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-item-text h2{
        font-size: 3.5rem;
    }
    
}

.home-publi-item-text h2:after{
    content:"";
    width: 35px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/circles-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
}


.home-publi-item-text h2 span:last-of-type{
    color:#ff9cd5;
}

.home-publi-item-text p{
    color:#f6f6f6;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
}

.home-publi-item-button {
    margin-top: 20px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-publi-item-button {
        margin-top: 40px;
    }
    
}

.home-publi-item-button .btn{
    min-width: 180px;
}

/* ------------ Instagram Home ------------- */

.instagram-home{
    width:100%;
}

.instagram-home .slicker-instagram-placeholder{
    margin:0!important;
    width:50%!important;
}

@media screen and (min-width : 580px) {
   .instagram-home .slicker-instagram-placeholder{
        width:25%!important;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
    
}

/* ------------ Home stores ------------- */

.section-home-store{
    padding: 6rem 0;
    overflow: hidden;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-home-store{
        padding: 8rem 0;
        overflow: visible;
    }
    
}

.home-stores-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-stores-wrapper{
        flex-direction: row;
    }
}  

.home-stores{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-stores{
        margin: 0;
    }
} 

.home-stores h2{
    color:#f45197;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 40px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-stores h2{
        font-size: 3.5rem;
    }
} 

.home-stores .social{
    display: flex;
    align-items: center;
    margin:0;
}

.home-stores .social li{
    margin: 0 20px;
}

.home-stores .social li img{
    width: 42px;
    height: 42px;
}

.home-store-info{
    width: 100%;
    flex-shrink: 0;
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width : 580px) {
    .home-store-info{
        width: 440px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
} 

.home-store-info ul{
    width:100%;
    height: 100%;
}

.home-store-info .slick-slider,
.home-store-info .slick-slide,
.home-store-info .slick-track,
.home-store-info .slick-list{
    width:100%;
    height: 100%;
}

.home-store-info-content{
    width: 100%;
    height: 438px;
    position: relative;
    margin: 0 auto;
    left: 0%;
    bottom: 0;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
}

@media screen and (min-width : 580px) {
    .home-store-info-content{
        padding-top: 100px;
        width: 438px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-store-info-content{
        width: 438px;
        height: 438px;
        position: absolute;
    }
}  

.home-store-info-content:after{
    content:"";
    position: absolute;
    top:0;
    height: 100%;
    background-color: #00a6ce;
    border-radius: 0;
    z-index: -1;

    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width : 580px) {
    .home-store-info-content:after{
        top:0;
        left: 0;
        transform: none;
        width: 100%;
        border-radius: 9999px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}  

.home-store-info-content h2{
    color:#fff;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-store-info-content h2{
        font-size: 3.5rem;
    }
}

.home-store-info-content h2:after{
    content:"";
    width: 35px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/circles-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.home-store-info-content ul li{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

@media screen and (min-width : 580px) {
    .home-store-info-content ul li{
        padding: 0 70px;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
    
}

.home-store-info-content ul li span{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.home-store-info-content ul li span:last-child{
    margin: 0;
}

.home-store-info-content ul li span p{
    margin: 0;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;

}

.home-store-info-content ul li span img{
    width: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.home-store-info-image{
    width: 230px;
    height: 230px;
    border-radius: 9999px;
    position: absolute;
    z-index: 99;
    bottom: -40px;
    right: 0;
    border: 12px solid #fff;
    overflow: hidden;
    background-color:#fff;
}

.home-store-info-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-store-arrows{
    position: absolute;
    bottom:20px;
    left: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .home-store-arrows{
        left: 0px;;
    }
}  

.home-store-arrows .home-store-arrow{
    position: relative;
    transform: none;
    top:0;
    margin-bottom: 12px;
    background-color: #93d500;
    cursor: pointer;
}

.home-store-arrows .home-store-arrow-prev{
    transform: scaleX(-1);
}

.home-store-arrows:after{
    content:"";
    width: 46px;
    height: 46px;
    top: 50%;
    z-index: 99;
    background-color: #93d500;
    border-radius:9999px;
}

/* -------------- Shop ------------ */

.storefront-sorting{
    margin:0!important;
}

.storefront-sorting::before, .storefront-sorting::after,
.storefront-sorting .woocommerce-notices-wrapper{
    display:none!important;
}

.content-area, .site-main {
    width: 100%;
    margin: 0!important;
}

.right-sidebar .content-area{
    width: 100%!important;
    float: none!important;
    margin: 0!important;
}

.shop{
    position:relative;
}

.products-sorting{
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom:40px;
    flex-direction:column-reverse;
}

@media screen and (min-width : 580px) {
    .products-sorting{
        margin-bottom:80px;
        flex-direction:row;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    

}

.products-sorting-item{
    margin-bottom:20px;
}

@media screen and (min-width : 580px) {
    .products-sorting-item{
        margin-bottom:0px;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    

}

.products-sorting-item:first-child{
    margin:0;
}

/*.products-filter{*/
/*    position:relative;*/
/*}*/

/* ----------------------------- */

body.filter-on{
    overflow:hidden;
}

body.filter-on .header-sticky{
    transform:translateY(-100%);
}

.dropdown-filter{
    z-index: 1001;
    content: "";
    width: 95%;
    max-width:580px;
    background-color: #fff;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
    border-radius:12px;
    opacity:0;
    visibility:hidden;
    padding:25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition:all .3s ease;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .dropdown-filter{
        position: absolute;
        top: 100%;
        left: 0;
        transform: translate(0%);
        padding:30px 40px;
        max-width:100%;
    }
}

.dropdown-filter-overlay{
    z-index: 999;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,106,206,.45);
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}


.dropdown-filter.on,
.dropdown-filter-overlay.on{
    opacity:1;
    visibility:visible;
}

.dropdown-filter-close{
    position: absolute;
    top: -40px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background-color: #f45197;
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    cursor:pointer;
}

@media screen and (min-width : 580px) {
   .dropdown-filter-close{
        top: 15px;
        right: 15px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.dropdown-filter-wrapper{
    display:flex;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
   .dropdown-filter-wrapper{
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.dropdown-filter-item{
    width:100%;
    margin-bottom:40px
}

@media screen and (min-width : 580px) {
   .dropdown-filter-item{
        width:100%;
        margin-bottom:0px
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.dropdown-filter-item:last-child{
    margin:0;
}

.dropdown-filter-left{
    max-width:100%;
    margin-right:110px;
}

@media screen and (min-width : 580px) {
    .dropdown-filter-left{
        max-width:290px;
        margin-right:40px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .dropdown-filter-left{
        margin-right:110px;
    }
}

.dropdown-filter-widget{
    margin-bottom:40px;
}

.dropdown-filter-widget:last-child{
    margin:0;
}

.dropdown-filter-widget .widget{
    margin:0;
    padding-right:10px;
}

.dropdown-filter-widget h4{
    display:none;
}

.dropdown-filter-widget > h2{
        font-size: 1.5rem;
    text-transform: uppercase;
    color: #f45197;
    margin-bottom: 20px;
    font-weight: 700;
}

.dropdown-filter-search form{
    display:flex;
    border:1px solid #df6880;
    border-radius:9999px;
    height:40px;
    position:relative;
	padding-left:10px;
}

.dropdown-filter-search form input{
    height:100%;
    width:100%;
    box-shadow:none;
    background-color:transparent!important;
    padding:12px 26px!important;
    padding-right:0!important;
}

.dropdown-filter-search form input,
.dropdown-filter-search form input::placeholder{
    font-size:1.5rem!important;
    color:#000!important;
}

.dropdown-filter-search form button{
	
    width:50px;
    height:100%;
    background-color:transparent;
    padding:0;
    background-image: url(../images/search-pink.svg);
    background-position: center right 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right:5px;
}

.dropdown-filter-search .search form button.search-button{
	left: 10px;
}

.dropdown-filter-price .button{
    padding: 0px 20px!important;
    line-height: 1!important;
    font-size: 1.2rem!important;
    border-radius: 9999px!important;
    font-weight: 400!important;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-color: #f45197!important;
    background-color: #f45197!important;
    transition: all .3s ease;
    /*width: 100%;*/
    min-width:120px;
    margin-top: 20px;
    height:35px;
    color:#fff!important;
}

.dropdown-filter-price  .price_slider{
    height:2px!important;
}

.dropdown-filter-price .price_slider_amount{
    display: flex;
    text-align: left;
    flex-direction: column-reverse;
    justify-content: center;
        align-items: flex-start;
}

.dropdown-filter-price .price_label{
    margin:10px 0;
    margin-top:0;
    font-size:1.5rem;
    font-weight: 400;
    line-height:1;
}

.dropdown-filter-price .widget_price_filter form{
    margin:0;
    padding: 0px;
}

.dropdown-filter-price  .widget_price_filter .ui-slider-horizontal{
    height:4px;
    background: rgba(0,0,0,.1);
}

.dropdown-filter-price  .widget_price_filter .ui-slider .ui-slider-range, 
.dropdown-filter-price  .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #00a6ce;
}

.dropdown-filter-price  .widget_price_filter .ui-slider .ui-slider-handle{
    width:11px;
    height:11px;
    background-color: #00a6ce;
    margin-top: 0em!important;
}

.dropdown-filter-price  .widget_price_filter .ui-slider .ui-slider-handle:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:-1px;
    left:0;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    pointer-events:none;
}

.dropdown-filter-price  .widget_price_filter .ui-slider .ui-slider-handle:last-child{
    margin-left: -.5em;
}

.dropdown-filter-price .widget_price_filter .price_slider_wrapper .ui-widget-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left:2px;
}

.dropdown-filter-cat{
    max-height:200px;
    overflow:hidden;
    overflow-y:auto;
    padding-right:10px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .dropdown-filter-cat{
        padding-right:0px;
    }
}



.dropdown-filter-cat ul{
    display: flex;
    flex-wrap: wrap;
    /*margin:-6px -40px;*/
}

.dropdown-filter-cat ul > li{
    width:100%;
    padding: 6px 0px;
    padding-right: 20px;
    align-items:center;
    display:flex;
    justify-content:space-between;
     font-size:1.5rem;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .dropdown-filter-cat ul > li{
        width:33.33%;
    }
}

.dropdown-filter-cat ul > li a{
    color:#000;
    display:flex;
}

/* ----------------------------- */

.products-filter .btn{
    min-width:175px;
    font-size:1.2rem!important;
    text-transform: unset;
    position: relative;
    z-index: 1001;
    padding:0!important;
}

.products-filter .btn span{
    padding: 16px 45px!important;
    display:flex;
    justify-content: center;
    align-items: center;
}

.products-sorting{
    position:relative;
}

.products-sorting .storefront-sorting{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width : 580px) {
     .products-sorting .storefront-sorting{
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.products-sorting .woocommerce-result-count{
    font-size:1.2rem;
    color:#565656;
    font-weight:500;
    margin:0;
    margin-top:10px;
}

@media screen and (min-width : 580px) {
    .products-sorting .woocommerce-result-count{
        margin:0;
        margin-right:20px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    

}

.products-sorting .woocommerce-ordering{
    margin:0;
}

.products-sorting  select.orderby{
    width: auto;
    border:0;
    padding: 0px 20px;
    padding-right: 40px;
    color: #565656;
    height: 47px;
    border-radius:9999px;
    background-color:#fff;
    border:1px solid #00a6ce;
    font-size:1.2rem;
    font-weight:500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-position: right 20px center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.products-sorting .woocommerce-pagination{
    display:none!important;
}

.products-grid .products{
    display: grid;
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 2fr));   
}

@media screen and (min-width : 580px) {
    .products-grid .products{
        gap: 25px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 4fr));   
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .products-grid .products{
        gap: 85px 45px;
        grid-template-columns: repeat(auto-fill, minmax(200px, 4fr));   
    }

}

.products:before,
.products:after{
    display:none!important;
}

.product{
    width:100%;
    float: none;
    margin: 0;
}

.products-grid .product{
    float: none!important;
     width: 100%!important;
     margin: 0!important;
}

.products-grid .product{
    padding:0px;
}

@media screen and (min-width : 580px) {
    .products-grid .product{
        padding:0 20px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    

}

/* -------------------------------- */

.products-grid .woocommerce-ordering,
.products-grid .woocommerce-result-count{
    display:none!important;
}

.woocommerce-pagination{
    display: flex!important;
    width: 100%;
    justify-content: center;
    border:0!important;
    margin-top: 40px!important;
    overflow:hidden;
    width:100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .woocommerce-pagination{
        margin-top: 100px!important;
    }
}

.woocommerce-pagination .page-numbers{
    width:100%;
    position:relative;
}

.woocommerce-pagination .page-numbers li{
    margin:0 5px!important;
}

.woocommerce-pagination .page-numbers li .page-numbers{
    width:34px;
    height:34px;
    border:none!important;
    border-radius:9999px;
    padding: 0px!important;
    margin:0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
    font-weight:700;
    line-height: 1.6rem;
    font-size:1.6rem;
    opacity:1;
    background-color:#00a6ce!important;
    color:#fff!important;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .woocommerce-pagination .page-numbers li .page-numbers{
        width:46px;
        height:46px;
        line-height: 2rem;
        font-size:2rem;
    }

}

.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current{
   background-color:#93d500!important;
}

.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev{
    padding:0!important;
    text-indent:-9999px;
}

.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:after{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size:25%;
    background-position:center;
    background-repeat:no-repeat;
}

.woocommerce-pagination .page-numbers.next:after{
    background-image: url(../images/dowuble-arrow-white.svg);
}


.woocommerce-pagination .page-numbers.prev:after{
    background-image: url(../images/dowuble-arrow-white.svg);
    transform: translateY(-50%) scalex(-1);
}

/* ---------- Shop intern ------------------- */

body.single-product .site-main >  .product{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible;
}

/*.shop-intern{*/
/*    overflow:hidden;*/
/*}*/

.shop-container{
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom:5rem;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-container{
        max-width: 100%;
         margin-bottom:8rem;
    }
}

.shop-intern-wrapper{
    display:flex;
    flex-direction:column;
    width:100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-wrapper{
        flex-direction:row;
    }
}

.shop-intern-item{
    width:100%;
    margin:0px;
    position:relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-item{
        width:100%;
        margin-bottom:0px;
    }
}

.shop-intern-item:last-child{
    margin:0;
}

.shop-intern-gallery{
    max-width:100%;
    margin-right:0px;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-gallery{
        max-width:580px;
        margin-right:70px;
    }
}

.product-carousel {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    position:relative;
}

.product-carousel .product-tag{
    top:10px;
    right:10px;
}


@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .product-carousel .product-tag{
        top:-10px;
        right:-20px;
    }

}

.zoom-product-carousel{
    position:absolute;
    top:15px;
    right:15px;
    height:40px;
    width:20px;
    height:20px;
    background-image: url(../images/zoom-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:999;
    pointer-events:none;
}

.product-carousel-nav {
    width: 18%;
    padding:0;
    margin-right: 30px;
    padding-right:6px;
    display: none;
    position:relative;
    flex-shrink:0;
}

@media screen and (min-width: 580px) {
    .product-carousel {
        height: 500px;
    }
    .product-carousel-nav {
        display: block;
        
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.product-carousel-nav:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background-color:#fff;
    height:30px;
    width:100%;
    display:none;
}

.easyzoom-flyout {
    overflow:hidden!important;
}
.easyzoom-flyout img {
    max-width: none;
    overflow:hidden!important;
}

.product-carousel-nav .slick-slide{
    height: 20%;
    border: 0;
    cursor: pointer;
   
}

.product-carousel-nav-image{
    width: 100%;
    height: 100%;
    padding:6px;
}

.product-carousel-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius:12px;
}

.product-carousel-nav,
.product-carousel-nav .slick-list,
.product-carousel-nav .slick-track{
    height: 100%!important;
}

.product-carousel-slider{
    margin:0!Important;
    border-radius:12px;
    overflow: hidden;
}

.product-carousel-slider .slick-dots{
    bottom:8%;
}

.product-carousel-slider-wrapper {
    width: 100%;
    position: relative; 
}

@media screen and (min-width: 580px) {
    .product-carousel-slider-wrapper {
        min-width: 82%;  
        padding:6px 0;
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.product-carousel-slider .slick-dots li{
   margin-top:40px;
}

.product-carousel-slider .slick-slide{
    /* margin: 0 5px; */
    margin: 0;
}

.product-carousel-slider .slick-slide.slick-current {

}

.product-carousel-slider img {
     width: 100%;
    margin: 0 auto;
    height: 100%; 
    object-fit: cover;
}

.product-carousel-slider .slick-slide a {
    display: flex;
    height: 100%;
    width: 100%;
}

.product-carousel-slider-wrapper,
.product-carousel-slider,
.product-carousel-slider .slick-list,
.product-carousel-slider .slick-track,
.product-carousel-slider .slick-slide{
    height: 100%;
}

.shop-intern-content{
    padding-top:25px;
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
}

@media screen and (min-width: 580px) {
    .shop-intern-content{
        padding:0px;
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}


/* --------------------------------------- */

.qib-container{
    width: 140px;
    height: 37px;
    border:1px solid #00a6ce;
    border-radius:9999px;
    display:flex!important;
    position:relative;
    margin:0;
    margin-right:15px;
    margin-left:85px;
     justify-content: center;
}


.qib-container:after{
    content: "Cantidad:";
    color:#000;
    font-size: 1.4rem;
    font-weight:700;
    position:absolute;
    left:-85px;
    top: 50%;
    transform:translateY(-50%);
    width: 65px;
    height: auto;
    line-height: 1;
        white-space: nowrap;
}

.qib-container .quantity{
    width:40%!important;
    height:100%!important;
    border:0!important;
    margin:0 auto!important;
    float:none!important;
}

.qib-container .quantity input{
    width:100%!important;
    height:100%!important;
    text-align: center!important;
    padding:0px!important;
    font-size:1.4rem!important;
    font-weight:400!important;
    border:0!important;
    color:#000!important;
    box-shadow:none!important;
    background-color:#fff!important;
}


.qib-container .qib-button{
    position:absolute;
    right:0;
    width:30%!important;
    height:100%!important;
    padding:0!important;
    background-color:transparent!important;
    border:0!important;
    text-indent:-9999px;
    display:flex;
    border:0!important;
}

.qib-container .qib-button::before{
    content:"";
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    width:100%;
    height:100%;
    background-position: center;
    background-size: 6px;
    background-repeat: no-repeat;
}


.qib-container .qib-button.plus{
    right:0;
    
}

.qib-container .qib-button.minus{
    left:0;
}

.qib-container .qib-button.plus::before{
    background-image: url(../images/plus.svg);
}

.qib-container .qib-button.minus::before{
     background-image: url(../images/minus.svg);
}

.single-product-wrap{
    widtH:100%;
}

.shop-intern-content .product_title{
    margin:0;
    font-weight:900;
    color:#606060;
    font-size:1.9rem;
    position:relative;
    padding-bottom:20px;
    margin-bottom:25px;
}

.shop-intern-content .product_title:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width: 35px;
    height: 10px;
    background-image: url(../images/circles-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-intern-content .price{
    margin:0!important;
    margin-bottom:30px!important;
    line-height: 1;
    width:100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.shop-intern-content .price,
.shop-intern-content .price span{
    color:#606060!important;
    font-weight: 900!important;
    font-size:1.8rem!important;
}

.shop-intern-content  .price ins,
.shop-intern-content  .price del{
    margin:0;
    opacity:1
}

.shop-intern-content  .price del{
    margin: 0 12px!important;
    color:#f45197;
}

.shop-intern-content  .price del span{
    font-weight: 400!important;
}

.shop-intern-content .woocommerce-product-details__short-description{
    /*margin-bottom:25px;*/
    width:100%;
}

.shop-intern-content .woocommerce-product-details__short-description,
.shop-intern-content .woocommerce-product-details__short-description p{
    font-size:1.4rem;
    line-height:1.8;
    font-weight:400;
    color:#000;
}

.shop-intern-content .woocommerce-product-details__short-description table,
.shop-intern-content .woocommerce-product-details__short-description th,
.shop-intern-content .woocommerce-product-details__short-description td,
.shop-intern-content .woocommerce-product-details__short-description tr{
	padding:0;
	background-color:#fff;
}

.shop-intern-content .woocommerce-product-details__short-description ul,
.shop-intern-content .woocommerce-product-details__short-description ol{
    list-style:disc!important;
	margin-left: 16px!important;
}

.shop-intern-content form{
    width:100%;
    margin:0!important;
    padding:0!important;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}

.shop-intern-content table.variations,
.shop-intern-content .single_variation_wrap{
    width:100%;
}

.shop-intern-content form,
.shop-intern-content .woocommerce-variation-add-to-cart{
    display:flex;
    flex-direction:row;
    align-items: center;
    flex-wrap:wrap;
}

.shop-intern-content form .button{
    margin:0!important;
    margin-top:20px!important;
    width:100%;
    height:37px!important;
    padding:0px 20px;
    padding-left:35px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    border: 1px solid #f45197!important;
    background-color: #f45197!important;
    color: #fff!important;
    border-radius:9999px;
    font-weight:300;
    font-size:1.2rem;
    transition:all .3s ease;
    position:relative;
    letter-spacing:1px;
}

@media screen and (min-width: 580px) {
    .shop-intern-content form .button{
        margin:0!important;
        width:auto;
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.shop-intern-content form .button > span{
    width:100%;
    height:100%;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color:#f45197;
    border-radius:9999px;
    animation:none!important;
    opacity:0;
    visibility:hidden;
    margin:0;
    transition:all .3s ease;
}
.shop-intern-content form .button > span.xoo-wsc-active{
    opacity:1;
    visibility:visible;
}

.shop-intern-content form .button > span:before{
    content:"";
     width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-image: url(../images/loader-dots.gif);
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}

.shop-intern-content form .button:before{
    content:"";
    width:12px;
    height: 12px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:15px;
     background-image: url(../images/cart-white.svg);
    background-position: center;
    background-size: content;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.reset_variations{
    display:none!important;
}

.shop-intern-content table.variations tr{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.shop-intern-content table.variations th,
.shop-intern-content table.variations td,
.shop-intern-content table.variations tr label{
    margin:0!important;
}

.shop-intern-content table.variations th.label{
    width:85px;
        flex-shrink: 0;
}

.shop-intern-content table.variations th.label label{
        color: #000;
    font-size: 1.4rem;
    font-weight: 700;
}

.shop-intern-content table.variations td.value{
    width:100%;
}

.shop-intern-content table.variations select {
    max-width: 100%!important;
    width: 76%!important;
    
    width: auto;
    border: 0;
    padding: 0px 35px;
    padding-right: 40px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    height: 35px;
    border-radius: 9999px;
    background-color: #fff;
    border: 1px solid #00a6ce;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-position: right 20px center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.shop-intern-share{
    margin-top:20px;
    display:flex;
    align-items: center;
}

.shop-intern-share > h2{
    margin:0;
    margin-right:6px;
    font-size:1.4rem;
    font-weight:700;
}

.shop-intern-share .a2a_kit{
    display:flex;
    align-items: center;
    justify-content:center;
}

.shop-intern-share .a2a_kit a{
    display:flex;
    align-items: center;
    margin: 0 -2px;
}

.shop-intern-share .a2a_kit .a2a_svg{
    background-color:transparent!important;
    height: 20px!important;
    width: 20px!important;
}


.shop-intern-share .a2a_kit .a2a_svg svg path{
    fill: #00a6ce!important;
}

.section-content-related{
    overflow:visible;
}

.section-content-related:after{
    content:"";
    position:absolute;
    top:-140px;
    right:0;
    width:140px;
    height:280px;
    background-image: url(../images/shape-intern.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    display:none;
}

@media screen and (min-width: 580px) {
   
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .section-content-related:after{
        display:block;
    
    }
}

.section-content-related .related > h2{
    display:none!important;
}


.section-content-related .related.products{
    display:block;
    gap: 0;
    grid-template-columns: none;
}

span.onsale{
    display:none;
}

/* -------------------------- */

#yith-quick-view-modal .yith-quick-view-overlay{
    z-index:-1;
    background: rgba( 0, 166, 206, 0.45);
}

.yith-wcqv-wrapper{
    max-width:800px;
    max-height: 500px;
    background-color:#fff;
    border-radius:12px;
    overflow:hidden;
}

.yith-wcqv-head{
    position:absolute;
    left:0;
    width:100%;
    top:0;
    height:50px;
    background-color:#93d500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20px;
}

.yith-quick-view-logo img{
    width:80px;
}

#yith-quick-view-close.yith-wcqv-close{
    height:100%;
    padding:0 35px;
    background-color:#f45197;
    position:absolute;
    top:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:9999px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    opacity:1;
    width: auto;
    border: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight:300;
}

#yith-quick-view-close.yith-wcqv-close img{
    width:18px;
    margin-left:15px;
}

#yith-quick-view-modal .yith-wcqv-main{
    overflow:hidden!important;
    transform: translateY(0)!important;
}

#yith-quick-view-modal #yith-quick-view-content{
    padding:0px;
    padding-top:70px;
}

@media screen and (min-width: 580px) {
   #yith-quick-view-modal #yith-quick-view-content{
        padding:40px;
        padding-top:90px;
        padding-right:20px;
    }

}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

#yith-quick-view-modal #yith-quick-view-content .product{
        height: 100%;
    overflow-y: auto!important;
    position:static;

}

#yith-quick-view-modal #yith-quick-view-content .yith-product{
    padding:20px;
    padding-top:0;
    /*height:100%;*/
}

@media screen and (min-width: 580px) {
    #yith-quick-view-modal #yith-quick-view-content .yith-product{
        padding:0px 20px;
        padding-right:15px;
    }

}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}



#yith-quick-view-modal #yith-quick-view-content .shop-intern-content .product_title,
#yith-quick-view-modal #yith-quick-view-content .shop-intern-content .price,
#yith-quick-view-modal #yith-quick-view-content .shop-intern-content .woocommerce-product-details__short-description,
#yith-quick-view-modal #yith-quick-view-content .shop-intern-content table.variations{
    padding-right:35px;
}

#yith-quick-view-modal #yith-quick-view-content .shop-intern-content .product_title{
    margin-bottom:20px;
    font-size:1.6rem;
}

#yith-quick-view-modal #yith-quick-view-content .shop-intern-content .price,
#yith-quick-view-modal #yith-quick-view-content .shop-intern-content .price span{
    font-size:1.4rem;
}

#yith-quick-view-modal #yith-quick-view-content .product_meta{
    display:none!important;
}

#yith-quick-view-modal #yith-quick-view-content .yith-product{
    display:flex;
    flex-direction:column;
}

@media screen and (min-width: 580px) {
    #yith-quick-view-modal #yith-quick-view-content .yith-product{
        flex-direction:row;
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}


#yith-quick-view-modal #yith-quick-view-content .yith-product-images{
    width:100%;
    flex-shrink:0;
    margin:0;
    margin-bottom:20px;
     flex-shrink:0;
}

@media screen and (min-width: 580px) {
    #yith-quick-view-modal #yith-quick-view-content .yith-product-images{
        width:310px;
        margin:0;
        margin-right:25px;
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

#yith-quick-view-modal #yith-quick-view-content .yith-product-images .woocommerce-product-gallery{
    width:100%;
    position:sticky;
    top:20px;
}
#yith-quick-view-modal #yith-quick-view-content .yith-product-content{
    width:100%;
}

#yith-quick-view-modal #yith-quick-view-content .yith-product-content .qib-container,
#yith-quick-view-modal #yith-quick-view-content .yith-product-content  form .button{
    height:35px!important;
}

#yith-quick-view-modal #yith-quick-view-content .yith-product-content .qib-container{
    width:80px;
    margin-right:10px!important;
}

#yith-quick-view-modal #yith-quick-view-content .shop-intern-content table.variations select{
    width:100%!important;
}

.yith-product-more{
    position: absolute;
    left:100px;
    bottom: 0;
    width: 210px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction:column;
    text-align: center;
    background-image: url(../images/more-shape.svg);
    background-position: center top;
    background-size:cover;
    background-repeat: no-repeat;
    padding-bottom:10px;
    font-size:1.2rem;
    color:#fff!Important;
    letter-spacing:1px;
    transition:all .3s ease;
}


.yith-product-more img{
    width:14px;
    height:14px;
    margin: 5px 20px;
    transform:rotate(90deg);
}

/*-------------- Modal ------------------ */

.modal-backdrop{
    background-color: #00a6ce;
}

.modal-backdrop.show {
    opacity: .45;
}

.modal-dialog{
    transform:none!important;
}

.modal-content{
    border-radius:6px;
    border: 0;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
}

.close{
    background-color:#f45197;
    width:39px;
    height:39px;
    border-radius:9999px;
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    opacity:1;
    position:absolute;
    top:-10px;
    right:-10px;
    z-index:999;
    opacity:1!important;
}

.modal-body{
    padding:0;    
}

/*-------------- login Modal ------------------ */

#modalLogin .modal-dialog{
        max-width: 360px;
}

.modal-login-item{
    padding:20px 45px;
}

.modal-login-title{
    margin-bottom:25px;
}

.modal-login-title img{
    width:150px;
    margin:0 auto;
}

.modal-login-content{
    padding:25px;
    padding-bottom:0;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .modal-login-content{
        padding:25px 50px;
        padding-bottom:0;
    }
}

.modal-login-form-content{
    display:none;
}

.modal-login-form-content.active{
    display:block;
}

.modal-login-form-content h2{
    text-align:left;
    margin-bottom:10px;
    color:#1a1a1a;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:1.3rem;
    font-weight:500;
}

.modal-login-form-content form{
    margin:0;
}

.modal-login-form-content form p{
    color:#1a1a1a;
    font-size:1.2rem;
}

.modal-login-form-content form a{
    font-weight:500;
    color:#f45197;
}

.modal-login-form-content .form-row{
    width:100%!important;
    margin:0!important;
    margin-bottom:13px!important;
    position:relative;
    display: flex!important;
    justify-content: space-between;
     align-items: center;
    
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
        flex-direction: row-reverse;
}

.modal-login-form-content .form-row.woocommerce-FormRow{
    justify-content: center;
}

.modal-login-form-content .form-row > label:not(.woocommerce-form__label){
    position: absolute;
    left: 27px;
    top: 0;
    transform: translateY(10px);
    margin: 0;
    transition: all .3s cubic-bezier(.57,.21,.69,1.25);
    pointer-events: none;
    font-weight: 300;
    font-size: 1.2rem;
    font-weight: 500!important;
    color: #1a1a1a!important;
    z-index: 1;
}

.modal-login-form-content .form-row > label[for="username"]{
    font-size:0!important;
}
.modal-login-form-content .form-row > label[for="username"]:before{
    content:"Correo electrónico";
    font-size:1.2rem;
    transition: all .3s cubic-bezier(.57,.21,.69,1.25);
}

.modal-login-form-content .form-row > label[for="username"]:after{
    content:"*";
    font-size:1.2rem;
    color: #e2401c;
    margin:2px;
}

.modal-login-form-content .active > label:not(.woocommerce-form__label){
    transform: translateY(6px);
    font-size: .9rem;
    color:#ff5f00;
    z-index:1;
}

.modal-login-form-content .active > label:not(.woocommerce-form__label):after,
.modal-login-form-content .active > label:not(.woocommerce-form__label):before{
    font-size: .9rem;
}

.modal-login-form-content .form-row .input-text{
    background:#fff!important;
    height:40px!important;
    padding:0 27px!important;
    padding-top:14px!important;
    border:1px solid #00a6ce!important;
    color:#1a1a1a!important;
    box-shadow:none!important;
    border-radius:9999px;
    font-weight: 300;
    font-size: 1.2rem;
    font-weight: 500!important;
    color: #1a1a1a!important;
}

/*.modal-login-form-content .form-row.active .input-text{*/
/*    border-bottom: 2px solid #00abff!important;*/
/*}*/

.modal-login-form-content .form-row > label.woocommerce-form__label-for-checkbox,
.modal-login-form-content .form-row > label.woocommerce-form__label-for-checkbox span{
    margin:0;
    font-size:1.2rem;
    color:#1a1a1a;
    font-weight:500;
}

.login_msg,
.register_msg{
    width: 100%;
    padding: 6px 20px!important;
    margin: 10px 0!important;
    color: #fff!important;
    font-weight: 300!important;
    font-size: 1.2rem!important;
    border-radius: 5px!important;
    line-height: 1.5;
    border: 0!important;
    background: #ffffff;
    letter-spacing: 0;
}

.login_msg.fail,
.register_msg.fail{
    background-color: #f14040!important;
    color:#fff!important;
}

.login_msg.success,
.register_msg.success{
    background-color: #34b234!important;
    color:#fff!important;
}

.login_loader,
.register_loader{
        font-size: 0;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 10px auto;
}

.login_msg.fail a,
register_msg.fail a {
    display:none!important;
}

.login_loader:after,
.register_loader:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url(../images/loader-dots-pink.gif)!important;
    background-position: center!important;
    background-size: 50px!important;
    background-repeat: no-repeat!important;
}

.register_loader img,
.login_loader img{
    display:none;
}

.modal-login-form-content .lost_password{
    text-align:center;
      margin:0;
}

.modal-login-form-content .lost_password a{
    margin:0;
    font-size:1.2rem;
    color:#1a1a1a;
    font-weight:500;
}

.modal-login-form-content .woocommerce-form .woocommerce-button {
    padding: 0px 20px!important;
    line-height: 1!important;
    font-size: 1.2rem!important;
    border-radius: 9999px!important;
    font-weight: 400!important;
    transition: all .3s ease-in-out;
    color: #fff!important;
    border: 1px solid #f45197!important;
    background-color: #f45197!important;
    height: 37px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-login-footer{
    height:140px;
    width:100%;
    background-image: url(../images/login-footer.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display:flex;
        align-items: flex-end;
    justify-content: center;
    text-align:center;
    padding-bottom:26px;
}



.btn-login{
    display:none;
}

.btn-login.active{
    display:block;
}


.btn-login p{
    margin-bottom:10px;
    color:#fff;
    font-size:1.2rem;
}

.btn-login .btn{
    height:40px!important;
    padding: 0px 20px!important;
    display:flex;
    align-items: center;
    justify-content: center;
}



/* ------------ 404 ------------------- */

.no-enocontrado{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding-bottom: 8rem;
    padding-top: 8rem;
    min-height:60vh;
}

.no-enocontrado h2{
    font-size: 2.5rem;
    margin-bottom:25px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .no-enocontrado h2{
        font-size: 4rem;
    }
}

.no-enocontrado p{
    margin-bottom:40px;
}

/* ----------------- Puntos de venta ----------------- */

.facetwp-facet{
    margin:0!important;
}

.stores{
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
   
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .stores{
        max-width:100%;
    }
}



.stores-grid{
    display:grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media screen and (min-width : 580px) {
    .stores-grid{
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .stores-grid{
        grid-column-gap: 63px;
        grid-row-gap: 55px;
    }
}

.stores-thumbnail{
    height:320px;
    width:100%;
     position:relative;
     margin-bottom:50px;
}

@media screen and (min-width : 580px) {
    .stores-thumbnail{
        height:200px;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .stores-thumbnail{
        height:360px;
    }
}

.stores-map{
    position: absolute;
    bottom: -17.5px;
    right: 25px;
    height: 35px;
    padding: 0 20px!important;
    min-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.stores-thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;
}

.stores-meta{
    padding:0;
}

@media screen and (min-width : 580px) {
    
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   .stores-meta{
        padding:0 35px;
    }
}

.stores-meta ul{
    margin:0;
}

.stores-meta ul li{
    display:flex;
    margin-bottom:15px;
}

.stores-meta ul li:last-child{
    margin:0;
}

.stores-meta ul li img{
    width:20px;
    height:20px;
    margin-right:15px;
}

.stores-meta ul li p{
    margin:0;
    color:#606060;
    font-size:1.3rem;
    text-transform:uppercase;
    font-weight:400;
    line-height:1.2;
    letter-spacing:1px;
}



.stores-select{
    margin-bottom:80px;
}


.stores-select select{
    display:none;
}

.stores-select-wrapper{
    width:100%;
    margin:0 auto;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
    .stores-select-wrapper{
        flex-direction:row;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
  
}

.stores-select-wrapper h2{
    margin:0;
    margin-bottom:20px;
    color:#606060;
    font-size:1.4rem;
   font-weight:700;
}

@media screen and (min-width : 580px) {
    .stores-select-wrapper h2{
        margin:0;
        margin-right:25px;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
  
}

.stores-select-wrapper .fs-label-wrap,
.stores-select-wrapper .fs-wrap{
    width:100%;
}


.stores-select-wrapper .facetwp-type-fselect{
    cursor:pointer;
    width:100%;
}

@media screen and (min-width : 580px) {
    .stores-select-wrapper .facetwp-type-fselect{
        width:310px;
    }
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
  
}

.stores-select-wrapper .fs-label-wrap{
    width:100%;
    height:35px;
    padding:0 20px;
    display:flex;
    align-items:center;
    border-radius:9999px;
    border:1px solid #00a6ce;
    font-size:1.4rem;
    background-color: transparent;
    color:#606060;
}



.stores-select-wrapper .fs-arrow{
    width:12px;
    height:12px;
     background-image: url(../images/arrow-select.svg);
        background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    border:0;
    right:20px;
}

.stores-select-wrapper .fs-open .fs-arrow {
    transform: scaley(-1);
}

.stores-select-wrapper .fs-search{
    display:none!important;
}


.stores-select-wrapper .fs-dropdown{
        background-color: #fff;
    border: 0;
    top: calc(100% + 10px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
    padding:10px;
}

.stores-select-wrapper .fs-dropdown .fs-option{
    padding:12px 20px;
    background-color:#fff!important;
    transition:all .3s ease;
}

/*.stores-select-wrapper .fs-dropdown .fs-option:hover,*/
/*.stores-select-wrapper .fs-dropdown .fs-option.selected{*/
/*    background-color:#00a6ce!important;*/
/*}*/

.stores-select-wrapper .fs-dropdown .fs-option:last-child{
    border-bottom:0;
}

.stores-select-wrapper .fs-dropdown .fs-option .fs-option-label{
    color:#606060;
    font-size:1.4rem;
    font-weight:400;
    transition:all .3s ease;
}

.stores-select-wrapper .fs-dropdown .fs-option:hover .fs-option-label,
.stores-select-wrapper .fs-dropdown .fs-option.selected .fs-option-label{
    color:#00a6ce;
}

.see-more-btn{
    display:flex;
    align-items:center;
    justify-content:center;
}

.see-more-btn .facetwp-load-more{
    padding: 0px 25px!important;
    line-height:1!important;
    letter-spacing:1px;
    font-size: 1.2rem!important;
    border-radius:9999px!important;
    font-weight:400!important;
    color:#fff!important;
    transition: all .3s ease;
    border:1px solid!important;
	text-decoration:none!important;
	border-color:#f45197!important;
    background-color: #f45197!important;
    height: 35px;
    min-width: 140px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-transform:uppercase;
     margin-top:80px;
}

.see-more-btn .facetwp-load-more.facetwp-hidden{
    display:none!Important;
}
/*.see-more-btn .facetwp-load-more:hover{*/
/*    border-color:#4a4a4a!important;*/
/*    background-color: transparent!important;*/
/*    color: #4a4a4a!important;*/
/*}*/

/* ------------ Legales ---------------- */

.page-legal .container{
    max-width:980px;
}

.text-legal{
    font-size:1.5rem;
    line-height:1.5;
    text-align: justify;
}

.text-legal h1,
.text-legal h2,
.text-legal h3,
.text-legal h4,
.text-legal h5{
    margin:20px 0;
    text-transform:uppercase;
    font-size: 1.8rem;
    font-weight:500;
    letter-spacing:1px;
}

.text-legal ol,
.text-legal ul{
    margin-left:16px;
    list-style:disc!important;
}

.text-legal ol{
	list-style:decimal!important;
}

.text-legal ol li,
.text-legal ul li{
    margin-bottom:10px;
}

.text-legal a{
    font-weight:700;
    color:#f45197;
        text-decoration: underline;
}

.form-group-wrapper h2{
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform:uppercase;
    letter-spacing:1px;
}

.libro-reclamaciones-form{
    position:relative;
}

.libro-reclamaciones-form .form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom:20px;
    width:100%;
}

@media screen and (min-width : 580px) {
    .libro-reclamaciones-form .form-row{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}



.libro-reclamaciones-form .form-row .form-group{
    margin: 0;
}

.libro-reclamaciones-form .form-group-wrapper{
    margin-bottom:30px;
    font-size: 1.6rem;
}

.libro-reclamaciones-form .form-group-wrapper-last{
    margin:0;
}

.libro-reclamaciones-form br{
    display:none;
}

.libro-reclamaciones-form .small,
.libro-reclamaciones-form small{
   font-weight: 100;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.libro-reclamaciones-form .wpcf7-list-item-label{
    margin:0;
    font-weight:100;
}

.libro-reclamaciones-form input::-webkit-outer-spin-button,
.libro-reclamaciones-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.libro-reclamaciones-form input[type=number] {
  -moz-appearance: textfield;
}


.form-group-check span{
    margin:0;
    margin-bottom:10px;
    font-size:1.6rem;
}

@media screen and (min-width : 580px) {
    .form-group-check span{
        margin:0;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.form-group-check span:last-child{
    margin:0;
}

.form-group-check .wpcf7-list-item label{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin:0;
    margin-right: 40px;
}

.form-group-check .wpcf7-list-item input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:20px!important;
    height:20px!important;
    padding:0;
    flex-shrink: 0;
    position:relative;
    margin-right:10px!important;
    cursor:pointer;
}

.form-group-check .wpcf7-list-item input::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all .3s ease;
    border-radius:5px;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #4a4a4a;
}

.form-group-check .wpcf7-list-item input:checked::before{
    background-image: url(../images/checked-white.svg);
    background-color:#4a4a4a;
   
}

.libro-reclamaciones-form .wpcf7-response-output{
    margin:0px!important;
    margin-top:20px!important;
}

.libro-reclamaciones-form  form.wpcf7-form {
    position:relative;
    margin:0!important;
    display:block;
}

.libro-reclamaciones-form  form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.8);
    position: absolute;
    top:0;
    left:0;
    background-image: url(../images/loader.gif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    z-index:2;
}

.libro-reclamaciones-form  form.wpcf7-form .ajax-loader{
    display:none!important;
}

.libro-reclamaciones-form .form-group-info{
    display:flex;
    flex-direction:column;
}


.libro-reclamaciones-form .form-group-info span{
    margin-bottom:10px;
}


.libro-reclamaciones-form .form-group-info span:last-child{
    margin:0;
}

.form-group-wrapper-title{
    height: 26px!important;
    position: relative!important;
    overflow: hidden!important;
    margin-bottom: 15px;
}

.form-group-wrapper-title > div{
    transform: none!important;
    background-color: #fff!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
    position:absolute;
    top:0;
    transition:none!important;
    opacity:1;
    visibility:visible;
}

.form-group-wrapper-title > div h2{
    margin:0;
}
.form-group-wrapper-title > div.wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}



.libro-reclamaciones-form  .form-group > label > span,
.libro-reclamaciones-form  .form-group > [data-class="wpcf7cf_group"] > label > span{
    width:auto;
    margin-left:2px;
    color:#ffc6c4;
}

/*.libro-reclamaciones-form .form-group .wpcf7-not-valid {*/
/*    border: 1px solid #f14040!important;*/
/*}*/

.libro-reclamaciones-form .wpcf7-not-valid-tip{
    display:none!important;
}

.form-group-button .btn{
    width:100%;
    min-width:160px;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
   
}

@media screen and (min-width: 1280px) {
    .form-group-button .btn{
        width:auto;
    }
}

#tipo_respuesta{
    height:65px;
    position:relative;
}
#tipo_respuesta [data-class="wpcf7cf_group"]{
    position:absolute;
    top:0;
    height:100%!Important;
    width:100%;
    margin:0!important;
    padding:0!important;
    opacity:1;
    visibility:visible;
    background-color: #fff!important;
}
 
#tipo_respuesta [data-class="wpcf7cf_group"].wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}

.libro-reclamaciones-info{
    margin: 20px 0;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: justify;
}

.libro-reclamaciones-info p{
    margin-bottom:20px;
    line-height: 1.4;
}

.libro-reclamaciones-info p span{
    color:#ffc6c4;
}

.libro-reclamaciones-info br{
    display:block;
}

.libro-reclamaciones-section{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.libro-reclamaciones-section img{
     max-width: 125px;
    border-radius: 8px;
    background-color:#fff;
    padding: 4px;
}

.page-info-wrapper{
    width:100%;
    max-width:100%;
    margin:0 auto;
    text-align: justify;
}

@media screen and (min-width: 580px) {
    .page-info-wrapper{
        max-width:720px;
    }

}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .page-info-wrapper{
        max-width:960px;
    }

}

.text-legal-tabs-single .text-legal-tabs-content{
    padding:0;
}

.text-legal-tabs-content .card,
.text-legal-tabs-content .card-header{
    padding:0;
    background-color:transparent;
    border:0;
    box-shadow:none;
    color:#565656;
    font-size:1.4rem;
    font-weight:400;
}

.text-legal-tabs-content .card{
    margin-bottom:20px;
    padding:25px;
    background-color:#fff;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
    border-radius:12px;
}

.text-legal-tabs-content .card:last-child{
    border:0;
}

.text-legal-tabs-content .card-header span{
    font-weight:500;
    cursor: pointer;
    position:relative;
    transition:all .3s ease;
    padding-right:30px;
    width: 100%;
    display: block;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    font-size:1.5rem;
}

.text-legal-tabs-content .card-header span:after{
    content:"";
    width:12px;
    height: 12px;
    position: absolute;
    top:4px;
    right:0;
    background-image: url(../images/arrow-select.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.text-legal-tabs-content .card-header span[aria-expanded="true"]:after{
    transform:scaley(-1);
    
}

.text-legal-tabs-content .card-header span[aria-expanded="false"]:after{
    transform:scaley(1);
}

.text-legal-tabs-content .card-body{
    padding:0;
    border-top: 1px solid #f6f6f6;
    padding-top:25px;
    margin-top:25px;
}

.text-legal-tabs-content .card-body .card-body-content{
    display:flex;
    align-items:center;
    flex-direction:column;
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
  .text-legal-tabs-content .card-body .card-body-content{
        flex-direction:row;
        max-width:100%;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.text-legal-tabs-content .card-body .card-body-content-image{
    flex-shrink:0;
    position:relative;
}

.text-legal-tabs-content .card-body .card-body-content-image:after{
    content:"";
    position:absolute;
    right: 24px;
    top:50%;
    transform:translateY(-50%)scalex(-1);
    width: 150px;
    height: 210px;
    background-image: url(../images/adorno.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:-1;
}

.text-legal-tabs-content .card-body .card-body-content-image img{
    width:100%;
    margin:0 auto;
    margin-bottom:25px;
}

@media screen and (min-width : 580px) {
  .text-legal-tabs-content .card-body .card-body-content-image img{
        width:200px;
        margin:0;
        margin-right:150px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .text-legal-tabs-content .card-body .card-body-content-image img{
        width:340px;
    }
}

.text-legal-tabs-content .card-body .card-body-content-info{
    width:100%;
}


.text-legal-tabs-content .card-body .card-body-content-info p{
    margin-bottom:20px;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li{
    margin-bottom:20px;
    padding-left:30px;
    position:relative;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li:last-child{
    margin:0;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li:after{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:16px;
    height:16px;
    background-image: url(../images/check-list-full.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}