
.goods-list__link {
  display: block;
  text-align: center;
}
.goods-list__title {
  border-bottom: 1px solid #b7d1e7;
  font-size: 21px;
  color: #b7d1e7;
  clear: both;
  margin-top: 0;
  width: auto;
}
.goods-list__btn {
  margin-top: 10px;
  width: 100%;
  display: block;
  padding: 5px 0;
  text-align: center;
  border: 1px solid;
  background: none;
  color: #428bca;
}
.goods-list__btn:hover {
  background: #428bca;
  color: #fff;
}
.goods-list__form {
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  text-align: center;
}
.goods-list .goods-list__intro {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-page__wrapper img {
  max-width: 100%;
  border: none !important;
  box-shadow: none!important;
}
.cart-page__wrapper .change-count {
  margin-top: 30px;
  text-align: right;
}
.cart-page__wrapper .change-count input {
  padding: 5px;
  text-align: center;
}
.cart-page__wrapper .change-count .shk-del {
  display: inline-block;
}
.cart-page__item {
  border: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 10px;
}
.cart-page__item:nth-child(0) {
  margin: 20px 0;
}

.order-form__line{
	margin: 10px 2px;
}

.order-form__line input{
	max-width: 100%;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.product--one input{
	max-width: 100%;
}

.order-form .btn__green{
	margin-top: 20px;
	width: 185px;
}

.goods-count{
	max-width: 100%;
}

table.tsvshop{
	width: 100%;
}

.product--one{
	margin-top: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}

input.product-count{
  max-width: 50px;
}

.product-title a{
	text-decoration: none;
}

.product-title{
	font-size: 21px;
	line-height: 22px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.price-wrap{
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	margin: 0 10px;
	text-align: center;
	padding: 20px 10px;
	text-align: center;
}

.price-wrap input{
	max-width: 50px;
	padding: 0 0 0 5px;
}

.price-wrap .btn__green{
	margin: 10px auto;
}

.mini-cart{
	margin-top: 10px;
	margin-bottom: 10px;
}

.mini-cart__title{
	text-transform: uppercase;
	font-weight: 600;
	background: #82b3c9 url(../templates/demoshop/img/cart.gif) no-repeat 10px center;
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 5px;
}

.mini-cart__body{
	padding: 10px;
}

.mini-cart .btn__green{
	display: inline-block;
	margin-left: 1%;
	max-width: 47%;
	font-size: 12px;
	padding: 5px;
	text-transform: uppercase;
	box-shadow: none !important;
}
.mini-cart .btn__green:hover{
	opacity: .8;
}

#basketClearLink{
	text-align: center;
}

.content-inner--goods{
	margin-top: 20px;
}

@media (max-width:771px) {
	.product--one{
		text-align: center;
		margin-top: 35px;
	}
	.product__link{
		display: inline-block;
	}
	.fancy__main{
		margin-top: 20px;
	}
	.content-gallery .fancy__main:after{
		display: none;
	}
}

.order-from p{
	margin-bottom: 5px;
}
.shop-cart-head b {
    text-align: center;
    display: block;
}