.shop2-cart-auth__form .gr-field-style input{
	color: var(--mainText1);
}

.shop2-cart-auth__form .gr-field-style input:hover{
	color: var(--mainText1);
}

.shop2-cart-auth__form .gr-field-style input:focus{
	color: var(--mainText1);
}

.shop2-order-options .options-list .option-type .option-label{
	background: var(--mainColor5);
}

.cat-mobile-wrap{
	overflow: hidden;
}

.site-path a{
	transition: color 0.3s;
}

.site-path a:hover{
	color: var(--mainColor1);
}

.main-slider__small_stars_list{
	background-repeat: repeat-x;
}

@media all and (max-width: 767px){
	.main-slider__small_stars_list{
		background-size: 73px 10px;
	}
}