#fh5co-main2 {
  padding-top: 20px;
  z-index: 102;
  position: relative;
  background: #ffffff;
}
.part-left {
	margin-top: 0px;
	background: #fcf7e4;
  margin-bottom: 20px;
  border: 1px solid #e6dad2;
  border-radius: 5px;
}
.part-right {
  margin-top: 0px;
}
.title-text {
	text-align: center;
  color: #4d2200;
  font-size: 26px;
  font-weight: 500;
}
.cart {
	width: 100%;
}
.product {
	text-align: right;
}
.add-to-basket {
  background: #c5a590;
  border: 1px solid #c5a590; 
  border-radius: 3px;
  height: 32px; 
  width: 120px; 
  color: #fff;
  font-weight: 400;
  outline: none;
}
.add-to-basket:hover {
  background: #6d462a;
  transition: 1s; 
  outline: none;
	cursor: pointer;
}
.isempty {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #4d2200;
}
.mini-basket {
	width: 100%;
  border: 1px solid #e6dad2;
  border-radius: 5px;
  background: #fcf7e4;
  padding-left: 10px;
}
.mini-basket_key{
  font-weight: 500;

}
.mini-basket_k{
  float: right;
  padding-right: 10px;
  font-weight: 500;
}
.cart-cena {
  font-weight: bold;
}
/* BASKET HTML*/
#checkout{
  width:100%;
  margin-bottom: 20px;
  border: 1px solid #e6dad2;
  border-radius: 5px;
  background: #fcf7e4;
}
#checkout_header{
  padding:0 20px;
  line-height:50px;
  border-bottom:1px solid #ccc;
}
#checkout_wrapper{
  background-color:#fff;
  height:auto;
}
#checkout_message{
  padding:0px 20px;
  font-size:14px;
    margin-bottom:18px;
}
#checkout_loader{
  padding:20px;
  text-align:center;  
}
.loader{
  color:#949494;
  text-transform:uppercase;
  margin-bottom:20px;
}
#checkout_button{
  padding:25px;
  text-align:center;
  cursor:pointer;
  background: #c5a590;
  color: #fff;
}
#checkout_button:hover{
  background: #6d462a; 
  transition: 2s;
}
.basket, .total {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.del-goods, .minus-goods, .plus-goods {
  padding: 0 10px;
  background: #c5a590;
  border: 1px solid #c5a590;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.del-goods:hover, .minus-goods:hover, .plus-goods:hover {
  cursor: pointer;
  background: #c59473;
}
.nazvanie{
  margin: 0 5px;
  font-weight: 600;
}
.kolichestvo {
  margin: 0 5px;
}
.cena, .usd {
  font-weight: 500;
}
.total {
  font-weight: bold;
  text-align: center;
  background-color: #c59473;
  color: #fff;
}
.homelink {
  margin-top: 10px;
  text-align: center;
}
.homelink a {
  color: #fff;
  padding: 5px 10px;
  background: #c59473;
  margin-top: 10px;
  border-radius: 6px;
}
.homelink a:hover {
  color: #fff;
  text-decoration: none;
  background: #c5a590;
  border-radius: 6px;
}

.email-field {
  width: 100%;
  padding: 10px;
}
.email-shop input[type="text"], .email-shop input[type="meil"], .email-shop textarea {
  width: 100%;
  outline: 0;
  border: 3px solid #c5a590;
  border-radius: 6px;
  font-size: 18px;
  padding: 2px 0 2px 5px;
}
.fon {
  background: rgba(197, 148, 115, 0.01);
  border: 1px solid #e6dad2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.title_good {
  color: #6d462a;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: rgba(197, 148, 115, 0.15);
  border-radius: 5px;
}
.shopimg0 {
  display: none;
}
.imageshop {
  margin-bottom: 20px; 
  padding-top: 20px;
}


@media screen and (min-width: 322px) and (max-width: 767px) {
  .shopimg1,.shopimg2,.shopimg3,.shopimg4 {display: none;}
  .shopimg0 {display: block;}
  .imageshop {margin-bottom: -20px; padding-top: 20px;}
}
@media screen and (max-width: 321px) {
  .shopimg1,.shopimg2,.shopimg3,.shopimg4 {display: none;}
  .shopimg0 {display: block;}
  .imageshop {margin-bottom: -20px; padding-top: 20px;}
}