.standalone {
	display:none;
}

.not-standalone {
	visibility:visible;
}

@media all and ((display-mode: standalone) or (display-mode: fullscreen)) {
	.standalone {
		display:inherit;
	}

	.not-standalone {
		visibility:hidden;
	}
}

/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
         url(fonts/MaterialIcons-Regular.woff) format('woff'),
         url(fonts/MaterialIcons-Regular.ttf) format('truetype');
	font-display: swap;
}*/

:root {
	--bs-warning-border-subtle: #ffe69c;
	--bs-info-border-subtle: #9eeaf9;
	--bs-danger-bg-subtle: #ffd4da;
}

@media (prefers-color-scheme: dark) {
	:root {
	  --bs-blue: #375a7f;
	  --bs-indigo: #673ab7;
	  --bs-purple: #654ea3;
	  --bs-pink: #e83e8c;
	  --bs-red: #e74c3c;
	  --bs-orange: #fd7e14;
	  --bs-yellow: #f39c12;
	  --bs-green: #00bc8c;
	  --bs-teal: #45b5aa;
	  --bs-cyan: #17a2b8;
	  --bs-white: #fafafa;
	  --bs-black: #111;
	  --bs-gray: #7e7e7e;
	  --bs-gray-dark: #121212;
	  --bs-gray-100: #e1e1e1;
	  --bs-gray-200: #cfcfcf;
	  --bs-gray-300: #b1b1b1;
	  --bs-gray-400: #9e9e9e;
	  --bs-gray-500: #7e7e7e;
	  --bs-gray-600: #626262;
	  --bs-gray-700: #515151;
	  --bs-gray-800: #3b3b3b;
	  --bs-gray-900: #222;
	  --bs-primary: #375a7f;
	  --bs-secondary: #626262;
	  --bs-success: #00bc8c;
	  --bs-info: #17a2b8;
	  --bs-warning: #f39c12;
	  --bs-danger: #e74c3c;
	  --bs-light: #9e9e9e;
	  --bs-dark: #3b3b3b;
	  /*--bs-primary-rgb: 55, 90, 127;*/
	  --bs-secondary-rgb: 98, 98, 98;
	  --bs-success-rgb: 0, 188, 140;
	  --bs-info-rgb: 23, 162, 184;
	  --bs-warning-rgb: 243, 156, 18;
	  --bs-danger-rgb: 231, 76, 60;
	  --bs-light-rgb: 158, 158, 158;
	  --bs-dark-rgb: 59, 59, 59;
	  --bs-white-rgb: 250, 250, 250;
	  --bs-black-rgb: 17, 17, 17;
	  --bs-body-color-rgb: 225, 225, 225;
	  --bs-body-bg-rgb: 34, 34, 34;
	  --bs-body-color: #e1e1e1;
	  --bs-body-bg: #222;
	  --bs-gradient: linear-gradient(180deg, rgba(17, 17, 17, 0.15), rgba(17, 17, 17, 0));

	  --bs-heading-color: #dedad6;
	}
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28pt;  /* Preferred icon size */
    display: inline-block;
    width: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: #6d7177;
    line-height:1.4;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.btn.material-icons { 
    width: auto;
    font-size: x-large;
    line-height: 1;	
}

.develop, .develop-main {
    border: 1px dotted #0000FF;
    margin: 5px;
    padding: 5px;
    position:relative;
    clear:left;
    overflow: hidden;
}
.develop-main {
    border: 2px solid #0000FF;
}
.develop a.script, .develop-main a.script {
    color: #0000FF;
    font-size: 7pt;
    text-decoration: none;
    z-index:0;
}
.develop a.script:hover, .develop-main a.script:hover  {
    background-color: #000000;
    color: #FFFF00;
    font-size: 17pt;
    z-index:10;
}
.develop-control {
	position:fixed;
	_position:absolute; 
	right:5px;
	top:5px;
	z-index:1020;
	background-color: #FFFFFF;
	border: 1px solid #000033;
	padding: 5px;
	color:#000000;
}

.last-updated { 
    color: #777777;
    font-size: small;
    text-align: right;
}

#cl-cart-container {
    display: inline-block;
}

.img_item_mini{
	/*margin: 0 auto 3px;*/
	padding: 2px;
}

/*.img_item_mini > ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.img_item_mini > ul > li{
	float:left;
	/*margin-right: 1px;*
}*/

.btn.img-mini {
	padding: 0;
}

/*.img_item_mini > ul > .mini_last{
	margin:0;
}*/

textarea.form-element.form-control {
	width:100%;
	height: 8rem;	
}

.cl-size-table-header, .cl-desc-table-header, .cl-video-header {
	/*font-size: 11pt;
	font-family: arial, sans-serif;
	color: #f1461b;*/
	text-decoration:none;
	background: none;
    border: none;
	border-bottom: 1px dashed;
	padding-left: 0;
	padding-right: 0;
	color: var(--bs-primary);
}

.cl-size-table-header:hover, .cl-desc-table-header:hover{ 
	border-color: #fff;
}

.cl-size-table-wrap, .cl-desc-table-wrap{
	margin-top: 6px;
}

/*.cl-size-table, .cl-desc-table, .cl-video {
	display:none;
	margin-top: 18px;
}*/

.lock {
	background:url("../images/lock.png") no-repeat center;
	background-size:44%;
    width:3.5rem;
}
.unlock {
	background:url("../images/unlock.png") no-repeat center;
	background-size:44%;
    width:3.5rem
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25;
}

.form-group{
    margin-bottom:1rem
}

.form-inline .form-group{
    display:-ms-flexbox;
    display:flex;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:0
}

.form-select {
	vertical-align: middle;
}

.errors > li {
    font-size: small;
    color: #ff4f4f;
    margin: 1rem 1rem 1.5rem;
    list-style-type: disc;
    text-align: left;
}

.cl-size-wrap > .cl-size {
	display:inline-block;
	/*margin:2px 5px 2px 0;*/
	font-size:large;
	/*line-height:21px;*/
	text-align:left;
	border:1px solid #777;
	cursor:pointer;
	text-decoration: none;
	color: #272727;
	margin-bottom: 0.3rem;
}

.cl-size-wrap .cl-size:last-child {
	margin-right:0
}

.cl-size-wrap .cl-size-title{
    line-height: 1.35;
	/*display:block;
	margin:2px;
	padding:10px;
	border:2px solid #272727*/
}

.cl-size-wrap > .select, .cl-size-wrap > .cl-size:focus {
    color: #fff;
    background-color: #E7452C;
    border-color: #E7452C;
}

.cl-size-container .cl-size {
	float:left;
}

/*.cl-size-container .cl-size-hover {
	background: #f2f2f2;
}*/

.cl-size-container .cl-size-blockhover {
	color: #ff0033;
}

.cl-size-container .cl-size > .cl-size-amount, .cl-size-container .cl-size > .cl-size-title,
.cl-size-container .cl-size > .cl-size-plus, .cl-size-container .cl-size > .cl-size-minus {
	min-width: 36px;
	height: 36px;
	border-radius: 4px;
	text-align:center;
	font:16pt/36px Arial;
	border: 1px solid #ededed;
	margin: 2px 4px 0 0;
	background-color:#fff;
	box-sizing: border-box;
}

@media screen and (max-width:480px) {
	.cl-size-container.vertical .cl-size > .cl-size-amount, .cl-size-container.vertical .cl-size > .cl-size-title,
	.cl-size-container.vertical .cl-size > .cl-size-plus, .cl-size-container.vertical .cl-size > .cl-size-minus {
		float: left;
		margin: 2px 3px 0 0;
	}
}

.cl-size-container .cl-size > .cl-size-plus {
	background: #f6f6f6 url(../images/newkart_plus.gif) 50% 50% no-repeat;
	outline-color: #fff;
	cursor: pointer;
}
	.cl-size-container .cl-size-plus-disabled {
		background-image: url(../images/newkart_plus.gif);
	}
	.cl-size-container .cl-size-hover .cl-size-plus {
		background-image: url(../images/newkart_plus_hover.gif);
	}

.cl-size-container .cl-size > .cl-size-minus {
	background: #f6f6f6 url(../images/newkart_minus.gif) 50% 50% no-repeat;
	outline-color: #fff;
	cursor: pointer;
}

	.cl-size-container .cl-size-minus-disabled {
		background-image: url(../images/newkart_minus.gif);
	}
	
	.cl-size-container .cl-size-hover .cl-size-minus {
		background-image: url(../images/newkart_minus_hover.gif);
	}

	.cl-size-container > .cl-size.disabled > .cl-size-title{
		background-color: #DDD;
	}
	
	.cl-size-container > .cl-size.disabled > .cl-size-amount{
		background-color: #BBB;
	}

/*.cl-palette-wrap {
	margin: 58px 0 0 0;
	padding-bottom: 25px;
}*/

.cl-palette-wrap h2 {
	font: 1.2em/2 inherit;
}

.cl-palette-wrap h3 {
	font: 1em/2 inherit;
}

.cl-palette-container {
	width: 100%;
	white-space:nowrap;

	/*height: 273px;*/
	/*background-color: #ff0000;*/    
	/*overflow: auto;*/    
}

.cl-palette-item {
	text-decoration:none;	
	display:inline-block;

	background-repeat:no-repeat;

	background-size: 23vw auto;
	border-left: 4vw solid transparent;	
	width: 27vw;
	height: 37vw;
}

.cl-palette-item:hover {
	text-decoration: none;
}

@media screen and (min-width:576px) {
	.cl-palette-item {
		background-size: 17vw auto;
		border-left: 4vw solid transparent;	
		width: 21vw;
		height: 28vw;
	}
}

@media screen and (min-width:768px) {
	.cl-palette-item {
		background-size: 78px 128px;
		border-left: 22px solid transparent;
		width: 100px;
		height: 128px;
	}
}

.swatch {
	display:block;
	float:left;
	height:40px;
	border: 0;
    margin: 0;
    padding: 0;
}

/*.cl-product-options .fa {
	width: 15px;
	text-align: center;
}*/

.cl-product-options .fa-check,
.cl-product-options .fa-truck {
	color: #00a524;
}

.cl-product-options .fa-exclamation {
	color: #ff2748;
}

.cl-product-options .fa-clock {
	color: #ff8100;
}

.gallery-vertical .thumbs-wrap {
    overflow: hidden;
    padding: 1px 4px 0 0;
}

.gallery-wrap .thumbs-wrap .swiper-slide.item-thumb {
    /* width: 60px; */
    /*height: 60px;*/
    outline: 1px solid #dee2e6;
	margin: 0 3px 6px 3px;
	border:0;
}

.gallery-wrap .thumbs-wrap .swiper-slide.swiper-slide-thumb-active {
	outline: 1px solid #E7452C;
}

#description-container,
#gallery-container {	
	width: 100%;
	flex-shrink: 0;
	float:left;
}

#gallery-thumb {
	min-width: 86px;
	max-width: 95px;
	/*height: 100%;*/
}

@media (min-width: 992px) {
	#description-container, #gallery-container {
		width: 50%;
	}	
}

.swiper-wrapper {
	list-style-type: none;
	padding-left: 0;
}

.swiper-container {
	position: relative;
}

.swiper-pagination-bullets > .swiper-pagination-bullet {
	border-radius: 0;
}

#loader {
	display:none;
	position:fixed;
	z-index:1050;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.7);
}

#tr.loader #loader {
	display: block;
}

.filter-select-element {
	display: inline;
	cursor: pointer;
}

.filter-select-element > .label {
	line-height: 2.15;
	margin-right: 0.5rem;
}

#filter-select-element-fwd {
	display: none !important;
}

.cl-filter-link {
	margin-bottom: 5px;
}

.filter-group .badge {
	--bs-badge-padding-x: 0;
    --bs-badge-padding-y: 0;
	/*color: var(--bs-primary);*/
	color: #a1301f;
}

/**********************************************************/

.pager {
	list-style: none;
	margin-top:2%;
	width:100%;
	padding: 0;
	text-align:left;
	background-size:7px;
	font-size:0;
	background:url("../images/dot.png") repeat-x center
}
.pager .pager-page {
	display:inline-block;
	padding:0 1%;
	word-spacing:0;
	text-align:center;
	font-size:15px;
	background-color:#fff;
}
.pager .pager-page:first-child {
	padding-left:0
}
.pager .pager-button {
	/*display:inline-block;*/
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	line-height:44px;
	width:44px;
	height:44px;
	text-decoration: none;
	color:#272727;
	background-color:#ededed;
	float:left;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.pager .pager-button:active {
	color:#272727;
	background-color:#939191;
	border-color:#939191
}
.pager .pager-page-first {
	float:left;
	padding-right:1%
}
.pager .pager-page-last {
	float:right;
	padding-right:2px
}
.pager .pager-page-current .pager-button {
	background:#f1461b;
	color:#fff
}
@media screen and (max-width:640px) {
	.pager {
		margin-top:2%
	}
}
@media screen and (max-width:480px) {
	.pager {
		margin-top:3%;
		background-size:5px
	}
	.pager .pager-page {
		padding:0 1%;
		font-size:12px;
	}
	.pager .pager-page .pager-button {
		display:inline-block;
		-webkit-border-radius:100%;
		-moz-border-radius:100%;
		-ms-border-radius:100%;
		border-radius:100%;
		line-height:34px;
		width:34px;
		height:34px
	}
}
.pager-center {
	text-align:center
}
.pager-right {
	text-align:right
}
.pager_top_0 .pager {
	margin-top:0
}
.pager_bottom_0 .pager {
	margin-top:0
}
.pager_bottom .pager {
	margin-bottom:2%;
}
@media screen and (max-width:640px) {
	.pager_bottom .pager {
		margin-bottom:2%
	}
}
@media screen and (max-width:480px) {
	.pager_bottom .pager {
		margin-bottom:3%
	}
}

/************************************************/
.bg-gray-light {
    background-color: #e9ecef !important;
}

.bg-primary-light {
    background-color: #dbe9ff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0d6efd;
    background-color: #e7f1ff;
}
/**************************************************/
.delivery-tooltip ul {
	/*padding: 0;*/
	margin: 0;
}

.navbar-nav .dropdown-menu {
	z-index: 10000;
}
/***************************************************/
.cl-padding-y {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#cart .img-thumbnail {
	width:140px;
	outline: 1px solid #dee2e6;
	border:none;
	padding: 0;
}

#cart .img-thumbnail:hover {
	outline-color: #000;
}

@media screen and (max-width:368px) {
	#cart .img-thumbnail {
		width:100px;
	}
}
/********************************************/
.fixed-bottom {
    background: #fff;
    width: 100%;
    min-width: 320px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e8e8e8;
    /*display: none;*/
}

/***********************************************/

#bill-user_profile_name-autoComplete > input {
	height:34px;
}

.yui-ac-content {
	width:500px;
}

.yui-skin-sam tr.color1,.yui-skin-sam tr.yui-dt-odd.color1 {background-color:#D0F2BF;}
.yui-skin-sam tr.yui-dt-highlighted.color1 {background-color:#B0E2AF;}
.yui-skin-sam tr.color2,.yui-skin-sam tr.yui-dt-odd.color2 {background-color:#F4F3B5;}
.yui-skin-sam tr.yui-dt-highlighted.color2 {background-color:#E4E3A5;}
.yui-skin-sam tr.color3,.yui-skin-sam tr.yui-dt-odd.color3 {background-color:#FFDAC8;}
.yui-skin-sam tr.yui-dt-highlighted.color3 {background-color:#EFCAB8;}
.yui-skin-sam tr.color4,.yui-skin-sam tr.yui-dt-odd.color4 {background-color:#90B27F;}
.yui-skin-sam tr.yui-dt-highlighted.color4 {background-color:#A0C28F;}

.yui-skin-sam .cl-flag-ru {background:url(/images/flag/ru.gif) 0 3px no-repeat;}
.yui-skin-sam .cl-flag-by {background:url(/images/flag/by.gif) 0 3px no-repeat;}
.yui-skin-sam .cl-flag-kz {background:url(/images/flag/kz.gif) 0 3px no-repeat;}
.yui-skin-sam .cl-flag-ua {background:url(/images/flag/ua.gif) 0 3px no-repeat;}

.cl-timeback {
    margin-top: 3px;
    font-family: Arial;
    font-size: 10px;
}

.yui-skin-sam td.cl-take {background:url(/images/admin/take.png) 100% 0 no-repeat;}
.yui-skin-sam td.cl-take-0 {background:url(/images/admin/truck-disable.png) 50% 50% no-repeat;}
.yui-skin-sam td.cl-take-1 {background:url(/images/admin/truck-enable.png) 50% 50% no-repeat;vertical-align: top;}
.yui-skin-sam td.cl-take-2 {background:url(/images/admin/hanger.png) 50% 50% no-repeat;vertical-align: top;}
.yui-skin-sam td.cl-take-1 .yui-dt-liner {
    padding: 3px 0 0 8px;
    font-size: 10px;    
}

.yui-skin-sam td.cl-take-2 .yui-dt-liner {
    padding: 3px 0 0 8px;
    font-size: 10px;    
}

/**********************************************/

.cl-label-turbo,.cl-label-freetry,.cl-label-blackfriday,.cl-label-timer,.cl-label-freeshipping {
	padding: 0.25rem;
	margin:  0 0.25rem 0.25rem;
	z-index: 1;
	font-size: 0.83rem;
	text-transform: lowercase;
}

.cl-label-timer {
	/*background-color:#00a524;*/
	background: linear-gradient(90deg,#000,#B7316C 50%,#9C80F7);
}

.cl-label-blackfriday {
	background-color:#343434;	
	color:#fff;
}

.cl-label-turbo {
	background-color:#f1461b;
}

.cl-label-freetry {
	background-color:#ffc107;	
}

.cl-label-freeshipping {
	background-color:#bb2649;
}

@media screen and (max-width:640px) {
	.cl-label-blackfriday {
		top:72%;
	}		
	.cl-label-turbo {
		top:76%;
	}
	.cl-label-freetry {
		top:80%;
	}
}

@media screen and (max-width:480px) {
	.cl-label-blackfriday {
		top:65%;
	}	
	.cl-label-turbo {
		top:70%;
	}
	.cl-label-freetry {
		top:75%;
	}
}

@media screen and (max-width:320px) {
	.cl-label-blackfriday {
		top:62%;
	}
	.cl-label-turbo {
		top:67%;
	}
	.cl-label-freetry {
		top:72%;
	}
}

/*********************************************************************/

.row > .cl-product-grid {
/*.col-6 {*/
	flex: 0 0 auto;
	width: 50%;
}

@media (min-width: 576px) {
	.row > .cl-product-grid {
	/*.col-sm-4 {*/
		width: 33.33333%;
	}
}

@media (min-width: 992px) {
	.row > .cl-product-grid {
	/*.col-lg-3 {*/
		width: 25%;
	}	
}

.row.large > .cl-product-grid {
/*.col-6 {*/
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 576px) {
	.row.large > .cl-product-grid {
	/*.col-sm-4 {*/
		width: 50%;
	}
}

@media (min-width: 992px) {
	.row.large > .cl-product-grid {
	/*.col-lg-3 {*/
		width: 33.33333%;
	}	
}

#product-container {
    --bs-gutter-x: 0.25rem;
}

@media (min-width: 576px) {
	#product-container {
		--bs-gutter-x: 1.25rem;
	}	
}	

#product-container .thumb-4,
#product-container .thumb-5,
#product-container .thumb-6,
#product-container .thumb-7{
	display:none;
}

@media screen and (min-width:576px) {
	#product-container.large .thumb-4,
	#product-container.large .thumb-5{
		display: list-item;
	}	
}

@media screen and (min-width:768px) {
	#product-container .thumb-4,
	#product-container.large .thumb-6,
	#product-container.large .thumb-7{
		display: list-item;
	}	
}

@media screen and (min-width:992px) {
	#product-container .thumb-4,
	#product-container .thumb-5,
	#product-container.large .thumb-5,
	#product-container.large .thumb-6,
	#product-container.large .thumb-7{
		display:none;
	}	
}

@media screen and (min-width:1200px) {
	#product-container .thumb-4,
	#product-container.large .thumb-5,
	#product-container.large .thumb-6{
		display: list-item;
	}	
}

.cl-product-grid .price {
	font-size:large;
}

.product-image {
	display: block;
}

/*@media (min-width: 1400px) {
	.row.large > .cl-product-grid {
		width: 25%;
	}	
}*/

/******************************************/
/*#cl-th, #cl-th-large {
	display: none;
}

#cl-th.active, #cl-th-large.active {
	display: block;
	border-radius: 0.35rem;
}*/

#cl-th-toggle.active > .fa, #cl-th.active > .fa, #cl-th-large.active > .fa {
	color: var(--bs-primary);
}

/*@media (min-width: 576px) {
	#cl-th, #cl-th-large {
		display: block;
	}
}*/


/***********************************************/
.card.card-banner {
	flex-direction: inherit;
}
	
.card-banner .card-body {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/***********************************************/
.ar-3-2::before {
	float: left;
	padding-top: 66.6666%;
	content: '';
}
.ar-3-2::after {
	display: block;
	content: '';
	clear: both;
}
.ar-3-2 {
	aspect-ratio: 3 / 2;
}
.ar-3::before {
	float: left;
	padding-top: 33.3333%;
	content: '';
}
.ar-3::after {
	display: block;
	content: '';
	clear: both;
}
.ar-3 {
	aspect-ratio: 3;
}
.ar-1 {
	aspect-ratio: 1;
}


/*.cl-thumb, .ar-754-1229::before {
	float: left;
	padding-top: 163%;
	content: '';
}
.cl-thumb, .ar-754-1229::after {
	display: block;
	content: '';
	clear: both;
}*/
/*.cl-thumb,*/ .ar-754-1229 {
	aspect-ratio: 754 / 1229;
}

@media (max-width: 576px) {
	.cl-thumb {
		width: 100vh;
	}
}

/***************************************************/
.manufacturer-logo {
	width:70px;
}

.manufacturer-logo > img {
	width:100%;
}

@media (min-width: 576px) {
	.manufacturer-logo {
		width:112px;
	}
}
/***************************************************/
.cl-banner-wrap > div {
    padding: 0.3em 0;
}

.cl-banner-wrap svg,
.cl-banner-wrap .svg {
    margin-left: 0.3em;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.cl-banner-wrap {
    display:block;
    text-align: center;
    background-color: #e8e8e8;
    /*background-color: #f1461b;*/
    font-size: 10pt;
    text-decoration: none;
    color: #000;
    /*color:#fff;*/
    margin-bottom: 0.3em;
    /*box-shadow: 0px 2px 2px #c8c8c8;*/

	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.cl-banner {
    width: 100%;
    padding: 0px 10px;
}

/*******************************************************************/

#pvz .yui-dt-col-cdek_city_name .region {
    font-size: 11pt;
    color: #444;
}

#pvz .yui-dt-col-cdek_city_name .city {
    font: 16pt/17pt Arial;
    display: block;
}

.yui-pg-previous, .yui-pg-next, .form-select.yui-pg-rpp-options {
	display: none;
}

@media screen and (min-width:500px) {
	.yui-pg-previous, .yui-pg-next {
		display:block;
	}
}

@media screen and (min-width:768px) {
	.form-select.yui-pg-rpp-options {
		display:block;
	}
}

/******************************************************************/

/* sortable columns */
.yui-skin-sam thead .yui-dt-sortable {
    cursor:pointer;
}
.yui-skin-sam th.yui-dt-sortable .yui-dt-label {
    margin-right:10px;
}
/*.yui-skin-sam*/ th.yui-dt-asc > .yui-dt-liner {
    background:url(../images/dt-arrow-up.png) no-repeat right; /* sorted header gradient */
}
/*.yui-skin-sam*/ th.yui-dt-desc > .yui-dt-liner {
    background:url(../images/dt-arrow-dn.png) no-repeat right; /* sorted header gradient */
}

/*****************************************************************/
#accordion-footer .accordion-button {
	background-color: #e9ecef;
}

#accordion-footer .accordion-item {
	border-radius: 0;
	background-color: #e9ecef;
}

/*****************************************************************/
#footer {
    background-color: #e9ecef;
}

#footer .social_network .sn_text {
	float:left;
	margin-right: 1rem;
    line-height: 1.7;
}

#footer .social_network .sn_list {
	list-style: none;
	padding-left: 0;
}

#footer .social_network .snl_item {
	display:inline-block;
	height:35px;
	width:35px;
	margin-right:1.22%;
}

#footer .social_network .snl_item .snl_item_link {
	display:inline-block;
	width:90%;
	height:100%;
}

#footer .social_network .snl_item .snl_item_link img {
	width:2em;
	height:auto;
	border-radius: 12%;
}

#footer .phone {
	display: table;
}

#footer .phone-icon {
	float:left;
	line-height:1.3;
	color: var(--bs-primary);
}

#footer .phone-wrap {
	display: table-cell;
	vertical-align: middle;
}

#footer .phone-wrap > a {
	font-size: x-large;
	white-space: nowrap;
}

#footer .cc > img {
	height: 24px;
	margin-right: 0.4rem;
}

/************************************************************/

#row-size_range .card-body {
	padding: 0.3rem;
}

/************************************************************/

.menu {
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #525252;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    z-index: 100;
}
.menu-active {
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.menu .b-menu .b-menu__category {
    position: relative;
    color: #fff;
    border-top: 1px solid #565656;
    text-shadow: none;
    box-shadow: none;
	text-decoration: none;
}
.b-menu .b-menu__category {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
    padding: 12px 0 0 54px;
    color: #333;
    font-size: 13.5pt;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0;
    border-radius: 0;
    text-align: left;
    position: relative;
    box-sizing: border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.b-menu .b-menu__category:first-child {
    border: 0;
}
.b-menu .b-menu__category > .b-icon__inner {
    width: 54px;
    height: 55px;
    position: absolute;
    left: 0;
    top: -1px;
    margin: 11px 0 0;
    z-index: 1;
	text-align:center;
	color: #fff;
}
.b-icon__inner > .material-icons {
	color: #fff;	
	line-height:1;
}

@media screen and (max-width:640px) {
	.b-icon__inner > .material-icons {
		line-height:1.2;
	}
}

.menu-userdata .b-addmenu__item, .menu-userdata__item {
    display: block;
    position: relative;
    line-height: 42px;
    padding: 0 20px 0 0;
    margin: 0 0 0 15px;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    border-bottom: 1px solid #454545;
    -webkit-user-select: none;
    user-select: none;
	text-decoration: none;
}


.menu-animation {
  display: block;
  width: 100%;
  height: 3px;
  background: #6d7177;
  position: relative;
  /*margin: 0.67rem 0 0 0;
  box-shadow: 0 0 1px #B4B4B4;*/
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.menu-animation:after,.menu-animation:before {
  display: block;
  height: 3px;
  width:100%;
  position: absolute;
  background: inherit;
  /*box-shadow: 0 0 1px #B4B4B4;*/
  left: 0;
  content: '';
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.menu-animation:before {
  bottom: 276%;  
}

.menu-animation:after {
  top: 276%;
}

#menu-button {
	width: 2.7rem;
    height: 2.5rem;
	padding: 0.42rem;
	margin-right: 0.5rem;
}

#menu-button:hover .menu-animation{
	background-color: var(--bs-primary);
}

@media screen and (max-width:640px) {

	/*.menu-animation {
	  width: 60%;
	  margin: 27px 0 0 8px;
	}
	
	.menu-animation:before {
	  bottom: 280%;  
	}

	.menu-animation:after {
	  top: 280%;
	}*/
}

@media screen and (max-width:480px) {
	
	/*.menu-animation {
	  width: 60%;
	  margin-top: 25px 0 0 7px;
	}

	.menu-animation:before {
	  bottom: 220%;  
	}

	.menu-animation:after {
	  top: 220%;
	}*/
}

.menu-animation--to-arrow:after,.menu-animation--to-arrow:before {
  left: 0;
}

.menu-animation--to-arrow {
  -webkit-animation-name: b-header__menu-animation--slide;
  animation-name: b-header__menu-animation--slide;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.menu-animation--to-arrow:before {
  -webkit-animation-name: b-header__menu-animation--slide-before;
  animation-name: b-header__menu-animation--slide-before;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.menu-animation--to-arrow:after {
  -webkit-animation-name: b-header__menu-animation--slide-after;
  animation-name: b-header__menu-animation--slide-after;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.menu-animation--from-arrow {
  -webkit-animation-name: b-header__menu-animation--slide-from;
  animation-name: b-header__menu-animation--slide-from;
}

.menu-animation--from-arrow:before {
  -webkit-animation-name: b-header__menu-animation--slide-before-from;
  animation-name: b-header__menu-animation--slide-before-from;
}

.menu-animation--from-arrow:after {
  -webkit-animation-name: b-header__menu-animation--slide-after-from;
  animation-name: b-header__menu-animation--slide-after-from;
}

@-webkit-keyframes b-header__menu-animation--slide {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes b-header__menu-animation--slide {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes b-header__menu-animation--slide-before {
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@keyframes b-header__menu-animation--slide-before {
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@-webkit-keyframes b-header__menu-animation--slide-after {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@keyframes b-header__menu-animation--slide-after {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@-webkit-keyframes b-header__menu-animation--slide-from {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes b-header__menu-animation--slide-from {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@-webkit-keyframes b-header__menu-animation--slide-before-from {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@keyframes b-header__menu-animation--slide-before-from {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@-webkit-keyframes b-header__menu-animation--slide-after-from {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

@keyframes b-header__menu-animation--slide-after-from {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -8% 37%;
    width: 75%;
  }
}

.menu .b-menu__content {
    border: 0;
    padding: 0 0 0 10px;
    margin: 0;
    background: #666;
}
.b-menu__content {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.menu {
	color: rgba(255, 255, 255, 0.95); 
}

.menu .nav-link {
	color: inherit;
	font-weight: 300; 
}

.menu .nav-link:hover {
	color: #fff; 
}

.menu .dropdown-menu {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #E7452C;
    --bs-dropdown-link-active-bg: #fbe3df;
    --bs-dropdown-link-disabled-color: #9DA1A7;
    --bs-dropdown-header-color: #9DA1A7;
}

#wrapper {
	height:100%;
	margin:0 auto;
    left:0;
	z-index:3;
}

.wrapper-menu {
	position: absolute;
	margin: 0;
	height: 100%;    
    overflow: hidden;
    cursor: pointer;
	-webkit-transition: left .2s ease-out;
    transition: left .2s ease-out;
}

.wrapper-menu:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.currency {    
    display: table;
	width:100%;
}
.currency ul {
	display: table-row;
}
.currency li {
    margin: 0;
    font-size: 13px;
    line-height: 34px;
	height: 34px;
    letter-spacing: .7px;
    background: 0 0;
    outline: 0;
    text-align: center;
    vertical-align: top;
	display: table-cell;
    background-color:#525252;	
}
.currency li > a{
	color: #fff;
	text-decoration: none;
}
.currency li > span {
	color:#f1461b;
}



/**********************************************************/

input#carrotquest-messenger-autoreply-request { 
	/*height: 25px;*/
	height: 32px;
	/*max-height: 32px;*/
	max-height: 32px;
	/*padding: 15px 8px;*/
	padding: 0;
}

.carrotquest-css-reset > #carrotquest-messenger-collapsed-container {
	z-index: 1400!important;
}

/**********************************************************/
.cl-product-grid > .card-product-grid > .info-wrap{
	padding: 0.25rem 0 0 0;
	border-top:1px solid #dee2e6;
}

.card-product-grid > .info-wrap > .title, .info_item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

	.info_item {
	font-size: small;
	}

@media (min-width: 576px) {
	.info_item {
		font-size: medium;
}
}
/**********************************************************/
.cl-logo {
	/*width:100%; safari chrome */
	max-height:50px;
}

@media (min-width: 576px) {
	.cl-logo {
		max-height:60px;
	}
}

div.ui-notify-message .nm {
	margin-top: auto;
	margin-bottom: 0rem;
	line-height: auto;
}

.grayscale {
	-webkit-filter: grayscale(100%) opacity(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) opacity(50%);
}

/*************************************************************/
.ui-notify { position:fixed; z-index: 2147483002; }

#noty-container-center.ui-notify {
	left:50%; top:50%; transform: translate(-50%, -50%);
}


#noty-container-left.ui-notify { width:295px; top:auto; left:0; bottom:0; margin:0 0 3px 3px }
.noty-icon {float:left;margin:0 10px 0 0;width: 32px;height: 32px;}

.ui-notify-message { padding:10px; margin-bottom:15px; border-radius:10px }
#noty-container-left .ui-notify-message { padding:6px; margin-bottom:3px; border-radius:10px; height:51px; }

.ui-notify-message h1, .ui-notify-message .ui-notify-title { font-size:19px; margin:9px 0 6px 0;text-align:center;font-weight:light;}
#noty-container-left .ui-notify-message h1, #noty-container-left .ui-notify-message .ui-notify-title { 
	font-family: Skia, sans-serif;font-size:14px;text-align:left; margin:0; padding:0 
}
.ui-notify-message p { line-height:23px; text-align:center;}
#noty-container-left .ui-notify-message p { margin:3px 0; padding:0; line-height:18px;text-align:left; }
.ui-notify-message .nm { margin-top:20px; line-height:3px;}
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style {
    background:#555; background:rgba(80,80,80,0.8);
}
.ui-notify-message-style h1, .ui-notify-message-style .ui-notify-title { color:#fff; font-weight:normal }
#noty-container-left .ui-notify-message-style h1, #noty-container-left .ui-notify-message-style .ui-notify-title { 
	font-size: small; 
}
.ui-notify-message-style p { color:#fff }
#noty-container-left .ui-notify-message-style p { font-size: 10px; }
/*.ui-notify-close { color:#fff; text-decoration:underline }*/
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold;
    /*text-shadow:0 1px 1px #fff;*/
    padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }

/*******************************************/
.dishes .card.card-product-grid .img-wrap {
	padding-top: calc(100% * (240/180));
	height: 0;
	position: relative;
}

.dishes .product-image {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
/******************************************/
@media (max-width: 992px) {
	/* small tablet devices */
	.card-product-list .img-wrap{ 
		border-bottom:1px solid #dee2e6;
	}
}

.bg-info {
    background-color: rgba(13, 202, 240);
}

.size-info__row {
	white-space: nowrap;
}

.size-info__row > span {
    font-weight: 600;
}

.cl-input-text-hidden, .row > .cl-input-text-hidden {
	width:1px;
	opacity:0.01;
	padding:0;
	position:relative;
	top:20px;
}

#totalItemCount {
	line-height: 1;
}

#offcanvas-footer-btn {
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

#filter {
	width: 100%;
}

.cl-filter-label {
	-webkit-appearance:button;
	appearance: button;
	margin-bottom: 1px;
}

.cl-filter-reset,
.cl-filter-reset-all {
    /*font-size:14px;
	line-height:20px;*/
	/*float:right;*/
	border: none;
	padding: 0;
	margin-left: 1rem;
	background-color:transparent;
	border-bottom:1px dashed #7b7b7b;
	color:#7b7b7b;
	position:relative;
}


/*.cl-filter-count,
.cl-filter-count-all {
	display:none;
}*/

/*.cl-filter-count.show,
.cl-filter-count-all.show,
.cl-filter-reset.show,
.cl-filter-reset-all.show {
    display:inline-block;
}*/

/*.collapse_header > .icon-control {
	transform: rotate(0);

	-webkit-animation:spin 0.2s linear;
	-moz-animation:spin 0.2s linear;
	animation:spin 0.2s linear;
}*/

.collapse_header > .icon-control {
	transition: 0.2s ease-in-out transform;
}

.collapsed > .icon-control {
	transition: 0.2s ease-in-out transform;
	transform: rotate(180deg);
}

.bottombar {
	flex-direction: column-reverse;
    display: flex;
	position: absolute;
	bottom: 0;
}

/*.itemside .aside .bottombar {
	bottom: 0.8rem;
}*/

.itemside .aside .bottombar > .badge {
	--bs-badge-font-size: 0.76rem;
	position: initial;
	right: auto;
	top: auto;
}

#aside_filter {
	z-index: 2147483001;
}

@media (min-width: 992px) {
	#aside_filter {
		z-index: 0;
	}	
}

/*#collapse_aside_manufacturer_id {
	padding-right:5px;
}*/

#collapse_aside_manufacturer_id > .card-body {
	overflow-y:auto;
	max-height: 50vh;	
}

.cl-palette-container {
	overflow-x:auto;
	max-width:100%;
}

#collapse_aside_manufacturer_id > .card-body::-webkit-scrollbar {
	width: 1vw;
}

.cl-palette-container::-webkit-scrollbar {
	height: 0.8vw;
}

#collapse_aside_manufacturer_id > .card-body::-webkit-scrollbar-track, .cl-palette-container::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

#collapse_aside_manufacturer_id > .card-body::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 1vw;
}

.cl-palette-container::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 0.8vw;
}

#collapse_aside_manufacturer_id > .card-body::-webkit-scrollbar-thumb:hover, .cl-palette-container::-webkit-scrollbar-thumb:hover {
	background-color: #b3b3b3;
	
}

#collapse_aside_manufacturer_id > .card-body::-webkit-scrollbar-thumb:active, .cl-palette-container::-webkit-scrollbar-thumb:active {
	background-color: #9da1a7;
}

.togglePassword {
	border-top-right-radius: var(--bs-btn-border-radius);
	border-bottom-right-radius: var(--bs-btn-border-radius);
}

.btn-similar {
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	z-index: 1000;
}

.btn-group.btn-group-similar {
	position: absolute;
	bottom: 3rem;
	right: 1rem;
}

/*
   evol-colorpicker 3.4.2
   (c) 2020 Olivier Giulieri
   http://evoluteur.github.io/colorpicker/
*/
.evo-pop {
	z-index: 10000;
	width: 190px;
	padding: 3px 3px 0;
	background-image: none;
	/*background-color: #f2f2f2;*/
  }
  .evo-cp-wrap {
	width: 100% !important;
	padding:10px !important;
	background-color: #f8f9fa;
	position: relative;
  }
  .evo-pop.ui-widget-content {
	background-image: none;
	margin: 0 auto;
  }
  .evo-pop-ie {
	z-index: 10000;
	width: 212px;
	padding: 3px;
  }
  .evo-palette td {
	font-size: 1px;
	border: solid 1px #c0c0c0;
	padding: 6px;
	cursor: pointer;
  }
  .evo-palette tr.top > td {
	border-bottom: 0;
  }
  .evo-palette tr.in > td {
	border-top: 0;
	border-bottom: 0;
  }
  .evo-palette tr.bottom > td {
	border-top: 0;
  }
  .evo-palette div.sep {
	height: 3px;
  }
  .evo-palette,
  .evo-palette-ie {
	border-collapse: separate;
	border-spacing: 4px 0px;
	*border-collapse: expression('separate', cellSpacing='2px');
  }
  .evo-palette th,
  .evo-palette-ie th {
	border: 0;
	padding: 5px 3px;
	text-align: left;
	font-weight: normal;
	background: transparent !important;
	color: #505050;
	font-size: 12pt;
  }
  .evo-palette-ie td {
	font-size: 1px;
	border: solid 1px #c0c0c0;
	padding: 7px;
	cursor: pointer;
  }
  .evo-palette2,
  .evo-palette2-ie {
	margin: auto;
	/*border-collapse: collapse;*/
	font-size: 0;
  }
  .evo-palette2 span,
  .evo-palette2-ie span {
	font-size: 1px;
	cursor: pointer;
  }
  .evo-palette2 span {
	width: 14px;
	height: 12px;
	display: inline-block;
  }
  .evo-palette2-ie span {
	padding: 5px;
  }
  .evo-palcenter {
	padding: 0;
	text-align: center;
  }
  .cust-theme {
	border-spacing: 4px 3px;
  }
  .evo-colorind,
  .evo-colorind-ie,
  .evo-colorind-ff {
	border: solid 1px #c3c3c3;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
  }
  .evo-colorind-ie {
	position: relative;
	top: -23px;
  }
  .evo-colorbox-ie {
	font-size: 8px;
	padding: 3px 9px !important;
  }
  .evo-pop:after,
  .evo-pop-ie:after,
  .evo-colorind:after,
  .evo-colorind-ie:after,
  .evo-colorind-ff:after,
  .evo-color span:after,
  .evo-cHist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
  }
  .evo-color {
	width: 88px;
	padding: 8px 3px 5px 4px;
  }
  .evo-color {
	display: none;
  }
  
  .evo-color div {
	border: solid 1px #808080;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	padding: 3px;
	margin-bottom: 5px;
	width: 10px;
	height: 10px;
	float: left;
  }
  .evo-color span {
	font-size: 15px;
	margin: 1px 0 4px 3px;
	float: left;
  }
  .evo-sep {
	height: 10px;
	font-size: 0;
  }
  .evo-more {
	padding: 4px 5px 4px;
	font-size: smaller;
	display:none;
  }
  .evo-cHist {
	padding: 3px;
  }
  .evo-cHist div {
	cursor: pointer;
	border: solid 1px #c0c0c0;
	padding: 3px;
	margin: 5px;
	width: 10px;
	height: 10px;
	float: left;
  }
  .evo-transparent {
	background-image: repeating-linear-gradient(135deg, black, black 1px, white 1px, white 3px);
  }
  .evo-tr-box {
	cursor: pointer;
	border: solid 1px #c0c0c0;
	padding: 3px;
	width: 7px;
	height: 7px;
	float: right;
	position: relative;
	right: -3px;
	top: 2px;
  }
  a.evo-hist {
	margin-left: 6px;
  }
  .evo-pointer {
	cursor: pointer;
  }
  .evo-hidden-button {
	display: none;
  }