 :root {
      --font-family: "SF UI Text", sans-serif;
      --second-family: "Manrope", sans-serif;
      --third-family: "Unbounded", sans-serif;
      --font3: "HeadingNow-95Medium", sans-serif;
      --font4: "Inter", sans-serif;
      --font5: "Caveat", sans-serif;
      --font6: "Roboto", sans-serif;
    }

.btn-primary:active {
	background-color: #000 !important;
}

html, body{
	height: 100%;
}
body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Manrope-Regular';
	color: #1E1E1E;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
bwchat#bwc-wrap #bwc-widget-action.bwc-mobile{
    bottom:85px !important;
}
.rating-box-top.rating-box-topmini{
	height: auto;
	margin-bottom: 10px;
	height: 15px;
}
.powered a, div#seti_list .title, footer .title-col, a.more-about,
.title-about, .item-product-information .price, span.price-new,
.title-section, .title-box, a.btn-more, .item_why_text, a.more-program, .title-category,
button#show_categories span, .title-contacts, .title-mini-cart, .name-product a,
.value-total, .name-total, #popup-one-click-wrapper .popup-heading,
#popup-one-click-wrapper .popup-footer a, .categories_listTitle, .title-category-menu,
#button-cart, .forgotten-link a, .title-login, .registration-link a, .form-login .form-group label,
.title-text-account, .summ-order, .title-sale-account, .item-sale-percent, .item-sale-ot, .information-contact h1,
.contact_call button, .title-contact-box, .content-contact-box, .content-contact-box a, .title-loyalty,
.more-loyalty a, .item-loyalty-title, .item-loyalty-description, span.order-status, .table-responsive.line_bottom thead tr,
.section-total span, .title-head, h2.title-order, .title-cart, .simplecheckout-cart-product-name, div#total_total, .panel-title,
.simple-content .checkout-heading,.data-product h1, .form-vertical label, div#simplecheckout_shipping p,
.dropdown-menu li.disabled .search-suggestion .title, .search-suggestion.product .price, .number-spinner button  {
	font-family: 'Manrope-SemiBold';
}
/* .simplecheckout-block-content label */
.button-group-buy button, .item-product-information h4 a, span.price-old,
.box-link li a , .header_tel a, button.btn-exit, .payment-quantity label,
button.btn-buy-one, .list-account a, .shot-description, .content-about-us .description  {
	font-family: 'Manrope-Regular';
}
.note {
	font-family: 'SFUIText-Light';
}
.title-program, span.text_ot, span.symbol, .categories_listWraperBox ul li a, .text-panel, .list-category a,
.simple-price
{
	font-family: 'SFUIText-Regular';
}
span.prices, .title-info {
	font-family: 'Unbounded';
}
a.page-title-link, .link-page-manufacturer a, .payment-quantity input.plus-minus,
.label_special, .description-program, .simple-quantity-input {
	font-family: 'SFUIText-Bold';
}
*:focus {
	outline: none !important;
	outline-offset:0 !important;
}
.head-2 {
	position: initial;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.form-control {
	height: 40px;
	border-radius: 5px;
	border: 1px solid #EDF1F7;
	background: #FFF;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

.form-control::placeholder {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	color: #7a7c7e;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
.flex, .d-flex{
	display: flex !important;
}
.flex-column {
	flex-direction: column !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.product-thumb .image img{
	width: 100%;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.label_special {
        border-radius: 12px 18px 18px 0px;
        background: #FF2D55;
        position: absolute;
        width: 60px;
        height: 36px;
        top: 6px;
        left: 0;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        line-height: 20px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.red{
	color: #ED1C24;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
header{
	z-index: 8;
	position: relative;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ED1C24;
}
.position-relative{
	position: relative;
}
/* slide */

/* tabs */
.nav-tabs {
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 15px;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	color: #5A5A5A;
}
li.active a {
	border-bottom: 1px solid #ED1C24;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}
/* scroll */
::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ED1C24;
}

/* logo */
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */

/* cart */
#cart{
	cursor:pointer;
}
.title-mini-cart {
	color: #222B45;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 29px;
}
.list-product-cart {
	overflow: auto;
	max-height: 50vh;
}
.container-cart ul {
	list-style-type: none;
	padding: 0;
}
.item-product-cart, .information-product-cart, .top-product-cart, .bottom-product-cart {
	display: flex;
}
.image-product-cart {
	margin-right: 12px;
	min-width: 80px;
	width: 80px;
}
.information-product-cart {
	flex-direction: column;
}
.bottom-product-cart {
	justify-content: space-between;
}
.qty-spinedit {
	display: flex;
}
.name-product a {
	color: #222B45;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}
.item-totals.total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 41px;
	margin-top: 28px;
}
.group-cart-button {
	display: flex;
	flex-direction: column;
}
.quantity-product .quantity {
	border: none;
	text-align: center;
	background: #fff;
}
a.btn-checkout {
	border-radius: 10px;
	background: #ED1C24;
	color: #fff;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 22px;
	font-size: 16px;
}
button.btn-exit {
	color: #222B45;
	font-size: 16px;
	background: #fff;
	border: 0;
}
.item-product-cart {
	padding-bottom: 14px;
	border-bottom: 1px solid #EDF1F7;
	margin-bottom: 14px;
	flex-direction: column;
}
	/* menu */

/* content */
#content {
	min-height: 600px;
}
.item-product-image {
	border-radius: 20px;
	border: 1px solid #e9dddd;
	position: relative;
	min-height: 193px;
	max-height: 228px;
	overflow: hidden;
}
.item-product-cart-line {
	display: flex;
}
.item-product-information h4 {
	height: 60px;
	overflow: hidden;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #F5F5F5;
	position: relative;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #E4E4E4;
	margin: 0;
}
#logo-footer {
	margin-bottom: 18px;
}
footer .content-col a {
	color: #000;
	font-size: 14px;
	font-style: normal;
/*	line-height: 30px;*/
}
footer a:hover {
	color: #000;
}
footer .title-col {
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}
.container-footer {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	line-height: 30px
}
.messanger {
	display: flex;
	margin-top: 15px;
	position: relative;
}
.messanger .footer_tel {
	margin-right: 16px;
}
.powered {
	margin-top: 6px;
	margin-bottom: 10px;
	line-height: 40px;
}
.powered a {
	color: #000;
}
@media(max-width: 992px){
	.container-footer {
		margin-left: 39px;
		margin-right: 39px;
	}
	.powered {
		text-align: center;
	}
	footer .content-col a {
		font-size: 11px;
	}
	.container-footer .col {
		width: calc(50% - 22px);
		margin-left: 11px;
		margin-right: 11px;
	}
	footer .content-col li {
		line-height: 20px;
		margin-bottom: 10px;
	}
	footer .title{
		font-size: 10px;
	}
	.content-col {
		font-size: 10px;
	}
	.footer_social {
		margin-bottom: 24px;
	}
	.col.col-phone, .col.col-address {
		margin-top: 24px;
	}
	.col.col-phone .title-col, .col.col-address .title-col {
		border-bottom: 1px solid #80A383;
	}
    .breadcrumb > li a {
        font-size: 12px;
    }
	.simplecheckout-block-content {
		margin-left: 0px;
	}
	div#simplecheckout_shipping p {
		margin-left: 0px;
	}
	.checkout-heading.panel-heading {
		margin-left: 0px;
		width: 100%;
	}
	.item-product-image{
		height: 165px;
		min-height: auto;
	}
	.carousel_slider_next_view, .carousel_slider_prev_view{
		display: none;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

ul.categories_lvl2.column-count .categories_listWraperBox ul li {
	margin-right: 20px;
}
.section-wishlist button svg {
	width: 24px;
	height: 24px;
}
/* mobile menu */
.categories_listTitle {
	text-align: center;
	font-size: 16px;
}
.title-category-menu {
	text-align: left;
	font-size: 20px;
}
div#categories_listButtonClose {
	position: absolute;
	right: 34px;
	top: 21px;
}
.title-category-menu{
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.categoriesBox.categories_lvl1Box .open {
	width: 50px;
	text-align: right;
}
.categoriesBox.categories_lvl2Box {
	display: flex;
}
.main-title-category {
	display: flex;
	align-items: center;
	 margin-top: 15px;
	 margin-bottom: 20px;
}
.prev-catalog {
	margin-right: 15px;
}
@keyframes slide-down{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 10;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	animation: slide-down .7s;
}

/* menu main */
li.link-hard {
	font-size: 16px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
}
li.link-hard a {
	color: #ED1C24;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-continue {
	border-radius: 30px;
	background: #ED1C24;
	border: 1px solid #ED1C24;
	width: 100%;
	padding: 6px 12px;
	height: 44px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-family: 'Manrope-SemiBold';
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.btn-continue:hover{
	color: #fff;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	border: 0;
	background-color: #ED1C24;
	background-repeat: repeat-x;
}
.btn-primary:hover{
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.button-group-buy button {
	color: #222B45;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	padding: 0;
	border: 1px solid #E9E9E9 !important;
	border-radius: 17.5px;
	width:100%;
	height:35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-group-buy button svg{
	margin-right: 6px;
}

.section-wishlist .hover, .section-wishlist:hover .normal, .section-wishlist.add-wishlist .normal {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
}
.section-wishlist:hover .hover, .section-wishlist .normal, .section-wishlist.add-wishlist .hover{
	opacity: 1;
	visibility: visible;
	height: 24px;
	width: 24px;
	position: relative;
}
/* product */
.product-item {
	position: relative;
	z-index: 1;
}
.list-main-image.no-nav-img {
	width: 100%;
}

.item-product-image img {
	margin: 0 auto;
}
.section-wishlist {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 36px;
	height: 36px;
}
.section-wishlist button, .section-wishlist > div {
	border-radius: 14px;
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-product-information h4 a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}
.item-product-information .price {
	color: #1A151B;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
}
.stickers_image{
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	padding: 0px;
}
.stickers_image.stickers_image_product {
	height: max-content;
}
.stickers_image li {
	margin-right: 10px;
	display: flex;
	height: max-content;
}
.stickers_image_product.stickers_image img {
	height: 25px;
}
.stickers_image.stickers_image_product {
	height: max-content;
}
.box-link li a {
	color: #000;
	line-height: 30px;
}
.box-link {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 16px;
	margin-bottom: 27px;
}
.title-contacts {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.header_tel a {
	color: #000;
	line-height: 40px;
}
.header_tel a {
	margin-right: 16px;
}
/* product */
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
	.main-title-category
 {
	display: none;
 }
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 992px) {
	.close-mobile-search.active{
		display: block;
	}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.section-action {
	    align-items: center;
    margin-bottom: 20px;
}
.sort-product{
	margin:0;
}
.section-action > div {
    width: 50%;
}
.sort-product > select {
    width: 100% !important;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
	.input-main-search{
		padding-left: 35px;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
h3.title-section{
	color: #000;
	font-size: 24px;
	font-style: normal;
	line-height: 16px;
	margin-bottom: 49px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.alert.alert-success {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 350px;
	top: 40%;
	transform: translateY(-50%);
	padding: 20px;
	padding-top: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.alert.alert-success svg {
	width: 100%;
	margin-bottom: 10px;
}
.alert-dismissible .close {
	position: absolute;
	top: 5px;
	right: 10px;
	color: inherit;
}
.alert_buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
}
.alert_buttons button {
	color: #344054;
	width: 100%;
	max-width: 170px;
	display: flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background-color: transparent;
	border-radius: 8px;
}
.alert_buttons a {
	color: #fff !important;
	margin-left: 10px;
	width: 100%;
	max-width: 170px;
	display: flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	border: 1px solid #ED1C24;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background-color: #ED1C24;
	border-radius: 8px;
}
.alert-success {
	padding: 24px;
	border-radius: 12px;
	color: #101828;
	background-color: #fff;
	border-color: transparent;
	text-align: left;
	line-height: 2;
	box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.alert.alert-success a {
	color: #ED1C24;
}
.list-category {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-category > div {
	border-radius: 22px;
	border: 1px solid #e9dddd;
	display: flex;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.list-category a {
	padding: 11px 23px;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
}


.section-action {
	display: flex;
	justify-content: space-between;
	
}
.sort-product{
	width: 100%;
}

.ocf-btn-mobile-static.ocf-mobile button svg {
	border-radius: 10px;
	background: #ED1C24;
	width: 36px;
	height: 36px;
	margin-right: 13px;
	padding: 10px;
}
.ocf-btn-mobile-static.ocf-mobile button {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-family: 'SFUIText-Regular';
	display: flex;
	align-items: center;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
ul.pagination li {
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 0px;
}
ul.pagination li.active span, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #ED1C24;
	border-color: #ED1C24;
}
.pagination>li>a, .pagination>li>span {
	color:#ED1C24;
	border-radius: 4px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 4px;
}
/* table */
.border-no, .border-no tr, .border-no td {
	border: none !important;
}
.table-responsive table{
	border:none;
}
.table-responsive.line_bottom thead tr {
	color:#64748B;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}
.table-responsive.line_bottom tr {
	border-bottom: 1px solid #E7EAEE;
}
.table-responsive.line_bottom td{
	border:none;
	padding: 16px 8px;
	font-size: 16px;
	vertical-align: middle;
}
.btn-more-order{
	display: flex;
	height: 36px;
	padding: 0px 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background:#E7EAEE;
	color:#64748B;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}
.btn-more-order:hover {
	background: #1E1E1E;
	color: #fff;
}
span.order-status {
	border-radius: 4px;
	background: #ECFDF5;
	padding: 2px 10px;
	gap: 8px;
	color: #064E3B;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
}
.head-2, .search{
	position: relative;
}
.search-suggestion.product img {
	max-width: 60px;
}
.dropdown-menu li.disabled .search-suggestion .title{
	font-size: 16px;
}
.search-suggestion.product .price{
	display: flex;
}
.search-suggestion.product .name, .search-suggestion.category .name, .search-suggestion.manufacturer .name {
	text-decoration: none;
	margin-bottom: 3px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
.search-suggestion.category div,
.search-suggestion.manufacturer div{
	overflow: hidden;
	display: flex;
	gap: 15px;
}
.search-suggestion.product .price {
	letter-spacing: 1px;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}
footer .footer__cart {
	padding-top: 5px;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}
.footer__master {
	margin-right: 5px;
}
body.lock {
	overflow: hidden;
}
.error_min_price {
	clear: both;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #F8ACAC;
	border-radius: 5px 5px 5px 5px;
	color: #ed1c24;
	text-align: center;
}
.label_top_img {
    position: absolute;
    width: 60px;
    height: 36px;
    top: 6px;
    left: 0;
    z-index: 1;
}
.message-quantity-product-error {
	/*display: none;*/
	position: relative;
	top: 10px;
	min-width: 280px;
	border: 1px solid #ddd;
	border-radius: 7px;
	background: #f5f5f5;
	color: #ED1C24;
	align-items: center;
	justify-content: center;
	/*opacity: 0;*/
	transition: 0.5s;
	flex-direction: column;
	padding: 5px 15px;
	z-index: 9;
	margin-bottom: 10px;
}
.message-quantity-product-error p {
	margin: 0;
}
.message-quantity-product-error.view{
	display: flex;
	opacity: 1;
	transition: 0.5s;
}
.message-quantity-product-error::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #f5f5f5 transparent;
}
.close-quantity-message {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 26px;
	cursor: pointer;
}
@media(min-width: 1024px){
	ul.categories_lvl2.column-count {
		list-style-position: inside;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		min-width: 400px;
	}
	.sort-product {
		justify-content: flex-end;
	}
	ul.dropdown-menu .box_search {
		width: 50%;
		padding: 10px;
	}
	.right-block div {
		margin: 0 10px;
	}
	.search .dropdown-menu {
		max-width: 840px;
		flex-wrap: wrap;
		max-height: 700px;
		overflow: auto;
	}
	.ocf-btn-mobile-static.ocf-mobile {
    display: none;
    }
}
@media(max-width: 992px){
	#logo-footer{
		display: flex;
		justify-content: center;
	}
	#logo-footer img{
		max-width: 181px;
	}
	.container-footer {
		flex-wrap: wrap;
	}
	footer hr {
		display: none;
	}
	.container-cart{
		top: auto;
	}
	.head-bottom.active {
		position: fixed;
		top: 50px;
		width: 100%;
		background: #fff;
		z-index: 12;
		left: 0;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 15px;
	}
	.list-products.section-product-1 {
		margin-top: -95px;
	}
	.list-products.section-product-2 {
		margin-top: -45px;
	}
	li.cetegories_lvl1 > div > a, .categories_lvl2Box a {
		font-size: 16px;
		color: #000;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f3f3f3;
		width: 100%;
	}
	ul.categoriesList {
		overflow: auto;
		height: 100%;
		padding: 0;
		margin: 0 20px;
	}
	ul.categories_lvl2 {
		display: block!important;
		position: absolute!important;
		top: 0;
		left: 0!important;
		right: auto!important;
		height: 100%;
		width: 100%;
		min-width: 160px!important;
		box-shadow: none!important;
		padding: 20px!important;
		margin: 0!important;
		overflow: auto!important;
		transform: translateX(-100%) translate3d(0,0,0);
		transition: transform 300ms ease-in-out;
		z-index: 2!important;
		background-color: #fff!important;
		will-change: transform;
		overscroll-behavior: contain;
		list-style-type: none;
	}
	.cetegories_lvl1.open .categories_lvl2 {
		transform: translateX(0)!important;
	}
	.categoriesBox.categories_lvl1Box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sort-product > div {
		width: 50%;
	}
	.sort-product > select {
		width: 50%;
	}
	.message-quantity-product-error{
		left: 0;
		bottom: -40px;
	}
}
@media(max-width: 1023px){
	h3.title-section{
		text-align: center;
	}
	.product_view_slide, .product_to_category_slide{
		padding: 0;
	}
	.product_to_category_slide .navigation-button {
		display: none;
	}
	.list-category {
		display: flex;
		flex-wrap: nowrap;
		margin-left: 0;
		margin-right: 0;
		overflow: auto;
		white-space: nowrap;
	}
	.search .dropdown-menu{
		flex-direction: column;
		/*min-height:100%;*/
		height: 70vh;
		top:45px;
		overflow: auto;
	}
	.number-spinner input{
	    max-width: 50px;
	}
}
.user-discount__icon{
	width: 28px;
	height: 28px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    margin-right: 8px;
    font-size: 12px;
}
.user-discount__icon svg{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}
.user-discount__text,
.user-discount__text a{
	font-size: 12px;
	color: #000;
}
.user-discount__text a{
	border-bottom: 1px dashed #000;
}
.user-discount{
	display: flex;
	align-items: center;

}