.woocommerce-cart-form{
	font-size: 16px;
}

.buttons_added {
	opacity: 1;
	display: inline-block;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
  vertical-align: top;
}

.is-form {
	overflow: hidden;
	background-color: #f9f9f9;
	height: 30px;
	width: 30px;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #ddd;
	display: flex;
  align-items: center;
  justify-content: center;
}

.is-form:focus,
.input-text:focus {
	outline: none;
}

.input-qty {
	background-color: #fff;
	height: 30px;
	text-align: center;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding: 0;
	outline: none;
}

.input-qty:focus{
	outline: none;
}

.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-cart-form th{
	padding: 0 10px;
}

.woocommerce-cart-form thead{
    border-bottom: 3px solid #ddd;
		text-transform: uppercase;
}

.woocommerce-cart-form tbody{
	font-size:15px;
}

.shop_table .cart_item td {
	padding-top: 10px;
}

.shop_table {
  width:100%;  
}

td.product-remove {
	width: 20px;
}

.product-remove a{
	text-decoration: none;
	color: #000;
}

td.product-thumbnail {
	min-width: 60px;
	max-width: 90px;
	width:85px;
}

.product-thumbnail img{
	width: 76px;
	height: 90px;
  object-fit: cover;
}

.product-price{
	text-align: center;
	width: 88px;
}

.product-subtotal{
	text-align: center;
}

.product-names a{
	text-decoration: none;
	color: #000;
}

.display-none{
	display: none;
}

.update_totals_on_change{
  margin-top:15px;
}

@media (max-width: 570px){
	.continue-shopping{
		margin: 15px 0;
	}
  
	/*.shop_table {*/
	/*	margin-top: 15px;*/
	/*}*/

  .product-quantity{
    text-align: center;
  }
  
	.product-names,
	.product-quantity{
		font-size: 14px;
	}

	.woocommerce-cart-form th {
    padding: 0 0px;
}

	.product-thumbnail{
		position: relative;
	}

	.clearfixa{
		padding-top:50px;
	}
	
	.cart_totals{
	  margin-top:25px;
	}
}

a.woocommerce-button,
a.woocommerce-button:hover{
  text-decoration: none;
  color: #fff;
}

.clearfixx{
  display:none;
}

@media (max-width: 1200px){
  .clearfixx{
    padding-bottom: 30px;
  }
}

@media (max-width: 790px){
	.product-price,
	.product-subtotal{
	  display: none;
	}
	
  .display-none{
    display:block;
    font-weight: 600;
  }
}

th.product-quantity,
td.product-quantity{
  width: 100px;
  text-align: center;
}

.woocommerce-text{
  display: flex;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
}

.woocommerce-text a{
  color: #000;
  text-decoration: none;
  padding: 0 10px;
}

.woocommerce-notices-wrapper-text{
  text-align: center;
  color: #7a9c59;
}

.woocommerce-text-center{
  padding:30px 0;
  text-align:center;
}

.woocommerce-text-center a{
   text-decoration: none;
}


.background-succ {
  background-color: #000000;
  color: #fff;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  position: absolute;
  display: none;
  justify-content: ;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content i {
  color:red;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
}