/*Scrollbar*/
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #E6E6E6;
}
body::-webkit-scrollbar-thumb {
    background-color: #000; 
}
/*--Main menu--*/
.t451__side_burger .t-menuburger {
    display: none;
}
.t966__menu-item-wrapper {
    width: 200px !important;
}
.t966__menu-list-row {
    justify-content: space-between !important;
}
.t-menu__link-item.t966__tm-link {
    height: 65px;
    display: flex;
    align-items: center;
}
.t966__content {
    padding: 40px;
}
.t966__menu-item-icon {
    height: 140px !important;
    background-size: cover;
}
.t966__menu-item {
    flex-direction: column;
    align-items: flex-start;
}

.t966__menu-item-icon-wrapper {
    overflow: hidden;
}
.t966__menu-item-icon.t-bgimg,
.t966__menu-item-title.t-name {
    transition: all 0.3s;
}
.t966__menu-link:hover .t966__menu-item-icon.t-bgimg {
    transform: scale(1.1);
}
/*--Ссылки в подвале--*/
.zero-text a {
    transition: all .3s;
}
.zero-text a:hover {
    color: #808080 !important;
}

/*--Black Border Button--*/
.black_border_btn > a {
    overflow: hidden;
    position: relative;
}
.black_border_btn > a:before {
    background-color: #4D4D4D;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s ease-out;
}
.black_border_btn > a:hover:before {
    top: 0;
    transition: all .3s ease-out;
}

.t336__submit, .t694__submit, .js-store-load-more-btn {
    letter-spacing: 3px;
    font-size: 12px;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
/*--White Border Button--*/
.white_border_btn > a, .t336__submit, .t694__submit {
    overflow: hidden;
    position: relative;
}
.white_border_btn > a:before, .t336__submit:before, .t694__submit:before {
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s ease-out;
}
.white_border_btn > a:hover:before, .t336__submit:hover:before, .t694__submit:hover:before {
    top: 0;
    transition: all .3s ease-out;
}

/*--White Background Button--*/
.white_bg_btn > a {
    overflow: hidden;
    position: relative;
    background-color: transparent !important;
}
.white_bg_btn > a:before {
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s ease-out;
}
.white_bg_btn > a:hover:before {
    top: 100%;
    transition: all .3s ease-out;
}

/*Product Card*/
.t-store__prod-snippet__container .t-store__prod-popup__btn {
    letter-spacing: 3px;
    font-size: 12px;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.t-store__prod-snippet__container .t-store__prod__quantity {
    letter-spacing: 3px;
    font-size: 12px;
    height: 60px;
}
.t-store__prod-snippet__container .t1002__addBtn {
    margin-top: 6px !important;
}
.t-store__prod-snippet__container .t-store__tabs__close:after {
    background-color: rgba(0,0,0,0.1) !important;
}
.t-store__prod-snippet__container .t-descr_xxs,
.t-store__prod-snippet__container .t-store__tabs__item-title {
    font-size: 16px !important;
}
@media (min-width:1200px) {
.t-store__prod-snippet__container .js-store-prod-name.t-store__prod-popup__name {
    font-size: 36px !important;
}
}

.t-product__option-variants {
    width: 100%;
}
select.js-product-option-variants {
    background: #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px #000 solid !important;
    border-radius: 0px !important;
    height: 50px !important;
}
.js-product-controls-wrapper {
    margin-top: 40px;
}
@media (min-width:960px) {
.t-store__prod-popup__btn-wrapper {
    display: flex;
    justify-content: space-between;
}
}
.t-store__prod__quantity {
    width: 100%;
    justify-content: space-between;
}
}
@media (max-width:640px) {
.t-store__prod-popup__btn-wrapper {
    display: flex;
    flex-direction: column;
}
.t-store__prod__quantity {
    justify-content: space-between;
    margin: 0 0 10px 0 !important;
}
.t-store__prod-snippet__container .t1002__addBtn {
    margin-left: 0 !important;
    margin-top: 10px !important;
}
}

/*Catalog*/
.t-store__card__mark-wrapper {
    left: 0px !important;
    top: 0px !important;
}
.t-store__card__mark {
    width: auto !important;
    height: 30px !important;
    border-radius: 0 0 10px 0 !important;
}