
.category-list-block .status_icon img{
    margin-bottom: 2px;
}
.category-list-block .page_area {
    padding-bottom: 20px;
}
.category-list-block .form select.num-page{
    width: 87px;
}
.product-quantity .quantity {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #d5d5d5;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-quantity {
    width: 80px;
    float: left;
}
.select-box-stand {
    position: relative;
    cursor: pointer;
}

.select-box-stand:after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url(../img/common/arrow_black03.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    pointer-events: none;
}
.title-stand {
    width: 30%;
}

.product-stand-row {
    width:100%;
    padding-bottom: 10px;
}

.submit-btn {
    position: relative;
}


.submit-btn.cartin_btn{
    background: #908b85;
    box-shadow: 0 3px 0 #565655;
    margin-top: 3px;
}
.submit-btn.favorite_btn {
    background: #de5567;
    box-shadow: 0 3px 0 rgba(169, 9, 28, 0.8);
    margin-top: 3px;
}
.submit-btn.ico-cart:hover,
.submit-btn.favorite_btn:hover,
.submit-btn.cartin_btn:hover{
    /*margin: 3px 0 0;*/
    top: 3px;
    box-shadow: none;
}

.input-control {
    width: 90%;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #d5d5d5;
    border-radius: 3px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
table.border-none,
table.border-none tr,
table.border-none tr >td {
    border: none;
}

.attention-error {
    color: red;
}