body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

*{
	outline: none!important;
}
a:focus{
	outline: none!important;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 27px;
	color: #fff;
	text-align: center;
	margin: 35px 0 49px 0;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #e377e7;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #c9a9cb;
}

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: 15px;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}

.link_nero {
	background: #161616;
	text-align: center;
	padding: 15px 15px 15px;
	margin: 0;
}

.link_nero a{

}

.link_nero a:hover{

}


#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */

#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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 */



@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: 50px;
	padding: 40px 0 40px 0;
	background-color: #1d1d1d;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 2px 0;
	background: transparent;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #000;
	padding: 0 18px 0 2px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.breadcrumb > li a{
	color: #fff;
}


.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 4px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after{
	display: none;
}


html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 40px auto 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination>li {
	display: block;
	margin: 0 5px;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #fff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #ffffff;
	background-color: #b432b9;
	border-color: #b432b9;
}

.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: #b432b9;
	border-color: #b432b9;
}








/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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 {
	margin-bottom: 30px;
	overflow: auto;
	padding: 15px 0;
}

.product-thumb:hover{
	background: #b432b93b;
	border-radius: 8px;
	box-shadow: 0 0 5px #8d5c8f;
}



.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;
	position: relative;
}

.product-thumb .image .sale_k{
	position: absolute;
	right: 0;
	top: 0;
	background: #f00;
	width: 47px;
	height: 47px;
	display: flex;
	border-radius: 34px;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	box-shadow: 0 0 8px #000;
	z-index: 2;
}

.product-thumb .image .sale_k .sale_procent{
	color: #fff;
	font-size: 12px;
}


@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 65px;
	margin: 5px 0 5px 0;
	justify-content: center;
}

.product-thumb h4 a{
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-weight: 200;
	text-shadow: 0 0 11px #000000;
}


.product-thumb .caption {
	padding: 0 15px 8px;
}
.product-thumb .caption > h4 + p {
	height: 43px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	display: none;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

@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: #fff;
	text-align: center;
	font-size: 20px;
}
.product-thumb .price-new {
	color: #ff4949;
	text-shadow: 0 0 3px #000;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 15px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {

}
.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 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #88188c;
	max-width: 170px;
	margin: 0 auto;
	color: #fff;
}

.product-thumb .button-group button i{

}

.product-thumb .button-group button span{
	margin-left: 5px;
	display: block;
}


.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #88188c;
	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-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}






/****************************************************************************************************/

body{
	background-image: url("../../../../../image/6.png");
}


header {
	background: #ee46f4;
	padding: 10px 0px;
}


.nav1 {
	background: #000000;
}

.container-x{

}

.nav_comp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}

.nav_comp .right_menu{

}
.nav_comp .right_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav_comp .right_menu ul li span {
	font-size: 16px;
	color: #fff;
	margin-right: 18px;
}
.nav_comp .right_menu ul li a {
	color: #fff;
	font-size: 16px;
	margin-left: 15px;
}
.nav_comp .right_menu ul li svg {
	width: 22px;
	height: 22px;
}


.nav_comp .left_menu{

}
.nav_comp .left_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav_comp .left_menu ul li{
	margin-left: 20px;
}
.nav_comp .left_menu ul li a {
	color: #fff;
	font-size: 14px;
}
.nav_comp .left_menu ul li a:hover{

}

.navbar-collapse{
	padding: 0;
}

.navbar-nav {
	float: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

.navbar-nav>li {
	float: none;
	display: block;
	width: 20%;
	text-align: center;
}
.navbar {
	border-radius: 4px;
	border: 0;
	min-height: auto;
	margin: 0;
}
.navbar-nav>li a {
	background: #000000;
	padding: 11px;
	border: 1px solid #ffffff2b;
	color: #fff;
	border-top: 0;
	border-left: 0;
}


.navbar-nav>li:nth-child(1) a{
	border-top: 1px solid #ffffff2b;
}
.navbar-nav>li:nth-child(2) a{
	border-top: 1px solid #ffffff2b;
}
.navbar-nav>li:nth-child(3) a{
	border-top: 1px solid #ffffff2b;
}
.navbar-nav>li:nth-child(4) a{
	border-top: 1px solid #ffffff2b;
}
.navbar-nav>li:nth-child(5) a{
	border-top: 1px solid #ffffff2b;
	border-right: 0;
}
.navbar-nav>li:nth-child(6) a{

}
.navbar-nav>li:nth-child(7) a{

}
.navbar-nav>li:nth-child(8) a{

}
.navbar-nav>li:nth-child(9) a{

}
.navbar-nav>li:nth-child(10) a{
	border-right: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #79087d;
}




.clinch {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clinch .logo{
	width: 45%;
}
.clinch .logo img{
	margin: 0 auto;
}

.clinch .btn_cat_open{
	width: 10%;
}
.clinch .btn_cat_open button{
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	border-bottom: 2px solid #88188c;
}

.clinch .btn_cat_open button span{
	margin-left: 5px;
	font-size: 18px;
	color: #fff;
}
.clinch .btn_cat_open button i{
	color: #fff;
	font-size: 18px;
}



.clinch .search-mode{
	width: 20%;
	padding-left: 20px;
}
.clinch .search-mode #search {
	position: relative;
	width: 100%;
}
.clinch .search-mode #search.input-group input {
	border: 0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}
.clinch .search-mode #search.input-group input::placeholder{
	font-size: 16px;
	color: #fff;
}
.clinch .search-mode #search.input-group .input-group-btn{

}
.clinch .search-mode #search.input-group .input-group-btn button {
	background: transparent;
	border: 0;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px;
}
.clinch .search-mode #search.input-group .input-group-btn button i {
	text-shadow: none;
	color: #fff;
	font-size: 17px;
}

.clinch .cart-mode {
	width: 25%;
}

.clinch .cart-mode #cart {
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-end;
}

.clinch .cart-mode #cart a.btn-block {
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #88188c;
	max-width: 170px;
}

.clinch .cart-mode #cart a.btn-block svg{
	margin-right: 10px;
}
.clinch .cart-mode #cart a.btn-block span {
	display: flex;
	align-items: center;
	justify-content: center;
}



.sdsdsd{
	overflow: hidden;
}

.sdsdsd .swiper-viewport{
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.sdsdsd .swiper-pagination {
	bottom: 15px;
	left: 0;
	text-align: center;
	width: 100%;
}
.sdsdsd .swiper-pagination-bullet {
	border: 1px solid #353535;
}




#common-home .list-group.for_sip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

#common-home .list-group.for_sip .list-group-item {
	border: 0;
	width: 220px;
	height: 130px;
	position: relative;
	margin: 0 30px 53px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	text-align: center;
	border-radius: 5px;
	background: #ee46f4;
	box-shadow: 0 0 8px #af09b5;
}
#common-home .list-group.for_sip .list-group-item img {
	position: absolute;
	left: -35px;
	top: -35px;
	padding: 11px;
	border-radius: 150px;
	border: 2px solid #af09b5;
	background: #fff;
	width: 100px;
	box-shadow: 0 0 7px #af09b5;
}
#common-home .list-group.for_sip .list-group-item span {
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
	text-shadow: 0 0 7px #000;
}


h2.preimuch {
	text-align: center;
	color: #fff;
}

.prev_catc {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 60px 0 120px;
}

.prev_catc .item {
	width: 33.33%;
	padding: 0 20px;
}

.prev_catc .item .in_item{

}

.prev_catc .item .in_item .img_cath {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 62px;
	padding: 17px;
	box-shadow: 0 0 7px #af09b5;
	border: 2px solid #af09b5;
	background: #fff;
	margin: 0 auto;
}

.prev_catc .item .in_item .img_cath svg {
	width: 60px;
	height: 60px;
}

.prev_catc .item .in_item h3 {
	text-align: center;
	color: #fff;
	margin: 15px 0 16px 0;
}

.prev_catc .item .in_item p {
	text-align: center;
	color: #fff;
}

h2.verh2{
	color: #fff;
	text-align: center;
	margin: 0 0 90px 0;
}



/*********************************************/


.cops_block{
	position: fixed;
	left: -260px;
	top: 0;
	z-index: 3;
	background: #69196b;
	padding: 15px 30px 15px 30px;
	height: 100vh;
	width: 260px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cops_block.open{
	left: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	z-index: 10;
}
.cops_block .interger{
	position: relative;
}

.cops_block .interger .category-xs{
	color: #fff;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	padding: 2px 0 10px;
}

.cops_block .interger .close_menu{
	position: absolute;
	right: 0;
	top: 0;
}
.cops_block .interger .close_menu svg{
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.cops_block .interger .close_menu svg polygon{
	fill: #fff;
}


.cops_block .interger .all_menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.cops_block .interger .all_menu li {
	border-bottom: 1px solid #852987f2;
}
.cops_block .interger .all_menu li:last-child {
	border-bottom: 0;
}


.cops_block .interger .all_menu li a{
	color: #fff;
	padding: 5px 0px;
	display: block;
}


.slider.swiper-viewport,
.slider2.swiper-viewport,
.slider4.swiper-viewport {
	margin: 0 ;
	background: transparent;
	z-index: 1;
	border: 0;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
}

.product-layout-post{
	padding:0 15px ;
}


/***************************************************/

.transition{

}



.bitocpp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bitocpp .logo_foot{

}
.bitocpp .logo_foot a{

}
.bitocpp .logo_foot img{
	width: 190px;
	background: #b432b9;
}




.bitocpp .info_foot{

}
.bitocpp .info_foot .list-unstyled {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.bitocpp .info_foot .list-unstyled li {
	margin: 0 9px;
}
.bitocpp .info_foot .list-unstyled li a{

}



.bitocpp .contact_foot{

}
.bitocpp .contact_foot ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.bitocpp .contact_foot ul li{
	margin-left: 10px;
}
.bitocpp .contact_foot ul li span{
	font-size: 14px;
	color: #fff;
}
.bitocpp .contact_foot ul li a{
	font-size: 16px;
}
.bitocpp .contact_foot ul li  svg{
	width: 20px;
	height: 20px;
}








#column-left h2.verh2{
	display: none;
}


#column-left .for_sip{

}

#column-left .for_sip a {
	background: #b432b9;
	border: 0;

	color: #fff;
	text-shadow: none;
	padding: 12px 14px;
}

#column-left .for_sip a.active{
	background: #952899;
}
#column-left .for_sip a:hover{
	background: #952899;
}


#column-left .for_sip img{
	display: none;
}

#column-left .for_sip span{

}

h2.catTitle{
	margin: 0 0 40px 0;
}

p.text_empty{
	font-size: 28px;
	text-align: center;
	padding: 30px 0;
}

.categor_sel{
	margin: 0 0 35px 0px;
	max-width: 280px;
}
.categor_sel label.input-group-addon{
	background: #b432b9;
	color: #fff;
	border: 0;
}

.categor_sel select{
	cursor: pointer;
}
.categor_sel select:focus{
	outline: none!important;
	border-color: #fff;
	outline: 0;
	box-shadow: none;
}

.prod_f .product-thumb {
	margin-bottom: 70px;
}



h1.for_product {
	margin: 0 0 20px 0;
}

p.articul{
	font-size: 18px;
	margin-bottom: 30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.count_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.count_wrap .leftr{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 35%;
}
.count_wrap .leftr .minus {
	display: flex;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 60px;
	margin: 0 5px 0 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
}
.count_wrap .leftr .minus svg{
	width: 20px;
	height: 20px;
}

.count_wrap .leftr .minus svg path{
	fill: #fff;
}

.count_wrap .leftr .plus{
	display: flex;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 60px;
	margin: 0 0px 0 5px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
}
.count_wrap .leftr .plus svg{
	width: 20px;
	height: 20px;
}

.count_wrap .leftr .plus svg path{
	fill: #fff;
}

.count_wrap .leftr input.form-control.cuan {
	width: calc(100% - 80px);
	height: 42px;
	text-align: center;
	font-size: 20px;
}

.count_wrap .righter {
	width: 65%;
	padding-left: 30px;
}
.count_wrap .righter .btn_in_cart{
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #88188c;
}
.count_wrap .righter .btn_in_cart i{
	font-size: 20px;
	margin-right: 10px;
}
.count_wrap .righter .btn_in_cart span{
	font-size: 18px;
}

.count_wrap .righter .btn_in_cart:hover{
	background: #88188c;
}

.prod_prod{
	margin: 30px 0 40px;
}


.price-unstyled{

}

.price-unstyled .special_pr{
	color: #ff4949;
	text-shadow: 0 0 3px #000;
}
.price-unstyled .special_pr span{
	color: #9b9b9b;
	font-size: 20px;
	margin-left: 6px;
}

.list-unstyled.duble{
	margin-bottom: 30px;
}
.list-unstyled.duble li{
	font-size: 14px;
	margin-bottom: 6px;
}
.hide_always{
	display: none!important;
}

.bastart{
	margin: 90px 0 60px;
}

.nav-tabs>li>a{
	color: #fff;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #ee46f4;
	box-shadow: 0 0 4px #ee46f4;
}
.alert {
	padding: 8px 20px 8px 14px;
	position: fixed;
	top: 30px;
	right: 30px;
	max-width: 300px;
	z-index: 10;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: absolute;
	top: 4px;
	right: 5px;
	color: inherit;
}

.alert a{
	color: #3c763d;
}


.most_white *{
	color: #fff!important;
}
.most_white







.btn-primary-pinc{
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #88188c;
	max-width: 100%;
}


.btn-primary-pinc.focus,
.btn-primary-pinc:focus,
.btn-primary-pinc:hover{
	background: #88188c;
	color: #fff;
}
/***********************************/


.contact_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
}

.contact_wrap .lefter{
	width: 50%;
}

.contact_wrap .lefter .wrap_d{

}



.contact_wrap .lefter .wrap_d .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.contact_wrap .lefter .wrap_d .item img.img-thumbnail{

}
.contact_wrap .lefter .wrap_d .item i{
	font-size: 20px;
}
.contact_wrap .lefter .wrap_d .item span{
	font-size: 20px;
	margin-left: 11px;
}

.contact_wrap .lefter .wrap_d .item p{

}
.contact_wrap .lefter .wrap_d .item a{

}
.contact_wrap .lefter .wrap_d .item svg{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.contact_wrap .lefter .wrap_d .item .wf{
	font-size: 20px;
	margin-left: 11px;
	display: block;
	margin-bottom: 6px;
}

.contact_wrap .lefter .wrap_d .item2 {
	margin-bottom: 22px;
}
.contact_wrap .lefter .wrap_d .item2 p {
	font-size: 16px;
}
.contact_wrap .lefter .wrap_d .item2 span{
	font-size: 14px;
	max-width: 430px;
	display: block;
}







.contact_wrap .righter{
	width: 50%;
	background: #ee46f433;
	padding: 35px 40px;
}


.contact_wrap .righter .buttons{

}
.contact_wrap .righter .buttons .pull-right{
	float: none!important;
}
.contact_wrap .righter .buttons .pull-right a{

}
.contact_wrap .righter .buttons .pull-right input{

}
.contact_wrap .righter .buttons .pull-right input.btn.btn-primary{
	margin: 21px auto 0;
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #88188c;
	max-width: 170px;
}
.contact_wrap .righter .buttons .pull-right input.btn.btn-primary:hover{
	background: #88188c;
}


.success_wrap{
	padding: 20px;
	background: #ee46f459;
	text-align: center;
}

.success_wrap h1{

}

.success_wrap p{
	font-size: 20px;
	margin: 30px auto;
	line-height: 1.3;
	max-width: 630px;
}


.erro404{
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
}


.success_wrap .buttons_suc{

}

.success_wrap .buttons_suc .btn_purp{
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #88188c;
	max-width: 170px;
	margin: 0 auto;
	color: #fff;
}
.success_wrap .buttons_suc .btn_purp:hover{
	background: #88188c;
}


.panel-default {
	border-color: #ddd;
}

.panel {
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}



.opSearchMob{
	display: none;
}

.opMenuInfo{
	display: none;
}

.modal_mobile_info .btn_close{
	display: none;
}


.search-mode .btn_close{
	display: none;
}




/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/


#quickcheckoutconfirm table.quickcheckout-cart{
	margin-bottom: 0px;
}


#quickcheckoutconfirm .quickcheckout-content {
	border: 0;
	padding: 10px;
	overflow: auto;
	margin-bottom: 16px;
	background: #ee46f41f;
}

#quickcheckoutconfirm .boundek_price {
	padding: 20px 20px 20px 20px;
	text-align: right;
}
#quickcheckoutconfirm .boundek_price .priceAll {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#quickcheckoutconfirm .boundek_price .priceAll .price_left{
	font-size: 18px;
	margin-right: 10px;
}
#quickcheckoutconfirm .boundek_price .priceAll .price_right{
	font-size: 22px;

}

#quickcheckoutconfirm .boundek_price .priceAll:nth-child(1){
	display: none;
}
#quickcheckoutconfirm .boundek_price .priceAll:nth-child(2){
	display: none;
}
#quickcheckoutconfirm .boundek_price .priceAll:nth-child(3){

}
#quickcheckoutconfirm .quickcheckout-heading {
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
	background: #7b107f;
	padding: 10px;
	border-radius: 7px 7px 0px 0px;
}





#quickcheckoutconfirm .fortkl{
	font-size: 14px;
	font-weight: 600;
}

#quickcheckoutconfirm .btn_ll{
	background: transparent;
	border: 0;
	box-shadow: none;
	line-height: 1;
}
#quickcheckoutconfirm .btn_ll i{
	font-size: 20px;
}
#quickcheckoutconfirm .input-group-btn{

}

#quickcheckoutconfirm .input-group-btn .btn_ll_remove{
	background: transparent;
	border: 0;
	box-shadow: none;
	line-height: 1;
}
#quickcheckoutconfirm .input-group-btn .btn_ll_remove i{
	font-size: 20px;
}

#quickcheckoutconfirm a {
	color: #f3abf6;
}


#quickcheckoutconfirm .quickcheckout-cart thead td {
	background-color: #7b107f;
	border-bottom: 1px solid #DDDDDD;
	color: #ffffff;
	font-weight: bold;
	padding: 7px;
}



.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px 8px;
}








/* The container */
#quickcheckoutconfirm .container_rad {
	display: block;
	position: relative;
	padding: 0 0 0 35px;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#quickcheckoutconfirm .container_rad .lable_quote {
	font-size: 15px;
	margin: 0 0 0 0;
}

#quickcheckoutconfirm .copos {
	padding: 8px 0;
}


/* Hide the browser's default radio button */
#quickcheckoutconfirm .container_rad input {
	position: absolute;
	opacity: 0!important;
	cursor: pointer;
}

/* Create a custom radio button */
#quickcheckoutconfirm .checkmark_rad {
	position: absolute;
	top: 2px;
	left: 7px;
	height: 19px;
	width: 19px;
	background-color: #f263f7;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#quickcheckoutconfirm .container_rad:hover input ~ .checkmark_rad {
	background-color: #9a259e;
}

/* When the radio button is checked, add a blue background */
#quickcheckoutconfirm .container_rad input:checked ~ .checkmark_rad {
	background-color: #f263f7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#quickcheckoutconfirm .checkmark_rad:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
#quickcheckoutconfirm .container_rad input:checked ~ .checkmark_rad:after {
	display: block;
}

/* Style the indicator (dot/circle) */
#quickcheckoutconfirm .container_rad .checkmark_rad:after {
	top: 5px;
	left: 5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

.textarea_wrap_card{
	margin-top: 20px;
}

.textarea_wrap_card p{

}

.textarea_wrap_card textarea{

}

#quickcheckoutconfirm .most_card{
	border-radius: 5px;
	border: 0;
	background: #b432b9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	border-bottom: 2px solid #88188c;
	font-size: 18px;
}

#quickcheckoutconfirm .most_card:hover{
	background: #88188c;
}


.popup-youtube {
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #f00;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	border: 0!important;
}


.popup-youtube>img {
	display: block;
	max-width: 100%;
	height: auto;
}
.popup-youtube>img {
	margin-right: auto;
	margin-left: auto;
}


.wrap_for_baner_mob{
	display: none;
}



.super_list{
	margin-bottom: 20px;
}
.super_list ul{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.super_list ul li {
	margin: 0px 10px 10px 0px;
}

.super_list ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b432b9;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	border-radius: 6px;
}
.super_list ul li a:hover{
	background: #842e87;
}


.super_list.categor{

}

.super_list.categor ul li a{
	padding: 5px 8px;
	border-radius: 4px;
}

/*************************************************************************************************************/



/*************************************************************************************************************/

.modal_age{
	position: fixed;
	height: 100vh;
	width: 100%;
	background: #000000ed;
	z-index: 99999999999999;

	align-items: center;
	justify-content: center;
	display: none;
}

.modal_age.opened{
	display: flex;
}


.modal_age .modal_age_wrap {
	background: #ee46f4;
	border-radius: 5px;
	padding: 15px;
	max-width: 310px;
	width: 100%;
}
.modal_age .modal_age_wrap .modal_title {
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.modal_age .modal_age_wrap .img_fd {
	letter-spacing: -3px;
	display: flex;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 44px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0px auto 14px;
	border: 10px solid #f00;
	box-shadow: 0 0 11px #fff;
	align-items: center;
	justify-content: center;
}
.modal_age .modal_age_wrap .modal_age_text{

}

.modal_age .modal_age_wrap .modal_age_text span{
	font-size: 20px;
	display: block;
	text-align: center;
}

.modal_age .modal_age_wrap .modal_age_text p{

}

.modal_age .modal_age_wrap .modal_age_but{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0 0px 0;
	flex-direction: column;
}
.modal_age .modal_age_wrap .modal_age_but .modal_but_yes{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #40a31d;
	height: 60px;
	border-radius: 5px;
	font-size: 23px;
	text-align: center;
	padding: 0 15px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	color: #fff;
	cursor: pointer;
}

.modal_age .modal_age_wrap .modal_age_but .modal_but_yes:hover{
	background: #3a931a;
}

.modal_age .modal_age_wrap .modal_age_but .modal_but_no{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #b61010;
	height: 60px;
	border-radius: 5px;
	font-size: 23px;
	text-align: center;
	padding: 0 15px;
	line-height: 1.2;
	margin: 0 0 0px 0;
	color: #fff;
	cursor: pointer;
}

.modal_age .modal_age_wrap .modal_age_but .modal_but_no:hover{
	background: #970c0c;
}


.review_author001{
	background: #e0b8e1;
	color: #000;
}

.review_date001{
	background: #e0b8e1;
	color: #000;
}


.fix_cont_r {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.fix_cont_r .img{
	width: 100px;
	height: auto;
}
.fix_cont_r .img img{
	width: 100%;
}
.fix_cont_r .txt{
	width: calc(100% - 120px);
}
.fix_cont_r .txt .impart55{

}







/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/




@media (max-width: 1199px){
	.nav_comp .left_menu ul li {
		margin-left: 8px;
	}
	.nav_comp .left_menu ul li a {
		font-size: 11px;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
	.bitocpp .info_foot .list-unstyled {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
		flex-wrap: wrap;
	}

}

@media (max-width: 991px){
	.nav_comp {
		padding: 10px 0px;
	}
	.nav_comp .right_menu ul li span {
		font-size: 14px;
		margin-right: 8px;
	}
	.nav_comp .right_menu ul li a {
		font-size: 14px;
		margin-left: 12px;
	}
	.nav_comp .right_menu ul li svg {
		width: 20px;
		height: 20px;
	}
	.nav_comp .left_menu ul li a {
		font-size: 11px;
		display: block;
		text-align: center;
		line-height: 1.2;
	}

	.clinch .btn_cat_open {
		width: 15%;
	}
	.clinch .search-mode {
		width: 25%;
	}
	.clinch .logo {
		width: 35%;
	}

	.prev_catc .item .in_item h3 {
		font-size: 18px;
	}



}

@media (max-width: 767px){
	#quickcheckoutconfirm .quickcheckout-cart td.price1 {
		text-align: right;
		width: 20%;
		display: none;
	}

	.hide_xs{
		display: none;
	}


	.modal_mobile_info{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #ee46f4;
		padding: 40px 20px;
		z-index: 10;
		display: none;
	}
	.nav_comp .left_menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.nav_comp .left_menu ul li {
		margin: 5px auto 5px;
	}
	.nav_comp .left_menu ul li a {
		 font-size: 16px;
		 padding: 10px 0;
	 }


	.clinch .search-mode {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0px;
		background: #ee46f4;
		padding: 60px 25px 20px 25px;
		z-index: 6;
		display: none;
	}
	.search-mode .btn_close {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.search-mode .close_search_mob {
		padding: 0;
		line-height: 1;
		border: 0;
		background: transparent;
	}


	.search-mode .btn_close svg{
		width: 20px;
		height: 20px;
	}

	.modal_mobile_info .btn_close {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.modal_mobile_info .btn_close .close_menu_mob{
		padding: 0;
		border: 0;
		line-height: 1;
		background: transparent;
	}
	.modal_mobile_info .btn_close .close_menu_mob svg{
		width: 20px;
		height: 20px;}

	.nav_comp {
		padding: 5px 0px;
	}
	.opMenuInfo {
		display: block;
		padding: 0;
		line-height: 1;
		border: 0;
		background: transparent;
		margin-right: 10px;
	}

	.nav_comp .left_menu {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.opMenuInfo svg{
		width: 30px;
		height: 30px;
	}

	.opSearchMob {
		display: block;
		padding: 0;
		line-height: 1;
		border: 0;
		background: transparent;
		margin-right: 10px;
	}



	.opSearchMob svg{
		width: 30px;
		height: 30px;
	}




	.bitocpp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	.bitocpp .contact_foot ul {
		list-style: none;
		padding: 20px 0 4px 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.bitocpp .contact_foot ul li:nth-child(1){

	}
	.bitocpp .contact_foot ul li:nth-child(2){

	}
	.bitocpp .contact_foot ul li:nth-child(3){

	}
	.bitocpp .contact_foot ul li:nth-child(4){

	}
	.bitocpp .contact_foot ul li:nth-child(5){

	}



	.bitocpp .info_foot .list-unstyled {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 10px 0;
		flex-wrap: wrap;
	}

	.prev_catc {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 30px 0 0px;
		flex-direction: column;
	}
	.prev_catc .item {
		width: 100%;
		padding: 0 0px 20px;
	}

	#common-home .list-group.for_sip .list-group-item span {
		font-size: 12px;
		color: #fff;
		margin-top: 8px;
		text-shadow: 0 0 7px #000;
	}

	#common-home .list-group.for_sip .list-group-item {
		width: 43%;
		height: 80px;
		margin: 15px 10px 23px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px 10px;
	}
	h2.verh2 {
		margin: 0 0 50px 0;
	}

	#common-home .list-group.for_sip .list-group-item img {
		left: -11px;
		top: -32px;
		padding: 7px;
		width: 55px;
	}
	.nav_comp .right_menu ul li a {
		font-size: 12px;
		margin-left: 8px;
	}
	.clinch {
		padding: 0 15px;
	}
	.clinch .btn_cat_open {
		width: 30%;
	}
	.clinch .logo {
		width: 35%;
	}
	.clinch .cart-mode {
		width: 35%;
	}

	.clinch .btn_cat_open button span {
		margin-left: 5px;
		font-size: 14px;
		color: #fff;
	}


	.clinch .cart-mode #cart a.btn-block {
		height: 36px;
		padding: 0px 0 0 0;
	}
	.clinch .cart-mode #cart a.btn-block svg {
		margin-right: 10px;
		width: 15px;
		height: 14px;
	}


	h2 {
		font-size: 20px;
	}

	h2.catTitle {
		margin: 0 0 20px 0;
	}

	.product-thumb h4 a{
		font-size: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.product-thumb .caption {
		padding: 0 6px 8px;
	}

	.product-thumb .price-old {
		margin-left: 7px;
		font-size: 12px;
	}
	.product-thumb .price-new {
		font-size: 14px;
	}

	.prod_f .product-thumb {
		margin-bottom: 10px;
	}

	h1 {
		font-size: 20px;
	}

	p.articul {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.count_wrap .righter {
		width: 50%;
		padding-left: 20px;
	}
	.count_wrap .leftr {
		width: 50%;
	}
	.breadcrumb {
		overflow: hidden;
	}


	.mob_cont h3 {
		margin: 0px 0 20px 0;
	}


	footer {
		margin-top: 5px;
		padding: 25px 0 25px 0;
	}


	.wrap_for_baner{
		display: none;
	}

	.wrap_for_baner_mob{
		display: block;
	}


	.contact_wrap.reportation{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
		flex-direction: column;
	}
	.contact_wrap .lefter {
		width: 100%;
	}

	.contact_wrap .righter {
		width: 100%;
		background: #ee46f433;
		padding: 30px 30px;
	}


	.sdsdsd .swiper-viewport {
		margin: 0 0 40px;
	}

	.contact_wrap .righter .buttons {
		margin: 15px auto 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contact_wrap .righter .form-group2{
		margin-bottom: 10px;
	}

	.impart p{
		width: 100%!important;
	}

	.fix_cont_r .img {
		width: 70px;
	}
	.fix_cont_r .txt {
		width: calc(100% - 90px);
	}


























































}
