@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');
body {
	 
		font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: 100%;
}
img, a, button, input 
{
	outline-style: none !important;
}
.fa {
	font-size: 14px;
}
.container 
{
	max-width: 1305px;
	width: 100%;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.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;
}

.nav-tabs {
	margin-bottom: 30px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #fad3da;
	background-image: linear-gradient(to bottom, #fad3da, #fad3da);
	background-repeat: repeat-x;
}
 
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover
{
	border-color: #000 !important;
} 
 
 
 
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	 
}
 
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #fad3da;
	background-image: linear-gradient(to bottom, #fad3da, #fad3da);
	background-repeat: repeat-x;
	border-color: #fad3da #fad3da #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #fad3da;
	background-image: linear-gradient(to bottom, #fad3da, #fad3da);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #fad3da;
	background-image: linear-gradient(to bottom, #fad3da, #fad3da);
	background-repeat: repeat-x;
	border-color: #fad3da #fad3da #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #fad3da;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #061112;
	 
}
 
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	 
}
.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;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #000000;
	background-color: #fad3da;
	background-image: linear-gradient(to bottom, #fad3da, #fad3da);
	background-repeat: repeat-x;
	border-color: #fad3da #fad3da #fad3da;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fad3da;
	background-position: 0 -15px;
	border-color: #fad3da #fad3da #fad3da;
	background-image: linear-gradient(to bottom, #fad3da, #fad3da);
}
.btn-primary.focus, .btn-primary:focus {
  color: #000;
  background-color: #fad3da;
  border-color: #fad3da;
background-image: linear-gradient(to bottom, #fad3da, #fad3da);
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #000;
  background-color: #fad3da;
  border-color: #fad3da;
background-image: linear-gradient(to bottom, #fad3da, #fad3da);
}
.btn-warning {
	color: #000000;
	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: #fff;
	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;
	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;
	background-color: #51a351;
	background-image: linear-gradient(to bottom, #51a351, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #51a351;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #51a351;
	border-color: #51a351 #51a351 #51a351;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #fad3da;
	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;
	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);
}
/* 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;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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: #51a351;
	border-color: #51a351 #51a351 #51a351;
}
/************rtsasuk***********/
.soc
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.soc button 
{
	padding: 0px;
	border: 0px solid #333;
	background: none;
	color: #061112;
		font-size: 24px;
}
.soc li 
{
	display: inline-block;
	margin-right: 20px;
}
.soc i 
{
	color: #061112;
	font-size: 24px;
}
#logo
{
	width: 75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
.login5 ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.s_pohuk
{
	float: left;
}
.login5
{
	float: left;
}
.cart5
{
	float: left;
}
.fon_right
{
	float: right;
	margin-top: 35px;
	margin-bottom: 30px;
}
.s_pohuk .sss
{
	padding:0px;
	background:none;
	border:0px solid #333;	 
}
.login5
{
	margin-left: 25px;
	margin-right: 25px;
}
.login5 i, .s_pohuk .sss i, .cart5 i 
{
	color: #061112;
	font-size: 24px;
}
.cart5 button 
{
	padding: 0px;
	background: none;
	border: 0px solid #333;
	position: relative;
}
.cart5 b 
{
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 10px;
	background: #fad3da;
	display: block;
	text-align: center;
	top: -10px;
	right: -10px;
}
.owl-prev i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: rgba(250, 211, 218, 0.5);
}
.owl-next i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: rgba(250, 211, 218, 0.5);
}
#carouselnew .item, #carouselsale .item
{
	margin-left: 15px;
	margin-right: 15px;
}
.common-home .nav-tabs 
{
  margin-top: 100px;
}
.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #000000;
  cursor: default;
  background: #fad3da !important;
  border: 0px solid #ddd !important;
  border-radius: 0px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.det .nav-tabs 
{
	margin-top: 40px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 0px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0px 0px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
	color: #000000;
}
.det .nav-tabs > li > a 
{
	font-size: 16px !important;
}
.det .nav-tabs > li > a:hover  
{
	font-size: 16px;
}
.plus5 i, .minus5 i
{
	font-size: 16px;
	color: #000;
	background: #fad3da;
	border: 0px solid #333;
	height: 48px;
	width: 48px;
	display: block;
	line-height: 48px;
}
#input-quantity
{
	height: 48px;
}
.plus5, .minus5
{
	background: none;
	border: 0px solid #333;
	padding: 0px;

}
.plus5 i
{
	-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;
}
.minus5 i
{
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.nav-tabs > li {  
  margin-left: 0px;
  margin-right: 0px;
}
 
.fon_top2 .nav-tabs
{
	 display: flex;
	 justify-content: center;
}
#carouselnew .owl-prev
{
	left: -50px;
}
#carouselnew .owl-next
{
	right: -50px;
}
#carouselnew .owl-prev i, #carouselsale .owl-prev i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: #fad3da;
	
}
#carouselnew .owl-next i, #carouselsale .owl-next i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: #fad3da;	
}
.fon_tov_carusel .image
{
	background: #fefefe;
	border: 1px solid #e5e5e5;
	 
}
.fon_tov_list .image
{
	background: #fefefe;
	border: 1px solid #e5e5e5;
	 
}
.zag_tov a 
{
	font-size: 16px;
	color: #061112;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.zag_tov a:hover  
{
	color: #d66083;
}

.fon_tov_carusel .price
{
	color: #d66083;
	font-weight: 500;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.fon_tov_list .price
{
	color: #d66083;
	font-weight: 500;
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.addlistcart
{
	background: #fad3da;
	width: 205px;
	height: 48px;
	display: block;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	margin-left: auto;
	margin-right: auto;
	color: #061112;
	font-size: 18px;
}
.addlistcart:hover 
{
	opacity: 0.8;
}
.addlistcart i 
{
	font-size: 22px;
	color: #000;
	margin-right: 20px;
}
.price-old
{
	font-size: 16px;
	color: #000;
	text-decoration: line-through;
}
#carouselnailbox .item 
{
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
	 
}
#carouselnailbox .item .image
{
	background: #fbfbfb;
	border: 0px solid #333;
}
.zag_mod
{
	font-size: 24px;
		display: block;
		text-align: center;
		font-weight: bold;
		color: #000000;
		margin-top: 40px;
		margin-bottom: 25px;
		text-transform: uppercase;
	position: relative;
	
}
.modal-body {
  position: relative;
  padding: 5px;
}
.zag_mod b {
	background: #fff;
	z-index: 200;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.zag_mod span
{
	border-top: 1px solid #e5e5e5;
	position: absolute;
	width: 100%;
	display: block;
	top: 20px;
	
}
#carouselnailbox .owl-prev
{
	left: -50px;
}
#carouselnailbox .owl-next
{
	right: -50px;
}
#carouselnailbox .owl-prev i, #carouselnailbox .owl-prev i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: #fad3da;
	
}
#carouselnailbox .owl-next i, #carouselnailbox .owl-next i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: #fad3da;	
}
#carouselrel .owl-prev
{
	left: -50px;
}
#carouselrel .owl-next
{
	right: -50px;
}
#carouselrel .owl-prev i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: #fad3da;
	
}
#carouselrel .owl-next i
{
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: #fad3da;	
}
#carouselrel .item 
{
	margin: 15px;
}

.fon_but_nailbox
{
	//margin-top: -50px;
	margin-bottom: 10px;
}
 
.fon_ban
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.nopad
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.nopadrr
{
	padding-left: 4px !important;
	padding-right: 4px !important;
}
.fon_ban
{
	margin-top: 50px;
	position: relative;
	margin-bottom: 20px;
}
.ban2_title
{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 320px;
	font-size: 27px;
	color: #061112;
	font-weight: 500;
	height: 247px;
	display: flex;
	align-items: center;
}
#form40Modal .modal-content 
{   
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
#form40Modal .zag_mod {
  font-size: 18px;
}
#form40Modal .zag_mod span
{
	display: none;
}
.soc li ul li 
{
  display: block;
  margin-right: 0px;
}
.modal
{
	z-index: 3000;
}
.soc .dropdown-toggle
{
	position: relative;
	z-index: 2500;
}
.b_blog
{
	position: absolute;
	top: 50px;
	left: 30px;
}
.fon_blog0
{
	position: relative;
}
.zag_h1
{
	font-size: 24px;
	color: #061112;
	text-transform:uppercase;
	display: block;
	margin-bottom: 30px;
}
.zag_blog a 
{
	color: #061112;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
		display: block;
	width: 235px;
}
.zag_blog a:hover  
{
	color: #333;
}
.fon_blog0 .col-lg-3, .fon_blog0 .col-md-3, .fon_blog0 .col-sm-6
{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.fon_html
{
	text-align: justify;
}
.logof img 
{
	width: 105px;
	margin-bottom: 30px;
}
.menuf
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menuf a 
{
	font-size: 14px;
	color: #8d8d8d;
	line-height: 24px;
}
.menuf a:hover  
{
	color: #fff;
}
.zag_f
{
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
}
footer .list-unstyled a 
{
	font-size: 14px;
	color: #8d8d8d;
	font-weight: 500;
	line-height: 26px;
}
footer .list-unstyled a:hover 
{
	color: #fff;
}
.menuf2
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #8d8d8d;
	font-weight: 500;
	line-height: 26px;
	width: 205px;
}
.alert-success {
	color: #fff;
	background-color: #fad3da;
	border-color: #fad3da;
  }
hr {
	
	border-top: 1px solid #e8e8e8;
}
.copy
{
	color: #8d8d8d;
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	text-align: center;
}
.fon_tov_list
{
	margin-bottom: 50px;
}
#ocfilter
{
	margin-top: 100px;
}
#ocfilter .panel-heading
{
	font-size: 14px;
	color: #212121;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: none;
		border: 0px solid #ddd;
	margin-bottom: 25px;
	text-align: center;
}
.panel-default {
border: 0px solid #ddd;
}
.noUi-pips-horizontal
{
	display: none;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
 
  border-bottom: 1px solid #ebebeb !important;
  padding-top: 30px;
  padding-bottom: 20px;
}
.scale
{
	margin-top: 20px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
#content h1 
{
	font-size: 24px;
	display: block;	 
	font-weight: bold;
	color: #f2a7b5;
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#content h4 
{
	color: #f2a7b5;
}
#content li 
{
	line-height: 30px;
}
.pagination
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.desc
{
	text-align: justify;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.42857143;
  color: #232323;
  text-decoration: none;
  background-color: #fff;
  border: 0px solid #232323;
   width: 40px; 
   height: 40px;
   line-height: 40px;
   display: block;
   text-align: center;
   border-radius: 20px !important;
   border: 1px solid #232323;;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #232323;
  border-color: #232323;
  
}
#search button 
{
	background:#232323;
}
.val_atr
{
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
#owl-additional .owl-prev
{
	left: -30px;
}
#owl-additional .owl-prev i {
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: none !important;
}
#owl-additional .owl-next
{
	right: -30px;
}
#owl-additional .owl-next i {
	width: 51px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	background: none !important;
}
#owl-additional .item 
{
	border: 1px solid #ebebeb !important;
}
#owl-additional .item.active {
border: 1px solid #fad3da !important;
   border-radius: 0px !important;
   
  box-shadow: inset 0 0px 0px rgba(0,0,0,0),0 0 0px rgba(102,175,233,0) !important;
}
#owl-thumb .item {
	border: 1px solid #ebebeb;
	 
	padding: 10px;
}
.h111 h1 
{
	font-size: 22px;
	color: #061112;
	text-transform: uppercase;
	display: block;
	margin-top: 90px;
	margin-bottom:40px ;
	margin-left: 15px;
}
.det .sticker_left
{
	left: 30px !important;
}
.artikl 
{
	color: #757575;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}
.artikl span 
{
	color: #000000;
	font-weight: bold;
}
.pr_det
{
	color: #000000;
	font-size: 23px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	display: block;
	margin-top: 20px; 
	margin-bottom: 40px;	 
}
.pr_text
{
	margin-top: 20px;
}
#product .radio
{
	margin-top: 0px !important;
}
#product .radio label
{
	padding-left: 0px !important;
	padding-right: 10px;
	font-size: 14px !important;
}
#product .radio input 
{
	padding-left: 5px;
}
.old_price
{
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
}
.required5 .checkbox, .required5 .radio {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}
#product .control-label5
{
	float: left;
	font-size: 14px;
	color: #212121;
	font-weight: 500;
}
#product #input-option227
{
	float: left;
}
#product .radio
{
	float: left;
	margin-left: 10px;
		margin-right: 10px;
}
#product .radio img 
{
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1000;
	
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] 
{  
  margin-left: 0px;
z-index: 200;
}
#product .radio input 
{
	position: absolute;
	z-index: 2000;
}
#button-cart 
{
 
		width: 160px;
		height: 48px;
		display: block;
		 background: #fad3da;
		border-radius: 5px;
		border: 1px solid #fad3da;
		 
		margin-bottom: 30px;
		color: #061112;
		font-size: 18px;
}
#button-cart:hover  
{
	opacity: 0.8;
}
#button-cart i 
{
	font-size: 20px;
}
.zag_atr
{
	line-height: 24px;
	font-size: 14px;
}
.im_b10
{
	float: left;
	margin-right: 20px;
	margin-bottom: 150px;
}
.b_atr
{
	margin-top: 15px;
	margin-bottom: 25px;
}
.zag_det1
{
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.fon_b10 p 
{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
.det555 a 
{
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	display: block;
	text-decoration: underline;
	font-weight: 600;
}
.det555 a:hover  
{
	text-decoration: none;
}
#tab-description
{
	text-align: justify;
}
#ocmod-popup-okno .name a
{
	color: #061112;
}
.soc .dropdown-menu
{
	min-width: 60px !important;
}
.sl_mob
{
	display: none;
}
.fon_right_mob
	{
		display: none;
	}
.ff_bb_mob
{
	display: none;
}
.name a {
	color: #000 !important;
}

.simplecheckout-block-content .radio {

	padding-top: 10px;
	padding-bottom: 10px;
}

 

#simplecheckout_cart .name .options {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #A1A8C1;
}

#simplecheckout_cart .name a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.zag_cart_line {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #1F1F1F;
}

.allrigth {
	text-align: right;
}

.allrightvalue {
	text-align: right;
}

.line_cart {
	border-bottom: 1px solid #E1E1E4;
	padding-top: 15px;
	padding-bottom: 15px;
}

.minus_cart,
.plus_cart {
	background: none;
	border: 0px solid #333;
	color: #000;
	float: left;
	height: 30px;
}

.inp_cart {
	float: left;
	width: 50px !important;
	height: 30px;
	text-align: center;
	border: 1px dashed #ccc;
	font-size: 18px;
}

.simple-content .quantity {
	height: 50px;
	display: flex;
	align-items: center;
}



#simplecheckout_cart .total {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.simplecheckout-block-content img {
	height: 30px;
}

#total_sub_total {
	//display: none;
}

#total_shipping {
	display: none;
}

.price_one_cart {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.price_one_cart {
	font-size: 14px;
	color: #2f322b;
	font-weight: 500;
}

.del_cart {

	background: none;
	border: 0px solid #333;
	padding: 0px;
	color: #ff0000;
	height: 50px;
	width: 100%;
		display: flex;
		align-items: center;
		justify-content: right;
}

#total_total {
 
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #1F1F1F;
}
.simple-content .name {
  margin-top: 15px;
}
.simplecheckout-cart-total-value {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #ED553B;
}
.det_blog
{
	margin-top: 50px;
}
.modal-header {
  min-height: 16.43px;
  padding: 0px;
  border-bottom: 0px solid #e5e5e5;
}
.modal-footer {
  min-height: 16.43px;
  padding: 0px;
  border-top: 0px solid #e5e5e5;
}
#supermenu ul
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
 
.fon_menu 
{
	background: #fad3da; 
}
.number-spinner
{
	clear: both;
	width: 160px;
	 
}

.pr_text
{
	font-weight: 500;
	font-size: 16px; 
}
.pr_text
{
	font-size: 22px;
	line-height: 40px;
}
@media (max-width: 767px) 
{
	.owl-prev i {
			width: 30px;
			height: 30px;
			display: block;
			line-height: 30px;
			text-align: center;
			background: rgba(250, 211, 218, 0.5);
		}
	
		.owl-next i {
			width: 30px;
			height: 30px;
			display: block;
			line-height: 30px;
			text-align: center;
			background: rgba(250, 211, 218, 0.5);
		}
	.bandistr1 {
			font-size: 32px !important;
			display: block;
			line-height: 40px !important;
			color: #000;
			display: block;
			margin-top: 10px;
			margin-bottom: 10px;
		}
	.tel_kont_distr a, .email_kont_distr a, .insta_kont_distr a
	{
		font-size: 14px !important;
	}
	.zag_det1
	{
		text-align: left;
		line-height: 35px;
	}
	.det555
	{
		text-align: left !important;
	}
	.im_b10
	{
		margin-bottom: 0px;
	}
	#carouselrel .owl-prev {
			left: 0px;
		}
	
		#carouselrel .owl-next {
			right: 0px;
		}
		#carouselrel .owl-prev i {
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  background: #fad3da;
}
#carouselrel .owl-next i {
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  background: #fad3da;
}
.det .fon_html {
		text-align: justify;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.nav-tabs > li
	{
		float: none;
		margin-left: 0px; 
		margin-right: 0px;
	}
	.det .nav-tabs > li > a::after {
 		 content: "+";
  		float: right;
	}
	#owl-additional .owl-next i
	{
		display: none;
	}
	#owl-additional .owl-prev i
	{
		display: none;
	}
	.nav-tabs > li > a
	{
		width: 100%;
		background: #ebebeb;
	}
	.det .nav-tabs > li.active > a, .det .nav-tabs > li.active > a:focus, .det .nav-tabs > li.active > a:hover
	{

	}
	.atr_mob
	{
		display: none;
	}
	.number-spinner
	{
		clear: both;
		 
		 
	}
	#button-cart {
  		width: 100%;
	}
	 
	#content h1
	{
	margin-bottom: 10px !important;
	}
	.sort5 {
	margin-top: 10px !important;
	}
	.navbar-toggle {
  position: relative;
  float: none;
  padding: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
	}
	.navbar-toggle i 
	{
  	font-size: 24px;
	}
	.ocfilter-mobile-handle i 
	{
		font-size: 18px;
	}
	#supermenu.respsmall .withchildfo.hasflyout 
	{
  		border-top: 1px solid rgba(0,0,0,0.1) !important;
	}
	#supermenu ul li div.bigdiv
	{
		border: 0px solid #333 !important;
	}
	#supermenu.respsmall .withchildfo a.theparent
	{
		padding-left: 35px !important;
	}
	#supermenu ul li div.bigdiv.withflyout>.withchildfo>.flyouttoright
		{
			background: none !important;
		}
	.login5 i, .s_pohuk .sss i, .cart5 i
	{
		font-size: 18px;
	}
	#supermenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright .withchild a  
	{
		padding-left: 55px !important;
		font-size: 14px !important;
	}
	#supermenu.respsmall ul li div .withchild, #supermenu.respsmall ul li div .withimage
	{
		border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	}
	#supermenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright .inflyouttoright {
  padding: 0px !important;
	}
	.fon_menu .nopad {
  float: left !important;
  width: 25% !important;
}
#supermenu ul
{
	display: block !important;
}
			.fon_tov_carusel img {
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}
		.logof img 
			{
				margin-bottom: 10px;
			}
		.menuf_mob {
			list-style: none;
			margin: 0px;
			padding: 0px;
			margin-bottom: 20px;
			
		}
		.fon_but_nailbox
		{
			padding: 15px;
		}
		#carouselnailbox .item {
			margin-left: 10px;
			margin-right: 10px;
			border: 1px solid #e5e5e5;
			}
		
		.menuf_mob a {
			font-size: 14px;
			color: #8d8d8d;
			line-height: 24px;
			text-align: center;
			display: block;
		}
	
		.menuf a:hover {
			color: #fff;
		}
	.soc_mob
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		margin-top: 25px;
		margin-bottom: 25px;
		float: right;
	}
	.lang_mob button 
	{
		padding: 0px;
		border: 0px solid #333;
		background: none;
		color: #061112;
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.lang_mob .dropdown-menu
		{
			min-width: 60px !important;
		}
	.lang_mob
	{
		display: none;
	}
	.soc_mob li 
	{
		display: inline-block;
		margin-left: 5px;
	}
	.soc_mob i 
	{
		color: #061112;
		font-size: 18px;
	}
	#logo
	{
		width: 60px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.login5 ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#supermenu {
 		 background: none !important;
		 z-index: 6000;
		width: 25%;
		float: left;
		 
	}
	#supermenu.respsmall ul li.tlli
	{
		background: #fad3da !important;
	}
	 
	.fon_right_mob
	{
		float: left;
		position: relative;
		z-index: 2000;
		width: 75%;
	}
	.s_pohuk
	{
		width: 30%;
		text-align: center;
	}
	.login5
	{
		width: 30%;
		text-align: center;
	}
	.cart5
	{
		width: 15%;
		text-align: center;
	}
	#supermenu.respsmall > ul.exped
	{
		position: absolute;
		width: 100%;
		background: #fad3da;
		z-index: 5000;
	}
	.fon_html {
  text-align: justify;
   
  margin-top: 5px;
}
.fon_blog0 .col-lg-3, .fon_blog0 .col-md-3, .fon_blog0 .col-sm-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
	.nopadrr .nopad 
	{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.fon_menu
	{
		background: #fad3da;
		height: 42px;
		line-height: 42px;
	}
	#supermenu.respsmall a.mobile-trigger
	{
		margin-left: 15px;
	}
	#supermenu.respsmall a.mobile-trigger i 
	{
		color: #061112;
		font-size: 20px;
	}
	.cart5 b {
		position: absolute;
		width: 18px;
		height: 18px;
		line-height: 18px;
		border-radius: 10px;
		background: #000;
		color: #fff;
		display: block;
		text-align: center;
		top: -8px;
		right: -8px;
		font-size: 11px;
		font-weight: 400;
	}
	#supermenu ul li a.tll
	{
		padding: 5px 5px 5px 5px;
	}
	.sl_komp
	{
		display: none;
	}
	.sl_mob
	{
		display: block;
	}
	#slideshow2 .owl-buttons .owl-prev
	{
		 
	}
	#slideshow2 .owl-buttons .owl-next
	{
		 
	}
	.common-home .nav-tabs {
		margin-top: 30px;
		}
	.nav-tabs > li > a {
		margin-right: 0px;
		line-height: 1.42857143;
		border: 0px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-radius: 0px 0px 0 0;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
		}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		color: #000000;
		cursor: default;
		background: #fad3da !important;
		border: 0px solid #ddd !important;
		border-radius: 0px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		}
	.zag_tov a {
		font-size: 12px;
		color: #061112;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		min-height: 45px;
		}
	.fon_tov_carusel .price {
		color: #d66083;
		font-weight: 500;
		font-size: 18px;
		display: block;
		margin-bottom: 10px;
		text-align: center;
		}
	.price-old {
		font-size: 11px;
		color: #000;
		text-decoration: line-through;
		}
	.addlistcart {
		background: #fad3da;
		width: 100%;
		height: 32px;
		display: block;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #e8e8e8;
		margin-left: auto;
		margin-right: auto;
		color: #061112;
		font-size: 16px;
		}
		.addlistcart i {
			font-size: 18px;
			color: #000;
			margin-right: 15px;
		}
		#carouselnew .owl-prev {
 			 left: 8px;
			 top: 35%;
		}
				#carouselnew .owl-next {
					right: 8px;
					top: 35%;
				}
		.owl-carousel .owl-buttons div i {
			font-size: 20px !important;
			 
			}
		#carouselnew .owl-prev i, #carouselsale .owl-prev i 
		{
				width: 20px;
				height: 20px;
				display: block;
				line-height: 20px;
				text-align: center;
				background: #fad3da;
				}
		#carouselnew .owl-next i, #carouselsale .owl-next i 
		{
				width: 20px;
				height: 20px;
				display: block;
				line-height: 20px;
				text-align: center;
				background: #fad3da;
		}
		.zag_mod {
			font-size: 18px;
			display: block;
			text-align: center;
			font-weight: bold;
			color: #000000;
			margin-top: 45px;
			margin-bottom: 25px;
			text-transform: uppercase;
		}
		#carouselnailbox .owl-prev i, #carouselnailbox .owl-prev i {
		width: 20px;
		height: 20px;
		display: block;
		line-height: 20px;
		text-align: center;
		background: #fad3da;
		}
		#carouselnailbox .owl-next i, #carouselnailbox .owl-next i {
			width: 20px;
			height: 20px;
			display: block;
			line-height: 20px;
			text-align: center;
			background: #fad3da;
			}
		
		#carouselnailbox .zag_tov
		{
			margin-top: 50px;
		}
		#carouselnailbox .addlistcart
		{
			width: 100%;
		}
		.ban2_title {
		position: absolute;
		top: 0px;
		left: 10px;
		width: 200px;
		font-size: 16px;
		color: #061112;
		font-weight: 500;
		height: 120px;
		display: flex;
		align-items: center;
		}
		.fon_ban {
			margin-top: 5px;
			position: relative;
			margin-bottom: 5px;
			}
		#carouselnailbox
		{
			margin-bottom: 10px;
		}
		.zag_h1 {
			font-size: 11px;
			color: #061112;
			text-transform: uppercase;
			display: block;
			margin-bottom: 30px;
			}
		.zag_blog a {
			color: #061112;
			font-size: 12px;
			line-height: 18px;
			font-weight: bold;
			text-transform: uppercase;
			display: block;
			width: 115px;
		}
		.fon_blog
		{
			margin-bottom: 10px;
		}
				.fon_blog0 {
					padding-left: 15px !important;
					padding-right: 15px !important;
				}
		.logof img 
		{
			width: 110px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.menuf
		{
			display: none;
		}
		 
		.zag_f
		{
			text-align: left;
		}
		footer .panel-default > .panel-heading i {
  			float: right;
  				line-height: 30px;

		}
				footer .panel-default > .panel-heading a {
				display: block;
				line-height: 80px;
				padding-left: 15px;
				margin-right: 15px;
				width: 100%;
				}
		.menuf2
		{
			text-align: center;
			width: 100%;
		}
		footer .panel 
		{
			background: none;
			box-shadow: 0 0px 0px rgba(0,0,0,0);
		}
		footer .panel-default > .panel-heading {
		color: #333;
		background: none ;
		border:0px solid#ddd;
		border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			padding: 5px 5px;
		}
		.ff_bb_komp
		{
			display: none;
		}
		.ff_bb_mob
		{
			display: block;
		}
		.fon_right_mob
		{
			display: block;
		}
		.fon_tov_list .price
		{
			font-size: 18px;
		}
		#content h1 {
			font-size: 14px;
			display: block;
			font-weight: bold;
			 
			margin-top: 30px;
			margin-bottom: 30px;
			 
			text-transform: uppercase;
			}
		.sticker_rectangle .new_sticker, .sticker_rectangle .sale_sticker, .sticker_rectangle .featured_sticker, .sticker_rectangle .bestseller_sticker {
			width: 40px !important;
			height: 20px !important;
			line-height: 18px !important;
			background: #fad3da;
			text-align: center;
			color: #000;
			display: block;
			color: #061112;
			font-size: 12px !important;
			font-weight: 400;
			}
		.ocf-offcanvas.ocfilter-mobile.hidden-sm.hidden-md.hidden-lg.active 
		{
 			 top: 0px;
			 z-index: 3000;
		}
		#ocfilter {
 			 margin-top: 10px;
		}
		.h111 h1 {
			font-size: 22px;
			color: #061112;
			text-transform: uppercase;
			display: block;
			margin-top: 30px;
			margin-bottom: 20px;
			text-align: center;
			margin-left: 0px;
			}
		.artikl
		{
			text-align: center;
		}
		.pr_det
		{
			text-align: center;
		}
		#product {
			text-align: center;
			}
		#button-cart
		{
			margin-left: auto;
			margin-right: auto;
		}
		.required5
		{
			display: block;
			margin-left: auto;
				margin-right: auto;
			width: 170px;
		}
	
}
@media (min-width: 768px) and (max-width: 991px) 
{
	
	.fon_tov_carusel img {
			height: 100%;
			margin-left: auto;
			margin-right: auto;
		}
		.fon_tov_carusel img {
				height: 100%;
				margin-left: auto;
				margin-right: auto;
			}
	#supermenu ul li a.tll {
		font-size: 14px !important;
		color: #061112;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 5px 10px 5px 10px !important;
		z-index: 6;
		position: relative;
		}
		.common-home .nav-tabs {
			margin-top: 60px;
			}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
			color: #000000;
			cursor: default;
			background: #fad3da !important;
			border: 0px solid #ddd !important;
			border-radius: 0px;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			}
			.nav-tabs > li > a {
			margin-right: 0px;
			line-height: 1.42857143;
			border: 0px solid transparent;
				border-top-color: transparent;
				border-right-color: transparent;
				border-bottom-color: transparent;
				border-left-color: transparent;
			border-radius: 0px 0px 0 0;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
				color: #000000;
			}
		#carouselnew .owl-prev {
		left: -5px;
		}
		#carouselnew .owl-next {
		right: -5px;
		}
		.zag_tov a {
			font-size: 13px;
			color: #061112;
			font-weight: bold;
			text-transform: uppercase;
			display: block;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
			}
		.fon_tov_carusel .price {
			color: #d66083;
			font-weight: 500;
			font-size: 20px;
			display: block;
			margin-bottom: 20px;
			text-align: center;
			}
		 
		.fon_but_nailbox {
			margin-top:0px ;
			margin-bottom: 10px;
			}
		#carouselnailbox .item
		{
			margin: 15px !important;
		}
		.ban2_title {
			position: absolute;
			top: 0px;
			left: 10px;
			width: 180px;
			font-size: 16px;
			color: #061112;
			font-weight: 500;
			height: 147px;
			display: flex;
			align-items: center;
			}
				.zag_mod
				{
					margin-top: 30px;
				}
		.fon_blog
		{
			margin-bottom: 30px;
		}
		.logof img {
			width: 100%;
			margin-bottom: 10px;
			}
		.menuf2 {
		list-style: none;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		color: #8d8d8d;
		font-weight: 500;
		line-height: 26px;
		width: 100%;
		}
		#ocfilter {
		margin-top: 30px;
		}
		#content h1 {
		font-size: 24px;
		display: block;
		font-weight: bold;
		color: #000000;
		margin-top: 30px;
		margin-bottom: 35px;
		text-transform: uppercase;
		}
		.h111 h1 {
		font-size: 22px;
		color: #061112;
		text-transform: uppercase;
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 15px;
		}
}
@media (min-width: 992px) and (max-width: 1199px) 
{
	.fon_tov_carusel img
		{
			height: 100%;
			margin-left: auto;
			margin-right: auto;
		}
		.fon_tov_carusel img {
				height: 100%;
				margin-left: auto;
				margin-right: auto;
			}
	#supermenu ul li a.tll {
		font-size: 14px !important;
		color: #061112;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 5px 10px 5px 10px !important;
		z-index: 6;
		position: relative;
		}
		.common-home .nav-tabs {
			margin-top: 60px;
			}
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
			color: #000000;
			cursor: default;
			background: #fad3da !important;
			border: 0px solid #ddd !important;
			border-radius: 0px;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			}
			.nav-tabs > li > a {
			margin-right: 0px;
			line-height: 1.42857143;
			border: 0px solid transparent;
				border-top-color: transparent;
				border-right-color: transparent;
				border-bottom-color: transparent;
				border-left-color: transparent;
			border-radius: 0px 0px 0 0;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
				color: #000000;
			}
		#carouselnew .owl-prev {
		left: -5px;
		}
		#carouselnew .owl-next {
		right: -5px;
		}
		.fon_but_nailbox {
			margin-top:0px ;
			margin-bottom: 10px;
			}
		.zag_tov a
		{
			min-height: 45px;
		}
		.ban2_title {
			position: absolute;
			top: 0px;
			left: 15px;
			width: 200px;
			font-size: 18px;
			color: #061112;
			font-weight: 500;
			height: 200px;
			display: flex;
			align-items: center;
			}
		.zag_mod {
		font-size: 24px;
		display: block;
		text-align: center;
		font-weight: bold;
		color: #000000;
		margin-top: 30px;
		margin-bottom: 25px;
		text-transform: uppercase;
		}
		.zag_h1 {
			font-size: 18px;
			color: #061112;
			text-transform: uppercase;
			display: block;
			margin-bottom: 15px;
			}
		.zag_blog a {
			color: #061112;
			font-size: 20px;
			line-height: 30px;
			font-weight: bold;
			text-transform: uppercase;
			display: block;
			width: 235px;
			}
		.fon_b10 img {
			float: left;
			margin-right: 20px;
			margin-bottom: 120px;
			}
		#owl-thumb .item {
			border: 1px solid #ebebeb;
			padding: 15px;
			}
}
.modal-footer
{
	text-align: center;
}
#form40Form input 
{
	border-radius: 0px;
	border:1px solid#fad3da;
	height: 40px;
}
#form40Form select
{
	border-radius: 0px;
	border:1px solid#fad3da;
	height: 40px;
}
#form40Form .control-label
{
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
#form40Form textarea 
{
	border-radius: 0px;
	border:1px solid#fad3da;
	height: 130px;
}
.checkout-simplecheckout h1 
{
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 22px;
	color: #1F1F1F;
	background: #fad3da;
	padding-bottom: 13px;
	padding-top: 13px;
	margin-bottom: 15px !important;
	padding-left: 15px;
}

.simplecheckout-right-column .radio, .simplecheckout-left-column .radio
{
	float: none !important;
}
.open {
  position: relative;
}
.simplecheckout-right-column .radio img, .simplecheckout-left-column .radio img
{
	position: static !important;
}
.well
{
	margin-top: 50px !important;
}
.header-fixed
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
}
#yo-1
{
	margin-top: 100px;
}
.account-account #content ul.list-unstyled li
{
	height: 40px;
	line-height: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	background: #fad3da;
padding-left: 15px;
padding-right: 15px;
}
.account-account #content ul.list-unstyled
{
	max-width: 380px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}
.account-account #content ul.list-unstyled li a 
{
	
	font-size: 16px;
}
.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 5px !important;
  text-align: left !important;
}
.account-return-add .radio 
{
	float: none !important;
}
.account-return-add .checkbox input[type="checkbox"], .account-return-add .checkbox-inline input[type="checkbox"], .account-return-add .radio input[type="radio"], .account-return-add .radio-inline input[type="radio"] {
  margin-left: -20px;
  z-index: 200;
}
#simplecheckout_cart
{
	border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.simplecheckout
{
	margin-top: 50px;
}
.input-group .input-group-addon
{
	background: #fad3da !important;
}
.sort5
{
	margin-top: 100px;
}
.det
{
	margin-top: 20px;
}
.det h1 
{
	margin-top: 0px !important;
	text-align: left !important;
}
@media (max-width: 767px) {
	.det {
			margin-top: 20px;
		}
	.det h1 
		{
			font-size: 18px;
			text-align: center;
		}
	.det .stickers
	{
		top: 30px;
	}
	.stickers 
	{
		z-index: 1 !important;
	}
}
.soc i:hover 
{
	color: #fad3da;
}
.soc button:hover 
{
	color: #fad3da;
}
.fon_right i:hover
{
color: #fad3da;
}
.bandistr 
{
	padding: 60px 50px 100px;
	background-color: #fad3da;
	border-radius: 100px;
	min-height: 370px;
	text-align: center;
	margin-bottom: 30px;
}
.bandistr1
{
	font-size: 52px;
	display: block;
	line-height: 56px;
	color: #000;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bandistr2
{
	font-size: 24px;
	display: block;
	line-height: 30px;
	color: #000;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.distr_perevag {
  border: 1px solid #fad3da;
  border-radius: 50px;
  color: #4c4c4c;
  font-size: 22px;
  font-weight: 400;
  height: 270px;
  display: block;
 
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.fon_distr2
{
	background-color: #eee;
	border-radius: 50px;
	padding: 40px;
	min-height: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.zag_distr1
{
	color: #000;
	font-size: 24px;
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}
.zag_distr2
{
	color: #000;
	font-size: 24px;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.distr_perevag2 
{
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 215px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	min-height: 55px;
}
.distr_creat
{
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: center;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zag_distr3
{
	color: #000;
	font-size: 24px;
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
.distr_perevag22
{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: block;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	min-height: 120px;
	
}
.zag_distr4
{
	color: #f2a7b5;
	font-size: 24px;
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
.panel-default > .panel-heading {
	background-color: #fff;
		border: 1px solid #fad3da;
		border-radius: 50px;
		cursor: pointer;
		padding: 0px !important;
		margin-top: 15px;
	
}
.panel-default > .panel-heading a 
{
	 
		display: block;
		line-height: 80px;
		padding-left: 30px;
			margin-right: 30px;
	width: 100%;
}
.panel-default > .panel-heading i 
{
	float: right;
	line-height: 80px;
	margin-right: 30px;
	font-size: 24px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body
{
	border: 0px solid #333 !important;
}
.panel
{
	box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}
#form43Form input, #form51Form input
{
	border: 1px solid #fad3da !important;
	border-radius: 30px !important;
	height: 55px;
}
.kont_fon_distr
{
	background-color: #fad3da;
	border-radius: 50px;
	color: #4c4c4c;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 1290px;
	padding: 40px 50px;
	text-align: center;
	min-height: 290px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.zag_kont_distr
{
	color: #000;
	font-size: 24px;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.tel_kont_distr, .email_kont_distr, .insta_kont_distr
{
	margin-bottom: 10px;
}
.tel_kont_distr span, .email_kont_distr span, .insta_kont_distr span
{
	font-size: 16px;
}
.tel_kont_distr a, .email_kont_distr a, .insta_kont_distr a
{
	font-size: 18px;
	color: #000;
}
#horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-title:hover
{
	color: #fad3da;
}
.det h1 
{
 
	margin-bottom: 5px !important;
	 
}
.fon_b10
{
	margin-top: 30px;
}
#form43Form textarea {
	border: 1px solid #fad3da !important;
	border-radius: 30px !important;
	resize: none;
}
.main_thumb
{
	margin-top: 50px;
}
.main_description
{
	margin-top: 50px;
}
.slogan55
{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fad3da;
	text-align: center;
	font-size: 18px;
	color: #000000;
}
.modal-header .close {
	position: relative !important;
	z-index: 3000 !important;
}
.distr_img img {
	width: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
  }
.tel_kont_distr i, .email_kont_distr i
{
	font-size: 19px;
	padding-right: 5px;
}
.fon_top2 {
	margin-top: 30px !important;
  }
#carouselsale .owl-buttons .owl-prev {
	left: -50px;
  }
  #carouselsale .owl-buttons .owl-next {
	right: -50px;
}
@media (max-width: 767px) 
{
		#carouselnew .owl-prev, #carouselsale .owl-buttons .owl-prev {
			left: -10px;
		top: 35%;
		}
		#carouselnew .owl-next, #carouselsale .owl-buttons .owl-next {
		  right: -10px;
		  top: 35%;
	  }
	  #carouselnailbox .owl-next {
				right: -10px;
		}
		#carouselnailbox .owl-prev {
				left: -10px;
		}
		.zag_mod
		{
			margin-top: 20px;
		}
}
#horizontal-menu a.nsmenu-parent-title:not(.closed) .fa.fa-plus.plus, #horizontal-menu li.dropdown.open > a > .toggle-child .fa.fa-plus.plus
{
	
	transform: rotate(0deg) !important;
  }
#horizontal-menu li.dropdown.open > a > .toggle-child .fa.fa-plus.plus:before
{
	content: "\f068" !important;
}

.nsmenu-haschild .open .fa-plus::before
{
	content: "\f068" !important;
}
/************rtsasuk***********/
