/*КАРТОЧКА ТОВАРА*/

/*ВЫБОР ЦВЕТА*/
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    background-color: #fff;
    border: 1px solid #615D38;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

/*РАЗМЕР ЦЕНЫ*/
.t-name_md {
    font-size: 25px;
    line-height: 1.35;
}

/*НАЗВАНИЕ ТОВАРА*/
.t-name_xl {
    font-size: 32px;
    line-height: 1.35;
}

/*ОПИСАНИЕ ТОВАРА*/
.t-descr_xxs {
    font-size: 18px;
    line-height: 1.55;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple { 
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    background-color: #ffffff;
    border: 1px solid #615D38; 
    border-radius: 50%;
}

.t-descr {
    color: #615D38;
    font-weight: 500;
}

/*КНОПКИ РАЗМЕРОВ*/
.t-descr:visible {
    color: #F6F4EB;
    font-weight: 500;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    color: #F6F4EB;
    background-color: #ABA891;
}

.js-product .t-product__option-item {
    box-sizing: content-box;
    cursor: pointer;
    position: relative;
}

.t706__product-imgdiv {
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    border-radius: 7px;
    height: 120px;
    width: 80px;
    margin: 5px;
}

.t706__sidebar-prodamount-wrap {
    padding-top: 12px;
    padding-bottom: 50px;
    font-size: 20px;
    text-align: right;
    font-weight: 600;
    color: #625d38;
}

.t706__sidebar-prodamount-wrap {
    padding-top: 12px;
    padding-bottom: 50px;
    font-size: 18px;
    text-align: right;
    font-weight: 600;
    color: #615D38;
}

.t706__product-quantity {
    border: 1px solid transparent;
    color: #625d38;
    font-size: 16px;
    line-height: 16px;
    margin: 0 5px;
    padding: 2px 5px;
}

.t-name_xl {
    font-size: 32px;
    /*line-height: 1.35;*/
    color: #625d38;
}

.t1002__product-imgdiv {
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    border: 0px solid rgb(255 250 250 / 10%);
    border-radius: 7px;
    height: 120px;
    width: 80px;
}

.t1002__wishlistwin-content {
    background-color: #F6F4EB;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);*/
    /*box-sizing: border-box;*/
    /*margin: 0;*/
    /*max-height: 100%;*/
    /*max-width: 560px;*/
    /*min-height: 100vh;*/
    /*overflow: auto;*/
    /*padding: 40px;*/
    /*position: fixed;*/
    /*right: 0;*/
    /*-webkit-transform: translateX(100%);*/
    /*transform: translateX(100%);*/
    /*transition: all .3s ease;*/
    /*width: 100%;*/
}

.t-search-widget__loadmore-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #F6F4EB;
    background-color: #625d38;
    border-radius: 30px;
    position: relative;
}

.t-descr_xs {
    font-size: 0px;
    line-height: 1.55;
}

.t-site-search-dm__result__product_title {
    color: #605d39;
    text-align: left;
    margin-bottom: 3px;
    height: auto;
    display: block;
}

.t-store__card__mark {
    background-color: #615D38;
    border-radius: 50px;
    box-sizing: border-box;
    color: #F6F4EB;
    display: table-cell;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
}