/*Scrollbar*/
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #DEDEDE;
}
body::-webkit-scrollbar-thumb {
    background-color: #35353E; 
}

/*Common*/
.round50 .tn-atom {
    /*border-radius: 50% !important;*/
}
.round50 {
    overflow: hidden;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
}
.t-zoomer__wrapper {
    z-index: -4;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 500px #F6F6F6 inset;
    /*-webkit-text-fill-color: #fff;*/
}

/*BUTTONS*/
/*Type 1 - Black*/
.btn_type_1 > a,
.t-store__prod-popup__btn,
.t706__sidebar-continue,
.t706__cartpage-form .t-submit,
.zero_form_2 .t-submit {
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 14px !important;
}
.btn_type_1 > a:before,
.t-store__prod-popup__btn:before,
.t706__sidebar-continue:before,
.t706__cartpage-form .t-submit:before,
.zero_form_2 .t-submit:before {
    background-color: #141416; /*фон кнопки при ховере*/
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s ease-out;
}
.btn_type_1 > a:hover:before,
.t-store__prod-popup__btn:hover:before,
.t706__sidebar-continue:hover:before,
.t706__cartpage-form .t-submit:hover:before,
.zero_form_2 .t-submit:hover:before {
    top: 0;
    transition: all .3s ease-out;
}

/*Type 1 - White*/
.zero_form .t-submit {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.zero_form .t-submit:before {
    background-color: #fff; /*фон кнопки при ховере*/
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s ease-out;
}
.zero_form .t-submit:hover:before {
    top: 0;
    transition: all .3s ease-out;
}

/*CATALOG*/
@media (min-width: 1201px) {
.t-store__card {
    max-width: 320px;
    margin-left: 40px;
    margin-right: 40px;
}
}

/*PRODUCT CARD*/
@media (min-width: 1201px) {
.t-store__prod-snippet__container {
    /*padding-top: 160px;*/
}
.t-store__prod-popup__info.t-store__prod-popup__col-right {
    margin-left: 100px;
}
.t-store__prod-popup__container {
    padding-bottom: 120px;
}
}
@media (max-width: 560px) {
.t-store__prod-snippet__container {
    padding-top: 60px !important;
}
}
.t-store__prod-popup__price, .t-store__prod-popup__text, .t-store__tabs__content {
    font-size: 14px !important;
    line-height: 1.45 !important;
}
.t-store__tabs__button-title {
    font-size: 18px !important;
    width: 100%;
    text-align: center;
}
.t-store__tabs__content {
    margin-left: auto !important;
    margin-right: auto !important;
}
.t-store__tabs {
    margin-top: 80px !important;
}
.t-store__prod-popup__btn-wrapper .t1002__addBtn {
    width: 50px;
    height: 50px;
}

/*FAVOURITE AND CART*/
.t1002__wishlistwin-heading, .t706__sidebar-heading {
    font-size: 18px !important;
    line-height: 1 !important;
}
.t706__product-title, .t706__product-amount, .t706__sidebar-prodamount-wrap,
.t1002__product-title, .t1002__product-amount {
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}







