.catalog-element__top{

}
.catalog-element__image{
    max-height: 470px;
    border: 1px solid #ece8e5;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    display: flex;
}
.catalog-element__image-block{
    width: 100%;
    height: 100%;
    text-align: center;
}

.catalog-element__info{
    padding-right: 0;
}
.catalog-element__info-price, .catalog-element__info-price-value {
    font-size: 32px;
    color: rgb(74, 67, 61);
    text-transform: uppercase;
    font-weight: 500;
}
.catalog-element__info-price.discount,
.catalog-element__info-price.discount .catalog-element__info-price-value{
    color:red;
}
.catalog-element__info-price .catalog-element__info-price-old-value{
    font-size: 25px;
    color: rgb(74, 67, 61);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: line-through;
}
.catalog-element__info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
}
.catalog-element__info-text:last-child{
    margin-bottom: 0;
}
.catalog-element__info-desc{
    color: #af9e88;
}
.catalog-element__info-value,
.catalog-element__info-value:hover{
    color: #4a433d;
    font-weight: bold;
}

.catalog-element__bottom{
    margin-top: 50px;
}
.catalog-element__tab{
    height: 30px;
    color: rgb(175, 158, 136);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eae7e4;
    cursor: pointer;
    font-weight: bold;
}
.catalog-element__tab.active{
    background: #4a433d;
    border-radius: 5px 5px 0 0;
    cursor: default;
}
.catalog-element__view{
    display: none;
    padding: 20px 0;
    /*min-height: 300px;*/
}
.catalog-element__view.active{
    display: flex;
}



.catalog-element__cart-numbers {
    width: 110px;
    height: 46px;
    border: 1px solid #e3ddd8;
    border-radius: 23px;
    display: flex;
    justify-content: space-around;
}

.catalog-element__cart-minus {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}

.catalog-element__cart-plus {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}

.catalog-element__cart-quantity {
    width: 30%;
    border: 0;
    text-align: center;
    background: none;
    outline: none;
}




.catalog-element__info-tocart-btn{
    display: flex;
    align-items: center;
    background: #4a433d;
    width: 100%;
    height: 46px;
    justify-content: space-between;
    color: #af9e88;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 23px;
    cursor: pointer;
    padding: 0 34px 0 20px;
}
.catalog-element__info-tocart-btn:hover{
    background: #4d473f;
}
.catalog-element__info-tocart.noactive .catalog-element__info-tocart-btn{
    opacity: 0.5;
    cursor: default;
}
.catalog-element__info-tocart.noactive .catalog-element__info-tocart-btn:hover::after{
    font-weight: normal;
    content: 'Выберите настройку';
    height: 0;
    color: #4c381d;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    text-transform: none;
    top: 45px;
    /* opacity: 1; */
    left: 0;
}
.catalog-element__info-tocart-btn::before{
    content: "";
    width: 30px;
    background: url(/local/templates/avel/images/cart.png);
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

.catalog-element__offers{
    width: 100%;
}

.catalog-element__offers-block{
    padding: 15px 15px 0;
}

.catalog-element__offer{
    display: flex;
    margin: 10px 0;
    text-align: center;
    justify-content: space-between;
    border: 1px solid #af9e88;
    color: #4a4540;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
}
.catalog-element__offer.active {
    background: #af9e88;
    color: white;
}
.catalog-element__offer-props {

}
.catalog-element__offer-prop {

}
.catalog-element__offer-prop-name {
    font-weight: bold;
}
.catalog-element__offer-prop-value {

}
.catalog-element__offer_price {

}

.catalog-element__more-photos {
    margin-top: 15px;
}
.catalog-element__more-photos-item{
    cursor: pointer;
}
.catalog-element__more-photos-item.active {
    box-shadow: 0px 0px 5px gray;
}

.catalog-element__description.ch {
    width: 100%
}
.catalog-element__description.ch .__line{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding: 10px 5px;
}
.catalog-element__description.ch .__line:nth-child(even){
    background-color: #f4f1ef;
}
.catalog-element__description.ch .__name{
    font-weight: bold;
    color: #56504a;
}
.catalog-element__description.ch .__value{
    text-align: right;
    color: #868583;
}

.product_supply{
    margin-top: 25px;
    border: 1px solid #af9e88;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}