.pt-20{
    padding-top: 20px;
}
.product-right{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 25px;
}
.product-right span{
    color: #00a152;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.4;
}
.product-right .thumb{
    margin-right:10px;
}
.product-right .text-muted{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.product-right :last-child .text-muted{
    border: 0;
}
.product-right button{
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.product-container .product-block{
    margin-top: 40px;
}
.product-block>.product-points{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.product-block>.product-points>span{
    margin-right: 10px;
}
.product-block .price .old-price::before{
    content: unset;
}
.product-block .price .old-price{
    text-decoration: line-through;
    color: #777;
}
.product-block .price .special-price,
.product-block .price .main-price{
    font-weight: 400;
}
.special-price .currency-name,
.main-price .currency-name{
    font-size: 19px;
}
.product-block .price .main-price{
    text-align: right;
    margin-top: 5px;
}
.product-block .order-price{
    margin: 0 0 20px;
}
.product-block .product-button{
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.product-quantity .plus-minus{
    border: 1px solid #ccc;
    margin-top: 6px;
}
.product-quantity .plus-minus input{
    width: 100%;
    text-align: center;
    border: unset;
    color: #00a152;
    font-size: 23px;
    height: 40px;
}
.product-quantity .plus-minus button{
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: unset;
    border-radius: 13px;
    position: absolute;
    z-index: 100;
    top: 15px;
    background: #00a152;
    color: #fff;
}
.product-quantity .plus-minus button[data-dir="dwn"]{
    left: 15px;
}
.product-quantity .plus-minus button[data-dir="up"]{
    right:15px;
}
.price-percent{
    position: absolute;
    right: 10px;
    top: 3px;
}
#price-value{
    color: #00a152;
}
.product-button .add-to-cart::before{
    top: 15px;
}
.product-button button, 
.product-1click-button button, 
.product-with-razor-button button{
    width: 100%;
    color: #fff;
    border-radius: 15px;
    border: 0;
    font-size: 20px;
}
#button-cart,
.product-with-razor-button button,
.product-1click-button button{
    background: #00a152;
    min-width: 160px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    text-transform: uppercase;
}
.product-1click-button button{
    background: #ffa700;
    margin-bottom: 15px;
}
.product-1click-button button:hover,
.product-1click-button button:focus{
    background: #c48000;
    padding-left: 40px;
    color: #fff;
}
.product-1click-button button::before{
    content: "";
    width: 35px;
    height: 35px;
    color: #fff;
    background-size: cover;
    background-image: url(/image/catalog/icon-svg/mouse-click.svg);
    display: inline-block;
    position: absolute;
    left: -56px;
    top: 6px;
    transition: 0.4s;
    opacity: 0;
    z-index:1000;
}
.product-1click-button button:hover::before,
.product-1click-button button:focus::before{
    left: 20px;
    opacity: 1;
}
.product-with-razor-button button::before{
    content: "";
    width: 33px;
    height: 20px;
    color: #fff;
    background-size: cover;
    background-image: url(/image/catalog/icon-svg/c_scissors.svg);
    display: inline-block;
    position: absolute;
    left: -56px;
    top: 14px;
    transition: 0.4s;
    opacity: 0;
    z-index:1000;
}
.product-with-razor-button button:hover,
.product-with-razor-button button:focus{
    padding-left: 40px;
    color: #fff;
}
.product-with-razor-button button:hover::before,
.product-with-razor-button button:focus::before{
    left: 20px;
    opacity: 1;
}
.price-notice{
    text-align: right;
    margin-top: 10px;
    color: rgba(195, 48, 48, 0.94);
    font-weight: bold;
    font-size: 15px;
}
.price-economy{
    width: 100%;
    text-align: center;
} 
.goods-header .main-title{
    color: #00a152;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 130px;
}
.goods-header .underline{
    background: #204b37;
    width: 55px;
    height: 2px;
    margin: 10px 0 0;
}
.card-row{
    margin-top: 10px;
}
@media screen and (max-width:991px){
    .goods-header .main-title{
        margin: 0 0 0 10px;
        font-size: 28px;
        font-weight: 300;
    }
    .product-right{
        padding-top: 15px
    }
}
