@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 {
	font-size: 14px;
}
h1 {
	font-size: 22px;
	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 {
	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;
}
.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 li > a {
	color: #777777;
	background: #ffffff;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #222222 !important;
}
.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;
}
#product {
	margin-top: 10px;
}
@media screen and (max-width: 420px) {
	#product-product .col-xs-6.col-sm-3 {
		width: 100%;
	}
}
#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 .dropdown-menu {
	background: #ffffff;
}
#top #form-currency .currency-select, #top #form-language .language-select {
	text-align: left;
	color: #777777;
	font-size: 13px;
	padding: 6px 16px;
}
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
	text-decoration: none;
	color: #222222;
}
#top .btn-group > .btn-link, #top-links > ul > li, #top-links > ul > li > a {
	color: #413e3e;
	background: 0 0;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
}
form#form-currency, form#form-language {
	margin-top: 2px;
}
#top .btn-group > .btn-link:hover, #top-links > ul > li > a:hover {
	color: #222222;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	font-size: 13px;
	color: #777777;
	padding: 6px 20px;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
header {
	padding-top: 30px;
	padding-bottom: 10px;
	background: #ffffff;
}
@media screen and (max-width: 768px) {
	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;
	}
}
header .container > .row {
	display: flex;
}
header .container > .row .col-sm-4 {
	width: 50%;
	order: 2;
}
header .container > .row .col-sm-5 {
	width: 25%;
	order: 1;
	display: flex;
	align-items: center;
}
header .container > .row .col-sm-3 {
	order: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
#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;
}
#cart.btn-block {
	width: unset;
}
#cart {
	margin-bottom: 15px;
	float: right;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	background: 0 0;
	border: none;
	text-shadow: none;
	box-shadow: none;
}
#cart > .btn .fa {
	font-size: 22px;
}
#cart.open > .btn {
	background-image: none;
	color: #222222;
}
#cart > .btn:hover {
	color: #000000;
}
#cart.open > .btn:hover {
	color: #000000;
}
#cart .dropdown-menu {
	z-index: 1001;
	min-width: 350px;
	background: #ffffff;
}
@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;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart ul.dropdown-menu.pull-right p.text-right {
	display: flex;
	justify-content: space-around;
	width: 100%;
	text-align: center;
}
#cart ul.dropdown-menu.pull-right p.text-right a:first-child {
	width: 100%;
	border: 2px solid #333333;
	color: #333333;
	background: #ffffff;
	padding: 6px 12px;
	transition: all 0.2s;
}
#cart ul.dropdown-menu.pull-right p.text-right a:first-child:hover {
	background: #ffffff;
	color: #f68872;
	border: 2px solid #f68872;
}
#cart ul.dropdown-menu.pull-right p.text-right a:last-child {
	width: 100%;
	border: 2px solid #222222;
	background: #222222;
	color: #ffffff;
	padding: 6px 12px;
	transition: all 0.2s;
}
#cart ul.dropdown-menu.pull-right p.text-right a:last-child:hover {
	background: #f68872;
	color: #ffffff;
	border: 2px solid #f68872;
}
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;
}
#menu {
	background: #ffffff;
	line-height: 20px;
	border-top: 2px solid #f2f2f2;
	border-bottom: 0 solid #f2f2f2;
	letter-spacing: 0.03em;
	padding-top: 7px;
	border-radius: 0;
}
#menu .navbar-collapse {
	padding: 0;
}
#menu .nav > li > a {
	color: #222222;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.nav-tabs > li.active {
	margin-bottom: -2px;
}
.nav-tabs {
	border-bottom: 2px solid #eeeeee;
	font-weight: 700;
}
#menu .dropdown-toggle:after {
	font-size: 11px;
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 15px;
	right: 4px;
}
#product-category .col-sm-9 .row > .col-sm-10, #product-category .col-sm-9 .row > .col-sm-2 {
	display: none;
}
#product-category .col-sm-9 hr {
	display: none;
}
#product-category .col-sm-9 .row > .col-sm-3, #product-category .col-sm-9 > h3 {
	display: 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;
}
.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: 768px) {
	.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: 768px) {
	.product-grid .product-thumb button:nth-child(1) {
		width: 45%;
		text-align: left;
		margin-left: 5px;
	}
}
.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 .nav > li.open > a, #menu .nav > li:hover > a {
	background-color: #fff;
	color: #f68872;
	border-radius: 1px;
}
#menu .dropdown-menu {
	padding: 10px 5px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a, #menu .see-all {
	min-width: 220px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #777777;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover, #menu .see-all:hover {
	color: #222222;
}

#menu .see-all:focus, #menu .see-all:hover {
	text-decoration: none;
	color: #fff;
	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;
}
#menu .btn-navbar.disabled, #menu .btn-navbar:active, #menu .btn-navbar:focus, #menu .btn-navbar:hover, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #f68872;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
}
@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 .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
		background-color: #eee;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #222;
	}
	#menu .see-all:hover {
		color: #ddd;
	}
}
div#top-links > ul.list-inline > li:first-child {
	/* display: none; */
}
div#top-links 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;
}
.panel-default > .panel-heading {
	border-color: #f5f5f5;
}
.panel-group .panel {
	border-radius: 0;
}
.panel {
	border: 2px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f5f5f5;
}
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;
}
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0;
	border: none;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: 1px;
	right: -3px;
	color: inherit;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	background: 0 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #fff;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 2px;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li a {
	color: #777;
}
.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;
}
.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] {
	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: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
#carousel0 {
	margin-top: 20px;
}
#carousel0 img {
	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: 1200px) {
	.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 .caption {
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .caption > p {
	display: none;
}
.product-thumb .caption > p.price {
	display: block;
	margin-bottom: 0;
}
.product-list .product-thumb .caption {
	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 .caption {
		min-height: 0;
		margin-left: 0;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #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 .caption > p {
	display: block;
}
@media (max-width: 768px) {
	.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 + button {
	width: 20%;
}
.product-thumb .button-group button:hover {
	color: #f68872;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 60%;
	}
}
.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 {
	box-shadow: unset !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;
}
#grid-view .fa, #list-view .fa {
	font-size: 18px;
}
#grid-view, #list-view {
	border: none;
}
#input-limit, #input-sort {
	border-width: 2px;
	font-size: 15px;
	border: none;
}
select#input-sort {
	width: auto;
}
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;
}
@media (max-width: 767px) {
	#column-left {
		display: block !important;
	}
	#column-right {
		display: block !important;
	}
	#column-left, #column-right {
		overflow: auto;
		padding-top: 20px;
	}
}
@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;
	}
}
@media only screen and (max-width: 600px) {
 .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    width: 50%;
    padding: 1px;
}
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}
.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background-color: #f7bc3c;
}
.hotline-bar {
    background: rgb(255 54 54 / 100%);
    position: fixed;
    height: auto;
    width: 18%;
    line-height: normal;
    text-align: center;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
}
span.text-hotline {
    font-size: 21px;
	color: #fff;
}

@media only screen and (max-width: 600px) {
.hotline-bar {
    background: rgb(255 54 54 / 100%);
    position: fixed;
    height: auto;
    width: 74%;
    line-height: normal;
    text-align: center;
}
}