/* custom css */

/* fonts */
@font-face {
	font-family: 'Ubuntu Bold';
	src: url('../fonts/ubuntu_bold.eot');
	src: url('../fonts/ubuntu_bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_bold.woff2') format('woff2'),
		url('../fonts/ubuntu_bold.woff') format('woff'),
		url('../fonts/ubuntu_bold.ttf') format('truetype'),
		url('../fonts/ubuntu_bold.svg#ubuntu_bold') format('svg');
        font-display: swap;
}
@font-face {
	font-family: 'Ubuntu Bold Italic';
	src: url('../fonts/ubuntu_bold_italic.eot');
	src: url('../fonts/ubuntu_bold_italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_bold_italic.woff2') format('woff2'),
		url('../fonts/ubuntu_bold_italic.woff') format('woff'),
		url('../fonts/ubuntu_bold_italic.ttf') format('truetype'),
		url('../fonts/ubuntu_bold_italic.svg#ubuntu_bold_italic') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu Condensed';
	src: url('../fonts/ubuntu_condensed.eot');
	src: url('../fonts/ubuntu_condensed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_condensed.woff2') format('woff2'),
		url('../fonts/ubuntu_condensed.woff') format('woff'),
		url('../fonts/ubuntu_condensed.ttf') format('truetype'),
		url('../fonts/ubuntu_condensed.svg#ubuntu_condensed') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu Light';
	src: url('../fonts/ubuntu_light.eot');
	src: url('../fonts/ubuntu_light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_light.woff2') format('woff2'),
		url('../fonts/ubuntu_light.woff') format('woff'),
		url('../fonts/ubuntu_light.ttf') format('truetype'),
		url('../fonts/ubuntu_light.svg#ubuntu_light') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu Light Italic';
	src: url('../fonts/ubuntu_light_italic.eot');
	src: url('../fonts/ubuntu_light_italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_light_italic.woff2') format('woff2'),
		url('../fonts/ubuntu_light_italic.woff') format('woff'),
		url('../fonts/ubuntu_light_italic.ttf') format('truetype'),
		url('../fonts/ubuntu_light_italic.svg#ubuntu_light_italic') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu Medium';
	src: url('../fonts/ubuntu_medium.eot');
	src: url('../fonts/ubuntu_medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_medium.woff2') format('woff2'),
		url('../fonts/ubuntu_medium.woff') format('woff'),
		url('../fonts/ubuntu_medium.ttf') format('truetype'),
		url('../fonts/ubuntu_medium.svg#ubuntu_medium') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu Medium Italic';
	src: url('../fonts/ubuntu_medium_italic.eot');
	src: url('../fonts/ubuntu_medium_italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_medium_italic.woff2') format('woff2'),
		url('../fonts/ubuntu_medium_italic.woff') format('woff'),
		url('../fonts/ubuntu_medium_italic.ttf') format('truetype'),
		url('../fonts/ubuntu_medium_italic.svg#ubuntu_medium_italic') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/ubuntu.eot');
	src: url('../fonts/ubuntu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu.woff2') format('woff2'),
		url('../fonts/ubuntu.woff') format('woff'),
		url('../fonts/ubuntu.ttf') format('truetype'),
		url('../fonts/ubuntu.svg#ubuntu') format('svg');
        font-display: swap;
}

@font-face {
	font-family: 'Ubuntu Italic';
	src: url('../fonts/ubuntu_italic.eot');
	src: url('../fonts/ubuntu_italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ubuntu_italic.woff2') format('woff2'),
		url('../fonts/ubuntu_italic.woff') format('woff'),
		url('../fonts/ubuntu_italic.ttf') format('truetype'),
		url('../fonts/ubuntu_italic.svg#ubuntu_italic') format('svg');
        font-display: swap;
}

html{
    overflow-x: hidden;
    max-width: 100%;
}
body {
    max-width: 100%;
	width: 100%;
	overflow-x: hidden;
}
/* debug styles */
  /*
body {
    border: 5px solid red;
  }
    */

/* global styles */
/**0. Global UI**/

a {
    transition: all .5s ease;
}

header {
    margin-bottom: 19px;
}

.tlt__button_blue,
.tlt__button_green {
    border-radius: 5px;
    padding: 12px;
    margin: 0;
    display: flex;
    height: fit-content;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: fit-content;
}

.btn.tlt__button_blue,
.btn.tlt__button_blue:active,
a.tlt__button_blue {
    background: #23CAFF;
    color: white;
    text-decoration: none;
}

a.tlt__button_blue:hover {
    background: #18b3e2;
}

.btn.tlt__button_green,
.btn.tlt__button_green:active {
    background: #d0ffdf;
    color: white;
}

.tlt__button_blue img {
    padding-right: 12px;
}

.tlt__button_blue:hover {
    background: #23CAFF;
    color: white;
}

.tlt__button_blue.tlt__gray {
    background: #EFF2F6;
    color: #8E8E8E;
    box-shadow: none;
    border: none; /* если всё равно появляется — можно оставить */
}

.tlt__button_blue.tlt__gray#clear_filter {
    background: #ff8381;
    color: #fff;
}

.tlt__button_blue.tlt__green {
    background: #96FFB3;
    color: #000000;
}

.tlt__button_blue.tlt__small {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.tlt__switch:hover {
	color: #fff;
}

.tlt__button_blue.tlt__gray.tlt__active {
    background: #E2E2E2;
}


/**quad link**/

.tlt__quadlink a {
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF2F6;
    border-radius: 5px;
}

.tlt__quadlink a:before {
    content: "";
    padding-top: 100%;
    float: left;
}


/**loader**/

.tlt__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    margin-top: 19px;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    text-decoration: none;
}

.tlt__more img {
    padding-right: 8px;
}

.tlt__more.tlt__type_1 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #656565;
    border: 1px solid #000000;
    border-radius: 5px;
}

.tlt__more.tlt__type_2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #656565;
}

.tlt__preloader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/**bootstrap fix**/

.form-control {
    height: 40px;
    font-size: 12px;
    color: #656556;
}

.tlt__main_slider .carousel-indicators {
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    background: rgba(255, 255, 255, .25);
    padding: 0 10px;
}

.tlt__main_slider .carousel-control-prev, .tlt__main_slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255);
	border-radius: 0;
}

.tlt__main_slider .carousel-control-prev {
    left: 10px;
}

.tlt__main_slider .carousel-control-next {
    right: 10px;
}

.tlt__main_slider .carousel-indicators [data-bs-target] {
    background-color: #797979 !important;
	box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
	border-radius: 0;
    transition: opacity .6s ease;
}
.tlt__main_slider .carousel-indicators .active {
	opacity: 1;
}

.carousel-desc {
    background: #EFF2F6;
	background: #fff;
    position: relative;
    overflow: hidden;
    height: 350px !important;
}

.carousel-desc figure {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
	z-index: 0;
    top: 0;
    display: flex;
	justify-content: center;
	align-items: center;
    height: 100%;
}

.carousel-desc figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.carousel-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
	z-index: 1;
    margin: auto;
    justify-content: center;
    padding-left: 5%;
    width: 40%;
}

.carousel-text h2 {
    text-transform: uppercase;
}


/**title**/

.tlt__main_title .tlt__header {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 50px auto 30px;
}

.tlt__main_title .tlt__header .tlt__title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #4D4D4D;
    padding: 4px 24px;
    display: block;
}

.tlt__main_title .tlt__header .tlt__sutitle {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #8E8E8E;
    display: block;
    text-decoration: none;
}

.tlt__main_title .tlt__header .tlt__sutitle img {
    padding-right: 8px;
}

.tlt__main_title .tlt__header.tlt_percent {
    background: url("../img/sale.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: unset;
}

.tlt__main_title .tlt__header.tlt__heart {
    background: url("../img/heart.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: unset;
}

.tlt__main_title .tlt__header.tlt__king {
    background: url("../img/king.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: unset;
}

.tlt__main_title .tlt__header.tlt__pop {
    background: url("../img/pop.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: unset;
}

.tlt__main_title .tlt__header.tlt__fire {
    background: url("../img/fire.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: unset;
}


/**1. Header**/

header .tlt__header_container {
    background-color: #EFF2F6;
}

header .tlt__header {
    display: flex;
    flex-direction: row;
    font-family: 'Ubuntu';
}

header .tlt__header .tlt__left,
header .tlt__header .tlt__right {
    flex-grow: 1;
    display: flex;
	align-items: center;
}

header .tlt__header .tlt__right {
    justify-content: end;
}

header .tlt__header .tlt__menu {
    margin: 0px;
    padding: 0px
}

header .tlt__header .tlt__menu>li {
    display: inline-block;
}

header .tlt__header .tlt__menu .tlt__dropdown {
    position: relative;
}

header .tlt__header .tlt__menu .tlt__dropdown>ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    width: max-content;
    padding-left: 0;
    list-style: none;
    background: #ff4f4c;
	background: #fff;
    transition: all .5s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: none;
    transition: all .3s ease;
}

header .tlt__header .tlt__menu .tlt__dropdown:hover>ul {
    display: block;
    opacity: 1;
    height: auto;
    top: 100%;
    transform: translateY(0);
    z-index: 1;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .25);
    transition: all .3s ease;
}

body header.header .tlt__header .tlt__menu .tlt__dropdown>ul a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
}

body header.header .tlt__header .tlt__menu .tlt__dropdown>ul a:hover {
    background: #ff716e;
	color: #fff;
}

header .tlt__header .tlt__menu .tlt__dropdown.tlt__phone{}
header .tlt__header .tlt__menu .tlt__dropdown.tlt__phone ul {}
header .tlt__header .tlt__menu .tlt__dropdown.tlt__phone ul li {}
header .tlt__header .tlt__menu .tlt__dropdown.tlt__phone ul li a {
	padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}
header .tlt__header .tlt__menu .tlt__dropdown.tlt__phone ul li a:hover {
	background: #fff;
	padding: 0;
	width: 35px;
    height: 35px;
}
header .tlt__header .tlt__menu .tlt__dropdown.tlt__phone ul li a:hover i {
	color: #fff;
}

body header.header .tlt__header .tlt__menu>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    position: relative;
}

body header.header .tlt__header .tlt__menu>li>a:hover,
body header.header .tlt__header .tlt__menu>li:hover>a {
    color: #23CAFF;
}

body header.header .tlt__header .tlt__menu>li:first-child>a {
    padding-left: 0px;
}

body header.header .tlt__header .tlt__menu .tlt__dropdown>a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 100%;
    background-image: url("../img/dropdown.png");
    background-repeat: no-repeat;
    background-position: center center;
}

body header.header .tlt__header .tlt__menu>li.tlt__phone>a {
    padding-left: 30px;
    color: #656565;
    font-weight: 700;
    font-size: 14px;
}

body header.header .tlt__header .tlt__menu>li.tlt__phone>ul a {
    font-weight: 500;
    font-size: 14px;
}

body header.header .tlt__header .tlt__menu>li.tlt__phone>a:hover,
body header.header .tlt__header .tlt__menu>li.tlt__phone:hover>a {
    color: #23CAFF;
}


/**2. Subheader**/

body header.header .tlt__subheader {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
}

body header.header .tlt__subheader .tlt__center {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

body header.header .tlt__subheader .tlt__left {
    margin-right: 101px;
}

body header.header .tlt__subheader .tlt_search {
    flex-grow: 1;
    margin-left: 16px;
    margin-right: 16px;
}
.search-widgets__dropdown {
    max-width: -webkit-fill-available;
}
body header.header .tlt__subheader .tlt_search .form-outline {
    flex-grow: 1;
}

body header.header .tlt__subheader .tlt_search .tlt__button_blue img {
    padding-right: 0px;
}

body header.header .tlt__subheader .tlt__right {
    display: flex;
    /*align-self: stretch;*/
}

body header.header .tlt__subheader .tlt__right .tlt__menu {
    display: flex;
    padding: 0px;
    margin: 0px;
}

body header.header .tlt__subheader .tlt__right .tlt__menu li {
    display: inline-flex;
    flex-grow: 1;
    min-height: 100%;
    flex: 1 1 0px;
	min-width: 32px;
}

.search__mobile {
	min-width: 32px;
}
#search_widget form.input-group {
    flex-wrap: nowrap;
}
.search__offcanvas .offcanvas-header {
    padding-left: 0;
}
body header.header .tlt__subheader .tlt__right .tlt__menu li a {
    display: flex;
    flex-flow: column wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    color: #8E8E8E;
}

body header.header .tlt__subheader .tlt__right .tlt__menu li a .tlt__img {
    flex-grow: 1;
	display: flex;
    align-items: center;
}

body header.header .tlt__subheader .tlt__right .tlt__menu li a .tlt__img img {
    transition: all .1s ease;
}

body header.header .tlt__subheader .tlt__right .tlt__menu li a:hover .tlt__img img, .search__mobile a:hover .tlt__img img {
    filter: invert(77%) sepia(37%) saturate(6174%) hue-rotate(163deg) brightness(105%) contrast(101%);
}

body header.header .tlt__subheader .tlt__right .tlt__menu li a .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    transition: all .5s ease;
	max-width: 11ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body header.header .tlt__subheader .tlt__right .tlt__menu li a:hover .tlt__text {
    color: #23CAFF;
}


/**3. Subheader menu**/

body header.header .tlt__subheader_menu_container {
    border-bottom: 1px solid #EFF2F6;
}

body header.header .tlt__subheader_menu .tlt__menu {
    padding: 0px;
    margin: 0px;
}

body header.header .tlt__subheader_menu .tlt__menu li {
    display: inline-flex;
}

body header.header .tlt__subheader_menu .tlt__menu li a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #656556;
    text-decoration: none;
    padding: 6px 8px;
}

body header.header .tlt__subheader_menu .tlt__menu li a:hover {
    color: #23CAFF;
}


/**Main Slider**/

.tlt__main_slider {
    margin-bottom: 19px;
}


/**Main Slider**/

.tlt__main_slider {
    margin-bottom: 19px;
}


/**tlt__main_product_pop**/

.tlt__main_product_pop {
    margin-bottom: 40px;
}


/**GLOBAL SLIDER**/

.tlt_slider {
    position: relative;
}

.tlt__main_filter .slick-list,
.tlt__main_product_king .slick-list {
    overflow: visible;
}

.tlt__main_filter .tlt__clip,
.tlt__main_product_king .tlt__clip {
    overflow-x: clip;
    padding: 0px;
    margin: 0px;
}

.slick-slide {
    margin: 0 10px;
}

.tlt_slider {
    margin: 0 -10px;
}

.tlt_slider .tlt__prev {
    left: -8px;
}

.tlt_slider .tlt__next {
    right: -8px;
}

.tlt_slider .tlt__prev,
.tlt_slider .tlt__next {
    display: flex;
    position: absolute;
    z-index: 5;
    top: calc(50% - 9px);
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/**7 Global product**/

.tlt__good {
    display: flex;
    flex-direction: row;
	padding-bottom: 20px;
}
.tlt__good:hover .card {
	background: #eff2f6;
}
.tlt__good.product-miniature:hover .product-miniature__infos__bottom, .tlt__good.product-miniature:hover .product-miniature__infos__top {
    background-color: transparent;
}
.product-miniature:hover .product-miniature__infos {
    box-shadow: 0 2px 2px #d3d3d3;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tlt__good .tlt__img {
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: background 1s linear;
}

.tlt__good .tlt__img:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.tlt__good .tlt__img .tlt__labels {
    display: flex;
    flex-direction: row;
    padding: 10px 8px;
    flex-grow: 1;
}

.tlt__good .tlt__img .tlt__labels .tlt__left {
    display: flex;
    flex-grow: 1;
    justify-content: start;
    flex-direction: row;
}

.tlt__good .tlt__img .tlt__labels .tlt__left span {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    margin-right: 10px;
}

.tlt__good .tlt__img .tlt__labels .tlt__right {
    display: flex;
    flex-grow: 1;
    justify-content: end;
    flex-direction: row;
}

.tlt__good .tlt__img .tlt__labels .tlt__right span {
    background: #FF4F4C;
    display: block;
    border-radius: 5px;
    height: fit-content;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 8px 10px;
}

.tlt__good .tlt__switch {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.tlt__good .tlt__switch span {
    padding-top: 10px;
    flex-grow: 1;
    line-height: 3px;
    margin: 6px 5px;
    border-bottom: 3px solid #FFFFFF;
    z-index: 5;
    cursor: pointer;
}

.tlt__good .tlt__switch span.tlt__active {
    border-bottom: 3px solid #23CAFF;
}


/**price**/

.tlt__good .tlt__price {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.tlt__good .tlt__price .tlt__current {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    padding-right: 16px;
}

.tlt__good .tlt__price .tlt__current.discount {
	color: #FF4F4C;
}

.tlt__good .tlt__price .tlt__old {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #8E8E8E;
}

.tlt__good .tlt__desc {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #656565;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.product-miniature__title.tlt__desc {
	height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-miniature .product-miniature__infos__bottom {
    margin-bottom: 0;
}
.custom-checkbox input[type=checkbox]+span.color, .variant-links .color, label .color {
    border-width: 2px;
}
.tlt__good .tlt__controls {
    z-index: 5;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0px 18px 6px 18px;
    background: #FFFFFF;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 96%;
    transition: .5s ease all;
    box-shadow: -1px 0px 0px 0px #efefef, 1px 0px 0px 0px #efefef;
    border-bottom: 1px solid #efefef;
}

.tlt__good .tlt__controls {
    justify-content: center;
}

.tlt__good .tlt__controls a {
    width: 100%;
}

.tlt__good .tlt__controls .tlt__cart {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #656565;
    flex-grow: 1;
    margin-bottom: 8px;
	border: none;
    height: 20px;
	background: transparent;
}

#_desktop_cart a, #_mobile_cart a {
	position: relative;
	min-height: 100%;
}
#_desktop_cart a .tlt__badge, #_mobile_cart a .tlt__badge {
    position: absolute;
    font-size: 9px;
    color: #fff;
    background: red;
    right: 14px;
    top: 3px;
}
#_mobile_cart a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.tlt__good .tlt__controls .tlt__cart:hover {
    color: #23CAFF;
}

.tlt__good .tlt__controls .tlt__oneclick {
    text-decoration: none;
    flex-grow: 1;
}

.product-miniature__variants {
    z-index: 91;
    transform: translateY(-30px);
    height: 0;
}


/**hover**/

.tlt__good:hover .tlt__controls {
    display: flex;
    background: #EFF2F6;
    box-shadow: 0 2px 2px #d3d3d3;
}

.tlt__good:hover .tlt__inner {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #EFF2F6;
}

.tlt__good .tlt__inner {
    background: white;
    border-radius: 5px;
    position: relative;
    flex-grow: 1;
    border: 1px solid #efefef;
}

.tlt__good .tlt__prop {
    padding: 28px 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #EFF2F6;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tlt__good .tlt__prop .tlt__text {
    flex-grow: 1;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #656565;
}

.tlt__good .tlt__prop .tlt__text b {
    font-weight: 700;
}


/**13 fooet slider**/

.tlt__footer_slider {
    margin-bottom: 19px;
}


/**14 footer**/

footer {
    background-color: #EFF2F6;
}

.footer .footer__block__toggle i {
    color: #16181c;
}
.footer .footer__block__toggle {
    justify-content: center;
    margin-bottom: 15px;
}
.email-subscription {
    background-color: transparent;
    padding: 0;
}
.email-subscription .email-subscription__content__inputs .btn-primary {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.email-subscription .email-subscription__content__inputs input[type=email] {
    color: #656556;
    border-color: #ced4da;
	margin-right: 0;
}
.tlt__foooter {
    padding-top: 50px;
    padding-bottom: 68px;
}

.tlt__foooter .tlt__logo {
    padding-bottom: 19px;
}

.tlt__foooter .tlt__phone a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #656565;
    padding-bottom: 16px;
    display: block;
    text-decoration: none;
}

.tlt__foooter .tlt__phone a:hover {
    color: #23CAFF;
}

.tlt__foooter .tlt__address {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #656565;
}

.tlt__menu-wrapper {
    position: relative;
}

.tlt__menu-toggle {
    display: none;
}

.tlt__foooter .tlt__menu {
    padding: 0px;
    list-style: none;
}

.tlt__foooter .tlt__menu a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    /*padding-bottom: 16px;*/
    display: block;
    text-decoration: none;
}

.tlt__foooter .tlt__menu a:hover {
    color: #23CAFF;
}

.tlt__foooter .tlt__menu .tlt__warn a {
    color: #FF4F4C;
    font-weight: 700;
    border-bottom: 1px dashed transparent;
}

.tlt__foooter .tlt__menu .tlt__warn a:hover {
    color: #c02421;
}

.tlt__foooter .tlt__social .tlt__title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    padding-bottom: 19px;
}

.tlt__foooter .tlt__social .tlt__icons {
    display: flex;
    flex-direction: row;
}

.tlt__foooter .tlt__social .tlt__icons a {
    padding-right: 16px;
}

.tlt__foooter .tlt__social {
    padding-bottom: 19px;
}

.tlt__foooter .tlt__form .tlt__title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    padding-bottom: 19px;
	margin-bottom: 0;
}

.tlt__foooter .tlt__form .tlt__input {
    padding-bottom: 19px;
}

.tlt__foooter .tlt__form .tlt__rules {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.tlt__foooter .tlt__form .tlt__rules .tlt__check {
    padding-right: 16px;
}

.tlt__foooter .tlt__form .tlt__rules .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E
}

.tlt__foooter .tlt__form .tlt__rules .tlt__text a {
    color: black;
    text-decoration: none;
}

.tlt__foooter .tlt__form .tlt__rules .tlt__text a:hover {
    color: #23CAFF;
}


/**subfooter**/

.tlt__sub_foooter {
    background: #F3FCFF;
}

.tlt__sub_foooter .row {
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

.tlt__sub_foooter .tlt__copy a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #656565;
    text-decoration: none;
}

.tlt__sub_foooter .tlt__copy a:hover {
    color: #23CAFF;
}

.tlt__sub_foooter .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #656565;
}


/**king**/

.tlt__main_product_king {
    background: #F3FCFF;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
}


/**10 banners**/

.tlt__main_banners {
    margin-bottom: 40px;
}

.tlt__main_banners .tlt__banner {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.tlt__main_banners .tlt__banner .tlt__texts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 18px 20px;
}

.tlt__main_banners .tlt__banner .tlt__texts>div {
    flex: 0 0 50%;
}

.tlt__main_banners .tlt__banner .tlt__vertical {
    display: flex;
    align-items: end;
}

.tlt__main_banners .tlt__banner .tlt__right {
    display: flex;
    flex-flow: column nowrap;
    align-items: end;
}

.tlt__main_banners .tlt__banner .tlt__title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 18px;
}

.tlt__main_banners .tlt__banner .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
    color: #656565;
    flex-grow: 1;
}

.tlt__main_banners .tlt__banner .tlt__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.tlt__main_banners .tlt__banner.tlt_type_1 {
    background: #EFCED9;
}

.tlt__main_banners .tlt__banner.tlt_type_2 {
    background: #FFD3E4;
}

.tlt__main_banners .tlt__banner.tlt_type_2 .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    text-transform: uppercase;
    color: #656565;
}

.tlt__main_banners .tlt__banner.tlt_type_3 {
    background: #EFBC83;
}

.tlt__main_banners .tlt__banner.tlt_type_3 .tlt__text {
    color: #FFFFFF;
}

.tlt__main_banners .tlt__banner.tlt_type_4 {
    background: #FFECCC;
}


/**brands**/

.tlt__main_brands {
    margin-bottom: 40px;
}

.tlt__main_filter .tlt__filter,
.tlt__main_filter .tlt__goods {
    background: #EFF2F6;
    border-radius: 5px;
}

.tlt__main_filter .tlt__goods {
    height: 100%;
    display: flow-root;
}

.tlt__main_filter .tlt__goods .tlt_slider {
    max-width: 100%;
    margin: 20px;
    margin-right: 0px
}


/**for goods**/

.tlt__main_filter .tlt__goods .col {
    /* width: var(--app-one-of-five-width);*/
    width: 20vw;
    max-width: calc((1320px / 5) - 20px);
}


/**filter**/

.tlt__main_filter .tlt__filter {
    flex-direction: column;
    padding: 15px;
}

.tlt__main_filter .tlt__filter .tlt__brand {
    padding-bottom: 19px;
}

.tlt__main_filter .tlt__filter .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    padding-bottom: 19px;
}

.tlt__main_filter .tlt__filter .tlt__controls {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 16px;
}

.tlt__main_filter .tlt__filter .tlt__controls .tlt__button_blue {
    width: fit-content;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #FFFFFF;
    color: #656565;
}

.tlt__main_filter .tlt__filter .tlt__controls .tlt__button_blue.tlt__active {
    background: #23CAFF;
    color: #FFFFFF;
}

.tlt__main_filter .tlt__filter .tlt__controls .tlt__title {
    text-transform: uppercase;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #656565;
    padding-bottom: 16px;
    width: 100%;
    display: block;
}

.tlt__main_filter .tlt__filter .tlt__controls .tlt__button_link {
    display: inline-block;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    padding-right: 10px;
    cursor: pointer;
}

.tlt__main_filter .tlt__filter .tlt__controls .tlt__button_link.tlt__active {
    text-decoration: underline;
    color: #656565;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub {
    display: flex;
    flex-flow: row nowrap;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__item:nth-child(1) {
    border-right: 1px solid #DCDCDC;
    padding-right: 10px;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__item:nth-child(2) {
    border-right: 1px solid #DCDCDC;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__item:nth-child(3) {
    flex-grow: 1;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__count {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #000000;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__button_color_box {
    display: flex;
    flex-flow: row nowrap;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__button_color_box .tlt__button_colors {
    display: flex;
    flex-flow: row wrap;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__button_color {
    display: flex;
    flex-direction: column;
    padding-right: 8px;
    align-items: center;
    justify-content: center;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__button_color span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin-bottom: 4px;
    margin-top: 4px;
    cursor: pointer;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__plus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__plus span {
    margin-left: 8px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tlt__main_filter .tlt__filter .tlt__controls.tlt__sub .tlt__button_color span.tlt__active {
    border: 1px solid black;
}

.tlt_color_50655C {
    background-color: #50655C;
}

.tlt_color_647970 {
    background-color: #647970;
}


/**other**/

.tlt__main_goodsweek {
    margin-bottom: 40px;
}


/**custom greed**/

.tlt__row {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.tlt__row .tlt__col {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}


/**grid size**/

.row .col {
    margin-bottom: 20px;
}

.tlt__gridbanner {
    flex: 0 0 auto;
    width: 60%;
    display: flex;
}

.tlt__gridbanner iframe {
    width: 100%;
}

.tlt__gridbanner a {
    display: flex;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}


/**category**/
.layout-full-width #js-product-list-top, .layout-left-column #js-product-list-top {
    margin-top: 25px;
    font-size: 14px;
}
.products-sort-order {
	max-width: 280px;
}
.products-sort-order .dropdown-item {
    font-size: 14px;
}
.category-cover {
	height: 0;
	width: 0;
}

.tlt__main_category_slider {
    margin-bottom: 40px;
    max-height: 212px;
    overflow: hidden;
}
#js-active-search-filters {
	font-size: 14px;
}
.category-tree__item__link,
.search-filters .accordion-button {
    font-size: 14px;
    line-height: 14px;
    color: #656565;
}
.category-tree__item__link:hover,
.search-filters .accordion-button:hover,
.search-filters .search-filters-link:hover,
.category-tree__item__link.active {
    color: #23caff;
}
.accordion-button:after {
    background-size: contain;
    width: 12px;
    height: 12px;
}
.search-filters .search-filters-link {
    font-size: 14px;
	width: 100%;
	display: block;
}
.tlt__category {
    display: flex;
    flex-flow: column wrap;
    background: #EFF2F6;
    flex-grow: 1;
    align-self: stretch;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EFF2F6;
    align-items: center;
    min-height: 100%;
    text-decoration: none;
    transition: .5s ease all;
    position: relative;
}

.tlt__category .tlt__inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tlt__category .tlt__img {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.tlt__category .tlt__img img {
    max-width: 100%;
    max-height: 100%;
}

.tlt__category .tlt__img:after {
    position: absolute;
    content: " ";
/*    background: rgba(255, 255, 255, .75) url("../img/eye.svg"); */
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    display: block;
    opacity: 0;
    transition: .5s ease all;
}

.tlt__category .tlt__img:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.tlt__category .tlt__text {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.tlt__category .tlt__text span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #656565;
    display: block;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    width: fit-content;
    transition: .5s ease all
}

.tlt__text span:after {
    content: "";
    border: 1px solid #8E8E8E;
    left: 0px;
    display: block;
    right: 0px;
    visibility: visible;
    transition: .5s ease all;
    opacity: 0;
    min-height: 2px;
    max-height: 2px;
    position: absolute;
    top: 0;
    margin-top: 24px;
}

.tlt__category .tlt__sub_text {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.tlt__category .tlt__sub_text span {
    visibility: visible;
    display: block;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    color: #8E8E8E;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    transition: .5s ease all;
    position: relative;
}


/**hover**/

.tlt__category:hover {
    background: white;
    border: 1px solid #656565;
}

.tlt__category:hover .tlt__text span {
    margin-top: -30px;
    padding-bottom: 30px;
    color: #23caff;
}

.tlt__category:hover .tlt__text span:after {
    opacity: 1;
    visibility: visible;
}

.tlt__category:hover .tlt__sub_text span {
    opacity: 1;
    visibility: visible;
    margin-top: -10px;
    padding-bottom: 10px;
}

.tlt__category:hover .tlt__img:after {
    opacity: 1;
}


/**no_pc**/

.tlt__mobile,
.tlt__pad {
    display: none;
}

.tlt__nopc {
    display: none;
}


/**Control box**/

#ttl__control {
    height: 0px !important;
}


/**controls**/

.tlt__breadcrumbs .tlt__crumb_row {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
	gap: 5px;
}

.tlt__breadcrumbs .tlt__crumb_row .tlt__crumb {
    padding-right: 0;
}

.tlt__breadcrumbs .tlt__crumb_row .tlt__crumb,
.tlt__breadcrumbs .tlt__crumb_row .tlt__crumb a,
.breadcrumb-item+.breadcrumb-item:before {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
	display: flex;
    align-items: center;
	gap: 10px;
}
.tlt__breadcrumbs .tlt__crumb_row .tlt__crumb a span {
	text-decoration: underline;
}
.tlt__breadcrumbs .tlt__crumb_row .tlt__crumb a:hover {
	color: #23caff;
}
.breadcrumb-item+.breadcrumb-item:before {
    content: "/";
	padding: 0;
}


/**header**/

.tlt__header_h1 .tlt__h1 {
    padding-right: 8px;
}

.tlt__header_h1 h1 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4C4C4C;
}

.tlt__header_h1 .tlt__header_row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.tlt__tree_block .tlt__sub_header {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #4C4C4C;
}

.tlt__header_h1 .tlt__count {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.custom-checkbox label .color.color-sm {
    height: 20px;
    width: 20px;
}
.custom-checkbox label {
	display: flex;
	width: 100%;
	align-items: center;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  margin-right: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  flex: 0 0 20px;
}

.custom-checkbox .checkmark::after {
  content: '';
background: url(../img/checkbox.png) center center no-repeat;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background: url(../img/checkbox.png) center center no-repeat;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
background: url(../img/checkbox.png) center center no-repeat;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark + .search-filters-link {color: #23caff;}

.search-btn {
    width: 46px;
	z-index: 0 !important;
}
#header.header {
	position: relative;
	transition: all .5s ease;
}
.scroll #header.header {
	position: sticky;
}
.scroll .header .tlt__header_container, .scroll .header .tlt__subheader_menu_container {
	display: none;
}
.product-flags {
    right: 4px;
    left: unset;
    top: 7px;
}

.page-product:not(.modal-body) .product__images .carousel-item.active,
.page-product:not(.modal-body) .product__images .thumbnail picture {
	background: #eff2f6;
}
.page-product:not(.modal-body) .product__images .thumbnail picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.page-product:not(.modal-body) .thumbnails__container .thumbnail img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-product:not(.modal-body) .thumbnails__container .thumbnail.active img {
    border: 2px solid #23CAFF;
}
.page-product:not(.modal-body) .thumbnails__container.carousel-indicators [data-bs-target] {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.page-product.modal-body .carousel-indicators [data-bs-target] {
	height: 50px;
	width: 50px;
}
.page-product.modal-body .thumbnails__container {display: none;}
.products-selections-filters .products-sort-order button span {
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.btn-primary {
    color: #fff;
	--bs-btn-color: #fff;
    --bs-btn-bg: #23caff;
    --bs-btn-border-color: #23caff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #18b3e2;
    --bs-btn-hover-border-color: #18b3e2;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #23caff;
    --bs-btn-active-border-color: #23caff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #caffd9;
    --bs-btn-disabled-border-color: #7f7f7f;
}

.btn-outline-primary {
    --bs-btn-color: #23caff;
    --bs-btn-border-color: #23caff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #23caff;
    --bs-btn-hover-border-color: #23caff;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #23caff;
    --bs-btn-active-border-color: #23caff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}


#js-active-search-filters .badge {
	border-color: #23caff;
	gap: 5px;
}
#js-active-search-filters .badge .material-icons {
    font-size: 18px;
}
#search_filters_wrapper .js-search-filters-clear-all {
    background: #22c7fb;
    color: #fff;
    font-size: 14px;
}
#search_filters_wrapper .js-search-filters-clear-all:hover {
    border-color: #22c7fb !important;
	background: #fff;
    color: #212529;
}
.badge {
    background-color: #23caff;
	border: 1px solid #16acdb;
	border-radius: 4px;
	font-size: 12px;
	margin: .1rem;
}
.badge.on-sale {
    background-color: #96ffb3;
    border: 1px solid #68d987;
    color: #000;
}
.badge.out_of_stock {
    background-color: #f9c58d;
    border: 1px solid #e3b17b;
    color: #000;
}
.badge.out_of_stock+.badge.other {
	display: none;
}
.badge.other {
    background-color: #d1d1d1;
    border: 1px solid #a7a7a7;
    color: #000000;
	display: none;
}
.badge.ends {
    background-color: #43d428;
    border: 1px solid #21c036;
    color: #ffffff;
}
.badge.discount {
    background-color: #FF4F4C;
    border: 1px solid #c7322f;
    color: #FFF;
	display: none;
}
.badge.pack {
    background-color: #0d6efd;
    border: 1px solid #085ad3;
    color: #FFF;
}
.product-flags {
    justify-content: flex-end;
    padding-left: 90px;
}
.product-miniature .product-miniature__quickview_button {
    font-size: 0;
    color: #000;
    text-transform: uppercase;
	gap: 0;
}
.card .btn.btn-outline-primary {
    border-color: #23caff;
    color: #23caff;
    font-size: 14px;
    line-height: 16px;
}
.card .btn.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
	line-height: 21px;
}
.card .btn.btn-outline-primary:hover {
    border-color: #23caff;
    background: #23caff;
	color: #fff;
}
.product-miniature .product-miniature__quickview_button:hover,
.product-miniature__infos__top a .product-miniature__title:hover,
.all-product-link:hover {
	color: #23caff;
}
.product-miniature .product-miniature__quickview_button:hover img,
.products article .wishlist-button-add:hover i,
.all-product-link:hover img {
	filter: invert(64%) sepia(50%) saturate(1336%) hue-rotate(160deg) brightness(100%) contrast(103%);
}
.all-product-link {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #656565;
	gap: 10px;
}
.all-product-link img {transition: all .3s ease;}

.product-miniature .product-miniature__quickview {
    background-color: rgba(255, 255, 255, .65);
	width: 34px;
    height: 34px;
    border-radius: 3px;
	left: 0;
    right: 0;
}
.product-miniature:hover .product-miniature__quickview {
    transform: translateY(calc(-100% - 100px));
}


.custom-checkbox input[type=checkbox]+span.color.active, .custom-checkbox input[type=checkbox]+span.color:hover, .variant-links .color.active, .variant-links .color:hover, label .color.active, label .color:hover {
    border-color: #23caff;
}

.search-filters .js-faceted-values {
    font-size: 12px;
    text-align: center;
}
.noUi-connect {
    background: #dee2e6;
}
.noUi-handle {
    background: #23caff;
    border: none;
    cursor: pointer;
}

#product .card_el__sticky {
	height: fit-content;
	height: inherit;
	/*z-index: 1;*/
}
.main-menu__mobile #menu-mobile a {
    display: flex;
    align-items: center;
    gap: 10px;
}
#menu-mobile li[id*="bestsellery"] a:before {
	content: "";
	display: inline-flex;
	width: 16px;
	height: 16px;
	background: url("../img/king_label.png") center center no-repeat;
}
#menu-mobile li[id*="rasprodaza"] a:before {
	content: "";
	display: inline-flex;
	width: 16px;
	height: 16px;
	background: url("../img/percent_label.png") center center no-repeat;
}
#menu-mobile li[id*="novinki"] a:before {
	content: "";
	display: inline-flex;
	width: 16px;
	height: 16px;
	background: url("../img/fire_label.png") center center no-repeat;
}

#menu-mobile .main-menu__toggle-child i {
	cursor: pointer;
}
.header a:not(.dropdown-item):not(.btn):hover, .header a:not(.dropdown-item):not(.btn):hover i,
#menu-mobile .main-menu__toggle-child i:hover, .js-back-button:hover {
    color: #23CAFF;
}


/**tlt__feedbacks_state**/
.tlt__feedback {
    margin-bottom: 50px;
}


.tlt__feedbacks_state {
    background: white;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tlt__feedbacks_state .tlt__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;

}

.tlt__feedbacks_state .tlt__text .tlt__rate {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    padding-right: 10px;
    /* identical to box height */
    color: #4D4D4D;
}

.tlt__feedbacks_state .tlt__text .tlt__count {
    font-family: 'Ubuntu';

    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #000000;
    flex-grow: 1;
}

.tlt__feedbacks_state .tlt__starline {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
}

.tlt__feedbacks_state .tlt__starline .tlt__count {
    padding-right: 20px;

}

.tlt__feedbacks_state .tlt__starline .tlt__stars {
    padding-right: 20px;
}

.tlt__feedbacks_state .tlt__starline .tlt__track {
    background: red;
    flex-grow: 1;
    height: 11px;
    background: #EFF2F6;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.tlt__feedbacks_state .tlt__starline .tlt__track .tlt__fill {
    background: #FFA800;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
}


.tlt__feedbacks_state .tlt__button_blue {
    text-decoration: none;
    background: #FFA800;
    border-radius: 5px;
}

.tlt__feedbacks_comment {
    margin-top: 20px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    width: 70%;
}

/**feedback**/

.tlt__feedback .tlt__more {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.tlt__feedback {
    background: #F3FCFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tlt__feedback .tlt__feedbacks {
    background: white;
    border-radius: 5px;
}

.tlt__feedback .tlt__feedbacks .tlt__item {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

.tlt__feedbacks .tlt__item .tlt__img {
    width: 80px;
    min-width: 80px;
}

.tlt__item .tlt__texts {
    width: 60%;
}

.tlt__feedbacks .tlt__item .tlt__name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
    margin-bottom: 4px;
}

.tlt__feedbacks .tlt__item .tlt__data {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    margin-bottom: 4px;
}

.tlt__feedbacks .tlt__item .tlt__stars {
    margin-bottom: 20px;
}

.tlt__feedbacks .tlt__item .tlt__header {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
    margin-bottom: 4px;
}

.tlt__feedbacks .tlt__item .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #8E8E8E;
}


/**tlt__post**/

.tlt__post .tlt__title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 16px;
}

.tlt__post .tlt__list {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;

    color: #656565;
}


.tlt__post .ltl__showfull {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #40AFDA;
    display: block;
    width: 100%;
    text-align: center;
}


.tlt_download img {
    margin-right: 10px;

}

.tlt_download .tlt__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;

}

.tlt_download .tlt__title span {
    padding-top: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #999999;
}

/**tlt__icons**/
.tlt__icons {
    display: flex;
    width: 100%;
    flex-direction: row;
	gap: 10px;

}

.tlt__icons .tlt__icon {
    flex: 0 0 33.3%;
    display: flex;
    flex-direction: column;
}

.tlt__icons .tlt__icon .tlt__img {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.tlt__icons .tlt__icon .tlt__img:before {
    content: "";
    padding-top: 50%;
    float: left;
}

.blockreassurance_product .block-title {
    font-size: 12px;
	text-transform: uppercase;
}

.tlt__icons .tlt__icon .tlt__text {
    padding-top: 5px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #8E8E8E;
}


/**tlt__tab_content**/

.tlt__tabs .tlt__tab_content .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #656565;
    margin-bottom: 48px;
}

.tlt__tabs .tlt__tab_content .tlt__item {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}


.tlt__tabs .tlt__tab_content .tlt__item .tlt__img {
    width: 7.5%;
    margin-right: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #EFF2F6;
    border-radius: 5px;

}

.tlt__tabs .tlt__tab_content .tlt__item .tlt__list {
    padding-left: 15px;
}


.tlt__tabs .tlt__tab_content .tlt__item .tlt__img:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.tlt__tabs .tlt__tab_content .tlt__item .tlt__img img {
    max-width: 100%;
    max-height: 100%;
}

.tlt__tabs .tlt__tab_content .tlt__item .tlt__title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 16px;
}

.tlt__tabs .tlt__tab_content .tlt__item .tlt__list li {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;

    color: #656565;
}

.tlt__tabs .tlt__tab_content .tlt__item a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #40AFDA;
    text-decoration: none;
}

.tab-content .detail, .product__details .detail {
    border-bottom: 1px solid #e9ecef;
    gap: 10px;
    padding: 0;
	transition: all .5s ease;
}
.tab-content .detail .detail__left, .product__details .detail .detail__left {
    padding: 1rem;
	transition: all .5s ease;
}
.tab-content .detail .detail__right, .product__details .detail .detail__right {
    padding: 1rem;
	border-left: 1px solid #e9ecef;
	color: #777777;
	transition: all .5s ease;
}
.tab-content .detail:hover {
	background: #f1f1f1;
}
.tab-content .detail:hover .detail__left,
.tab-content .detail:hover .detail__right {
	color: #23CAFF;
}


/**tlt__nav**/

.tlt__tabs .container .tlt__nav {
    background: #EFF2F6;
    border-radius: 5px;
}

.tlt__tabs .container .tlt__nav li {
    display: inline-flex;
    width: 20%;
	min-width: max-content;
    justify-content: center;
    align-items: center;

}

.tlt__tabs .container .tlt__nav li > div {
    background: #EFF2F6;
    width: 100%;
    text-align: center;
    padding: 16px;
    border-bottom: 3px solid #BABABA;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: #BABABA;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.tlt__tabs .container .tlt__nav li > div.active {
    border-bottom: 3px solid #000000;
    color: #000000;
}


.tlt__tabs .tlt__nav {
    list-style: none;
    padding: 0px
}

/**ltl__product_acc**/
.ltl__product_acc {
    margin-bottom: 20px;
}

.ltl__product_acc .container {
    padding-right: 0px;
    padding-left: 0px;

}

.ltl__product_acc .tlt__header h2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #4D4D4D
}

.ltl__product_acc .tlt__header {
    margin-bottom: 20px;
}

.ltl__product_acc .tlt__switchs {
    display: flex;
    flex-direction: row;

}

.ltl__product_acc .tlt__switchs .tlt__switch:first-child {
    margin-right: 5px;
}

.ltl__product_acc .tlt__switchs .tlt__switch:last-child {
    margin-left: 5px;
}


/**list**/


.ltl__product_list .container {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 32px 16px 0px 16px;
}

.ltl__product_list .tlt__header h2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.ltl__product_list .form-check-input {
    width: 20px;
    height: 20px;
}

.ltl__product_list .tlt__plus {
    position: relative;
}

.ltl__product_list .tlt__plus:after {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    content: '+';
    position: absolute;
    z-index: 5;
    top: calc(50% - 50px);
    right: -25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    color: #CDCDCD;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;

}

.ltl__product_list .tlt__good .tlt__split.tlt__button_blue {
    background: #9AE7FF;
    display: flex;
    justify-content: flex-start;
    padding: 0px !important;
    align-items: center;
    text-decoration: none;
}

.ltl__product_list .tlt__good .tlt__split.tlt__button_blue img {
    padding-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ltl__product_list .tlt__good .tlt__split.tlt__button_blue span {
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #23CAFF;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #313131;

}

.ltl__product_list .tlt__good .tlt__button_blue.tlt__flat {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #313131;
    background: white;
    border: 1px solid #23CAFF;
    text-decoration: none;
}

.ltl__product_list .tlt__fill {
    width: unset;
    flex-grow: 1;
    justify-content: end;
    align-items: center;
    display: flex;
}


.ltl__product_list .tlt__fill a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
}

.ltl__product_list .tlt__complect_button {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
}


.ltl__product_list .tlt__complect_price {
    display: flex;
    flex-direction: row;
    width: unset;
    justify-content: end;
    align-items: center;
    display: flex;
}

.ltl__product_list .tlt__complect_price .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.ltl__product_list .tlt__complect_price .tlt__price {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}


.ltl__product_list .tlt__complect_price .tlt__old {

    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #8E8E8E;
    position: relative;
}

.ltl__product_list .tlt__complect_price .tlt__old:before {
    content: "";
    z-index: 5;
    display: block;
    position: absolute;
    border-bottom: 2px solid #FF4F4C;
    top: 50%;
    left: 0;
    right: 0;
}

.ltl__product_list .tlt__complect_price .tlt__complect_col {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.ltl__product_list .tlt__complect_price .tlt__complect_col:last-child {
    align-items: end;

}


/**param**/
.ltl__product_full .tlt__parm_container .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 19px;
}

.ltl__product_full .tlt__parm_container .tlt__text_lite {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #8E8E8E;
    margin-bottom: 19px;
    margin-top: 19px;
}

.ltl__product_full .tlt__parm_container .tlt__param {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}

.ltl__product_full .tlt__parm_container .tlt__dots {
    flex-grow: 1;
    border-bottom: 1px dotted #EFF2F6;
}

.ltl__product_full .tlt__parm_container .tlt__name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #8E8E8E;
}


.ltl__product_full .tlt__parm_container .tlt__link {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #40AFDA;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
}


/**brand contaibner**/
.ltl__product_full .tlt__brandgods_container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.ltl__product_full .tlt__brandgods_container .tlt__img {
    margin-right: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #EFF2F6;
    border-radius: 5px;
}

.ltl__product_full .tlt__brandgods_container .tlt__img:after {
    content: "";
    padding-top: 100%;
    float: left;
}

.ltl__product_full .tlt__brandgods_container .tlt__img img {
    max-width: 100%;
    max-height: 100%;
}

.ltl__product_full .tlt__brandgods_container .tlt__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ltl__product_full .tlt__brandgods_container .tlt__links .tlt__link {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #40AFDA;
    margin-bottom: 16px;
}


/**containert**/

.ltl__row_container {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 /15%);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 16px;
    align-items: center;
}


.ltl__product_full .ltl__row_container .tlt__row_pad {
    margin-bottom: 10px;
}

.ltl__row_container .tlt__row_box {
    display: flex;
    flex-direction: row;
}
.ltl__row_container .tlt__row_box .pack-item + .pack-item {
    border-top: 1px solid #e9ecef;
}

.ltl__row_container .tlt__row_box .tlt__col {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ltl__row_container .tlt__row_box .tlt__col_grow {
    flex-grow: 1;
}
.tlt__col.tlt_download a {
	color: #23CAFF;
    font-weight: 400;
    font-size: 14px;
}

#product #content-wrapper {
    padding-bottom: 0;
}

/**labels**/
.tlt__labels span {
    display: block;
    border-radius: 5px;
    height: fit-content;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 10px;
    margin-right: 10px;
    width: fit-content;
	white-space: nowrap;
}

.tlt__labels .tlt__sale {
    background: #FF4F4C;
    color: #FFFFFF;
}

.tlt__labels .tlt__new {
    background: #E786FF;
    color: #FFFFFF;
}

.pack-item a .product-pack__name {
    color: #000;
    line-height: 14px;
	transition: all .3s ease;
}
.pack-item .product-pack__image {
	flex: 1;
}
.pack-item a:hover .product-pack__name {
    color: #0094CE;
}
.pack-item .product-pack__price {
	font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    color: #000000;
	margin-bottom: 0;
}

.product-miniature .product-miniature__variants .variant-links {
    gap: .3rem;
    width: 90%;
    margin: auto;
}

.product-miniature .variant-links .product-miniature__link {
    width: 0;
    height: 0;
    margin-left: -.3rem !important;
}


/**header**/
.ltl__product_full .tlt__header_row .tlt__h1 h1 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.tlt__split {
    border-bottom: 1px solid #EFF2F6;
	text-decoration: none;
}


/**price**/

.ltl__product_full .tlt__price_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 16px;

}


.ltl__product_full .tlt__price_box .llt__current {
    font-family: 'Ubuntu Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}

.ltl__product_full .tlt__price_box .tlt__old {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    justify-content: center;
}

.ltl__product_full .tlt__price_box .tlt__save {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FF4F4C;
	height: 16px;
}


.ltl__product_full .tlt__price_box .tlt__regular {
    display: flex;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
	text-decoration-line: line-through;
}

.ltl__product_full .tlt__price_box .llt__control {
    flex-grow: 1;
    text-align: end;
}

.ltl__product_full .tlt__price_box .llt__control a {
    padding-left: 10px;

}

/**credit**/

.ltl__product_full .tlt__credit_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
}

.ltl__product_full .tlt__credit_box .tlt__credit {
    flex-grow: 1;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.ltl__product_full .tlt__credit_box .tlt__pricedown {

}

.ltl__product_full .tlt__credit_box .tlt__pricedown a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #0094CE;
}

/**calc**/
.tlt__calc .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.tlt__calc .tlt__text_lite {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.tlt__calc .tlt__col {

    padding-right: 5px;
    padding-left: 5px;
}

.tlt__calc .tlt__day {
    width: 100%;
    cursor: pointer;
}

.tlt__calc .tlt__day:first-child {
    padding-left: 0px !important;
}

.tlt__calc .tlt__col:last-child {
    padding-right: 0px !important;
}

.tlt__calc .tlt__col .tlt__line {
    border-bottom: 5px solid #EFF2F6;
}

.tlt__calc .tlt__day.tlt__active .tlt__line {
    border-bottom: 5px solid #E786FF;
}

.tlt__calc .tlt__day .tlt__name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 6px;
    padding-bottom: 16px;
}

.tlt__calc .tlt__day .tlt__price {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}


/**shipping**/
.tlt__shipping .tlt__text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.tlt__shipping .tlt__text_lite {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.tlt__shipping .tlt__text_lite_blue {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #0094CE;
}


/**complect**/


.ltl__product_full .tlt__complect .tlt__header {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.ltl__product_full .tlt__complect .tlt__header .tlt__contain {
    flex-grow: 1;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.ltl__product_full .tlt__complect .tlt__header .tlt__contain span {
    font-weight: 700;
}

.ltl__product_full .tlt__complect .tlt__header .tlt__advanced a {

    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #0094CE;
}


.ltl__product_full .tlt__complect .tlt__items {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 16px;
}

.ltl__product_full .tlt__complect .tlt__items .tlt__img {
    width: 16.6%;
    margin-right: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #EFF2F6;
    border-radius: 5px;

}

.ltl__product_full .tlt__complect .tlt__items .tlt__img:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.ltl__product_full .tlt__complect .tlt__items .tlt__img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}


/**alert**/

.tlt__alert {
    padding: 8px 12px;
    margin-bottom: 16px;
	width: fit-content;
}

.tlt__alert span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.tlt__alert.tlt__warning {
    background: #e0e0e0;
    border-radius: 5px;
}
.tlt__alert.tlt__availability {
    background: #d8f5e0;
    border-radius: 5px;
}
.tlt__alert.tlt__preorder {
    background: #ddf8fa;
    border-radius: 5px;
}
.tlt__alert.tlt__last {
    background: #fcebdf;
    border-radius: 5px;
}
.tlt__warning .material-icons {
    color: #000000;
    font-size: 16px;
}
.tlt__availability .material-icons {
    color: #06b737;
    font-size: 16px;
}
.tlt__last .material-icons {
    color: #ff7c7c;
    font-size: 16px;
}
.tlt__preorder .material-icons {
    color: #005b9c;
    font-size: 16px;
}

/**feedback**/
.page-product .product-comments-additional-info .tlt__rate,
.page-product .product-comments-additional-info .tlt__counte {
	display: none;
}
.ltl__product_full .tlt__pfeedback {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: flex-start;
}

.ltl__product_full .tlt__pfeedback .tlt__star {
    margin-right: 16px;
}

.ltl__product_full .tlt__pfeedback .tlt__count a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0094CE;
	text-decoration: underline;
}


/**galery**/
.ltl__product_full .tlt__galery {
    position: relative;
	position: sticky;
    top: 100px;
    flex-direction: row;
    padding-left: calc(20% + 20px);
}

.ltl__product_full .tlt__galery .ltl__image {
    position: relative;
}

.ltl__product_full .tlt__galery .ltl__image .tlr__flag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.ltl__product_full .tlt__galery .ltl__image .tlt__present {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

.ltl__product_full .tlt__galery .tlt__labels {
    display: flex;
    position: absolute;
    flex-direction: row;
    top: 10px;
    right: 10px;
    z-index: 5;
}


.ltl__product_full .tlt__galery .ltl__thumbals {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 20%;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-y: scroll !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}


.ltl__product_full .ltl__thumbals > div {
    max-width: 100% !important;
    display: flex !important;
    padding: 0px !important;
    margin: 0px !important;
    border: unset !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
    opacity: 0.7 !important;

}

.ltl__product_full .ltl__thumbals {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.ltl__product_full .ltl__thumbals::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}


.ltl__product_full .ltl__thumbals > div.active img {
    border: 2px solid #23CAFF;

}

.ltl__product_full .ltl__thumbals > div img {
    border: 2px solid white;
    width: 100%;
    height: auto;
}

.ltl__product_full .tlt__galery_controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


.ltl__product_full .tlt__galery_controls .ltl__thumbals_scroll:first-child {
    flex: 0 0 20%;
    justify-content: center;
    align-items: center;
    align-items: center;
    display: flex;
}

.ltl__product_full .tlt__galery_controls .ltl__thumbals_scroll:last-child {
    flex: 0 0 80%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}


.ltl__product_full .tlt__galery_controls .tlt_scroll {
    display: flex;
    z-index: 5;
    top: calc(50% - 9px);
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;

}

.ltl__product_full .tlt__galery_controls .tlt_scroll_down {
    margin-right: 0px !important;
}

.ltl__product_full .tlt__galery_controls .tlt_scroll_down img {
    transform: rotate(-90deg);
}

/*Product slider*/
#tlt_slider_prooduct .tlt__plus {
	margin-bottom: 0px;
}
.quickview.show .modal-content .modal-footer {
	display: none;
}
.page-cart .unit-price-cart {
	display: none;
}
.ph-social-link-block.displayAfterBodyOpeningTag, .ph-social-link-block.displayBeforeBodyClosingTag {
	z-index: 99;
}





/* ------------------------------------------- mobile styles -------------------------------------------------- */
/**pad**/
@media (max-width: 1399px) {
	.product-miniature:hover .product-miniature__quickview {
		transform: translateY(calc(-100% - 85px));
	}
}
@media (max-width: 1199px) {
	.blockcart {
		height: 100%;
	}
	#_desktop_cart a .tlt__badge, #_mobile_cart a .tlt__badge {
		right: 3px;
		top: -3px;
	}
    .container {
        max-width: unset;
    }
	.product-miniature:hover .product-miniature__quickview {
		transform: translateY(calc(-100% - 100px));
	}
    header .tlt__header_container,
    header .tlt__subheader_container .tlt__center,
    header .tlt__subheader_menu_container {
        display: none;
    }
    header {
        margin-bottom: 0px;
    }
    /**tlt__subheader**/
    header .tlt__subheader .tlt__logo img {
        height: 32px;
        width: auto;
    }
    header .tlt__subheader {
        padding-top: 16px;
        padding-bottom: 8px;
    }
    header .tlt__subheader .tlt__bars {
        display: flex;
        flex: 0 0 25%;
        margin: 0px;
        justify-content: start;
    }
    header .tlt__subheader .tlt__left {
        display: flex;
        justify-content: center;
        flex: 0 0 50%;
        margin: 0px;
    }
    header .tlt__subheader .tlt__right {
        display: flex;
        flex: 0 0 auto;
        margin: 0px;
        justify-content: end;
        position: relative;
        right: 0;
        z-index: 100;
    }
    header .tlt__subheader .tlt__right .tlt__menu li {
        align-items: center;
    }
    header .tlt__subheader .tlt__right .tlt__menu li:first-child {
        display: none;
    }
    header .tlt__subheader .tlt__right .tlt__menu li a .tlt__img img {
        opacity: 0.7;
    }
    header .tlt__subheader .tlt__right .tlt__menu li a .tlt__text {
        display: none;
    }
    /**main slider**/
    .tlt__main_slider,
    .tlt__main_slider>.container {
        padding: 0px;
    }
    .tlt__main_goodsweek .tlt__gridbanner {
        flex: 0 0 auto;
        width: 25%;
    }
    /**for goods**/
    .tlt__main_filter .tlt__goods .col {
        width: 25vw;
        max-width: calc((1200px / 4) - 20px);
    }
    /**banners**/
    .tlt__main_banners .tlt__img img {
        height: 200px;
        width: auto;
    }
    .tlt__main_banners .tlt__banner .tlt__texts>div {
        flex: 0 0 50%;
    }
    /**fix slider**/
    .tlt__main_product_king .slick-list {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
	.logo-block {}
	.mobile-megamenu .header-block__action-btn {
		font-size: 0;
	}
    .tlt__main_goodsweek .tlt__gridbanner {
        flex: 0 0 auto;
        width: 66.6666%;
        order: -1;
    }
    .row-cols-md-3>.col:first-child {
        order: -2;
    }
    footer .tlt__foooter .tlt__col_1 {
        order: -2;
    }
    footer .tlt__foooter .tlt__col_4 {
        order: -1;
    }

	.carousel-desc figure {
        /*content: "";
        position: absolute;
        left: 60%;
        width: 40%;
        top: 0;
        display: flex;
		justify-content: center;
		align-items: center;
        height: 100%;*/
    }
    
    .carousel-text {
        /*display: flex;
        height: 100%;
        flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        justify-content: center;
        padding-left: 5%;
        width: 55%;*/
    }
	.ph-social-link-block.displayBeforeBodyClosingTag {
		/*display: none;*/
	}
}

@media (max-width: 767px) {
	.search__offcanvas #search_widget .search {
		color: #fff;
		right: unset;
	}
	#_mobile_cart {
		display: flex;
		align-items: center;
	}
	#_mobile_cart a .tlt__text {
		display: none;
	}
	#_mobile_cart a .tlt__badge {
        right: calc(50% - 18px);
        top: calc(50% - 18px);
    }
	body header.header .tlt__subheader .tlt__right .tlt__menu {
		display: flex;
        
	}
	.layout-left-column #left-column .ps_categorytree.category-tree.left-block {display: none;}
    .tlt__main_goodsweek .tlt__gridbanner {
        width: 50%;
        order: unset;
    }
	#left-column .offcanvas-body, #left-column .offcanvas-header {
		width: var(--bs-offcanvas-width);
	}
    .row-cols-md-3>.col:first-child {
        order: unset;
    }
	.carousel-desc {
        height: 600px !important;
    }
    .carousel-desc figure {
        content: "";
        position: absolute;
        left: 0%;
        width: 100%;
        top: 0;
        height: 350px !important;
    }
    
    .carousel-text {
        height: 250px;
        flex-direction: column;
        position: absolute;
        top: unset;
        bottom: 0;
        margin: auto;
        justify-content: center;
        padding-left: 5%;
        width: 95%;
        padding-bottom: 30px;
        line-height: 18px;
    }
}


/**modile**/

@media (max-width: 576px) {
	#products .product-miniature .card {
		width: 100%;
	}
	.blockreassurance_product {
		margin-top: 0;
	}
	.tlt__icons {
		flex-direction: column;
	}
	.tlt__icons .tlt__icon .tlt__img {
		max-height: 60px;
	}
    .tlt__good .tlt__controls .tlt__cart {
        margin-bottom: 8px;
    }
    /**for goods**/
    .tlt__main_goodsweek .tlt__gridbanner {
        flex: 0 0 auto;
        width: 100%;
        position: relative;
        height: 0;
        overflow: hidden;
        padding-top: 53.1%;
    }
    .tlt__main_goodsweek .tlt__gridbanner iframe {
        position: absolute;
        top: 0;
        left: calc(1.5rem * .5);
        height: 100%;
        width: calc(100% - 1.5rem);
        object-fit: contain;
    }
    .tlt__main_filter .tlt__goods .col {
        /* width: var(--app-one-of-two-width);*/
        width: 50vw;
        max-width: calc((576px / 2) - 20px);
    }
    .tlt__good .tlt__controls {
        position: relative;
        display: flex;
        top: unset;
    }
    footer .tlt__foooter .tlt__col_4 {
        order: unset;
    }
    /***category**/
    .tlt__category {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
        padding: 10px;
    }
    .tlt__category .tlt__img {
        max-height: 100px;
        min-height: 100px;
        overflow: hidden;
    }
    .tlt__category .tlt__img img {
        max-width: 100%;
        width: fit-content;
        height: fit-content;
    }
    /**fix slider**/
    .tlt__main_product_king .slick-list {
        overflow: hidden;
    }
    footer .tlt__foooter {
        padding-top: 20px;
        padding-bottom: 20px;
        ;
    }
    footer .tlt__foooter .tlt__col_1 {
        padding-bottom: 20px;
    }
    footer .tlt__foooter .tlt__social,
    footer .tlt__foooter .tlt__form,
    footer .tlt__sub_foooter .tlt__paylist,
    footer .tlt__sub_foooter .tlt__copy,
    footer .tlt__sub_foooter .tlt__text {
        text-align: center;
    }
    .tlt__foooter .tlt__social .tlt__icons {
        justify-content: center;
    }
	.tlt__icons a {
		width: 48px;
		height: 48px;
	}
	.carousel-text {
        align-items: center;
        text-align: center;
    }
	.page-product:not(.modal-body) .product__images {
		display: flex;
		flex-direction: column;
		padding-left: 0;
	}
	
	.page-product:not(.modal-body) .ltl__product_full .tlt__galery .ltl__thumbals {
		position: relative !important;
		max-width: 100%;
		flex-direction: row;
		overflow-x: scroll !important;
	}
	.page-product:not(.modal-body) .thumbnails__container.carousel-indicators [data-bs-target] {
		width: 20%;
		height: 20%;
		margin: 0;
	}
	.thumbnails__list {
		flex-direction: row;
		display: flex;
        gap: 0.5rem;
		margin: 0;
	}
	.tlt__tabs .container .tlt__nav li > div {
		padding: 10px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 399px) {
	#left-column .offcanvas-body, #left-column .offcanvas-header {
		width: 100%;
	}
}
@media (max-width: 389px) {
	body header.header .tlt__subheader .tlt__right .tlt__menu {
        width: 66.6666%;
    }
	.tlt__foooter .tlt__menu {
		background: #ff4f4c;
	}
	.search__mobile {width: 33.3333%;}
	.search__mobile .header-block {
		text-align: center;
	}
    header .tlt__subheader .mobile-fixed-panel {
        flex: 0 0 100%;
        width: 100%;
		margin-top: 20px;
        justify-content: space-between;
        right: 0;
		position: fixed;
		bottom: 0;
		background: #fff;
		border-top: 3px solid #23caff;
	}
	.offcanvas.show:not(.hiding).offcanvas-bottom {
		top: unset;
		bottom: 46px;
	}
	body header.header .tlt__subheader .tlt__right .tlt__menu li {
		justify-content: center;
	}
	.logo-block {
        margin-right: 0 !important;
        margin-left: auto !important;
    }
    footer .tlt__foooter .tlt__col_2,
    footer .tlt__foooter .tlt__col_3 {
        width: 100%;
        text-align: center;
    }
	.search-widgets__dropdown {
        max-width: unset;
        right: 0;
        bottom: calc(100% + .25rem);
        top: unset;
        z-index: 101;
    }
	.search-widgets__results {
		padding: .5rem;
		width: 100%;
	}
	.search-result__name {
		font-size: .84rem;
	}
    /*.tlt__menu {
        display: flex;
        position: absolute;
        top: 0%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: #fff;
        background: #ff4f4c;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all .5s ease;
    }
	.tlt__menu.collapse.show, .tlt__menu--open {
        opacity: 1;
        height: auto;
        top: 100%;
    }
    .tlt__menu-toggle {
        display: inline-block;
        background-color: #23caff;
        color: white;
        border: none;
        padding: 8px 15px;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
        border-radius: 5px;
        width: 100%;
        text-align: left;
        margin: 2px 0;
        text-align: center;
    }
    .tlt__menu-toggle:hover {
        background-color: #18b3e2;
    }
    .tlt__menu li {
        height: 30px;
        display: flex;
        align-items: center;
        width: 100%;
    }*/
    .tlt__foooter .tlt__menu a,
    .tlt__foooter .tlt__menu .tlt__warn a {
        padding: 0;
        line-height: 12px;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }
    .tlt__foooter .tlt__menu a:hover {
        background: #ff716e;
        color: #fff;
    }  
}

/* Bages новые */

.availability-label {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.availability-label .bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.availability-instock {
  color: #27ae60;
}

.availability-instock .bullet {
  background-color: #27ae60;
}

.availability-backorder {
  color: #2980b9;
}
.availability-backorder .bullet {
  background-color: #2980b9;
}

.availability-low {
  color: #f39c12;
}
.availability-low .bullet {
  background-color: #f39c12;
}

.availability-other {
  color: #999;
}
.availability-other .bullet {
  background-color: #999;
}

.tlt__discount-box {
  display: inline-flex;
  align-items: center;
  background: #fff3c1;
  border: 1px solid #e6c657;
  color: #c0392b;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
}

.tlt__discount-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tlt__discount-percent {
  font-weight: bold;
}

#cookie-banner {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 10px;
  right: 10px;
  background: #222;
  color: #fff;
  padding: 15px;
  z-index: 9999;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

#cookie-banner .cookie-text {
  flex: 1 1 auto;
  margin: 0;
}

#cookie-banner .cookie-link {
  color: #4CAF50;
  text-decoration: underline;
}

#cookie-banner .cookie-btn {
  background: #4CAF50;
  border: none;
  color: white;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  align-self: center;
}

.tlt__set {

    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8E8E8E;
    display: inline-block;
    line-height: 1;
}

.products.owl-carousel {
	position: relative;
}
.products.owl-carousel .owl-nav {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.products.owl-carousel .owl-nav > div {
    margin: 0;
    display: flex;
    position: absolute;
    z-index: 5;
    top: calc(50% - 9px);
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.products.owl-carousel .owl-nav > .owl-prev {left: -15px;}
.products.owl-carousel .owl-nav > .owl-next {right: -12px;}
.products.owl-carousel .owl-nav > .owl-prev > .owl-prev,
.products.owl-carousel .owl-nav > .owl-next > .owl-next {display: none}
.products.owl-carousel .owl-prev:before {
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -15px;
    margin-top: -20px;
  position: relative;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
  width: 10px;
}
.products.owl-carousel .owl-next:before {
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -22px;
    margin-top: -20px;
  position: relative;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(135deg);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate(135deg);
  width: 10px;
}

.offcanvas.show {
	max-width: 85%;
}

@media screen and (max-width: 991px) {
	#wrapper .banner {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#content-wrapper .ltl__product_full .col-md-4.col-lg-3 .ltl__row_container {
		display: none;
	}
}

@media screen and (max-width: 576px) {
	.offcanvas.show {
		max-width: 95%;
	}
	.block-category #category-description {
		margin: 0 !important;
		padding: 0 !important;
		height: 0 !important;
		overflow: hidden;
	}
	.block-category #category-description *, #js-product-list-footer *  {
		font-size: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.tlt__good .tlt__controls {
        padding: 0;
    }
	.tlt__good .tlt__price {
		flex-direction: column-reverse;
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
	}
	.product-miniature .product-miniature__price {
		margin-right: 0 !important;
	}
	.tlt__good .tlt__price .tlt__current {
		padding-right: 0;
	}
	.tlt__good .tlt__desc {
		font-size: 12px;
		line-height: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

}

.fw-semibold {
    font-weight: 600 !important;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
}


/* CSS для инфоблока на главной */
.homepage-info-block {
  padding: 16px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  transition: box-shadow 0.2s ease-in-out;
  min-height: 100px;
  font-size: 1.05rem;
  font-weight: 500;
}

.homepage-info-block svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
  vertical-align: middle;
}

.homepage-info-block--about { background-color: #f1d7de; }
.homepage-info-block--why { background-color: #fcd2df; }
.homepage-info-block--delivery { background-color: #f6c992; }
.homepage-info-block--guarantee { background-color: #fce9b9; }

@media (max-width: 768px) {
  .homepage-info-block {
    font-size: 1rem;
    flex-direction: row;
  }
}

.info-block {
  display: flex;
  gap: 15px;
  border-radius: 8px;
  padding: 20px;
  font-family: 'Ubuntu', sans-serif;
  align-items: flex-start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.info-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.info-title {
  font-weight: 700;
  font-size: 16px;
  color: #2c2c2c;
  margin-bottom: 6px;
}
.custom-text .material-icons {
    background: #23CAFF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

/* Swiper детальная */
.ltl__product_acc .swiper { padding-bottom: 32px; }

.ltl__product_acc .swiper-slide {
  margin-right: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 203px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;
}

.ltl__product_acc .products,
.ltl__product_acc .products .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.ltl__product_acc .product-miniature,
.ltl__product_acc .product-miniature.product {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 203px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* --- Стили стрелок --- */
.ltl__product_acc .swiper-button-next,
.ltl__product_acc .swiper-button-prev {
  color: #1464A5;
  z-index: 1001;
  transition: opacity 0.2s;
  top: 30%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  background: rgba(255,255,255,0.97);
  border-radius: 50%;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.07);
  display: flex;
  align-items: center; 
  justify-content: center;
  font-size: 24px;
  position: absolute;
}
.ltl__product_acc .swiper-button-prev { left: 10px; }
.ltl__product_acc .swiper-button-next { right: 10px; }
.ltl__product_acc .swiper-button-next::after,
.ltl__product_acc .swiper-button-prev::after {
  font-size: 18px !important;
  line-height: 1 !important;
}
.ltl__product_acc .swiper-button-next svg,
.ltl__product_acc .swiper-button-prev svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

/* Скрытие стрелок если скролить некуда */
.ltl__product_acc .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}
.ltl__product_acc .swiper-wrapper { margin-bottom: 0 !important; }
.ltl__product_acc .swiper { position: relative; }

/* Адаптивные размеры стрелок */
@media (max-width: 768px) {
  .ltl__product_acc .swiper-button-next,
  .ltl__product_acc .swiper-button-prev {
    height: 32px;
    width: 32px;
    font-size: 18px;
  }
}

/* Swiper jx */
.tlt-cat-gallery-swiper {
	position: relative;
  padding-bottom: 12px;
}
.tlt-cat-gallery-swiper .swiper-slide {
  width: 150px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  height: 211px;
  display: flex;
  align-items: center;
}
.tlt-cat-gallery-swiper .tlt__category {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  padding: 12px 10px 10px 10px;
  background: #f7f7f7f7;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.04);
  height: 100%;
  transition: box-shadow 0.18s;
}
.tlt-cat-gallery-swiper .tlt__category:hover {
  box-shadow: 0 8px 28px 0 rgba(20,100,165,0.07);
  background: #fff; 
}
.tlt-cat-gallery-swiper .tlt__img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.tlt-cat-gallery-swiper .tlt__img img {
  max-height: 180px;
  max-width: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.tlt-cat-gallery-swiper .tlt__text {
  font-weight: 600;
  font-size: 1.04rem;
  margin-bottom: 2px;
  min-height: 20px;
  line-height: 1.22;
}
.tlt-cat-gallery-swiper .tlt__sub_text {
  font-size: 0.93rem;
  color: #7f8792;
  min-height: 18px;
}
/* --- Стили SVG стрелок --- */
.tlt-cat-gallery-swiper .tlt-swiper-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s;
  box-shadow: none;
}
.tlt-cat-gallery-swiper .swiper-button-next { right: -12px; }
.tlt-cat-gallery-swiper .swiper-button-prev { left: -12px; }
.tlt-cat-gallery-swiper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  display: none;
}
/* Скрыть стандартные Swiper стрелки */
.tlt-cat-gallery-swiper .swiper-button-next::after,
.tlt-cat-gallery-swiper .swiper-button-prev::after {
  display: none;
}

@media (max-width: 580px) {
  .tlt-cat-gallery-swiper .swiper-slide {
    height: 165px;
    min-width: 110px;
    max-width: 120px;
  }
  .tlt-cat-gallery-swiper .tlt__img { height: 165px; }
  .tlt-cat-gallery-swiper .tlt__img img { max-height: 160px; }
}