/* -------------- 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;
    overflow:hidden;
    z-index:2;
}

.shop-grid,
.shop-content{
    display:flex;
    flex-direction:column-reverse;
    width:100%;
}

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

.shop-wrapper{
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .shop-wrapper{
        max-width:100%;
        margin:0 auto;
    }
}

.products-grid{
    position: relative;
    z-index: 1;
}

.products-grid .products:not(.related){
    display:flex;
    flex-wrap:wrap;
    margin:-20px -10px!important;
}

@media screen and (min-width: 580px) {
    .products-grid .products:not(.related){
        margin:-35px -15px!important;
    }
    
    .products-grid .products.related .product{
        width:100%!important;
        margin:-35px -29px!important;
    }
}

.products-grid .products:not(.related) .product{
    width:50%!important;
    margin:0!important;
    padding:20px 10px;
   
}

.products-grid .products.related .product{
        width:100%!important;
}

@media screen and (min-width: 580px) {
    .products-grid .products:not(.related) .product{
        width:33.33%!important;
        padding:35px 15px;
    }
    
    .products-grid .products.related .product{
        width:100%!important;
        padding:35px 29px;
    }
}

@media screen and (min-width: 1280px) {
    .products-grid .products:not(.related) .product{
        width:33.33%!important;
    }
    
    .products-grid .products.related .product{
        width:100%!important;
}
    
}

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

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

.shop-sidebar{
    width:100%;
    margin:0;
    margin:25px 0;
    padding:0;
    position: relative;
    z-index: 99;
    overflow:hidden;
    
}

@media screen and (min-width: 1280px) {
    .shop-sidebar{
        margin:0;
        padding-right:65px;
        margin-bottom:65px;
    }
}

.shop-sidebar > h2{
    font-size:3.5rem;
    margin-bottom:25px;
}

.shop-sidebar-title{
    width: 100%;
}

.shop-sidebar-title .storefront-breadcrumb{
    padding:0;
    margin:0;
}

.shop-sidebar-title,
.banner-title .shop-sidebar-title{
    font-size:2.6rem!important;
    font-weight: 500!important;
    line-height:1.2!important;
}

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

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

.shop-sidebar .widget{
    margin:0;
}

.shop-sidebar .widget.widget_price_filter{
    margin-top:35px;
}

/*.shop-sidebar-item{*/
/*    position:relative;*/
    /*margin-bottom:25px;*/
    /*padding-bottom:25px;*/
    /*border-bottom:1px solid #000;*/
/*}*/
/*.shop-sidebar-item:last-child{*/
/*    margin-bottom:0px;*/
/*    padding-bottom:0px;*/
/*    border-bottom:0;*/
/*}*/

.shop-sidebar-widget .widgettitle{
    display:none!Important;
}

.shop-sidebar-widget h2,
.pwf-field-item-title{
    font-size:2rem;
    font-weight: 700;
    margin-bottom:0;
    display:flex;
    align-items:center;
    cursor:pointer;
}

.shop-sidebar-widget h2{
	width:90%;
}

.shop-sidebar-content{
	margin-top:25px;
}

.shop-sidebar-item.-publi{
	    margin-top: 45px;
}


.shop-sidebar-item.-publi .shop-sidebar-title{
	margin-bottom:25px;
}

.sidebar-price .price_slider_amount{
    display: flex;
    flex-flow: column-reverse;
    margin-top: 0;
        align-items: flex-start;
}

.sidebar-price .price_slider_amount .price_label{
    display:flex;
    align-items:center;
    font-weight:400;
    font-size:1.8rem
}

.sidebar-price .clear{
    display:none;
}

.sidebar-price .widget_price_filter .ui-slider-horizontal{
    height:3px;
}

.sidebar-price .widget_price_filter .ui-slider .ui-slider-range{
    background-color:  var(--primary-color);
}

.sidebar-price .widget_price_filter .ui-slider .ui-slider-handle{
    width:13px;
    height:13px;
    margin-top: -5px;
    background-color:transparent;
    background-image: url(../images/price-slide.svg);
    background-position:  center;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index:10;
}

.sidebar-price .widget_price_filter .ui-slider .ui-slider-handle:last-of-type{
    margin-left: -10px;
}


.sidebar-price .widget_price_filter .price_slider_amount .button{
    padding: 0 28px;
    min-width:155px;
    border: 1px solid var(--primary-color);
    background-color:var(--primary-color);
    height: 37px;
    transition: var(--transition);
    font-size:1.8rem;
    width:auto;
    color:#fff;
    border-radius:9999px;
    overflow:hidden;
}

.sidebar-price .widget_price_filter .price_slider_amount .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);
    pointer-events:none;
}

.sidebar-price .widget_price_filter .price_slider_amount .button:hover:after {
    animation: shine .75s cubic-bezier(.01,.56,1,1);
}

@keyframes shine{
    to{
        left:-200%
    }
}

.shop-ads a{
    display:block;
    margin-top:42px;
}

.shop-ads img{
    width:100%;
    height:auto;
}

.shop-products{
    width:100%;
    flex-shrink:0;
}

@media screen and (min-width: 1024px) { 
    .shop-products{
        width:900px;
    }
}

.sidebar-buttons ul.woocommerce-widget-layered-nav-list{
    display: flex;
    flex-wrap: wrap;
    margin:-3px;
}

.sidebar-buttons ul.woocommerce-widget-layered-nav-list li{
    padding:3px;
}

.sidebar-buttons ul.woocommerce-widget-layered-nav-list li:before{
    display:none;
}

.sidebar-buttons ul.woocommerce-widget-layered-nav-list li a{
    width:48px;
    height:35px;
    display:flex;
    align-items: center;
    justify-content: center;
    border:1px solid var(--secondary-color);
    font-size:1.5rem;
    font-weight:400;
    transition:var(--transition);
}

.sidebar-buttons ul.woocommerce-widget-layered-nav-list li.chosen a,
.sidebar-buttons ul.woocommerce-widget-layered-nav-list li a:hover{
    background-color:var(--secondary-color);
    color:#fff;
}

.sidebar-buttons ul.woocommerce-widget-layered-nav-list li .count{
    display:none;
}

.sidebar-list ul.product-categories li{
    padding:0;
    align-items: center;
    width: 100%;
    position:relative;
}

.sidebar-list ul.product-categories li:before{
    display:none;
}
.shop-sidebar-title{
	position:relative;
}
.shop-sidebar-title .toggle{
	display: block;
	position: absolute;
	top: 6px;
	width: 12px; 
	height:12px;
	right: 0;
	cursor:pointer;
	z-index:1
}

.is_open .toggle{
	transform:scaley(-1)
}

.shop-sidebar-title .toggle:after{
    content: "\e900";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #231f20;
    right: 0;
    top: 0px;
    font-family: var(--icon-font) !important;
    transition: all 0.6s ease 0s;
    margin: 0px auto;
    transform: rotate(90deg);
}

.sidebar-list ul.product-categories li.open  .toggle{
    transform:scaley(-1);
}

.sidebar-list ul.product-categories li a{
    display:flex;
    padding:5px 0;
    font-size:1.6rem;
    font-weight:500;
    transition:all .6s ease;
}

.sidebar-list ul.product-categories li a:hover{
    color:var(--terciary-color);    
}

.sidebar-list ul.product-categories li .children{
    padding-left:16px;
}

.sidebar-list ul.product-categories li.open .children{
    display:block!important;
}

.shop-categories{
    margin-bottom:50px;
}

.shop-categories-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px;
}

.shop-categories-header h2{
    font-weight:2.5rem;
    font-weight:400;
}

.shop-categories-header-dots .slick-dots{
    margin:0;
}

#shopCategoriesSlider{
    position:relative;
        z-index: 2;
}

#shopCategoriesSlider:after{
    content:"";
    position:absolute;
    top:0;
    right:100%;
    width:100vw;
    height:100%;
    background-color:var(--gray-color);
        z-index: 1;
}

#shopCategoriesSlider .slick-list{
    margin:-15px;
     overflow:visible;
}

.shop-categories-item{
    padding:15px;
}

.shop-categories-image{
     position: relative;
    padding-bottom: 61%;
    overflow:hidden;
}

.shop-categories-image img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:var(--transition);
}

.shop-categories-image:hover img{
    transform:scale(1.05);
}

.shop-categories-wrapper{
    position:relative;
    min-width:230px;
}

.shop-categories-wrapper .btn{
    position:absolute;
    bottom:12px;
    left:12px;
}

/* --- Pagination ---- */

.woocommerce-pagination,
.pagination{
    display: flex!important;
    width: 100%;
    justify-content: center;
    border:0!important;
    margin-top: 0!important;
    padding:0!important;
    width:100%;
}

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

}

.pagination{
    margin-top: 40px!important;
}

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

}

.woocommerce-pagination{
    padding:45px 0!important;
    position:relative;
}

@media screen and (min-width: 1280px) {
    .woocommerce-pagination{
        padding:65px 0!important;
    }

}

.woocommerce-pagination .page-numbers,
.nav-links .page-numbers{
    width:100%;
    position:relative;
}
.woocommerce-pagination .page-numbers{
    display: flex;
    justify-content: center;
    align-items:center;
}


.woocommerce-pagination .page-numbers li,
.nav-links .page-numbers li{
    margin:0 10px!important;
     width:21px!important;
    height:21px!important;
}

.woocommerce-pagination .page-numbers li .page-numbers,
.nav-links .page-numbers li .page-numbers{
     width:100%!important;
    height:100%!important;
    border:none!important;
    padding: 0px!important;
    margin:0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
    font-weight:400;
    line-height: 1;
    font-size:1.8rem;
    opacity:1;
    color:var(--text-color)!important;
    background-color: transparent!important;
    border-radius:9999px;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.nav-links .page-numbers li .page-numbers:hover,
.nav-links .page-numbers li .page-numbers.current{
   color:var(--primary-color)!important;
   
}

.woocommerce-pagination .page-numbers li .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers li .page-numbers.next:hover,
.nav-links .page-numbers li  .page-numbers.prev:hover,
.nav-links .page-numbers li  .page-numbers.next:hover{
   
}

.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev{
    padding:0!important;
    text-indent:-9999px;
    background-color:var(--primary-color) !important;
    color:#fff !important;
    width:26px!important;
    height:26px!important;
}

.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:after,
.nav-links .page-numbers.next:after,
.nav-links .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,
.nav-links .page-numbers.next:after{
    background-image: url(../images/next-arrow.svg);
}


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

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

.products-sorting{
    max-width: 720px;
    margin: 0 auto;
    margin-bottom:40px;
    
}


@media screen and (min-width: 1280px) {
   .products-sorting{
        margin-bottom:45px;
        max-width: 100%;
    }
}

.products-sorting .storefront-sorting{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width:100%;
    border:1px solid #d5d0cb;
    padding:0;
    
    border-radius:var(--border-radius);
    overflow:hidden;
    
    
}

@media screen and (min-width: 1024px) {
     .products-sorting .storefront-sorting{
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 56px;
        padding:0 23px;
        padding-right:0;
    }
}

.products-sorting .woocommerce-result-count{
    font-size:1.8rem;
    font-weight:400;
    margin:15px 0;
}


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

}

.products-sorting .woocommerce-ordering{
    margin:0;
    padding: 0;
    height: 100%;
    width:100%;
}

@media screen and (min-width: 1024px) {
    .products-sorting .woocommerce-ordering{
        width:auto;
    }

}

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

.products-sorting  select.orderby{
    width: 100%;
    border:0;
    padding: 10px 28px;
    padding-right: 40px;
    color: #fff;
    background-color:var(--primary-color);
    height: auto;
    border:0;
    border-radius:0;
    font-size:1.8rem;
    font-weight:400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow-white.svg);
    background-position: right 30px center;
    background-size: 6px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
    .products-sorting  select.orderby{
        width: auto;
        height:100%;
    }
}

/* SHOP PLUGIN */

.shop-sidebar-content{
	display:none
}
.sidebar-price .shop-sidebar-content,
.shop-sidebar-item.is_open .shop-sidebar-content{
	display:block;
}

.shop-sidebar-item.-space{
/*     margin-bottom: 45px; */
    padding: 25px 0;
    border-bottom: 1px solid #231f20;
}

.shop-sidebar-item.-publi img{
    width:100%;
    border-radius:20px;
}

.sidebar-list ul.product-categories li{
    padding:0;
    align-items: center;
    width: 100%;
    position:relative;
    border-bottom:1px solid #d5d0cb;
}
.sidebar-list ul.product-categories li:last-child{
    border-bottom:0;
}

.sidebar-list ul.product-categories li:before{
    display:none;
}

.sidebar-list .count,
.pwf-product-counts{
    width:26px;
    height:26px;
    border-radius:9999px;
    background-color:var(--primary-color);
    color:#fff;
    font-size:1.2rem;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.pwf-product-counts:before,
.pwf-product-counts:after{
    display:none;
}

.sidebar-list ul.product-categories li a{
    display:flex;
    padding:12px 0;
    font-size:1.8rem;
    font-weight:400;
}

.sidebar-list ul.product-categories li.active a{
	font-weight:700;
	    color: var(--terciary-color);
}

.pwf-field-item-container{
    margin:0;
    margin-top:25px;
}

.pwf-textlist-item .pwf-item-label .pwf-title-container{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d5d0cb;
        font-size: 1.8rem;
}

.pwf-item.pwf-textlist-item:last-child .pwf-title-container{
    border:0;
}

.pwf-field-item.pwf-field-item-textlist {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #231f20;
}
    
/* -------------- Shop products ----------------- */

.shop-intern{
    background-color:var(--gray-color);
}

@media screen and (min-width: 1280px) {
    .shop-intern{
       padding-bottom:80px;
    }
}

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

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

.shop-intern-item{
    width:100%;
    margin-bottom:25px;
    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-gallery{
    max-width:100%;
    flex-shrink:0;
}

@media screen and (min-width: 1280px) {
    .shop-intern-gallery{
        width:560px;
    }
}

.product-carousel {
    display: flex;
    flex-flow:column-reverse;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    position:relative;
}
.product-carousel video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1280px) {
    .product-carousel {
		height: 500px;
    }
}

.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: 465px;
    padding:0;
    margin-right: 0px;
    display: none;
    position:relative;
    flex-shrink:0;
}

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


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


.product-carousel-nav .slick-slide div{
    height:100%;
    width:100%;
    
}

.product-carousel-nav .slick-slide > div{
    padding:6px;
}

.product-carousel-nav-wrap{
    display:none;
    width:100%;
    height:108px;
    margin-top:30px;
}

@media screen and (min-width: 1024px) {
  .product-carousel-nav-wrap{
        display:flex;
    }
   
}

.product-carousel-nav-arrows{
    width:100%;
    height:100%;
}

.product-carousel-nav-image{
    width: 100%;
    position:relative;
    transition:all .6s ease;
    opacity:.6;
}

.product-carousel-nav-image:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
        width: calc(100% - 3px);
    height: calc(100% - 3px);
    border:3px solid var(--terciary-color);
    opacity:0;
    visibility:hidden;
    transition:all .6s ease;
    pointer-events:none;
}

.slick-current .product-carousel-nav-image:after{
    opacity:1;
    visibility:visible;
}

.slick-current .product-carousel-nav-image{
     opacity:1;
}

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

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

.product-carousel-nav .slick-list{
    margin:-6px;
}

.product-carousel-nav .slick-track{
    margin:0;
}

/*.product-carousel-nav .slick-slide > div{*/
/*    padding:6px;*/
/*}*/

.product-carousel-slider{
    margin:0!Important;
    overflow: hidden;
}

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

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

.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:380px; */
    object-fit:contain;
}

@media screen and (max-width: 1024px) {
    .product-carousel-slider img {
        width: 100%
    }
}

@media screen and (min-width: 1280px) {
    .product-carousel-slider img {
        /*height: 570px; */
    }
}

.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,
.product-carousel-slider .slick-slide div{
    height: 100%;
}

.shop-intern-content{
    margin-bottom:35px;
    width:100%;
}

@media screen and (min-width: 1280px) {
    .shop-intern-content{
        /*padding-right:115px;*/
        width:100%;
    }

}

.shop-intern-content > div{
        width: 100%;
}

@media screen and (min-width: 1024px) {
    .shop-intern-content > div{
         width: 80%;
    }
}

.single-product-title{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:35px;
}


.shop-intern-content h1.product_title{
    margin:0;
    font-size:2rem;
    margin-bottom: 16px;
    font-weight:700;
}

@media screen and (min-width: 1280px) {
    .shop-intern-content h1.product_title{
        font-size:3.8rem;
        margin-bottom: 60px;
    }

}


.single-product-wrap{
    display:flex;
    align-items:center;
    padding-right:40px;
}


.single-product-wrap .product__tag{
    position:relative;
    right:0;
    top:0;
    margin-left:15px;
}

.shop-intern-content .price,
.shop-intern-content .price span{
    color:var(--terciary-color)!important;
    font-weight: 400!important;
    line-height: 1;
    font-size:2rem!important;
}

.shop-intern-content .price{
    margin:0!important;
    display: flex;
    align-items: center;
    margin-bottom:30px !important;
}

.product-type-variable .shop-intern-content .price{
   display:block!important;
}

.shop-intern-content  .price ins,
.shop-intern-content  .price del{
    margin:0!important;
}

.shop-intern-content  .price ins{
    text-decoration: none;
}
    

.shop-intern-content  .price del{
    opacity:1;
    margin-left:10px!important;
}

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

.shop-intern-content .woocommerce-product-details__short-description,
.shop-intern-content .woocommerce-product-details__short-description p{
    margin:0;
    width:100%;
}

.shop-intern-content .woocommerce-product-details__short-description p{
    font-size:1.8rem;
    font-weight:400;
	margin-bottom:10px;
}

.guia-de-tallas{
    display:inline-block;
    align-items:center;
    min-height:34px;
    padding:8px 34px;
    padding-right:15px;
    border:1px solid var(--secondary-color);
    font-size:1.5rem;
    font-weight:400;
    background-image: url(../images/ruler.svg);
    background-position:left 12px center;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-top:20px;
    
}

.shop-intern-content .woocommerce-product-details__short-description ul{
    list-style:disc;
    margin-left:20px;
}

.shop-intern-content .woocommerce-product-details__short-description ul li{
    margin-bottom:10px;
	list-style:disc;
}

.single-product.woocommerce .shop-intern-content form, 
.single-product.woocommerce .shop-intern-content .woocommerce-variation-add-to-cart {
    margin:0!important;
    padding:0!important;
    width:100%;
}

.single-product.woocommerce .shop-intern-content form{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position:relative;
}

.single-product.woocommerce .shop-intern-content form .product-price{
    order:2;
    margin-top:35px;
    margin-bottom:20px;
}

.single-product.woocommerce .shop-intern-content form .product-price span{
    font-size:4rem;
}

.single-product.woocommerce .shop-intern-content form .qib-container{
    order:1;
}

.single-product.woocommerce .shop-intern-content form .single_add_to_cart_button{
    order:2;
}

.single-product div.product table.variations{
    width:100%;
}

.single-product div.product table.variations tbody tr{
    display: flex;
    align-items: center;
    margin-bottom:15px;
}

.single-product div.product table.variations tbody .label{
    width:105px!important;
    text-align: left;
    flex-shrink:0;
    
}

.single-product.woocommerce .shop-intern-content form{
    margin-top:30px!important;
}

.single-product.woocommerce .shop-intern-content .woocommerce-variation-add-to-cart {
    margin-top:0px!important;
}

.shop-intern-content form table.variations{
    position:relative;
}

.shop-intern-content form table.variations .label,
.shop-intern-content form table.variations .value{
    padding-right:0px!important;
}

.shop-intern-content form table.variations .label label{
    font-size:1.8rem;
    line-height: 1;
    font-weight:400;
    margin:0;
}

.single-product div.product table.variations .value{
    margin:0;    
    width:100%;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
    border-radius:0;
    height:30px;
    padding:0 16px;
    border:1px solid var(--primary-color);
        text-transform: uppercase;
    font-size: 1.5rem;
}

.woo-variation-swatches .variable-items-wrapper{
    
}

.shop-intern-content form table.variations .value select{
    width: 100%;
    max-width: 100%!important;
    padding: 0px 25px;
    padding-right: 40px;
    height: 40px;
    border-radius:9999px;
    background-color:#fff;
    border:1px solid var(--secondary-color);
    font-size:1.8rem;
    font-weight:400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-position: right 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.shop-intern-content form table.variations .reset_variations,
.shop-intern-item .out-of-stock{
    padding: 5px 12px;
    margin: 0;
    font-size: 1rem;
    line-height: 1;
    border-radius: 4px;
    background: #f14040;
    color: #fff!important;
    position:absolute;
    top:0;
    right:0;
}

.shop-intern-item .out-of-stock{
    position:relative;
    margin:20px 0;
}

.shop-intern-content form table.variations tbody tr:last-child .value{
    margin:0;
}

.shop-intern-content .single_add_to_cart_button{
    margin:0!important;
    height:37px!important;
    display: flex !important;
    align-items: center;
    justify-content:center;
    color: #fff!important;
    border: 1px solid var(--primary-color)!important;
    background-color: var(--primary-color)!important;
    border-radius:9999px;
    font-weight:400;
    font-size:1.8rem;
    transition:all .3s ease;
    width:100%;
    padding:0px 24px;
    position:relative;
    white-space:nowrap;
    gap:5px;
    overflow:hidden;
}
.shop-intern-content .button_whatsapp {
    margin: 10px 0 !important;
    height: 37px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    border-radius: 9999px;
    font-weight: 400;
    font-size: 1.8rem;
    transition: all .3s ease;
    width: 100%;
    padding: 0px 24px;
    position: relative;
    white-space: nowrap;
    gap: 5px;
    overflow: hidden;
}

.shop-intern-content .single_add_to_cart_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);
    pointer-events:none;
}

.shop-intern-content .single_add_to_cart_button:hover:after {
    animation: shine .75s cubic-bezier(.01,.56,1,1);
}

.shop-intern-content .single_add_to_cart_button:before{
   content: "\e901";
    font-family: var(--icon-font);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
     color: var(--terciary-color);
    font-size: 1.4rem;
}


/*.shop-intern-content .single_add_to_cart_button:hover{*/
/*    background-color: var(--secondary-color)!important;*/
/*    border-color:var(--secondary-color)!important;*/
/*}*/

.single_variation_wrap{
    width:100%;
}

/*.shop-intern-content .single_add_to_cart_button > span{*/
/*    width:100%;*/
/*    height:100%;*/
/*    position: absolute;*/
/*    left: 0%;*/
/*    top: 0%;*/
/*    background-color:#60beba;*/
/*    border-radius:4px;*/
/*    animation:none!important;*/
/*    opacity:0;*/
/*    visibility:hidden;*/
/*    margin:0;*/
/*    transition:all .3s ease;*/
/*    transform:scale(0);*/
/*}*/
/*.shop-intern-content .single_add_to_cart_button > span.xoo-wsc-active{*/
/*    opacity:1;*/
/*    visibility:visible;*/
/*    transform:scale(1);*/
/*}*/

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

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

/*@media screen and (min-width: 1024px) {*/
/*    .shop-intern-share{*/
/*        position:absolute;*/
/*        right:20px;*/
/*        bottom:0;*/
/*    }*/

/*}*/

.shop-intern-share > h2{
    margin-right:10px;
    font-size:1.8rem;
    font-weight:400;
}

.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 -3px;
}

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


.shop-intern-share .a2a_kit .a2a_svg svg path{
    fill: var(--primary-color)!important;
}

.qib-container{
    width:140px;
    height:40px;
    border:0;
    display:flex!important;
    position:relative;
    margin:0px;
    border:1px solid var(--secondary-color)!important;
    border-radius:9999px;
}

.shop-intern-wrapper .qib-container{
    margin-left:105px;
    margin-bottom:25px;
    width:152px;
}


.shop-intern-wrapper .qib-container:before{
    content: "Cantidad:";
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    right: calc(100% + 30px);
    top: 50%;
    transform:translatey(-50%);
}

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

.qib-container .quantity input{
    width:100%!important;
    height:100%!important;
    text-align: center!important;
    padding:0 12px!important;
    font-size:1.6rem!important;
    font-weight:400!important;
    border:0!important;
    color:#6f6f6e!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;
}

.qib-container .qib-button::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: 0;
    font-size:1.8rem;
    font-weight:400;
    line-height:1;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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

.qib-container .qib-button.plus::before{
    content:"+";
}

.qib-container .qib-button.minus::before{
    content:"-";
}

.wrap-button-cart{
    display: flex!important;
    flex-flow:column;
    
    gap: 20px;
    margin:0!important;
}

@media screen and (min-width: 1280px) {
    .wrap-button-cart{
        flex-flow:row;
         gap: 35px;
         align-items: center;
    }
}

.shop-intern-content .accordion{
    width:100%;
    border-radius:0;
    margin-top:40px;
}

.shop-intern-content .js-accordion-item{
   
    border:0;
    border-bottom:1px solid var(--primary-color);
}

.shop-intern-content .accordion-header{
    background-color:transparent!important;
    color:var(--primary-color);
    font-size:1.5rem;
     padding:18px 0;
         text-transform: unset;
         letter-spacing:0;
}

.shop-intern-content .accordion__item > .accordion-header:after {
    content: "";
    width:20px;
    height:20px;
    background-image: url(../images/select-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-intern-content .accordion-body {
    background: #fff;
    color: var(--primary-color);
}

.shop-intern-content .accordion-body__contents{
        padding: 18px 0;
        border-top:1px solid var(--primary-color);
    font-size: .85em;
    font-size: 1.5rem;
    line-height:1.5;
}

/* RELATED */

.section.-related .section-title{
	padding-top: 20px;
}

@media screen and (min-width: 1280px) {
    .section.-related{
        padding:120px 0;
        padding-top:0;
        background-image: url(../images/product-bg.png);
        background-size: 590px;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
}

.section.-related .section-title h2{
        text-align: center;
}

.section.-related .section-title{
        margin-bottom: 6vmax;
}

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

.related.products > h2{
    display:none;
}

/* TIPOS */

.type-title{
    font-size:1.9rem;
    margin-bottom:16px;
        font-weight: 300;
}

.type{
    margin-top:50px;
}

.type-grid{
    display:flex;
    flex-flow:column;
    gap:20px;
}

.type-item{
    width:100%;    
}

@media screen and (min-width: 580px) {
    .type-grid{
        flex-flow:row;
    }
    
    .type-item{
        width:33.33%;    
    }
}

.type-wrap{
    display:flex;
    align-items:center;
    justify-content: center;
    transition:var(--transition);
    border-radius:12px;
    border:1px solid #bebebc;
    height:68px;
    text-align:center;
    font-size:1.8rem;
    line-height:1;
}

.type-item.active .type-wrap,
.type-wrap:hover{
    background-color:var(--secondary-color);
    border-color:var(--secondary-color);
    color:#fff;
}

/* PROBAR BOTON */

.shop-intern-button{
        display: flex;
    justify-content: center;
    margin-top: 30px;
}

.shop-intern-button .btn:after,
.shop-intern-button .btn:before{
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20%;
    height: 20px;
}

.shop-intern-button .btn:before{
    right:calc(100% + 10px);
    background-image: url(../images/double-left.svg);
    animation: next 1s linear infinite;
}

.shop-intern-button .btn:after{
    left:calc(100% + 10px);
    background-image: url(../images/double-right.svg);
    animation: prev 1s linear infinite;
}

@keyframes next{
    from {
      transform: translatex(0);
    }
    to {
      transform: translatex(-10px);
    }
}

@keyframes prev{
    from {
      transform: translatex(0);
    }
    to {
      transform: translatex(10px);
    }
}

.price ins{
    text-decoration:none !important;
}

.shop-banner{
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom:30px;
}

@media screen and (min-width: 1024px){
    .shop-banner{
        justify-content: flex-end;
    }
}
    

.shop-banner .banner{
    padding:0;
}

.shop-banner .banner-item .woocommerce-breadcrumb, 
.shop-banner .banner-item .woocommerce-breadcrumb a {
    font-weight: 400!important;
}

@media screen and (min-width: 1024px){
    body.single-product .container{
     width: 85%;
    }
}

.shop-intern-item .product-whislist{
    right: 40px;
    width: 28px;
    height: 28px;
}

.related-wrapper{
        width: 100%;
    margin: auto;
    margin-right: 0;
}

@media screen and (min-width: 1024px){
    .related-wrapper{
        max-width: 635px;
    }
}


/* FEATURED */

.products-featured{
    display:flex;
    margin:-15px;
    margin-bottom:50px;
	display:none;
}
.products-featured-slider{
    width:100%;
    padding:15px;
}

@media screen and (min-width: 1024px) {
    .products-featured-slider{
        width:66.67%;
    }
}

.products-featured-contain{
    padding:20px;
    background-color:var(--terciary-color);
     background-image: url(../images/featured-bg-shop.png);
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
    .products-featured-contain{
        padding:35px;
    }
}

.products-featured-alone{
    width:33.33%;
    padding:15px;
    display:none;
}

@media screen and (min-width: 1024px) {
    .products-featured-alone{
        display:block
    }
}

.products-featured-content{
    display:flex;
    align-items:center;
    flex-flow:column;
}

@media screen and (min-width: 1024px) {
    .products-featured-content{
        flex-flow:row;
    }
}

.products-featured-content-image{
    position:relative;
    overflow:hidden;
    width:100%;
    margin-bottom:20px;
}

@media screen and (min-width: 1024px) {
    .products-featured-content-image{
        width:50%;
        margin:0;
    }
}

.products-featured-content-image:after{
    content:"";
    display:block;
    padding-bottom:100%;
}

.products-featured-content-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);
    z-index: 1;
    pointer-events: none;
}

.products-featured-content-image:hover:before{
   animation: shine .75s cubic-bezier(.01,.56,1,1);
}

.products-featured-content-image img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .6s ease;
}

.products-featured-content-image:hover  img{
    transform:scale(1.1);
}

.products-featured-content-info{
    width:100%;
}

@media screen and (min-width: 1024px) {
    .products-featured-content-info{
        width:50%;
        padding-left:30px;
    }
}

.products-featured-header{
    margin-bottom:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-featured-header h2{
    font-size:2.2rem;
    color:#fff;
    font-weight:700;
}

.products-featured-content-title{
    font-size:1.8rem;
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
}

.products-featured-content-description{
    font-size:1.4rem;
    color:#fff;
     margin-bottom:15px;
}

.products-featured-content-description p,
.products-featured-content-description li{
    color:#fff;
}

.products-featured-content-description li{
    margin-bottom:5px;
}

.products-featured-content-description ul{
   
    margin:5px 0;
     margin-left:14px;
}

.products-featured-content-description ul,
.products-featured-content-description li{
    list-style:disc;
}

.products-featured-content-description p{
    margin:5px 0;
}

.products-featured-content-price{
    font-size:2.3rem;
    margin-bottom:20px;
    font-weight:300;
    color:#fff;
}

.products-featured-content-info .btn{
    padding: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        gap: 5px;
}

.products-featured-content-info .btn:before {
    content: "\e901";
    font-family: var(--icon-font);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--terciary-color);
    font-size: 1.4rem;
}

.related-dots .slick-dots{
    margin:0;
}
.woocommerce-no-products-found{
	width:100%;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments{
	    background-color: #3d9cd2 !important;
}

.pwf-note-item{
	margin: 6px 10px;
	margin-left: 0;
}

.pwf-note-item{
	border: 1px solid var(--primary-color) !important;
	background-color: var(--primary-color) !important;
	color: #fff;
}

.pwf-icon-remove::after, .pwf-icon-remove::before{
	color: #fff;
	background-color: #fff;
}

.pwf-clear-all-note .pwf-remove-filter .note-text{
    font-size:0;
    text-indent:-9999px;
}

.pwf-clear-all-note .pwf-remove-filter .note-text:before{
    content:"Limpiar todo";
    font-size: 14px;
    display:inline-block;
     text-indent:0;
}

.xoo-wsc-img-col img{
    border-radius:15px;
}
.btn-play {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}