@font-face {
	font-family: "Nicolo";
	src: url("/fonts/Nicolo-Regular.ttf");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Nicolo";
	src: url("/fonts/Nicolo-Bold.ttf");
	font-style: bold;
	font-weight: 800;
}

@font-face {
	font-family: "Nicolo";
	src: url("/fonts/Nicolo-Italic.ttf");
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: "Nicolo";
	src: url("/fonts/Nicolo-BoldItalic.ttf");
	font-style: bold, italic;
	font-weight: 800;
}

body {
	/*background-image: url('/images/bg.jpg');*/
	/*background-color: #F6F6F6;*/
	background-image: url("/images/Koshuk-Web-background-15.png");
	/*background-size: contain;
	background-position: 10% 10%;*/
	/*background-repeat: no-repeat;*/
	font-family: "Nicolo";
	font-size: 14px;
}
.product-quantity-block {
	padding: 0;
}
.product-quantity-block span {
	font-weight: 800;
	font-size: 16px;
}
.product-quantity-block i {
	cursor: pointer;
	margin: 15px 20px;
	color: rgb(44, 44, 44, 0.6);
}
.product-quantity-block i:hover {
	color: rgb(44, 44, 44, 1);
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently*/
}
h1 {
	text-align: center;
	color: rgba(58, 52, 52, 1);
	text-shadow: 1px 1px whitesmoke;
	font-size: 22px;
}

.current-page {
	/*background-image: url('/images/body-bg.jpg');*/
	/*background-size: auto;*/
	margin: 0;
	padding: 25px 0;
	font-size: 40px;
	color: #ef7f1b;
	text-align: center;
	font-weight: 800;
}

.colors-box {
	float: left;
	width: 40px;
	margin-left: 4px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid whitesmoke;
	transition: 0.4s;
}

.colors-box:hover {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(168, 161, 168, 1);
	-moz-box-shadow: 0px 10px 10px 0px rgba(168, 161, 168, 1);
	box-shadow: 0px 10px 10px 0px rgba(168, 161, 168, 1);
}

.phone-icon-rotate {
	/* Safari */
	-webkit-transform: rotate(120deg);
	/* Firefox */
	-moz-transform: rotate(120deg);
	/* IE */
	-ms-transform: rotate(120deg);
	/* Opera */
	-o-transform: rotate(120deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: green;
	font-size: 22px;
}

.sticky-image {
	position: sticky;
	top: 100px;
}

.custom-navbar {
	font-size: 18px;
	padding: 0;
	background-color: #393186 !important;
}

.sizes-colors {
	display: inline-block;
	padding: 10px 0;
	min-width: 45px;
	text-align: center;
}

.item-price {
	/*background: #C1DF6D;*/
	/*padding: 10px;*/
}

/*----------------------*/

.item-code-m {
	background: #393186;
	color: white;
	padding: 0px;
}

.item-container-m {
	overflow: hidden;
	background: white;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 3px solid #393186;
	border-bottom: 0px solid blue;
}

.item-season-m {
	background: #393186;
	padding: 0px 10px;
	color: white;
}

.item-code-f {
	background: #393186;
	color: white;
	padding: 0px;
}

.item-container-f {
	overflow: hidden;
	background: white;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 3px solid #393186;
	border-bottom: 0px solid blue;
}

.item-season-f {
	background: #393186;
	padding: 0px 10px;
	color: white;
}

.item-code-u {
	background: #393186;
	color: white;
	padding: 0px;
}

.item-container-u {
	overflow: hidden;
	background: white;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 3px solid #393186;
	border-bottom: 0px solid blue;
}

.item-season-u {
	background: #393186;
	padding: 0px 10px;
	color: white;
}

/*----------------------*/

/*----------------------
.item-code-m{
	background: #84BED6;
	color: white;
	padding: 4px;
}
.item-container-m{
	overflow: hidden;
	background: white;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 2px solid #84BED6;
}

.item-season-m{
	background: #84BED6;
	padding: 4px 10px;
	color: white;
}
.item-code-f{
	background: #EA7066;
	color: white;
	padding: 4px;
}
.item-container-f{
	overflow: hidden;
	background: white;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 2px solid #EA7066;
}

.item-season-f{
	background: #EA7066;
	padding: 4px 10px;
	color: white;
}

.item-code-u{
	background: #2FA360;
	color: white;
	padding: 4px;
}
.item-container-u{
	overflow: hidden;
	background: white;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 2px solid #2FA360;
}

.item-season-u{
	background: #2FA360;
	padding: 4px 10px;
	color: white;
}
----------------------*/

.item-block {
	overflow: hidden;
	border-radius: 4px;
}

.new-item-list {
	margin-top: -35px;
}

.new-items {
	border-bottom: 0px solid green;
}

.item {
	padding: 0px;
	-webkit-transition: width 0.4s;
	/* Safari */
	transition: transform 0.4s;
}

.item:hover {
	transform: scale(1.1);
}

.sidebar-left {
	position: sticky;
	background: orange;
	top: 100px;
	border: 4px solid orange;
	border-radius: 4px;
	margin-bottom: 50px;
}

.search {
	padding: 15px;
	margin: 0;
	/*height: 35px;*/
}

.s-input {
	float: left;
	display: inline-block;
	border: 2px solid orange;
	border-radius: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	border-radius: 4px;
}

.s-input:focus {
	outline: none !important;
	border: 2px solid orange;
	box-shadow: 0 0 10px orange;
}

.search-submit-icon {
	font-size: 25px;
	margin-left: -35px;
	color: orange;
}

.search-submit {
	display: none;
}

.filter {
	padding: 15px;
}

.filter-input {
	width: 100%;
	padding: 6px;
	height: 40px;
}

.filter-input:focus {
	outline: none !important;
	border: 2px solid orange;
	box-shadow: 0 0 10px orange;
}

.content {
	/*border: solid 4px #20953C;*/
	border-radius: 4px;
	background: white;
	/*padding: 15px;*/
	/*margin-bottom: 25px; */
}

.dropdown-toggle::after {
	display: none;
}

.hedaer-body {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.section {
	background-color: rgba(255, 255, 255, 1);
	padding: 50px 25px;
	-webkit-box-shadow: 0px -2px 100px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -2px 100px -25px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -2px 100px -25px rgba(0, 0, 0, 0.75);
}

.custom-slider-section {
	padding: 25px 25px 25px 0px;
	margin-top: -15px;
}

.custom-slider {
	overflow: hidden;
	margin-top: -8px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
}

.welcome-novelties {
	padding: 15px;
	color: white;
	text-transform: uppercase;
}

.footer-block {
	background-color: #393186 !important;
	margin-top: 62px;
}

.footer {
	font-size: 14px;
	padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
	color: whitesmoke;
}

.footer-links {
	margin: 0;
	padding: 0;
}

.footer-links li {
	display: inline-block;
	padding: 4px;
}

.footer-links a {
	color: white;
}

.poster {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}

.descr {
	display: none;
	padding: 10px;
	background: #f3f3f3;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.poster:hover .descr {
	display: block;
	position: absolute;
	z-index: 9999;
}

.product-data {
	padding-left: 10px;
}

.product-data li {
	list-style-type: none;
}

.footer-3 {
	padding-right: 15px;
	text-align: right;
}

.modal-lg {
	max-width: 58% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-image: none;
}

.carousel-control-next-icon:after {
	content: ">";
	font-size: 55px;
	color: #393186;
}

.carousel-control-prev-icon:after {
	content: "<";
	font-size: 55px;
	color: #393186;
}

/* custom buttons */

.btn-koshuk {
	border-color: #fc7e1a;
	color: #fc7e1a;
	background: white;
}

.btn-koshuk:hover {
	background: #fc7e1a;
	color: white;
}

@media all and (max-width: 360px) {
	.xs-block {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.footer-1,
	.footer-2,
	.footer-3 {
		text-align: center;
	}
	.footer-links {
		padding: 0;
	}
	.footer-links li {
		padding: 5px;
		display: inline-block;
	}
	.new-item-list {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.vardan .modal-lg {
		/* width: 100% !important; */
	}
}
