body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #353535;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #353535;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 19px!important; 
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #14b383;
}
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;
}
select:hover, select:active, select:focus {
	outline: none;
	box-shadow: none!important;
	border-color: #ddd!important;

}
.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;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #ffffff;
    border-bottom: 1px solid #d0d0d0;
    padding: 3px 0px 3px 0;
    padding-bottom: 45px;
    min-height: 40px;

}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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 {
	margin: 25px 0 20px 0;
	max-width: 170px;
}
/* search */
#search {
margin-top: -3px;
padding: 0 15px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 5px;
}
#search .btn-lg {
	background: none;
    border: none;
    width: 40px;
    background-size: 13px;
    margin-top: 13px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url(/image/search.svg);
    box-shadow: none;
	background-position-x: 20px;
	background-position-y: 2px;
    border-radius: 0px;
    border-bottom: 1px solid #d0d0d0;
}
/* cart */
#cart {
/*	margin-bottom: 10px; */
}
#cart > .btn {
	font-size: 11px;
    text-align: left;
    float: right;
    color: #000;
    background-color: transparent;
    background-image: url(/image/bag.svg);
    border-color: transparent;
    background-size: 26px;
    background-position-x: right;
    margin-top: 7px;
    background-repeat: no-repeat;
    width: 19%;
    
    box-shadow: none;
}
#cart.open > .btn {
	
}
#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: #ffffff;

}
#menu .nav > li > a {
	color: #353535;
    text-transform: uppercase;
	padding: 13px 0 13px 0;
	min-height: 15px;
	background-color: transparent;
	font-weight: 500;
	margin-right: 45px;
	border-bottom: 2px solid white;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
		border-bottom: 2px solid #00b382;
	color:#00b382;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0px;
}
#menu .dropdown-inner {
	display: table;
	padding: 9px 0 9px 0
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 250px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #353535;
    font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #14b383;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 0px 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: #14b383;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;

	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 22px;
	float: left;
	border:none;
	
	background-repeat: repeat-x;
	
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	box-shadow:none; 

}
@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:#fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #353535;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: #fff
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #353535;
		font-size: 13px;
	}
}
/* content */
#content {
	min-height: 530px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #1e2326;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc!important;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding:15px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background: #fff;
}
.breadcrumb a
{
	color: #353535;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;

}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    right: -5px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #5c5565;
    border-bottom: 1px solid #5c5565;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	
}
.breadcrumb > li:first-child
{
	padding-left: 0
}
.breadcrumb > li:last-child:after
{
	display: none;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
button:focus, button:active {
	outline:none!important;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	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: white!important;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    background-color: #14b383;
    /* background-repeat: repeat-x; */
    border-color: #14b383;
    border-radius: 0px;
}
.btn-default:hover {
	color: white!important;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    background-color: #14b383;
    /* background-repeat: repeat-x; */
    border-color: #14b383;
    border-radius: 0px;
}
.btn-primary {
color: #fff;
    border: none;
    border-radius: 0;
    background: #14b383;
    
 
    text-transform: uppercase;
  
}
.btn-primary:focus {
	background: #14b383!important;
}

.inner-well .btn-primary { 
	position: relative;
top: 15px;
font-size: 13px;
padding: 15px 20px;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #14b383;
	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; */
    background: #ff3939;
    color: #fff!important;
    border-radius: 0px;
    padding: 7px 12px;
    top: 2px;
    /* margin-right: 4px; */
    position: relative;
}
.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);
}
.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:#14b383;
	border-radius: 0px;

}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #14b383!important;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #14b383;
	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: none;
    color: #444444;
    line-height: 1;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #14b383;
	background: none;
}
/* 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 #dddddd;
    margin-left: -1px;
	margin-bottom: -1px;
	padding:15px;
	padding-left: 10px;
    padding-right: 10px;

	overflow: auto;
}
.product-layout:hover {
	-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.13);

	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.13);
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	z-index:0;
}
.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: 15px 0px;
    min-height: 90px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1199px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
.cart-menu {
	position:absolute; 
	right: 0;
	margin-right: 10%;
}
}
@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: 10px 0;
	text-align: center;
}
.rating .fa-stack {
	font-size: 8px;
	font-family: fontawesome !important;
}
.rating .fa-star-o {
	color: #c7c7c7;
	font-size: 15px;
	font-family: fontawesome !important;
}
.rating .fa-star {
	color: #e6a80e;
	font-size: 15px;
	font-family: fontawesome !important;
}
.rating .fa-star + .fa-star-o {
	color: #e6a80e;
	font-family: fontawesome !important;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #353535;
    width: 50%;
	font-weight: 600;
	font-size: 15px;font-size: 15px;
    float: left;
    /* text-align: center; */
    height: 45px;
    display: flex;
    align-items: center;
	justify-content: center;
	margin: 0!important;
	white-space: nowrap;
}
.product-thumb .price-new {
	font-weight: 600;
	color:#f83b3b!important;

}
.product-thumb .price-old {
	color: #353535;
	text-decoration: line-through;
	display: block;
	
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0px;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: none;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	#popupcart_extended {
		width:95%!important;
	}
	
	
}
.product-thumb .button-group button {
	width: 50%;
    border: none;
    display: inline-block;
    float: right;
    background-color: #14b383;
    color: #ffffff;
	height: 45px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #119b71;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 45%;
	}
	#mfilter-opts-price-min, #mfilter-opts-price-max {
		width: 44%!important;
		min-width: 44%!important;
		max-width: 44%!important;
	}
	.rev-form {
		width: 100%!important;
		float: left!important;
		padding: 0!important;
	}
	#review {
		width: 100%!important;
		float: left!important;
	}
	.img-home img {
		max-width: 375px!important;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.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;
	
}
.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: #14b383;
}





@media (min-width: 1200px)
{
.container {
    width: 1180px;
}
}
  @media (min-width: 1350px)
{
.container {
    width: 1280px;
}
}

  @media (min-width: 1500px)
{
.container {
    width: 1380px;
}
}

.account-account a, .account-wishlist .table-bordered a {
	color: #353535;
}
.account-account a, .account-wishlist .table-bordered a:hover {
	color: black;
}
.menu-fix {
	position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}
.product-layout {
	padding:0;
	z-index:1;

}


#toTop {
    bottom: 5px;
    color: #22ba8d;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    position: fixed;
    right: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 50px;
    float: left;
    z-index: 100;
}



#toTop:hover 
{
  color: #22ba8d;
  
}

#toTop div {
    font-size: 13pt;
    float: right;
    line-height: 16px;
    margin-left: 10px;
    transition: transform 1s;
}
#toTop:hover div {
    position: relative;
    transform: translateX(15px);
    color: #00b382;
}
.language-inner {
    float: right;
    margin: 0px 25px 0 35px;
    position: relative;
}

#language a {
    color: #777;
    cursor: pointer;
    font-size: 14px;
    display: block;
    float: left;
    width: 41px;
    height: 41px;
    text-align: center;
    padding-top: 11px;
    margin-right: 5px;
    border: 1px solid #fff;
    font-weight: 500;
}
#language .selected-language {
    background: #fff;
    color: #353535;
    cursor: default;
    border-color: #fff;
    font-size: 14px;
}

.line-lang {
    height: 13px;
    width: 1px;
    background: #ababab;
    float: left;
    position: absolute;
    right: 47px;
    bottom: 13px;
}

.drop-phones {
   display: none;
    position: absolute;
    margin-top: 11px;
    width: 200px;
    z-index: 1000000;
    margin-left: -30px;
    padding: 30px 35px 20px 35px;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 5px;
    border: 1px solid #d0d0d0;
}
.phone-inner-btn:hover .drop-phones
{
	display: block;
}
.phone-inner-btn {
    float: right;

}

.phone-inner {
    position: relative;
    margin-top: 13px;
    color: #353535;
    font-size: 16px;
    height: 31px;
    position: relative;
}

.phone-inner i {
    margin-left: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
    }
 .drop-phones a {
 	color: #353535;
}

.login-inner {
    float: right;
    width: 30px;
    height: 24px;
    background-image: url(/image/account.svg);
   background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 11px;
}

.wishlist-inner {
float: right;
    width: 30px;
    height: 22px;
    background-image: url(/image/heart.svg);
    background-size: 22px;
	background-repeat: no-repeat;
	background-position-x: right;
    margin-right: 10px;
    margin-top: 12px;
}
.login-inner a {
    display: block;
    width: 100%;
    height: 100%;
}
.wishlist-inner a {
    display: block;
    width: 100%;
	height: 100%;
	
}
.compare-inner {
	float: right;
		width: 30px;
		height: 22px;
		background-image: url(/image/libra.svg);
		background-size: 22px;
		background-repeat: no-repeat;
		background-position-x: right;
		margin-right: 10px;
		margin-top: 12px;
	}

	.compare-inner a {
		display: block;
		width: 100%;
		height: 100%;
		
	}


.cart-menu {
	float: right;
	padding-right: 0;
}
.top-info {
	font-size: 13px;
	margin-top: 12px;
	padding-left: 0;
}
.top-info a{
padding-right: 15px;
    color: #353535;
}

#search .form-control {
	border-radius: 0px;
	border: none;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: none;
    font-size: 13px;

}
#search i {
	font-size: 17px;
}

#logo img {
	margin-top: 22px;
}
.navbar-nav {
	margin:0;
}
.navbar-nav>li {
	min-height: 42px;
}
.cart-menu span{
	border: 1px solid #00b382;
    position: relative;
    margin-left: -12px;
    top: 7px;
    padding: 1px 0;
    background: #00b382;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    width: 18px;
    height: 18px;
    text-align: center;
    display: block;
}
#cart-total i {
	display: none;
}
#cart-total {
	display: none;
}
.top-menu2 {
	float: right;
	padding-right: 0;
	margin-top: 0px;
}
.maim-menu {
	margin-left: -15px!important;
	padding-right: 0;
}
.menu-search {
	margin:0;
}
#menu {
	margin-bottom: 10px!important;
}
.common-home .nav-tabs {
	border-bottom: none;
	display: inline-block;
}
.common-home .nav-tabs p {
	    margin: 0 5px 0px;
	    font-size: 15px;
}
.common-home #tabs-0
{
	text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 1px solid #131521;
    color: #000;
}
.nav-tabs>li>a {
    border: none;
    border-bottom: 2px solid #fff;
    background: #fff;
    color: #555;
    font-size: 15px;
    padding: 15px 0;
    margin-right: 40px;
    }
    .nav-tabs>li>a:hover
{
	background: #fff;
	box-shadow: none;
	border-color: #fff; 
	color: #000;
}

.thumbnail
{
	border:none;
}

.inner-tab-product
{
	width: 100%;
	float: none;
	display: inline-block;
}

.nav-tabs
{
	border: none;
}

.inner-cod
{
	width: 33.33%;
	float: left;
	text-align: center;
}

.inner-stock
{
	width: 33.33%;
	float: left;
	text-align: left;
}
.inner-stock div
{
	border-bottom: 1px solid #00ca92;
    width: min-content;
    white-space: nowrap;
    padding-bottom: 5px;
	margin-bottom: -1px;
	color: #222;
}
.inner-man a{
	color: #222;
}
.inner-man
{
	width: 33.33%;
	float: left;
	text-align: right;
}
.left-box-prod
{
	width: 50%;
	float: left;
}

.right-box-prod
{
	width: 50%;
	float: left;
	padding: 0 0 0 50px;
}

.atributes-box
{
	float: left;
	width: 50%;
}

.cod-n-stock
{
	margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    
}

.content-product h1{
	margin: 0 0 15px 0;
	color: #353535;
	font-size: 25px;
	font-weight: 500;
}
.butns-box
{
	margin-bottom: 10px;
	
}

.comapare-box
{
	width: 50%;

	padding-right: 5px;
}

.oneclick-box
{
	width: 50%;
	float: left;
	padding-right: 5px;
}


.price-box
{
	width: 80%;
	float: left;
}

.heart-box
{
	display: inline-table;
	
}

.old-price-product
{
	font-weight: 500;
	font-size: 30px;
	color: #353535;
	margin-bottom: 17px;
}

.price-heart
{
	margin: 30px 0;
}

.comapare-box button
{
	background: #fff;
	color: #353535;
	border: 1px solid #d0d0d0;
	width: 100%;
	text-transform: uppercase;
	border-radius: 0;
	padding: 20px;
	font-size: 12px;
	

}

.oneclick-box a
{
	background: #fff;
	color: #353535;
	border: 2px solid #14b383;
	width: 100%;
	text-transform: uppercase;
	border-radius: 0;
	padding: 19px;
	font-size: 12px;
}

#button-cart
{
	color: #ffffff;
    background: #14b383;
	border: none;
	width: 50%;
	text-transform: uppercase;
	border-radius: 0;
	padding: 21px;
	font-size: 12px;
	font-weight: 500;
}

.like
{
	float: right;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 0px solid #d0d0d0;
    box-shadow: none;
    background-image: url(/image/heart2.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
   
}

.take-skidta
{
	background: #b1e5d6;
    padding: 7px 10px;
    /* margin-top: 10px; */
    color: #222;
    border-radius: 5px;
    width: auto;
    float: left;
}

.take-skidta span
{
	font-weight: 500;
	color: #000;
}

.rating a{
	color: #555;
	margin-left: 10px;
}


.left-box-prod .owl-carousel .owl-buttons .owl-prev
{
	background: url(/image/arrow-left.png);
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	top: 50px;
}

.left-box-prod .owl-carousel .owl-buttons .owl-prev i{
	display: none;
}

.left-box-prod .owl-carousel .owl-buttons .owl-next i{
	display: none;
}

.left-box-prod .owl-carousel .owl-buttons .owl-next{
	background: url(/image/arrow-right.png);
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	top: 50px;
}


#tab-description
{
	color: #333;
}


#tab-specification .table-bordered>tbody>tr>td, #tab-specification .table-bordered>tbody>tr>th, #tab-specification .table-bordered>tfoot>tr>td, #tab-specification .table-bordered>tfoot>tr>th, #tab-specification .table-bordered>thead>tr>td, #tab-specification .table-bordered>thead>tr>th
{
	border: none;
	padding: 10px 20px;
	max-width: 0px;
}

#tab-specification thead
{
	font-weight: 500;
	color: #333;
}

#review
{
	width: 50%;
	float: left;
}

.rev-form
{
	width: 50%;
	float: left;
	padding: 0 0 0 50px;
}

.rev-form-in
{
	padding: 70px;
	border: 1px solid #d0d0d0;
}

.rev-title
{
	margin: 0 0 25px 0;
    color: #353535;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.rev-form-in input
{
	height: 45px;
	border-radius: 0;
	border-color: #d0d0d0;
	box-shadow: none;
}

.rev-form-in textarea
{
	height: 90px;
	border-radius: 0;
	border-color: #d0d0d0;
	resize: none;
	box-shadow: none;
}

.rating-5 input{
	height: initial;
}

.rev-form-in .buttons button
{
	width: 100%;
	color: #ffffff;
    background: #14b383;
    border: none;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    padding: 21px;
    font-size: 12px;
    font-weight: 500;
}

.rev-form-in .buttons
{
	margin-bottom: 0;
}
.product-thumb .caption a {
	color: #353535;
	font-size: 17px;
	
}
.product-thumb .caption .name-prod {
	
	text-align: center;
}
.tabs .caption {
	min-height: 140px;
    padding-top: 30px;
}

::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:8px;
	height:0px
	}
	
	::-webkit-scrollbar-track {
	background-color:#F4F5F5;
	border: 1px solid #ddd
	}
	
	::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#3193f6;
	}
	
	::-webkit-scrollbar-thumb:hover{
	background-color:black;
	}
	
	::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:8px;
	height:0px
	}
	
	::-webkit-scrollbar{
	width: 10px;
	}
	
	
	::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:8px;
	height:0px
	}
	
	::-webkit-scrollbar-track {
	background-color:#F9F9F9;
	
	}
	
	::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color:#14b383;
	}
	
	::-webkit-scrollbar-thumb:hover{
	background-color:#14b383;
	;
	}
	::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:8px;
	height:0px
	}
	
	::-webkit-scrollbar{
	width: 9px;

	
	}
	.load_more:hover {
		-webkit-transition: all 0.2s ease-out;
		background: #3193f6;
		border:2px solid #3193f6 ;
		color:white;

	}
	.text-inner {
		position: relative;
		margin-top: 130px;
		bottom: 50px;
		font-size: 15px;
		z-index: 10;
	}
	.scroll-text-inner {
		width: 60%;
		float: left;
		padding: 0 50px 0 0;
	
	}
	.scroll-text-inner h1 {
		margin-bottom: 20px;
	}
	.scroll-text {
		height: 300px;
		overflow-y: scroll;
		padding: 0 40px 0 0;
		font-size: 14px;
	}
	.img-home {
		
		float: right;
	}
	.img-home img {
		max-width: 400px;
	}
	.phone-foo 
	{
		margin-bottom: 9px;
	}
	.phone-foo a
	{
		font-weight: 500;
		font-size: 18px;
	}
	.phone-foo li{
		margin-bottom: 2px;
	}
	.foot2 b
	{
		color: #00b382;
	}
#slider-manufacturer .owl-controls {
	position: relative;
}

#slider-manufacturer .owl-pagination {
	display:none;
}

#slider-manufacturer .owl-wrapper-outer {
	overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: none!important;

}
#slider-manufacturer  .owl-buttons div i {
	margin:0!important;
	display:none;
}

#slider-manufacturer  .owl-buttons div {
	opacity:0.8!important 
}

#slider-manufacturer .owl-next {

    left: initial;
    background: url(/image/arrow-right.png);
    background-repeat: no-repeat;
	width: 40px;
	background-size: 40px;
    height: 40px;
	opacity: 1;
	margin-top: 10px;
}
#slider-manufacturer .owl-prev {
right:70px;
    left: initial;
    background: url(/image/arrow-left.png);
    background-repeat: no-repeat;
    width: 40px;
	height: 40px;
	background-size: 40px;
	opacity: 1;
	margin-top: 10px;
}
#slider-manufacturer {
	position:relative;
	top:30px;
	margin-bottom: 100px;
} 

.fa-envelope, .fa-calendar-alt {
	
    margin-right: 8px;
    margin-top: 6px;
    font-size: 18px;
    color: #00b382;
	}
.cat-foot p {
	font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}
.cat-foot-ul {
	margin-left:0px;
}
.inner-pow {
	padding: 40px 0;
    background: #1a1e20;
    color: #fff;
    margin-top: 50px;

}
.foot1 {
	float:left;
}
.foot2 {
	float:right;
}
.cat-foot {
	margin-top:25px;
}
.list-group {
	border: 0px solid #ddd;
}
.txt_for_subcats_pict {
	margin-bottom: 5px;
	min-height: 40px;
}
.txt_for_subcats_pict a {
	color:#141414;
}
.img_for_subcats_pict {
	margin: 7px 0px;
}
.img_for_subcats_pict:hover {

	transform:scale(1.05); 
}
.cat-title {
	text-transform: uppercase;
	color: #2c2f33;
	font-size: 22px;
	margin: -8px 11px 14px -2px;
}
.row-controllers {
    border: 0px solid #dddddd;
    
    margin-bottom: -30px;
	margin-top: 1px;
}
.cat-img {
	padding-bottom: 15px;
}
#list-view {
	border: 0px solid #dddddd;
    box-shadow: none;
    background: url(/image/list.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    width: 45px;
    height: 45px;
    
    border-right: none;
    
}

#grid-view {
	border: 0px solid #dddddd;
    box-shadow: none;
    background: url(/image/grid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    width: 45px;
    /* border-radius: 5px; */
    border-left: none;
    height: 45px;
}
.sort-label {
    color: #444;
    font-size: 14px;
    margin-top: 12px;
}
.limit-label {
    color: #444;
    font-size: 14px;
    margin-top: 12px;
}
#input-sort {
    height: 45px;
    border: 0px solid #dddddd;
    box-shadow: none;
    border-radius: 5px;
    background: #fff;
}
#input-limit {
    height: 45px;
    border: 0px solid #dddddd;
    box-shadow: none;
    border-radius: 5px;
    background: #fff;
}

.pagination
{
	margin: 30px 0;
	text-align: center;
	
}

.pagination .arrow-page
{
	font-family: sans-serif;
	color: #000!important;
	font-size: 20px;

}


.pagination>li:first-child>a, .pagination>li:first-child>span
{
	border-radius: 0%;
	    background: #fff;
	    width: 37px;
	    height: 37px;
	    border-color: transparent;
	    padding-top: 8px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	border-radius: 0%!important;
	    background: #14b383;
	    width: 37px;
	    height: 37px;
	    border-color: transparent;
	    padding-top: 8px;
}

.pagination>li>a, .pagination>li>span
{
	border-radius: 0%;
	border-color: transparent;
	margin: 0 3px;
	width: 37px;
	    height: 37px;
	    padding-top: 8px;
	    color: #000;
}
.pagination-text-justify {
margin: 40px 0 -30px 0;
}
.pagination-text-justify .title-button {
	margin: 0;
}
#custom-pagination-button{
	
	background-color: #14b383;
    color: #ffffff;
    height: 45px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	border: 1px solid transparent;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6px 25px;
}


.pagination .arrow-page a
{
	color: #000!important;
	    line-height: 16px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	color: #000;
	background: #fff;
	border-color: transparent;
	border-radius: 0px!important; 
}

.pagination .active span
{
		border-radius: 100%!important;
	    background: #14b383!important;
	    width: 37px!important;
	    height: 37px!important;
	    border-color: #fff!important;
	    padding: 8px 0 0 0!important;
		text-align: center!important;
		border-radius: 0px!important;
}
.mfilter-option input
{ 
	display: none;
}


.scroll-text::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.scroll-text::-webkit-scrollbar-track {
	background-color:#F4F5F5
	}
	
	.scroll-text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#7D7D7D;
	}
	
	.scroll-text::-webkit-scrollbar-thumb:hover{
	background-color:555;
	}
	
	.scroll-text::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px;
	
	}
	
	.scroll-text::-webkit-scrollbar{
	width: 4px;
	
	}
	.scroll-text::-webkit-scrollbar{
	width: 6px!important;
	}
	
	.scroll-text::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.scroll-text::-webkit-scrollbar-track {
	background-color:#555;
	border-left: 2px solid #f7f3fa;
	border-right:3px solid #f7f3fa;
	}
	
	.scroll-text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#555;
	width: 6px
	}
	
	.scroll-text::-webkit-scrollbar-thumb:hover{
	background-color:#000;
	}
	
	.scroll-text::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
	}

	
.mfilter-col-input+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
 	position: absolute;
 	left: 6px;

  background-repeat: no-repeat;
  background-position: center center;
  
}


.mfilter-input-active .mfilter-col-input+label::before {
  border-color: #14b383;
  background-image: url(/image/inputinput.png);

 
}

.mfilter-col-input+label:hover::before
{
	border-color: #70b487

}


a.load_more {
    
    padding: 15px 40px!important;
    font-size: 13px!important;
   
}

.scroll
{
	border-bottom: 1px solid #d0d0d0;
}

.comapare-box button:hover
{
	background: #fff;
	border-color: #999;
}

.oneclick-box a:hover,active {
	background: #fff!important;
	box-shadow: none!important;
	border-color: #14b383!important;
	color: #14b383!important;
}


.heart-box .like:hover{
	border-color: #14b383;
}
#button-cart:hover{
	background: #14b383;
}
.new-cat {
	color: #353535;
    font-size: 16px;
    font-weight: bold;
    margin-top: -4px;
}
.account-login .list-group {
	display: none;
}
.account-login .well {
    border: none;
    background: #1e2326;
    color: #fff;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    padding: 50px;
    margin-top: 50px;
}
.account-login .well h2 {
    color: #fff;
    margin-bottom: 30px;
}

.btn-login {
    background-color: #fff;
    width: 100%;
    border: 2px solid #14b383!important;
    color: #21201e!important;
    padding: 15px;
    text-transform: uppercase;
    height: 50px!important;
}
.info-register
{
	margin-top: 70px;
	padding-left: 50px;
}

.inner-well
{
	margin-top: 60px;
    margin-left: 15px;

}
.close1 {
	float: right;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    max-width: 20px;
    color: #000!important;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
    top: 20px;
    right: 20px;
  
    opacity: 1!important;
}
.close1:hover
{
	opacity: 0.8!important;
}


#xd_zvonok_modal .input-group-addon
{
	display: none;
}
#xd_zvonok_modal input
{
	width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: none;
    text-transform: uppercase;
    padding-left: 0;
   
}
#xd_zvonok_modal .input-group
{
	width: 100%;
}
#xd_zvonok_modal .modal-footer
{
	border:none;
	    padding-bottom: 30px;
	    padding-top: 5px;
}
#xd_zvonok_modal .modal-header
{
	border:none;
	text-align: center;
	padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 15px;
	font-size: 23px;
	color: #353535;
}
#xd_zvonok_modal .modal-content
{
	border-radius: 0;
}
#xd_zvonok_modal .modal-dialog
{
	width: 460px;
	top: 20%;
}
#xd_zvonok_modal button
{
	border-radius: 0;
    /* box-shadow: none; */
    border: none;
    color: #fff;
    background: #3193f6;
    color: #ffffff;
	background: #14b383;
    height: 50px;
    text-transform: uppercase;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    font-size: 14px;
}
#xd_zvonok_modal button:hover
{
	background: #14b383;
}
#xd_zvonok_modal .close {
	background: none;
    color: #141414;
    opacity: 0.9;
    font-size: 25px;
    margin-top: -33px;
    font-weight: 500;

}
#xd_zvonok_modal .close:hover {
background: none;
opacity:0.7;

}
#xd_zvonok_message {
border-right: none;
    border-left: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    float: left;
    padding-left: 0;
    width: 100%;
	text-transform: uppercase;
}
.poisk-cat {
	margin-top:5px;
}
.row2 {
	margin-right: 0;
	margin-left: 0;
}
.im {
	color: #353535;
    font-size: 12px;
    font-weight: bold;
}
.alert-success {
    color: #353535;
    background-color: #f2f8f6;
	border-color: #fff;

}
.alert-otziv {
	position: absolute;
	width:98%;
}

.product-compare .btn-danger  {
	color: #ffffff;

    color: #000!important;
    border-radius: 0px;
    padding: 7px 12px;
    top: 1px;
    text-transform: uppercase;
    border: 2px solid #ff3939;
background:#fff;
    position: relative;
}
.product-compare .btn-danger:hover  {
background:#fff!important;

}
.product-compare .btn-primary {
	border: 2px solid #14b383;
}

.product-compare #content a {
    color: #666666;
}
.checkout-simplecheckout .btn-danger {
	margin-top: -1px;
    margin-left: 5px!important;
}
#simplecheckout_button_confirm {
	font-size:13px;
	padding:15px 25px;
}
.checkout-simplecheckout h1 {
    text-transform: uppercase;
    color: #2c2f33;
    font-size: 22px;
    margin: -8px 11px 14px -2px;
}
.checkout-simplecheckout .breadcrumb {
margin: -13px 0 20px 0;
}
.simplecheckout .form-control {
	height: 40px;
}
.recom {
	margin-bottom: 19px;
}
.h33 {
	font-size:19px;
	font-weight:500;
		width: 100%;
		display: inline-block;
}
.name-prod {
	min-height: 64px;
	margin:0;
}
.checkout-simplecheckout #cart-total {
	display:none;
}

.checkout-simplecheckout #button-confirm {
	padding: 12px 12px;
}
.checkout-simplecheckout .quantity .btn-primary {
    color: #000;
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 32px;
    background: #ffffff;
	text-transform: uppercase; }
	
	.checkout-simplecheckout	.quantity .btn-primary:active { 
		background: #fff;
		color:black;
		border:1px solid #ddd;
	}

	.checkout-simplecheckout	.quantity .btn-danger{ 
		background: #fff;
		color: black;
		height: 32px;
		border: 1px solid #ddd;
	}
	.btn-danger i {
		color: #fff;
	}
	
.common-home .h33 {
	margin-top: 19px;
	text-align: center;
}
.like-sravn {
	float:right;

}
.sravn
{
	float: right;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 0px solid #d0d0d0;
    box-shadow: none;
    background-image: url(/image/libra.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
   
}
#slider-manufacturer .owl-buttons {
	display:none;
}
.old-price1 {
	text-decoration: line-through;
    font-weight: 500;
    font-size: 25px;
    color: #353535;
    margin-bottom: 17px;
}
.new-price-product {

    font-weight: 500;
	font-size: 25px;
	margin-top: 3px;
    color: #f83b3b;
    margin-bottom: 17px;
}

.cart-pay img, .cart-del img {
	max-height: 45px;
}

.cart-pay, .cart-del {
	text-align:center;
	float: left;
}
.cart-pay p, .cart-del p{
	font-weight: 500;
	padding-top: 3px;
}
.pay1 {
	width: 50%;
	float:left;
}
.pay2 {
	width: 50%;
	float:left;
}
.block-opl {
	
    padding: 22px 5px 15px 5px;
}
.submenu {
  display: none !important;
  position: absolute;
    min-height: 100%;
  height: max-content;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.has-submenu > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.5s ease;
}
.has-submenu a {
	position: relative;
}
.has-submenu:hover > a::after {
    border-right: 1px solid #14b383;
  border-bottom: 1px solid #14b383;
}
.has-submenu:hover .submenu {
  display: block!important;
}
.cart-pay1, .cart-del1  {
	list-style: none;
	padding-left: 0;
	text-align: center;


}
.navbar-nav.visible-xs details {
  padding: 8px 0;
}
.navbar-nav {
    margin: 10px 15px 0 0;
}
.navbar-nav a {
	color: #353535;
}
.navbar-nav.visible-xs summary {

  position: relative;
  list-style: none;
}
details summary {
  list-style: none;
  -webkit-appearance: none;
  appearance: none;
}

.navbar-nav.visible-xs summary::marker {
  display: none;
}

.navbar-nav.visible-xs summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s ease;
}

.navbar-nav.visible-xs details[open] > summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.navbar-nav.visible-xs details ul {
  margin: 20px 0;

}

.navbar-nav.visible-xs details a {
  display: block;
  padding: 4px 0;
}

.bard {
	width: 90%;
    padding: 0 10px;
}
.navbar-header {
	background: #14b383;
}
.drop-menu.open>.dropdown-menu {
  
  
    border-color: #f1f1f1;
	}
	.phone-call .dropdown-menu {
		right: 0;
		left: auto;
		/* width: 100%; */
		top: 40px;
		z-index: 10000;
		/* float: right; */
	}

	.panel-heading {
		border-bottom:0;
	}
	@media (max-width:768px) {
		.product-thumb .price {
			width:100%;
		}

		.product-thumb .caption a {
			font-size:15px;
		}




	 }

@media (max-width:768px) {
	#menu .nav > li > a {
		color: #353535;
	text-transform: none; 
		padding: 13px 0 0px 0;
		min-height: 15px;
		background-color: transparent;
		font-weight: 500;
		margin-right: 45px;
		border-bottom: 2px solid white;
	}
	#live-search ul li .product-price {
	
	}
	.top-menu2 {
		float: right;
		padding-right: 0;
		margin-top: 5px;
	}

	.oneclick-box a {
		padding: 19px 0 19px 0;
	}

	#xd_zvonok_modal .modal-header {
		padding-top: 30px;
	}
	.rev-form-in {
		padding: 15px;
		
	}
	#xd_zvonok_modal .modal-dialog {
		width: 98%;

	}

	.row-controllers {
		margin-bottom: 0px;
	} 

	.simplecheckout-cart td {
		padding: 7px 5px!important; 
	}
	.simpla-total {
		max-width: 200px;
		text-align: center;
		padding: 6px 0 5px 0;
		padding: left;
	
		position: relative;
		font-size: 16px;
		top: 10px;
		border: 1px solid #ddd;
		font-weight: 500;
	}
	.netu {
		display: none!important;
	}
	.checkout-simplecheckout .btn-danger {
margin-left:0;
	}
	.nav-tabs {
		margin-bottom: 10px;
	}
	#tabs-0 {
		padding-top: 250px;
	   }
	#slideshow0 {
		position: absolute!important;
		left: 0!important;
		zoom: 1.06!important;
	}
	.product-thumb .caption {
		padding: 0px 0px;
		min-height: 60px;
	}
	.tabs .caption {
		min-height: 0px;
		padding-top: 0px;
	}
	.product-thumb .caption {
		padding: 0px 10px;
	
	}
	.nav-tabs>li>a {
		padding: 5px 0;
	
	}
	.nav-tabs li {

		min-height: 34px;
	}
	.owl-controls .owl-buttons .owl-prev {
		left: 20px!important;
	
	}
	.product-thumb .price-new {
		bottom: 3px;
		position: relative;
	}
.name-prod {
	margin:0;
}
	#menu {
		 background-color: none;
	
	}
	.inner-well {
	
		margin-bottom: 25px;
	}
	.scroll {
		border-bottom: none;
	}
	.breadcrumb > li:first-child {
		padding-left:20px;
	}
	#logo {
		margin: -7px 0 21px 0;
		max-width: 120px;
	}
	#cart > .btn {
		font-size: 9px;
		text-align: left;
		/* float: right; */
		color: #fcfcfc;
		background-color: transparent;
		background-image: url(/image/bag1.svg);
		/* background-color: white; */
		border-color: transparent;
		background-size: 25px;
		background-position-x: right;
		margin: 6px 0px -5px 0;
		/* margin-top: 7px; */
		/* padding-top: 3px; */
		background-repeat: no-repeat;
		width: 19%;

		/* vertical-align: sub; */
		box-shadow: none;
	}
	.cart-menu span {
		border: 1px solid #fff;
		position: relative;
		margin-left: -15px;
		top: 5px;
		/* padding: 2px 0; */
		background: #ffffff;
		border-radius: 2px;
		color: #000;
		font-weight: 500;
		width: 14px;
		height: 14px;
		text-align: center;
		display: block;
	}
	

	.menu-search {
		margin: 0 0 0 6px;
		float: left;
	}
	#search {
		padding:0;
	}
	#live-search {
		width:100%!important;
		margin-left:-13px;
	}
	#live-search ul li .product-name {
		width:55%!important;

	}
	#live-search ul li .product-price {
		font-weight: normal!important;
		width:21%!important;
	}
	
	.language-inner {
		float: left;
		margin: 0px 25px 0 -20px!important;
		position: relative;
	}
	#top {
		border-bottom: 0px;
	}
	.phone-set {
	
		float: right;
		width: 30px;
		height: 22px;
		background-image: url(/image/phone-set.svg);
		background-size: 22px;
		background-position-x: 100%;
		/* margin-right: 10px; */
		margin-top: -28px;
		background-repeat: no-repeat;
		
	}
	#slideshow0 .owl-buttons {
		display: none;
	}
#tabs-0 .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
	min-height: 35px;
	width:50%
}
.img-home {
	display: none;
}
.scroll-text-inner {
    width: 100%;
    float: none;
    padding: 0;
}
.text-cat {
	margin-right: 0;
	margin-left: 0;
	
}
.foot1, .foot2 {
	width:100%;
	text-align:center;
}
.row2 {
	margin-left:-15px;
	margin-right:-15px;
}
.name-prod {
    min-height: 100px;
}
.img-thumbnail {
	display:none;
}
.simplecheckout-left-column {
    width: 100% !important;
}
.simplecheckout-right-column {
    width: 100% !important;
}
.left-box-prod {
	width:100%;
}
.right-box-prod {
	width: 100%;
	padding:0;

}
.rev-form {
    width: 100%;
    float: left;
    padding: 0;
}
#review {
    width: 100%;
    float: left;
}
}
@media(max-width:507px) {
	.like-sravn {
		float: right;
		margin-top: -105px;
	}
	#tabs-0 {
		padding-top: 155px;
	   }
	  .account-wishlist .btn-danger {
		color: #fff;
		background: #ff3939;
		color: #fff!important;
		border-radius: 0;
		padding: 5px 12px;
		border: 1px solid #ff3939;
		top: 5px;
		top: 10px;
		left:-2px;
		position: relative;
	}
	.account-address .btn-info {
		float:right;
	}

	.account-address .btn-danger {
		color: #fff;
		background: #ff3939;
		color: #fff!important;
		border-radius: 0;
		padding: 7px 34px;
		top: 10px;
		position: relative;
	}

	.knopka {
		height: 83px;
    border-bottom: none!important;
    border-left: none!important;
    border-right: none!important;
    display: block;
	}
}

@media(max-width:600px) {

	#tabs-0 {
		padding-top: 200px;
	   }
}
@media(min-width:768px) {
	.like-sravn {
		float: right;
		margin-top: -119px;
	}
	
	
}
@media(min-width:1200px) {
	.like-sravn {
		float: right;
		margin-top:0;
	}
	
	
}
@media (max-width:1200px) {


}
@media(max-width:356px) {
	.like-sravn {
		float: right;
		margin-top: -119px;
	}
}
@media (max-width:405px) {
	.cart-pay1, .cart-del1 {
	
		font-size: 12px;
	}
	#tabs-0 {
	 padding-top: 135px;
	}
	.alert-otziv {
		position: absolute;
		width:94%;
	}

}
@media (min-width:393px) {
	.phone-set {
		margin-top: 10px;
	}
}


@media(max-width:1500px) {
	#menu .nav > li > a {
		margin-right: 30px;
	}
}
@media(max-width:1350px) {

 }

@media(max-width:1350px) {
	.language-inner {
margin:0 5px
}
 }
 .trigger-mob .fas {
	font-size: 16px;
color: #353535;
}
.menu2 {
	margin: 10px 0 0 -7px;
}
.dr-men {
	padding: 8px 15px;
margin: 8px 0 0;
}
.button.mfp-arrow, button.mfp-close {
	opacity:0.1!important;
  }
  .mfp-arrow-right {
	background-image: url(/image/arrow-right.png)!important;
  }
 .simplecheckout-cart a {
	 color:#353535;
 }

 .face {
	display:inline-block;
	width: 29px;
    height: 29px;
    background-image: url(/image/facebook.svg);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position-x: right; 
	margin-top: 10px;
	margin-right: 15px;
 }

 .inst {
	display:inline-block;
	width: 30px;
    height: 30px;
    background-image: url(/image/instagram.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: right; 
    margin-top: 10px;
 }
 .telegram {
	display:inline-block;
	width: 30px;
    height: 30px;
    background-image: url(/image/telegram.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: right; 
	margin-top: 10px;
	margin-left: 15px;
 }
 @media screen and (max-width: 767px) {
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: break-spaces;
}
}
.exit1 {
	font-weight: 500;
    border: 2px solid #14b383;
    padding: 10px 0px;
    text-align: center;
	width: 120px;
	margin-top: 30px;
}
.rev-form-in .form-control {
	border-color:#ddd!important;
	box-shadow: none!important;
}
.has-error input {
	border-bottom: 1px solid red!important;
}
#mfilter-content-container .form-control {
	border-color:#ddd!important;
	box-shadow: none!important;
}
.product-search #live-search {
	display: none!important;
}


.account-simpleregister .simpleregister-block-content h5
{
margin-bottom:-5px
}

.popular-queries {
	display: flex;
	gap: 10px;
	margin: 40px 0 10px 0;
	flex-wrap: wrap;
	width: 100%;
}

.popular-queries-item:nth-child(1),.popular-queries-item:nth-child(2),.popular-queries-item:nth-child(3),.popular-queries-item:nth-child(4) {
	flex-grow: 1;
}

.popular-queries-item {
	display: flex;
	white-space: nowrap;
	text-align: center;
	align-items: center;
	padding: 0 20px;
	border: 1px solid #14b383;
	justify-content: center;
	height: 45px;

}

.popular-queries-item:hover {
	border-color: #121212;
	color: #121212;
}

.text-cat table {
    border-collapse: collapse;
    width: 100%;
    min-width: 500px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: table;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.text-cat table th {
    background: #f3f4f6;
    padding: 10px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

.text-cat table td {
    padding: 7px;
    border-top: 1px solid #eee;
    white-space: nowrap;
}

.text-cat table tr:nth-child(even) td {
    background: #fafafa;
}
.text-cat tbody {
    width: 100%;
    display: table-row-group;
}
@media (max-width:992px) {
	.oneclick-box a {
	padding: 20px 0px!important;
	font-size: 11px!important;
	}
	.text-cat table {
		display: block;
	}
	.scroll-text-inner {
		width: 100%;
		float: left;
		padding: 0;
	}

	.popular-queries {
		margin: 20px 0;
		padding: 0 15px;
	}

	.popular-queries-item {
flex-grow: 1;
}
}

@media screen and (max-width: 767px) {
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	white-space: nowrap!important;
} }
@media(max-width: 767px){
.order-price1 {
	white-space: nowrap!important;
}
.tabs-prod-mob>li>a
{
	margin-right: 15px;
	font-size: 13px;
}
.tabs-prod-mob li:last-child a
{
	margin-right: 0;
}
.common-home .nav-tabs>li>a
{
	margin-right: 0;
}
}
@media(max-width: 902px){
	.cart-menu {
		margin-right: 4%;
	}
	}


	@media(max-width:1199px)
	{
		.cart-pay, .cart-del {
			
			float: none;
		}
		.cart-pay1, .cart-del1 {
			
			font-size: 12px;
			padding: 0 5px;
		}
		.block-opl
		{
			padding-left: 0;
			padding-right: 0;
		}
	}

	.content-product .h33
	{
		text-align: center;
		margin-top: 20px;
	}
	@media(max-width:405px) { 
		#tab-specification .table-bordered>tbody>tr>td, #tab-specification .table-bordered>tbody>tr>th, #tab-specification .table-bordered>tfoot>tr>td, #tab-specification .table-bordered>tfoot>tr>th, #tab-specification .table-bordered>thead>tr>td, #tab-specification .table-bordered>thead>tr>th {
			
			padding: 10px 12px!important;
		}
	}
	#popupcart_extended .popupcart_info .price {
		white-space: nowrap;
	}
	.text-cat {
	margin-top: 25px;
	overflow-x: hidden;	
	}
	.row-pagination-container {
		margin: 0;
	}

	.outofstock_color {
		color: red;
	}

	.outofstock {
		pointer-events: none;
		filter: grayscale(1);
		
		
	}