.t-store__card__mark{
    padding:0;
    width:60px;
    height:60px;
}
.t951__sidebar-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.t951__sidebar-wrapper::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
	border-radius: 12px;
}

.t951__sidebar-wrapper::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper{
    display:none;
}
.js-product .t-product__option-selected_image .t-product__option-selected-checkmark, .js-product .t-product__option-variants_select .t-product__option-checkmark_image{
    display:none;
}
.js-product .t-product__option .t-product__option-variants_select {
    padding: 5px 10px;
    position: absolute;
    z-index: 10;
    top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 180px;
    max-width: 250px;
    max-height: 40vh;
    overflow-y: auto;
    background-color: #FFF;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px 2px rgba(0,0,0,.1);
    border-radius: 5px;
}
.js-product .t-product__option-variants_custom .t-product__option-title {
    padding-bottom: 0;
    line-height: initial;
    color: #000;
}
.t706__cartwin-top .t-name {
    font-family: 'gayane',Arial,sans-serif;
    font-weight: 700;
    color: #171718;
}
.t-slds__items-wrapper {
    position: relative;
    overflow: hidden;
    background: #1f1f1f;
}
.t-store .t-slds__wrapper {
    padding: 20px!important;
    background: #1c1c1c;
    border-radius: 1px;
}
.t-slds__wrapper .t-slds__bgimg{
    background-size:contain!important;
    
}
.t-store__product-snippet+.t-store__relevants__container, .t-store__product-snippet+.t-store__relevants__container .t-store__valign-buttons .t-item{
    background: #12121280;
    margin-top: 50px;
    border-radius: 5px;
    padding: 25px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.t-store__prod-popup__close-txt {
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: .8;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff!important;
}
.t-store .t-popup.t-popup_show{
    background-color: rgb(31, 31, 31)!important;
    
}
.t-slds__container{
    background-color: #1f1f1f!important;
}
.js-store-prod-price .preprice{
    font-size: 16px;
    background: #a31919;
    padding: 5px;
}