@font-face {
	font-family: 'GothamPro';
	src: url('../font/GothamPro-Medium.ttf');
	font-display: swap;
}
@font-face {
	font-family: 'GothamPro';
	font-weight: 700;
	src: url('../font/GothamPro-Bold.ttf');
	font-display: swap;
}
@font-face {
	font-family: 'GothamPro';
	font-weight: 300;
	src: url('../font/GothamPro-Light.ttf');
	font-display: swap;
}
html {
	font-size: 14px;
}
body {
    font-family: GothamPro, Arial, sans-serif;
	line-height: 1.5;
	background: #f1f1f1;
}
@media (max-width: 991px) {
	html {
		font-size: 13px;
	}
}
a {
	color: #45b172;
}
a:hover {
	color: #45b172;
	text-decoration: none;	
}
a:focus {
    outline: none;
}
h1,
.h1 {
	margin: 15px 0;
	padding: 0 0 16px;
	font-size: 1.88rem;
	position: relative;
}
h2,
.h2 {
	margin: 15px 0;
	padding: 0 0 16px;
	font-size: 20px;
}
@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 20px;
		padding: 0;
	}
	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;
}

/* Header
-----------------------------------------------------------------------------*/
.domains-content {
	max-width: 800px;
}
.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 .phone {
	display: block;
	font-size: 25px;
	color: #000;
	text-align: center;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.domains {
		display: flex;
	}
}
.domains a {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	margin-right: 10px;
	color: #333;
}
.top-bar {
	background: #292929;
	color: #fff;
}
.top-bar a {
	color: #fff;
}
.top-bar .nav-link {
	padding: 5px 20px;
}
.top-bar .nav-link:hover {
	color: #ffa800;
}
.top-bar .city {
	padding: 5px 0;
}
.top-bar .city a {
	color: #ffa800;
}
.top-bar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991px) {
	.top {
		flex-direction: column;
		align-items: start;
	}
	.top .region,
	.top .shipping {
		margin-top: 10px;
	}
}
.header {
	box-shadow: 0 2px 0 #ffa800;
	background: #fff;
	margin-bottom: 2px;
}
.header .top .navbar {
	padding: 8px 0;
}
.header .top .navbar .nav-item:last-child a.nav-link {
	display: none;
}
.header .top .navbar a.nav-link {
	color: #666;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 15px;
}
.header .top .navbar a:hover {
	text-decoration: underline;
}
.header .head {
	padding: 15px 0;
}
.header .logo img {
	margin-right: 20px;
}
.header .order-info {
	line-height: 1.2;
	font-size: 12px;
	background: #f1f1f1;
	padding: 5px 10px;
	border-radius: 2px;
	width: 100%;
}
.header-items {
	margin: 10px 0 20px;
}
.header-items .item {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.header-items .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.header-items .img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.header-items .phone .img {
	background-image: url('../image/phone.png');
}
.header-items .cart .img {
	background-image: url('../image/cart.png');
}
@media (max-width: 991px) {
	.header .head {
		padding: 0;
	}
	.header-items {
		margin: 10px 0 10px;
	}
	.header-items .item {
		margin-left: 20px;
	}
	.header-items .img {
		width: 20px;
		height: 20px;
		background-size: cover;
	}
	.header-items .title {
		font-size: 14px;
	}
}
.search {
	background: #fff;
	padding: 15px 0;
	box-shadow: 0 20px 15px #00000014;
	margin-bottom: 20px;
}
.search .form-control {
	background: #fff;
	position: relative;
	border: 1px solid #dedede;
	border-radius: 0;
}
.search .form-control:focus {
	border-color: #ffa800;
	box-shadow: none;
}
.search .btn {
	color: #ffa800;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
@media (max-width: 767px) {
	.search .form-control {
		margin-top: 5px;
	}
}
.navbar-dark {
	border-top: 3px solid #45b172;
	background-color: #f6f6f6;
	padding: 10px 10px 8px;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffa800;
}
.navbar-dark .navbar-nav .nav-link {
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
}
.navbar-dark .navbar-nav .nav-link.active {
	font-weight: bold;
	color: #45b172;
}
.navbar-dark .dropdown-menu {
	width: 400px;
	border: none;
	border-radius: 0;
	box-shadow: 0 4px 3px #00000082;
	padding: 10px;
	background: #ffffff;
	top: 24px;
	border-left: 3px solid #45b172;
}
.navbar-dark .dropdown-menu a:hover {
	color: #ffa800;
}
.navbar-dark .dropdown-menu a {
	color: #333;
	font-size: 12px;
	line-height: 1;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #33333317;
}
.navbar-dark .dropdown-menu .col-sm-6 {
	position: relative;
}
.navbar-dark .dropdown-menu .col-sm-6:first-child:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: #ffffff3d;
	top: 0;
	right: 0;
}
.navbar-dark .level-1:last-child .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-dark .level-1:last-child .dropdown-menu-2 {
	right: 100%;
}

@media (max-width: 991px) {
	.navbar-dark .dropdown-menu {
		width: auto;
	}
}
@media (min-width: 768px) {
	.navbar-dark .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.navbar-dark .level-2 {
		position: relative;
	}
	.navbar-dark .level-2 i {
		position: absolute;
		right: 0;
		opacity: 0.5;
		font-size: 15px;
		top: 2px;
	}
	.navbar-dark .level-2:hover > .dropdown-menu {
		display: block;
	}
	.navbar-dark .level-2 .dropdown-menu-2 {
		box-shadow: 0 4px 3px #00000082;
		padding: 10px;
		background: #f6f6f6;
		border-color: #FFA800;
		position: absolute;
		top: 0;
		width: 246px;
		left: 100%;
		border-radius: 2px;
	}
	.navbar-dark .level-2 .dropdown-menu-2--big {
		width: 400px;
	}
}
.welcome {
	border-radius: 8px;
	padding: 40px;
	border: 2px solid #e5e5e5;
	background: #fff;
}
.main-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	justify-content: center;
}
.main-items > div {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.main-items .item {
	background: #072421;
	height: 100%;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-items .item:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent, #000000ed);
	height: 50%;
	width: 100%;
	border-radius: 0 0 5px 5px;
	transition: all 0.3s ease-in-out;
}
.main-items .item:hover:before {
	background: linear-gradient(transparent, #000);
	height: 100%;
}
.main-items .item .title {
	line-height: 1;
	position: relative;
	z-index: 1;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url('data:image/svg+xml,<svg width="24" height="14" viewBox="0 0 24 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9393 13.0607C11.5251 13.6464 12.4749 13.6464 13.0607 13.0607L22.6066 3.51473C23.1924 2.92895 23.1924 1.9792 22.6066 1.39341C22.0208 0.807625 21.0711 0.807624 20.4853 1.39341L12 9.87868L3.51473 1.39339C2.92895 0.807599 1.9792 0.807597 1.39341 1.39338C0.807624 1.97917 0.807623 2.92892 1.39341 3.5147L10.9393 13.0607ZM10.5 11L10.5 12L13.5 12L13.5 11L10.5 11Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	text-align: center;
	top: calc(100% - 120px);
	transition: all 0.4s ease-in-out;
}
.main-items .item:hover .title {
	top: 15px;
	background-image: none;
}
.main-items .item .title:hover {
	text-decoration: underline;
	text-shadow: 0 1px 3px #000;
}
.main-items > div:nth-child(1) .item {
	background-image: url('../image/home/1.png');
}
.main-items > div:nth-child(2) .item {
	background-image: url('../image/home/2.png');
}
.main-items > div:nth-child(3) .item {
	background-image: url('../image/home/3.png');
}
.main-items > div:nth-child(4) .item {
	background-image: url('../image/home/4.png');
}
.main-items > div:nth-child(5) .item {
	background-image: url('../image/home/5.png');
}
.main-items > div:nth-child(6) .item {
	background-image: url('../image/home/6.png');
}
.main-items > div:nth-child(7) .item {
	background-image: url('../image/home/7.png');
}
.main-items > div:nth-child(8) .item {
	background-image: url('../image/home/8.png');
}
.main-items > div:nth-child(9) .item {
	background-image: url('../image/home/9.png');
}
.main-items .list {
	position: relative;
	top: -20px;
	opacity: 0;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.main-items .item:hover .list {
	opacity: 1;
	overflow: visible;
	top: 0;
}
.main-items .list a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
.main-items .list a:hover {
	text-decoration: underline;
}
@media (max-width: 991px) {
	.main-items .item {
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.main-items > div {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.main-items > div {
		width: 100%;
	}
	.main-items .item:before {
		background: linear-gradient(transparent, #000);
		height: 100%;
	}
	.main-items .item .title {
		top: 15px;
		padding-bottom: 0;
		font-size: 20px;
		background-image: none;
	}
	.main-items .item .list {
		opacity: 1;
		overflow: visible;
		top: 0;
	}
}
.comments {
	background: #fff;
	padding: 30px;
	margin-top: 20px;
}
.comments .text {
	font-weight: 300;
}
.review > div {
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 3px #00000021;
	margin-bottom: 15px;
}
.review .author {
	color: #45b172;
	margin-bottom: 10px;
}
.information-item {
	border-radius: 8px;
	padding: 20px;
	border: 2px solid #e5e5e5;
	background: #fff;
	margin-bottom: 15px;
}
.information-item .title {
	margin-top: 15px;
	display: block;
}
.breadcrumb {
    background: transparent;
	padding: 0;
	font-size: 12px;
	color: #666;
	margin: 0 0 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "→";
	vertical-align: bottom;
}
.breadcrumb-item a {
	color: #9e9e9e;
}
/* Box
-----------------------------------------------------------------------------*/
.box {}
.box-header {
	font-size: 20px;
	margin-bottom: 20px;
}
.main-block {
	padding: 20px;
	background: #fff;
	box-shadow: 0 4px 3px #00000021;
}
@media (max-width: 991px) {
	.main-block {
		padding: 10px;
	}
}

/* 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 i {
	font-weight: bold;
	margin-top: -2px;
}
.sort-limit a {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin-right: 10px;
}
.sort-limit a.selected {
	color: #45b172;
}
@media (max-width: 767px) {
	.sort-limit {
		padding: 0;
	}
	.sort-limit a {
		font-size: 13px;
		margin-right: 5px;
	}
}
.bottom-categories {
	display: flex;
	padding: 10px 10px 0;
	flex-wrap: wrap;
	background: #f1f1f1;
	border-radius: 2px;
}
.bottom-categories a {
	line-height: 1;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
	background: #FFA800;
	padding: 5px 10px 5px 10px;
	color: #fff;
	box-shadow: 0 4px 3px #00000021;
	border-radius: 2px;
}
.bottom-categories a:hover {
	text-decoration: underline;
}
.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;
}
.main-tops {
	background: #fff;
	padding: 30px 0 10px;
	box-shadow: 0 4px 3px #00000003;
	margin-bottom: 30px;
}
.main-tops .items {
	display: flex;
	flex-wrap: wrap;
}
.main-tops .item img {
	width: 60px;
}
.main-tops .item {
	width: 20%;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.main-tops .item .title {
	margin-left: 15px;
	line-height: 1.2;
	font-size: 12px;
}
.main-tops--vertical {
	margin: 0;
	box-shadow: none;
}
.main-tops--vertical .item {
	flex-direction: column;
}
.main-tops--vertical .item .title {
	margin-left: 0;
	margin-top: 10px;
	text-align: center;
}
@media (max-width: 991px) {
	.main-tops .item {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.main-tops .item {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.main-tops .item {
		width: 100%;
		margin-bottom: 10px;
	}
}
.filter {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px #0000001f;
	border: none;
	margin-bottom: 20px;
	padding: 20px;
}
.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 #ffa800;
}
.filter .min {
	float: left;
	font-weight: bold;
	margin-top: -36px;
}
.filter .max {
	float: right;
	font-weight: bold;
	margin-top: -36px;
}
.filter .ui-slider-range {
	background-color: #ffa800;
}
.filter .btn-group {
	border-top: 1px solid #e2e2e2;
}
.filter-body {
	padding: 10px 20px 20px;
}
.filter-title {
	margin: 0 -15px;
	padding: 10px 30px 12px 15px;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	border-top: 1px solid #e2e2e2;
	cursor: pointer;
	position: relative;
}
.filter-title:first-child {
	border: none;
}
.filter-title:after {
	font-family: FontAwesome, sans-serif;
	content: "\f106";
	position: absolute;
	right: 15px;
	top: 0.8rem;
}
.filter-title:first-child:after {
	display: none;
}
.filter-title.collapsed:after {
	content: "\f107";
}
.filter-box > div {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.filter .btn-group {
	width: 100%;
}
@media (max-width: 767px) {
	.filter {
		width: 80%;
		position: fixed;
		background: #fff;
		top: 0;
		min-height: 100vh;
		box-shadow: 1px 0 6px #00000082;
		left: 0;
		z-index: 100;
		overflow: scroll;
	}

	.filter.collapse {
		left: -100%;
		display: none !important;
	}
}
.product-items > div > div {
	padding-right: 5px;
	padding-left: 5px;
}
.product-items > div {
	margin-right: -5px;
	margin-left: -5px;
	padding-bottom: 20px;
}
.product-cart {
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 3px #00000021;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}
.product-cart:hover {
	box-shadow: 0 4px 3px #00000021;
}
.product-cart .quick {
	color: #666;
	font-size: 11px;
}
.product-cart .icons {
	font-size: 12px;
	justify-content: space-between;
}
.product-cart .icons a {
	font-weight: 300;
	color: #666;
}
.product-cart .icons a:hover {
	color: #45b172;
}
.product-cart .wishlist {
	display: block;
	position: absolute;
	right: 17px;
    font-size: 20px;
	cursor: pointer;
}
.product-cart .image img {
	margin-left: auto;
    margin-right: auto;
}
.product-cart .info {
	display: flex;
	height: 100%;
}
.product-cart .name a {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	color: #000;
	text-align: center;
	display: block;
	margin: 15px 0;
}
.product-cart .price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 10px;
}
.product-cart .price .text {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}
.product-cart .price .price-old {
	text-decoration: line-through;
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	color: #7e7e83;
}
.product-cart .price .price-new {

}
.product-cart .counter {
	width: 100px;
}
.product-cart .tags {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.product-cart .tags span {
	display: inline-block;
	padding: 2px 10px;
	opacity: 0.8;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	border-radius: 3px;
	line-height: 1;
}
.product-cart .tags .new {
	background: #33ab65;
}
.product-cart .tags .hit {
	background: #e60f1a;
}
.product-cart .tags .sale {
	background: #ffa800;
}
.all-attributes {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #333;
}
.line {
	margin-top: 3px;
	position: relative;
	clear: both;
	margin-bottom: 5px !important;
}
.line:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #f5f5f5;
	display: block;
	position: absolute;
	top: 11px;
}
.line:after {
	content: '';
	display: block;
	clear: both;
}
.line > * {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #f5f5f5;
}
.line .text {
	padding-right: 10px;
	color: #737973;
}
.line .value {
	float: right;
	padding-left: 10px;
	max-width: 50%;
}
.product-cart .attributes {
    text-align: center;
    font-size: 12px;
    color: #454;
    margin-bottom: 20px;
}
.product-cart .stock {
	font-size: 12px;
	margin: 5px 0;
}
.product-cart .stock.in-stock {
	color: #31a743;
}
.product-cart .stock.not-in-stock {
	color: #e34c5d;
}
@media (max-width: 575px) {
	.product-cart {
		padding: 10px;
	}
	.product-cart .btn {
		width: 100%;
	}
	.product-cart .name a {
		font-size: 12px;
		margin: 10px 0;
	}
}

/* Product info 
-----------------------------------------------------------------------------*/
.product-info {
	overflow: hidden;
    margin-bottom: 30px;
}
.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 .attributes {
	background: #f5f5f5;
	padding: 15px;
}
.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-old {
	color: #7e7e83;
	font-size: 14px;
	text-decoration: line-through;
}
.product-info .price-new {
	font-size: 21px;
}
.product-warning {
	margin-bottom: 30px;
	border-radius: 4px;
	background: #ffcfbd;
	box-shadow: 0 1px 10px #00000054;
	align-items: center;
	text-transform: uppercase;
}
.product-warning div {
	padding: 5px;
}
.product-warning i {
	padding: 40px;
	background: #ffa800;
	border-radius: 4px 0 0 4px;
	margin-right: 20px;
	color: #fff;
	font-size: 30px;
}
@media (max-width: 767px) {
	.product-warning i {
		padding: 20px;
	}
	.product-warning {
		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;
}
.tops {
	border-radius: 2px;
	padding: 10px;
	border: 2px solid #e5e5e5;
	background: #fff;
	margin-bottom: 20px;
}
.tops .h2 {
	font-size: 18px;
	margin: 0;
	text-align: center;
}
.tops .item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.tops .item span {
	background: #f6f0e8;
	font-size: 16px;
	border-radius: 2px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 9px;
	line-height: 30px;
}
.tops .item div {
	flex-basis: 80%;
}

/* Tabs
-----------------------------------------------------------------------------*/
.nav-tabs {
	border: none;
	justify-content: center;
}
.nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-link {
	padding: 10px 0;
	font-size: 12px;
	color: #666;
	font-weight: 500;
	margin-right: 15px;
	text-transform: uppercase;
	border: none;
	border-right: 1px solid #d0d0d0;
	padding-right: 15px;
	border-radius: 0;
}
.nav-tabs .nav-link:last-child {
	border: none !important;
}
.nav-tabs .nav-link:hover {
	border: none;
	color: #000;
	border-right: 1px solid #45b172;
}
.nav-tabs .nav-link.active {
	color: #ffa800;
	border: none;
	border-right: 1px solid #ffa800;
	background: none;
	border-radius: 0;
}
.tab-pane {
	margin-top: 15px;
}
.tab-pane.not-bg {
	background: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.nav-tabs .nav-link {
		font-size: 12px;
		padding: 5px 10px;
		margin: 0;
	}
}
/* 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: #ffa800;
	border-color: #ffa800;
	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-radius: 0;
}
.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: 20px 10px;
	background: #fff;
	height: 42px;
	border: 1px solid #dedede;
}
.counter .input-group-prepend .btn:hover,
.counter .input-group-append .btn:hover {
	background: transparent;
}
.counter .form-control {
	background: transparent;
	border: none;
	padding: 20px 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;
	border-radius: 100%;
}
.radio input[type='radio']:checked,
.checkbox input[type='checkbox']:checked {
	border-color: #45b172;
}
.radio input[type='radio']:checked:after,
.checkbox input[type='checkbox']:checked:after {
	content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10.5,14.7928932 L17.1464466,8.14644661 C17.3417088,7.95118446 17.6582912,7.95118446 17.8535534,8.14644661 C18.0488155,8.34170876 18.0488155,8.65829124 17.8535534,8.85355339 L10.8535534,15.8535534 C10.6582912,16.0488155 10.3417088,16.0488155 10.1464466,15.8535534 L7.14644661,12.8535534 C6.95118446,12.6582912 6.95118446,12.3417088 7.14644661,12.1464466 C7.34170876,11.9511845 7.65829124,11.9511845 7.85355339,12.1464466 L10.5,14.7928932 Z"/></svg>');
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0;
	top: 0;
}
span.error {
	margin-top: 10px;
	color: #ff0000;
}
span.stock {
	color: #ff0000;
}
span.wait {
	display: block;
	float: left;
	margin: 8px 10px;
}
/* Fancybox */
.fancybox-content {
	max-width: 660px;
}
@media (max-width: 767px) {
	.fancybox-content {
		padding: 15px;
	}
}

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

}
.form label {
    text-align: left;
    font-weight: normal;
}
.form-control {
	border: 1px solid #dedede;
	border-radius: 0;
}
input[type="checkbox"] {
	vertical-align: middle;	
}
.btn {
	font-size: 13px;
	font-weight: 500;
	border-radius: 0;
}
.btn.btn-primary {
	background-color: #45b172;
	border: none;
}
.btn.btn-primary:active,
.btn.btn-primary:hover {
	background-color: #2f7e51 !important;
}
.btn.btn-lg {
	font-size: 14px;
	padding: 8px 20px;
}
.btn.btn-bordered {
	background: #ffa800;
	color: #fff;
}
/* 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: 30px 0;
	position: relative;
	background: url('../image/footer.jpg') no-repeat 50% 50%;
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
	background-size: cover;
	color: #fff;
}
.footer .nav-link {
	color: #fff;
	padding: 5px 0;
}
.footer .nav-link:hover {
	text-decoration: underline;
}
.footer .title {
	font-size: 22px;
}
.footer .text {
	opacity: 0.8;
}
.bottom {
	padding: 20px 0;
	background: #333;
	color: #fff;
	font-size: 11px;
}
.bottom a {
	color: #a0a0a0;
	font-size: 12px;
	text-decoration: underline;
}
.bottom a:hover {
	text-decoration: none;
	color: #fff;
}
.bottom .links {
	text-align: right;
}
.bottom .links a {
	color: #fff;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.footer .title {
		font-size: 18px;
	}
}

/* Checkout */
.checkout .name {
	margin-bottom: 15px;
	min-height: 47px;
}
.checkout .total {
	margin-top: 10px;
}
.category > ul {
	list-style: none;
	padding: 0;
}
.category li {
	position: relative;
}
.category a {
	display: block;
	position: relative;
	color: #222;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.category li:hover > a,
.category li.sfHover > a {
	color: #45b172;
}
.category ul ul a {
	color: #444;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
}
.category ul ul {
	list-style: none;
	display: none;
	padding: 0 0 0 15px;
}
.category .active > ul {
	display: block;
}
.category .active > a {
	font-weight: bold;
	color: #45b172;
}
.category a.sf-with-ul {
	padding-right: 2.25em;
}
.category a.sf-with-ul:after {
	font-family: FontAwesome, sans-serif;
	content: "\f105";
	position: absolute;
	display: block;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.category .collapsible .plus {
	position: absolute;
	font-size: 20px;
	right: 0;
	top: 2px;
	line-height: 1;
	z-index: 1;
	padding: 5px;
	cursor: pointer;
}
.category ul ul .collapsible .plus {
	top: -4px;
}
.category .collapsible .plus:before {
	content: '+';
}
.category .active.collapsible > .plus:before {
	content: '-';
}
.category .active.collapsible > .plus {
	right: 3px;
}
@media (max-width: 767px) {
	.category li:hover > ul,
	.category li.sfHover > ul {
		left: 0;
		position: static;
	}
	.category ul ul > li {
		padding-left: 30px;
	}
}
.fa {
	width: 15px;
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	position: relative;
	margin-top: -3px;
}
.fa path {
	fill: #333;
}
.fa-heart-o {
	background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 533.333 533.334" style="enable-background:new 0 0 533.333 533.334;" xml:space="preserve"><g><path fill="rgb(255, 168, 0, 1)" d="M533.333,186.54c0,44.98-19.385,85.432-50.256,113.46h0.256L316.667,466.667C300,483.333,283.333,500,266.667,500 c-16.667,0-33.333-16.667-50-33.333L50,300h0.255C19.384,271.972,0,231.52,0,186.54C0,101.926,68.593,33.333,153.206,33.333 c44.98,0,85.432,19.384,113.46,50.255c28.028-30.871,68.48-50.255,113.46-50.255C464.74,33.333,533.333,101.926,533.333,186.54z"/></g></svg>');
}
.fa-bar-chart {
	background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 525.153 525.153" style="enable-background:new 0 0 525.153 525.153;" xml:space="preserve"><g><path fill="rgb(255, 168, 0, 1)" d="M196.932,525.153H328.22V0H196.932V525.153z M0,525.153h131.288V262.576H0V525.153z M393.864,164.11v361.042h131.288	V164.11H393.864z"/></g></svg>');
}
.fa-angle-down {
	background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;"	 xml:space="preserve"><g><path fill="rgb(49 167 67)" d="M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441		L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082		c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647		c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z"/></g></svg>');
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -60px;
}
.slideshow .slick-arrow.slick-next {
	right: -60px;
	left: auto;
}
.slideshow .slick-slider {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.slideshow .slick-arrow {
		left: 10px;
		z-index: 1;
	}
	.slideshow .slick-arrow.slick-next{
		right: 10px;
	}
}
.home-tops .item {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	background: #fff;
	font-weight: 400;
	border-radius: 5px;
	border-left: 10px solid #FFA905;
	height: 100%;
}
.home-tops .item svg {
	width: 65px;
	margin-right: 17px;
}
@media (max-width: 1199px) {
	.home-tops .item svg {
		width: 50px;
	}
	.home-tops .item {
		font-size: 16px;
	}
}
.product-options {
	display: flex;
	justify-content: space-around;
	margin: 15px 0;
}
.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: #ffa800;
}
.product-options .item.selected {
	border-color: #45b172;
}
.product-options .item-title {
	position: absolute;
	background: #ffa800;
	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;
}