.images_grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}
.blocks {
	position: relative;
	padding: 40px 0;
}
.block {
	position: relative;
	padding: 20px 10px;
}






.ut2-add-to-compare.added:not(.label) i, 
.ut2-add-to-wish.added:not(.label) i, 
.ut2-quick-view-button.added i {
    color: #4651a7;
}
.ty-footer-form-block__input input[type=email] {
    border-color: transparent;
    border-radius: 18px;
    box-shadow: none;
    margin-right: 6px;
    padding: 4px 15px;
    width: calc(90% - 130px);
    min-height: 36px;
    outline: medium none;
    transition: all 150ms ease 0s;
    height: 32px;
}
.ut2-filters .ty-product-filters__submit-button i {
    color: #43b02a;
    font-size: 16px;
    left: 0;
    margin-right: 7px;
    position: relative;
}
.ty-product-filters__color-filter-check.test {
    color: #000;
}
.variations td {
    padding: 4px 0;
    text-align: left;
    font-weight: 700;
}
.variations .detail-parameter-block-title {
    font-size: 13px;
    font-weight: 700;
}
.variations #colors label {
    display: inline-block;
    padding: 6px;
    margin: 3px 6px 3px 0;
    min-width: 35px;
    min-height: 35px;
    white-space: nowrap;
    border: solid 1px #ddd;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset;
}
.variations #variants label {
    display: inline-block;
    padding: 6px;
    margin: 3px 6px 3px 0;
    min-width: 35px;
    white-space: nowrap;
    border: solid 1px #ddd;
    cursor: pointer;
    text-align: center;
}
.variations #colors label.active, 
.variations #variants label.active {
    padding: 4px;
    color: #43b02a;
    border: solid 2px #43b02a;
}
.variations label input {
    display: none;
}
.ty-product-labels__item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    color: #ff671f;
    text-shadow: none;
}
.ty-product-labels__item--discount 
.ty-product-labels__content {
    color: #ff671f;
}
.ty-product-labels__item--discount .ty-product-labels__content em {
    color: #ff671f;
}
.rating .rater-starsOff, 
.rating .rater-starsOn {
    width: 80px;
    display: inline-block;
    text-align: left;
    background: url(../images/rating.gif) repeat-x 0 0;
    height: 16px;
}
.rating .rater-starsOn {
    background-position: 0 -16px;
}
.litecheckout__cart {
    margin-bottom: 30px;
}
.ab__mb_items.colored .ab__mb_item {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.ab__mb_items.colored .ab__mb_item:last-child {
    border-bottom: 0 none;
}
.ab__mb_item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.ab__mb_item-title.cm-combination:after {
    content: "\e908";
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -10px;
    font-size: 22px;
    color: #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ab__mb_item-title.cm-combination.open:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.alert.alert-danger {
    color: #bf4d4d;
    margin-bottom: 10px;
}
.alert.success {
    color: #496e16;
    margin-bottom: 10px;
}
@media screen and (max-width: 320px) {
    .ty-footer-form-block__input input[type="email"] {
		width: -webkit-calc(90% - 36px);
		width: calc(90% - 36px);
	}
}
.secret_number {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    background: rgb(246, 246, 246);
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px rgb(70, 81, 167), -1px 1px rgb(106, 115, 184), -1px -1px rgb(106, 115, 184), 1px -1px rgb(106, 115, 184);
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}

.ty-product-options select {
    min-width: 250px;
}

.top-menu-grid-vetrtical .ut2-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items.with-pic {
    padding-right: 0px;
}

.ty-control-group {
    margin-bottom: 10px;
}

.ui-dialog .buttons-container {
    border: 0 none;
    margin: 0;
	padding: 1rem 0;
    position: relative !important;
}

.fon {
    padding: 1rem 0;
}
.info {
    font-size: 1.25rem;
    line-height: 2rem;
}
.list {
    margin: 1rem 0;
    max-height: 350px;
    overflow-y: auto;
}
.list a {
    font-size: 1rem;
    line-height: 1.5rem;
}
@media screen and (min-width: 1024px){
	.top-quick-links {
		display: none !important;
	}
}

.informer {
	position:fixed;
	left:0;
	right:0;
	top:0;
	color:#fff;
	background-color:#4651a7;
	padding:20px;
	z-index:1
}
.informer a {
	color:#fff
}
.informer a.icon-x{
	text-decoration:none;
	font-size:18px;
	font-weight:500
}

@media (min-width: 992px) {
	.informer{
		left:auto;
		right:0;
	}
}

.ut2-filters .ty-product-filters__tools {
	position: sticky;
	bottom: 0;
	background: #fff;
	padding: 0.5rem 0;
	z-index: 10;
	text-align: center;
}
.ut2-filters .ty-product-filters__tools > p {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
}

.product_filter_toggle {
	display: none;
	margin-bottom: 2rem;
}
.product_filter_toggle > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #4651a7;
	font-size: 18px;
	padding: 1rem;
	cursor: pointer;
}
@media (max-width: 767px) {
	.product_filter {
		display: none;
	}
	.product_filter_toggle {
		display: block;
	}
}

.catalog_subcategories {
    margin-bottom: 1.5rem;
}
.catalog_subcategories > a {
    display: inline-block;
    color: #4651a7;
    padding: 8px 12px;
    border: 1px solid #4651a7;
    border-radius: 36px;
}
.main_brands img {
    font-size: 1rem;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.tygh-content ul li {
	list-style-type: disc;margin-left:15px;
}