body {
	font-family: 'Montserrat', arial;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	width: 100%;
	background-size: 100%;
	min-width: 380px;
	overflow-x: hidden;
	background: #fff;
}
#content {
	color: #000;
	font-size: 14px;
	line-height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

/* default font size */
.fa {
	font-size: 14px;
}

a,.fa-bars {
	cursor: pointer;
}

hr {
	border-color: #cccccc;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 18px;
	position: relative;
	font-weight: 600;
}

h1:after {
	content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 5%;
    height: 2px;
    background: #87c002;
    position: absolute;
    left: 0px;
    bottom: -13px;
}

h2, .h2 {
	font-size: 18px;
    position: relative;
    overflow: hidden;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

/* h2:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	background: #777;
	margin-right: -100%;
	margin-left: 25px;
	margin-top: -2px;
} */

h3 {
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 12px;
	font-weight: 500;
	color: #333;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

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: 13px;
}

.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 */


.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}

.tac {
	text-align: center;
}

.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 {
	padding: 5px 0px;
    height: 46px;
    box-sizing: border-box;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
    padding-top: 7px;
    border-bottom: 1px solid #f2f2f2;
}
#top a{
	color: #333;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	font-weight: 500;
	padding: 5px 10px;
	border: 1px solid #fff;
}
#top a:hover {
	color: #8bb542;
	border: 1px solid #8bb542;
}

#top span{
	margin: 0px 15px;
    display: inline-block;
    color: #000;
    line-height: 22px;
    font-size: 24px;
    vertical-align: top;
}
#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-links .list-inline>li {
	padding: 0px;
}

#top-links li.dropdown {
	background: #96bc54;
	margin-right: 10px;
}
.text_description ul {
	margin-left: 0px!important;
}
#top-links li a {
	color: #000000;
	font-size: 13px;
	padding: 0px 20px;
	border-right: 1px solid #777;
}

#top-links li:last-child a {
	border-right: none;
}

#top-links a:hover {
	color: #96bc54;
}

#top-links li.dropdown>a {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 14px 20px;
	display: inline-block;
}

#top-links li.dropdown>a .caret {
	margin-left: 10px;
}

#top-links li.dropdown.open>a {
	background: none;
}

#top-links .dropdown-menu>a:hover {
	color: #FFF;
}

#soc-links {
	margin-top: 10px;
}

#soc-links a {
	margin-left: 5px;
}

#top-links .dropdown-menu {
	top: 35px;
	width: 100%;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	background-color: #96bc54;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: #fff;
	padding: 10px 15px;
}

#top a.soc img {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

.input-lg {
	border-radius: 0px;
}

.list-inline {
	display: none;
	margin: 0px;
	margin-top: 20px;
	background: #fff;
	position: fixed;
	top: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 100%;
	z-index: 9;
}

.list-inline.active {
	display: block;
}

.fa-bars {
	font-size: 24px;
	margin-top: 8px;
}

.list-inline {
	overflow-y: auto;
	height: 100%;
	padding-bottom: 60px;
}

#top {
	width: 100%;
	z-index: 20;
}

#top-links.pull-left {
	float: right !important;
	margin-left: 15px;
}

#top-links .list-inline>li {
	padding: 0px;
	width: 100%;
	text-align: center;

	border-bottom: 1px solid #ccc;

}

.small-logo {
	max-width: 150px;
	padding-top: 0px;
}

#top-links li a {
	border-right: none !important;
}

#top-links li.dropdown {
	padding-bottom: 0px;
	margin-right: 0px;
	padding: 10px 0px;
}

#top-links .list-inline>li a {
	font-size: 16px;
	display: block;
	padding: 10px;
	text-transform: uppercase;
}

.dropdown-menu {
	overflow-y: auto;
	padding-bottom: 60px;
}

/* top */
header {
	height: 160px;
	padding-top: 28px;
	color: #777777;
	font-size: 11px;
	font-weight: 600;
	overflow: hidden;
}

/* logo */
#logo {
	margin-top: 30px;
	color: #777777;
	font-size: 12px;
	position: relative;
}

#logo img {
	width: 325px;
	float: left;
	margin-top: 15px;
}

#logo span {
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	top: 37px;
	left: 145px;
	width: 180px;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	line-height: 15px;
}

.cons {
	font-size: 13px;
    font-weight: 700;
    color: #8bb542;
    padding-left: 60px;
    position: relative;
    max-width: 200px;
	margin-top: 22px;
	cursor: pointer;
}
.cons::before {
	position: absolute;
	left: 0px; top: 50%;
	margin-top: -14px;
	width: 39px;
	height: 28px;
	content: '';
	background: url(/catalog/view/theme/default/image/cons.png) center no-repeat;
	background-size: contain;
}
.phoneh {
	color:#999999;
	font-size: 10px;
	font-weight: 400;
	margin-top: 12px;
	padding-left: 70px;
}

.phoneh a {
	margin-top: 15px;
	font-size: 17px;
	font-weight: 800;
	color: #000000;
}
.phoneh a:hover {
	background: none;
}
.lh {
	line-height: 18px;
}

#telephone a {
	font-size: 17px;
	color: #000;
	position: relative;
	font-weight: 600;
}
#telephone img {
	width: 28px;
    display: inline-block;
    margin-left: 8px;
}

.header-mobile-menu #telephone a {
	font-size: 16px;
	color: #000;
	position: relative;
	font-weight: 600;
	display: inline-block;
	float: left;
	margin-left: -5px;
}
.header-mobile-menu #telephone img {
	width: 28px;
	display: inline-block;
	margin-right: 3px;
}
.callback {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

.callback:hover {
	text-decoration: none;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {}

#search input {
	height: 30px;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 0px;
    background: none;
    color: #999999;
    border: 1px solid #ddd;
    font-weight: 100;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}

	

#search input::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;

	font-weight: normal;
	font-size: 12px;
}

/* webkit */
#search input::-moz-placeholder {
	color: #fdfdfd;
	opacity: 1;
}

/* Firefox 19+ */
#search input:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

/* Firefox 18- */
#search input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

/* IE */

#search button {
	position: absolute;
	top: 6px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	z-index: 2;
	border: none;
	outline: none;
	background: none;
	font-size: 8px;
	padding: 12px;
	background: #96bc54;
	border-radius: 5px;
}

#search button:hover{
    opacity: 0.7;
}

#search button img {
	width: 18px;
}

#search button .fa {
	color: #fff;
	font-size: 20px;
}

#product .input-group {
	min-width: 40px;
	max-width: 40px;
	float: none;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* cart */
#cart {
	margin-top: 0px;
    font-size: 13px;
    line-height: 13px;
    color: #777;
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-align: right;
    margin-top: 25px;
    display: block;
    padding-top: 15px;
    padding-right: 55px;
}

#cart:hover {
	opacity: 0.9;
}

#cart span {
	color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    background: #000;
    width: 20px;
    height: 20px;
    padding-right: 1px;
    display: inline-block;
    line-height: 21px!important;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
}

#cart span::before {
	content: "";
    position: absolute;
    right: 10px;
    width: 35px;
    height: 33px;
    top: 5px;
    background: url(/catalog/view/theme/default/image/cart.png) center center no-repeat;
    background-size: contain;
    z-index: -1;
}

@media (max-width: 768px) {
	#logo {
		text-align: center;
		display: none;
	}

	#logo img {
		width: auto;
		margin: 0 auto;
	}

	#cart {
		display: block;
	}
}


/* menu */
#menu {
	background: rgb(33, 33, 33);
	height: 55px;
}

/* #menu .col-sm-3:first-child {
	padding-right: 0px;
}*/
#menu .col-sm-3:last-child {
	padding-left: 0px;
	padding-right: 0px;
}

#menu .col-sm-6 {
	padding-left: 0px;
	margin-left: -10px;
	padding-right: 0px;
}

.bandiv {
	overflow: hidden;
	clip-path:
		polygon(0% 10%,
		/* top left */
		10% 0%,
		/* top left */
		100% 0%,
		/* top right */
		100% 0%,
		/* top right */
		100% 90%,
		/* bottom right */
		90% 100%,
		/* bottom right */
		0% 100%,
		/* bottom left */
		0% 100%
		/* bottom left */
		);
}

.list-group {
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: #fff;
	border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#menu .nav>li>a {
	color: #fff;
	padding: 13px 20px 12px 15px;
	min-height: 15px;
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	position: relative;
	letter-spacing: 1px;
}

#menu .nav>li>a:hover {
	color: #dd9c00;
}

#menu .nav>li>a:after {
	color: #797979;
	content: "|";
	position: absolute;
	top: 12px;
	right: 0px;
}

#menu .nav>li:last-child>a:after {
	content: "";
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;

	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

.navbar {
	border-radius: 0px;
}

@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}

	#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: 0px;
    padding: 0px 0px;
	border-bottom: 1px solid #eee;
    color: #777777;
    font-size: 12px;
    font-weight: 400;
}

footer a {
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
}

footer p {
	margin-top: 10px;
}

footer .list-unstyled a {
	text-decoration: underline;
	line-height: 30px;
	font-weight: 400;
}

footer a:hover {
	color: #777777;
	text-decoration: none;
}

footer h5 {
	font-size: 14px;
	color: #777777;
	font-weight: 300;
}

footer .logo {
	margin-bottom: 35px;
	color: #777777;
	font-size: 12px;
	font-weight: 400;
	max-width: 200px;
}
footer .soc {display: block!important;}
footer .soc a{
	margin-top: 20px;
	margin-bottom: 25px;
	text-decoration: none;
}

footer .telephone a {
	font-size: 17px;
	font-weight: 600;
	color: #777777;
	position: relative;
	margin-right: 30px;
	text-decoration: none;
	line-height: 28px;
	margin-right: 0px;
	margin-bottom: 20px;
}

footer .fwub img{
	width: 24px;
	display: inline-block;
	margin-left: 10px;
}


footer .callback {
	font-size: 10px;
	color: #777777;
	text-decoration: underline;
	margin-right: 0px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 8px 0;
	color: #777777;
	background: none;
	border-radius: 0px;
}

.breadcrumb a {
	color: #777777;
	font-size: 13px;
	letter-spacing: 1px;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;

}

.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: #000000;
	background: #ffffff;
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
}

#product .btn-primary .fa {
	font-size: 14px;
	line-height: 22px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {}

.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: #da4f49;
	background-repeat: repeat-x;
	border: 1px solid #da4f49;
}

.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 {
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
}

/* 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;
}

.container_carts {
	margin: 30px -10px;
}

.container_carts .image {
	text-align: center;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	
}

.home_carts .image {
	border: 1px solid #eeeeee;
	border-radius: 0px;
	margin-bottom: 20px;
}
.home_carts .image .name {
	background: #f9f9f9;
	font-size: 18px;
	color:#333;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 25px 0px;
}
.home_carts .image:hover {
	opacity: 0.9;
	border: 1px solid #916e4e;
}
#column-left .list-group {
	padding-top: 15px;
	background: #f9f9f9;
}
#product .form-control {
	height: 39px;
}

.container_carts .image a {
	display: block;
}

.container_carts .image img {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.container_carts a.name {
	text-align: center;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	display: block;
	background: #777777;
	margin-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.container_carts a.name:hover {
	opacity: 0.8;
}

.product_stock {
	color: #333333;
	font-size: 14px;
}

.product_stock span {
	color: #1b9f05;
}

.container_products {
	margin-top: 20px;
}

/* product list */
.product-thumb {
	border: 1px solid #eeeeee;
	border-radius: 0px;
	margin-bottom: 20px;
	transition: 0.5s;
}

.product-thumb:hover {
	opacity: 0.8;
	border: 1px solid #916e4e;
}

.product-thumb .image {
	text-align: center;
	position: relative;
	transition: 0.5s;
}

.product-thumb .image:hover{
	opacity: 0.8;
}

.product-thumb .image .stick {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 8px 20px;
	border-radius: 5px;
	background: rgba(141, 188, 13, 0.8);
}
.product-thumb .image .stick.ac {
	position: absolute;
    top: 24px;
    right: 15px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 12px;
    padding: 7px 20px;
    border-radius: 3px;
    background: #96bc54;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;

}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb a.name {
	color: #333;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    text-align: left;
    display: block;
    margin: 10px 0px;
    font-weight: 600;
}

.product-thumb .caption {
	padding: 0 15px;
    min-height: 46px;
    margin-top: 30px;

}

.product-thumb .caption p {
	color: #777777;
	font-size: 11px;
	height: 21px;
	overflow: hidden;
	margin: 0px;
}

.product-thumb .caption .model {
	margin-toP: 5px;
	text-align: center;
	color: #a3a3a3;
	font-size: 12px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    text-align: left;
    display: block;
	vertical-align: middle;
	line-height: 20px;
}

.product-thumb .price-new {
	font-weight: 500;
	color: #000;
	display: block;
}

.product-thumb .price-old {
	color: #b5b5b5;
	text-decoration: line-through;
	margin-left: 0px;
	font-size: 13px;
	display: block;
	margin-top: -14px;
	font-weight: 300;
}

.product-thumb .price-tax {
	color: #ccc;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	position: relative;
	padding: 0px 15px;
	margin-top: 15px;
}

.product-thumb .button-group .row {
	margin-bottom: 10px;
}

.product-thumb .button-group input {
	position: relative;
	display: inline-block;
	background-color: #ebebeb;
	color: #333;
	padding: 2px 2px;
	border-radius: 0px;
	height: 27px;
	line-height: 15px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	outline: none;
	width: 45px;
}

.product-thumb .button-group .input {
	position: relative;
	display: inline-block;
	margin-right: 13px;
}

.product-thumb .button-group .input .minus {
	content: "-";
	position: absolute;
	top: 0px;
	left: -25px;
	height: 27px;
	width: 27px;
	background: #007fba;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	z-index: 1;
}

.product-thumb .button-group .input .plus {
	content: "+";
	position: absolute;
	top: 0px;
	right: -25px;
	height: 27px;
	width: 27px;
	background: #007fba;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.qntyg {
	display: none;
}
.owl-carousel {
	margin-bottom: 0px;
}
.product-thumb .button-group button {
	position: relative;
    width: 65px;
    display: inline-block;
    background-color: #fff;
    color: #fff;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #e5b35a;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    height: 36px;
}

.product-thumb .button-group button:before {
	content: "";
    position: absolute;
    left: 50%;
    width: 22px;
    height: 21px;
    top: 8px;
    margin-left: -13px;
    background: url(/catalog/view/theme/default/image/bcart.png) center center no-repeat;
    background-size: contain;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.filters {
	background: #fff;
	text-align: center;
}

.filters .heading {
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	padding: 10px;
	width: 70%;
	margin: 0px auto;
	border-bottom: 1px solid #cccccc;
}

.filters select {
	color: #010101;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	padding: 10px;
	border: none;
	outline: none;
	position: relative;
	background: #fff url('/catalog/view/theme/default/image/arrdouw.png') right center no-repeat;
	box-shadow: 1px 0px 2px 2px #333;

}

.list-groupf {
	padding: 5px 0px;
}

.owl-controls {
	height: 0px;
}

.text-block {
	color: #676767;
	font-size: 15px;
	padding: 45px 50px;
	background: #fff;
	clip-path: polygon(0% 50px,
		/* top left */
		50px 0%,
		/* top left */
		100% 0%,
		/* top right */
		100% 0%,
		/* top right */
		100% 80%,
		/* bottom right */
		95% 100%,
		/* bottom right */
		0% 100%,
		/* bottom left */
		0% 100%
		/* bottom left */
		);
}

.select {
	outline: 0;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	width: 24%;
	margin: 0 0px;
	line-height: 18px;
	padding: 5px 10px;
	padding-right: 40px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	cursor: pointer;
	border-radius: 0px;
	position: relative;
	background: none;
}

.select span {
	display: block;
}

.select:after {
	position: absolute;
	right: 10px;
	top: 6px;
	content: "";
	font-size: 10px;
	background: #fff url('/catalog/view/theme/default/image/arrdouw.png') right center no-repeat;
	height: 10px;
	width: 10px;
}

.select .drop {
	height: 0px;
	overflow: hidden;
	margin: 3px -20px 10px -10px;
	background: none;
	position: absolute;
	width: 100%;
	min-width: 150px;
	z-index: 2;
	text-align: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0px 10px;
	box-shadow: 0px 2px 1px 0px #96bc54;
}

.select .drop div {
	padding: 5px 20px;
	line-height: 20px;
}

.select .drop div span {
	display: inline-block;
}

.select .drop div span {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.select .drop div span:hover {
	border-bottom: 1px solid #ccc;
}

.select .drop .color {
	display: block;
	width: 20px;
	height: 20px;

	margin-right: 10px;
	float: left;
}

.select .drop div:hover {
	background: #fff;
}

.select.active {
	background: #fff;
}

.select.active>.drop {
	overflow-y: auto;
	height: auto;
	padding: 15px 0px;
	padding-bottom: 20px;
	background: #fff;
	max-height: 150px;
}

.fpre {
	background: url(/catalog/view/theme/default/image/hbg.jpg) center center no-repeat;
	height: 150px;
	box-sizing: border-box;
	padding: 50px 0px;
	margin-top: 100px;
}

.fpre img {
	margin-right: 15px;
	float: left;
}

.fpre span {
	display: table-cell;
	/* margin-left: 70px; */
	/* line-height: 0px; */
	vertical-align: middle;
	height: 45px;
}

/* .h-sopt .select:hover {
    background: rgb(27, 35, 66);
}

.h-sopt .select:hover>.drop {
    overflow-y: scroll;
    height: 200px;
    padding: 15px 0px;
    padding-bottom: 20px;
    background: rgb(27, 35, 66);
} */

/* .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;
} */

.thumbnails {
	position: relative;
}

.thumbnails .stick {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background: rgba(141, 188, 13, 0.8);
	font-size: 12px;
	line-height: 12px;
	padding: 8px 20px;
	border-radius: 5px;
	z-index: 25;
}

.product_price {
	color: #000;
	font-size: 29px;
	/* font-weight: 600; */
}

.product_price span {
	color: #981110;
	font-size: 18px;
}

.fa-envelope-o {
	font-size: 20px;
	margin-right: 5px;
}



.addcartbtn {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	background: #96bc54;

	cursor: pointer;
}

.addcartbtn:hover {
	color: #000;
}
.banr img {
	position: relative;
	z-index: 2;
}
.cap {
	font-size: 17px;
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.35);
    padding: 8px 0px;
    line-height: 24px;
    text-align: center;
    margin-top: -40px;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
}
.link {
	font-size: 14px;
	color:#333;
	background: #f9f9f9;
	padding: 15px;
}
.link a{
	font-size: 13px;
    font-weight: 400;
    color: #8bb542;
}
#oneclick {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	background: #000;

	cursor: pointer;
}

.f_logo {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: visible;
}

.f_logo span {
	padding: 0px 20px;
	position: relative;
	overflow: visible;
	display: inline-block;
}
.f_logo span::before {
	content: "";
	height: 1px;
	background: #96bc54;
	position: absolute;
	width: 1000%;
	right: 100%;
	bottom: 12px;
}
.f_logo span::after {
	content: "";
	height: 1px;
	background: #96bc54;
	position: absolute;
	width: 1000%;
	left: 100%;
	bottom: 12px;
}
.f_logo img{
	width: 232px;
}

#oneclick:hover {
	color: #96bc54;
}
.underf {
	padding: 15px;
}
.underf *{
	font-size: 13px; 
	color: #333;
	line-height: 13px;
	margin: 0px;
}
.underf a {
	text-decoration: underline;
}

.underf a:hover {
	text-decoration: none;
}

.prhome img{
	float: left;
	margin-right: 20px;
	width: 37px;
}
.prhome {
	font-size: 14px;
	color: #000000;
	margin: 40px 0px;
	line-height: 20px;
}
.prems {
	margin-top: 0px;
}

.prems .col-sm-4 div {
	background: #338bca;

	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 20px;
}

.prems .col-sm-4 div img {
	height: 60px;
	margin: 20px 0px;
}

.prems .col-sm-4 div div {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.prems .col-sm-4 div p {
	color: #cccccc;
	font-size: 12px;
}

.prems .col-sm-6 div {
	background: none;
	color: #fff;
	font-size: 10px;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 20px;
}

.prems .col-sm-6 span.image {
	background: #000;
	display: block;
	margin: 20px 0px;
	text-align: center;
	padding: 50px 0px;
}

.prems .col-sm-6 div img {
	height: 60px;

}

.prems .col-sm-6 div div {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.prems .col-sm-6 div p {
	color: #000;
	font-size: 11px;
	line-height: 15px;
}

.prems .col-xs-4 div {
	background: #338bca;

	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 20px;
}

.prems .col-xs-4 div img {
	height: 60px;
	margin: 20px 0px;
}

.prems .col-xs-4 div div {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.prems .col-xs-4 div p {
	color: #cccccc;
	font-size: 12px;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 99;
	cursor: pointer;
	display: none;
}

.popup-form {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	border-radius: 0px;
	background: #fff;
	/* box-shadow: 0px 0px 1px 0px #000000; */
	z-index: 111;
	text-align: center;
	width: 90%;
	max-width: 480px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 15px;
}

.popup-form .h2 {
	line-height: normal;
	margin-top: 0px;
	font-size: 17px;
	text-align: center;
}

.popup-form .insy {
	text-align: center;
	width: 100%;
	border: none;
	border: 1px solid #555;
	background: #fff;
	border-radius: 0px;
	color: #333;
	font-size: 17px;
	line-height: 30px;
	padding: 8px 7px;
	margin-top: 10px;
}

.popup-form input.f-button {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background: #96bc54;
	border: none;
	outline: none;
	margin-top: 20px;
}

.popup-form a.f-button {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background: #96bc54;
	border: none;
	outline: none;
	margin-top: 20px;
	width: 220px;
}

.popup-form a.f-button:hover {
	background-color: #222;
	color: #fff;

}

.popup-form a.f-button.closer {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background: #525252;
	border: none;
	outline: none;
	margin-top: 20px;
}

.popup-form a.f-button:hover {
	background-color: #222;
	color: #fff;

}

.popup-form input.f-button:hover {
	background-color: #222;
	color: #fff;

}

.err {
	color: #f00;
	font-size: 13px;
}

.popup-inside {
	color: #333;
	font-size: 13px;
}

.bandiv {
	position: relative;

}

.bandiv a {
	position: absolute;
	bottom: 40px;
	left: 25px;
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 600px;
}

.bandiv img {
	width: 100%;
}

.list-litle {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    /* text-align: center; */
    padding: 17px 15px;
    line-height: 22px;
    position: relative;
    padding-left: 50px;
    background: #916e4e;
}
.list-litle::before {
    position: absolute;
    left: 15px;
	top: 15px;
	content: "";
	background: url('/catalog/view/theme/default/image/hamb.png') center no-repeat;
	background-size: contain;
	height: 25px;
	width: 25px;
}
a.list-group-item {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 500;
	padding: 5px 15px;
	border: none !important;
	position: relative;
	display: block;
	background: none;
	border: 1px solid #000;
}

a.list-group-item img {
	float: left;
    width: 5px;
    margin-top: 9px;
}

a.list-group-item span {
	display: block;
    margin-left: 15px;
    /* height: 100%; */
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 5px;
    line-height: 20px;
}

a.list-group-item:after {}

a.list-group-item:last-child {}

a.list-group-item:last-child:after {
	height: 0px;
}



a.list-group-item.active, a.list-group-item:hover {
	background: #eee;

}

.text_title {
	color: #777777;
	font-size: 24px;
	margin: 10px;
}

iframe {}

.table {
	margin-bottom: 0px;
}

.text_description .table>tbody>tr>td {
	padding: 8px 20px;
}

.text_description {
	padding: 15px 0px;
	/* background: #ffffff; */
	font-size: 13px;
	text-align: justify;
	margin-bottom: 5px;
	line-height: 21px;
	color: #333;
	/* border: 1px solid #f4f4f4; */
}

.text_description .table>tbody>tr>td:nth-child(odd) {
	text-align: left;
	color: #777;
}

.text_description .table>tbody>tr:nth-child(odd) {
	background: #f4f4f4;
}

.text_description1 .table>tbody>tr>td {
	text-align: right;
	padding: 6px 15px;
	font-size: 13px;
}

.text_description1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.text_description1 .table>tbody>tr>td:nth-child(odd) {
	text-align: left;
	color: #777;
}

.text_description1 .table>tbody>tr:nth-child(odd) {
	background: #f4f4f4;
}

.text_description1 .table>tbody>tr>td {
	text-align: right;
}

.text_description ul li {
	position: relative;
}

.text_description ul li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #96bc54;
	left: -16px;
	top: 8px;
	border-radius: 50px;
}

.playt h1:after {
	display: none;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;

}

.thumbnail {
	padding: 0px;
	border: none;
	outline: none;
}

.thumbnails a {
}

.thumbnails>li {}

.thumbnails {}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	display: block;
}

.image-additional {}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.testimonial-testimonial #content {
	background: #fff;

	padding: 10px 15px;
}

.information-information #content {
	background: #fff;

	padding: 10px 15px;
}

.checkout-simplecheckout #content {
	background: #fff;

	padding: 10px 15px;
}

.pays {
	text-align: right;
	text-align: right;
	margin-top: 10px;
}

.pays img {
	width: 150px;
}

@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: #df5c39;
}

#search {
	position: relative;
	z-index: 10;
}
#search  #search-suggesstion {
	position: absolute;
	top: 100%;
	left: -1px;
	background: #fff;
	width: 100%;
	border: 1px solid #eac7c7;
	border-top: none;
	display: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  
#search #search-suggesstion .agroup .astitle {
	color: #a92a57;
	font-weight: bold;
	font-size: 12px;
	background: #ffecec;
	padding: 4px 9px;
  }
  
#search #search-suggesstion .agroup > a.asitem {
	color: #333;
	font-size: 14px;
	padding: 10px 10px;
	border-bottom: 1px solid #e8e8e8;
	word-wrap: normal;
	cursor: pointer;
	display: block;
	line-height: 15px;
	overflow: hidden;
  }
  #search #search-suggesstion .agroup > a.asitem img{
	margin-right: 15px; 
  } 
  #search #search-suggesstion .agroup > a.asitem span{

	vertical-align: middle;
  } 
  #search #search-suggesstion .agroup > a.asitem:hover {
	background: #bdbdbd;
  }
#search #search-suggesstion .agroup > a.asitem:last-child {
	border-bottom: none;
  }

.owl-carousel .owl-buttons div img{
	width: 14px;
}
.owl-carousel .owl-buttons .owl-prev {
    left: 20px!important;
    top: 50%!important;
}
.owl-carousel .owl-buttons .owl-next {
    right: 20px!important;
    top: 50%!important;
}

.owl-carousel.prcs .owl-buttons div {
	width: 43px!important;
	height: 43px!important;
}
.owl-carousel.prcs .owl-buttons div img{
	width: 43px!important;
	z-index: 3;
}
.owl-carousel.prcs .owl-buttons .owl-prev {
    top: -55px!important;
    right: 50px!important;
    left: auto!important;
}
.owl-carousel.prcs .owl-buttons .owl-next {
    top: -55px!important;
    right: 0px!important;
    left: auto!important;
}
.owl-carousel.prcs .owl-buttons .owl-next img{
   transform: rotate(180deg);
}
.owl-carousel.prcs .owl-buttons div::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.owl-carousel.prcs .owl-buttons .owl-next:hover::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 43px!important;
	height: 43px!important;
	background: url('/catalog/view/theme/default/image/caarract.png') top left no-repeat;
	background-size: contain;
	z-index: 4;
}
.owl-carousel.prcs .owl-buttons .owl-prev:hover::after{
	transform: rotate(180deg);
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 43px!important;
	height: 43px!important;
	background: url('/catalog/view/theme/default/image/caarract.png') top left no-repeat;
	background-size: contain;
	z-index: 4;
 }

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

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {

	.list-litle {
		font-size: 14px;
		background: #7c7c7c;
		line-height: 24px;
	}
	.product-thumb .price-old {

		font-size: 11px;}

		.product-thumb .price {
			font-size: 12px;
		}

		
	#menu .nav>li>a {
		padding: 12px 15px 19px 15px;
	}

	a.list-group-item {
		font-size: 14px;
		padding: 10px 10px;
	}

	a.list-group-item span {
		display: block;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	a.list-group-item img {
		float: left;
		width: 5px;
		margin-top: 5px;
	}
	header a.soc {
		text-indent: 100px;
		color: rgba(0, 0, 0, 0);
		overflow: hidden;
		background: url(/catalog/view/theme/default/image/inst.png) center center no-repeat;
	}

	
}

@media (min-width: 768px) and (max-width: 991px) {
	#menu .nav>li>a {
		padding: 12px 15px 19px 15px;
	}

	.nav>li>a {
		padding: 5px 5px;
		font-size: 15px;
	}

	.phoneh {
		padding-left: 30px;
	}
	.phoneh a:hover {
		background: none;
	}
	.list-litle {
		font-size: 14px;
		background: #7c7c7c;
	}
	.list-litle::before {
		position: absolute;
		left: 10px;
	}
	#logo  {
		margin-top: -10px;
	}
	
	#logo span {
		top: 82px;
		left: 0px;
		width: 100%;
		border-left: none;
		padding-left: 0px;
	}

	#cart {
		margin-top: 10px;
		}
		
	.list-litle {
		font-size: 14px;
		padding: 17px 10px;
		padding-left: 40px;
	}
	.home_carts .image .name {
		font-size: 16px;
	}
	.prhome > div {
		margin-bottom: 20px; 
	}
	header a.soc {
		text-indent: 100px;
		color: rgba(0, 0, 0, 0);
		overflow: hidden;
		background: url(/catalog/view/theme/default/image/inst.png) 37px 8px no-repeat;
	}

	a.list-group-item {
		padding: 5px 15px;
		height: 65px;
		font-size: 16px;
	}

	a.list-group-item img {
		display: none;
	}

	a.list-group-item span {
		margin-left: 0px;
	}
	a.list-group-item span {
		font-size: 14px;
	}

	.thumbnails {
		max-width: 360px;
		margin: 0 auto;
	}

	.container_carts a.name {
		text-align: center;
		padding: 10px 5px;
		font-size: 14px;

	}

	#telephone a {
		font-size: 12px;
		
	}

	.callback {
		font-size: 12px;
	}

	header {
		height: 135px;
	}

	a.list-group-item {
		padding: 5px 10px;
		height: auto;
		font-size: 12px;
	}

	.fpre {
		text-align: center;
		padding: 30px 0px;
	}

	.fpre img {
		float: none;
		margin: 0px;
	}

	.fpre span {
		display: block;
	}
	#top span {
		margin: 0px 5px;
		display: none;
	}
	#top a {
		padding: 5px 5px;
	}
	
	.cons {
		padding-left: 50px;
		margin-top: 5px;
	}
}

@media (max-width: 768px) {


	.mobile-cart span {

		line-height: 18px;
	}

	.fpre {
		background: url(/catalog/view/theme/default/image/hbg.jpg) center center no-repeat;
		background-size: cover;
		height: 300px;
	}
	.fpre div {    height: 150px;}
	.fpre {
		text-align: center;
		padding: 30px 0px;
	}

	.fpre img {
		float: none;
		margin: 0px;
	}

	.fpre span {
		display: block;
	}
	header {
		height: 0px;
		overflow: hidden;
	}
	#top {display: none;}
	header a.soc {
		display: none;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		max-width: 100%;
		text-align: center;
	}

	footer .logo img {
		display: block;
		margin: 0px auto;
	}

	footer .text-right {
		text-align: center;
	}

	.pays {
		text-align: center;
	}

	#search input {
		height: 40px;
		padding-right: 40px;
		color: #000;
	}

	#search {
		width: 100%;
		background: none;
	}

	#menu {

		padding: 0px 10px;
	}
	.phoneh {
		padding: 0px 10px;
	}
	.phoneh a:hover {
		background: none;
	}
	#search input::-webkit-input-placeholder {
		color: #333;
		opacity: 1;

		font-weight: normal;
		font-size: 12px;
	}
	
	/* webkit */
	#search input::-moz-placeholder {
		color: #333;
		opacity: 1;
	}
	
	/* Firefox 19+ */
	#search input:-moz-placeholder {
		color: #333;
		opacity: 1;
	}
	
	/* Firefox 18- */
	#search input:-ms-input-placeholder {
		color: #333;
		opacity: 1;
	}
#telephone > a {
	display: inline-block;
	padding: 0px!important;
	margin-left: 0px!important;
}

	#search {
		margin-bottom: 10px;
		position: relative;
		top: 9px;
		right: 0px;
		left: 0px;
		width: 100%;

		
		z-index: 1;
		display: block;
	}

	#logo img {
		float: none;
		max-width: 150px;
		display: none;
	}

	#logo {
		text-align: center;
		display: none;
		margin-top: 40px;
	}

	.thumbnails {
		max-width: 360px;
		margin: 0 auto;
	}

	.image-additional {
		margin-bottom: 15px;
	}

	.image-additional a {
		max-width: 150px;
		margin: 0 auto;
	}
	#search input {
		border-bottom: 1px solid #999;
	}
	

	#logo span {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		border-left: none;
		padding-left: 0px;
		line-height: 15px;
	}

	#cart {
		text-align: center;
	}

	#cart {
		padding: 25px 10px;
		padding-left: 40px;

	}

	#menu .btn-navbar {
		margin-left: 10px;
		height: 42px;
	}

	#product .btn-block {
		margin-bottom: 20px;
	}

	.container_carts a.name {
		text-align: center;
		padding: 10px 5px;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.simple-content .button,
	#simplecheckout_login .button {
		margin: 0px auto;
		width: 100%;
		margin-top: 50px;
		padding: 15px 30px;
	}

	.simplecheckout-button-right {
		float: none;
		text-align: center;
	}

	.header-mobile img {
		width: 180px;
	}

	#telephone a {
		font-size: 16px;
		font-weight: 600;
		color: #000;
		position: relative;
		padding: 5px 15px;
		margin-top: 0px;
		text-align: left;
		margin-left: 10px;
	}
	#telephone div:first-child a::before {
		left: -5px;
	}
	#telephone div:last-child a::before {
		left: -5px;
	}
	.button-group .col-sm-6 {
		text-align: center!important;
	}
	.product-thumb .button-group {
		position: relative;
		padding: 0px 10px;
		margin-top: 5px;
		overflow: hidden;
	}
	.product-thumb .price {
		color: #000000;
		font-size: 15px;
		margin-top: 10px;
		text-align: center;
		font-weight: 600;
		display: block;
		line-height: 20px;
	}
	.product-thumb a.name {
		height: 60px;
	}
	.product-thumb .caption {

		min-height: 56px;
		margin-bottom: 15px;
	}
	.home_carts .image .name {
		font-size: 14px;
	}
	header {
		background: none;
		padding-top: 85px;
	}
	.prhome div {margin-bottom: 30px;}
}

@media (max-width: 480px) {
	.container_carts .col-xs-6 {
		width: 50%; 
	}
	.container_carts a.name {
		text-align: center;
		padding: 10px 5px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.col-xs-6 {
		width: 100%;
	}

	.underf .col-xs-6{
			text-align: center!important;
			margin-bottom: 15px;
	}
	.product-thumb .button-group {
		position: relative;
		padding: 0px 0px;
		height: 85px;
	}

	.product-thumb {
		padding: 10px;
	}

	.select {
		width: 47%;
	}

	
	.product-thumb {
		overflow: hidden;
	}

	.product-thumb .button-group {
		position: relative;
		padding: 0px 0px;
		height: 145px;
		
	}

	.product-thumb .price-old {
		display: block;
	}

	.product-thumb .button-group button {
		border: none;
		display: block;
		float: none !important;
		margin: 0 auto;
		margin-top: 10px;
	}
	.product-thumb .price {
		margin-top: 0px;
	}
	.product-thumb .price-new {
		display: inline-block;
	}

	.product-thumb .button-group button:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 22px;
		height: 21px;
		top: 8px;
		margin-left: -13px;
		background: url(/catalog/view/theme/default/image/bcart.png) center center no-repeat;
		background-size: contain;
	}
	.product-thumb .caption {
		padding: 0 0px;
		margin-bottom: 0px;
	}

	.product-thumb .button-group .input {

		margin-right: 0px; 
	}

	.container_carts a.name {
		text-align: center;
		padding: 10px 10px;
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		display: block;
		background: #96bc54;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		height: 60px;
	}

	#product .input-group {
		min-width: 40px;
		max-width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.addcartbtn {
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		display: block;
		text-align: center;
	}

	#oneclick {
		display: block;
		text-align: center;
		margin-top: 15px;
	}
}

.soc:nth-child(2) {
	display: none;
}

.soc:nth-child(3) {
	display: none;
}