/*-----List--------*/
.woocommerce-page .full-content .products {

}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  box-shadow: none;
  margin: auto !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #BEBDBD;
  margin: 10px;
  padding: 5px;
}
.woocommerce .full-content ul.products li.product {
  border: none;
  box-sizing: border-box;
  clear: none;
  margin: 0 2.5% 2.5% 0;
  min-height: 290px;
  padding: 0 0 20px 0 ;
  text-align: center;
  width: 31.66%;
}

.woocommerce .full-content ul.products li.product.product-type-simple .added_to_cart.wc-forward {
  display: none;
}
.woocommerce .full-content ul.products li.product:nth-child(3n) {
  margin-right: 0;
}
.woocommerce .full-content ul.products li.product:nth-child(3n+1){ clear: both; }

.woocommerce ul.products li.product h3 {
  line-height: normal;
}
.woocommerce .full-content ul.products li.product a img, .woocommerce-page .full-content ul.products li.product a img,
.woocommerce .full-content ul.products li.product a:hover img, .woocommerce-page .full-content ul.products li.product a:hover img {
  box-shadow: none;
}
.woocommerce .full-content ul.products li.product a, .woocommerce-page .full-content ul.products li.product a {
  clear: both;
  display: inline-block;
  float: none;
  width: 100%;
}
.woocommerce .full-content ul.products li.product h3, .woocommerce .box-category ul.products li.product h3 {
  font-size: 22px;
  min-height: 35px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

.woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del {
  clear: both;
  display: block;
}
.woocommerce .full-content ul.products li.product .price, .woocommerce  .full-content ul.products li.product .price {
  color: #EFA697;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2em;
  min-height: 35px;
}
.woocommerce .full-content ul.products li.product .price del, .woocommerce-page .full-content ul.products li.product .price del, .woocommerce .full-content ul.products li.product .price ins, .woocommerce-page .full-content ul.products li.product .price ins {
  clear: both;
  float: left;
}
.woocommerce .full-content ul.products li.product .price ins, .woocommerce-page .full-content ul.products li.product .price ins{
  text-decoration: none;
}
.woocommerce .full-content .products .star-rating, .woocommerce-page .full-content .products .star-rating {
  display: none;
}
.full-content .woocommerce-ordering select.orderby{
  height: 39px;
  padding: 10px;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  float: right;
}

.woocommerce .full-content .full-content .page-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce .full-content span.onsale {
  line-height: 28px;
}
.woocommerce tr.cart_item .quantity .qty {
  border: 1px solid #ddd;
  height: 25px;
}
.woocommerce-cart #wrap-content .wc-proceed-to-checkout a.checkout-button, .woocommerce #content #payment #place_order, .woocommerce-page #content #payment #place_order{
  padding: .6em 1.5em .7em 1.5em;
  background: #EFA697;
  text-transform: uppercase;
}
.woocommerce-cart #wrap-content .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #content #payment #place_order:hover, .woocommerce-page #content #payment #place_order:hover{
  background: #333;
}
.woocommerce #wrap-content .cart-collaterals .cart_totals, .woocommerce-page #wrap-content .cart-collaterals .cart_totals{
  border: 0;
  padding: 0;
}
.woocommerce-checkout input, .woocommerce-checkout textarea{
  border: 1px solid #ddd;
}

/**** Responsive settings ******/
@media only screen and (min-width: 800px) {

}
@media only screen and (min-width: 800px) and (max-width: 939px) {}
@media only screen and (min-width: 600px) and (max-width: 799px) {
.woocommerce .full-content ul.products li.product {
  width: 48%;
  margin: 10px 0 0;
}
}
@media only screen and (max-width: 767px) {
.woocommerce .ui-tooltip {
  display: none !important;
}
}
@media only screen and (max-width:599px){
.woocommerce .full-content ul.products li.product {
  margin: 10px 0 0;
  width: 100% !important;
}
}
@media only screen and (min-width:480px) and (max-width: 599px ) {

}
@media only screen and (min-width:320px) and (max-width: 479px) {

}
@media only screen and (max-width:320px){

}
