@media (min-width: 1200px) {
    .brand-slider__frame {
        height: 75px;
    }
}

.color-picker__item {
    margin-bottom: 4px;
}

.color-picker__item span {
    border: 1px solid #ccc;
}



.product-2__price.orig_price {
    text-decoration: line-through;
}


.pd-info__price.orig_price {
    text-decoration: line-through;
}

.form-confirm {
    background-color: #fff;
    margin: 0 0px 20px 0px;
    padding: 10px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.form-confirm.show {
    height: 100%;
}

.form-confirm .btn_readmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.form-confirm .btn_readmore::before {
    height: 106px;
    margin-top: -85px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}

.form-confirm .btn_readmore i, .form-confirm .btn_readmore_2 i {
    color: #f2d5b5;
}

.form-confirm .btn_readmore_2 {
    display: none;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
}

.btn_readmore a {
    font-weight: bold;
    color: #ed1c24;
}

.btn_readmore_2 a {
    font-weight: bold;
    color: #ed1c24;
}

