/*Scrollbar*/
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #D5D5E0;
}
body::-webkit-scrollbar-thumb {
    background-color: #1D1D24; 
}


/*--Catalog styles--*/
.t951__sidebar {
    padding: 0px !important;
}
.t-checkbox__indicator {
    border-color: #E50019 !important;
    border-radius: 4px;
}
.t-checkbox__indicator:after {
    border-color: #E50019 !important;
}
.t-store__filter__chosen-val {
    background-color: #F0F0F5;
}
.t-store__card__title {
    transition: all 0.2s;
}
.t-store__card > a:hover .t-store__card__title {
    color: #E50019 !important;
}

/*Product card*/
@media (min-width: 1200px) {
.t-store__tabs {
    margin-top: 40px !important;
}
.t-store__tabs__content {
    max-width: 100% !important;
}
.t-store__prod-snippet__container {
    padding-top: 180px;
}
.t-store__prod-popup__name {
    font-size: 40px !important;
    letter-spacing: -1px !important;
    font-weight: 600 !important;
}
}
.t-store__tabs__controls {
    /*height: 66px;*/
}
.t-store__tabs__button {
    border-bottom: 1px solid #d5d5e0 !important;
}
.t-store__tabs__button > div {
    color: #a9a9b8 !important;
}
.t-store__tabs__button_active {
    border-bottom: 4px solid #E50019 !important;
}
.t-store__tabs__button_active > div {
    color: #000000 !important;
}

/*Search and Sort*/
.t-store__filter__input, .t-store__sort-select {
    height: 40px;
    background: #fff !important;
    border: 1px #D5D5E0 solid;
    padding-right: 40px !important;
    padding-left: 20px !important;
    color: #1D1D24;
    border-radius: 10px !important;
}
.t-store__search-icon {
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #D5D5E0;
}
.t-store__sort-select-wrapper:after {
    border-color: #5A5A66 transparent transparent transparent !important;
    right: 15px !important;
}
@media (min-width: 1200px) {
.t951__sidebar {
    margin-right: 40px !important;
}
.t-store__filter__search-and-sort {
    text-align: left !important;
    margin-left: 300px !important;
}
.t-store__search-wrapper .t-store__filter__input,
.t-store__sort-select-wrapper {
    width: 260px !important;
}
}

@media (max-width: 960px) {
.t-store > .t-store__grid-cont {
    padding: 0 !important;
}
}

/*---Cart---*/
.t706__cartwin {
    background-color: #fff !important;
}
@media (min-width: 1200px) {
.t706__cartwin-content {
    max-width: 660px;
}
}

/*Tech info*/
.t603__title {
    font-size: 12px !important;
    color: #5A5A66 !important;
}
.t603__tile {
    padding-top: 0 !important;
}
.t1029__wrapperleft .t-card__title {
    transition: all 0.2s;
}
.t1029__bgimg {
    transition: all 0.3s;
    margin-bottom: 20px;
}
.t1029__wrapperleft .t-card__title {
    margin-bottom: 10px;
}
.t1029__col:hover .t1029__wrapperleft .t-card__title {
    color: #E50019 !important;
}
.t1029__col:hover .t1029__bgimg {
    transform: translateY(-5px);
}
@media (min-width: 1200px) {
.t603__container {
    padding-left: 300px !important;
}
.t1029 .t-container {
    padding-left: 300px !important;
    max-width: 900px;
}
.t1029__row .t-card__col {
    max-width: 260px;
}
}
@media (max-width: 480px) {
.t1029__row .t-card__col, .t603__container {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
}

/*News*/
.t764 .t-slds__bgimg {
    border-radius: 10px;
}
.t404__textwrapper {
    border-radius: 0 0 10px 10px;
    padding: 20px !important;
}
.t404__img {
    border-radius: 10px 10px 0 0;
}
.t404__title {
    transition: all 0.3s;
}
.t404__link:hover .t404__title {
    color: #E50019 !important;
}

/*Pop-up*/
@media (min-width: 1200px) {
.t-input-title {
    font-size: 16px !important;
}
.t-input {
    height: 48px;
}
.t-input-group {
    margin-bottom: 20px !important;
}
}


