.js-store-prod-text a {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: MorfinSansRegular;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}



  .js-store-prod-text a:first-of-type {
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    }
    .js-store-prod-text a:first-of-type:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #ffffff;
    z-index: 8;
}
    .js-store-prod-text a:first-of-type:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}    
    .js-store-prod-text a:first-of-type:hover:before {
    webkit-transform: skewX(-45deg) translateX(13.5em);
    transform: skewX(-45deg) translateX(22.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.js-store-prod-text a:first-of-type:hover {
    background-color: #ad3813;
    color: #000000 !important;
}

.js-store-prod-text a:first-of-type {
    background-color: #f2d385;
    color: #000000 !important;
    transition: background-color 0.3s ease;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__text {
    margin-top: 5px;
}

.t-name_md {
        font-size: 28px;
    }
    
    .t-name_xl {
        font-size: 24px;
    }
    
    .t-store__prod-popup__title-wrapper {
    margin-bottom: 15px;
}



    .t-store__sort-select {
    background: #192b4e !important; /* Цвет заднего фона */
    color: #f2d385 !important; /* Цвет текста */
    border-radius: 5px !important; /*закругления элемента*/
    border: 2px solid #f2d385 !important;
    font-size: 12px !important;

}





.t-store__sort-select-wrapper:after {
    border-color: #f2d385 transparent transparent !important;
    border-style: solid;
    border-width: 6px 5px 0;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
}





.t-store__filter__btn, .t-store__filter__input {
    appearance: none;
    background: #192b4e !important;
    border: 2px solid #f2d385 !important;
    box-sizing: border-box;
    color: #f2d385 !important;
    font-family: 'Lora' !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px;
}





.t-store__search-icon {
    border-left: 2px solid #f2d385 !important;
}





.t-store__filter__item-controls-wrap {
    background-color: #192b4e !important;
    border-radius: 5px !important;
    border: 2px solid #f2d385 !important;
}





.t-store .t-checkbox__indicator {
    border: 2px solid #f2d385 !important;
    height: 20px !important;
    width: 20px !important;
}





.t-store .t-checkbox__indicator:after {
    border: solid #f2d385 !important;
    border-width: 0 2px 2px 0 !important;
}





.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap, .t-store__filter__item_select .t-store__filter__item-controls-wrap {
    min-width: 280px !important;
}

