@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
body {
	font-family: Poppins, Helvetica, "Liberation Sans", Arial, sans-serif;
	font-weight: 400;
	color: #333333;
	background: #ffffff;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	margin-top: 15px;
}
.fa, .fa-solid {
	font-size: 14px;
}
h1 {
	font-size: 37px;
	margin-top: 0;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14.2px;
}
ul {
	margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: #222222;
}
a:focus, a:hover {
	color: #222222;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
legend {
	font-size: 18px;
	padding: 7px 0;
	border-bottom: 2px solid #eeeeee;
}
label {
	font-size: 14px;
	font-weight: 400;
}
input[type=color].form-control, input[type=date].form-control, input[type=datetime-local].form-control, input[type=datetime].form-control, input[type=email].form-control, input[type=month].form-control, input[type=number].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=time].form-control, input[type=url].form-control, input[type=week].form-control, select.form-control, textarea.form-control {
	font-size: 14px;
	border: 2px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
}
textarea.form-control {
	height: unset;
}
.input-group.date button.btn.btn-default, .input-group.datetime button.btn.btn-default, .input-group.time button.btn.btn-default {
	border: 2px solid #eeeeee;
	font-size: 16px;
	border-left: none;
	height: 40px;
}
.input-group.date input, .input-group.datetime input, .input-group.time input {
	border-right: none;
}
.img-thumbnail {
	border: none;
	border-radius: 0;
}
hr {
	border-top: 2px solid #f2f2f2;
}
.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
	display: inline;
	float: right;
	padding-left: 5px;
}
.nav-tabs .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.tab-content {
	padding: 0;
}
.tab-content > .tab-pane {
	border: 1px solid #eeeeee;
	border-width: 0 2px 2px 2px;
	padding: 15px;
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: "* ";
	color: red;
	font-weight: 700;
}

.dropdown-menu {
	border: none;
	-webkit-box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25) !important;
	box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25) !important;
	border-radius: 0;
}
.nav-link {
	transition: none;
}
.see-all {
	text-decoration: none;
}
#product {
	margin-top: 10px;
}
@media screen and (max-width: 420px) {
	#product-product .col-xs-6.col-sm-3 {
		width: 100%;
	}
}

.accordion-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion-item, .accordion-item .accordion-button {
	border-radius: 0;
}
.accordion-item, .accordion-item:not(:first-of-type) {
	border: 2px solid #eee;
}
.accordion-item > .accordion-header + .accordion-collapse > .accordion-body {
	border-top-color: #f5f5f5;
}
.accordion-item + .accordion-item {
	margin-top: 5px;
}
.accordion-header, .accordion-button, .accordion-button:not(.collapsed) {
	background-color: #f5f5f5;
}
.accordion-header {
	margin-top: 0;
}
.accordion-button {
	padding: 10px 15px;
}
.accordion-button, .accordion-button:not(.collapsed) {
	color: unset;
	box-shadow: none;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#top {
	background: #f4f4f4;
	padding: 0;
	margin: 0;
	min-height: 36px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
#top .container {
	padding: 0 20px;
}
#top .nav {
	padding-top: 6px;
}
#top .nav > .list-inline > .list-inline-item {
	color: #777777;
	background: 0 0;
	text-decoration: none;
	font-weight: 400;
}
#top .nav > .list-inline > .list-inline-item a {
	color: inherit;
}
#top .nav > .list-inline > .list-inline-item a:hover {
	color: #222222;
}
@media (max-width: 991px) {
	#top .nav > .list-inline > .list-inline-item span.d-none.d-md-inline {
		display: none !important;
	}
}
#top .dropdown-toggle > img[src*="catalog/language/"] {
	vertical-align: baseline;
}
#top .dropdown-menu {
	background: #ffffff;
}
#top .dropdown-menu .dropdown-item {
	text-decoration: none;
	font-weight: 400;
	text-shadow: none;
	text-align: left;
	color: #777777;
	font-size: 13px;
	padding: 6px 16px;
}
#top .dropdown-menu .dropdown-item:hover {
	text-shadow: none;
	text-decoration: none;
	color: #222222;
}
#top .dropdown-menu .dropdown-item:active, #top .dropdown-menu .dropdown-item:focus {
	background: #cccccc;
}
#form-currency .dropdown-toggle strong {
	font-size: 14px;
	line-height: 14px;
}
@media (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
	.carousel {
		margin-left: 16px;
		margin-right: 16px;
	}
}
header {
	padding-top: 30px;
	padding-bottom: 10px;
	background: #ffffff;
}
header > .container > .row {
	flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
	header > .container > .row > div {
		padding: 0;
	}
}
@media (max-width: 991px) {
	header > .container > .row {
		margin-left: 0;
		margin-right: 0;
	}
}
header > .container > .row > div:first-of-type {
	width: 50%;
	order: 2;
}
@media (max-width: 767px) {
	header > .container > .row > div:first-of-type {
		width: 100% !important;
	}
}
header > .container > .row > div:nth-of-type(2) {
	width: 25%;
	order: 1;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	header > .container > .row > div:nth-of-type(2) {
		width: 100% !important;
	}
}
header > .container > .row > div:nth-of-type(3) {
	width: 25%;
	order: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	header > .container > .row > div:nth-of-type(3) {
		width: 100% !important;
	}
}
#logo a {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	header .container > .row {
		display: block !important;
	}
	header .container > .row .col-sm-3, header .container > .row .col-sm-4, header .container > .row .col-sm-5 {
		width: 100% !important;
	}
}
#logo {
	margin: 0 0 15px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
#logo a {
	font-weight: 700;
	font-size: 50px;
	color: #222222;
}
#logo a:hover {
	color: #000000;
}
#search {
	margin-bottom: 15px;
	width: 100%;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: 2px solid #eeeeee;
	box-shadow: none;
	border-right: none;
	border-radius: 0;
	background: #ffffff;
}
#search .btn-lg {
	color: #222222;
	font-size: 15px;
	line-height: 16px;
	padding: 10px 15px;
	text-shadow: none;
	box-shadow: none;
	background: #ffffff;
	border: 2px solid #eeeeee;
	border-left: none;
}
#product-search #content .product-layout.product-list .product-thumb div:last-child {
	width: 100%;
}
#product-search #content .row > .col-md-3.col-sm-6 a#compare-total, #product-search #content .row > .col-md-4.col-xs-6 .form-group.input-group.input-group-sm {
	display: none;
}
#product-search #content .row > .col-md-3.col-xs-6 {
	float: right;
	display: flex;
	justify-content: flex-end;
}
#product-product .product-thumb.transition button:nth-child(1) {
	width: unset;
}
#header-cart > div.dropdown {
	margin-bottom: 15px;
}
#header-cart > div.dropdown > button {
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	background: 0 0;
	border: none;
	text-shadow: none;
	box-shadow: none;
	width: unset;
}
#header-cart > div.dropdown > button:hover {
	color: #000000;
}
#header-cart > div.dropdown > button.show {
	background-image: none;
	color: #222222;
}
#header-cart > div.dropdown > button.show:hover {
	color: #000000;
}
#header-cart > div.dropdown > button > .fa {
	font-size: 22px;
}
#header-cart > div.dropdown > .dropdown-menu {
	z-index: 1001;
	min-width: 350px;
	background: #ffffff;
	box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0;
}
@media (max-width: 575px) {
	#header-cart > div.dropdown > .dropdown-menu {
		width: unset !important;
		min-width: calc(100vw - 32px);
		left: -8px !important;
	}
}
#header-cart > div.dropdown > .dropdown-menu p.text-end {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
#header-cart > div.dropdown > .dropdown-menu p.text-end a {
	text-align: center !important;
}
#header-cart > div.dropdown > .dropdown-menu p.text-end a:first-child {
	width: 100%;
	border: 2px solid #333333;
	color: #333333;
	background: #ffffff;
	padding: 6px 12px;
	transition: all 0.2s;
}
#header-cart > div.dropdown > .dropdown-menu p.text-end a:first-child:hover {
	background: #ffffff;
	color: #f68872;
	border: 2px solid #f68872;
}
#header-cart > div.dropdown > .dropdown-menu p.text-end a:last-child {
	width: 100%;
	border: 2px solid #222222;
	background: #222222;
	color: #ffffff;
	padding: 6px 12px;
	transition: all 0.2s;
}
#header-cart > div.dropdown > .dropdown-menu p.text-end a:last-child:hover {
	background: #f68872;
	color: #ffffff;
	border: 2px solid #f68872;
}
#header-cart > div.dropdown > .dropdown-menu li > p {
	margin: 4px 0 20px;
}
#shopping-cart .input-group {
	flex-wrap: nowrap;
}
@media (max-width: 767px) {
	#cart {
		float: none;
		text-align: center;
		display: block;
	}
	#cart > .btn {
		float: none;
		padding: 0;
	}
	#logo {
		text-align: center;
	}
	#logo img {
		display: inline-block;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		min-width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #ffffff;
}
#cart .dropdown-menu .table > tbody > tr > td {
	border-top: none;
}
ul.dropdown-menu.pull-right .table-bordered {
	border: none;
}
ul.dropdown-menu.pull-right .table-bordered > tbody > tr > td {
	border-bottom: 2px solid #f2f2f2;
	border-right: none;
	border-left: none;
	border-top: none;
}
ul.dropdown-menu.pull-right .table-bordered > tbody > tr:last-child td {
	border-bottom: none;
}
.table-bordered > tbody > tr:last-child td {
	border-bottom: none;
}
.table-hover > tbody > tr:hover {
	background-color: #fafafa;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 2px solid #eeeeee;
}
.bg-primary {
	background-color: unset !important;
}

#menu {
	background: #ffffff;
	line-height: 20px;
	border-top: 2px solid #f2f2f2;
	border-bottom: 0;
	letter-spacing: 0.03em;
	padding-top: 7px;
	border-radius: 0;
}
#menu .navbar-toggler {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 6px 18px;
	float: right;
	background-color: #222222;
	border-radius: 0;
}
#menu .navbar-toggler.disabled, #menu .navbar-toggler:active, #menu .navbar-toggler:hover, #menu .navbar-toggler[disabled] {
	color: #ffffff;
	background-color: #f68872;
}
#menu .navbar-collapse {
	padding: 0;
}
#menu .navbar-nav > .nav-item > .nav-link {
	color: #222222;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding: 15px;
}
#menu .navbar-nav > .nav-item:hover > .nav-link, #menu .navbar-nav > .nav-item > .nav-link.show {
	background-color: #fff;
	color: #f68872;
}
#menu .dropdown-menu .nav-link, #menu .dropdown-menu .see-all {
	min-width: 220px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #777777;
	font-size: 12px;
}
#menu .dropdown-menu .nav-link:hover, #menu .dropdown-menu .see-all:hover {
	color: #222222;
	background: #e9ecef;
}
@media (min-width: 768px) and (max-width: 991px) {
	#menu .dropdown-inner .list-unstyled {
		float: left;
	}
}
@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#menu .navbar-nav {
		margin: 0 auto;
	}
}
.nav-tabs > li.active {
	margin-bottom: -2px;
}
.nav-tabs {
	border-bottom: 2px solid #eeeeee;
	font-weight: 700;
}
.nav-tabs .nav-link {
	border-width: 2px;
}
.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus {
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-color: #eee #eee #fff;
}
#menu .dropdown-toggle:after {
	font-size: 11px;
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 15px;
	right: 2px;
}
#menu .dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

#product-category #content > .row:first-of-type > .col-sm-10, #product-category #content > .row:first-of-type > .col-sm-2 {
	display: none;
}
#product-category #content h3:first-of-type {
	display: none;
}
#product-category #content h3:first-of-type + .row > .col-sm-3 {
	display: none;
}


#display-control {
	justify-content: space-between;
}
#display-control > .col-md-3:first-of-type:not(.col-6), #display-control > .col-lg-3:first-of-type:not(.col-6) {
	display: none;
}
#display-control > .col-md-1.d-none.d-md-block, #display-control > .col-lg-1.d-none.d-lg-block {
	display: flex !important;
}
@media (max-width: 991px) {
	#display-control > .col-md-1.d-none.d-md-block, #display-control > .col-lg-1.d-none.d-lg-block {
		width: unset;
	}
}
#display-control > .col-md-1.d-none.d-md-block #button-list, #display-control > .col-md-1.d-none.d-md-block #button-grid, #display-control > .col-lg-1.d-none.d-lg-block #button-list, #display-control > .col-lg-1.d-none.d-lg-block #button-grid {
	color: #333333;
	background-color: #ffffff;
}
#display-control > .col-md-1.d-none.d-md-block #button-list:hover, #display-control > .col-md-1.d-none.d-md-block #button-grid:hover, #display-control > .col-lg-1.d-none.d-lg-block #button-list:hover, #display-control > .col-lg-1.d-none.d-lg-block #button-grid:hover {
	color: #f68872;
}
#display-control > .col-md-1.d-none.d-md-block #button-list .fa-solid, #display-control > .col-md-1.d-none.d-md-block #button-grid .fa-solid, #display-control > .col-lg-1.d-none.d-lg-block #button-list .fa-solid, #display-control > .col-lg-1.d-none.d-lg-block #button-grid .fa-solid {
	font-size: 18px;
}
#display-control > .col-md-3.col-6:last-of-type, #display-control > .col-lg-3.col-6:last-of-type {
	display: none;
}
#display-control .input-group-text {
	background: 0 0;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #555;
}
#input-limit, #input-sort {
	border-width: 2px;
	font-size: 15px;
	border: none;
}
.input-group-text {
	background: 0 0;
	border: none;
	font-size: 15px;
	font-weight: 700;
}
select#input-sort:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select#input-limit {
	width: auto;
}
select#input-limit:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#product-category .col-sm-9 .row > .col-md-3.col-sm-6, #product-category .col-sm-9 .row > .col-md-3.col-xs-6 {
	display: none;
}
#product-category .col-sm-9 .row > .col-md-4.col-xs-6 {
	float: right;
	display: flex;
	justify-content: flex-end;
}
#product-category .col-sm-9 h2 {
	margin-top: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
}
.col-sm-4 .btn-group {
	margin-bottom: 10px;
}
#product-info #content button[formaction$="account/wishlist|add"], #product-info #content button[formaction$="product/compare|add"] {
	border-radius: 30px !important;
	margin-right: 5px;
	padding: 9px 11px;
	color: #333333;
	border: 2px solid #333333;
	transition: all 0.2s;
	background: #fff;
}
#product-info #content button[formaction$="account/wishlist|add"]:hover, #product-info #content button[formaction$="product/compare|add"]:hover {
	color: #f68872;
	border-color: #f68872;
}
.col-sm-4 .btn-group button:nth-child(1), .col-sm-4 .btn-group button:nth-child(2) {
	border-radius: 30px !important;
	margin-right: 5px;
	padding: 9px 11px;
}
@media screen and (max-width: 767px) {
	.product-grid .product-thumb .button-group, .product-thumb.transition .button-group {
		opacity: 1 !important;
		position: unset !important;
		border: 2px solid;
	}
	.product-thumb .button-group button:first-child .hidden-xs {
		display: unset !important;
	}
	.product-thumb.transition button:nth-child(1) {
		width: 45%;
	}
}
@media screen and (max-width: 1200px) {
	.product-thumb .button-group button:first-child .hidden-md, .product-thumb .button-group button:first-child .hidden-sm, .product-thumb .button-group button:first-child .hidden-xs {
		display: unset !important;
	}
	.product-thumb.transition button:nth-child(1) {
		width: auto;
	}
	.product-grid .product-thumb .button-group button:first-child .hidden-md, .product-grid .product-thumb .button-group button:first-child .hidden-sm, .product-grid .product-thumb .button-group button:first-child .hidden-xs {
		display: unset !important;
	}
	.product-grid .product-thumb.transition button:nth-child(1) {
		width: 45% !important;
	}
}
.product-list .product-thumb .button-group {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	position: relative;
	width: 100%;
}
.product-list .product-thumb:hover .button-group {
	bottom: 0;
}
.product-list .product-thumb .button-group {
	opacity: 1;
	bottom: 0;
	position: relative;
	width: 100%;
}
.product-list .product-thumb button:nth-child(1) {
	padding: 6px 12px;
	background: #ffffff;
	border-color: #333333;
	color: #333333;
	margin-right: auto;
}
.product-list .product-thumb button:focus:nth-child(1) {
	outline: 0;
}
.product-list .product-thumb button:nth-child(1):hover {
	background: #ffffff !important;
	border-color: #f68872 !important;
	color: #f68872 !important;
}
.product-list .product-thumb:hover button:nth-child(1) {
	background: 0 0;
	margin-right: auto;
}
.product-list .product-thumb button:nth-child(2) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
	background: #ffffff;
	border-color: #333333;
	color: #333333;
}
.product-list .product-thumb button:nth-child(2):hover {
	background: #ffffff !important;
	border-color: #f68872 !important;
	color: #f68872 !important;
}
.product-list .product-thumb:hover button:nth-child(3) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
}
.product-list .product-thumb:hover button:nth-child(3):hover {
	background: #ffffff !important;
	border-color: #f68872 !important;
	color: #f68872 !important;
}
.product-list .product-thumb button:nth-child(3) {
	background: #ffffff;
	border-color: #333333;
	color: #333333;
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
}
.product-grid .product-thumb button:nth-child(1) {
	line-height: 38px;
	margin-right: auto;
	color: #222222;
}
.product-grid .product-thumb button:focus:nth-child(1) {
	outline: 0;
}
.product-grid .product-thumb button:nth-child(1):hover {
	color: #f68872 !important;
}
.product-grid .product-thumb:hover button:nth-child(1) {
	background: 0 0;
	color: #222222;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
	.product-grid .product-thumb:hover button:nth-child(1) .hidden-xs {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.product-grid .product-thumb button:nth-child(1) {
		width: 45%;
		text-align: left;
		margin-left: 5px;
	}
}

:not(.product-list) .product-thumb .button-group {
	justify-content: space-between;
}
:not(.product-list) .product-thumb .button-group button {
	background: none;
	padding: 8px 16px;
}
.product-grid .product-thumb button:nth-child(2) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
	color: #222222;
	background: #ffffff;
}
.product-grid .product-thumb:hover button:nth-child(3) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
	color: #222222;
}
.product-grid .product-thumb:hover button:nth-child(3):hover {
	color: #f68872;
}
.product-grid .product-thumb button:nth-child(3) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 2px solid #eeeeee;
	border-bottom-color: transparent;
	color: #222222;
}
.nav-tabs > li > a {
	border-radius: 0;
	color: #777;
}
.nav-tabs > li.active > a {
	color: #222222;
}
.nav > li > a:focus, .nav > li > a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #000000;
}
.product-thumb.transition button:nth-child(1) {
	line-height: 38px;
	background: #ffffff;
	margin-right: auto;
	text-align: left;
	margin-left: 5px;
}
.product-thumb.transition button:focus:nth-child(1) {
	outline: 0;
}
.product-thumb.transition button:nth-child(1):hover {
	color: #f68872 !important;
}
.product-thumb.transition:hover button:nth-child(1) {
	background: 0 0;
	color: #222222;
	margin-right: auto;
}
.product-thumb.transition button:nth-child(2) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
	background: #ffffff;
}
.product-thumb.transition:hover button:nth-child(3) {
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
	color: #222222;
	background: #ffffff;
}
.product-thumb.transition:hover button:nth-child(3):hover {
	color: #f68872;
	background: #ffffff;
}
.product-thumb.transition button:nth-child(3) {
	background: #ffffff;
	padding: 5px 10px;
	border-radius: 30px;
	width: auto;
}
#menu .dropdown-menu {
	padding: 10px 5px;
}
#menu .dropdown-inner ul {
	display: table-cell;
}


#menu .see-all:focus, #menu .see-all:hover {
	text-decoration: none;
	background-color: #dcdcdc;
}
#menu #category {
	float: left;
	font-size: 16px;
	line-height: 40px;
	color: #222;
	margin-left: 15px;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 2px 18px;
	float: right;
	background-color: #222222;
}
@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-nav {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	
	#menu .navbar-nav {
		margin: 0;
	}
	#menu .in {
		border-top: 1px dotted #bbb;
	}
	#menu {
		border-radius: 1px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #222;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #222;
	}
}
div#top > .container > .nav.float-end > ul.list-inline > li:first-child {
	display: none;
}
div#top > .container > .nav.float-end ul li:nth-child(4) {
	display: none;
}
#checkout-cart h1:first-child {
	margin-bottom: 15px;
}
#content {
	min-height: 600px;
}
@media (max-width: 992px) {
	.col-sm-3 .list-group {
		padding: 10px;
	}
	.col-sm-3 .list-group a {
		padding: 5px 10px;
		font-size: 11px;
	}
}
div#content.col-sm-9 .row .col-sm-3 {
	width: 100%;
}
div#content.col-sm-12 .col-sm-4 .btn-group button:last-child {
	display: none;
}
div#content.col-sm-9 .row {
	margin-bottom: 5px;
}
div#content.col-sm-9 .row ul {
	list-style: none;
	padding-left: 0;
}
div#content.col-sm-9 .row ul:not(.pagination) li a {
	color: #555555;
	margin-right: 10px;
	font-size: 12px;
	padding: 5px 12px;
}
div#content.col-sm-9 .row ul li a:hover {
	color: #000000;
}
.table-bordered {
	border: 2px solid #eeeeee;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #eeeeee;
}
footer p {
	color: #444;
	margin-bottom: 20px !important;
	font-size: 15px;
}
footer {
	margin-top: 30px;
	padding-top: 25px;
	background-color: #ffffff;
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
}
footer hr {
	border-top: none;
	border-bottom: 2px solid #eeeeee;
}
footer br {
	display: none;
}
footer p a {
	font-weight: 700;
	margin: 0 6px;
}
footer a:hover {
	color: #f68872;
	text-decoration: none;
}
footer h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #222222;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin: 0 0 30px;
	line-height: 24px;
	font-weight: 600;
}
footer li {
	margin: 10px 0;
}
footer li a {
	position: relative;
	color: #222222;
	font-size: 15px;
}
footer li a:hover {
	color: #000000;
	text-decoration: none;
}
#product-info .nav-tabs > .nav-item {
	position: relative;
	top: 1px;
}

#alert {
	z-index: 9999;
	pointer-events: initial;
}
.alert {
	padding: 8px 41px 8px 14px;
	border-radius: 0;
	border: none;
}
.alert-dismissable .btn-close, .alert-dismissible .btn-close {
	top: -7px;
	right: -2px;
	color: inherit;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	background: 0 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #fff;
	padding: 0 10px 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb > li:first-child {
	padding-left: 2px;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li a {
	color: #777;
	text-decoration: none;
}
.breadcrumb > li a:hover {
	color: #222;
}
.breadcrumb > li + li:before {
	content: "";
	padding: 0;
}
.breadcrumb > li:after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: -3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	color: #fff;
	background-color: #f68872;
	border-color: #f68872;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 16px;
	font-size: 14px;
	border: none;
	border-radius: 0;
}
.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: #333333;
	border: 2px solid #333333;
	transition: all 0.2s;
}
.btn-default:hover {
	color: #f68872;
	border-color: #f68872;
}
.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	background-color: transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn-primary {
	color: #ffffff;
	background-color: #222222;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
	transition: all 0.2s;
}
.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:hover, .btn-primary[disabled], .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.disabled:active {
	background-color: #f68872;
	color: #ffffff;
}
.btn-warning {
	line-height: 26px;
	color: #fff;
	background-color: #faa732;
	border: none;
}
.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:hover, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	line-height: 26px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
}
.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:hover, .btn-danger[disabled] {
	color: #fff;
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	line-height: 26px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
}
.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:hover, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	line-height: 26px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
}
.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #ddd;
	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: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
}
.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
	background-color: #222;
}
.list-group a {
	border: none;
	padding: 8px 12px;
	color: #555555;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000000;
	background: transparent;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}
.list-group {
	border: 2px solid #eeeeee;
	padding: 15px;
}
.carousel-caption {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
	content: "";
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: "";
	font-family: FontAwesome;
}
#carousel0 {
	margin-top: 20px;
}
#carousel0 img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: inline-block;
}
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
	.product-list .product-thumb h4 {
		white-space: unset;
	}
}
.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-thumb .description {
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .description > p {
	display: none;
}
.product-thumb .description > p.price {
	display: block;
	margin-bottom: 0;
}
.product-list .product-thumb .description {
	text-align: left;
}
.product-layout.product-list .product-thumb:last-child {
	display: flex;
	flex-direction: row;
}
@media (max-width: 500px) {
	.product-layout.product-list .product-thumb:last-child {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .description {
		min-height: 0;
		margin-left: 0;
	}
	.product-grid .product-thumb .description {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #777;
	font-size: 15px;
}
.rating .fa-star {
	color: #ff9900;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #ff9900;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #222222;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #e32c2b;
}
.product-thumb .price-old {
	color: #777;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #777;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	overflow: auto;
	visibility: visible;
	position: relative;
	width: 100%;
	bottom: 72px;
	opacity: 0;
	transition: bottom 0.5s ease 0s, opacity 0.5s;
	background: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 262px;
	margin: 5px auto 15px;
}
.product-thumb .button-group button:last-child {
	display: none;
}
.product-thumb:hover .button-group {
	transition: bottom 0.5s ease 0s, opacity 0.5s;
	bottom: 109px;
	opacity: 1;
}
.product-thumb:hover .button-group {
	visibility: visible;
}
.product-list .product-thumb .button-group {
	visibility: visible;
	max-width: 100%;
	margin-top: 15px;
}
.product-list .product-thumb .button-group button {
	border: 2px solid;
	width: unset;
}
#product-list .product-thumb .button-group button {
	padding: 8px 16px;
}
.product-list .product-thumb .description > p {
	display: block;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.product-layout.product-list .product-thumb .image {
		padding-right: 15px;
	}
}
.product-layout.product-list .product-thumb .image {
	max-width: 290px;
	min-width: 160px;
}
.product-layout.product-list .product-thumb div:nth-child(2) {
	width: 100%;
}
.product-thumb .button-group button {
	border: none;
	color: #222;
	font-weight: 700;
}
.product-thumb .button-group button:hover {
	color: #f68872;
	text-decoration: none;
	cursor: pointer;
}
.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: 0;
	display: block;
	border: none;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.thumbnail {
	padding: 0;
	border: none;
}
@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;
	}
}
@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%;
	}
}
.well {
	background-color: transparent;
	border: 2px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.well > h2 {
	margin-top: 0;
}
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.side-col {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	margin: 1rem 0 1.5rem;
	background-color: #f1f1f1;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-align: center;
	min-height: 250px;
}
.side-col .button a {
	margin: 1rem auto 0.4rem;
	background: #f1f1f1;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-family: Raleway, sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
}
.nopad {
	padding: 0;
}
.infobox {
	padding: 15px;
	background: #fff;
}
.msidebar {
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 1em;
	margin-top: 6px;
	text-align: center;
}
.infobox .alignleft {
	font-size: 21px;
	margin: 6px 10px 30px 0;
}
.alignleft, img.alignleft {
	float: left;
	margin: 6px 20px 6px 0;
	display: inline;
	border: 0;
	background: 0 0;
	padding: 0;
	display: block;
}
.infobox h4 {
	padding: 0 0 5px;
	margin: 0;
	font-weight: 600;
	font-size: 15px;
}
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
}
.banner-1 a {
	text-decoration: underline;
	color: #fff;
}
.banner-1 p {
	margin: 0;
}
.banner-1 {
	background: #25211e;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 26px;
	padding: 12px 0;
}
.banner-2 {
	position: relative;
	margin: 0 -15px 95px;
	background: url(../image/banner2.jpg) center/cover;
	text-align: center;
	padding: 100px 0;
}
.banner-2 .text-content {
	font-size: 16px;
	color: #fff;
}
.banner-2 .text-content a:hover {
	background: rgba(189, 176, 147, 0.7);
}
.banner-2 .text-content a {
	border: 1px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 30px;
	color: #fff;
	margin: 0;
}
.banner-2 .text-content p {
	font-size: 100.1%;
	line-height: 28px;
	margin: 0 0 50px;
}
.banner-2 .text-content h1 {
	font-size: 225%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 35px;
}
.banner-3 a {
	text-decoration: underline;
	color: #fff;
}
.banner-3 p {
	margin: 0;
}
.banner-3 {
	margin: 0 -15px -30px;
	background: #222;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 26px;
	padding: 12px 0;
}
.item:hover .p-grid-over, .product-grid:hover .p-grid-over {
	opacity: 0.25;
}
.ntcd-textual {
	background-color: #f6f6f6;
	border-color: #bce8f1;
	color: #214c61;
	padding: 10px;
	text-align: center;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 3px;
}
.swiper-viewport, .carousel {
	box-shadow: unset !important;
}
.carousel-control-prev, .carousel-control-next {
	transition: all 0.3s ease !important;
}
.form-group.input-group.input-group-sm .input-group-addon {
	background: 0 0;
	border: none;
	font-size: 15px;
	font-weight: 700;
}
.input-group-sm > .form-control {
	border-radius: 0 !important;
	height: 40px !important;
}
.btn.active, .btn:active {
	box-shadow: unset !important;
}
@media (max-width: 767px) {
	#column-left {
		display: block !important;
		width: 100% !important;
	}
	#column-right {
		display: block !important;
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	
	#product-product #content > .row:first-of-type {
		display: flex;
		flex-direction: column;
	}
	#product-product #content > .row:first-of-type > div:first-child {
		order: 2;
	}
	#product-product #content > .row:first-of-type > div:last-child {
		order: 1;
	}
}
