@media(max-width: 800px){

  body{
    display: block;
    margin: 0 auto ;
    padding: 0px;
    background: #fff;
    font-family: 'Poppins';
    overflow: hidden;
    overflow-y: scroll;
  }


  .container{
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    box-shadow: none;

  }
  .onsale{
    margin-top: 0;
  }

  .product .price {
    display: flex !important;
  }
  .product .price del{
    width: 50%;
  }

  .price del .woocommerce-Price-amount bdi{
    color: #aeaeae !important;
    font-size: 10px !important;
  }

 .price ins .woocommerce-Price-amount bdi{
  font-size: 12px !important;
}

.products .product .price{
  width: 100%;
}

  .home-products .products .product{
    display: flex;
    flex-direction: column;
    width: 45% !important;
    margin-right: 2%;
  }


  .home-products .products .product h2{
     width: 60% !important;
     font-size: 13px;
     font-weight: 400;

  }

  .home-products .products{
    width: 95%;
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 2.5%;
    margin-top: 10%;
    padding: 0px;
  }


  .product-categories{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    margin: 0 auto;
    padding: 0px;
    line-height: 40px;
    align-items: left;
   justify-content: left;

  }

  .bottom-menu .horizontal{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    margin: 0 auto;
    padding: 0px;
    line-height: 40px;
    align-items: left;
   justify-content: left;

  }


  .price ins{
    padding-left: 0px;
  }


  .bottom-menu .menu-categorias-de-productos-container{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow:
    0 0.8px 0.6px rgba(0, 0, 0, 0.018),
    0 2.7px 4.9px rgba(0, 0, 0, 0.02),
    0 9px 25px rgba(0, 0, 0, 0.1);
  }

  .home-products .products .product .price .amount{
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-align: left;
    margin-top: 5px;


  }


  .add_to_cart_button {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    background: #8D41F9;
    font-family: 'Poppins', 'fontawesome';
    font-size: 14px !important;
    line-height: 40px;
    border-radius: 5px;
    box-shadow:
    0 0.6px 0.6px rgba(0, 0, 0, 0.033),
    0 4.2px 4.3px rgba(0, 0, 0, 0.049),
    0 17px 22px rgba(0, 0, 0, 0.09)
  ;
  }

  footer {
    text-align: center;
    color: #8D41F9;
    margin-top: 30px;
    margin-bottom: 25px;
  }




  .woocommerce-LoopProduct-link{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 230px;
    margin-top: 30px
  }


  .top-menu{
    display: none;
  }



.menu-movil{
  display: block;
}
  .archive-img-wrap{
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  /*Single product page*/
  .single-product .woocommerce-product-gallery__wrapper{
  		margin: 0
  	}


  .single-product .main-content .product{
  	display: flex;
  	flex-wrap:  wrap;
  	flex-direction: column !important;

  }

  	.flex-viewport{
  		width: 100% !important;
  		height: 300px !important;
  		padding: 0px !important;
  		margin: 0 auto !important;
  	}

  	.woocommerce-product-gallery{
  		width: 100% !important;
  	}

  		.woocommerce-product-gallery img{
  		width: 100% !important;
  			height: auto !important;
  	}

  	.flex-control-nav{
  		flex-direction: row;
  		width: 100%;
  	}
  	.flex-control-nav{
  		margin-left: 0;
  		width: 100% !important;
  	}


  .single-product .product .summary{
  	width: 100% !important !important;
  }

  	.related {
  		width: 100% !important;
  		display: flex !important;
  		flex-wrap: wrap;
  		margin-left: 0;
  margin-right: 0;
  	}


  	.related .products{
  		margin: 0;
  		padding: 0px;
  	}
  	.related .products .product {
  	width: 50% !important;

  }

  	.related .products .product h2{
  		width: 60%;

  	}

  	.related .products .product .amount bdi {
  		font-size: 15px !important;
  	}

  	.related .products .product .amount bdi span{
  		padding: 0px;
  	}

  .single-product .product .summary{
  	width: 100% !important;
  }

   .single_add_to_cart_button{
  		width: 100%;
  	}

  	.related .add_to_cart_button{
  		font-size: 10px !important;
  		margin: 0 !important;
  	}

  	.sku_wrapper{
  		display: block;
  		width: 100%;
  		margin-top: 15px !important;
  		text-align: center;
  		font-size: 12px;
  	}

  	.related h2{
  		font-size: 14px;
  		text-align: center;
  	}

    .woo-menu-wrapper{
  		width: 50%;
  	}

  	.logo{
  		width: 40%;
  	}
  	.logo a img{
  		width: 150px;
  		padding-top: 20px
  	}
    .user-cart li ul{
      width: 100%;
      left: 0;
    }

    .user-cart{
      position: absolute;
      right: 30px;
    }

    .home .products .product .price{
		width: 40% !important;
		margin: 0 !important;
		padding: 0px;

	}


	.home .products .product .price .amount bdi {
		font-size: 17px !important;
		margin: 0;

	}

	.home .products .product h2{
	font-size: 13px !important;
	width: 60% !important;
	margin: 0;
	padding-top: 7px;
	}




	.home .product .archive-img-wrap{
		height:80%!important;
		width: 100%;
		overflow: hidden;
	}


  /*Pagina categoria*/
  .tax-product_cat .products .product{
    display: flex;
    flex-direction: column;
    width: 45% !important;
    margin-right: 2%;
  }


  .tax-product_cat .products .product h2{
     width: 60% !important;
     font-size: 13px;
     font-weight: 400;

  }

  .tax-product_cat .products{
    width: 100%;
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 2.5%;
    margin-top: 10%;
    padding: 0px;
  }

  /*Cart page*/
  .shop_table {
    display: flex;
    flex-direction: column;
    width: 90% ;
  }

  .shop_table th{
    display: none;
  }

  .shop_table tbody{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .shop_table .product-remove{
    font-size: 20px;
  }
  .shop_table .product-price{
    display: none;
  }
  .shop_table tbody tr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .shop_table .product-thumbnail{
    overflow: hidden;
    width: 30%;
  }

  .shop_table .quantity {
    width: 50%;
  }
  .shop_table .product-name{
    width: 40%;

  }
  .shop_table .quantity label{
    width: 60%;
    font-size: 13px;
  }

  .shop_table .quantity{
    margin-top: 10px;
    width: 100%;
  }

  .shop_table .quantity input{
    width: 20px !important;
  }
  .shop_table .product-subtotal{
    width: 100%;
    color: #8D41F9;



  }

  .actions{
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
    column-gap: 20px;
    flex-wrap: wrap;
  }

  .coupon{
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0;
    padding: 0px !important;
  }

  .coupon label{
    width: 100%;
  }

  .coupon .input-text{
    width: 100%;
    outline: none;
  }

  .coupon .button{
    width: 100% !important;
    margin-top: 20px !important;
  }


  .actions .button{
    margin-top: 30px;
    width: 100%
  }

  .cart_totals {
    width: 100% !important;
    margin: 0 ;
  }

  .cart_totals .shop_table{
    flex-direction: row;
    width: 60% !important;
    text-align:center;
    margin-left: 40%;


  }

.cart_totals .shop_table tbody{
  width: 60%;
  margin-left: 40%;
}
  .cart_totals th{
    display: inherit;
    text-align:

  }

  .cart_totals .shop_table tr{
    text-align: right;
  }
    .cart_totals h2{
      width: 100%;
      text-align: right;
    }

  .wc-proceed-to-checkout a{
    width: 100% !important;
  }

  /*Checkout Page*/
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
		display: flex;
		flex-direction:column;
		flex-wrap: wrap;
		text-align: center !important;
		margin-bottom: 10px;
		width: 90%;

	}

	.woocommerce-checkout  .woocommerce-info a {
width: 100%;
	margin: 0px;
	font-size: 11px;
		margin-top: 20px;

}

	.woocommerce-additional-fields__field-wrapper .form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

	.thwcfd-field-country {
		width: 100% !important;
		margin: 0;
	}

	.woocommerce-billing-fields__field-wrapper p input{
		margin: 0;
		width: 90%;
	}


	.woocommerce-additional-fields__field-wrapper .form-row label{
	width: 100%;
	margin-bottom: 20px;
}

	.woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
 width: 100%;
	height: 100px;
 outline: none;
	border: none;
	border-bottom: 1px solid #aeaeae;
	font-family: 'Poppins';
}

	.woocommerce-checkout #order_review{
		width: 100% !important;
	}

.woocommerce-checkout  	#order_review .shop_table{
		width: 100%;
	}

	.woocommerce-checkout  	#order_review .shop_table tbody{
		width: 100%;
	}

	.woocommerce-checkout  	#order_review .shop_table tbody tr{
		width: 100%;
	}

	.woocommerce-checkout  	#order_review .shop_table .product-name{
		width: 70%;
	}

	.woocommerce-checkout .button{
		width: 100%;
		margin: 0;
	}
  .price del .woocommerce-Price-amount bdi{
    color: #aeaeae !important;
    font-size: 10px !important;
  }
}


@media (max-width:420px){
	.flex-viewport{
		overflow: !important;
		width: 100% !important;
		height: auto !important; 
	}
		.single-product div.product .woocommerce-product-gallery {
			display: block; 
			margin-bottom: 40px; 
	width:100% !important;
			height: auto !important; 
}
	
		
	.single-product .related .products{
		display: flex !important;
		flex-direction: row !important;
	}
	
	.single-product .related .products .product{
		width: 45% !important;
	}

	.home .products{
		margin: 0;
		width: 100%;
	}

	.home .products .product{
    margin-top: 20px;
		padding-top: 0px;
		margin-bottom: 20px;
		padding-bottom: 0px;
		height: 240px;

	}

.home .products .product h2{
	font-size: 14px !important;
	width: 100% !important;
	margin: 0;
	padding: 0px;
	height: 25px !important;
	}

	.home .products .product .price{
		display: block;
		width: 100% !important;
		margin: 0 !important;
		padding: 0px;
		height: 20px;
	}

	.home .products .product .add_to_cart_button{
		width: 100% !important;
		margin: 0 auto !important;
		font-size: 11px !important
	}

	.home .price .amount bdi{
		font-size: 20px !important;
		margin: 0;
		padding: 0px;
		margin-left:10px;

	}

	.home .product .archive-img-wrap{
		height:60%!important;
		width: 100%;
		overflow: hidden;

	}

	.home .product .add_to_cart_button{
		height: 35px;
		line-height: 35px;
		display: block;
		margin-top: 30px !important;
		margin-bottom: 40px !important
	}

	  .user-cart{
      position: absolute !important;
      right: 15px !important;
    }





/*Pagina categorias*/


	.tax-product_cat .products{
		margin: 0;
		width: 100%;
	}

	.tax-product_cat .products .product{
    margin-top: 20px;
		padding-top: 0px;
		margin-bottom: 20px;
		padding-bottom: 0px;
		height: 240px;

	}

.tax-product_cat .products .product h2{
	font-size: 14px !important;
	width: 100% !important;
	margin: 0;
	padding: 0px;
	height: 25px !important;
	}

	.tax-product_cat .products .product .price{
		display: block;
		width: 100% !important;
		margin: 0 !important;
		padding: 0px;
		height: 20px;
	}

	.tax-product_cat .products .product .add_to_cart_button{
		width: 100% !important;
		margin: 0 auto !important;
		font-size: 11px !important
	}

	.tax-product_cat .price .amount bdi{
		font-size: 20px !important;
		margin: 0;
		padding: 0px;
		margin-left:10px;

	}

	.tax-product_cat .product .archive-img-wrap{
		height:60%!important;
		width: 100%;
		overflow: hidden;

	}

	.tax-product_cat .product .add_to_cart_button{
		height: 35px;
		line-height: 35px;
		display: block;
		margin-top: 30px !important;
		margin-bottom: 40px !important
	}

  .woo-menu-wrapper{
position: absolute !important;
right: 50px !important;
}
.woo-menu-wrapper .cart-btn{
display: block;
position: absolute;
padding-top: 15px;
padding-left: 15px;
text-align: right;
right: -30px;
float: right;
color: #9a69c7;

}

/*Cart page*/
.shop_table {
  display: flex;
  flex-direction: column;
  width: 90% ;
}

.shop_table th{
  display: none;
}

.shop_table tbody{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.shop_table .product-remove{
  font-size: 20px;
}
.shop_table .product-price{
  display: none;
}
.shop_table tbody tr{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.shop_table .product-thumbnail{
  overflow: hidden;
  width: 30%;
}

.shop_table .quantity {
  width: 50%;
}
.shop_table .product-name{
  width: 40%;

}
.shop_table .quantity label{
  width: 60%;
  font-size: 13px;
}

.shop_table .quantity{
  margin-top: 10px;
  width: 100%;
}

.shop_table .quantity input{
  width: 20px !important;
}
.shop_table .product-subtotal{
  width: 100%;
  color: #8D41F9;



}

.actions{
  width: 100% !important;
  display: flex;
  flex-direction: column-reverse;
  column-gap: 20px;
  flex-wrap: wrap;
}

.coupon{
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin: 0;
  padding: 0px !important;
}

.coupon label{
  width: 100%;
}

.coupon .input-text{
  width: 100%;
  outline: none;
}

.coupon .button{
  width: 100% !important;
  margin-top: 20px !important;
}


.actions .button{
  margin-top: 30px;
  width: 100%
}

.cart_totals {
  width: 100%;
  margin: 0 ;
}

.wc-proceed-to-checkout a{
  width: 100% !important;
}



/*Checkout Page*/
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  text-align: center !important;
  margin-bottom: 10px;
  width: 90%;

}

.woocommerce-checkout  .woocommerce-info a {
width: 100%;
margin: 0px;
font-size: 11px;
  margin-top: 20px;

}

.woocommerce-additional-fields__field-wrapper .form-row {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 auto;
}

.thwcfd-field-country {
  width: 100% !important;
  margin: 0;
}

.woocommerce-billing-fields__field-wrapper p input{
  margin: 0;
  width: 90%;
}


.woocommerce-additional-fields__field-wrapper .form-row label{
width: 100%;
margin-bottom: 20px;
}

.woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
width: 100%;
height: 100px;
outline: none;
border: none;
border-bottom: 1px solid #aeaeae;
font-family: 'Poppins';
}

.woocommerce-checkout #order_review{
  width: 100% !important;
}

.woocommerce-checkout  	#order_review .shop_table{
  width: 100%;
}

.woocommerce-checkout  	#order_review .shop_table tbody{
  width: 100%;
}

.woocommerce-checkout  	#order_review .shop_table tbody tr{
  width: 100%;
}

.woocommerce-checkout  	#order_review .shop_table .product-name{
  width: 70%;
}

.woocommerce-checkout .button{
  width: 100%;
  margin: 0;
}

.price del .woocommerce-Price-amount bdi{
  color: #aeaeae !important;
  font-size: 10px !important;
}
}


@media(max-width: 1366px){

.home .product .archive-img-wrap{
		height: 180px;
	}

	.woocommerce-LoopProduct-link {
		height: 250px;
	}
	
	.woocommerce-LoopProduct-link {
	min-height: 180px !important; 
	column-gap: 0 !important; 
	justify-content: flex-start; 
	align-items: flex-start; 
	}

.home .products .product .add_to_cart_button{
	font-size: 8px !important; 
	}
	
	.has-subscription-plans .woocommerce-LoopProduct-link{
			padding-bottom: 30px; 
	}
	.wcsatt-sub-options{
		font-size: 8px; 
	}
}
