@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
body {
    font-size: 14px;
    font-family: Montserrat, Arial, sans-serif;
	line-height: 1.5;
	background: #f6f0e8;
}
@media (max-width: 575px) {
	body {
	}
}
a {
	color: #6a9536;
}
a:hover {
	color: #6a9536;
	text-decoration: none;	
}
a:focus {
    outline: none;
}
h1,
.h1 {
	margin: 15px 0;
	padding: 0 0 16px;
	font-size: 1.88rem;
	position: relative;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
}
h1:after {
	left: 0;
	bottom: 0;
	height: 2px;
	width: 20px;
	content: '';
	position: absolute;
	background-color: #6a9536;
}
h2,
.h2 {
	margin: 15px 0;
	padding: 0 0 16px;
	font-size: 20px;
	position: relative;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
}
h2:after,
.h2:after {
	left: 0;
	bottom: 0;
	height: 2px;
	width: 20px;
	content: '';
	position: absolute;
	background-color: #6a9536;
}
.h3 {
	font-size: 16px;
}
@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 20px;
	}
	h1,
	.h1 {
		font-size: 18px;
	}
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
img {
	border: none;
	vertical-align: bottom;
}
.clear {
	clear: both;
}

/* JavaScript */
.ui-widget {
    font-size: inherit;
    font-family: inherit;
}
.ui-state-active {
	background: #6a9536 !important;
	border-color: #6a9536 !important;
}

/* Header
-----------------------------------------------------------------------------*/
.mobile {
	width: 80%;
	position: fixed;
	background: #fff;
	top: 0;
	min-height: 100vh;
	box-shadow: 1px 0 6px #00000082;
	left: 0;
	z-index: 100;
	overflow: scroll;
}
.mobile.collapse {
	left: -100%;
	display: none;
}
.mobile {
	width: 80%;
	position: fixed;
	background: #fff;
	top: 0;
	min-height: 100vh;
	box-shadow: 1px 0 6px #00000082;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.mobile.collapse {
	left: -100%;
	display: none;
}
.mobile .phone {
	display: block;
	font-size: 25px;
	color: #000;
	text-align: center;
	margin-top: 30px;
}
/* Mobile */
@media(max-width: 767px) {
	.menu-burger {
		position: relative;
		width: 30px;
		height: 25px;
		top: 10px;
		display: inline-block;
		margin-bottom: 20px;
	}
	.menu-burger span,
	.menu-burger:after,
	.menu-burger:before {
		height: 3px;
		width: 100%;
		position: absolute;
		background: #515758;
		left: 0;
		margin: 0 auto;
		transition: 0.4s;
	}
	.menu-burger span {
		top: 11px;
	}
	.menu-burger:after,
	.menu-burger:before {
		content: '';
	}
	.menu-burger:after {
		bottom: 5px;
	}
	.menu-burger:before {
		top: 5px;
	}
	.menu-burger:not(.collapsed) span {
		opacity: 0;
	}
	.menu-burger:not(.collapsed):before {
		transform: rotate(38deg);
		top: 9px;
	}
	.menu-burger:not(.collapsed):after {
		transform: rotate(-38deg);
		bottom: 13px;
	}
}
.domains-content {
	max-width: 800px;
}
@media (min-width: 768px) {
	.domains {
		display: flex;
	}
}
.domains a {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	margin-right: 10px;
	color: #333;
}
.top {
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top .region {
	font-size: 12px;
	font-weight: 500;
	margin-right: 20px;
	color: #666;
}
.top .shipping {
	font-size: 10px;
	color: #6a9536;
	font-weight: 500;
}
@media (max-width: 991px) {
	.top {
		align-items: center;
		justify-content: space-between;
	}
	.top .region,
	.top .shipping {
		margin-top: 0;
	}
	.header .top .navbar {
		display: none;
	}
}
header.header {
	box-shadow: 0 2px 0 #ff7f50;
	background: #fff;
	margin-bottom: 2px;
}
.header .top .navbar {
	padding: 2px 0;
}
.header .top .navbar a.nav-link {
	color: #666;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 6px;
}
.header .top .navbar a:hover {
	text-decoration: underline;
}
.header .head {
	padding: 20px 0;
}
.header .logo {
	line-height: 1;
}
.header .logo img {
	margin-right: 5px;
}
.header .logo .description {
	color: #3A190D;
	font-size: 10px;
	font-weight: 500;
}
.header .logo .text {
	color: #ff7f50;
	font-size: 26px;
	line-height: 0.8;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 3px;
}
@media (max-width: 991px) {
	.header .logo .text {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.header .head {
		padding: 15px 0;
	}
}
@media (max-width: 575px) {
	.header .logo img {
		margin-right: 10px;
		width: 40px;
	}
	.header .logo .text {
		font-size: 14px;
	}
	.header .logo .description {
		font-size: 9px;
	}
}
.header .guarantee {
	color: #777;
	font-size: 13px;
	font-weight: 500;
	margin-right: 30px;
}
.header .phone {
	display: flex;
	color: #222;
	font-size: 13px;
	font-weight: 500;
	align-items: center;
	margin-right: 40px;
}
.header .phone i {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 100px;
	pointer-events: none;
	background-color: #f6f0e8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .time {
	display: flex;
	color: #222;
	font-size: 11px;
	font-weight: 500;
	align-items: center;
	margin-right: 40px;
}
.header .time i {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 100px;
	pointer-events: none;
	background-color: #f6f0e8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}
.search .form-control {
	border: none;
	position: relative;
	border-bottom: 2px solid #dedede;
	border-radius: 0;
}
.search .form-control:focus {
	border-color: #ff7f50;
	box-shadow: none;
}
.search .btn {
	color: #ff7f50;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
@media (max-width: 767px) {
	.search {
		padding: 0;
	}
	.search .compare {
		margin: 5px 0 10px;
	}
}
.navbar-dark {
	background: #6a9536;
	padding: 0 10px 0;
}
.navbar-dark .navbar-nav {
	align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	max-width: 190px;
	text-align: center;
	white-space: normal;
}
.navbar-dark .navbar-nav .nav-link.active {
	font-weight: bold;
	color: #ffb79d;
	text-shadow: 0 1px #00000070;
}
.navbar-dark .dropdown-menu {
	width: 400px;
	border: none;
	border-radius: 0 0 4px 4px;
	background: #fff;
	box-shadow: 0 1px 10px #00000073;
	padding: 10px;
}
.navbar-dark .dropdown-menu.dropdown-menu-3 {
	width: 600px;
}
.navbar-dark .dropdown-toggle::after {
	display: none;
}
.navbar-dark .nav-item:nth-child(6) .dropdown-menu,
.navbar-dark .nav-item:nth-child(7) .dropdown-menu,
.navbar-dark .nav-item:nth-child(8) .dropdown-menu {
	right: 0;
	left: auto;
}

.navbar-dark .dropdown-menu a:hover {
	color: #6a9536;
}
.navbar-dark .dropdown-menu a {
	color: #444;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
}
@media (max-width: 991px) {
	.navbar-dark .dropdown-menu {
		width: auto;
	}
	.navbar-dark {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-dark .dropdown:hover .dropdown-menu {
		display: block;
	}
}
.welcome {
	border-radius: 8px;
	padding: 40px;
	border: 2px solid #e5e5e5;
	background: #fff;
}
@media (max-width: 767px) {
	.welcome {
		padding: 15px;
	}
	.welcome img {
		max-width: 100% !important;
		height: auto !important;
		margin: 10px 0 !important;
		float: none !important;
		display: block;
	}
}
.main-categories .item {
	border-radius: 8px;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background-color: #f6f0e8;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.main-categories .item:before {
	top: 10px;
	left: 20px;
	right: 20px;
	bottom: -10px;
	content: '';
	z-index: -1;
	border-radius: 8px;
	position: absolute;
	background-color: rgba(242, 232, 219, 0.25);
}
.main-categories .item .h1 {
	font-size: 22px;
}
.main-categories .item .links a {
	display: block;
	color: #444;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.main-categories .item .links a:hover {
	color: #6a9536;
	text-decoration: underline;
}
.main-categories .item .more {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #6a9536;
	padding: 15px 20px;
	width: 100%;
	display: block;
	border-radius: 2px;
	margin-top: 20px;
	transition: all 0.2s;
}
.main-categories .item .more:hover {
	background: #628932;
}
@media (max-width: 991px) {
	.main-categories .item {
		padding: 15px;
	}
	.main-categories .item .h1 {
		font-size: 20px;
	}
}
.slideshow .slick-slide img {
	border-radius: 2px;
	border: 1px solid #C7EE99;
}
.slideshow .slick-prev,
.slideshow .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border-radius: 100%;
	left: -25px;
	background: #fff;
	box-shadow: 0 1px 10px #00000087;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	font-size: 42px;
	font-family: monospace;
	z-index: 1;
	cursor: pointer;
}
.slideshow .slick-next {
	left: auto;
	right: -25px;
}
.slideshow .slick-prev path,
.slideshow .slick-next path {
	fill: #ff7f50 !important;
}

@media (max-width: 767px) {
	.slideshow .slick-prev,
	.slideshow .slick-next {
		display: none !important;
	}
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb {
    background: transparent;
	padding: 0;
	font-size: 14px;
	color: #666;
}
.breadcrumb-item + .breadcrumb-item::before {
	font-family: FontAwesome, sans-serif;
	content: "\f105";
	vertical-align: bottom;
}
.breadcrumb-item a {
	color: #000;
}
/* Box
-----------------------------------------------------------------------------*/
.box {}
.box-header {
	font-size: 20px;
	margin-bottom: 20px;
}
.home {
	background: #f6f0e8;
	box-shadow: 0 20px 15px #00000014 inset;
	padding: 30px 0;
}
.contact-items {
	margin-bottom: 30px;
	font-size: 12px;
}
.contact-items .icon {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 26px;
	color: #fff;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	background-color: #6a9536;
}

/* Category
-----------------------------------------------------------------------------*/
.category-info {
	overflow: hidden;
}
.category-info .image {
	padding-right: 10px;
	float: left;
}
.sort-limit {
	padding: 15px 0;
	background: #ffffff;
	margin: 0 0 15px;
	border-radius: 2px;
}
.sort-limit span {
	margin-right: 20px;
	font-weight: bold;
}
.sort-limit a {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin-right: 10px;
}
.sort-limit a.selected {
	color: #6a9536;
}
.sort-limit .link i {
	width: 15px;
	height: 15px;
	margin-right: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	background-color: #6a9536;
}
@media (max-width: 767px) {
	.sort-limit {
		padding: 10px;
	}
}
.mobile-categories {
	padding: 15px 0;
}
.mobile-categories .slick-slide {
	margin-left: 10px;
	padding: 5px 0;
}
.mobile-categories .slick-slide .link {
	box-shadow: none;
	background: #f2f2f2;
}
.top-links {
	margin-bottom: 15px;
}
.top-links .link {
	color: #4a4a4a;
	display: inline-block;
	background: #ffffff;
	font-size: 12px;
	border-radius: 50px;
	padding: 6px 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	box-shadow: 0 1px 10px #0000001f;
	padding-left: 25px;
	position: relative;
}
.top-links .link:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #6a9536;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 10px;
}
.top-links .link:hover {
	color: #6a9536;
}
.category-banner {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px #0000001f;
	overflow: hidden;
	display: block;
}
/* Category list
-----------------------------------------------------------------------------*/
.category-list {
	padding: 20px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px #0000001f;
}
.category-item {
	display: inline-block;
	margin-right: 20px;
	width: 20%;
	font-size: 14px;
	margin-bottom: 10px;
}
.tops {
	border-radius: 8px;
	padding: 20px;
	border: 2px solid #e5e5e5;
	background: #fff;
	margin-bottom: 20px;
}
.tops .item {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.tops .item span {
	background: #f6f0e8;
	font-size: 22px;
	border-radius: 100%;
	text-align: center;
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 20px;
	line-height: 50px;
}
.tops .item div {
	flex-basis: 80%;
}
.new-tops {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.new-tops > .item {
	display: flex;
	margin: 20px 0;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	flex-basis: calc((100% / 4) - 10px);
}
.new-tops.new-tops--small > .item {
	font-size: 12px;
}
.new-tops > .item img {
	margin-right: 20px;
}
.new-tops.new-tops--small > .item img {
	width: 50px;
	margin-right: 10px;
}
@media (max-width: 1199px) {
	.new-tops > .item {
		flex-basis: calc((100% / 2) - 10px);
	}
}
@media (max-width: 767px) {
	.new-tops > .item {
		flex-basis: calc((100% / 1) - 10px);
	}
}

/* Filter
-----------------------------------------------------------------------------*/
.filter {
	border-radius: 4px;
	background: #f6f0e8;
	border: 2px solid #628932;
	margin: 30px 0;
}
.filter-main-title {
	position: absolute;
	background: #628932;
	padding: 3px 10px;
	border-radius: 30px;
	top: -15px;
	font-size: 14px;
	color: #fff;
	left: 10px;
	text-align: center;
	right: 10px;
}
@media (max-width: 767px) {
	.filter-main-title {
		display: none;
	}
}
.filter.collapse {
	display: block;
}
.filter .slider {
	margin: 12px;
	background: #f3f3f3;
	border: none;
	height: 5px;
	margin-top: 35px;
	border-radius: 2px;
}
.filter .ui-slider-handle {
	background: #fff;
	outline: none;
	top: -6px;
	border-radius: 100%;
	cursor: pointer;
	border: 2px solid #ff7f50;
}
.filter .min {
	float: left;
	font-weight: bold;
	margin-top: -30px;
}
.filter .max {
	float: right;
	font-weight: bold;
	margin-top: -30px;
}
.filter .ui-slider-range {
	background-color: #ff7f50;
}
.filter .btn-group {
	border-top: 1px solid #e2e2e2;
}
.filter-body {
	padding: 10px 15px 20px;
}
.filter-title {
	margin: 0 -15px;
	padding: 10px 30px 12px 15px;
	line-height: 1.2;
	color: #222;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.filter-show-all {
	cursor: pointer;
	color: #6a9536;
	font-weight: 500;
}
.filter-box {
	margin-bottom: 15px;
}
.filter-title:first-child {
	border: none;
}
.filter-title:first-child:after {
	display: none;
}
.filter-title.collapsed:after {
	content: "\f107";
}
.filter-box.filter-box--scroll {
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 20px;
}
.filter-box > div {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.filter .btn-group {
	width: 100%;
}
@media (max-width: 767px) {
	.filter {
		width: 80%;
		position: fixed;
		background: #fff;
		top: -30px;
		min-height: 100vh;
		box-shadow: 1px 0 6px #00000082;
		left: 0;
		z-index: 100;
		overflow: scroll;
		bottom: 0;
	}

	.filter.collapse {
		left: -100%;
		display: none;
	}
}

/* Box products
-----------------------------------------------------------------------------*/
.product-list {
}
.product-list > div > div {
	padding-right: 10px;
	padding-left: 10px;
}
.product-list > div {
	margin-right: -10px;
	margin-left: -10px;
	padding-bottom: 30px;
}
@media (max-width: 575px) {
	.product-list > div > div {
		padding-right: 5px;
		padding-left: 5px;
	}
	.product-list > div {
		margin-right: -5px;
		margin-left: -5px;
		padding-bottom: 20px;
	}
}
.product-item {
	padding: 20px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px #0000001f;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.product-item .icons {
	font-size: 12px;
	margin-bottom: 10px;
	justify-content: space-between;
}
.product-item .icons a {
	color: #666;
}
.product-item .icons a:hover {
	color: #6a9536;
}
.product-item .tags {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.product-item .tags span {
	display: inline-block;
	padding: 4px 10px 5px;
	opacity: 0.8;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	border-radius: 3px;
	line-height: 1;
}
.product-item .tags .new {
	background-image: url("data:image/svg+xml,%3Csvg width='134' height='27' viewBox='0 0 134 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H132.122C132.923 0 133.398 0.893978 132.952 1.55824L125.292 12.9418C125.065 13.2793 125.065 13.7207 125.292 14.0582L132.952 25.4418C133.398 26.106 132.923 27 132.122 27H0V0Z' fill='%2304A995'/%3E%3C/svg%3E%0A");
}
.product-item .tags .hit {
	background-image: url("data:image/svg+xml,%3Csvg width='159' height='27' viewBox='0 0 159 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H157.205C158.006 0 158.482 0.893978 158.035 1.55824L150.376 12.9418C150.149 13.2793 150.149 13.7207 150.376 14.0582L158.035 25.4418C158.482 26.106 158.006 27 157.205 27H0V0Z' fill='%23E07A55'/%3E%3C/svg%3E%0A");
}
.product-item .tags .sale {
	background-image: url("data:image/svg+xml,%3Csvg width='109' height='27' viewBox='0 0 109 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H107.122C107.922 0 108.398 0.893978 107.952 1.55824L100.292 12.9418C100.065 13.2793 100.065 13.7207 100.292 14.0582L107.952 25.4418C108.398 26.106 107.922 27 107.122 27H0V0Z' fill='%2356C114'/%3E%3C/svg%3E%0A");
}
.product-item .wishlist {
	display: block;
	position: absolute;
	right: 17px;
    font-size: 20px;
	cursor: pointer;
}
.product-item .image img {
	margin-left: auto;
    margin-right: auto;
}
.product-item .info {
	display: flex;
	height: 100%;
}
.product-item .name a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: #ff7f50;
	text-align: center;
	display: block;
	margin: 15px 0;
}
.product-item .shipping {
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	background: #f2f2f1;
	margin-bottom: 5px;
	border-radius: 2px;
}
.product-item .price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 10px;
}
.product-item .price .text {
	color: #666;
	font-weight: normal;
	font-size: 14px;
}
.product-item .price .price-old {
	text-decoration: line-through;
	font-weight: normal;
	display: inline-block;
	height: 15px;
	font-size: 15px;
	color: #9e9e9e;
}
.product-item .price .price-new {
	color: #ff0000;	
}
.product-item .counter {
	width: 100px;
}
.all-attributes {
	font-weight: bold;
	font-size: 14px;
}
.line {
	margin-top: 3px;
	position: relative;
	clear: both;
	margin-bottom: 5px !important;
}
.line:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #cecece;
	display: block;
	position: absolute;
	top: 15px;
}
.line:after {
	content: '';
	display: block;
	clear: both;
}
.line > * {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #f6f0e8;
}
.line .text {
	padding-right: 10px;
	color: #737973;
}
.line .value {
	float: right;
	padding-left: 10px;
	max-width: 50%;
}
.product-item .attributes {
    text-align: center;
    font-size: 12px;
    color: #454;
    margin-bottom: 20px;
}
.product-item .stock {
	margin: 10px 0 20px;
}
.product-item .stock.in-stock {
	color: #31a743;
}
.product-item .stock.not-in-stock {
	color: #e34c5d;
}
@media (max-width: 575px) {
	.product-item .stock {
		margin: 0;
	}
	.product-item .icons a {

	}
	.product-item .icons a i {
		display: none;
	}
	.product-item {
		padding: 10px;
	}
	.product-item .btn {
		width: 100%;
	}
	.product-item .name a {
		font-size: 14px;
		margin: 10px 0;
	}
}

/* Product info 
-----------------------------------------------------------------------------*/
.product-info {
	overflow: hidden;
    margin-bottom: 30px;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px #0000001f;
}
.product-info .icon {
    position: absolute;
    right: 0;
}
.product-info .icon img {
    display: block;
    margin-bottom: 5px;
}
.product-info .image {
	background: #fff;
}
@media (min-width: 768px) {
	.product-info .image {
		/*max-width: 470px;*/
	}
}
.product-info .slider-for img {
	margin: 20px auto;
}
.product-info .slider-nav {
	padding: 20px 50px;
}
.product-info .slider-nav .slick-slide {
	border: 2px solid #dfdfdf;
	border-radius: 4px;
	margin: 0 20px;
	padding: 5px;
	text-align: center;
}
.product-info .slider-nav .slick-slide.slick-current {
	border-color: #1a89e7;
}
.product-info .slider-nav .slick-prev,
.product-info .slider-nav .slick-next {
	font-size: 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	border: none;
	left: 15px;
	cursor: pointer;
	background: transparent;
	margin-top: -12px;
	width: 30px;
	height: 30px;
	-webkit-appearance: none;
	outline: none;
}
.product-info .slider-nav .slick-next {
	left: auto;
	right: 15px;
}
.product-info .slider-nav .slick-prev:before,
.product-info .slider-nav .slick-next:before {
	color: #000;
	cursor: pointer;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
}
.product-info .slider-nav .slick-prev:before {
	content: "\f053";
}.product-info .slider-nav .slick-next:before {
	content: "\f054";
}
.product-info .slider-nav .slick-slide img {
	display: inline-block;
	max-width: 100%;
}
.product-info .info {
    margin-top: 15px;
	background-color: #f6f0e8;
	padding: 20px;
	border-radius: 2px;
}
.product-info .info > div {
    margin-bottom: 15px;
}
.product-info .info > div:last-child {
    margin-bottom: 0;
}
.product-info .info > div > span:first-child {
    color: #737973;
}
.product-info .stock {
	margin: 10px 0 20px;
	font-weight: 700;
}
.product-info .stock.in-stock {
	color: #31a743;
}
.product-info .stock.not-in-stock {
	color: #e34c5d;
}
.product-info .input-group {
    float: left;
    margin-right: 4px;
}
.product-info .price {
	color: #333;
	font-size: 21px;
	font-weight: 700;
}
.product-info .price-new {
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
}
.product-info .price-old {
	font-size: 15px;
	color: #9e9e9e;
	text-decoration: line-through;
}
.product-info .shipping {
	text-align: center;
	font-size: 12px;
	display: flex;
	background: #f2f2f1;
	margin-top: 15px;
	align-items: center;
	border-radius: 2px;
}
.product-info .shipping i {
	padding: 7px 17px;
	background: #ff7f50;
	border-radius: 4px 0 0 4px;
	margin-right: 20px;
	color: #fff;
	font-size: 30px;
}
.product-warning {
	margin-bottom: 30px;
	border-radius: 5px;
	background: #6A9536;
	box-shadow: 0px 0px 10px rgba(0, 0, 84, 0.25);
	align-items: center;
	color: #fff;
	text-transform: uppercase;
}
.product-warning div {
	padding: 15px 10px;
	font-size: 13px;
}
@media (max-width: 767px) {
	.product-warning .img svg {
		width: 70px;
	}
	.product-warning div {
		padding: 10px;
		font-size: 10px;
	}
}
.product-label {
	display: block;
}
.table-attribute {}
.table-compare {}
.table-compare th {
	font-weight: bold;
	background: #eeeeee;
	text-align: left;
}
.table-compare td {
    text-align: center;
}
.table-compare tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.table-compare .price-old {
	font-weight: bold;
	color: #ff0000;
	text-decoration: line-through;
}
.table-compare .price-new {
	font-weight: bold;
}

/* Tabs
-----------------------------------------------------------------------------*/
.nav-tabs {

}
.nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-link {
	padding: 10px 0;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin-right: 20px;
}
.nav-tabs .nav-link.active {
	border: none;
	border-bottom: 2px solid #6a9536;
	color: #6a9536;
	background: none;
}
.tab-pane {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px #0000001f;
	margin-top: 15px;
}
.tab-pane.not-bg {
	background: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.nav-tabs .nav-link {
		font-size: 14px;
		margin-right: 5px;
	}
}
/* Pagination 
-----------------------------------------------------------------------------*/
.paginate {
	margin-bottom: 20px;
}
.paginate .results {
	margin-top: 7px;
	color: #666;
}
.paginate .pagination {
    margin: 0;
}
.paginate .page-item .page-link {
	color: #666;
	padding: 10px 13px 8px;
}
.paginate .page-item.active .page-link {
	background: #ff7f50;
	border-color: #ff7f50;
	color: #fff;
}
@media (max-width: 767px) {
    .paginate > div {
        text-align: center;
        margin: 0 0 15px;
    }
}

/* Buttons & Errors & Information
-----------------------------------------------------------------------------*/
a:not([href]):not([tabindex]) {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.counter {
	width: 140px;
	border: 1px solid #dedede;
	border-radius: 2px;
}
.counter .btn {
	border: none;
	background: transparent;
}
.counter .input-group-prepend,
.counter .input-group-append {
	width: 30%;
}
.counter .input-group-prepend .btn,
.counter .input-group-append .btn {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 0;
	padding: 22px 10px;
	background: #fff;
}
.counter .input-group-prepend .btn:hover,
.counter .input-group-append .btn:hover {
	background: transparent;
}
.counter .form-control {
	background: #fff;
	border: none;
	padding: 22px 10px;
}
.counter .form-control:focus {
	box-shadow: none;
	border-color: transparent;
}
.radio,
.checkbox {
	padding-left: 35px;
	position: relative;
}
.radio label,
.checkbox label {
	cursor: pointer;
	margin: 0;
}
.radio label span,
.checkbox label span {
	position: relative;
	top: -0.1rem;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
	cursor: pointer;
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
	border: 1px solid #ced4da;
	outline: none;
}
.radio input[type='radio']:checked,
.checkbox input[type='checkbox']:checked {
	border-color: #6a9536;
}
.radio input[type='radio']:checked:after,
.checkbox input[type='checkbox']:checked:after {
	content: '\f00c';
	font-family: FontAwesome, sans-serif;
	display: block;
	color: #6a9536;
	position: absolute;
	left: 5px;
	top: 1px;
}
.radio-box label {
	border: 1px solid #D2D7E4;
	border-radius: 5px;
	background: #fff;
	padding: 18px 12px 18px 40px;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.radio-box label:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 10px;
	border: 1px solid #D2D7E4;
}
.radio-box label:hover {
	border-color: #6a9536;
}
.radio-box input:checked + label {
	border-color: #6a9536;
}
.radio-box input:checked + label:before {
	background: #6a9536;
	border-color: #6a9536;
}
.radio-box label:last-child {
	margin-bottom: 0;
}
.radio-box input {
	display: none;
}
span.error {
	margin-top: 10px;
	color: #ff0000;
}
span.stock {
	color: #ff0000;
}
span.wait {
	display: block;
	float: left;
	margin: 8px 10px;
}
/* Fancybox */
.fancybox-content {

}
@media (max-width: 767px) {
	.fancybox-content {
		padding: 15px;
	}
}

/* Form elements
-----------------------------------------------------------------------------*/
.form {

}
.form label {
    text-align: left;
    font-weight: normal;
}
.form-control {

}
input[type="checkbox"] {
	vertical-align: middle;	
}
.btn {
	font-size: 13px;
	font-weight: 500;
	border-radius: 2px;
}
.btn.btn-primary {
	background-color: #6a9536;
	box-shadow: 0 10px 7px -7px rgba(106, 149, 54, 0.7);
	border: none;
}
.btn.btn-primary:active,
.btn.btn-primary:hover {
	background-color: #628932 !important;
	box-shadow: inherit !important;
}
.btn.btn-lg {
	font-size: 14px;
	padding: 12px 10px;
}
.btn.btn-bordered {
	background: #ff7f50;
	color: #fff;
}
.btn.btn-text {
	font-size: 16px;
}
.btn.btn-text:hover {
	background: #ff7f50 !important;
}
/* Customer
-----------------------------------------------------------------------------*/
.order-list {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}
.list {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.list td {
	padding: 10px;
	border: 1px solid #e9e9e9;	
}
.list thead td {
	font-weight: bold;
	background: #eeeeee;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 0 0 30px;
	position: relative;
	background-color: #59432f;
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
}
.footer .navbar {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
}
.footer .navbar a.nav-link {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 15px 10px;
}
.footer .navbar .justify-content-end {
	justify-content: start !important;
}
.footer .title {
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer .text {
	color: #a0a0a0;
}
.footer .phone {
	color: #a0a0a0;
	font-size: 18px;
}
.footer .email {
	color: #a0a0a0;
	text-decoration: underline;
	display: block;
}
.footer .btn {
	margin-top: 20px;
	box-shadow: none;
	font-weight: 700;
}
.footer .btn:hover {
	color: #fff;
}
.footer .bottom {
	padding-top: 20px;
	margin-top: 15px;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.1);
}
.footer .bottom a {
	color: #a0a0a0;
	font-size: 12px;
	text-decoration: underline;
}
.footer .bottom .links {
	text-align: right;
	font-size: 12px;
	color: #fff;
}
.footer .bottom .links a {
	color: #fff;
	margin-left: 20px;
}
.footer .bottom .links a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.footer .navbar {
		display: none;
	}
	.footer .phone {
		font-size: 14px;
	}
	.footer .bottom .links {
		text-align: left;
		margin-top: 20px;
	}
	.footer .bottom .links a {
		margin-right: 20px;
		margin-left: 0;
	}
}
.article img {
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	max-height: 350px;
	display: block;
	max-width: 100%;
}
.product-options {
	display: flex;
	justify-content: space-around;
}
.product-options .item {
	border: 2px solid #dedede;
	border-radius: 2px;
	padding: 15px 10px 15px;
	position: relative;
	min-width: 150px;
	text-align: center;
	color: inherit;
}
.product-options a.item:hover {
	border-color: #ff7f50;
}
.product-options .item.selected {
	border-color: #6a9536;
}
.product-options .item-title {
	position: absolute;
	background: #ff7f50;
	padding: 3px 10px;
	border-radius: 30px;
	top: -15px;
	font-size: 12px;
	color: #fff;
	left: 10px;
	text-align: center;
	right: 10px;
}
.product-options .item-text {
	font-size: 18px;
}