.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;
    color: #333;
}

.product {
    padding: 50px 30px;
    box-shadow: 2px 3px 51px 0px rgba(40, 34, 3, 0.09);
    margin-bottom: 50px;
}

.product-title {
    font-size: 26px;
    font-family: 'Muller ExtraBold';
    line-height: 35px;
    margin-bottom: 25px;
}

.img_product {
    position: relative;
    margin-bottom: 35px;
}

.img_product img {
    width: 100%;
}

.btn_zak {
    position: absolute;
    bottom: 22px;
    color: #000;
    font-family: 'Muller Bold';
    font-size: 16px;
    padding: 7px 36px;
    left: 19px;
    background: #ffe319;
    border-radius: 50px;
}

.btn_zak:hover, .btn_zak:focus {
    text-decoration: none;
    color: #000
}

.price {
    font-size: 24px;
    line-height: normal;
    font-family: 'Muller ExtraBold';
    margin-bottom: 30px
}

.credit a, .credit input {
    font-size: 16px;
    color: #000;
    font-family: 'Muller Bold';
    padding: 7px 38px;
    display: inline-block;
    border: 3px solid #ffe319;
    border-radius: 50px;
}

.credit, .rasroch {
    margin-bottom: 22px;
}

.rasroch a {
    color: #000;
    font-family: 'Muller Bold';
    font-size: 16px;
    padding: 13px 31px;
    background: #ffe319;
    border-radius: 50px;
    display: inline-block;
}

.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;
}

.lush {
    color: #e5007d;
    font-family: 'Muller Regular';
    font-style: italic;
    margin-bottom: 20px;
}

.dop_prod {
    font-size: 14px;
    font-family: 'Muller Regular';
    margin-bottom: 25px;
}

.price {
    font-size: 24px;
    line-height: normal;
    font-family: 'Muller ExtraBold';
}

.dop_prod ul, .dop_prod ol {
    margin-left: 15px;
}

.dop_prod ul li, .dop_prod ol li {
    margin-bottom: 15px;
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.img_op {
    text-align: center;
    width: 262px;
    height: 215px;
    box-shadow: 2px 3px 51px 0px rgba(40, 34, 3, 0.09);
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}

.name_op {
    font-size: 20px;
    line-height: 29px;
    color: #000;
    font-family: 'Lato Regular', sans-serif;
}

.name_op a {
    color: #000;
}

.name_op a:hover {
    color: #000;
}

.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;
    font-family: 'Muller Regular';
    font-size: 14px;
}

.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;
}