/**
*	TIENDA
*	=======================================================================================================
**/

/** PORTADA -TIENDA	============== **/
#portada-tienda{
	padding: 40px 0 55px;
}
.portada-tienda__wrapper {
    gap: 30px;
    flex-direction: column;
}

.portada-tienda__img{
	width: 100%;
	height: 195px;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.portada-tienda__content{
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
.portada-tienda__content .title{
	margin-bottom: 20px;
}
@media screen and (min-width: 580px) {
	.portada-tienda__wrapper{
	gap:40px;
	flex-direction: row;
}
	.portada-tienda__img{
	width: 50%;
}
.portada-tienda__content{
	width: 50%;
}
}
@media screen and (min-width: 980px) {
	.portada-tienda__wrapper{
	gap:70px;
	flex-direction: row;
}
}
@media screen and (min-width: 1280px) {
}


.content-area,
.site-main {
  width: 100%;
  margin: 0 !important;
}
.shop {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-bottom: 120px;
}
.shop-grid,
.shop-content {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
	gap: 21px;
}
.shop-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.products-grid {
  position: relative;
  z-index: 1;
}
.shop-products .products-grid .columns-3,
.shop-products .products-grid .columns-4 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: space-between;
}
.shop-products .products-grid .columns-3 .product {
    width: 100%;
    margin: 0 0 40px;
}

.shop-products .products-grid .columns-4 .product {
    width: 22%;
    margin: 0 0 40px;
}

@media screen and (min-width: 580px) {
	.shop-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }  
  .shop-content {
    flex-direction: row;
	gap: 0;
  }
	.shop-grid{
		flex-direction: row;
	  gap: 60px;
	}
	.shop-products .products-grid .columns-3 .product {
    width: 47.5%;
    margin: 0 0 40px;
}

}
@media screen and (min-width: 980px) {	
	.shop-products .products-grid .columns-3 .product {
    width: 31.5%;
    margin: 0 0 40px;
}
	.shop-products .products-grid .columns-3, .shop-products .products-grid .columns-4 {
    justify-content: flex-start;
}
}
@media screen and (min-width: 1280px) {  
}


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


/**
*	SHOP SIDEBAR
*	=======================================================================================================
**/
.shop-sidebar {
  width: 100%;
  position: relative;
  z-index: 99;
  flex-shrink: 0;
}
.shop-sidebar h3{
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.shop-sidebar__block{
	background-color: var(--bg-color);
	border-radius: var(--border-radius);
	padding: 40px 30px;
	margin-bottom: 30px;
}
.lista-categorias-producto li{
	margin-bottom: 15px;
}
@media screen and (min-width: 580px) {
	.shop-sidebar {
        width: 240px;
    }
}
@media screen and (min-width: 980px) {
	.shop-sidebar {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
}



/* --- 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: 15px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  color: #000;
  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 {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.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: transparent !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: 6px;
  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;
  display: flex;
  align-items: center;
	justify-content: center;
}

.shop .woocommerce-notices-wrapper {
  display: none;
}
@media screen and (min-width: 580px) {
  .products-sorting {
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {	
}
@media screen and (min-width: 1280px) {
      .products-sorting {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.products-sorting .woocommerce-result-count {
  margin: 0;
  /*     margin-top:10px; */
}

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

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

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

.products-sorting select.orderby {
    width: 100%;
    border: 0;
    padding: 10px 18px;
    padding-right: 40px;
    color: var(--blue-color);
    height: auto;
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-blue.svg);
    background-position: right 18px center;
    background-size: 10px;
    background-repeat: no-repeat;
    border: 1px solid #eeeeee;
}
@media screen and (min-width: 580px) {
	.products-sorting .woocommerce-ordering {
	display: flex;
}
}
@media screen and (min-width: 980px) {
	.products-sorting select.orderby {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
}



/* -------------- SINGLE PRODUCT ----------------- */

.product__inner {
    background-image: url(../images/bg-product.svg);
    background-position: left top;
    background-size: 735px;
    background-repeat: no-repeat;
    padding-top: 20px;
}
table.wccpf_fields_table td.wccpf_value input[type=text], table.wccpf_fields_table td.wccpf_value input[type=number], table.wccpf_fields_table td.wccpf_value input[type=email], table.wccpf_fields_table td.wccpf_value input[type=password], table.wccpf_fields_table td.wccpf_value textarea, table.wccpf_fields_table td.wccpf_value select {
    height: 45px !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 12px !important;
    padding: 9px 18px !important;
	width: 183px!important;
}
table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
    width: 95px!important;
}
div.wcff-fields-group {
    margin: 0!important;
}


@media screen and (min-width: 1280px) {
    .shop-container{
    margin-bottom:60px;
}
}

.shop-products{
    width:100%;
    position:relative;
}
.products-grid{
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 580px) {
	.shop-products{
		width:75%;
	}
	.shop-products.cat_productos{
		width:100%;
	}
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}





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

.shop-intern {
    padding-top: 32px;
}
.shop-intern-wrapper{
    display:flex;
    flex-direction:column;
    width:100%;
    
}
.shop-intern h1.product_title.entry-title {
    font-weight: 700;
}

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

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

.product-carousel {
    display: flex;
    width: 100%;
    justify-content: center;
    height: auto;
    position: relative;
    gap: 20px;
}

@media screen and (min-width: 1280px) {
    .product-carousel {
		position: sticky;
   	 	top: 120px;
    }
}

.product-carousel-nav {
    width: 20%;
    display: none;
    position:relative;
    flex-shrink:0;
}

@media screen and (min-width: 580px) {   
}
@media screen and (min-width: 980px) {    
	 .product-carousel {
        height: 500px; 
    }
    .product-carousel-nav {
        display: block;        
    }
}
@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;
}
.product-carousel-nav .slick-slide{
    border: 0;
    cursor: pointer;
   
}
.product-carousel-nav .slick-slide .product-carousel-nav-image img{
	border:1px solid transparent; 
}
.product-carousel-nav .slick-slide.slick-current .product-carousel-nav-image img {
    border-color: var(--tertiary-color);
}
.product-carousel-nav-image {
    width: 100%;
    height: 100%;
    padding: 9px 0 0 0;
    aspect-ratio: 1 / 1;
}
.product-carousel-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius: 12px;
}
.product-carousel-slider {
    margin: 0!Important;
    overflow: hidden;
    border-radius: var(--border-radius);
}
.product-carousel-slider .slick-dots {
    bottom: 2%;
    position: absolute;
    left: 0;
}
.product-carousel-slider .slick-arrow{
	border-radius: 9999px;
}

.product-carousel-slider .slick-prev:before, 
.product-carousel-slider .slick-next:before {
    opacity: 1;
    color: var(--blue-color);
}
.product-carousel-slider .slick-arrow:after {
    background-size: 20%;
}

.product-carousel-slider .slick-prev{
	left:10px; 
}

.product-carousel-slider .slick-next{
	right:10px;
}


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

@media screen and (min-width: 580px) {
    .product-carousel-slider-wrapper {
        min-width: 80%;  
        padding:9px 0;
    }
}
@media screen and (min-width: 980px) {    
}
@media screen and (min-width: 1280px) {    
}

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

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

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

.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%;
    aspect-ratio: 1 / 1;
}
.single-product-wrap{
    widtH:100%;
    margin-bottom:20px;
}
.shop-intern-content {
    margin-bottom: 35px;
    width: 50%;
    margin-top: 25px;
}
.shop-intern-content .single-product-wrap  h1.product_title{
    margin:0;
    font-weight:300;
    font-size:3.5rem;
    text-transform:uppercase;
    margin-bottom: 5px;
	letter-spacing: 0.45rem;
}
.shop-intern-content .price,
.shop-intern-content .price span{
    font-weight: 700!important;
    line-height: 1;
    font-size: 1.5rem;
	color: var(--tertiary-color);
}

.shop-intern-content .price {
    margin: 20px 0 35px !important;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.price ins {
    text-decoration: none;
}

.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 del,
.shop-intern-content  .price del span{
    font-weight:400!important;
}

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

.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 {
    color: var(--blue-color);
    margin-bottom: 10px;
}

.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 div.product table.variations{
    width:100%;
	border-bottom:1px solid var(--primary-color);
	    padding-bottom: 20px!important;
    margin-bottom: 35px!important;
}

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

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

.single-product.woocommerce .shop-intern-content form {
    padding-top: 40px !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.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.5rem;
    line-height: 1;
    font-weight:400;
    color:var(--primary-color);
    margin:0;
}

.single-product div.product table.variations .value{
    margin:0;    
}
.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;
}
.shop-intern-content form table.variations .value select{
    width: 100%;
    max-width: 340px!important;
    padding: 0px 15px;
    padding-right: 40px;
    color: #afafaf;
    height: 36px;
    border-radius:4px;
    background-color:#fff;
    border:1px solid #494949;
    font-size:1.6rem;
    font-weight:100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-position: right 20px center;
    background-size: 5px;
    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: 45px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 12px;
    transition: all .3s ease;
    width: auto;
    padding: 0px 20px 0 50px;
    position: relative;
    white-space: nowrap;
}
.shop-intern-content .single_add_to_cart_button::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translatey(-50%);
    width: 21px;
    height: 21px;
    background-image: url(../images/cart-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-intern-content .single_add_to_cart_button:hover{
    background-color: var(--tertiary-color)!important;
	color: #fff;
}


.price-wrapper{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    width:100%;
}
.price-wrapper .price{
    order:2;
    display: flex;
    align-items: center;
    margin:0!important;
}

.price-wrapper .button{
    order:3;
    margin:0px!important;
    margin-top:20px!important;
    width:100%;
}
span.product-duration {
    color: var(--primary-color);
    font-weight: 400 !important;
    font-size: var(--text-content-size);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 12px;
    position: relative;
    top: -3px;
}
span.product-duration img{
	width: 15px;
	height: 15px;
	object-fit: contain;
	object-position: center;
}

@media screen and (min-width : 580px) {   
}
@media screen and (min-width: 980px) {
	.price-wrapper{
        flex-direction:row;
    }
	.price-wrapper .button{
        margin:0px!important;
        margin-left:45px!important;
        width:auto;
    }
}
@media screen and (min-width: 1280px) {
    
}

.added_to_cart{
    display:none!important;
}



.block-share{
	align-items: center;
	gap: 10px;
}
.block-wapp {
	flex-direction: column;
    padding: 20px 25px;
    background-color: var(--bg-color);
    border-radius: var(--border-radius);
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
    height: auto;
	gap:10px;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 45px;
}
.qib-button-wrapper button.qib-button {
    border: 0;
}
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: transparent;
}
body .qib-button-wrapper .minus.qib-button{
	border-radius: 12px 0 0 12px;
}
body .qib-button-wrapper .plus.qib-button{
	border-radius: 0 12px 12px 0;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 45px;
	 border: 0;
}
body .qib-button-wrapper {
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    position: relative;
    margin-left: 100px;
}
body .qib-button-wrapper::before {
    content: "Cantidad";
    left: -100px;
    top: 50%;
    width: 100px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
}
@media screen and (min-width: 580px) {
	.block-wapp {
		flex-direction: row;
		gap:0;
		height: 88px;
	}
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}


/** ITINERARIO	============== **/
.itinerario__wrapper{
	flex-direction: column;
	gap: 90px;
}
.itinerario__content{
	width: 100%;
}
.itinerario__content h3 {
    margin: 35px 0 15px;
    font-weight: 700;
	color: var(--tertiary-color);
}
.itinerario__content li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.itinerario__content li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--tertiary-color);
    border-radius: 25px;
    top: 6px;
    left: 0;
    position: absolute;
}
.itinerario__img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    height: 100%;
    border-radius: var(--border-radius);
}

@media screen and (min-width: 580px) {
	.itinerario__wrapper{
	flex-direction: row;
}
	.itinerario__content{
	width: 55%;
}
.itinerario__img {
        width: 45%;
        position: sticky;
        top: 130px;
    }
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}


/** PRODUCTOS RELACIONADOS	============== **/
#products-related {
    padding: 60px 0 100px;
    position: relative;
}
#products-related.experiences_related{
    background: linear-gradient(to bottom, var(--bg-color) 0%, var(--bg-color) 50%, #fff 50%, #fff 100%);
    padding: 100px 0;
}
#products-related .title {
    text-align: center;
	margin-bottom: 80px;
}
#products-related .experiences-item {
    width: 100%;
    margin: 0;
}
#products-related ul.products.columns-4 {
    justify-content: space-between;
    display: flex;
    gap: 20px;
}
.related{
	padding: 0;
}
.related > h2{
	display: none;
}


@media screen and (min-width: 580px) {
	#products-related .experiences-item {
    width: 47%;
}
}
@media screen and (min-width: 980px) {
	#products-related .experiences-item {
    width: 23%;
}
}
@media screen and (min-width: 1280px) {
}



/**
*	ALERTAS
*	=======================================================================================================
**/
.woocommerce-notices-wrapper {
/*     margin: 20px 0; */
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 20px;
    color: #fff;
    border-radius: 12px;
    /* display: flex; */
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 0.9rem;
}
.woocommerce-message:focus-visible{
	outline: none!important;
}


/**
*	CARRITO PREVIEW
*	=======================================================================================================
**/
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    position: relative;
    cursor: pointer;
    font-size: var(--text-content-size);
    transition: var(--transition);
    padding: 5px 40px 5px 15px;
    display: flex;
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    align-items: center;
    height: 45px;
    overflow: hidden;
    min-width: 125px;
    z-index: 9;
    background-color: transparent;
    color: var(--primary-color);
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 25px;
  height: 20px;
  background-image: url(../images/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: var(--transition);
  transform: translateY(-50%);
  z-index: 9;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  transition: all 1s ease;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  border-radius: 999px;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
  border: 1px solid var(--secondary-color);
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover::after {
  transform: translateY(-50%) scale(80);
}
.xoo-wsc-header {
    background-color: var(--secondary-color);
}
.xoo-wsc-body {
    background-color: var(--bg-color);
}
.xoo-wsc-pattern-card, .xoo-wsc-img-col img, .xoo-wsc-img-col, .xoo-wsc-sm-back-cont {
    border-radius: 5px;
}


/**
*	CHECKOUT
*	=======================================================================================================
**/
.wc-block-components-product-metadata__description{
	display: none;
}
.wc-block-checkout__sidebar {
	top: 115px!important;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title{
    font: 700 1.9rem var(--primary-font);
    line-height: 1.1;
    margin-bottom: 21px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: var(--secondary-color);
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background-color: var(--secondary-color);
}

/**
*	TRANKYOU
*	=======================================================================================================
**/
.woocommerce-order {
    padding: 60px 0;
}
.woocommerce-customer-details {
    padding: 20px 0;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    border: 1px solid;
    padding: 20px;
}