<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Philosopher&display=swap" rel="stylesheet">
body {
  font-family: "Philosopher";
    background: #f9efe5;
    color: #494949;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    direction: ltr;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
}
header {
    background-color: #f9efe5;
    position: sticky;
    top: 0;
    position: -webkit-sticky;
    z-index: 1000;
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}
.menu-full {
    background-color: #7d7d7d;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
	margin-bottom: 20px;
}
h2 {
	font-size: 27px;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #7d7d7d;
}
a:hover {
	text-decoration: none;
	color: #009246;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.none {
    display:none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin: 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;
}
/* call */
.call {
    text-align: center;
    padding: 10.5px;
    border-left: 1px solid #ddd;
}
/* logo */
.logo {
    text-align: center;
    padding: 7.5px;
}
/* user-login-register */
.user {
    text-align: center;
    padding: 22px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.user > a > i {
    font-size: 26px;
    color: #7d7d7d;
}
.user > a > i:hover {
    color: #009246;
}
.user > a {
    color: #009246;
}
/* call-open-header */
.tell {
    font-size: 26px!important;
}
.icon-tel > i:hover {
    color: #009246;
}
.tel {
    font-size: 20px;
}
.open {
    font-size: 14px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
.cart {
    text-align: center;
    padding: 21px 0;
    border-right: 1px solid #ddd;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
    top: 22px;
    border-radius: 0;
}
#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;
}
.cart-btn > i {
    font-size: 26px;
    color: #7d7d7d;
}
.cart-btn > i:hover {
    color: #009246;
}
#cart-total {
    right: 25px;
    top: -5px;
    position: absolute;
    margin: 0;
    padding: 0 3px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: .8em;
    background-color: #009246;
    color: #fff;
    font-weight: 400;
    border-radius: 100%;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
/* menu */
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 24px;
    font-weight:bold;
    padding-left: 5px;
    
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #73ff73;
    background-color: inherit;
    outline: 0;
}
.navbar-nav {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin: 5px 0;
}
.nav>li {
    display:inline-block;
}
#menu {
    background-color: #fff;
}
#menu .nav > li > a {
    font-size: 18px;
	color: #009246;
	padding: 10px 15px 10px 0px;
	min-height: 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #e12929;
    background-color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #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);
}
.navbar-collapse {
    padding:0;
}
#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;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    display: none;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.swiper-viewport, .swiper-slide {
    border-radius: 0!important;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    border-radius:0;
}
.input-group-addon {
    background-color: #7d7d7d;
    border-radius: 4px;
    color: #fff;
    border: 0;
}
.well {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 0;
    border: 0;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group a {
    color: #009246;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff!important;
    background: #7d7d7d!important;
    border: 0!important;
    text-shadow: none!important;
}
/*form*/
button {
    border: 0;
    outline: 0;
}
.plus {
    color: #fff;
    background-color: #7d7d7d;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
}
.minus {
    color: #fff;
    background-color: #7d7d7d;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
}
.kolvo {
    display: inline-flex;
    margin: 0 10px 0 0;
}
.kolvo-text {
    height: 40px;
    outline: 0;
    border-left: 2px solid #7d7d7d;
    border-top: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    border-right: 0;
    text-align: center;
}
.kolvo:focus, .kolvo:active, .kolvo:visited {
    outline: 0;
}
.form-group-flex {
    display: flex;
}
.form-control {
    border-radius: 0;
    box-shadow: 0;
}
.form-control:focus {
    border-color: #7d7d7d;
}
.thumbnail {
    border: 0;
}
.info-product {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: #fff;
}
.product-thumb .radio label {
    padding-left: 0;
}
.radio-price {
    padding: 5px;
    color: #7d7d7d;
    font-size: 26px;
    font-weight: 600;
}
/*weight-and-button*/
.weight-and-button {
    display: flex;
}
.weight, .button {
    width: 50%;
}
.button {
    background-color: #7d7d7d;
    color: #fff;
    font-size: 24px;
    width: 50%;
    height: 50px;
}
.button:hover {
    color: #009246;
}
/* buttons */
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:visited  {
    background-color: #009246;
    color: #fff;
    outline: 0;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    outline:0;
    color: #009246;
    background-color: #eee;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 0;
}
.buttons {
	margin: 1em 0;
}
.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.open .dropdown-toggle {
    box-shadow: none;
}
.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: #ffffff;
    background-color: #7d7d7d;
    border: 0;
    border-radius: 0;
}
.btn-primary {
    color: #ffffff;
    background-color: #7d7d7d;
    border: 0;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
	background-color: #009246;
	background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    background-color: #7d7d7d;
    border: 0;
    border-radius: 0;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: 0;
	color: #fff;
	background-color: #009246;
}
.btn-danger {
    color: #ffffff;
    background-color: #7d7d7d;
    border: 0;
    border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: 0;
	color: #ffffff;
    background-color: #009246;
}
.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-cart {
    background-color: #fff;
    border: 0;
    color: #009246;
}
.rating {
    display:none;
}
.tab-content>.active {
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
}
.product-info {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.price {
    color: #7d7d7d;
    font-size: 32px;
    font-weight: 600;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: auto;
	margin: 10px 0;
    padding: 5px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
    .product-list .product-thumb {display: flex;margin-bottom: 10px;padding-bottom: 5px;min-height: 165px;}
    .product-list .product-thumb .image {width: 30%;margin: auto;}
    .product-list .product-thumb .caption {width: 70%;margin: auto;}
}
.product-thumb h4 {
	font-weight: bold;
	font-size: 18px;
	min-height: 50px;
}
.product-list .product-thumb h4 {
    min-height: 30px;
}
.product-thumb .caption {
	padding: 10px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 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;
}
.text-center {
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f5f5f5;
}
.product-info #product .text-center {
    margin-bottom: 10px;
}
label {
    margin-bottom: 0;
}
.product-thumb .caption .radio-inline, .product-info #product .radio-inline {
    display: inline-block;
    width: 25%;
}
.radio-inline {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.radio-inline label {
    display: block;
    width: 100%;
}
.radio-inline input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}
.radio-inline input {
    display: none;
}
.radio-inline input + span{
    color: #009246;
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 5px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    display: block;
}
.product-info #product .radio-inline input + span {
	font-size: 16px;
	color: #009246;
}
.radio-inline input:checked + span, .product-info #product .radio-inline input:checked + span {
    background-color: #7d7d7d;
    color: #fff;
    font-weight: 600;
}
.product-thumb .price {
    width: 50%;
    text-align: center;
    border: 2px solid;
    min-height: 50px;
    font-size: 24px;
    padding-top: 5px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;}
	.radio-inline input + span {font-size: 8px;}
}
@media (max-width: 992px) {
    .radio-inline input + span {font-size: 14px;}
    .product-info #product .radio-inline input + span {font-size: 8px;}
    .plus {padding: 0 7px;}
    .minus {padding: 0 9px;}
    .logo {padding: 17px;}
    #logo img {width: 60%;}
    #cart-total {right: 8px;}
    .product-list .product-thumb {display: flex;margin-bottom: 10px;padding-bottom: 5px;}
    .product-list .product-thumb .image {width: 20%;margin: auto;}
    .product-list .product-thumb .caption {width: 80%;margin: auto;}
}
@media (max-width: 767px) {
    .product-info #product .radio-inline input + span {font-size: 14px;}
    #cart .dropdown-menu {width: 100vw;}
    .product-list .product-thumb .button-group {border-left: none;}
    #cart-total {right: 35px;}
    #logo img {width: 30%;}
    .logo {padding: 7.5px;}
    .call, .user {padding: 7px;}
    .cart {border-right: 0; padding: 6px 0;}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;}
	.product-list .product-thumb {display: flex;margin-bottom: 10px;padding-bottom: 5px;}
    .product-list .product-thumb .image {width: 20%;margin: auto;}
    .product-list .product-thumb .caption {width: 80%;margin: auto;}
}
@media (max-width: 478px) {
    .product-info #product .radio-inline input + span {font-size: 12px;}
    #cart-total {right: 15px;}
    #logo img {width: 40%;}
    .product-list .product-thumb .image {width: 25%;margin: auto;}
    .product-list .product-thumb h4 {font-size: 16px;min-height: 20px;}
    .product-list .product-thumb .caption p {font-size: 12px;min-height: 20px;}
    .product-list .product-thumb .caption .price_cat {font-size: 16px;vertical-align: middle;
    padding: 5px 0;}
    .product-list .product-thumb .caption .buy {padding: 5px 0;}
    .product-list .product-thumb .caption {width: 75%;margin: auto;}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.name_option_weight {
    display:block;
    font-size: 12px;
    background: #fff;
    color: #009246;
    margin-bottom: 10px;
}
.option_price {
    font-size: 16px;
}
.price_cat {
    width: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #7d7d7d;
}
.buy {
    float: right;
    width: 50%;
    background: #7d7d7d;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}
.buy:hover {
    background: #009246;
}
.text-center {
    background: #fff;
}
.table>tbody>tr>td {
    vertical-align: inherit;
}
.flex {
    display: flex;
    margin-bottom: 15px;
}
.nav-tabs>li>a {
    border-radius: 0px;
}
.radio-name {
    background: #e5e5e5;
    padding: 5px;
}
.button-cart {
    padding: 10px 5px;
    background: #7d7d7d;
}
.button-cart:hover {
    background: #009246;
}
.button-cart a {
    color: #fff;
}
.h1-and-btn-group {
    display: flex;
    justify-content: space-between;
}
.btn-group-mobile {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0;
}
.h1 {
    float:left;
    margin-top: 15px;
}
.btn-sort {
    background-color: #f0f0f0;
}
.btn-sort i {
    color: #444;
    font-size: 20px;
}
.btn-sort.active, .btn-sort.active i {
    color: #7d7d7d;
}
.product-thumb .caption p {
    min-height: 60px;
}
.product-list .product-thumb .caption p {
    min-height: 15px;
}
.swiper-container {
    padding: 0;
}
.swiper-featured {
    background: #f0f0f0!important;
    border: 0!important;
    box-shadow: none!important;
}
@media (min-width: 768px) and (max-width: 992px) {
    .name_option_weight {
    font-size: 10px;
}
.option_price {
    font-size: 12px;
}
}