.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs{
    display: flex !important;
    flex-direction: column-reverse !important;
    row-gap: 30px !important;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #CF1500;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #CF1500;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__filter__item-title {
    font-weight: 600 !important;
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-container,
.t-store__filter__item_checkbox.t-store__filter__item_color .t-store__filter__item-controls-container,
.t-store__filter__item.active .t-store__filter__item-controls-wrap,
.t-store__filter__item-price-box .t-store__filter__btn, .t-store__filter__item-price-box .t-store__filter__input, 
.t-store__sort-select, .t1002__wishlistwin-content_showed{
    background: #ffb500 !important;
}
.t-store__prod__quantity {
    background: #ffb500 !important;
}

.t-store__prod__quantity__minus{
    background: linear-gradient(#777,#777),#ffb500 !important;
    background-position: center !important;
    background-size: 50% 1px,1px 50% !important;
    background-repeat: no-repeat !important;
}

.t-store__prod__quantity__plus {
    background: linear-gradient(#777,#777),linear-gradient(#777,#777),#ffb500 !important;
    background-position: center !important;
    background-size: 50% 1px,1px 50% !important;
    background-repeat: no-repeat !important;
}

.t-typography__characteristics {
    display: flex;
    align-items: center;
    position: relative;
}

.t-typography__characteristics svg {
    margin-right: 10px;
}

.t706__sidebar-content_showed, .t706__cartpage_showed, .t706__cartpage-totals, .t706__cartpage-top, .t706 .t-form input.t-input, .t706 .t-form .t-input{
    background: #ffb500 !important;
}

.t706__cartpage-content input:-webkit-autofill,
.t706__cartpage-content input:-webkit-autofill:hover,
.t706__cartpage-content input:-webkit-autofill:focus,
.t706__cartpage-content textarea:-webkit-autofill,
.t706__cartpage-content textarea:-webkit-autofill:hover,
.t706__cartpage-content textarea:-webkit-autofill:focus,
.t706__cartpage-content select:-webkit-autofill,
.t706__cartpage-content select:-webkit-autofill:hover,
.t706__cartpage-content select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #ffb500 inset;
transition: background-color 5000s ease-in-out 0s;
}

.popup_svg {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
    
.popup_svg_text {
    position: absolute;
    bottom: 100%;
    padding: 5px;
    background: #ffb500;
    box-shadow: 5px 2px 30px #000;
    font-size: 12px;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
}

.popup_svg:hover .popup_svg_text{
    opacity: 1;
    z-index: 2;
}

.t-store__prod-popup__btn-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
}
.t-store__prod-popup__btn-wrapper .video-link{
	position: relative;
	z-index: 5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t-store__prod-popup__btn-wrapper .video-link {
	width: 45px !important;
	height: 45px!important;
}

.t-store__prod-popup__btn-wrapper .video-link svg {
	width: 45px !important;
	height: 45px!important;
}

@media (max-width: 1200px) {
	.video-link {
		top: 0;
		right: 0;
	}
}

@media (max-width: 960px) {
	.video-link {
		top: -55px;
		right: 0;
	}
}

@media (max-width: 640px) {
	.t-store__prod-popup__btn-wrapper .video-link {
		width: 50px !important;
		height: 50px!important;
	}

	.t-store__prod-popup__btn-wrapper .video-link svg {
		width: 50px !important;
		height: 50px!important;
	}
}