@charset "UTF-8";
/* Main Css File 
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i,700,700i,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800");
@import url('NotoSansKR.css');

html {
	font-size: 62.5%;
	font-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
@media (max-width: 575px) {
	html { font-size: 12px; }
}
body {
	background-color: #fff;
	color: #333;
	/*font-family: "notokr","Nanum Gothic","나눔고딕",NanumGothic, sans-serif;*/
	font-family: "Open Sans", "notokr", sans-serif;
	font-size: 14px;
	font-weight: 500;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
 body:not(.loaded) > *:not(.loading-overlay) {
 visibility: hidden;
}

p {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
b, strong {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
hr {
	max-width: 1730px;
	margin: 5.5rem auto 5.2rem;
	border: 0;
	border-top: 1px solid #dfdfdf;
}
sub, sup {
	position: relative;
	font-size: 70%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	/*
	display: block;
	max-width: 100%;
	height: 100%;
	*/
}
:focus {
	outline: 0;
}
.btn.focus, .btn:focus, .btn:active, .btn:active:focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, button.focus, button:focus, button:active, button:active:focus {
	box-shadow: none !important;
	outline: 0 !important;
}
input[type=checkbox], input[type=radio] {
	margin-right: .5rem;
}
.font {
	
}
 @keyframes rotating {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
@-webkit-keyframes bouncedelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes bouncedelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 transition: all .5s ease-in-out;
	background: #fff;
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}
.loaded > .loading-overlay {
	opacity: 0;
	visibility: hidden;
}
.bounce-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	margin: -9px 0 0 -35px;
 transition: all .2s;
	text-align: center;
	z-index: 10000;
}
.bounce-loader .bounce1,  .bounce-loader .bounce2,  .bounce-loader .bounce3 {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #CCC;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.bounce-loader .bounce1 {
 -webkit-animation-delay: -.32s;
 animation-delay: -.32s;
}
.bounce-loader .bounce2 {
 -webkit-animation-delay: -.16s;
 animation-delay: -.16s;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 1.8rem;
	color: inherit;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
}
h1, .h1 {
	font-size: 3.6rem;
}
h2, .h2 {
	font-size: 2.1rem;
}
h3, .h3 {
	font-size: 1.8rem;
}
h4, .h4 {
	font-size: 1.6rem;
}
h5, .h5 {
	font-size: 1.2rem;
}
h6, .h6 {
	font-size: 1rem;
}
a {
 transition: all .3s;
	color: #ba2626;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ba2626;
	text-decoration: none;
}
.heading {
	padding-bottom: 2rem;
	font-size: 1.4rem;
}
.heading.underline {
	border-bottom: 2px #222 solid;
	margin-bottom: 2rem;
}
.heading .title {
	margin-bottom: 0;
	color: #111;
	font-size: 2rem;
	margin:0;
}
.heading p {
	letter-spacing: -.015em;
}
.heading p:last-child {
	margin-bottom: 0;
}
.subtitle {
	border-bottom: 1px solid #e7e7e7;
	color: #282d3b;
	font: 700 1.6rem/1;
	margin-bottom: 3rem;
	padding: 0 0 1rem;
	text-transform: uppercase;
}
.light-title {
	margin-bottom: 2rem;
	font-weight: 300;
}
.text-primary {
	color: #ba2626 !important;
}

 @media (min-width: 768px) {
 h1, .h1 {
 font-size: 4.5rem;
}
}
@media (min-width: 992px) {
 h1, .h1 {
 font-size: 5rem;
}
}
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.container {
	padding: 0 20px;
	/* min-width: 1430px !important; */
}
.page-wrapper {
	position: relative;
 transition: transform .35s;
}
.mmenu-active .page-wrapper {
	transform: translateX(250px);
}
.main {
	flex: 1 1 auto;
}
.row.row-sm {
	margin-right: -10px;
	margin-left: -10px;
}
 .row.row-sm [class*='col-'] {
 padding-right: 10px;
 padding-left: 10px;
}
.ajax-overlay {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1041;
}

 @media (min-width: 1200px) {
 .padding-left-lg {
 padding-left: 35px;
}
 .padding-right-lg {
 padding-right: 35px;
}
 .col-xl-5col {
 -ms-flex: 0 0 20%;
 flex: 0 0 20%;
 max-width: 20%;
}
 .col-xl-7col {
 -ms-flex: 0 0 14.2857%;
 flex: 0 0 14.2857%;
 max-width: 14.2857%;
}
 .col-xl-8col {
 -ms-flex: 0 0 12.5%;
 flex: 0 0 12.5%;
 max-width: 12.5%;
}
}
@media (min-width: 992px) {
 .container {
}
}
@media (min-width: 1270px) {
 .container {
 max-width: 1200px !important;
 padding: 0 10px;
}
}
@media (min-width: 1480px) {
 .container {
 max-width: 1400px !important;
 padding: 0 10px;
}
}
@media (max-width: 991px) {
 .container {
 max-width: 100% !important;
 padding: 0 20px;
}
}
.header {
	background-color: #fff;
}
.header .container,  .header .container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header-left, .header-center, .header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header-top {
	display: none;
	justify-content: center;
	background-color: #c5fff1;
	padding: 0.5rem 0;
}
.header-top a {
	display: flex;
	align-items: center;
	color: #ba2626;
	font-family: "notokr", sans-serif;
	letter-spacing: 0.01em;
}
.header-top a:hover {
	color: #ba2626;
}
.header-top img {
	margin-right: 3rem;
}
.header-top h3 {
	margin-bottom: 0;
	font-size: 2.4rem;
	font-weight: 600;
}
.header-top .product-price {
	color: #fff;
	background-color: #ba2626;
	font-weight: 600;
	font-size: 2.4rem;
	padding: 5px;
	margin: 0 5px;
}
.header-top .old-price {
	font-size: 1.4rem;
	color: #ba2626;
	
}
.header-top .round-box {
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	background-color: #222529;
	padding: 1rem 4rem;
	border-radius: 30px;
	margin-left: 3rem;
}
.welcome-msg {
	display: none;
	position: relative;
 margin: .3rem 2rem .3rem 0;
	text-transform: uppercase;
}
.welcome-msg:after {
	position: absolute;
	top: 50%;
	right: -16px;
	height: 16px;
	margin-top: -8px;
	border-right: 1px solid #e7e7e7;
	content: '';
	opacity: .8;
}
.header-user {
	display: flex;
	align-items: center;
	margin-left: 2rem;
	cursor: pointer;
}
.header-user i {
	font-size: 27px;
	display: none;
}
.header-userinfo span {
	font-size: 1.2rem;
	
}
.header-userinfo h4 {
	font-size: 1rem;
	line-height: .8rem;
	font-weight: bold;
	margin-bottom: 0;
	color: rgba(0,0,0,.4);
}
.header-userinfo h4:hover {
	/*color: rgba(0,0,0,.8);*/
    color: #ba2626;
	transition: all .25s;
}
.header-middle {
	padding: 1.5rem 5rem;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100px;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}
.header-middle .container {
	justify-content: space-between;
}
.header-middle .header-center {
	display: flex;
}
.header-middle .links {
	display: flex;
	margin-left: 25px;
	margin-top: 1rem;
	color:#fff
}
.header-middle .links a {
	font-size: 1rem;
	color: #fff;
	line-height: 1;
}
.header-middle .links a:not(:last-child) {
 padding-right: 1rem;
 border-right: 1px solid rgba(244, 244, 244, 0.3);
 margin-right: 1rem;
}
.header-middle .links a:hover {
	text-decoration: underline;
}
.porto-icon {
	font-size: 26px;
	margin-right: 2.2rem;
	margin-left: 1rem;
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
}
.porto-icon:hover {
	color: #fff;
}
.logo {
	display: block;
}
.logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.header-dropdown {
	position: relative;
	margin-right: 2rem;
}
.header-dropdown:last-child {
	margin-right: 0;
}
.header-dropdown > a {
	font-size: 1.6rem;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1.1rem;
	color: #222529;
	font-weight: 600;
}
.header-dropdown > a:after {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
 	margin-left: .6rem;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.2rem;
	line-height: 1;
	content: '\e81c';
}
.header-dropdown > a.link-seller {
	color: #ba2626;
	font-weight: 600;
}
.header-dropdown > a.link-seller:after {
	display: none;
}
.header-dropdown > a:hover {
	color: #ba2626;
}
.header-dropdown a img {
	display: inline-block;
	max-width: 16px;
	height: auto;
 margin-right: .6rem;
}
.header-dropdown a:hover, .header-dropdown a:focus {
	text-decoration: none;
}
.header-menu {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 100%;
 	padding-top: .4rem;
 	padding-bottom: .4rem;
 	transition: all .25s;	
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	z-index: 20;
}
.header-right .header-menu {
	right: 0;
	left: auto;
}
.header-dropdown:hover > .header-menu {
	opacity: 1;
	visibility: visible;
}
.header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-menu ul li {
	position: relative;
	margin: 0;
}
.header-menu ul a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 9px;
	white-space: nowrap;
}
.header-menu a {
	color: inherit;
}
.header-menu a:hover, .header-menu a:focus {
	background-color: #ccc;
	color: #fff;
}
.header .btn-remove:before {
	display: none;
}
.header-dropdowns {
	display: flex;
	align-items: center;
}
.dropdownmenu-wrapper {
	position: relative;
	background-color: #fff;
	padding: 2rem;
	border-radius: 0;
	border: 1px solid #f0f0f0;
	box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
}
.cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
	display: block;
	left: 0;
	top: 100%;
	width: 300px;
	padding-top: 10px;
	z-index: 100;
	font-size: 1.1rem;
	color: #777;
	border: 0;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	visibility: hidden;
	opacity: 0;
 transition: all .25s;
}
.cart-dropdown .dropdown-menu.show,  .compare-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
}
.cart-dropdown:hover .dropdown-menu, .compare-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.compare-dropdown .dropdown-toggle, .cart-dropdown .dropdown-toggle {
	text-decoration: none;
}
.compare-dropdown .dropdown-toggle:hover, .compare-dropdown .dropdown-toggle:focus,  .cart-dropdown .dropdown-toggle:hover,  .cart-dropdown .dropdown-toggle:focus {
	text-decoration: none;
}
.compare-dropdown .dropdown-toggle {
	text-transform: uppercase;
}
.compare-dropdown .dropdown-toggle i {
 margin-top: -.2rem;
 margin-right: .2rem;
}
.compare-dropdown .dropdown-toggle i:before {
	margin: 0;
}
.compare-dropdown .dropdown-toggle:after {
	display: none;
}
.compare-products {
	margin: 0;
	padding: 0;
	list-style: none;
}
.compare-products .product {
	position: relative;
	margin: 0;
 padding: .5rem 0;
	box-shadow: none !important;
}
.compare-products .product:hover {
	box-shadow: none;
}
.compare-products .product-title {
	margin: 0;
	color: #696969;
	font-size: 1.1rem;
	
	line-height: 1.35;
	text-transform: uppercase;
}
.compare-products .btn-remove {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
	margin-top: -1.2rem;
 padding: .5rem 0;
	color: #777;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}
.compare-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
}
.compare-actions .action-link {
	display: inline-block;
	color: #777;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.compare-actions .btn {
	min-width: 110px;
	margin-left: auto;
 padding: .9rem 1rem;
	border: 0;
 border-radius: .2rem;
	color: #fff;
	font-size: 1.2rem;
	
 letter-spacing: .025rem;
	text-align: center;
	text-transform: uppercase;
}
.cart-dropdown .dropdown-toggle {
	display: block;
	position: relative;
	padding-right: 1.5rem;
}
.cart-dropdown .dropdown-toggle .cart-count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	padding-top: 2px;
	right: 0;
	line-height: 1;
 top: .3rem;
	border-radius: 50%;
	padding-bottom: 3px;
	font-size: 1rem;
	font-weight: 600;
	background-color: #ed7e63;
	color: #fff;
	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}
.cart-dropdown .dropdown-toggle .minicart-icon {
	width: 25px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 0 0 5px 5px;
	position: relative;
	opacity: .9;
	top: 1.2rem;
	display: block;
}
.cart-dropdown .dropdown-toggle .minicart-icon:before {
	content: '';
	position: absolute;
	border: 2px solid;
	border-color: inherit;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	left: 50%;
	top: -8px;
	margin-left: -7.5px;
	width: 15px;
	height: 11px;
}
.cart-dropdown .dropdown-toggle:after {
	border: none;
}
.cart-dropdown .dropdown-menu {
	right: 0;
	left: auto;
	padding-top: 8px;
}
.cart-dropdown .dropdownmenu-wrapper {
	padding: 1.6rem 1.9rem;
}
.cart-dropdown .dropdownmenu-wrapper:before {
	right: 28px;
	left: auto;
}
.cart-dropdown .dropdownmenu-wrapper:after {
	right: 29px;
	left: auto;
}
.cart-dropdown .product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 !important;
	padding: 1.6rem 1rem;
	border-bottom: 1px solid #e6ebee;
	box-shadow: none !important;
}
.cart-dropdown .product-image-container {
	position: relative;
	max-width: 80px;
	margin: 0;
	margin-left: auto;
	border: 1px solid #ededed;
}
.cart-dropdown .product-image-container a:after,
.product-col .product-image-container a:before {
	display: none;
}
.cart-dropdown .product-title {
 	margin-bottom: .2rem;
	color: #696969;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
}
.cart-dropdown .product-details {
	color: #696969;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
}
.cart-dropdown .btn-remove,
.product-col .product-image-container .btn-remove {
	display: flex;
	position: absolute;
	top: -1rem;
	right: -1rem;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #fff;
	color: #474747;
	font-size: 1.1rem;
	line-height: 1;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus,
.product-col .product-image-container .btn-remove:hover, .product-col .product-image-container .btn-remove:focus {
	color: #ba2626;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.dropdown-cart-header, .dropdown-cart-total {
 	padding: .7rem 1rem;
	display: flex;
	align-items: flex-end;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #474747;
}
.dropdown-cart-total {
	margin-bottom: 1.1rem;
}
.dropdown-cart-total .cart-total-price {
	margin-left: auto;
	font-size: 1.5rem;
	color: #ba2626;
}
.dropdown-cart-total .cart-total-price:before {
	content: "US$";
	display: inline-block;
}
.dropdown-cart-header {
	border-bottom: 1px solid #e6ebee;
	margin-bottom: 0;
	padding-top: 0;
}
.dropdown-cart-header a {
	color: inherit;
	margin-left: auto;
	font-size: 1.2rem;
}
.dropdown-cart-action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
 padding: .2rem 1rem 1.5rem;
}
.dropdown-cart-action .btn {
	font-weight: 600;
	font-size: 1.4rem;
 	letter-spacing: .05rem;
	text-transform: uppercase;
	color: #fff;
	border-color: #222;
	background-color: #222;
 	border-radius: .2rem;
	min-width: 110px;
	padding: 1.25rem 1rem;
}
.dropdown-cart-action .btn:hover, .dropdown-cart-action .btn:focus {
	color: #fff;
	border-color: #000;
	background-color: #000;
}
.header-search {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
	margin: 0;
	padding: 2rem 0;
	border: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
}
.header-search .header-search-wrapper {
	display: flex;
	align-items: stretch;
	overflow: visible;
	border: none;
	position: relative;
	width: 700px;
	margin: 0 auto;
}
.header-search .header-search-wrapper:after {
	display: block;
	clear: both;
	content: '';
}
.header-search .header-search-wrapper.show {
	display: flex;
}
.header-search form {
	margin: 0;
	max-width: none;
}
.header-search .select-custom {
	flex: 0 0 130px;
	margin: 0;
	background: #fff;
}
.header-search .select-custom:after {
	right: 1.6rem;
	color: #8d8d8d;
	font-size: 1.4rem;
}
.header-search .form-control,  .header-search select {
	height: 50px;
	font: 500 1.4rem/1.5 "notokr", "notokr", sans-serif;
	background: #fff;
	margin: 0;
}
.header-search .form-control {
	font-size: 1.2rem;
	flex: 1 1 auto;
	width: 450px;
	max-width: none;
	margin: 0;
	padding: 4px 25px;
	border: none;
	color: #8d8d8d;
	line-height: 20px;
	box-shadow: none;
	border-radius: 50px 0 0 50px;
}
 .header-search .form-control::-webkit-input-placeholder {
 color: #8d8d8d;
}
 .header-search .form-control::-moz-placeholder {
 color: #8d8d8d;
}
 .header-search .form-control:-ms-input-placeholder {
 color: #8d8d8d;
}
 .header-search .form-control::-ms-input-placeholder {
 color: #8d8d8d;
}
 .header-search .form-control::placeholder {
 color: #8d8d8d;
}
.header-search select {
	width: 100%;
	border: none;
	border-left: 1px solid #e7e7e7;
	line-height: 36px;
	color: #8d8d8d;
	padding: 0 15px;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.header-search .search-toggle {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	min-width: 2.5rem;
	padding: 1rem 0;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: none;
}
.header-search .search-toggle i {
	display: inline-block;
	margin-bottom: 0;
}
.header-search .btn {
	flex: 0 0 65px;
	min-width: 0;
	color: #333;	
	font-size: 1.8rem;
	line-height: 1;
	border: none;
	padding: 0 3px 0 0;
	margin: 0;
	background-color: #fff;
	cursor: pointer;
	border-radius: 0 50px 50px 0;
}
.header-search .btn i:before {
	margin: 0;
}
.header-search .btn:hover, .header-search .btn:focus {
	color: #111;
}
.header-contact {
	position: relative;
	color: #ba2626;
	letter-spacing: 0;
	font-size: 1.8rem;
	line-height: 1.4;
	padding-right: 3.6rem;
	margin-right: 3.2rem;
}
.header-contact:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 2px;
	height: 43px;
	margin-top: -21.5px;
	background-color: #efefef;
}
.header-contact span {
	display: block;
	color: #787d7f;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
}
.header-contact a {
	color: inherit;
}
.header-contact a:hover, .header-contact a:focus {
	color: #ba2626;
	text-decoration: none;
}
.header-bottom {
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid #e7e7e7;
	z-index: 10;
	display: none;
}
.header-bottom .container {
	justify-content: space-between;
}
.header-bottom .menu {
	display: flex;
	align-items: center;
}
.header-bottom .menu > li {
	position: relative;
}
.header-bottom .menu > li .megamenu {
	transform: translateX(-30%);
}
.header-bottom .menu > li:hover > a, .header-bottom .menu > li.active > a, .header-bottom .menu > li.show > a {
	background-color: #fff;
	color: #ba2626;
}
.header-bottom .menu > li > a {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1.5rem 2.5rem;
	text-transform: none;
}
.header-bottom .menu > li > a:hover {
	background-color: #fff;
	color: #ba2626;
}
.header-bottom .menu > li > a.sf-with-ul:after {
	font-size: 1.1rem;
	margin-top: 0;
}
.header-bottom .main-nav {
	display: flex;
	align-items: center;
}
.header-bottom .menu-depart {
	position: relative;
}
.header-bottom .menu-depart .submenu {
	border: 1px solid #e0e0e0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
 	transition: all .25s;
	z-index: 999;
	background-color: #f9f9f9;
	height: 0;
	opacity: 0;
}
.header-bottom .menu-depart .submenu > ul > li > a:before {
	content: "▶";
	display: block;
	font-size: 10px;
	margin: 0 10px 0 5px;
}
.header-bottom .menu-depart > a:before {
	display: none;
}
.header-bottom .menu-depart .submenu > ul > li > a {
	color: #222529;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: none;
	padding: 1.4rem 1rem;
	margin: 0 1rem;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
}
.header-bottom .menu-depart .submenu > ul > li:last-child a {
	border-bottom: none;
}
.header-bottom .menu-depart .submenu.opened {
	height: auto;
	opacity: 1;
}
.header-bottom .menu-depart .submenu > ul > li {
	position: relative;
}
.header-bottom .menu-depart .submenu-2depth {
	position: absolute;
	margin-top: -30px;
	right: -170px;
	width: 200px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 1rem 1.3rem 1.3rem 1.3rem;
	box-shadow: 0 2px 2px rgb(0 0 0 / 9%);
	z-index: 1;
}
.header-bottom .menu-depart .submenu-2depth a {
	color:#666;
	font-size: 1.4rem;
	line-height: 4rem;
	border-bottom: 1px #e7e7e7 solid !important;
	display: block;
	width: 100%;
	padding-left: 1.3rem;
}
.header-bottom .menu-depart .submenu-2depth a:hover {
	background-color: #999;
	color: #fff !important;
	border-color: #999;
}
.header-bottom .menu-depart a i {
	font-size: 1.9rem;
	margin-right: 1rem;
}
.header-bottom .menu-depart a i.font-lg {
	font-size: 2.4rem;
}
.header-bottom .menu-depart .submenu a:hover {
	color: #ba2626;
}
.header-bottom .menu-depart > a {
	width: 275px;
	padding: 1.5rem 2.5rem;
	font-size: 1.6rem;
	color: #fff;
	background-color: #222529;
	margin: 0;
	cursor: pointer;
	border: none;
	font-weight: 500;
	display: block;
}
.header-bottom .menu-depart > a i {
	font-size: 1.4rem;
	margin-right: 1rem;
}
.header-bottom .menu-depart > a:hover {
	color: #fff;
	background-color: #222529;
}
.header-bottom .menu-depart:hover > a, .header-bottom .menu-depart.active > a, .header-bottom .menu-depart.show > a {
	color: #fff;
	background-color: #222529;
}
.mobile-menu-toggler {
	border: 0;
	background: transparent;
	color: #fff;
 padding: 1rem .5rem;
	font-size: 3.2rem;
	line-height: 1;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 2rem;
	cursor: pointer;
}
.mobile-menu-toggler i:before {
	margin: 0;
}
 @media (max-width: 1269px) {
 	.header-user {
 	margin-right: 0;
	}
 	.header-user i {
 	border: none;
 	margin-right: 0;
	}
 	.header-search .form-control {
 	width: 350px;
	}
 	.header-dropdown {
 	margin-right: 2rem;
	}
}
@media (min-width: 992px) {
 .dropdown-expanded > a {
 display: none;
}
 .dropdown-expanded .header-menu {
 position: static;
 top: auto;
 right: auto;
 left: auto;
 padding: 0;
 border: 0;
 background-color: transparent;
 box-shadow: none;
 opacity: 1;
 visibility: visible;
}
 .dropdown-expanded .header-menu ul {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
}
 .dropdown-expanded .header-menu ul li + li {
 margin-left: 3rem;
}
 .dropdown-expanded .header-menu ul li + li:before {
 position: absolute;
 top: 50%;
 left: -16px;
 height: 16px;
 margin-top: -8px;
 border-right: 1px solid #e7e7e7;
 content: '';
 opacity: .8;
}
 .dropdown-expanded .header-menu ul a {
 padding: 0;
}
 .dropdown-expanded .header-menu a {
 color: inherit;
}
 .dropdown-expanded .header-menu a:hover, .dropdown-expanded .header-menu a:focus {
 background-color: transparent;
 color: #999;
 text-decoration: underline;
}
}
@media (max-width: 991px) {
 .header-middle .links,  .main-nav .menu,  .header-top {
 display: none;
}
 .header-search {
 margin-left: 5px;
}
 .header-search .search-toggle {
 display: flex;
}
 .header-search .header-search-wrapper {
 display: none;
 position: absolute;
 top: 100%;
 right: -80px;
 width: 450px;
 margin-top: .3rem;
 border-width: 5px;
 border-radius: 24px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);
 z-index: 99;
 border-color: #dbe0e2;
}
 .header-search .header-search-wrapper:before {
 display: block;
 position: absolute;
 top: -20px;
 right: 80px;
 width: 20px;
 height: 20px;
 border: 10px solid transparent;
 border-bottom-color: #dbe0e2;
 content: '';
}
 .header-search .header-search-wrapper .form-control {
 border: 2px solid #e7e7e7;
 border-right: none;
}
 .header-search .header-search-wrapper select {
 border: 2px solid #e7e7e7;
 border-right: none;
}
 .header-search .header-search-wrapper .btn {
 border: 2px solid #e7e7e7;
}
 .cart-dropdown .dropdown-toggle:before {
 font-size: 2.6rem;
}
 .header-contact {
 margin-right: 1.8rem;
 padding-right: 2rem;
}
 .header-middle .header-right {
 margin-left: 1rem;
 color: #fff;
}
 .header-center {
 margin-right: 0;
 margin-left: auto;
}
 .header .sticky-wrapper {
 display: none;
}
 .mobile-menu-toggler {
 display: flex;
}
}
@media (max-width: 767px) {
 .header-search .header-search-wrapper {
 width: 380px;
}
 .header-search .select-custom {
 flex: 0 0 132px;
}
 .header-search .btn {
 flex: 0 0 40px;
}
 .cart-dropdown .dropdown-toggle:before {
 font-size: 2.3rem;
}
}
@media (max-width: 575px) {
 .header-bottom {
 display: none;
}
  .zoomLens, .zoomWindowContainer{display:none !important ;} /* 모바일에서 zoom기능 안보이게 */
}
@media (max-width: 479px) {
 .header-search .header-search-wrapper {
 width: 320px;
}
 .compare-dropdown {
 display: none;
}
}
@media (max-width: 360px) {
 .header-search .header-search-wrapper {
 width: 240px;
}
 .header-search .select-custom {
 display: none;
}
 .cart-dropdown .dropdown-menu,  .compare-dropdown .dropdown-menu {
 width: 260px;
}
 .cart-dropdown .dropdownmenu-wrapper,  .compare-dropdown .dropdownmenu-wrapper {
 padding: 1rem 1.4rem;
}
 .dropdown-cart-action .btn {
 min-width: 100px;
}
}

@media (min-width: 1480px) {
 	.header-bottom .menu-depart > a {
 	width: 275px;
	}
}
.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	margin-left: 15px;
}
.menu:after {
	display: block;
	clear: both;
	content: '';
}
.menu li a {
	display: block;
 padding: .8rem 1.8rem;
 transition: all .2s ease-out;
	text-transform: uppercase;
	white-space: nowrap;
	font: 600 12px;
	letter-spacing: 0;
	color: #696969;
}
.menu li:hover > a, .menu li.show > a, .menu li.active > a {
	background-color: #f4f4f4;
}
.menu li:hover > ul,  .menu li:hover > .megamenu, .menu li.show > ul,  .menu li.show > .megamenu, .menu li.active > ul,  .menu li.active > .megamenu {
	display: block;
}
.menu > li {
	float: left;
	padding-right: 0;
	padding-left: 0;
}
.menu > li:last-of-type {
	margin-right: 0;
}
.menu > li > a {
	font: 400 13px;
	letter-spacing: 0;
	color: black;
	padding: 10px 14px;
	text-transform: uppercase;
}
.menu > li > a.sf-with-ul {
	padding-right: 28px;
}
.menu > li > a.sf-with-ul:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -1px;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1rem;
	line-height: 1;
	content: '\e81c';
}
.menu > li:hover > a, .menu > li.show > a, .menu > li.active > a {
	color: black;
	background-color: #ba2626;
}
.menu .megamenu {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	left: 15px;
	padding: 1rem;
	width: 900px;
}
.menu .megamenu > .row.row-sm {
	margin: 0;
}
 .menu .megamenu > .row.row-sm > [class*='col-'] {
 padding: 1rem;
}
 .menu .megamenu > .row.row-sm > [class*='col-'].image-container {
 display: flex;
 justify-content: flex-end;
 padding: 0;
}
.menu .megamenu > .row.row-sm .row.row-sm {
	margin: 0;
	padding: 0;
}
 .menu .megamenu > .row.row-sm .row.row-sm > [class*='col-'] {
 padding-left: 0;
 padding-right: 1rem;
}
.menu .megamenu .nolink {
	color: #141a1f;
	font: 700 13px;
	letter-spacing: -0.01em;
	padding: 0 0 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.menu .megamenu img {
	width: 300px;
	object-fit: cover;
}
.menu .megamenu .submenu {
	margin: 0;
	padding-bottom: 5px;
	border-top: none;
	display: block;
	position: static;
	padding: 0;
	box-shadow: none;
	min-width: 0;
}
.menu .megamenu .submenu li {
	padding: 0;
	margin-bottom: 5px;
}
.menu .megamenu .submenu li a {
	margin-left: -8px;
	padding: 7px 8px;
}
.menu .megamenu .submenu li a:hover {
	background-color: #f4f4f4;
}
.menu .megamenu .submenu li:last-child {
	margin-bottom: 0;
}
.menu .megamenu-fixed-width {
	width: 610px;
}
.menu.sf-arrows .sf-with-ul,  .menu.sf-arrows .sf-with-ul li {
	position: relative;
}
.menu.sf-arrows ul {
	display: none;
	position: absolute;
	min-width: 200px;
	padding: 5px 0;
	top: 100%;
	left: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
}
.menu.sf-arrows ul ul {
	top: -8px;
	left: 100%;
}
.menu.sf-arrows ul .sf-with-ul:after {
	position: absolute;
	right: 1rem;
	content: '\e81a';
	font-family: 'Porto';
}
.menu.sf-arrows > li.show > a.sf-with-ul:before {
	opacity: 1;
	visibility: visible;
}
.menu .show > ul,  .menu .show > .megamenu {
	opacity: 1 !important;
}
.mobile-menu-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 250px;
	transform: translateX(-100%);
 transition: all .35s;
	background-color: #1d1e20;
	font-size: 1.2rem;
	line-height: 1.5;
	box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
	visibility: hidden;
	z-index: 1001;
	overflow-y: auto;
}
.mmenu-active .mobile-menu-container {
	transform: translateX(0);
	visibility: visible;
}
.mobile-menu-container .social-icons {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}
.mobile-menu-container .social-icon {
	width: 3rem;
	height: 3rem;
	margin-bottom: 0;
	border: 0;
	background-color: transparent;
	font-size: 1.5rem;
}
.mobile-menu-container .social-icon + .social-icon {
 margin-left: .3rem;
}
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
	background-color: transparent;
	color: #fafafa;
}
.mobile-menu-wrapper {
	position: relative;
	padding: 4.2rem 0 3rem;
}
.mobile-menu-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
 padding: .4rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
}
.mobile-menu-overlay, .menu-depart-overlay {
	display: block;
	position: fixed;
	top: 0;

	right: 0;
	bottom: 0;
	left: 0;
 transition: all .4s;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
.mmenu-active .mobile-menu-overlay, .menu-depart-active .menu-depart-overlay {
	opacity: 1;
	visibility: visible;
}
.mobile-nav {
	margin: 0 0 2rem;
	padding: 0;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #242527;
	list-style: none;
}
.mobile-menu > li > a {
	text-transform: uppercase;
}
.mobile-menu li {
	display: block;
	position: relative;
	border-top: 1px solid #242527;
}
.mobile-menu li a {
	display: block;
	position: relative;
	margin-right: 4.5rem;
	padding: 1.1rem 0 1.1rem 1.5rem;
	color: #fff;
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
	color: #ba2626;
	text-decoration: none;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
	color: #ba2626;
}
.mobile-menu li ul {
	display: none;
	margin: 0;
	padding: 0;
}
.mobile-menu li ul li a {
	padding-left: 2.5rem;
}
.mobile-menu li ul ul li a {
	padding-left: 3.5rem;
}
.mmenu-btn {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	right: -3.8rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}
.mmenu-btn:after {
	display: inline-block;
	margin-top: -2px;
	font-family: 'porto';
	content: '\e81c';
}
.open > a > .mmenu-btn:after {
	content: '\e81b';
}
 @-webkit-keyframes fixedHeader {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-60px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@keyframes fixedHeader {
 0% {
 opacity: 0;
 transform: translateY(-60px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.sticky-header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1040;
 -webkit-animation-duration: .4s;
 animation-duration: .4s;
	-webkit-animation-name: fixedHeader;
	animation-name: fixedHeader;
}
.sticky-header.fixed .porto-icon {
	color: black;
}
.sticky-header.fixed .porto-icon:hover {
	color: #ba2626;
}
.sticky-header.fixed .minicart-icon,  .sticky-header.fixed .minicart-icon:before {
	border-color: #222529;
}
.sticky-header.fixed .main-nav {
	width: auto;
	background-color: transparent;
}
.sticky-header.fixed .menu > li.float-right > a {
	background-color: transparent;
}
.sticky-header.fixed .menu > li > a {
	color: black;
 padding-top: .55rem;
 padding-bottom: .55rem;
}
.sticky-header.fixed .menu > li:hover > a,  .sticky-header.fixed .menu > li.show > a,  .sticky-header.fixed .menu > li.active > a {
	color: #ba2626;
}
.sticky-header.fixed .logo,  .sticky-header.fixed .porto-icon,  .sticky-header.fixed .cart-dropdown {
	display: block;
}
.sticky-header.fixed-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 38px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	z-index: 1039;
 -webkit-animation-duration: .4s;
 animation-duration: .4s;
	-webkit-animation-name: fixedHeader;
	animation-name: fixedHeader;
}
.sticky-header.fixed-nav .container {
	margin: 0 auto;
	padding-left: 1.5rem;
}
.sticky-header .buy-effect a {
	padding-left: 0;
	padding-right: 0;
}
.scroll {
	margin-right: 17px;
}
 @media (max-width: 991px) {
 .sticky-header.fixed-nav {
 top: 0;
}
}
@media (max-width: 575px) {
 .sticky-header.fixed-nav {
 display: none;
}

}
.footer {
	background-color: #333;
}
.footer img {
	width: auto;
	height: auto;
}
.footer-top {
	padding: 2rem 0;
	align-items: center;
	border-bottom: 1px rgba(255,255,255,.1) solid;
}
.footer-top a {
	border-right: 1px rgba(255,255,255,0.3) solid;
}
.footer-top a:last-of-type {
	border-right: 0;
}
.footer-top .row {
	align-items: center;
}
.footer-top a:hover,  .footer-top a:focus,  .footer-top a:active {
	text-decoration: none;
	color: #fff;
}
.footer-top form {
	margin: 0;
}
.footer-top button {
	font-family: "notokr", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.005em;
	background-color: #333;
	width: 20%;
	height: 50px;
 	padding: .5rem 2.5rem;
	border: none;
	border-radius: 0 30px 30px 0;
	line-height: normal;
}
.footer-top .form-control {
	
	font-size: 1.4rem;
	width: 80%;
	padding: 1.55rem 2.5rem;
	line-height: normal;
	border-radius: 30px 0 0 30px;
	border: none;
	height: auto;
	margin: 0;
}
.footer-top .footer-submit-wrapper {
	display: flex;
	width: 570px;
	max-width: 100%;
}
.footer-link {
	font-size: 1.143rem;
	color: rgba(255,255,255,.6);
	padding-right: 2rem;
	margin-right: 2rem;
	display: inline-block;
	line-height: 1rem;
}
.footer-top a:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.footer-middle {
	padding: 5rem 0 4rem;
}
.footer-middle img {
	margin: 2rem 0 2rem 2rem;
}
.footer-middle .col-xl-3 {
	display: flex;
	justify-content: center;
}
.footer-middle .footer-info {
	margin-left: 8rem;
	color: rgba(255,255,255,.6);
	font-size: 1rem;
	font-weight: 500;
}
.footer-middle .footer-info .footer-company {
	color: #fff;
	font-size: 1.143rem;
}
.footer-middle .footer-info .footer-copyright {
	margin-top: 1rem;
	color: rgba(255,255,255,.4);
	font-size: 1rem;
	font-weight: lighter;
}
footer .widget {
	margin-top: 0;
	text-align: right;
}
footer .widget .widget-title {
	text-transform: none;
	color: black;
	font-size: 2.4rem;
	font-weight: 700;
	margin:0;
}
footer .widget .widget-txt-box p {
	font-size: 1.6rem;
	color: #111;
	margin: 0;
}
footer .widget .widget-txt-box p span {
	color: #ba2626;
	font-size: 2rem;
	font-weight: 700;
}
.footer-bottom img {
	display: none;
}
.widget-account {
	padding: 0 7rem;
}
/*
a:hover, a:focus, a:active {
	color: black;
}*/
.contact-widget {
	margin: 1rem 0;
}
.contact-widget .widget-title {
	font: 600 1.3rem;
	color: #222529;
	margin-bottom: 0;
}
.contact-widget a {
	
	color: #777;
}
.contact-widget a:hover {
	text-decoration: underline;
}
.contact-widget.email a {
	color: #ba2626;
	text-decoration: underline;
}
.footer .social-icons .social-icon {
	width: 20px;
	height: 20px;
	background-color: transparent;
	margin-top: 1.5rem;
	margin-right: 1.5rem;
}
.footer .social-icons .social-icon i {
	font-size: 1.4rem;
	color: black;
}
.footer .social-icons .social-icon i:before {
	margin: 0;
}
.footer .social-icons .social-icon:hover i {
	color: #ba2626;
}
.footer-bottom {
	border-top: 1px solid #e1e1e1;
	padding: 2rem 0 6.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer-bottom p {
	margin-bottom: 0;
}
#scroll-top {
	height: 40px;
	position: fixed;
	right: 15px;
	width: 40px;
	z-index: 9999;
	bottom: 0;
	background-color: #43494e;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 11px 0;
	visibility: hidden;
	opacity: 0;
	border-radius: 0 0 0 0;
 transition: all .3s, margin-right 0s;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
#scroll-top:hover, #scroll-top:focus {
	background-color: #3a4045;
}
#scroll-top.fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
 @media (max-width: 1199px) {
 .footer-middle .links.link-parts {
 flex-direction: column;
}
 .footer-middle .links.link-parts .link-part + .link-part {
 margin-left: 0;
}
}
@media (max-width: 991px) {
 .footer-middle .col-xl-3 {
 justify-content: left;
}
}
@media (max-width: 575px) {
 .footer-bottom {
 flex-direction: column;
 align-items: flex-start;
}
 .footer-bottom p {
 margin-bottom: 2rem;
}
}
.product-intro.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
}
.product-intro.owl-carousel.owl-theme .owl-dots {
	top: -58px;
	position: absolute;
	right: 0;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid;
	background: none;
	margin: 5px 2px;
	border-radius: 7px;
	border-color: rgba(0, 68, 102, 0.4);
 transition: opacity .2s;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
	border-color: #ba2626;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
	display: none;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
	content: '';
	position: absolute;
	left: 3px;
	bottom: 3px;
	right: 3px;
	top: 3px;
	border-radius: 10px;
	background-color: #ba2626;
}
.product-intro.owl-carousel.owl-theme .owl-nav {
	color: #333;
	font-size: 2.4rem;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
	opacity: 0;
 transition: opacity .2s, transform .4s;
	top: 30%;
	width: 30px;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
	text-align: left;
	left: -30px;
	padding-right: 30px;
	transform: translateX(-10px);
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
	text-align: right;
	right: -30px;
	padding-left: 30px;
	transform: translateX(10px);
}
.product-intro.owl-carousel.owl-theme:hover .owl-prev, .product-intro.owl-carousel.owl-theme:hover .owl-next {
	transform: translateX(0);
	opacity: 1;
}
.product-panel {
	margin-bottom: 3.5rem;
}
.product-panel .section-title {
	color: #313131;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 2.4rem;
}
.product-panel .section-title h2 {
	font: 700 1.6rem;
	letter-spacing: -0.01em;
	line-height: 22px;
	text-transform: uppercase;
}
.product-intro {
	padding-bottom: 1.6rem;
}
.product-default {
	color: #777;
	margin-bottom: 4rem;
}
.product-default a {
	color: #777;
	/* 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
.product-default a:hover {
	color: #ba2626;
	text-decoration: none;
}
.product-default figure {
	margin-bottom: 1.6rem;
	position: relative;
}
.product-default figure img {
 	transition: all .5s;
	height: auto;
	width: 100%;
}
.product-default figure img:last-child {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	left: 0;
}
.product-default figure img:first-child {
	opacity: 1;
	position: relative;
}
.product-default .label-group {
	display: flex;
	flex-direction: column;
	position: absolute;
 	top: .8rem;
 	left: .8rem;
}
.product-default .label-group > * {
	margin-bottom: 5px;
}
.product-default .product-label {
	padding: 1px 4px;
	font-size: 1.2rem;
	
}
.product-default .product-label.label-charged {
	background-color: #fff;
	border: 1px #aaa solid;
	color: #999;
}
.product-default .product-label.label-free {
	background-color: #fff;
	border: 1px #d12222 solid;
	color: #d12222;
}
.product-default .product-details {
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product-default .category-list {
	font: 400 1rem;
	line-height: 1.7;
	opacity: .8;
	text-transform: uppercase;
}
.product-default .product-title {
	letter-spacing: -.01em;
	font-size: 1.143rem;
	line-height: 1.3;
 	margin: 1.5rem 1rem .5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-align: center;
}
.product-default .tooltiptext {
	visibility: hidden;
	position: absolute;
	background-color: #333;
	color: #fff;
	
	letter-spacing: 0.01em;
	text-align: center;
 	padding: 1rem .7rem;
	z-index: 1;
	opacity: 0;
 	transition: opacity .3s;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
}
.product-default .product-action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	color: #333;
}
.product-default .btn-icon-wish,  .product-default .btn-quickview {
	display: flex;
	border: 1px solid #ddd;
	font-size: 1.6rem;
	margin: 0 2px;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	opacity: 0;
 transition: all .25s ease;
	transform: translateX(200%);
}
.product-default .btn-icon-wish.checked,  .product-default .btn-quickview.checked {
	color: #e27c7c;
}
.product-default .btn-icon-wish.checked i:before,  .product-default .btn-quickview.checked i:before {
	content: '\e88a';
}
.product-default .btn-quickview {
	font-size: 1.4rem;
	transform: translateX(-200%);
}
.product-default .btn-add-cart {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0 1rem;
	font: 1.4rem;
	line-height: 32px;
	margin: 0 2px;
	cursor: pointer;
 transition: all .25s ease;
}
.product-default .btn-add-cart i {
	font-size: 1.8rem;
	margin-bottom: 2px;
}
.product-default .btn-add-cart i:before {
	margin: 0 4px 0 0;
}
.product-default:hover {
	z-index: 2;
}
.product-default:hover figure {
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.product-default:hover figure img:first-child {
	opacity: 0;
}
.product-default:hover figure img:last-child {
	opacity: 1;
}
.product-default:hover .btn-add-cart {
	background-color: #ba2626;
	border-color: #ba2626;
	color: #fff;
}
.product-default:hover .product-action a {
	transform: translateX(0);
	opacity: 1;
}
.tooltip-top:after {
	content: "";
	position: absolute;
	top: 96%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.old-price {
	text-decoration: line-through;
	font-size: 1.4rem;
	letter-spacing: 0.005em;
	font-weight: 600;
	color: #999;
	margin-right: 3px;
}
.old-price:before {
	content: "US$";
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 2px;
}
.normal-price {
	font-size: 1.6rem;
	letter-spacing: 0.005em;
	font-weight: 600;
	color: #111;
}
.normal-price:before {
	content: "US$";
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
}


.normal-price.tbd:before {
	content: "";
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
}

.normal-price.txt-red,
.normal-price.txt-red:after  {
	color: #d0222a;
}
.normal-price.txt-blue,
.normal-price.txt-blue:after  {
	color: #385ac7;
}
.product-price {
	color: #d0222a;
	font-size: 2rem;
	font-weight: 700;
	
}
.product-price:before {
	content: "US$";
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
}
.price-box {
	margin:1rem 0 0;
	line-height: 1.6rem;
	border-top: 1px #eee solid;
	padding-top: 1rem;
}
.only-member-price {
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 1rem 0 0;
}
.product-price-none {
	font-size: 1.4rem;
	color: #000;
	font-weight: 600;
}
.ratings-container {
	line-height: 1;
	margin: 0 0 10px 1px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.ratings-container .product-ratings,  .ratings-container .ratings {
	position: relative;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: 'porto';
}
.ratings-container .product-ratings {
	height: 13px;
}
.ratings-container .product-ratings:before {
	content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
	color: rgba(0, 0, 0, 0.16);
}
.ratings-container .product-ratings:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.ratings-container .ratings {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.ratings-container .ratings:before {
	content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
	color: #d12222;
}
.divide-line {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}
 .divide-line > .col-1:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-1:nth-child(12n) {
 border-right: none;
}
 .divide-line > .col-2:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-2:nth-child(6n) {
 border-right: none;
}
 .divide-line > .col-3:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-3:nth-child(4n) {
 border-right: none;
}
 .divide-line > .col-4:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-4:nth-child(3n) {
 border-right: none;
}
 .divide-line > .col-5:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-5:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-6:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-6:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-7:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-7:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-8:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-8:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-9:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-9:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-10:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-10:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-11:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-11:nth-child(1n) {
 border-right: none;
}
 .divide-line:not(.up-effect) .product-default .btn-quickview {
 width: calc(100% - 30px);
 margin: 0 15px;
}
 .divide-line:not(.up-effect) .product-default .product-details {
 padding: 0 1.5rem;
}
.divide-line.up-effect .product-default {
	padding: 5rem 0 0;
	margin: 0;
 transition: all .3s;
}
.divide-line.up-effect .product-default .product-action {
 transition: all .3s;
	opacity: 0;
}
.divide-line.up-effect .product-default:hover {
	padding: 1rem 0 4rem;
}
.divide-line.up-effect .product-default:hover .product-action {
	opacity: 1;
}
.divide-line .product-default {
	margin-bottom: 0;
}
.divide-line .product-default:hover {
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.divide-line .product-default:hover figure {
	box-shadow: none;
}
.inner-quickview figure {
	position: relative;
}
.inner-quickview figure .btn-quickview {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1rem;
	
	letter-spacing: 0.025em;
	font-family: "Poppins", "notokr", sans-serif;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	height: auto;
	padding: 1.4rem;
	background-color: #ba2626;
	color: #fff;
	transform: none;
	margin: 0;
	border: none;
	transition: all .3s ease-out;
	display: none;
}
.inner-quickview figure .btn-quickview:hover {
	opacity: 1;
}
.inner-quickview .product-details {
	align-items: flex-start;
}
.inner-quickview .product-title a {
	color: #212529;
}
.inner-quickview .product-title a:hover {
	color: #ba2626;
}
.inner-quickview .category-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.inner-quickview .category-wrap .btn-icon-wish {
	font-size: 1.5rem;
	transform: none;
	opacity: 1;
	width: auto;
	height: auto;
	border: none;
	margin-right: -2px;
}
.inner-quickview:hover .btn-quickview {
	visibility: visible;
	opacity: 0.9;
}
.inner-icon figure {
	position: relative;
}
.inner-icon figure .btn-icon-group {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}
.inner-icon figure .btn-icon {
	display: none;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin: 0 0 5px;
	width: 36px;
	height: 36px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
 transition: all .3s;
	transform: none;
}
.inner-icon figure .btn-icon i {
	font-size: 1.6rem;
	margin-bottom: 0;
}
.inner-icon figure .btn-icon i:before {
	margin: 0;
}
.inner-icon figure .btn-icon i.icon-bag {
	font-size: 1.8rem;
}
.inner-icon figure .btn-icon:hover {
	background-color: #ba2626;
	border-color: #ba2626;
	color: #fff;
}
.inner-icon:hover .btn-icon {
	background-color: #fff;
	border-color: #ddd;
	color: black;
	visibility: visible;
	opacity: 1;
}
.left-details .product-details {
	align-items: flex-start;
}
.left-details .btn-icon-wish, .left-details .btn-quickview, .left-details .btn-add-cart {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: black;
}
.left-details .btn-icon-wish:hover,  .left-details .btn-quickview:hover,  .left-details .btn-add-cart:hover {
	background-color: #ba2626;
	border-color: #ba2626;
	color: #fff;
}
.left-details .btn-icon-wish, .left-details .btn-quickview {
	transform: none;
}
.left-details .btn-add-cart {
	margin-left: 0;
	padding: 0 1.5rem;
}
.left-details .product-action {
	justify-content: flex-start;
}
.modal#addCartModal {
	width: 340px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	padding: 10px !important;
	overflow: hidden;
}
.modal#addCartModal .modal-dialog {
	margin: 0;
}
.modal#addCartModal .modal-content {
	margin: 0;
	border: none;
	box-shadow: none;
}
.add-cart-box {
	padding: 19px 10px 20px !important;
	border-top: 4px solid #ba2626;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.add-cart-box h4 {
	font-weight: 500;
	color: #ba2626;
	margin-bottom: 1.8rem;
}
.add-cart-box img {
	margin: 0 auto 10px;
	width: 120px;
}
.add-cart-box .btn-actions {
	display: flex;
	justify-content: space-around;
}
.add-cart-box .btn-actions .btn-primary {
	width: 140px;
	padding: 8px 0;
	font: 500 16px ;
	border: none;
	cursor: pointer;
}
.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.hidden-description {
	position: relative;
}
.hidden-description:hover figure {
	box-shadow: none;
}
.hidden-description:hover .btn-add-cart {
	background-color: #f4f4f4;
}
.hidden-description:hover .product-details {
	opacity: 1;
	transform: translateY(0);
}
.hidden-description figure {
	margin-bottom: 0;
}
.hidden-description figure .btn-icon-group {
	top: 1rem;
	right: 1rem;
}
.hidden-description .product-details {
	position: absolute;
	width: 100%;
	bottom: 46px;
	padding: 15px 20px 0;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	opacity: 0;
	transform: translateY(5px);
 transition: all .3s ease;
}
.hidden-description .product-action {
	position: absolute;
	left: 0;
	bottom: -46px;
	width: 100%;
}
.hidden-description .btn-quickview {
	transform: none;
	opacity: .85;
	background-color: #ba2626;
	color: #fff;
	width: 50%;
	margin: 0;
	border: none;
	height: 45px;
	font-size: 1rem;
	
	letter-spacing: 0.025em;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.hidden-description .btn-quickview:hover {
	opacity: 1;
	color: #fff;
}
.hidden-description .btn-add-cart {
	z-index: 3;
	justify-content: center;
	margin: 0;
	width: 50%;
	height: 45px;
	border: none;
	background: #f4f4f4;
	font-size: 1rem;
	
	letter-spacing: 0.025em;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.hidden-description .btn-add-cart:hover {
	background-color: #ba2626;
	color: #fff;
}
.full-width {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
 .full-width [class*='col-'] {
 padding-right: 10px;
 padding-left: 10px;
}
.product-select-group {
	display: flex;
}
.product-select {
	margin: 0 4px 0 0;
	cursor: pointer;
}
.product-select.type-image {
	width: 32px;
	height: 32px;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.09);
}
.product-select.type-image.checked, .product-select.type-image.hover {
	border: 1px solid #ba2626;
}
.product-select.type-check {
	margin: 5px;
	overflow: visible;
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.product-select.type-check:after {
	content: '';
	background-color: transparent;
	border: 1px solid black;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	width: 18px;
	display: block;
	height: 18px;
}
.product-select.type-check.checked:before {
	font-size: 8px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	height: 12px;
	line-height: 12px;
	margin-top: -6px;
	text-align: center;
}
.no-gaps {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}
 .no-gaps [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
.no-gaps .product-details {
	padding: 0 1rem;
}
.no-gaps .product-default {
	margin-bottom: 0;
}
 .no-gaps .product-default:nth-child(even) figure > a:first-child:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(33, 37, 41, 0.01);
}
.inner-icon-inline figure .btn-icon-group {
	display: flex;
	flex-direction: row;
}
.inner-icon-inline figure .btn-icon {
	margin-left: 5px;
}
.overlay figure {
	margin: 0;
}
.overlay figure > a:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0);
 transition: all .25s;
}
.overlay figure .btn-quickview,  .overlay figure .btn-icon-group {
	z-index: 1;
}
.overlay figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0;
}
.overlay .product-details {
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0.8);
 transition: all .4s;
}
.overlay .product-details .product-category,  .overlay .product-details .product-title a,  .overlay .product-details .product-price {
	color: #fff;
}
.overlay .product-details a:hover {
	color: #ba2626;
}
.overlay .product-details .ratings-container .product-ratings:before {
	color: rgba(255, 255, 255, 0.6);
}
.overlay .product-details .price-box {
	margin-bottom: 0;
}
.overlay:hover figure, .overlay:nth-child(even):hover figure {
 box-shadow: none;
}
 .overlay:hover figure > a:first-child:after, .overlay:nth-child(even):hover figure > a:first-child:after {
 background-color: rgba(27, 27, 23, 0.6);
}
 .overlay:hover figure .btn-quickview,  .overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-quickview,  .overlay:nth-child(even):hover figure .btn-icon {
 opacity: 0.85;
 visibility: visible;
}
 .overlay:hover figure .btn-quickview:hover,  .overlay:hover figure .btn-icon:hover, .overlay:nth-child(even):hover figure .btn-quickview:hover,  .overlay:nth-child(even):hover figure .btn-icon:hover {
 opacity: 1;
}
 .overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-icon {
 border-color: #fff;
 border-width: 2px;
 color: #fff;
 background-color: #4d4d4a;
 opacity: 0.85;
}
.overlay:hover .product-details, .overlay:nth-child(even):hover .product-details {
 opacity: 1;
 transform: scale(1);
}
.overlay-dark figure {
	margin: 0;
}
.overlay-dark figure > a:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0.3);
 transition: all .25s;
}
.overlay-dark figure .btn-quickview,  .overlay-dark figure .btn-icon-group {
	z-index: 1;
}
.overlay-dark figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0;
	margin-left: 8px;
}
.overlay-dark figure .btn-quickview {
	border: 2px solid #fff;
	background-color: #4d4d4a;
	border-radius: 2rem;
	padding: 1rem 2.3rem;
	width: auto;
	height: auto;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	opacity: 0;
 transition: all .1s;
}
.overlay-dark .product-details {
	position: absolute;
	width: 100%;
	left: 2rem;
	bottom: 4rem;
	opacity: 0;
	transform: translateY(10px);
 transition: all .4s;
}
.overlay-dark .product-details .product-category,  .overlay-dark .product-details .product-title a,  .overlay-dark .product-details .product-price {
	color: #fff;
}
.overlay-dark .product-details a:hover {
	color: #ba2626;
}
.overlay-dark .product-details .ratings-container .product-ratings:before {
	color: rgba(255, 255, 255, 0.6);
}
.overlay-dark .product-details .price-box {
	margin-bottom: 0;
}
.overlay-dark:hover figure, .overlay-dark:nth-child(even):hover figure {
 box-shadow: none;
}
 .overlay-dark:hover figure > a:first-child:after, .overlay-dark:nth-child(even):hover figure > a:first-child:after {
 background-color: rgba(27, 27, 23, 0.7);
}
 .overlay-dark:hover figure .btn-quickview,  .overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-quickview,  .overlay-dark:nth-child(even):hover figure .btn-icon {
 opacity: 0.85;
}
 .overlay-dark:hover figure .btn-quickview:hover,  .overlay-dark:hover figure .btn-icon:hover, .overlay-dark:nth-child(even):hover figure .btn-quickview:hover,  .overlay-dark:nth-child(even):hover figure .btn-icon:hover {
 background-color: #4d4d4a;
 opacity: 1;
}
 .overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-icon {
 border-color: #fff;
 border-width: 2px;
 color: #fff;
 background-color: #4d4d4a;
 opacity: 0.85;
}
.overlay-dark:hover .product-details, .overlay-dark:nth-child(even):hover .product-details {
 opacity: 1;
 transform: translateY(0);
}
 .creative-grid > div:not(:last-child) .product-default {
 height: 600px;
}
.creative-grid > div:last-child .product-default {
	height: 300px;
}
.creative-grid .product-default {
	padding-bottom: 2rem;
	margin-bottom: 0;
	position: relative;
}
.creative-grid .product-default figure {
	height: 100%;
}
.creative-grid .product-default figure img {
	position: absolute;
	object-fit: cover;
	height: 100%;
 transition: opacity .3s linear;
}
.creative-grid .product-default figure img:last-child {
	opacity: 0;
}
.creative-grid .product-default figure img:first-child {
	opacity: 1;
}
.creative-grid .product-default:hover figure img:first-child {
	opacity: 0;
}
.creative-grid .product-default:hover figure img:last-child {
	opacity: 1;
}
.inner-btn figure .btn-icon-group {
	top: auto;
	left: auto;
	right: 1.5rem;
	bottom: 1.5rem;
}
.inner-btn figure .btn-icon {
	position: relative;
	margin-bottom: 0;
}
.inner-btn figure .btn-quickview {
	background-color: #fff;
}
.inner-btn figure .btn-quickview i {
	font-size: 1.4rem;
}
.quantity-input .product-details {
	align-items: center;
}
.quantity-input .btn-add-cart {
	margin: 0 0 0 4px;
	margin-bottom: 1rem;
}
.quantity-input .btn-add-cart:hover {
	background-color: #ba2626;
	border-color: #ba2626;
	color: #fff;
}
.product-single-qty {
	max-width: 90px;
	max-height: 36px;
	margin-bottom: 1rem;
}
.product-single-qty .bootstrap-touchspin.input-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	max-height: 36px;
	padding-right: 0;
}
.product-single-qty .bootstrap-touchspin .form-control {
	height: 36px;
 	padding: 1rem .2rem;
	color: #ba2626;
	font-size: 1.5rem;
	letter-spacing: .05em;
	box-shadow: none;
}
 .product-single-qty .bootstrap-touchspin .form-control,  .product-single-qty .bootstrap-touchspin .form-control:not(:focus),  .product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
 border-color: #dae2e6;
}
.product-single-qty .btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 28px;
	margin: 0;
 	padding: .5rem;
	
	font-size: 2.4rem;
	line-height: 1;
	z-index: 2;
}
.product-single-qty .btn.btn-down-icon:hover:before, .product-single-qty .btn.btn-down-icon:hover:after,  .product-single-qty .btn.btn-up-icon:hover:before,  .product-single-qty .btn.btn-up-icon:hover:after {
	background-color: #ba2626;
}
.product-single-qty .btn.btn-outline {
	border-color: #dae2e6;
	color: #8798a1;
}
.product-single-qty .btn.btn-down-icon:after,  .product-single-qty .btn.btn-up-icon:before,  .product-single-qty .btn.btn-up-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
 	margin-left: -.3rem;
	content: '';
}
.product-single-qty .btn.btn-up-icon:before {
	transform: rotate(90deg);
}
.product-list {
	display: flex;
}
.product-list figure {
	max-width: 270px;
	margin-right: 20px;
	margin-bottom: 0;
}
.product-list figure img {
	object-fit: cover;
	height: 100%;
}
.product-list .product-details {
	max-width: calc(100% - 270px);
}
.product-list .product-title {
	font: 600 1.8rem;
}
.product-list .product-description {
	font: 400 1.4rem;
	line-height: 24px;
	margin-bottom: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 100%;
}
.product-list .btn-add-cart {
	background-color: #ba2626;
	border-color: #ba2626;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 1rem;
}
.product-list .btn-icon-wish,  .product-list .btn-quickview {
	opacity: 1;
	background-color: #fff;
	color: #333;
	border-color: #dddddd;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product-list:hover figure {
	box-shadow: none;
}
.product-widget {
	display: flex;
	margin-bottom: 15px;
}
.product-widget figure {
	max-width: 84px;
	margin-right: 20px;
	margin-bottom: 0;
}
.product-widget figure img {
	object-fit: cover;
	height: 100%;
}
.product-widget .ratings-container {
	margin-bottom: 5px;
}
.product-widget .product-details {
	max-width: calc(100% - 104px);
}
.product-widget .product-title {
	font-size: 1.4rem;
	min-height: 3.2rem;
	margin-top: 0;
}
.product-widget .price-box {
	margin-bottom: 0;
}
.product-widget .product-price {
	font-size: 1.5rem;
}
.product-widget .old-price {
	font-size: 1.2rem;
}
.product-widget:hover figure {
	box-shadow: none;
}
.modal-backdrop.show {
	opacity: 0.7;
}
.modal-backdrop.fade {
 transition: opacity .3s linear;
}
.product-quick-view {
	background-color: #fff;
	padding: 2rem;
}
.product-quick-view .product-single-details .product-action {
	margin-bottom: 2.1rem;
}
.product-quick-view .product-single-filter {
	padding-bottom: 2.2rem;
}
.config-swatch-list {
	margin: 1.5rem 0 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.config-swatch-list li {
 margin-right: .4rem;
 margin-bottom: .3rem;
}
.config-swatch-list li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 2.2rem;
	height: 2.2rem;
	color: #000;
}
.config-swatch-list li a span:last-child {
 padding-top: .3rem;
	color: #7a7d82;
	font-size: 1.2rem;
}
.config-swatch-list li .color-panel {
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #fff;
 transition: all .3s;
	margin-right: 1.5rem;
}
.config-swatch-list li:hover span:last-child {
	text-decoration: underline;
}
.config-swatch-list li.active a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: 'porto';
	font-size: 1.1rem;
	line-height: 1;
	content: '\e84e';
}
.config-swatch-list a:hover .color-panel, .config-swatch-list a:focus .color-panel, .config-swatch-list li.active .color-panel {
 box-shadow: 0 0 0 .1rem #dfdfdf;
}
 @media (max-width: 767px) {
 .creative-grid > div:not(:last-child) .product-default {
 height: 400px;
}
 .creative-grid > div:last-child .product-default {
 height: 200px;
}
}
@media (min-width: 481px) {
 .col-xs-6 {
 flex: 0 0 50%;
 max-width: 50%;
}
}
/* @media (min-width: 768px) {
 .col-xs-6 {
 flex: 0 0 25%;
 max-width: 25%;
}
} */
@media (max-width: 575px) {
 .product-list {
 flex-direction: column;
}
 .product-list figure {
 margin-right: 0;
 margin-bottom: 2rem;
}
 .product-list .product-details {
 max-width: none;
}
 .product-action .btn-add-cart {
 display: block;
 padding: 0 8px;
 width: 36px;
 height: 36px;
 overflow: hidden;
}
}
@media (max-width: 1200px) {
 .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
 left: 10px;
}
 .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
 right: 10px;
}
}
@media (max-width: 1159px) {
 .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
 left: -30px;
}
 .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
 right: -30px;
}
}
@media (max-width: 1000px) {
 .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
 left: 10px;
}
 .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
 right: 10px;
}
}
@media (min-width: 576px) {
 .divide-line > .col-sm-1:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-1:nth-child(12n) {
 border-right: none;
}
 .divide-line > .col-sm-2:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-2:nth-child(6n) {
 border-right: none;
}
 .divide-line > .col-sm-3:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-3:nth-child(4n) {
 border-right: none;
}
 .divide-line > .col-sm-4:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-4:nth-child(3n) {
 border-right: none;
}
 .divide-line > .col-sm-5:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-5:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-sm-6:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-6:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-sm-7:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-7:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-sm-8:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-8:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-sm-9:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-9:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-sm-10:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-10:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-sm-11:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-sm-11:nth-child(1n) {
 border-right: none;
}
}
@media (min-width: 768px) {
 .divide-line > .col-md-1:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-1:nth-child(12n) {
 border-right: none;
}
 .divide-line > .col-md-2:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-2:nth-child(6n) {
 border-right: none;
}
 .divide-line > .col-md-3:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-3:nth-child(4n) {
 border-right: none;
}
 .divide-line > .col-md-4:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-4:nth-child(3n) {
 border-right: none;
}
 .divide-line > .col-md-5:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-5:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-md-6:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-6:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-md-7:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-7:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-md-8:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-8:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-md-9:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-9:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-md-10:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-10:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-md-11:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-md-11:nth-child(1n) {
 border-right: none;
}
}
@media (min-width: 992px) {
 .divide-line > .col-lg-1:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-1:nth-child(12n) {
 border-right: none;
}
 .divide-line > .col-lg-2:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-2:nth-child(6n) {
 border-right: none;
}
 .divide-line > .col-lg-3:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-3:nth-child(4n) {
 border-right: none;
}
 .divide-line > .col-lg-4:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-4:nth-child(3n) {
 border-right: none;
}
 .divide-line > .col-lg-5:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-5:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-lg-6:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-6:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-lg-7:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-7:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-lg-8:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-8:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-lg-9:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-9:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-lg-10:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);

}
 .divide-line > .col-lg-10:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-lg-11:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-lg-11:nth-child(1n) {
 border-right: none;
}
}
@media (min-width: 1200px) {
 .divide-line > .col-xl-1:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-1:nth-child(12n) {
 border-right: none;
}
 .divide-line > .col-xl-2:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-2:nth-child(6n) {
 border-right: none;
}
 .divide-line > .col-xl-3:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-3:nth-child(4n) {
 border-right: none;
}
 .divide-line > .col-xl-4:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-4:nth-child(3n) {
 border-right: none;
}
 .divide-line > .col-xl-5:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-5:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-xl-6:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-6:nth-child(2n) {
 border-right: none;
}
 .divide-line > .col-xl-7:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-7:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-xl-8:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-8:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-xl-9:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-9:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-xl-10:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-10:nth-child(1n) {
 border-right: none;
}
 .divide-line > .col-xl-11:nth-child(n) {
 border-right: 1px solid rgba(0, 0, 0, 0.09);
 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
 .divide-line > .col-xl-11:nth-child(1n) {
 border-right: none;
}
}
.product-category-panel {
	margin-bottom: 35px;
}
.product-category-panel .owl-carousel {
	margin-top: -10px;
	padding-top: 10px;
}
.product-category-panel .owl-carousel .owl-nav button.owl-prev, .product-category-panel .owl-carousel .owl-nav button.owl-next {
	width: 30px;
	font-size: 24px;
	color: #333;
	line-height: 22px;
}
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
	left: -41px;
}
.product-category-panel .owl-carousel .owl-nav button.owl-next {
	right: -41px;
}
.product-category-panel .section-title {
	padding-bottom: 1rem;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 2.5rem;
}
.product-category-panel .section-title h2 {
	letter-spacing: -0.05em;
	color: #282d3b;
	text-transform: uppercase;
}
.product-category {
	color: #1d2127;
	margin-bottom: 0;
	position: relative;
}
.product-category a:hover {
	color: inherit;
}
.product-category figure {
	margin-bottom: 0;
	position: relative;
}
.product-category figure:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0.15);
	transition: all 0.3s;
	z-index: 1;
	content: '';
}
.product-category:hover figure:after {
	background-color: rgba(27, 27, 23, 0.3);
}
.category-content {
	padding: 20.4px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.category-content h3 {
	font: 700 1.5rem/1.35 ;
	letter-spacing: -0.005em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.category-content span {
	font: 400 10.2px/1.8 ;
	letter-spacing: normal;
	margin-top: -10px;
	text-transform: uppercase;
	opacity: .7;
}
.category-content span mark {
	padding: 0;
	background-color: transparent;
	color: inherit;
}
.content-left-center .category-content, .content-left-bottom .category-content, .content-center .category-content, .content-center-bottom .category-content {
	padding: 20.4px 25.5px;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
}
.content-left-center .category-content h3,  .content-left-center .category-content span,  .content-left-bottom .category-content h3,  .content-left-bottom .category-content span,  .content-center .category-content h3,  .content-center .category-content span,  .content-center-bottom .category-content h3,  .content-center-bottom .category-content span {
	color: #fff;
}
.content-left-center .category-content, .content-center .category-content {
	left: 0;
	top: 50%;
}
.content-left-center .category-content {
	align-items: flex-start;
}
.content-left-bottom .category-content {
	align-items: flex-start;
	left: 0;
	bottom: 0;
	transform: none;
}
.content-center-bottom figure {
	min-height: 90px;
}
.content-center-bottom .category-content {
	bottom: 0;
	transform: none;
	padding: 20.4px 0;
}
.content-center-bottom .category-content h3,  .content-center-bottom .category-content span {
	margin-bottom: 0;
	color: #1d2127;
}
.overlay-lighter figure:after {
	background-color: rgba(27, 27, 23, 0);
}
.overlay-lighter:hover figure:after {
	background-color: rgba(27, 27, 23, 0.15);
}
.overlay-darker figure:after {
	background-color: rgba(27, 27, 23, 0.25);
}
.overlay-darker:hover figure:after {
	background-color: rgba(27, 27, 23, 0.4);
}
.overlay-light figure:after {
	background-color: rgba(27, 27, 23, 0.75);
}
.overlay-light:hover figure:after {
	background-color: rgba(27, 27, 23, 0.6);
}
.hidden-count .category-content span {
	max-height: 10px;
 transition: all .5s;
	transform: translateY(20%);
	opacity: 0;
}
.hidden-count:hover .category-content span {
	max-height: 30px;
	transform: none;
	opacity: .7;
}
.creative-grid .product-category {
	height: 100%;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.creative-grid .product-category.content-left-bottom .category-content {
	margin-bottom: 20px;
}
.creative-grid .product-category figure {
	height: 100%;
}
.creative-grid .product-category figure img {
	object-fit: cover;
}
.height-600 {
	height: 600px;
}
.height-400 {
	height: 400px;
}
.height-300 {
	height: 300px;
}
.height-200 {
	height: 200px;
}
 @media (min-width: 1160px) {
 .col-5col-1 {
 flex: 0 0 20%;
 max-width: 20%;
}
}
@media (max-width: 767px) {
 .height-600 {
 height: 400px;
}
 .height-300 {
 height: 200px;
}
}
@media (max-width: 450px) {
 .content-center-bottom .category-content {
 padding: 16.8px 21px;
 text-align: center;
 flex-wrap: wrap;
}
}
@media (max-width: 400px) {
 .content-center-bottom .category-content {
 padding-bottom: 1rem;
}
}
@media (max-width: 1200px) {
 .product-category-panel .owl-carousel .owl-nav button.owl-next, .product-category-panel .owl-carousel .owl-nav button.owl-prev {
 width: 15px;
}
 .product-category-panel .owl-carousel .owl-nav button.owl-next {
 right: -18px;
}
 .product-category-panel .owl-carousel .owl-nav button.owl-prev {
 left: -18px;
}
}
@media (max-width: 1159px) {
 .product-category-panel .owl-carousel .owl-nav button.owl-next, .product-category-panel .owl-carousel .owl-nav button.owl-prev {
 width: 30px;
}
 .product-category-panel .owl-carousel .owl-nav button.owl-next {
 right: -41px;
}
 .product-category-panel .owl-carousel .owl-nav button.owl-prev {
 left: -41px;
}
}
@media (max-width: 1024px) {
 .product-category-panel .owl-carousel .owl-nav button.owl-next, .product-category-panel .owl-carousel .owl-nav button.owl-prev {
 width: 15px;
}
 .product-category-panel .owl-carousel .owl-nav button.owl-next {
 right: -18px;
}
 .product-category-panel .owl-carousel .owl-nav button.owl-prev {
 left: -18px;
}
}
.banner {
	display: block;
	position: relative;
	margin-bottom: 0;
	background-color: #ccc;
}
.banner.banner-cat {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-size: 73%;
	background-position: 89% 8%;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	margin-bottom: 0;
	z-index: -10;
}
.banner > a {
	display: block;
    height:36.45vw;
}
     @media (max-width: 575px) {
        .banner > a {
            height:70vw; /*메인빅배너사이즈*/
            background-size:80% auto;
            margin-top:0;
            display: block;
            width: 100%;
         } 
    }

.banner img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}
.banner .banner-content {
	display: inline-block;
	padding-left: 20.6rem;
}
.banner .banner-title {
	color: black;
	font: 700 5.37rem/1.1 ;
 letter-spacing: -.05rem;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}
.banner .banner-subtitle {
	color: #444;
	font: 400 1.97rem/1.1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
 margin-bottom: .4rem;
}
.banner .banner-foot {
	color: #444;
	
	font: 400 2.41rem/1.1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
 margin-bottom: .4rem;
}
.banner .banner-foot span {
	font-weight: 600;
}
.banner-image > a {
	position: relative;
}


.banner-image > a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(24, 130, 104, 0.3);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.banner-image > a:hover:after, .banner-image > a:focus:after {
	opacity: 1;
	visibility: visible;
}
 @media (max-width: 991px) {
 .banner.banner-cat {
 height: 200px;
}
 .banner .banner-title {
 font-size: 3.8rem;
}
 .banner .banner-subtitle {
 font-size: 1.6rem;
}
 .banner .banner-subtitle span {
 font-size: 2.5rem;
}
}
@media (min-width: 992px) {
 .banner.banner-cat {
 height: 28.2rem;
}
 .banner .banner-title {
 font-size: 5.3rem;
}
 .banner .banner-subtitle {
 font-size: 1.97rem;
}
 .banner banner-foot {
 font-size: 2.42rem;
}
 .banner banner-foot span {
 font-size: 2.42rem;
}
}
.breadcrumb-nav {
	padding: 1rem 0;
}
.breadcrumb {
	margin-bottom: 0;
	padding: 1.25rem 0;
	border-radius: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
}
.breadcrumb-item {
	font: 500 1.2rem;
	letter-spacing: 0.025em;
}
.breadcrumb-item i {
	font-size: 0;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '\e81a';
	font-family: 'porto';
	padding-right: 1rem;
	font-size: 1.4rem;
	vertical-align: middle;
 	margin-top: -.5rem;
	color: #8e8e8e;
}
.breadcrumb-item a, .breadcrumb-item.active {
	color: #8e8e8e;
}
.page-header {
	padding: 3.8rem 0 5rem;
	display: none;
}
.breadcrumb-nav + .page-header {
	margin-top: -3rem;
}
.page-header h1 {
	color: #111;
 	margin-top: .3rem;
 	margin-bottom: .3rem;
}
.page-header h1 span {
	display: block;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1;
 	margin-bottom: .4rem;
}
.page-header.page-header-bg {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.page-header.page-header-bg h1 {
	color: #fff;
}
.page-header h1, .page-title {
	font-family: "Poppins", "notokr", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
/*
@media (min-width: 768px) {
	 .page-header {
 		padding-top: 6rem;
 		padding-bottom: 7rem;
	}
 	.page-header h1 span {
 		font-size: 1.6rem;
	}
 	.page-header.page-header-bg {
 		background-position: center right;
	}
}
@media (min-width: 992px) {
 	.page-header {
 		padding-top: 9rem;
 		padding-bottom: 10.25rem;
	}
 	.page-header h1 span {
 		font-size: 1.8rem;
	}
}*/
@font-face {
 font-family: 'porto';
 src: url("../fonts/porto.eot?64334846");
 src: url("../fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto.woff2?64334846") format("woff2"), url("../fonts/porto.woff?64334846") format("woff"), url("../fonts/porto.ttf?64334846") format("truetype"), url("../fonts/porto.svg?64334846#porto") format("svg");
 font-weight: normal;
 font-style: normal;
}
[class^='icon-']:before, [class*=' icon-']:before {
 display: inline-block;
 width: 1em;
 margin-right: .2em;
 margin-left: .2em;
 font-family: 'porto';
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 line-height: 1em;
 text-align: center;
 text-decoration: inherit;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 speak: none;
}
.icon-cancel:before {
	content: '\e800';
}
.icon-spin2:before {
	content: '\e801';
}
.icon-spin3:before {
	content: '\e802';
}
.icon-spin4:before {
	content: '\e803';
}
.icon-spin5:before {
	content: '\e804';
}
.icon-spin6:before {
	content: '\e805';
}
.icon-firefox:before {
	content: '\e806';
}
.icon-chrome:before {
	content: '\e807';
}
.icon-opera:before {
	content: '\e808';
}
.icon-ie:before {
	content: '\e809';
}
.icon-phone:before {
	content: '\e80a';
}
.icon-down-dir:before {
	content: '\e80b';
}
.icon-cart:before {
	content: '\e80c';
}
.icon-up-dir:before {
	content: '\e80d';
}
.icon-mode-grid:before {
	content: '\e80e';
}
.icon-mode-list:before {
	content: '\e80f';
}
.icon-compare:before {
	content: '\e810';
}
.icon-wishlist:before {
	content: '\e811';
}
.icon-search:before {
	content: '\e812';
}
.icon-left-dir:before {
	content: '\e813';
}
.icon-right-dir:before {
	content: '\e814';
}
.icon-down-open:before {
	content: '\e815';
}
.icon-left-open:before {
	content: '\e816';
}
.icon-right-open:before {
	content: '\e817';
}
.icon-up-open:before {
	content: '\e818';
}
.icon-angle-left:before {
	content: '\e819';
}
.icon-angle-right:before {
	content: '\e81a';
}
.icon-angle-up:before {
	content: '\e81b';
}
.icon-angle-down:before {
	content: '\e81c';
}
.icon-down:before {
	content: '\e81d';
}
.icon-left:before {
	content: '\e81e';
}
.icon-right:before {
	content: '\e81f';
}
.icon-up:before {
	content: '\e820';
}
.icon-angle-double-left:before {
	content: '\e821';
}
.icon-angle-double-right:before {
	content: '\e822';
}
.icon-angle-double-up:before {
	content: '\e823';
}
.icon-angle-double-down:before {
	content: '\e824';
}
.icon-mail:before {
	content: '\e825';
}
.icon-location:before {
	content: '\e826';
}
.icon-skype:before {
	content: '\e827';
}
.icon-right-open-big:before {
	content: '\e828';
}
.icon-left-open-big:before {
	content: '\e829';
}
.icon-down-open-big:before {
	content: '\e82a';
}
.icon-up-open-big:before {
	content: '\e82b';
}
.icon-retweet:before {
	content: '\e82c';
}
.icon-user:before {
	content: '\e82d';
}
.icon-mail-alt:before {
	content: '\e82e';
}
.icon-fax:before {
	content: '\e82f';
}
.icon-lock:before {
	content: '\e830';
}
.icon-company:before {
	content: '\e831';
}
.icon-city:before {
	content: '\e832';
}
.icon-post:before {
	content: '\e833';
}
.icon-country:before {
	content: '\e834';
}
.icon-calendar:before {
	content: '\e835';
}
.icon-doc:before {
	content: '\e836';
}
.icon-mobile:before {
	content: '\e837';
}
.icon-clock:before {
	content: '\e838';
}
.icon-chat:before {
	content: '\e839';
}
.icon-tag:before {
	content: '\e83a';
}
.icon-folder:before {
	content: '\e83b';
}
.icon-folder-open:before {
	content: '\e83c';
}
.icon-forward:before {
	content: '\e83d';
}
.icon-reply:before {
	content: '\e83e';
}
.icon-cog:before {
	content: '\e83f';
}
.icon-cog-alt:before {
	content: '\e840';
}
.icon-wrench:before {
	content: '\e841';
}
.icon-quote-left:before {
	content: '\e842';
}
.icon-quote-right:before {
	content: '\e843';
}
.icon-gift:before {
	content: '\e844';
}
.icon-dollar:before {
	content: '\e845';
}
.icon-euro:before {
	content: '\e846';
}
.icon-pound:before {
	content: '\e847';
}
.icon-rupee:before {
	content: '\e848';
}
.icon-yen:before {
	content: '\e849';
}
.icon-rouble:before {
	content: '\e84a';
}
.icon-try:before {
	content: '\e84b';
}
.icon-won:before {
	content: '\e84c';
}
.icon-bitcoin:before {
	content: '\e84d';
}
.icon-ok:before {
	content: '\e84e';
}
.icon-chevron-left:before {
	content: '\e84f';
}
.icon-chevron-right:before {
	content: '\e850';
}
.icon-export:before {
	content: '\e851';
}
.icon-star:before {
	content: '\e852';
}
.icon-star-empty:before {
	content: '\e853';
}
.icon-plus-squared:before {
	content: '\e854';
}
.icon-minus-squared:before {
	content: '\e855';
}
.icon-plus-squared-alt:before {
	content: '\e856';
}
.icon-minus-squared-alt:before {
	content: '\e857';
}
.icon-truck:before {
	content: '\e858';
}
.icon-lifebuoy:before {
	content: '\e859';
}
.icon-pencil:before {
	content: '\e85a';
}
.icon-users:before {
	content: '\e85b';
}
.icon-video:before {
	content: '\e85c';
}
.icon-menu:before {
	content: '\e85d';
}
.icon-desktop:before {
	content: '\e85e';
}
.icon-doc-inv:before {
	content: '\e85f';
}
.icon-circle:before {
	content: '\e860';
}
.icon-circle-empty:before {
	content: '\e861';
}
.icon-circle-thin:before {
	content: '\e862';
}
.icon-mini-cart:before {
	content: '\e863';
}
.icon-paper-plane:before {
	content: '\e864';
}
.icon-attention-alt:before {
	content: '\e865';
}
.icon-info:before {
	content: '\e866';
}
.icon-compare-link:before {
	content: '\e867';
}
.icon-cat-default:before {
	content: '\e868';
}
.icon-cat-computer:before {
	content: '\e869';
}
.icon-cat-couch:before {
	content: '\e86a';
}
.icon-cat-garden:before {
	content: '\e86b';
}
.icon-cat-gift:before {
	content: '\e86c';
}
.icon-cat-shirt:before {
	content: '\e86d';
}
.icon-cat-sport:before {
	content: '\e86e';
}
.icon-cat-toys:before {
	content: '\e86f';
}
.icon-tag-line:before {
	content: '\e870';
}
.icon-bag:before {
	content: '\e87f';
}
.icon-search-1:before {
	content: '\e872';
}
.icon-plus:before {
	content: '\e873';
}
.icon-minus:before {
	content: '\e874';
}
.icon-search-2:before {
	content: '\e875';
}
.icon-bag-1:before {
	content: '\e876';
}
.icon-online-support:before {
	content: '\e877';
}
.icon-shopping-bag:before {
	content: '\e878';
}
.icon-us-dollar:before {
	content: '\e879';
}
.icon-shipped:before {
	content: '\e87a';
}
.icon-list:before {
	content: '\e87b';
}
.icon-money:before {
	content: '\e87c';
}
.icon-shipping:before {
	content: '\e87d';
}
.icon-support:before {
	content: '\e87e';
}
.icon-bag-2:before {
	content: '\e87f';
}
.icon-grid:before {
	content: '\e880';
}
.icon-bag-3:before {
	content: '\e881';
}
.icon-direction:before {
	content: '\e882';
}
.icon-home:before {
	content: '\e883';
}
.icon-magnifier:before {
	content: '\e884';
}
.icon-magnifier-add:before {
	content: '\e885';
}
.icon-magnifier-remove:before {
	content: '\e886';
}
.icon-phone-1:before {
	content: '\e887';
}
.icon-clock-1:before {
	content: '\e888';
}
.icon-heart:before {
	content: '\e889';
}
.icon-heart-1:before {
	content: '\e88a';
}
.icon-earphones-alt:before {
	content: '\e88b';
}
.icon-credit-card:before {
	content: '\e88c';
}
.icon-action-undo:before {
	content: '\e88d';
}
.icon-envolope:before {
	content: '\e88e';
}
.icon-chart:before {
	content: '\e88f';
}
.icon-down-1:before {
	content: '\e890';
}
.icon-up-1:before {
	content: '\e891';
}
.icon-eye:before {
	content: '\e892';
}
.icon-spin1:before {
	content: '\e893';
}
.icon-twitter:before {
	content: '\f099';
}
.icon-facebook:before {
	content: '\f09a';
}
.icon-gplus:before {
	content: '\f0d5';
}
.icon-linkedin:before {
	content: '\f0e1';
}
.icon-spinner:before {
	content: '\f110';
}
.icon-instagram:before {
	content: '\f16d';
}
.icon-sliders:before {
	content: '\e817';
}
.icon-question-circle-o:before {
	content: '\f29c';
}
.icon-check-empty:before {
	content: '\f87a';
}
.icon-check:before {
	content: '\f87b';
}
.icon-docs-inv:before {
	content: '\e895';
}
.icon-briefcase:before {
	content: '\e896';
}
.icon-user-2:before {
	content: '\e91a';
}
.icon-search-3:before {
	content: '\e918';
}
.icon-wishlist-2:before {
	content: '\e91b';
}
.icon-secure-payment:before {
	content: '\e919';
}
.icon-smiling-girl:before {
	content: '\e91f';
}
.icon-boy-broad-smile:before {
	content: '\e921';
}
.icon-smiling-baby:before {
	content: '\e922';
}
.icon-tshirt:before {
	content: '\e920';
}
.icon-chef:before {
	content: '\e91e';
}
.icon-edit:before {
	content: '\e91d';
}
.icon-gift-2:before {
	content: '\e91c';
}
.icon-category-saddle:before {
	content: '\e916';
}
.icon-category-pedals:before {
	content: '\e915';
}
.icon-category-frames:before {
	content: '\e914';
}
.icon-category-chains:before {
	content: '\e913';
}
.icon-category-tools:before {
	content: '\e917';
}
.icon-category-fashion:before {
	content: '\e905';
}
.icon-category-electronics:before {
	content: '\e904';
}
.icon-category-garden:before {
	content: '\e90a';
}
.icon-category-music:before {
	content: '\e902';
}
.icon-category-motors:before {
	content: '\e901';
}
.icon-category-home:before {
	content: '\e900';
}
.icon-category-gifts:before {
	content: '\e903';
}
.icon-category-furniture:before {
	content: '\e909';
}
form {
	margin-bottom: 3.5rem;
}
form h2 {
	margin-top: 3.4rem;
	margin-bottom: 2.3rem;
}
.form-group {
	margin-bottom: 1.4rem;
}
.form-group .form-control,  .form-group .select-custom {
	margin-bottom: 0;
}
.form-group .form-control + .form-control {
	margin-top: 1rem;
}
.form-group-sm {
	max-width: 480px;
 	margin-bottom: .9rem;
}
.form-control {
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #767f84;
	/*font-family: "NamumGothic", sans-serif;*/
	font-size: 1rem;	
	height: 4.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	padding: 1.25rem 1.5rem;
	transition: all .3s;
	border-radius: 5px;
}
.form-control:focus {
	border-color: #d12222;
	background-color: #fff;
	color: #767f84;
	box-shadow: none;
}
.form-control-sm {
	font-size: 1.2rem;
	height: 4.4rem;
	padding: 1.2rem 1.5rem;
}
 select.form-control:not([size]):not([multiple]) {
 height: 4.6rem;
}
 select.form-control-sm:not([size]):not([multiple]) {
 height: 4.4rem;
}
 .main .form-control::-webkit-input-placeholder {
 color: #767f84;
}
 .main .form-control::-moz-placeholder {
 color: #767f84;
}
 .main .form-control:-ms-input-placeholder {
 color: #767f84;
}
 .main .form-control::-ms-input-placeholder {
 color: #767f84;
}
 .main .form-control::placeholder {
 color: #767f84;
}
.form-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
	font-size: 1rem;
	vertical-align: middle;
}
.form-footer .form-footer-right {
	margin-right: 0;
	margin-left: auto;
}
.form-footer .form-footer-right .btn {
	margin: 0;
}
.form-footer .btn {
	margin-right: 3rem;
}
.forget-pass {
	line-height: 1.3;
}
label {
	color: #222;
	font-size: 1.143rem;
	margin: 0 0 .6rem;	
	display: flex;
	align-items: center;
}
.required-field > label:after {
	margin: 0 0 0 .45rem;
	color: #e02b27;
	font-size: 1.2rem;
	content: '*';
}
.required {
	color: #e02b27;
	font-size: 1.2rem;
}
.required + .form-footer {
 margin-top: .8rem;
}
.select-custom {
	position: relative;
	margin-bottom: 1rem;
}
.select-custom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: none;
	background: transparent;
	position: relative;
	z-index: 1;
}
.select-custom select:focus {
	background: transparent;
}
 @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .select-custom select::-ms-expand {
 display: none;
}
 .select-custom select:focus::-ms-value {
 background: transparent;
 color: currentColor;
}
}
.select-custom:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.9rem;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
	color: #34373f;
	font-family: 'porto';
	font-size: 1.5rem;
	content: '\e81c';
}
.select-custom .form-control,  .select-custom .form-control-sm {
	padding-right: 4rem;
}
.form-group-custom-control {
	margin-top: 2rem;
}
.form-group-custom-control .custom-control {
	margin-top: 0;
	margin-bottom: 2rem;
}
.form-group-custom-control + .form-group-custom-control {
 margin-top: -.5rem;
}
.form-group-custom-control .custom-control-label {
	letter-spacing: 0;
	text-transform: initial;
}
.custom-control {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-left: 1.8rem;
}
.custom-control-label {
	font-size: 1rem;
	margin-bottom: 0;
 	margin-top: .1rem;
	position: static;
}
.custom-control-label:before, .custom-control-label:after {
	top: 0;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
}
.custom-control-label:before {
	border: 1px solid #ccc;
	background-color: #fff;
}
.custom-checkbox .custom-control-label:before {
	border-radius: 0;
}
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
 .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
 background-color: #d12222;
 border-color: #d12222;
 color: #d12222;
}
 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
 background-color: #d12222;
}
 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
 background-color: rgba(1, 171, 236, 0);
}
 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
 background-color: rgba(1, 171, 236, 0);
}
.form-input {
	padding: 1rem 1.2rem;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.form-wide {
	width: 100%;
}
 @media (min-width: 768px) {
 form,  .form-footer {
 margin-bottom: 4rem;
}
 form h2 {
 margin-top: 4.4rem;
}
}
@media (min-width: 992px) {
 form,  .form-footer {
 margin-bottom: 5rem;
}
}
.btn {
	padding: 1rem 2rem;
	font-size: 1rem;
	line-height: 1.5;
	min-width: 124px;
	transition: all .3s;
	font-weight: inherit;
	border-radius: 50px;
}

.btn-down {
	padding: 1.24rem 3.4rem;
	font-size: 1.24rem;
    
}
.btn-down:before {content: ''}

.btn-sm {
	font-size: 1rem;
	padding: 1rem 1.5rem;
	letter-spacing: 1px;
	min-width: 90px;
}
.btn-link {
	padding-top: 0;
	padding-bottom: 0;
	color: #ba2626;
	text-transform: initial;
	letter-spacing: 0;
	font-size: 13px;
	min-width: 0;
}
.btn-link:hover, .btn-link:focus {
	color: #ba2626;
	text-decoration: underline;
}
.btn-md {
	padding: 1rem 2.4rem;
	font-size: 12px;
	letter-spacing: .025em;
	text-shadow: none;
}
.btn-primary {
	border-color: #262627;
	background-color: #262627;
	color: #fff;
	box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	border-color: #d0222a;
	background-color: #d0222a;
	color: #fff;
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
	border-color: #999;
	background-color: #999;
	color: #fff;
}
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
 	border-color: #999;
 	background-color: #999;
 	color: #fff;
}
.btn-info {
	color:#fff;
	background-color:#222529;
	border-color:#222529
}
.btn-info:hover {
	color:#fff;
	background-color:#d0222a;
	border-color:#d0222a
}
.btn-info.focus, .btn-info:focus {
	box-shadow:0 0 0 .2rem rgba(23, 162, 184, 0)
}
.btn-info.disabled, .btn-info:disabled {
	color:#fff;
	background-color:#222529;
	border-color:#222529
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color:#fff;
	background-color:none;
	border-color:none
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(23, 162, 184, 0)
}
.btn-secondary {
	border-color: #f7d13a;
	background-color: #f7d13a;
	color: #222;
	box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
	border-color: #222;
	background-color: #f7d13a;
	color: #000;
	box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	border-color: #f7d13a;
	background-color: #f7d13a;
	color: #222;
}
 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
 	border-color: #f7d13a;
 	background-color: #f7d13a;
 	color: #222;
}
.btn-dark {
	border-color: #222529;
	background-color: #222529;
	color: #fff;
	box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
	border-color: #ba2626;
	background-color: #ba2626;
	color: #fff;
	box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
	border-color: #222529;
	background-color: #222529;
	color: #fff;
}
 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
 	border-color: #ba2626;
 	background-color: #ba2626;
 	color: #fff;
}
.btn-outline {
	border-color: #999;
	background-color: transparent;
	background-image: none;
	color: #333;
 	font-weight:600;
}
.btn-outline:hover, .btn-outline.focus {
	border-color: #ba2626/*ccc*/;
	color: #ba2626/*#222*/;
	box-shadow: none;
}
.btn-outline.disabled, .btn-outline:disabled {
	background-color: transparent;
	color: #ccc;
}
 .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
 	border-color: #ba2626;
 	background-color: transparent;
 	color: #ba2626;
}
.btn-outline-secondary {
	border-color: #999;
	background-color: #fff;
	background-image: none;
	color: #333;
	font-weight: 600;
}
.btn-outline-secondary:hover, .btn-outline-secondary.focus {
	border-color: #999;
	background-color: #999;
	color: #fff;
	box-shadow: none;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	background-color: transparent;
	color: #777;
}
 .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
 	border-color: #999;
 	background-color: #999;
 	color: #fff;
}
.btn-outline-dark {
	border-color: #efefef;
	background-color: transparent;
	background-image: none;
	color: #05131c;
}
.btn-outline-dark:hover, .btn-outline-dark.focus {
	border-color: #ba2626;
	background-color: #ba2626;
	color: #fff;
	box-shadow: none;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	background-color: transparent;
	color: #05131c;
}
 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
 	border-color: #ba2626;
 	background-color: #ba2626;
 	color: #fff;
}
.btn-social-login {
	display: flex;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ba2626;
	font-family: Open Sans;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-social-login span, .btn-social-login i {
	color: #fff;
}
.btn-social-login i {
	margin-top: 3px;
	padding-right: 6px;
}
.btn-social-login:hover i {
	color: #fff;
}
.btn-facebook {
	background: #3a589d;
}
.btn-gplus {
	background: #dd4e31;
}
.btn-twitter {
	background: #1aa9e1;
}
.owl-dots .owl-dot, .owl-nav .owl-prev, .owl-nav .owl-next {
	outline: none;
}
a:focus {
	outline: none;
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
.mfp-container .mfp-preloader, .porto-loading-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #ba2626;
	content: '';
	z-index: 2;
	border-image: none;
 -webkit-animation: spin .75s infinite linear;
 animation: spin .75s infinite linear;
}
.mfp-container .mfp-preloader:before, .porto-loading-icon:before {
	position: absolute;
	top: -2px;
	right: 0;
	left: -2px;
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
	border-top-color: inherit;
	content: '';
	-webkit-animation: spin 1.5s infinite ease;
	animation: spin 1.5s infinite ease;
}
.alert {
	border-radius: 0;
	margin-bottom: 2rem;
	padding: 1.4rem 1.5rem;
}
.alert.alert-intro {
	font-size: 1.4rem;
}
.card {
	margin-bottom: 3rem;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 1rem;
}
.card-header {
	margin: 0;
	padding: 1.2rem 1.5rem;
	border-radius: 0;
	border-color: #ddd;
	background-color: #f5f5f5;
	color: #282d3b;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
}
.card-header:after {
	display: block;
	clear: both;
	content: '';
}
.card-header .card-edit {
	display: inline-block;
 margin-top: .1rem;
	float: right;
	color: #ba2626;
	font-size: 1rem;
	
	text-transform: capitalize;
}
.card-body {
	min-height: 135px;
	padding: 2rem 1.5rem;
	border-top: 0;
	border-radius: 0;
}
.card-body a {
	text-decoration: underline;
}
.card-body h4 {
 margin-bottom: .7rem;
	color: #8a8a8a;
}
.modal form {
	margin: 0;
}
.modal form .form-group {
	max-width: 480px;
}
.modal form .form-control {
	max-width: 100%;
}
.modal-body {
	padding: 1.5rem;
}
.modal-content {
	border-radius: 0;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}
.modal-header, .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.modal-title {
	font-weight: 600;
}
.close {
	font-size: 2.2rem;
}
 @media (min-width: 576px) {
 .modal-content {
 margin-top: 20px;
 margin-bottom: 20px;
}
 .modal-body {
 max-height: calc(100vh - 210px);
 padding-top: 2rem;
 overflow-y: auto;
}
 .modal-header,  .modal-footer,  .modal-body {
 padding-right: 2em;
 padding-left: 2rem;
}
}
@media (min-width: 992px) {
 .modal-dialog {
 max-width: 800px;
}
 .modal-header,  .modal-footer,  .modal-body {
 padding-right: 3rem;
 padding-left: 3rem;
}
}
@media (max-width: 479px) {
 .modal-open,  .modal-open .modal {
 padding-right: 0 !important;
}
}
.member {
	margin-bottom: 2.8rem;
	padding: 2.5rem 0;
 transition: all .3s ease;
	background-color: #fff;
	text-align: center img;
	text-align-display: inline-block !important;
	text-align-max-width: 160px !important;
	text-align-height: auto;
	text-align-border-radius: 50%;
}
.owl-carousel .member {
 margin-bottom: .5rem;
}
.member-title {
 margin: 2.5rem 0 .5rem;
	color: #282d3b;
	font: 700 1.4rem/1 ;
	text-transform: uppercase;
}
.member-job {
	display: block;
	margin-bottom: 1rem;
	color: #8c8e94;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.tooltip {
	font-size: 1rem;
}
.tooltip.show {
	opacity: 1;
}
.tooltip .arrow {
	width: 1rem;
	height: 1rem;
}
 .bs-tooltip-top, .bs-tooltip-auto[x-placement^='top'] {
 padding: 1rem 0;
}
 .bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^='top'] .arrow:before {
 margin-left: -.5rem;
 border-width: 1rem 1rem 0;
 border-top-color: #ddd;
}
 .bs-tooltip-right, .bs-tooltip-auto[x-placement^='right'] {
 padding: 0 1rem;
}
 .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^='right'] .arrow {
 width: 1rem;
 height: 2rem;
}
 .bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^='right'] .arrow:before {
 border-width: 1rem 1rem 1rem 0;
 border-right-color: #ddd;
}
 .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^='bottom'] {
 padding: 1rem 0;
}
 .bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^='bottom'] .arrow:before {
 margin-left: -.5rem;
 border-width: 0 1rem 1em;
 border-bottom-color: #ddd;
}
 .bs-tooltip-left, .bs-tooltip-auto[x-placement^='left'] {
 padding: 0 1rem;
}
 .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^='left'] .arrow {
 width: 1rem;
 height: 1rem;
}
 .bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^='left'] .arrow:before {
 border-width: 1rem 0 1rem 1rem;
 border-left-color: #ddd;
}
.tooltip-inner {
	max-width: 270px;
	padding: 1.2rem 1.5rem;
	border: 1px solid #ddd;
 border-radius: .1rem;
	background-color: #f4f4f4;
	color: #777;
	text-align: left;
}
.social-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.social-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	background-color: #ba2626;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	opacity: 1;
}
.social-icon + .social-icon {
 margin-left: .5rem;
}
.social-icon:hover, .social-icon:focus {
	color: #fff;
	text-decoration: none;
	opacity: .85;
}
.social-icon.social-facebook {
	background-color: #3b5a9a;
	color: #fff;
}
.social-icon.social-twitter {
	background-color: #1aa9e1;
	color: #fff;
}
.social-icon.social-linkedin {
	background-color: #0073b2;
	color: #fff;
}
.social-icon.social-gplus {
	background-color: #dd4b39;
	color: #fff;
}
.social-icon.social-mail {
	background-color: #dd4b39;
	color: #fff;
}
.info-boxes-container {
	background-color: #2f3946;
	margin-bottom: 3rem;
}
.info-boxes-container .container,  .info-boxes-container .container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.info-box {
	text-align: center;
	padding: 1.1rem 1.5rem;
	width: 100%;
	color: #c8cdcf;
}
.info-box i {
	display: block;
	color: #ba2626;
	font-size: 4.769rem;
	min-width: 4.769rem;
	margin-bottom: 2rem;
	text-align: center;
}
.info-box i:before {
	width: auto;
	margin: 0;
}
.info-box .info-title {
	color: #222529;
	font: 700 1.8rem/1.1 ;
 letter-spacing: -.01rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.info-box .info-subtitle {
	color: #222529;
	font: 600 1.7rem/1.1 ;
 letter-spacing: -.01rem;
	margin-bottom: 2.5rem;
}
.info-box p {
	color: #777;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .05em;
	
}
.info-box + .info-box {
	border-top: 1px solid #ba2626;
}
 @media (min-width: 768px) {
 .info-boxes-container {
 margin-bottom: 4rem;
}
 .info-boxes-container .container,  .info-boxes-container .container-fluid {
 -ms-flex-direction: row;
 flex-direction: row;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
}
 .info-box {
 padding-top: 6rem;
 padding-bottom: 6rem;
 justify-content: center;
}
 .info-box:first-child {
 justify-content: flex-start;
}
 .info-box + .info-box {
 border-top: 0;
}
}
@media (max-width: 767px) {
 .info-boxes-container .container {
 width: 100%;
 max-width: none;
}
}
.feature-box {
	width: 100%;
	color: #4a505e;
	margin-bottom: 3rem;
}
.feature-box:after {
	display: block;
	clear: both;
	content: '';
}
.feature-box i {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ba2626;
	font-size: 5.5rem;
	width: 7.5rem;
}
.feature-box h3 {
	color: #21293c;
	font: 700 1.4rem/1.1 "Poppins", "notokr", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.feature-box p {
	margin-bottom: 1.3rem;
}
.feature-box-content {
	margin-left: 9rem;
	color: #7b858a;
	font-size: 1.5rem;
	line-height: 1.8;
}
.nav.nav-tabs {
	margin: 0 0 2rem 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.nav.nav-tabs .nav-item {
	margin-top: 2rem;
}
.nav.nav-tabs .nav-item .nav-link {
	padding: 0 3rem 1.6rem;
	border: 0;
	border-bottom: 3px solid transparent;
	color: #222529;
	font: 600 1.6rem/1 ;
 	letter-spacing: -.01rem;
}
.nav.nav-tabs .nav-item .nav-link:hover {
	color: #ba2626;
}
.nav.nav-tabs .nav-item.show .nav-link,  .nav.nav-tabs .nav-item .nav-link.active {
	border-bottom-color: #ba2626;
	color: #ba2626;
	background-color: transparent;
}
.testimonial-owner {
	display: flex;
	display: -ms-flexbox;
	align-content: center;
	-ms-flex-align: center;
}
.testimonial-owner figure {
	max-width: 60px;
	margin-right: 25px;
}
.testimonial-owner h4 {
	display: block;
 margin-bottom: .5rem;
 padding-top: .7rem;
	color: #111;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.testimonial-owner span {
	display: block;
	color: #666;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.testimonial blockquote {
	position: relative;
	margin-left: 15px;
	padding: 1rem 2rem;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.8;
}
.testimonial blockquote:before {
	position: absolute;
	top: 0;
	left: -1rem;
	color: #ba2626;
	font-family: 'porto';
	font-size: 2.1rem;
	
	line-height: 1;
	content: '\e842';
}
 @media (min-width: 576px) {
 .testimonial blockquote {
 margin-left: 85px;
 padding: 1.5rem 3rem 1.5rem 2rem;
}
}
.toolbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #7a7d82;
	font-size: 1.4rem;
	line-height: 1.5;
}
.toolbox:after {
	display: block;
	clear: both;
	content: '';
}
.toolbox.toolbox-pagination {
	margin-bottom: 5rem;
	padding-top: 2rem;
}
.toolbox .pagination {
	margin-left: auto;
}
.toolbox .select-custom {
	margin-bottom: 0;
}
.toolbox .select-custom:after {
	right: 1.3rem;
	font-size: 1.6rem;
	top: 50%;
}
.toolbox .select-custom .form-control {
	max-width: 20rem;
	width: 20rem;
	padding-right: 2.5rem;
	border-color: #e4e4e4;
	font-size: 1rem;
}
.toolbox label {
	display: none;
	margin-top: 1px;
	margin-bottom: 0;
	color: #7a7d82;
	font-size: 1rem;
	
}
.toolbox .form-control {
	color: #7a7d82;
	display: inline-block;
 border-width: .1rem;
 padding: 0 .8rem;
	margin-bottom: 0;
}
 .toolbox .form-control:not(:focus) {
 border-color: #e4e4e4;
}
 .toolbox select.form-control:not([size]):not([multiple]) {
 height: 44px;
 padding-left: 16px;
}
.toolbox .toolbox-show .select-custom:after {
	right: 1rem;
}
.toolbox-pagination .toolbox-show {
	display: none;
}
.pagination {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	border-radius: 0;
	font-weight: 600;
}
.page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	height: 3rem;
	font-size: 1rem;
 	padding: 0 .3rem;
	line-height: 1.1;
	color: #706f6c;
	background-color: transparent;
 	border: .1rem solid #e9e9e9;
	font-weight: 600;
}
.page-link.page-link-btn {
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
	height: 3.2rem;
	padding: 0;
	border: 0;
	color: #6f6e6b;
	font-size: 2rem;
}
.page-link.page-link-btn i {
	position: relative;
 	top: -.1rem;
}
.page-link.page-link-btn i:before {
	margin-right: 0;
	margin-left: 0;
}
.page-link:hover, .page-link:focus {
	box-shadow: none;
	color: #ba2626;
	text-decoration: none;
	background-color: transparent;
}
.page-item + .page-item {
 	margin-left: .8rem;
}
.page-item:nth-child(2) {
 	margin-left: 1rem;
}
.page-item:last-child {
	margin-left: 1rem;
}
.page-item span {
 	padding-right: .3rem;
 	padding-left: .3rem;
}
.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.page-item.active .page-link {
	border-color: #ba2626;
	background-color:#ba2626;
	color: #fff;
}
.page-item.disabled .page-link {
	color: #eaeaea;
}
.page-item.disabled .page-link.page-link-btn {
	color: #eaeaea;
	border-color: #eaeaea;
	background-color: transparent;
}
.toolbox-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.toolbox-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.toolbox-item.toolbox-sort {
	margin-right: 1.5rem;
}
.toolbox-item.toolbox-show {
	margin-left: auto;
	font-size: 1.2rem;
}
.toolbox-item label {
	margin-right: 1.2rem;
}
.sorter-btn {
 margin-left: .8rem;
	color: #000;
	font-size: 1.7rem;
	text-decoration: none;/*
  &:before {
    font-family: 'porto';
    content: '\e890';
  }*/ }
.sorter-btn.btn-desc:before {
	content: '\e891';
}
.sorter-btn:hover, .sorter-btn:focus {
	text-decoration: none;
}
.layout-modes {
	display: none;
	margin-left: 2.1rem;
	font-size: 0;
	align-items: center;
}
.layout-btn {
	display: inline-block;
	height: 3.4rem;
 margin-right: .7rem;
	color: #000;
	font-size: 1.6rem;
	line-height: 3.4rem;
	text-align: center;
	text-decoration: none;
}
.layout-btn i:before {
	margin-left: 0;
	margin-right: 0;
}
.layout-btn:last-child {
	margin-right: 0;
}
.layout-btn.active, .layout-btn:hover, .layout-btn:focus {
	color: #ba2626;
	text-decoration: none;
}
.horizontal-filter .toolbox-sort {
	margin-left: auto;
}
.horizontal-filter .toolbox-item:last-child {
	display: none;
}
 @media (min-width: 480px) {
 .layout-modes {
 display: -ms-flexbox;
 display: flex;
}
 .horizontal-filter .toolbox-show {
 margin-left: 0;
}
 .toolbox-pagination .toolbox-show {
 display: -ms-flexbox;
 display: flex;
 margin-left: 0;
}
}
@media (min-width: 576px) {
 .toolbox-left {
 margin-bottom: 0;
}
 .toolbox-left label {
 margin-right: 1.8rem;
}
 .horizontal-filter .toolbox-item:last-child {
 display: -ms-flexbox;
 display: flex;
}
}
@media (min-width: 768px) {
 	.toolbox label {
 		display: block;
	}
}
@media (min-width: 992px) {
 	.toolbox.toolbox-pagination {
 		margin-top: 1.5rem;
 		margin-bottom: 5rem;
	}
}
@media (max-width: 575px) {
	 .horizontal-filter .toolbox-item.toolbox-sort {
 		margin-right: 0;
	}
}
.login-popup .mfp-content {
	width: 80%;
	max-width: 872px;
	background-color: #fff;
}
.login-popup .container {
	padding: 2.5rem 3rem;
}
.login-popup .title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2;
	text-transform: uppercase;
}
.login-popup form {
	display: block;
}
.login-popup label {
	color: #777;
	font-size: 1.2rem;
	
	line-height: 1;
	text-transform: capitalize;
}
.login-popup .form-footer {
	margin: 0 0 2rem;
}
.login-popup .form-footer .custom-control {
	margin: 0 0 0 auto;
	font-size: 1rem;
}
.login-popup .forget-password {
	color: #ba2626;
	font-size: 1rem;
}
.login-popup .social-login-wrapper {
	padding: 2rem 2rem 2.5rem;
	background-color: #f4f4f2;
	text-align: center;
}
.login-popup .social-login-wrapper p {
	margin-bottom: 2rem;
	color: #121214;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.login-popup .btn-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.mfp-newsletter.mfp-bg {
 transition: all .35s;
	background-color: transparent;
}
.newsletter-popup {
	position: relative;
	max-width: 700px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 46px 46px 25px;
	border-radius: 0;
	background: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.mfp-close-btn-in .newsletter-popup .mfp-close {
	top: -2.5px;
	color: #ba2626;
	font-size: 2rem;
	font-weight: 600;
	opacity: .85;
}
.newsletter-popup-content {
	max-width: 300px;
	text-align: center;
}
.newsletter-popup-content .form-control {
	height: auto;
	padding-top: 6.5px;
	padding-bottom: 6.5px;
	border-radius: 0;
	font-size: 13px;
}
.newsletter-popup-content .btn {
	min-width: 54px;
	margin-left: -1px;

	padding: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: transparent;
	color: #555;
	font-family: "Poppins", "notokr", sans-serif;
	font-size: 1.4rem;
	letter-spacing: .08em;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}
.logo-newsletter {
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: auto;
}
.newsletter-popup h2 {
	margin: 32px 0 12px;
	color: #313131;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
.newsletter-popup p {
	color: #444;
	font-size: 1rem;
	line-height: 1.4;
}
.newsletter-popup form {
	margin: 0 0 2.1rem;
}
.newsletter-subscribe {
	font-size: 1.1rem;
	text-align: left;
}
.newsletter-subscribe .checkbox {
	margin-top: 1.5rem;
}
.newsletter-subscribe input {
 margin-right: .5rem;
}
.newsletter-subscribe label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.1rem;
}
.mfp-newsletter.mfp-removing {
 transition: opacity .35s ease-out;
	opacity: 0;
}
.mfp-ready.mfp-bg {
 transition: all .35s ease-out;
	background-color: #000;
}
.mfp-zoom-out-cur .mfp-bg {
	opacity: .8;
}
.mfp-zoom-out-cur .mfp-counter {
	color: #fff;
}
.mfp-zoom-out-cur .mfp-arrow-right:before {
	border-left: 0;
}
.mfp-zoom-out-cur .mfp-arrow-left:before {
	border-right: 0;
}
.mfp-ajax-product.mfp-bg, .login-popup.mfp-bg {
	opacity: 0;
}
.mfp-wrap .mfp-content {
 transition: all .35s ease-out;
	opacity: 0;
}
.mfp-ajax-product.mfp-wrap .mfp-content, .login-popup.mfp-wrap .mfp-content {
	max-width: 872px;
}
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
 @media (min-width: 768px) {
 .login-popup .col-md-6 {
 padding: 0 2rem;
}
 .login-popup .col-md-6:first-child {
 border-right: 1px solid #f5f6f6;
}
}
/* Plugins */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,  .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	width: 100%;
	margin: 0 auto;
}
.owl-carousel .owl-nav.disabled,  .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,  .owl-carousel .owl-nav .owl-next,  .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,  .owl-carousel .owl-nav button.owl-next,  .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
/**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
 .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
 max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	color: #bfbfbf;
	font-size: 2rem;
}
 .owl-theme .owl-nav [class*='owl-'] {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 color: #bfbfbf;
 margin: 0;
 font-size: 2rem;
 padding: 4px 7px;
 background: transparent;
 display: inline-block;
 cursor: pointer;
 border-radius: 3px;
}
 .owl-theme .owl-nav [class*='owl-'] i:before {
 margin: 0;
 width: auto;
}
 .owl-theme .owl-nav [class*='owl-']:hover {
 background: transparent;
 color: #ba2626;
 text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
	left: 0;
}
.owl-theme .owl-nav .owl-next {
	right: 0;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.2;
	cursor: default;
}
.owl-theme .owl-nav .disabled:hover {color:#222529; background:#e8e8e8}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 2.5rem;
}
.owl-theme .owl-dots {
	line-height: 1;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	position: relative;
	width: 0.8rem;
	height: 0.8rem;
	margin: 4px 4px;
	background: rgba(0, 0, 0, 0.25);
	display: block;
	-webkit-backface-visibility: visible;
 transition: all .3s ease;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #252525;
	background: #252525;
}
.owl-theme .owl-dots .owl-dot.active span:before {
	border-color: #252525;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.4);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
	border-color: rgba(255, 255, 255, 0.1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
	border-color: #fff;
	background: #fff;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
	border-color: #fff;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 0.5;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #222;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #222;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #222;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
 @media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
 padding-left: 0;
 padding-right: 0;
}
 .mfp-img-mobile img.mfp-img {
 padding: 0;
}
 .mfp-img-mobile .mfp-figure:after {
 top: 0;
 bottom: 0;
}
 .mfp-img-mobile .mfp-figure small {
 display: inline;
 margin-left: 5px;
}
 .mfp-img-mobile .mfp-bottom-bar {
 background: rgba(0, 0, 0, 0.6);
 bottom: 0;
 margin: 0;
 top: auto;
 padding: 3px 5px;
 position: fixed;
 box-sizing: border-box;
}
 .mfp-img-mobile .mfp-bottom-bar:empty {
 padding: 0;
}
 .mfp-img-mobile .mfp-counter {
 right: 5px;
 top: 3px;
}
 .mfp-img-mobile .mfp-close {
 top: 0;
 right: 0;
 width: 35px;
 height: 35px;
 line-height: 35px;
 background: rgba(0, 0, 0, 0.6);
 position: fixed;
 text-align: center;
 padding: 0;
}
}
@media all and (max-width: 900px) {
 .mfp-arrow {
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 .mfp-arrow-left {
 -webkit-transform-origin: 0;
 transform-origin: 0;
}
 .mfp-arrow-right {
 -webkit-transform-origin: 100%;
 transform-origin: 100%;
}
 .mfp-container {
 padding-left: 6px;
 padding-right: 6px;
}
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11;
}
.bootstrap-touchspin.input-group { 
	width: 76px;
	padding-right: 20px;
	margin-bottom: 0;
	margin-right: 10px;
}
@media (max-width:575px) {
	.bootstrap-touchspin.input-group {margin:0 auto; }
}
@media (max-width:425px) {
	.bootstrap-touchspin.input-group { width: 60px; /*margin-right: 5px;*/}
}

.bootstrap-touchspin .form-control {
	height: 4.2rem;
	text-align: center;
	margin-bottom: 0;
	max-width: 46px;
	padding: 1.05rem 1rem;
	line-height: 1.4;
}
.vertical-quantity {
	margin: 0 2px 0 0 !important;
	height: 4.2rem !important;
}
 .bootstrap-touchspin .form-control:not(:focus) {
 	border-color: #ccc;
	background-color: #fff;
	border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
	position: absolute;
	top: auto;
	right: 0;
	height: 2rem;
	padding: 0;
	width: 2rem;
	text-align: center;
	font-size: 1.2rem;
	min-width: 0;
	border-color: #ccc;
	padding: 0 .5rem;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn:before {
	position: relative;
	margin: 0;
	width: auto;
	line-height: 1;
	width: auto;
 	top: -.1rem;
 	margin-right: -.1rem;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	bottom: 0;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
 left: auto;
 right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	position: absolute;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
 height: .3rem;
}
.noUi-horizontal .noUi-handle {
	width: 1.1rem;
	height: 1.1rem;
 left: -.55rem;
	top: -.3em;
}
.noUi-vertical {
 width: .3rem;
	height: 150px;
}
.noUi-vertical .noUi-handle {
	width: 1.1rem;
	height: 1.1rem;
 left: -.4rem;
 top: -.5rem;
}
 html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
 right: -.55rem;
 left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
	background: #efefef;
	border-radius: 0;
}
.noUi-connects {
	border-radius: 0;
}
.noUi-connect {
	background: #ba2626;
}
/* Handles and cursors;
 */
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border-radius: 50%;
	background: #ba2626;
	cursor: pointer;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
	cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
/* Values;
 *
 */
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #CCC;
}
.noUi-marker-sub {
	background: #AAA;
}
.noUi-marker-large {
	background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}
main.home {
	padding: 100px 0 0;
}
.main {
	padding: 100px 0 10rem;
}
.skew-box {
	transform: skew(2deg, -2deg);
}
.home-slider {
	width: calc(100% - 295px);
	margin-left: auto;
	margin-bottom: 3rem;
}
.home-slide {
	height: 440px;
	padding: 10rem 8rem 0;
	position: relative;
	background-size: cover;
}
.home-slide p {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.005em;
	color: #999;
	margin-bottom: 0;
}
.home-slide .slide-content {
	text-align: right;
}
.home-slide .slide-content h2 {
	font-size: 5rem;
	color: #222529;
	line-height: 1;
	margin-bottom: 0;
	
}
.home-slide .slide-content h2 strong {
	font-weight: 700;
}
.home-slide .slide-content .skew-box-group {
	font-size: 2rem;
	line-height: 2.2rem;
	margin: 2rem 0 3rem;
}
.home-slide .slide-content button {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.01em;
	background-color: #ba2626;
	padding: 1rem 2rem 1rem 2.5rem;
}
.home-slide .slide-content button:hover {
	opacity: 0.8;
}
.home-slide .slide-content.content-left {
	align-items: flex-start;
}
.home-slide .slide-content.content-left .skew-box:first-child {
	padding: 0.8rem 3rem 0.8rem 1.2rem;
}
.home-slide .slide-content.content-left .skew-box:last-child {
	font-size: 2.6rem;
	padding: 0 1rem;
}
.service-section {
	border: 1px solid #e7e7e7;
	padding: 1rem 0;
	display: none;
	flex-wrap: wrap;
}
.service-section > div {
	border-right: 1px solid #e7e7e7;
	padding: 0 10px;
}
.service-section > div:last-child {
	border-right: none;
	border-bottom: none;
}
.service-widget {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	height: 100%;
}
.service-widget .service-icon {
	font-size: 4rem;
	color: #ba2626;
 margin-right: .8rem;
}
.service-widget .service-content {
	display: flex;
	flex-direction: column;
}
.service-widget .service-title {
	font-weight: 600;
	font-size: 1.4rem;
	color: #222529;
	text-transform: uppercase;
	margin-bottom: 0;
}
.service-widget p {
	font-weight: 300;
	font-size: 1rem;
	line-height: 22px;
	color: #777;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}
section, .product-panel, .product-category-panel {
	margin-bottom: 2rem;
}
section .section-title,  .product-panel .section-title,  .product-category-panel .section-title {
	margin-bottom: 4rem;
	padding-bottom: 1rem;
}
section .section-title h2,  .product-panel .section-title h2,  .product-category-panel .section-title h2, .cg-list .cg-title a {
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 2.143rem;
	line-height: 2.143rem;
	color: #222529;
}
@media (max-width:425px) {
	section .section-title h2,
	.product-panel .section-title h2,
	.product-category-panel .section-title h2,
	.cg-list .cg-title a { font-size: 1.8rem; }
	section, .product-panel, .product-category-panel { margin-bottom: 0; }
}
section .section-title h2 a,  .product-panel .section-title h2 a,  .product-category-panel .section-title h2 a {
	margin-left: 1rem;
	
	font-size: 1.4rem;
}
section .section-title h2 a:hover, section .section-title h2 a:active, section .section-title h2 a:focus,  .product-panel .section-title h2 a:hover,  .product-panel .section-title h2 a:active,  .product-panel .section-title h2 a:focus,  .product-category-panel .section-title h2 a:hover,  .product-category-panel .section-title h2 a:active,  .product-category-panel .section-title h2 a:focus {
	color: #ba2626;
	text-decoration: underline;
}
.grid .grid-item {
	padding: 0;
}
.grid .grid-item > * {
	height: 100%;
}
.grid .grid-item.height-x2 img {
	height: -webkit-fill-available;
}
.grid .grid-item img {
	margin-left: auto;
	margin-right: auto;
}
.product-panel .owl-carousel {
	margin-left: -1px;
}
.product-panel .owl-carousel .owl-item {
	padding: 0 1.5rem 1.5rem;
}
.product-panel .owl-carousel .owl-item.active {
	border-left: 1px solid #e7e7e7;
}
.product-panel .owl-carousel .owl-stage {
	margin-left: -2px;
}
.product-panel .grid .owl-carousel {
	margin-left: 0;
}
.product-panel .grid .owl-carousel .owl-item {
	padding: 0;
	border-left: none;
}
.product-panel .grid .owl-carousel .owl-stage {
	margin-left: 0;
}
.owl-carousel .owl-stage .product-default figure a {
	width: 18rem;
	height: 18rem;
	display: block;
}
 @media (max-width: 768px) {
     .owl-carousel .owl-stage .product-default figure a {
        width: 14rem;
	height: 14rem; 
     }
}
    

.product-default figure img {
	height: auto;
}
.product-default .label-group {
	top: 1rem;
	left: 1rem;
}
.product-default:hover figure {
	box-shadow: none;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid;
	background: none;
	margin: 5px 2px;
	border-radius: 7px;
	border-color: #e8e8e8;
	transition: all .2s;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
	border-color: #222529;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
	content: '';
	position: absolute;
	left: 3px;
	bottom: 3px;
	right: 3px;
	top: 3px;
	border-radius: 10px;
	background-color: #222529;
}
.product-slider {
	border: 1px solid #e8e8e8;
	margin-bottom: 2rem;
	height: 440px;
}
.product-slider .product-default {
	margin-bottom: 0;
}
.product-slider .owl-dots {
	position: absolute;
	bottom: 2rem;
	right: 50%;
	transform: translateX(50%);
}
.product-slider .product-slide {
	padding: 3rem 4rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.product-slider .product-slide h3 {
	font-size: 2.6rem;
	font-weight: 600;
	color: #222;
	letter-spacing: -0.2rem;
}
.product-slider .product-slide .product-title a {
	color: #222529;
}
.product-slider .product-slide figure {
	margin-bottom: 2rem;
}
.product-slider .product-slide figure img {
	width: auto;
	height: auto;
	margin: auto;
}
.bg-grey {
	background-color: #f4f4f4 !important;
}
.banner-product {
	margin-bottom: 5.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 5rem 3rem;
	background-repeat: no-repeat;
	background-color: #fff;
}
.banner-product h2 {
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #222529;
	margin: 1.8rem 0;
	line-height: 1.2;
}
.banner-product h3,  .banner-product .product-price {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.5rem 1rem;
}
.banner-product .product-price {
	padding: 0 1rem;
	text-decoration: none;
}
.banner-product .old-price {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #222529;
	margin-left: 5px;
}
.banner-product .primary-background h3,  .banner-product .primary-background .product-price {
	background-color: #ba2626;
}
.banner-product .secondary-background h3,  .banner-product .secondary-background .product-price {
	background-color: #000;
}
.product-category-intro a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #222529;
}
.product-category-intro a i {
	font-size: 4.5rem;
	padding: 2rem;
	background-color: #f4f4f4;
	border-radius: 50%;
	margin-bottom: 2rem;
 	transition: background-color .3s;
}
.product-category-intro a:hover {
	color: #ba2626;
}
.product-category-intro a:hover i {
	background-color: #ba2626;
	color: #fff;
}
.grid.margin-2 .grid-item {
	background-color: #fff;
  	border: 2px solid #f4f4f4;
}
.bg-none .grid.margin-2 .grid-item {
	border-color: #fff;
}
@media (min-width:992px) {
	.grid.margin-2 .grid-item { height: 380px;} 
}
.grid.margin-2 .grid-item.height-x1 {
	padding: 2.5rem 3rem 0;
}
.grid.margin-2 .grid-item .product-default {
	margin-bottom: 0;
}
.grid.margin-2 .grid-item .product-default figure {
	margin-bottom: 0;
}
.home-banner {
	background-color: #222529;
	display: flex;
}
.home-banner .image-container {
	width: 25%;
}
.home-banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.home-banner .info-group {
	flex: 1;
	display: flex;
	justify-content: space-between;
	margin: 0 3rem;
}
.home-banner .info-group > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-banner .info-group > div:first-child {
	flex: 1;
}
.home-banner .info-group .skew-box-group {
	margin-right: 4rem;
}
.home-banner p {
	font-weight: 600;
	letter-spacing: 0.025em;
	font-size: 1.2rem;
	color: #fff;
	opacity: 0.4;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-left: 1rem;
	margin-top: 2rem;
}
.home-banner h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 1rem 2rem;
}
.home-banner button {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #fff;
	background-color: black;
	padding: 1.2rem 3rem;
	margin: 2rem;
}
.home-banner button:hover {
	opacity: 0.8;
}
.home-banner .skew-box-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.home-banner span {
	font-size: 2rem;
	color: #000;
	padding: 0.3rem 1rem;
	font-weight: 600;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 1rem;
	margin-left: 3rem;
	letter-spacing: -.1rem;
}
.home-banner .sale-off {
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	margin-left: 3rem;
}
.home-banner .sale-off span {
	font-size: 2.2rem;
	color: #fff;
	background-color: #ba2626;
	padding: .3rem 0.5rem;
	margin: 0 0.5rem 0 0;
}
.home-banner .sale-off:before {
	content: 'UP TO';
	font-size: 1rem;
	letter-spacing: 0;
	color: #fff;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-80%, -50%) rotate(-90deg);
}
.no-border {
	border: none !important;
}
/* custom */
.detailed-category {
	display: none;
}
.detailed-category .height-x1 {
	height: 254px;
}
.detailed-category .height-x2 {
	height: 508px;
}
.detailed-category .product-default {
	padding: 2rem;
	border: 1px solid #e8e8e8;
	margin-bottom: 0;
}
.detailed-category .product-default figure img {
	object-fit: cover;
	width: 100%;
}
.detailed-category .height-x1 .product-default figure img {
	height: 150px;
}
.detailed-category .height-x2 .product-default figure img {
	height: 400px;
}
.detailed-category .home-slide {
	height: -webkit-fill-available;
	padding: 6.5rem 0;
}
.detailed-category .home-slide .slide-content {
	align-items: center;
	height: -webkit-fill-available;
}
.detailed-category .home-slide .slide-content h2 {
	margin-bottom: 3rem;
	word-break: break-word;
}
.detailed-category .home-slide .slide-content button {
	margin-right: 0;
}
.detailed-category .home-slide .slide-content button.btn-primary {
	background-color: #ba2626;
	border: none;
	color: #fff;
}
.detailed-category .home-slide .slide-content .skew-box-group {
	flex: 1;
}
.category-lists {
	background-color: #f4f4f4;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.category-lists a {
	color: #666;
	font-size: 1.2rem;
	letter-spacing: 0.005em;
}
.category-lists a:hover {
	color: #ba2626;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	background-color: #e8e8e8;
	color: #222529;
	padding: 2rem 1rem !important;
}
.owl-carousel .owl-nav button.owl-prev {margin-left:-100px}
.owl-carousel .owl-nav button.owl-next {margin-right:-100px}
    .cg-list.opticalmode .owl-carousel .owl-nav button.owl-prev {margin-left:-20px}
    .cg-list.opticalmode .owl-carousel .owl-nav button.owl-next {margin-right:-20px}
        @media (max-width: 768px) {
            .owl-carousel .owl-nav button.owl-prev {margin-left:-20px}
            .owl-carousel .owl-nav button.owl-next {margin-right:-20px}
        }
.owl-carousel .owl-nav button.owl-prev:hover,  .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #e8e8e8;
}
.product-panel .owl-carousel .owl-nav button.owl-prev,  .product-panel .owl-carousel .owl-nav button.owl-next {
	padding: 1.5rem !important;
	margin: 0 -1rem;
	top: 50%;
}
.product-panel .grid .owl-carousel .owl-nav button.owl-prev, .product-panel .grid .owl-carousel .owl-nav button.owl-next {
	margin: 0;
}
.owl-carousel-lazy.owl-carousel {
	display: block;
	margin-bottom: 2rem;
}
.partners-carousel .owl-item img {
	width: auto !important;
	margin: 0 auto;
}
.home-product.count-down {
	border: 3px solid #ba2626 !important;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.home-product.count-down figure {
	flex-direction: column;
	position: static;
	padding-bottom: 0;
}
.home-product.count-down .product-name {
	font-size: 1.6rem;
	font-weight: 600;
	color: #222529;
}
.home-product.count-down img {
	margin: 0 auto 2rem auto;
}
.home-product.count-down .product-details {
	text-align: center;
}
.home-product.count-down .label-primary {
	font-size: 1.6rem;
	letter-spacing: -0.01em;
	top: 0;
	right: -2px;
	left: auto;
	width: 6rem;
	height: 3rem;
	position: absolute;
}
.home-product.count-down .label-dark {
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	top: 0;
	right: -2px;
	left: auto;
	width: 6rem;
	height: 3rem;
}
.home-product.count-down .product-label + .product-label {
	top: 2.8rem;
}
.home-product.count-down:hover {
	box-shadow: none;
}
.home-product.count-down:hover img {
	transform: none;
}
.count-down-panel {
	color: #444;
	background-color: #f4f4f4;
	border-radius: 30px;
 padding: .8rem 1.2rem;
	margin-top: 0.5rem;
}
.count-down-panel h4 {
	font-size: 1.1rem;
	letter-spacing: 0.025em;
	font-family: 'Oswald';
	
	margin: 0;
}
.count-down-panel span {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	font-family: 'Oswald';
}
.modal#addCartModal {
	width: 340px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	padding: 10px !important;
	overflow: hidden;
}
.modal#addCartModal .modal-dialog {
	margin: 0;
}
.modal#addCartModal .modal-content {
	margin: 0;
	border: none;
	box-shadow: none;
}
.add-cart-box {
	padding: 19px 10px 20px !important;
	border-top: 4px solid #ba2626;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.add-cart-box h4 {
	font-weight: 500;
	color: #ba2626;
	margin-bottom: 1.8rem;
	font-size: 16px;
}
.add-cart-box p {
	font-size: 13px;
}
.add-cart-box img {
	margin: 0 auto 10px;
	width: 120px;
}
.add-cart-box .btn-actions {
	display: flex;
	justify-content: space-around;
}
.add-cart-box .btn-actions .btn-primary {
	width: 140px;
	padding: 8px 0;
	font: 500 16px ;
	border: none;
	cursor: pointer;
}
.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.modal-backdrop.show {
	opacity: 0.7;
}
.modal-backdrop.fade {
 transition: opacity .3s linear;
}
 @media (min-width: 1200px) {
 .col-xl-5col-2 {
 max-width: 40%;
 flex: 0 0 40%;
 width: 40%;
}
}
@media (min-width: 992px) {
 .col-lg-2-big {
 max-width: 19.4444%;
 flex: 0 0 19.4444%;
 width: 19.4444%;
}
 .col-lg-4-big {
 max-width: 38.8888%;
 flex: 0 0 38.8888%;
 width: 38.8888%;
}
}
@media (max-width: 1469px) {
 .home-slider {
 width: calc(100% - 250px);
}
}
@media (max-width: 1199px) {
 .service-section {
 padding: 0;
}
 .service-section > div {
 border-bottom: 1px solid #e7e7e7;
}
 .service-section > div:nth-child(even) {
 border-right: none;
}
 .service-section > div:nth-child(3) {
 border-bottom: none;
}
 .service-widget {
 justify-content: left;
}
}
@media (max-width: 991px) {
 .banner-product {
 margin-bottom: 4rem;
}
}
@media (max-width: 767px) {
 .service-section > div {
 border-right: none;
}
 .service-section > div:nth-child(3) {
 border-bottom: 1px solid #e7e7e7;
}
 .home-slider {
 width: 100%;
}
}
@media (max-width: 730px) {
 .home-banner .image-container {
 display: none;
}
 .home-banner .info-group {
 flex-direction: column;
 align-items: center;
}
}
.about-section {
	padding: 3rem 0 3rem;
	font-size: 1.5rem;
	line-height: 2;
}
.about-section .col-lg-7 p {
	padding-right: 2rem;
}
.about-section .col-lg-7 p:last-child {
	margin-bottom: 3rem;
}
.testimonials-slider blockquote {
	margin-bottom: 0;
	padding-bottom: 0;
}
.testimonials-slider.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}
.gallery-section {
	padding: 5.5rem 0 4rem;
	background-color: #f1f1f1;
}
.gallery-item {
	display: block;
	margin-bottom: 1.5rem;
}
.gallery-item img {
	max-width: none;
	width: 100%;
}
.company-section {
	padding: 6rem 0 3rem;
	font-size: 1.5rem;
	line-height: 1.8;
}
.company-section img {
	margin-bottom: 3rem;
	width: 100%;
}
.company-section p + .subtitle {
	margin-top: 4rem;
}
.features-section {
	padding: 4.5rem 0 1rem;
	background-color: #f1f1f1;
}
 @media (min-width: 768px) {
 .gallery-item {
 margin-bottom: 2rem;
}
 .features-section {
 padding-top: 5.8rem;
 padding-bottom: 2.2rem;
}
}
.sidebar-shop {
	font-size: 1.4rem;
	font-weight: 500;
	border-left: 1px solid #e7e7e7;
}
.sidebar-shop.order-lg-first {
	border-left: none;
}
.sidebar-shop .widget {
	margin: 0;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 3rem;
}
.sidebar-shop .widget:after {
	display: block;
	clear: both;
	content: '';
}
.sidebar-shop .widget .config-swatch-list {
	display: flex;
}
.sidebar-shop .widget-title {
	margin: 0;
	color: #222529;
	font: 600 1.5rem/1.1 "notokr", sans-serif;
	letter-spacing: .01em;
	text-transform: none;
}
.sidebar-shop .widget-title a {
	color: inherit;
	display: block;
	position: relative;
}
.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
	color: inherit;
	text-decoration: none;
}
.sidebar-shop .widget-title a:before, .sidebar-shop .widget-title a:after {
	content: '';
	position: absolute;
	display: inline-block;
 right: .5rem;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #000;
	margin-top: -1px;
 transition: all .35s;
}
.sidebar-shop .widget-title a.collapsed:after {
	transform: rotate(-90deg);
}
.sidebar-shop .widget-subtitle {
	font: 600 1.4rem;
	margin-top: 5px;
	color: #7a7d82;
}
.sidebar-shop .widget-body {
	padding-top: 1.7rem;
	padding-left: 1rem;
}
.sidebar-shop .widget-body:after {
	display: block;
	clear: both;
	content: '';
}
.sidebar-shop .widget-body p {
	font: 400 1.5rem;
	letter-spacing: 0.01em;
	line-height: 26px;
	margin-right: 2rem;
	color: #21293c;
}
.sidebar-shop .widget-body .product-default figure a {
	min-height: 95px;
}
.sidebar-shop .widget-body .product-txt {
	display: none;
}
.sidebar-shop .widget-featured {
	position: relative;
}
.sidebar-shop .widget-featured .widget-body {
	padding-top: 2.3rem;
}
.sidebar-shop .widget-featured .product-sm:last-child {
	margin-bottom: 0;
}
.widget .owl-carousel .owl-nav {
	position: absolute;
	top: -4.2rem;
 right: -.4rem;
}
.widget .owl-carousel .owl-nav button.owl-next,  .widget .owl-carousel .owl-nav button.owl-prev {
 padding: 0 .4rem !important;
	border-radius: 0;
	color: #282d3b;
	font-size: 2rem;
	line-height: 1;
}
.widget .owl-carousel .owl-nav i:before {
	width: auto;
	margin: 0;
}
.cat-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat-list li {
	margin-bottom: 1.4rem;
}
.cat-list li:last-child {
	margin-bottom: 0;
}
.cat-list li a, .cat-list li label {
	font: 600 1.4rem;
	line-height: 26px;
	color: #777;
	cursor: pointer;
}
.cat-list li a:hover, .cat-list li a:focus, .cat-list li label:hover, .cat-list li label:focus {
	text-decoration: underline;
}
.config-size-list {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.config-size-list li {
	display: -ms-inline-flexbox;
	display: inline-flex;
 margin-right: .8rem;
 margin-bottom: .8rem;
}
.config-size-list a {
	position: relative;
	display: block;
	width: 3.4rem;
	height: 3rem;
 transition: all .3s;
	font-weight: 600;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.8rem;
	border: 1px solid #e9e9e9;
	text-decoration: none;
	color: #767f84;
}
.config-size-list a:hover, .config-size-list a:focus, .config-size-list a.active {
	border-color: #ba2626;
	background-color: #ba2626;
	color: #61605a;
	text-decoration: none;
}
.price-slider-wrapper {
	padding-top: 2rem;
}
.filter-price-action {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin-top: 2.5rem;
 padding-bottom: .4rem;
}
.filter-price-action:after {
	display: block;
	clear: both;
	content: '';
}
.filter-price-action .filter-price-text {
	margin-right: auto;
}
.filter-price-action .btn {
 padding: .5rem 1.5rem;
	font: 700 1.2rem;
	min-width: 0;
}
.boxed-slider .category-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 300px;
}
.category-slide .owl-lazy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.category-slide .slide-bg {
	position: absolute;
	max-height: none !important;
	z-index: 2;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.category-grid .home-product {
	border: none;
	box-shadow: none;
 transition: all .3s ease-out;
	margin-top: 4rem;
	padding: 0;
}
.category-grid .home-product:hover {
	box-shadow: none;
	transform: translateY(-3rem);
}
.category-grid .home-product:hover figure {
	box-shadow: none;
}
.boxed-slide-content {
	margin-bottom: 0;
	background-color: transparent;
	z-index: 3;
}
.boxed-slide-content .btn {
	display: inline-block;
}
.boxed-slider .owl-dots {
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	left: 0;
}
.horizontal-filter {
	margin-bottom: 18px;
	padding: 1.2rem 1rem;
	background-color: #f4f4f4;
}
.horizontal-filter .price-sort {
	position: relative;
}
.horizontal-filter .price-sort label {
	font-size: 1.2rem;
}
.horizontal-filter .price-sort .input-price {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 8px;
	line-height: 1.4;
	box-shadow: none;
}
.horizontal-filter .price-sort.opened:before {
	display: block;
}
.sort-list li {
	padding: 7px 0;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.filter-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}
.filter-toggle a {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 26px;
	margin-left: 8px;
	border-radius: 13px;
	background: #e6e6e6;
	text-decoration: none;
}
.filter-toggle a:before {
	position: absolute;
	left: 0;
	width: 42px;
	height: 22px;
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	-webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
 transition: all .3s linear;
	border-radius: 11px;
	background-color: #fff;
	content: '';
}
.filter-toggle a:after {
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	transform: translate3d(2px, 2px, 0);
	-webkit-transform: translate3d(2px, 2px, 0);
 transition: all .2s ease-in-out;
	border-radius: 11px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
	content: '';
}
.filter-toggle.opened a {
	background-color: #ba2626;
}
.filter-toggle.opened a:before {
	-webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.filter-toggle.opened a:after {
	-webkit-transform: translate3d(22px, 2px, 0);
	transform: translate3d(22px, 2px, 0);
}
.category-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}
.banner-cat {
	padding: 5rem 7rem;
	margin-bottom: 3rem;
}
.banner-cat .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.banner-cat .content-left {
	letter-spacing: 0.01em;
	font-weight: 600;
	text-transform: uppercase;
}
.banner-cat .content-left h2 {
	font-size: 4.8rem;
	margin-bottom: 0;
	color: #222529;
}
.banner-cat .content-left h3 {
	font-size: 3.8rem;
	margin-bottom: 0;
	color: #222529;
	padding: 0;
}
.banner-cat .content-right .skew-box-group {
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.banner-cat .content-right span {
	font-size: 1.8rem;
	color: #fff;
	padding: 0.8rem 1rem;
	background-color: #222529;
	display: inline-block;
	margin-bottom: 1rem;
	font-weight: 600;
}
.banner-cat .content-right .sale-off {
	font-size: 1.6rem;
	color: #222529;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	padding: 0;
}
.banner-cat .content-right .sale-off span {
	font-size: 2.6rem;
	color: #fff;
	background-color: #222529;
	padding: 0 0.5rem;
	margin: 0 0.5rem 0 0;
}
.banner-cat .content-right .sale-off:before {
	content: 'UP TO';
	font-size: 1rem;
	letter-spacing: 0;
	color: #222529;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-80%, -50%) rotate(-90deg);
}
.banner-cat .content-right button {
	font-size: 1rem;
	color: #f14705;
	font-weight: 600;
	letter-spacing: 0.01em;
	background-color: #fff;
	padding: 1.5rem 3.5rem;
	margin-right: 2rem;
}
.banner-cat .content-right button:hover {
	opacity: 0.8;
}
.radio label, .checkbox label {
	display: flex;
	align-items: center;
}
.radio label [type='radio'],  .radio label [type='checkbox'],  .checkbox label [type='radio'],  .checkbox label [type='checkbox'] {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.product-widget figure img {
	min-height: 94px;
}
.product-widget .product-title a {
	color: #222329;
}
.product-widget .product-price {
	font-size: 1.8rem;
}
.product-widget .old-price {
	font-size: 1.4rem;
}
.product-widget .ratings-container .product-ratings, .product-widget .ratings-container .ratings {
	font-size: 1.4rem;
}
 @media (min-width: 576px) {
 .horizontal-filter {
 padding: 1.2rem 2rem;
}
}
@media (min-width: 992px) {
 .products-body {
 overflow: hidden;
}
 .products-body .sidebar-shop {
 left: -25%;
 transition: all .3s linear 0s;
 visibility: hidden;
 z-index: -1;
}
 .sidebar-opened .sidebar-shop {
 left: 0;
 visibility: visible;
 z-index: 0;
}
 .main-content {
 margin-left: -25%;
 transition: all .3s linear 0s;
}
 .sidebar-opened .main-content {
 margin-left: 0;
}
 main:not(.sidebar-opened) .main-content {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
 main:not(.sidebar-opened) .main-content .col-md-4 {
 max-width: 25%;
}
 .filter-sorts {
 padding: 12px;
}
 .filter-sorts .toolbox-left {
 position: relative;
}
 .filter-sorts .toolbox-item {
 margin-right: 1rem;
}
 .filter-sorts .toolbox-item.toolbox-sort {
 margin: 0 1rem 0 0;
 background: #fff;
}
 .filter-sorts .toolbox-item.toolbox-show {
 margin-left: auto;
 font-size: 1.2rem;
}
 .filter-sorts select {
 min-width: 140px;
 border: 0;
 text-transform: uppercase;
}
 .filter-sorts .layout-modes {
 margin-left: .5rem;
}
 .filter-sorts .filter-toggle {
 display: none;
}
 .filter-sorts .sidebar-shop {
 left: 0;
 visibility: visible;
 z-index: 2;
}
 .filter-price-form, .sort-list {
 display: none;
}
 .filter-price-form {
 position: absolute;
 top: 100%;
 left: 0;
 min-width: 220px;
 margin-top: 9px;
 padding: 10px 15px;
 background-color: #fff;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 z-index: 99;
}
 .sort-list {
 position: absolute;
 top: 100%;
 left: 0;
 min-width: 220px;
 margin-top: 9px;
 padding: 10px 15px;
 background: #fff;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 z-index: 99;
}
 .sort-menu-trigger {
 display: block;
 min-width: 140px;
 height: 34px;
 padding-left: .8rem;
 color: #7a7d82;
 font-size: 1.2rem;
 line-height: 34px;
 text-transform: uppercase;
 z-index: 9;
}
 .sort-menu-trigger:hover, .sort-menu-trigger:focus {
 text-decoration: none;
}
 .sort-menu-trigger:before {
 	display: none;
 	position: absolute;
 	top: 100%;
 	left: 21px;
 	margin-top: 1px;
 	border-right: 10px solid transparent;
 	border-bottom: 10px solid #fff;
 	border-left: 10px solid transparent;
 	content: '';
 	z-index: 999;
}
 .toolbox-item.opened .sort-list, .toolbox-item.opened .filter-price-form, .toolbox-item.opened .sort-menu-trigger:before {
 	display: block;
}
}
.product-default .btn-add-cart .minicart-icon {
	width: 16px;
	height: 14px;
	top: 0.2rem;
 transition: all .25s ease;
}
.product-default .btn-add-cart .minicart-icon:before {
	width: 10px;
	height: 10px;
	margin: 0 0 0 -5px;
	left: auto;
	top: -7px;
}
.product-default .btn-add-cart:hover .minicart-icon {
	border-color: #fff;
}
.divide-line.up-effect .product-default {
	padding-left: 1rem;
	padding-right: 1rem;
}
.divide-line.up-effect .product-default .product-details {
	box-shadow: none;
}
.divide-line.up-effect .product-default:hover {
	padding-left: 1rem;
	padding-right: 1rem;
}
.divide-line.up-effect .product-default:hover .product-details {
	box-shadow: none;
}
 @media (max-width: 991px) {
 .sort-menu-trigger {
 display: block;
 margin-bottom: 1.5rem;
 font-size: 14px;
 font-weight: 600;
 line-height: 1.4;
 text-transform: uppercase;
}
 .filter-sorts .toolbox-sort.select-custom {
 display: block;
 margin: 2rem;
}
 .filter-sorts .toolbox-sort.select-custom:after {
 content: none;
}
 .sidebar-shop .widget {
 padding: 3rem 2rem 0;
}
}
@media (min-width: 1270px) {
 .col-xl-5col-4 {
 max-width: 80%;
 flex: 0 0 80%;
}
 .col-xl-5col-1 {
 max-width: 20%;
 flex: 0 0 20%;
}
}
.paction {
	position: relative;
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	font-family: 'porto';
	color: #0e2f40;
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
 	transition: all .3s;
	text-decoration: none;
	text-align: center;
	min-width: 35px;
	height: 35px;
}
.paction span {
	display: none;
	padding-right: .1rem;
 	padding-left: .4rem;
	font-size: 1.2rem;
 	letter-spacing: .02rem;
}

.paction:hover, .paction:focus {
	text-decoration: none;
	color: #302e2a;
	border-color: #302e2a;
}
.add-cart:before {
	display: inline-block;
	line-height: 1;
	margin-right: 4px;
	margin-top: 2px;
	font-size: 1.9rem;
	content: '\e87f';
	font-family: 'porto';
	
}
.add-wishlist:before {
	content: '\e889';
}
.add-compare:before {
	content: '\e88f';
}
.add-cart, .buy-now {
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 2rem;
	min-width: 105px;
	z-index: 2;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.add-cart {
	background-color: #262627;
}
.buy-now {
	background-color: #222529;
}
.add-cart i, .buy-now i {
	width: 20px;
	height: 18px;
	top: 3px;
}
.add-cart i:before, .buy-now i:before {
	margin-left: -7px;
	width: 14px;
	height: 11px;
}
.add-cart i, .add-cart i:before,
.buy-now i, .buy-now i:before {
	border-color: #fff;
}
.add-cart:hover, .add-cart:focus,
.buy-now:hover, .buy-now:focus {
	color: #fff;
}
.add-cart:hover,.add-cart:focus {
	background-color: #d12222;
	border-color: #d12222;
}
.buy-now:hover, .buy-now:focus {
	background-color: #000;
	border-color: #000;
}
.product-single-container {
	margin-bottom: 5rem;
}
.product-single-details .product-title {
 	margin-bottom: 0;
	color: #21293c;
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: 600;
	letter-spacing: -.01em;

}
.product-single-details .price-box {
	margin:3rem 0 1.5rem;
	color: #ba2626;
	font-weight: 600;
	line-height: 2.5rem;
	padding-top: 1.5rem;
}
.product-single-details .product-price {
	font-size: 2.4rem;
	font-weight: 600;
	color: #ba2626;
}
.product-single-details .old-price {
	font-size: 1.6rem;
	font-weight: 600;
}
.product-single-details .old-price + .product-price {
	margin-left: 1rem;
}
.product-single-details .ratings-container {
	margin-bottom: 2.1rem;
}
.product-single-details .ratings-container .product-ratings,  .product-single-details .ratings-container .ratings {
	font-size: 1.4rem;
}
.product-single-details .ratings-container .product-ratings {
	height: 14px;
}
.product-single-details .rating-link {
	margin-left: 1rem;
	color: #90939a;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .025em;
}
.product-single-details .product-desc {
	padding-bottom: 2.7rem;
	font-size: 1.4rem;
	letter-spacing: .005em;
	line-height: 1.92;
}
.product-single-details .product-desc a {
	color: #ba2626;
	border-bottom: 1px solid #ba2626;
}
.product-single-details .product-action {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:1rem 0;
	align-items: center;
}
.product-single-details .sticky-header {
	height: auto;
}
.product-single-details .sticky-header .sticky-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}
.product-single-details .sticky-header .product-title {
	margin-right: 2rem;
	margin-bottom: 0;
	color: #777;
	font-size: 16px;
	font-weight: 600;
}
.product-single-details .sticky-header .price-box {
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	color: #2b2b2d;
}
.product-single-details .sticky-header .ratings-container {
	margin-bottom: 3.2rem;
}
.product-single-details .container {
	display: none;
	-ms-flex-align: center;
	align-items: center;
}
.product-single-details .container img {
	max-width: 5rem;
	max-height: 5rem;
	margin-right: 2rem;
}
.product-single-details .container .add-cart {
	margin-left: auto;
	margin-bottom: 0;
}
.product-single-details .sticky-header.fixed-nav .container {
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem;
}
.product-single-details .product-single-qty, .product-single-details .paction {
	margin: 0 .5rem 0 0;
}
.product-single-details .paction {
	height: 43px;
	min-width: 50px;
}
.product-both-info .product-single-details {
	margin-top: 0;
}
.product-both-info .product-single-details .product-desc {
	border-bottom: 0;
}
.product-single-gallery a {
	display: block;
}
.product-single-gallery img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}
.product-single-gallery .owl-theme .owl-nav, .product-single-gallery .owl-theme .owl-nav {
	color: #000;
	font-size: 32px;
}
.product-single-gallery .owl-prev, .product-single-gallery .owl-next {
	margin: 0 2rem !important;
 	transition: all .5s;
	opacity: 0;
}
.prod-thumbnail {
 	padding: .5rem 1rem;
}
.prod-thumbnail img {
	width: 100%;
	cursor: pointer;
}
.prod-thumbnail > div {
 	padding: .5rem;
}
.prod-thumbnail .active img, .prod-thumbnail img:hover {
	
}
.transparent-dots {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 1rem;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80px;
	margin: 0;
	padding: 0;
	opacity: .5;
	z-index: 99;
}
.transparent-dots .active img, .transparent-dots img:hover {
	border: 1px solid #ba2626;
}
.product-slider-container {
	position: relative;
}
.prod-full-screen {
	position: absolute;
	right: 2rem;
	bottom: 1.7rem;
 transition: all .5s;
	outline: none;
	opacity: 0;
	z-index: 1;
}
.prod-full-screen i {
	color: #000;
	font-size: 1.4rem;
	cursor: pointer;
}
.product-item:hover .prod-full-screen, .product-item:hover .owl-prev, .product-item:hover .owl-next {
	opacity: 1;
}
.prod-thumbnail img {
	display: block;
}
.prod-thumbnail .owl-dot {
	box-sizing: border-box;
}
.single-info-list {
	margin-bottom: 2rem;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	text-transform: uppercase;
}
.single-info-list li {
	margin-bottom: 1rem;
	color: #7b858a;
	letter-spacing: .005em;
}
.single-info-list li strong {
	color: #4c4c4c;
}
.product-single-qty {
	max-width: 104px;
	max-height: 43px;
}
.product-single-qty .bootstrap-touchspin.input-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	max-height: 43px;
	padding-right: 0;
}
.product-single-qty .bootstrap-touchspin .form-control {
	height: 43px;
	padding: 1rem .2rem;
	color: #21293c;
	font-size: 1rem;
	letter-spacing: .05em;
	box-shadow: none;
	font-weight: 600;
}
 .product-single-qty .bootstrap-touchspin .form-control,  .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
 border-color: #dae2e6;
}
.product-single-qty .horizontal-quantity {
	height: 43px;
}
.product-single-qty .btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 31px;
	margin: 0;
 padding: .5rem;
	font-size: 2.4rem;
	line-height: 1;
	z-index: 2;
}
.product-single-qty .btn.btn-outline {
	border-color: #dae2e6;
	color: #8798a1;
	border-radius: 0;
}
.product-single-qty .btn.btn-down-icon:after, .product-single-qty .btn.btn-up-icon:before, .product-single-qty .btn.btn-up-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
 	margin-left: -.3rem;
	content: '';
	background-color: #999;
}
.product-single-qty .btn.btn-up-icon:before {
	transform: rotate(90deg);
}
.product-filters-container .product-action {
	display: flex;
}
.product-single-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1.2rem;
}
.product-single-filter label {
	min-width: 8rem;
	margin-right: 1.3rem;
	margin-bottom: 0;
	color: #21293c;
	font: 600 1.5rem/1.1 ;
	letter-spacing: .005em;
}
.product-single-filter span {

}
.product-single-filter span.red {
	color: #ba2626;
}
.product-single-filter .form-control {
	margin-bottom: 0;
	max-width: inherit;
}
.product-single-filter .config-swatch-list {
	display: inline-flex;
	margin: 0;
}
.product-single-filter .config-swatch-list li {
	margin-bottom: 0;
}
.product-single-filter .config-size-list li {
 	margin-right: .7rem;
	margin-bottom: 0;
}
.product-single-filter .config-size-list li a {
	min-width: 3rem;
	height: 3rem;
	border: 1px solid #dae2e6;
	background-color: #f4f4f4;
	color: #21293c;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.8rem;
}
.product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li a:focus {
	border-color: #ba2626;
	background-color: #f4f4f4;
	color: #21293c;
}
.product-single-filter .config-size-list li.active a {
	border-color: #ba2626;
	outline: none;
	background-color: #f4f4f4;
	color: #21293c;
}
.product-single-filter.product-single-qty {
	max-width: 148px;
	max-height: 7.5rem;
	border-bottom: 0;
}
.product-single-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.product-single-share label {
	margin-right: 1.2rem;
 	margin-bottom: .5rem;
	color: #222529;
	font: 600 1.4rem/1.1 ;
	letter-spacing: .005em;
	text-transform: uppercase;
}
.product-single-tabs {
	margin-bottom: 5.5rem;
}
.product-single-tabs .tab-pane {
	line-height: 1.92;
}
.product-single-tabs .tab-pane.down {text-align: center; background:#f8f8f8; padding:5%; }
.product-single-tabs .tab-pane.down .resource_download {background: #fff}

.product-single-tabs .sticky-header {
	height: auto;
}
.scrolling-box .tab-pane + .tab-pane {
	margin-top: 3.5rem;
	border-top: 2px solid #dae2e6;
}
.product-desc-content p {
	margin-bottom: 2.2rem;
}
.product-desc-content ul, .product-desc-content ol {
	margin-bottom: 2.2rem;
	padding-left: 4rem;
}
.product-desc-content ul li,  .product-desc-content ol li {
 margin-bottom: .4rem;
}
.product-desc-content ul li i,  .product-desc-content ol li i {
	margin-right: 2rem;
	color: #21293c;
	font-size: 1.5rem;
}
.product-desc-content ul li i:before,  .product-desc-content ol li i:before {
	margin: 0;
}
.product-desc-content img.float-right, .product-desc-content img.float-left {
	max-width: 50%;
}
.product-desc-content .feature-box i {
	float: none;
	display: inline-block;
}
.product-desc-content .feature-box-content {
	margin-left: 0;
}
.product-tags-content h4 {
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}
.product-tags-content form {
	margin-bottom: 2rem;
}
.product-tags-content .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.product-tags-content .form-control {
	margin-right: 10px;
}
.product-tags-content .btn {
 padding-top: .5rem;
 padding-bottom: .5rem;
}
.collateral-box ul, .collateral-box ol {
	margin-top: -2rem;
	margin-bottom: 2.5rem;
}
.collateral-box ul li, .collateral-box ol li {
	padding: 2rem 0 1rem;
	border-bottom: 1px solid #dae2e6;
}
.ratings-table {
	width: 100%;
	margin: 20px 0 40px;
	border: 1px solid #dae2e6;
	border-spacing: 0;
	font-size: 100%;
	empty-cells: show;
}
.ratings-table thead th,  .ratings-table tbody td {
	border-right: 1px solid #dae2e6;
	border-bottom: 1px solid #dae2e6;
	line-height: 1.3;
}
 @media (max-width: 600px) {
 .ratings-table thead th,  .ratings-table tbody td {
 padding-left: 5px;
 padding-right: 5px;
}
}
.ratings-table input[type=checkbox], .ratings-table input[type=radio] {
	margin: 0 auto;
}
 @media (max-width: 600px) {
 .ratings-table thead {
 display: none;
}
}
.ratings-table thead th {
 padding: .8rem 1.5rem;
	background-color: #f6f6f6;
	color: #777;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
}
.ratings-table tbody td {
	padding: 1.5rem 1rem;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}
.ratings-table tbody td:first-child {
	font-weight: 600;
	text-align: left;
}
.add-product-review h3 {
	font-size: 1.8rem;
}
.add-product-review form {
	margin-bottom: 0;
}
.sidebar-product {
	margin-bottom: 2.8rem;
}
.sidebar-product .widget {
	margin-bottom: 5rem;
}
 .sidebar-product .widget:not(:last-child) {
 margin-bottom: 1rem;
 padding-bottom: 0;
 border-bottom: 1px solid #e7e7e7;
}
 .sidebar-product .widget:not(:last-child).widget-banner {
 margin-bottom: 4.6rem;
}
 .sidebar-product .widget:not(:last-child).widget-brand {
 margin-bottom: 2.5rem;
}
.sidebar-product .widget-title {
	position: relative;
}
.sidebar-product .widget-title a {
	margin-bottom: 1rem;
	color: #222529;
	font: 600 1.5rem/1.1 ;
	letter-spacing: 0.01em;
	text-transform: none;
	border-bottom-width: 1px;
}
.sidebar-product .widget-title a:before, .sidebar-product .widget-title a:after {
	content: '';
	position: absolute;
	display: inline-block;
 right: .5rem;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #000;
	margin-top: -1px;
 transition: all .35s;
}
.sidebar-product .widget-title a.collapsed:after {
	transform: rotate(-90deg);
}
.sidebar-product .widget-subtitle {
	color: #7a7d82;
	margin-bottom: 3rem;
	font-size: 1.4rem;
	font-weight: 600;
}
.sidebar-product .widget-body {
	padding-left: 0;
}
.sidebar-product .widget-body p {
	line-height: 27px;
	font-size: 1rem;
	color: #222529;
	letter-spacing: 0.01em;
	font-weight: 500;
	margin-bottom: 3rem;
}
.sidebar-product .product-widget {
	margin-bottom: 2rem;
}
.sidebar-product .product-widget figure {
	max-width: 64px;
	margin-right: 1rem;
}
.sidebar-product .product-widget .product-title {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}
.sidebar-product .product-widget .ratings-container .product-ratings,  .sidebar-product .product-widget .ratings-container .ratings {
	font-size: 1.2rem;
}
.sidebar-product .product-widget .product-price {
	font-size: 1.8rem;
	font-weight: 500;
}
.widget-sold .widget-body {
	padding: 2rem 1.5rem;
	background-color: #f4f4f4;
	margin: 2rem 0 4rem;
}
.widget-sold h3 {
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	font-weight: 600;
	color: #222529;
	margin-bottom: 0;
}
.widget-sold h4 {
	font-size: 1rem;
	color: #999;
	letter-spacing: 0.01em;
	margin-bottom: 2rem;
	font-weight: 500;
}
.widget-sold i {
	color: #222529;
}
.widget-sold span {
	letter-spacing: 0.01em;
	color: #777;
	font-size: 1.4rem;
	font-weight: 500;
}
.widget-sold span.span-info {
	color: #222529;
	font-weight: 600;
	margin: 0 5px;
}
.widget-sold a {
	margin-top: 2rem;
	display: block;
	font-size: 1rem;
	color: #f14705;
	font-weight: 600;
	letter-spacing: .01em;
}
.widget-brand {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
 margin-top: .5rem;
}
.widget-brand a {
	display: block;
}
.widget-info ul {
	margin: 0;
}
.widget-info li {
	padding-top: 1.8rem;
	padding-bottom: 2rem;
	border-top: 1px solid #dee5e8;
	line-height: 1;
}
.widget-info li:after {
	display: block;
	clear: both;
	content: '';
}
.widget-info i {
	min-width: 40px;
 margin-top: .3rem;
	margin-right: 1.4rem;
 margin-left: .7rem;
	float: left;
	color: #ba2626;
	font-size: 4rem;
	line-height: 1;
}
.widget-info i:before {
	margin: 0;
}
.widget-info h4 {
	margin-bottom: 0;
	color: #6b7a83;
	font: 600 1.4rem/1.5;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}
.widget-banner {
	padding-top: 4rem;
}
.widget-banner a {
	display: block;
}
.widget-banner img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}
.featured-section {
	padding-top: 3.8rem;
	padding-bottom: 6rem;
	background-color: #fff;
}
.featured-section.bg-white {
	background-color: #fff;
}
.featured-section.pt-sm {
	padding-top: 2.5rem;
}
.productPage .home-product {
	margin: 0;
}
.productPage .home-product:hover figure {
	box-shadow: none;
}
.promote {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.promote li {
	border-top: 0;
}
.promote h4 {
	color: #1d2127;
	
	letter-spacing: 0;
}
.promote i {
 margin: .3rem .7rem;
}
.product-single-gallery .product-item {
	position: relative;
}
.product-single-gallery .product-single-grid {
	margin-bottom: 3.6rem;
}
.product-single-gallery .owl-carousel.owl-drag .owl-item {
	/* border: 1px #e9e9e9 solid; */
}
.featured-col .product-widget {
	margin-bottom: 15px;
}
.carousel-title {
	margin-bottom: 2rem;
}
 @media (min-width: 1200px) {
 .widget-info i {
 min-width: 40px;
 margin-right: 2.9rem;
 font-size: 4rem;
}
}
@media (min-width: 992px) {
 .featured-section {
 padding-top: 5.8rem;
 padding-bottom: 8rem;
}
 .product-single-container .col-lg-7 {
 -ms-flex: 0 0 55.56%;
 flex: 0 0 55.56%;
 max-width: 55.56%;
}
 .product-single-container .col-lg-5 {
 -ms-flex: 0 0 44.44%;
 flex: 0 0 44.44%;
 max-width: 44.44%;
}
}
@media (max-width: 991px) {
 .product-single-gallery {
 margin-bottom: 3rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .product-all-icons.product-action .product-single-qty {
 margin-right: 50%;
 margin-bottom: 1.2rem;
}
}
@media (min-width: 768px) {
 .featured-section {
 padding-top: 4.8rem;
 padding-bottom: 7rem;
}
 .product-both-info .product-single-share {
 -ms-flex-pack: end;
 justify-content: flex-end;
}
}
@media (min-width: 576px) {
 .promote {
 -ms-flex-direction: row;
 flex-direction: row;
}
 .product-both-info .product-top-banner {
 display: -ms-flexbox;
 display: flex;
}
 .product-both-info .product-single-share {
 margin-left: auto;
}
 .product-tags-content .form-control {
 width: 250px;
}
}
.product-single-extended {
	margin-bottom: 6rem;
}
.product-single-extended .product-single-gallery {
	position: relative;
	margin-bottom: 3rem;
}
.product-single-extended .product-title {
	font-size: 4.5rem;
	line-height: 1.15;
}
.product-single-extended .price-box {
	margin-bottom: 1rem;
}
.product-single-extended .product-price {
	font-size: 3.1rem;
}
.product-single-extended .old-price {
	font-size: 2.4rem;
}
.product-single-extended .old-price + .product-price {
	margin-left: 1.5rem;
}
.product-single-extended .product-desc {
	margin-bottom: 3.1rem;
	padding-bottom: 1.9rem;
}
.product-single-extended .product-desc p {
	max-width: none;
}
.product-single-extended .product-action {
	margin-bottom: 0;
}
.product-single-extended .product-action .add-cart {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.product-single-extended .widget-area .widget.widget-info {
	margin-bottom: 0;
}
.product-single-extended .widget-info ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.product-single-extended .widget-info i {
	margin-right: 1rem;
}
.product-single-extended .widget-info li {
	padding: 0;
	border-top: 0;
}
.product-single-extended .widget-info li + li {
	margin-left: 2.5rem;
}
.product-single-extended .product-filters-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 2rem;
}
.product-single-extended .product-single-filter {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
	margin-top: 0;
	margin-left: 5rem;
}
.product-single-extended .product-single-filter .config-swatch-list li {
 margin-right: .5rem;
	margin-bottom: 0;
}
.product-single-extended .product-single-filter .config-swatch-list a {
	width: 3rem;
	height: 3rem;
}
.product-desc .view-more {
	color: #ba2626;
	font-weight: 600;
	text-transform: uppercase;
}
.product-single-header {
	margin-bottom: 3.2rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #dae2e6;
}
.product-single-header .single-header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
}
.product-single-header .product-single-share {
	margin-top: 1rem;
	margin-bottom: 3.7rem;
}
.single-qty-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.single-qty-wrapper label {
	margin-right: 1.3rem;
	margin-bottom: 0;
	color: #21293c;
	font: 600 1.5rem/1.1 ;
	letter-spacing: .005em;
	text-transform: uppercase;
}
.single-qty-wrapper .product-single-qty {
	max-width: 104px;
	max-height: 30px;
}
.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
	max-height: 30px;
}
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
	max-width: none;
	height: 30px;
 	padding: .35rem .2rem;
	box-shadow: none;
}
 .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control,  .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
 	border-color: #dae2e6;
}
.single-qty-wrapper .product-single-qty .horizontal-quantity {
	height: 30px;
	background-color: #f4f4f4;
}
.single-qty-wrapper .product-single-qty .btn.btn-outline {
	border-color: transparent;
}
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon:before, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon:before, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon:after {
	background-color: #ba2626;
}
.single-qty-wrapper .product-single-qty .btn.btn-down-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon:before, .single-qty-wrapper .product-single-qty .btn.btn-up-icon:after {
	background-color: #97a6ae;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev, .owl-nav-simple.owl-carousel .owl-nav .owl-next {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 3rem;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
 	transition: all .3s;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: #21293c;
	font-size: 3rem;
	font-weight: 100;
	line-height: 1;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev i,  .owl-nav-simple.owl-carousel .owl-nav .owl-next i {
 	margin-top: -.3rem;
	line-height: 1;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev i:before,  .owl-nav-simple.owl-carousel .owl-nav .owl-next i:before {
	margin: 0;
	border-radius: 0;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus,  .owl-nav-simple.owl-carousel .owl-nav .owl-next:hover,  .owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
	color: #ba2626;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
	left: 1rem;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
	right: 1rem;
}
.product-single-row {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	height: 700px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #7b858a;
	font-size: 1.4rem;
	letter-spacing: .005em;
	line-height: 1.92;
}
.product-single-row .single-row-entire,  .product-single-row .single-row-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-single-row .single-row-entire {
	width: 100%;
}
.product-single-row .single-row-bg {
	left: 50%;
	width: 50%;
}
.product-single-row.single-row-reverse .single-row-bg {
	left: 0;
}
.product-single-row h5 {
	margin-bottom: 1.1rem;
 margin-left: .6rem;
	color: #7b858a;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.01em;
}
.product-single-row h2 {
	margin-bottom: 2.8rem;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -.01em;
}
.product-single-row p {
	margin-bottom: 0;
}
.product-single-row ul,  .product-single-row ol {
	margin-bottom: 0;
}
.product-single-row ul li,  .product-single-row ol li {
 margin-bottom: .4rem;
}
.product-single-row ul li i,  .product-single-row ol li i {
	margin-right: 2rem;
	color: #21293c;
	font-size: 1.5rem;
}
.product-single-row ul li i:before,  .product-single-row ol li i:before {
	margin: 0;
}
.product-single-video {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 300px;
	background-color: #4d4d4d;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #7b858a;
	text-align: center;
}
.product-single-video h3 {
	margin-bottom: 1.2rem;
	color: #21293c;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: -.01em;
}
.product-single-video .video-btn {
	color: #7b858a;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.01em;
	text-transform: uppercase;
}
.product-single-video .video-btn img {
	display: inline-block;
	max-width: 38px;
	height: auto;
 margin-left: .7rem;
	vertical-align: middle;
}
 @media (min-width: 576px) {
 .product-single-extended .paction {
 height: 50px;
}
 .product-single-extended .paction.add-cart {
 min-width: 156px;
 height: auto;
 margin-left: 1.8rem;
}
 .product-single-extended .paction.add-cart:before {
 font-size: 2rem;
}
 .product-single-extended .paction.add-cart span {
 font-size: 1.6rem;
}
}
@media (max-width: 1199px) {
 .product-single-header .single-header-right {
 -ms-flex-align: start;
 align-items: flex-start;
}
}
@media (max-width: 767px) {
 .product-single-row {
 display: block;
}
 .product-single-row .single-row-bg {
 position: relative;
 left: 0;
 width: 100%;
 height: 50%;
}
 .product-single-row .single-row-entire {
 position: relative;
 height: 50%;
}
 .product-single-row h2 {
 font-size: 3.5rem;
}
 .product-single-row .container {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 height: 50%;
}
 .product-single-extended .product-price {
 font-size: 2.4rem;
}
 .product-single-extended .product-title {
 font-size: 3rem;
}
}
@media (max-width: 575px) {
 .product-single-row h2 {
 font-size: 3rem;
}
 .product-single-extended .widget-info ul {
 display: block;
 margin-left: -.7rem;
}
 .product-single-extended .widget-info li + li {
 margin-top: 2rem;
 margin-left: 0;
}
 .product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
 margin-left: 1rem;
}
}
.sidebar-product .widget.widget-collapse {
	margin-bottom: 3rem;
	padding: 1.8rem 1.5rem 1.3rem;
	border: 1px solid #dae2e6;
}
.sidebar-product .widget.widget-collapse .widget-title {
	margin: 0;
}
.sidebar-product .widget.widget-collapse .widget-title a {
	display: block;
	position: relative;
 padding: .2rem 0 .6rem;
	color: inherit;
}
.sidebar-product .widget.widget-collapse .widget-title a:hover, .sidebar-product .widget.widget-collapse .widget-title a:focus {
	color: #282d3b;
	text-decoration: none;
}
.sidebar-product .widget.widget-collapse .widget-title a:after {
	display: inline-block;
	position: absolute;
	top: 42%;
 right: .1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
 transition: all .35s;
	font-family: 'porto';
	font-size: 1.7rem;
	
	content: '\e81b';
}
.sidebar-product .widget.widget-collapse .widget-title a.collapsed:after {
	content: '\e81c';
}
.sidebar-product .widget.widget-collapse .widget-body {
	padding-top: 1.3rem;
 padding-bottom: .5rem;
}
.sidebar-product .widget.widget-collapse .widget-body:after {
	display: block;
	clear: both;
	content: '';
}
.product-single-collapse {
	margin-bottom: 2rem;
}
.product-single-collapse p {
	margin-bottom: 2.5rem;
}
.product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
	margin-bottom: 2.5rem;
}
.product-collapse-panel {
	padding-bottom: 1.8rem;
}
.product-collapse-title {
	margin: 0;
	padding-bottom: 1.2rem;
	color: #282d3b;
	font: 700 1.4rem/1.1;
	letter-spacing: .005em;
	text-transform: uppercase;
}
.product-collapse-title a {
	display: block;
	position: relative;
	padding: 0 0 1.2rem 4rem;
 border-bottom: .2rem solid #dae2e6;
	color: inherit;
}
.product-collapse-title a:hover, .product-collapse-title a:focus {
	color: inherit;
	text-decoration: none;
}
.product-collapse-title a:before {
	display: block;
	position: absolute;
 bottom: -.2rem;
	left: 0;
	width: 100%;
 height: .2rem;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
 transition: transform .4s;
	background-color: #ba2626;
	content: '';
}
.product-collapse-title a:after {
	display: inline-block;
	position: absolute;
 top: .7rem;
	left: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
 transition: all .35s;
	font-family: 'porto';
	font-size: 2rem;
	
	content: '\e81b';
}
.product-collapse-title a.collapsed:after {
	content: '\e81c';
}
.product-collapse-title a.collapsed:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.collapse-body-wrapper {
	padding-top: 3.4rem;
	padding-bottom: 2rem;
}
.sidebar-toggle {
	position: fixed;
	left: 0;
	top: 30%;
	width: 40px;
	height: 40px;
 transition: all .2s ease-in-out 0s;
	border: #dcdcda solid 1px;
	border-left-width: 0;
	background: #fff;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
 @media (min-width: 992px) {
 .sidebar-toggle {
 display: none;
}
}
@media (min-width: 576px) {
 .sidebar-product .widget.widget-collapse {
 padding: 3.3rem 3rem 2.8rem;
}
}
@media (max-width: 991px) {
 .mobile-sidebar {
 display: block;
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 width: 270px;
 padding: 0;
 -webkit-transform: translate(-300px);
 transform: translate(-300px);
 transition: transform .2s ease-in-out 0s;
 background-color: #fff;
 z-index: 9999;
 overflow-y: auto;
}
 .sidebar-opened .mobile-sidebar {
 -webkit-transform: translate(0);
 transform: translate(0);
 transition: transform .3s ease-in-out 0s;
}
 .sidebar-opened .sidebar-overlay {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: #000;
 opacity: .35;
 z-index: 8999;
}
 .sidebar-product {
 margin: 0;
 padding: 2.5rem;
}
}
.product-single-grid {
	margin-bottom: 6rem;
}
.product-single-grid .product-single-gallery {
 padding: 0 .75rem;
}
.product-single-grid .product-single-gallery .product-item {
	margin-bottom: 1.5rem;
 padding: 0 .75rem;
}
.product-single-grid .inner {
	position: relative;
}
.product-single-grid .prod-full-screen {
	right: 1rem;
	bottom: 1rem;
}
.product-single-grid .product-single-details .product-title {
	margin-top: 1.5rem;
	font-size: 2.8rem;
}
.product-single-grid .product-single-details .ratings-container {
	margin-bottom: 5rem;
}
.product-single-grid .product-single-details .price-box {
	margin-bottom: 3.8rem;
}
.product-single-grid .product-single-details .product-price {
	font-size: 3.1rem;
}
.product-single-grid .product-single-details .old-price {
	font-size: 2.2rem;
}
.product-single-grid .product-single-details .old-price + .product-price {
	margin-left: 1.5rem;
}
.product-single-grid .product-single-details .product-action {
	margin-bottom: 3.8rem;
}
.product-single-grid .product-single-details .paction {
	height: 59px;
}
.product-single-grid .add-cart {
	margin-left: 0;
}
.product-single-grid .add-cart:before {
	font-size: 2.1rem;
}
.product-single-grid .add-cart span {
	font-size: 1.6rem;
}
.product-single-grid .product-filters-container {
	margin-bottom: 4rem;
}
.product-single-grid .product-single-filter {
	padding-bottom: 2.1rem;
}
.product-single-grid .product-single-filter .config-swatch-list li {
 margin-right: .5rem;
	margin-bottom: 0;
}
.product-single-grid .product-single-filter .config-swatch-list a {
	width: 3rem;
	height: 3rem;
}
.product-size-content img {
	display: block;
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
}
.table.table-size thead tr th, .table.table-size tbody tr td {
	border: 0;
	color: #21293c;
	font-size: 1.5rem;
	letter-spacing: .005em;
	text-transform: uppercase;
}
.table.table-size thead tr th {
	padding: 2.8rem 1.5rem 1.7rem;
	background-color: #f4f4f2;
	font-weight: 600;
}
.table.table-size tbody tr td {
	padding: 1rem 1.5rem;
	background-color: #fff;
	font-weight: 600;
}
.table.table-size tbody tr td:first-child {
	font-weight: 600;
}
.table.table-size tbody tr:nth-child(2n) td {
 background-color: #ebebeb;
}
 @media (min-width: 992px) {
 .table.table-size thead tr th {
 padding-top: 4.2rem;
 padding-bottom: 2.8rem;
}
 .table.table-size thead tr th,  .table.table-size tbody tr td {
 padding-right: 3.5rem;
 padding-left: 3.5rem;
}
}
@media (max-width: 912px) and (min-width: 768px) {
 .product-single-grid .add-cart {
 min-width: 100%;
}
}
@media (max-width: 575px) {
.product-single-grid .product-single-gallery .row {
 margin-right: -10px;
 margin-left: -10px;
}
 .product-single-grid .product-single-gallery [class*='col-'] {
 padding-right: 10px;
 padding-left: 10px;
}
.cart-table-container {
	margin-bottom: 0 !important;
}
}
.cart-table-container {
	margin-bottom: 5rem;
}
.cart-table-container .table.table-cart tr td {
	border-bottom: 0;
}
.table .custom-control {
	margin: 0;
}
.table.table-cart tr th, .table.table-cart tr td {
	vertical-align: middle;
}
/*
 .table.table-cart tr th:not(.product-col),  .table.table-cart tr td:not(.product-col) {
 text-align: center;
}
*/
.table.table-cart tr th {
	padding: 1.4rem .2rem 1.4rem;
	border: 0;
	font-weight: 600;
	font-size: 1.143rem;
	line-height: 1.143rem;
	border-top: 2px #222 solid;
	border-bottom: 1px #222 solid;
	text-align: center;
}
.table.table-cart tr td {
	padding: 1rem .2rem;
	font-size: 1.143rem;
	line-height: 1.143rem;
	border-bottom: 1px #ddd solid;
	text-align: center;
}
.table.table-cart tr td.product-col {
	text-align: left;
}
.table.table-cart tr.product-action-row td {
	padding: 0 0 2.2rem;
	border: 0;
}
.table.table-cart .product-title {
	margin-bottom: 0;
	margin-top: 0;
}
.table.table-cart .product-title p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: .5rem 0 0 0;
}
.table.table-cart .product-title a {
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #222;
	display: block;
	margin: .5rem 0;
}
.table.table-cart tr td.product-total {
	background-color: #f9f9f9;
	text-align: right;
	border-bottom: 1px #ccc solid;
}
.table.table-cart tfoot td {
	padding: 2rem 0 1rem;
}
.table.table-cart tfoot .btn {
 padding: .85rem 2rem;
	letter-spacing: 0;
	text-transform: initial;
}
.table.table-cart tfoot .btn + .btn {
	margin-left: 1rem;
}
.table.table-cart .bootstrap-touchspin.input-group {
	/* margin-right: auto;
	margin-left: auto; */
}
.btn-remove:before {
	font-size: 1.8rem;
	font-weight: 600;
	content: '';
}
.btn-remove, .btn-edit, .btn-move {
	color: #3f4658;
}
.btn-remove:hover, .btn-remove:focus,  .btn-edit:hover,  .btn-edit:focus,  .btn-move:hover,  .btn-move:focus {
	color: #ba2626;
	text-decoration: none;
}
.btn-edit {
	margin-right: 1rem;
	font-size: 1rem;
}
.btn-move {
	font-size: 1rem;
	line-height: 2.5rem;
}
.btn-move:hover, .btn-move:focus {
	text-decoration: underline;
}
.qty-col {
	min-width: 98px;
}
.product-col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
tbody .product-col {
	font-size: 0;
}
.product-col .product-image-container {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	margin-right: 1.8rem;
	margin-bottom: 0;
	border: 1px solid #eee;
	vertical-align: middle;
	position: relative;
}

.product-col .product-image-container .product-image img {
	width:100%;
}

.product-col .product-title {
	display: inline-block;
	vertical-align: middle;
	line-height: 1rem;
}
.cart-discount {
	margin-bottom: 4rem;
}
.cart-discount h4 {
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	
}
.cart-discount form {
	max-width: 420px;
}
.cart-summary {
	margin-bottom: 2.5rem;
	padding: 1.4rem 1.8rem;
	border: 1px solid #ddd;
	background: #fbfbfb;
}
.cart-summary h3 {
	
	font-size: 2.3rem;
	margin-bottom: 1.3rem;
}
.cart-summary h4 {
	font-size: 1.5rem;
	font-weight: 600;
	border-top: 1px solid #cccccc;
	margin-bottom: 0;
}
.cart-summary h4 a {
	position: relative;
	display: block;
	color: inherit;
	padding: 1rem 2rem 1rem 0;
}
.cart-summary h4 a:after {
	font-family: 'porto';
	content: '\e81b';
	position: absolute;
	display: inline-block;
 	right: .4rem;
	top: 50%;
	font-size: 1.4rem;
	transform: translateY(-50%);
}
.cart-summary h4 a.collapsed:after {
	content: '\e81c';
}
#total-estimate-section form {
	margin-bottom: 0;
 padding: .7rem 0 2.2rem;
}
.table.table-totals {
	margin-bottom: 2rem;
	border-top: 1px solid #ccc;
}
.table.table-totals tbody tr:first-child td {
	padding-top: 1.6rem;
}
.table.table-totals tr {
	border: 0;
}
.table.table-totals tr th,  .table.table-totals tr td {
 padding: .6rem 0;
	border: 0;
}
.table.table-totals tr th:last-child,  .table.table-totals tr td:last-child {
	text-align: right;
}
.table.table-totals tfoot {
	border-top: 1px solid #ccc;
	font-size: 1.8rem;
	
}
.table.table-totals tfoot tr td {
	padding-top: 1.3rem;
	padding-bottom: 1.6rem;
}
.table.table-totals tfoot tr td:last-child {
	color: #282d3b;
}
.checkout-methods .btn {
	letter-spacing: 0;
}
.checkout-methods .btn + .btn {
	margin-top: 2.2rem;
}
 @media (max-width: 767px) {
 .table.table-cart,  .table.table-cart tbody,  .table.table-cart tfoot {
 display: block;
}
 .table.table-basic, .table.table-basic tbody, .table.table-basic tfoot { display: revert; }
 .table.table-cart thead {
 display: none;
}
.table.table-cart tr th,
.table.table-cart tr td {
 padding: .5rem 1rem;
}
.table.table-cart tr td {
 border-top: 0;
}
 .table.table-cart tr td.product-col {
 padding-bottom: .5rem;
}
 .table.table-cart .product-row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-direction: column;
 flex-direction: column;
 border-top: 1px solid #ccc;
}
     
#o_ship_type-error{ /*배송필수값 경고문*/
    position: absolute;
    top: -32px;
    left: 130px;
    color: #f00;
}
     
 .cart-summary {
	 flex-direction: initial !important;
	 justify-content: flex-end;
 }
 .table.table-cart .product-row:first-of-type {
 border-top: 2px #222 solid;
}
 .table.table-cart .product-action-row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
}
 .table.table-cart .product-action-row td {
 width: 100%;
}
 .table.table-cart .product-action-row .float-right {
 margin-top: -4px;
 margin-left: auto;
}
 .table.table-cart .product-col {
 /*
 -ms-flex-direction: column;
 flex-direction: column;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
 */
}
.table.table-cart .product-title {
	margin-left: 1rem;
}
 .table.table-cart .product-col .product-image-container {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 margin-right: 0;
 margin-bottom: 1rem;
}
 .table.table-cart tfoot {
 border-top: 1px solid #ccc;
}
 .table.table-cart tfoot tr {
 display: block;
 width: 100%;
}
 .table.table-cart tfoot tr td {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-direction: column;
 flex-direction: column;
 -ms-flex-align: start;
 align-items: flex-start;
 padding: 1rem 0;
}
 .table.table-cart tfoot .btn {
 margin-top: .5rem;
 padding-right: 1rem;
 padding-left: 1rem;
}
 .table.table-cart tfoot .float-left {
	display: none;
}
 .table.table-cart tfoot .float-right {
	margin-left: auto;
}
}
.checkout-progress-bar {
	display: block;
	margin: 0 0 3rem;
	font-size: 0;
	line-height: 1.4;
	counter-reset: i;
}
.checkout-progress-bar li {
	display: inline-block;
	position: relative;
	width: 50%;
	margin: 0;
	text-align: center;
	vertical-align: top;
}
.checkout-progress-bar li:before {
	position: absolute;
	top: 1.9rem;
	left: 0;
	width: 100%;
 	height: .7rem;
 	transition: background .3s;
	background-color: #e4e4e4;
	content: '';
}
.checkout-progress-bar li > span {
	display: inline-block;
	width: 100%;
	padding-top: 4.5rem;
	color: #ccc;
	font-size: 1.6rem;
	font-weight: 300;
	word-wrap: break-word;
}
.checkout-progress-bar li > span:before, .checkout-progress-bar li > span:after {
	position: absolute;
	top: 0;
	left: 50%;
 transition: background .3s;
	border-radius: 50%;
	content: '';
}
.checkout-progress-bar li > span:before {
	width: 3.8rem;
	height: 3.8rem;
	margin-left: -1.9rem;
	background-color: #e4e4e4;
}
.checkout-progress-bar li > span:after {
 top: .6rem;
	width: 2.6rem;
	height: 2.6rem;
	margin-left: -1.3rem;
	background: #fff;
	color: #777;
	font-weight: 600;
	content: counter(i);
	counter-increment: i;
}
.checkout-progress-bar li.active:before,  .checkout-progress-bar li.active > span:before {
	background-color: #ff5501;
}
.checkout-progress-bar li.active > span {
	color: #000;
}
.checkout-progress-bar li.active > span:after {
	font-family: 'porto';
	content: '\e84e';
}
.checkout-progress-bar li:first-child:before {
 border-radius: .6rem 0 0 .6rem;
}
.checkout-progress-bar li:last-child:before {
 border-radius: 0 .6rem .6rem 0;
}
.checkout-steps li {
	margin-bottom: 3rem;
}
.checkout-steps li form {
	max-width: 480px;
	margin-top: 3rem;
	margin-bottom: 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
.checkout-steps li form:last-of-type {
 padding-bottom: .1rem;
	border-bottom: 0;
}
.checkout-steps li form p {
	margin-bottom: 1rem;
	color: #777;
	font-size: 1rem;
}
.checkout-steps li .form-footer {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.step-title {
	padding-bottom: 9px;
	
	font-size: 2.1rem;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
}
.step-title:after {
	display: block;
	clear: both;
	content: '';
}
.step-title .step-title-edit {
 margin-top: .4rem;
	float: right;
	font-size: 1.4rem;
}
.shipping-step-addresses {
	margin-bottom: 2rem;
	font-size: 0;
}
.shipping-step-addresses:after {
	display: block;
	clear: both;
	content: '';
}
.shipping-address-box {
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 240px;
	margin: 0;
	padding: 1.8rem 3.2rem 1rem 1.8rem;
 	transition: .3s border-color;
 	border: .2rem solid transparent;
	font-size: 1rem;
	line-height: 3rem;
	vertical-align: top;
	word-wrap: break-word;
}
.shipping-address-box.active {
	border-color: #ff5501;
}
.shipping-address-box.active:after {
	content: '\e84e';
	font-family: 'porto';
	position: absolute;
	right: 0;
	top: 0;
	height: 2.7rem;
	width: 2.7rem;
	font-size: 1.9rem;
	line-height: 2.1rem;
 	padding-top: .2rem;
	text-align: center;
	background-color: #ff5501;
	color: #ffffff;
}
.shipping-address-box.active .address-box-action {
	visibility: hidden;
}
.address-box-action {
	margin-top: 2rem;
}
.address-box-action .btn {
	letter-spacing: 0;
	text-transform: initial;
}
.address-box-action .btn.btn-sm {
 padding: .85rem 1.2rem;
	font-size: 1rem;
}
.address-box-action .btn.btn-sm.btn-link {
	padding-right: 0;
	padding-left: 0;
}
.btn-new-address {
	margin-bottom: 1.2rem;
 padding: .95rem 1.3rem;
	letter-spacing: 0;
	text-transform: initial;
}
.table-step-shipping {
	max-width: 600px;
}
.table-step-shipping tr td {
	border: 0;
	border-bottom: 1px solid #cccccc;
	padding: 1.8rem 1.5rem;
}
.checkout-steps-action:after {
	display: block;
	clear: both;
	content: '';
}
.checkout-steps-action .btn {
	min-width: 70px;
	text-align: center;
}
.order-summary {
	margin-top: 3.3rem;
	padding: 2.2rem 2.7rem;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 3rem;
}
.order-summary h3 {
	
	font-size: 2.3rem;
	margin-bottom: 1.3rem;
}
.order-summary h4 {
	font-size: 1.5rem;
	font-weight: 600;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
}
.order-summary h4 a {
	position: relative;
	display: block;
	color: inherit;
	padding: 1rem 2rem 1rem 0;
}
.order-summary h4 a:after {
	font-family: 'porto';
	content: '\e81b';
	position: absolute;
	display: inline-block;
 right: .4rem;
	top: 50%;
	
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.order-summary h4 a.collapsed:after {
	content: '\e81c';
}
.table-mini-cart {
	margin-bottom: 0;
}
.table-mini-cart tr td {
	padding: 2rem 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.table-mini-cart .product-col {
	-ms-flex-align: start;
	align-items: flex-start;
}
.table-mini-cart .product-col .product-image-container {
	flex: 0 0 75px;
	max-width: 75px;
	margin-right: 1.5rem;
	vertical-align: top;
}
.table-mini-cart .product-col > div {
 padding-top: .8rem;
	vertical-align: top;
}
.table-mini-cart .price-col {
	padding-top: 2.5rem;
	font-size: 1.6rem;
	
}
.table-mini-cart .product-title {
	display: block;
	max-width: 170px;
 margin-bottom: .8rem;
	font-size: 1.4rem;
	font-weight: 600;
}
.table-mini-cart .product-qty {
	display: block;
	color: #777;
	font-size: 1rem;
}
.checkout-payment {
	margin-bottom: 3rem;
}
.checkout-payment .step-title {
	margin-bottom: 1.8rem;
}
.checkout-payment h4 {
	
}
.checkout-payment .form-group {
	max-width: 480px;
}
#checkout-shipping-address {
	display: none;
	padding-left: 3rem;
	line-height: 3rem;
}
#checkout-shipping-address.show {
	display: block;
}
#new-checkout-address {
	display: none;
}
#new-checkout-address.show {
	display: block;
}
.checkout-discount {
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.checkout-discount form {
	max-width: 480px;
	margin-bottom: 0;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
.checkout-discount h4 {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
	
}
.checkout-discount h4 a {
	position: relative;
	display: block;
	padding: 1rem 2rem 1rem 0;
}
.checkout-discount h4 a:after {
	font-family: 'porto';
	content: '\e81b';
	position: absolute;
	display: inline-block;
 right: .4rem;
	top: 50%;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.checkout-discount h4 a.collapsed:after {
	content: '\e81c';
}
.checkout-info-box {
	margin-bottom: 3rem;
	font-size: 1rem;
	line-height: 2.7rem;
}
.checkout-info-box .step-title {
	margin-bottom: 1.8rem;
}
 @media (min-width: 576px) {
 .checkout-progress-bar li {
 width: 185px;
}
 .checkout-progress-bar li > span {
 font-size: 1.8rem;
}
 .shipping-address-box {
 width: 50%;
}
}
@media (min-width: 768px) {
 .shipping-address-box {
 width: 33.33%;
}
}
.entry {
	margin-bottom: 3rem;
	color: #767f84;
}
.entry a {
	color: #767f84;
}
.entry a:hover, .entry a:focus {
	color: #ba2626;
}
.entry-media {
	margin-bottom: 2rem;
	border-radius: 0;
	background-color: #ccc;
}
.entry-media img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}
.entry-slider .owl-dots {
	position: absolute;
	right: 0;
 bottom: .6rem;
	left: 0;
	margin: 0 !important;
}
.entry-body {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2.7rem;
}
 .entry:not(.single):last-of-type .entry-body {
 border-bottom: 0;
}
.entry-body .entry-date {
	width: 45px;
	margin-right: 10px;
	float: left;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.entry-body .entry-date .day {
	color: #ba2626;
	background-color: #f4f4f4;
 border-radius: .2rem .2rem 0 0;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
 padding: 1rem .2rem;
	line-height: 1.375;
 margin-bottom: .3rem;
}
.entry-body .entry-date .month {
	color: #fff;
	background-color: #ba2626;
 border-radius: 0 0 .2rem .2rem;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	display: block;
	font-size: 1.2rem;
 padding: 0 .2rem .2rem;
	line-height: 1.33;
}
.entry-title {
	
	font-size: 2.1rem;
	line-height: 1.35;
	margin-bottom: 1rem;
	color: #282d3b;
}
.entry-title a {
	color: #282d3b;
}
.entry-title a:hover, .entry-title a:focus {
	color: #282d3b;
	text-decoration: underline;
}
.entry-content:after {
	display: block;
	clear: both;
	content: '';
}
.read-more {
	float: right;
}
.read-more i:before {
	margin: 0;
}
.entry-meta > span {
	display: inline-block;
	margin-right: 1.5rem;
}
.entry-meta i {
 margin-right: .5rem;
}
.entry-meta i:before {
	margin: 0;
}
.single .entry-meta {
	margin-bottom: 2.4rem;
}
.single .entry-title {
	font-size: 2.4rem;
}
.single h3 {
	
	font-size: 2rem;
}
.single h3 i {
 margin-right: .2rem;
}
.single .entry-content {
	margin-bottom: 4rem;
}
.entry-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2.6rem;
	padding: 2.8rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.entry-share h3 {
	margin-right: 1.5rem;
}
.entry-share .social-icon {
	color: #fff;
}
.entry-share .social-icon:hover, .entry-share .social-icon:focus {
	color: #fff;
}
.entry-author {
	margin-bottom: 3rem;
	padding-bottom: 2.7rem;
	border-bottom: 1px solid #ddd;
}
.entry-author:after {
	display: block;
	clear: both;
	content: '';
}
.entry-author h3 {
	margin-bottom: 2rem;
}
.entry-author figure {
	max-width: 80px;
	margin-right: 2rem;
	margin-bottom: 0;
	float: left;
}
.entry-author h4 {
	margin: 1rem;
	font-weight: 600;
}
.entry-author .author-content {
	font-size: 1rem;
	line-height: 1.8;
}
.entry-author .author-content p:last-child {
	margin-bottom: 0;
}
.comment-respond h3 {
	margin-bottom: 1.2rem;
}
.comment-respond h3 + p {
	margin-bottom: 2.6rem;
}
.comment-respond form {
	margin-bottom: 0;
}
.related-posts {
	margin-bottom: 4rem;
}
.related-posts h4 {
	margin-bottom: 2rem;
	font-size: 1.9rem;
	text-transform: uppercase;
}
.related-posts .entry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.related-posts .entry p {
	margin-bottom: 1rem;
}
.related-posts .entry-body {
	padding-bottom: 0;
	border-bottom: 0;
}
.related-posts .entry-media {
	margin-bottom: 2rem;
}
.related-posts .entry-title {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}
.sidebar {
	position: relative;
	font-size: 1.2rem;
}
.sidebar .widget {
	margin-bottom: 3rem;
}
.sidebar .sidebar-wrapper .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 3rem;
}
.sidebar-wrapper {
	-webkit-backfac-visibility: hidden;
}
.widget-title {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	color: #282d3b;
 margin: .5rem 0 1.3rem;
}
.widget form {
	margin-bottom: 0;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.list li.active {
	font-weight: 600;
}
.list li.active a {
	color: #ba2626;
}
.list li a {
	display: block;
	color: #767f84;
	font-size: 1.071rem;
	line-height: 2.5rem;
}
.list li a:before {
	display: inline-block;
	content: '-';
	margin-right: .5rem;
}
.list li a:hover, .list li a:focus {
	text-decoration: none;
	color: #111;
}
.widget-search form {
	position: relative;
	margin: 0;
}
.widget-search .form-control {
	width: 100%;
	max-width: none;
	padding-right: 5.5rem;
}
.widget-search .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	border: 0;
	outline: none;
	background-color: transparent;
	color: #000;
	font-size: 1rem;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.tagcloud:after {
	display: block;
	clear: both;
	content: '';
}
.tagcloud a {
	display: block;
 	margin: 0 .7rem .7rem 0;
	padding: 1.1rem 1.4rem;
	float: left;
	background-color: #e1e1e1;
	color: #7e7d79;
	font-size: 1.2rem;
	
	line-height: 11px;
}
.tagcloud a:hover, .tagcloud a:focus {
	background-color: #ba2626;
	color: #fff;
	text-decoration: none;
}
.simple-entry-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.simple-entry-list li {
	margin: 0 0 1rem;
}
.simple-entry-list li:after {
	display: block;
	clear: both;
	content: '';
}
.simple-entry-list li:last-child {
	margin-bottom: 0;
}
.simple-entry-list .entry-media {
	width: 6.5rem;
	margin: 0 1.2rem 0 0;
	float: left;
	border-radius: 0;
	line-height: 0;
}
.simple-entry-list .entry-media img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}
.simple-entry-list .entry-meta {
	color: #888;
	font-size: 1rem;
}
 @media (min-width: 576px) {
 .entry-share {
 flex-direction: row;
 align-items: center;
}
 .entry-share h3 {
 margin-bottom: 0;
}
 .related-posts {
 padding-top: 1rem;
}
}
@media (min-width: 768px) {
 .entry-media {
 margin-bottom: 3rem;
}
 .single .entry-meta {
 margin-bottom: 3.2rem;
}
 .entry-body {
 margin-left: 60px;
}
 .entry-body .entry-date {
 margin-left: -60px;
}
 .related-posts {
 padding-top: 2.5rem;
}
}
@media (max-width: 767px) {
 .comment-respond .form-footer {
 margin-bottom: 3rem;
}
}
@media (max-width: 767px) {
 .comment-respond .form-footer {
 margin-bottom: 2rem;
}
}
#map {
	height: 280px;
	background-color: #ccc;
}
#map address {
	margin: 0;
 	padding: .625rem .875rem;
	font-size: 1rem;
	font-style: normal;	
	line-height: 1.5;
}
#map a {
	display: inline-block;
 	margin-top: .8rem;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.contact-info {
	margin-bottom: 3rem;
 	padding-top: .5rem;
}
.contact-info > div {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}
.contact-info > div:after {
	display: block;
	clear: both;
	content: '';
}
.contact-info i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	width: 4.3rem;
	height: 4.3rem;
	color: #fff;
	background-color: #282d3b;
	text-align: center;
	font-size: 1.8rem;
	border-radius: 0;
}
.contact-info p {
	margin-bottom: 0;
	margin-left: 5.5rem;
	line-height: 1.4;
}
 @media (min-width: 768px) {
 #map {
 height: 380px;
}
}
@media (min-width: 992px) {
 #map {
 height: 460px;
}
}
.dashboard-content {
	margin-bottom: 1em;
}
.dashboard-content h2 {
	font-size: 2.8rem;
	margin-bottom: 2rem;
}
.dashboard-content .form-control {
	max-width: 100%;
}
#account-chage-pass {
	display: none;
	padding-bottom: 1.5rem;
}
#account-chage-pass.show {
	display: block;
}
.widget-dashboard .widget-title {
	font-weight: 600;
	font-size: 1.286rem;
 	margin-bottom: 1.2rem;
}
.widget-dashboard {
	border-top: 2px #333 solid;
	border-bottom: 1px #ddd solid;
	padding: 1.5rem 1rem 1rem !important;
}

/* add_bluesoft ------------------------------------------------------------------------------------------------------------------------- */

/* common */
.btn-zipcode { width: 120px !important; padding: 0; line-height: 4.4rem;}
.btn-center { text-align: center; margin: 4rem 0;}
.btn-order { font-size: 1.2rem; line-height: 2.6rem; width: 20rem; }
.btn-quote { font-size: 1.2rem; line-height: 2.6rem; width: 20rem; }
.btn-inner {  font-size: .8rem; line-height: 2.4rem; padding: 0 1.5rem; min-width: inherit; }
.btn-detail { padding: 0 .5rem 0 1rem; }
.table-h { border-top: 2px #222 solid;}
.table-h th, .table-h td { border-top: 0; border-bottom: 1px #dddde1 solid; vertical-align: inherit; padding: 1rem 2rem;}
.table-h th { width: 15%; height: 5rem; border-right: 1px #dddde1 solid; text-align: center;}
.table th { color: #111;}
.table .bg { background-color: #f8f9fa;}
.table-inner { margin: -1rem -2rem;}
.table-inner th, .table-inner td { border: 0;}

@media (max-width:425px) {
	.btn { width: auto !important; min-width: auto; font-size: 1rem; line-height: 1.5rem; }
}


.table-search .form-control,
.table-search .select-custom,
.table-search .btn-inner,
.table-h .form-control,
.product-filters-container .select-custom .form-control { margin: 0 .5rem 0 0; height: 3rem !important; padding-top: 0; padding-bottom: 0;}

.table-search .form-control.form-date { width: 100px; text-align: center; margin:0 .5rem; padding: 0; }
.table-search .form-search { width: 45%;}

.table-inner-title { background-color: #f4f6f9; color: #222; padding: 1rem !important; border-top-color: #111 !important;}

.table .select-custom { margin-bottom: 0;}

input::placeholder { color: #ccc;}

.bt { border-bottom: 1px #dddde1 solid; }
.br { border-right: 1px #dddde1 solid; }
.bl { border-left: 1px #dddde1 solid; }

.tip { color:#d12222; text-align: center; font-size: 1.4rem; line-height: 1.5; }
.account-info { background-color: #f7d13a; color: #111; line-height: 3rem; padding: 0 1.5rem; margin: 0; display: inline-block; font-weight: bold;}


/* main-product */
.product-slider.owl-carousel .owl-stage .product-default figure a { height: 200px;}
.product-slider.owl-carousel .product-slide .count-down-panel { display: none; }

.product-txt { height: 32px;}
.ex_date, .quantity_count { font-size: 1.2rem; line-height: 1.8rem;}
.ex_date span, .quantity_count span { color: #000; font-weight: 600;}

.product_title_box { margin: 0 0 5rem 0; border: 0;	border-bottom: 1px solid #ddd; display: flex; justify-content: space-around; }
.product_title_box .product_title { margin-top: 2rem; }
.product_title_box .product_title .nav-link { font-size: 1.429rem; padding: 0 3rem 1.6rem; border: 0; border-bottom: 3px solid transparent; color: #888; letter-spacing: -.01rem; }
.product_title_box .product_title.show .nav-link,
.product_title_box .product_title .nav-link.selected { border-bottom-color: #d94c67/*#333*/; color: #d94c67/*#000*/; background-color: transparent; font-weight:600; }
.tab-content { position: relative; margin-bottom: 5rem; display: none; }
.tab-content.show {display:block;}
.tab-content.hide {display:none;}


.tab-content .table form { margin-bottom: 0; }
.tab-content .table td .row { flex-wrap: initial; justify-content: center; }
.tab-content .table th, .tab-content .table td { font-size: 1rem !important;}


@media (max-width:767px) {
	.tab-content .table.table-cart thead { display: block; }
	.tab-content .table.table-basic thead { display: revert;}
	.tab-content { overflow-y: auto;}
}
@media (max-width:425px) {
	.product_title_box .product_title .nav-link { font-size: 1rem; padding: 0 0 1.6rem;}
}

.main-product .product-panel { margin-left: 295px; border: 1px #eee solid; height: 388px; padding-top: 1rem;} 
.main-product .product-panel .grid.margin-2 .grid-item.height-x1 { padding: 1.5rem 3rem; height: inherit; }
.main-product .product-panel .price-box { margin-bottom: 0;}

.home .product-default figure a {	display: block;	min-height: 200px; background-color: #f9f9f9; }
.home .bg-grey .product-panel .section-title { border-bottom: 0; padding-bottom: 0;}

/* login_box */
.login_box { margin: 2rem auto; text-align: center; }
.login_box .heading .title { font-size: 2.8rem; color: #000; padding-bottom: 0; font-weight: 600; }
.login_box .form-control { border-radius: 10px;}
.login_box .btn { width: 100%; margin: 0; border-radius: 50px; }
.login_box .btn-primary { background-color: #222529; border-color: #222529; font-size: 1.2rem; line-height: 2rem; border-radius: 50px; }
.login_box .btn-primary:hover { background-color: #ba2626; border-color: #ba2626; }

.login_box .btn-google-login:before {display:inline-block;content:"";width:2rem;height: 2rem;background: url(../images/sns_google.png) no-repeat center;vertical-align: middle;margin-right: .5rem;}
.login_box .btn-google-login { background-color:#eee; border-color:#eee; color: #111 !important; font-weight: 600;margin-top: 1rem;}
.login_box .btn-google-login:hover { background-color:#e5e5e5; border-color:#e5e5e5;}

.login_box .btn-login_box  { font-size: 1.6rem; line-height: 3.6rem; }

.login_box .form-link { text-align: right; margin-bottom: 1.5rem;}

.login_box .form-footer { display: block; border-top: 1px #ccc dashed; margin-top: 2rem; padding-top: 1rem;}
.login_box .forget-pass { width: 100%; font-size: 1rem; color: #222529; }
.login_box .forget-pass:hover { color: #ba2626; text-decoration: underline;}
.login_box .login_box_txt { padding: 2rem 3rem; margin-top: 2rem; background-color: #f9f9f9; font-size: 1rem; line-height: 1.5; }
.login_box .login_box_txt span { color: #d12222; }
.login_box .btn-info,
.login_box .btn-info:active { margin-top: 1rem; border-color: #111 !important; color: #111 !important; background-color: #fff !important; font-weight: 600;  font-size: 1.2rem; line-height: 2rem; border-radius: 50px;}
.login_box .error-msg { color: #d12222; text-align: left; margin-top: 1rem;}

.login_box .title_s { text-align: center; font-size: 2rem; font-weight: 600; color: #111; }
.login_box .section { border-top: 1px #999 dashed; margin-top: 3rem;}
.login_box .result { padding: 4rem; margin-top: 0; border: 1px #e9e9e9 solid; margin-bottom: 2rem;}


@media (max-width:425px) {
	.login_box .btn { width: 100% !important;}
}


/* terms */
.terms { height: 700px; overflow: auto; border: 1px #ddd solid; padding: 2rem 2.6rem; background-color: #f5f5f5; text-align: left; }
.terms_box { font-size: 1.2rem; line-height: 2.2rem; margin-bottom: 2rem;}
.terms_box h2 { font-size: 1.4rem; margin-bottom: 1rem;}
.terms_box h1 { font-size: 1.6rem;}

/* join */
.agree_box { border: 1px #ddd solid; background-color: #fff; height: 100px; overflow-y: scroll; margin-bottom: 2rem; padding: 1rem;}
.join_box .form-footer { border-top: 1px #ddd dashed; }
.join_box .form-zipcode { width: 70%;}
.join_box .btn-zipcode { margin: 0 0 1rem 8px; }
.join_box_agree .heading { display: none;}
.join_box_agree .terms { height: 150px; padding: 2rem; }
.join_box_agree .terms .terms_box:nth-of-type(1) h2 { margin-top: 0;}

.join_box .company_info_title { font-size: 2.8rem; margin-top: 1rem; color: #111; font-weight: 600;}


/* memberleave */
.memberleave_box { border: 1px #ddd solid; background-color: #f9f9f9; padding: 3rem; font-size: 1.4rem; line-height: 2.4rem; color: #555; font-weight: 600; }
.memberleave_box .top_txt { color: #db5e6e; font-size: 2rem; line-height: 2.4rem;}
.memberleave_box ol,
.memberleave_box ul { list-style: revert; margin:0 0 0 2rem;}
.memberleave_title { font-size: 2rem; font-weight: 600; color: #111; margin: 2rem 0 1rem;}
.memberleave-table-container .btn-center { margin: 0;}
.memberleave-table-container .btn-primary { background-color: #222529; border-color: #222529; font-size: 1.6rem; padding: 1.4rem 4rem;}
.memberleave-table-container .select-custom .form-control { background-color: #fff; margin-bottom: 0;}
.memberleave-table-container .select-custom:after { z-index: 2;}
.memberleave-table-container .btn-center .custom-checkbox { display: inline-block; margin: 3rem auto 2rem;}
.memberleave-table-container .btn-center .form-inline { display: block;}


/* SLI 
***********************************************************************************************************************/

/* header_gnb */
.gnb { float: left; margin-left: 3rem;}
.gnb::after { content:""; display: none; z-index: 2; position: absolute; left: 0; top: 100px; width: 100%; height: 310px; border-top: 1px solid #e5e5e5; background-color: rgba(256,256,256,0.9);} /* 메뉴over배경 */

.gnb.active::after { display: block; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }

.main_gnb { font-size: 0; margin: 0; }
.main_gnb > li { display: inline-block; vertical-align: top;}
.main_gnb > li > a { display: block; padding: 0 30px; color: rgba(0,0,0,.7); font-size: 1.143rem; font-weight: 700; text-transform: uppercase; line-height: 100px; letter-spacing: -.05rem;}
.main_gnb > li > a i { color: rgba(0,0,0,.4); margin-left: .3rem;}
.sub_gnb { display: none; position: absolute; padding: 2rem 0 0 1rem; width:1400px; z-index: 3; }
.sub_gnb > ul { float: left; margin-right: 4.5rem; }
.sub_gnb > ul > li > a,
.sub_gnb > li > a { display: block; line-height: 40px; font-size: 1.3rem; color: #000; font-weight: 600; letter-spacing: -0.05em}


.main_gnb li:first-of-type .sub_gnb > ul > li:first-of-type > a { text-transform:uppercase; color:#000; margin-bottom:1rem; font-weight: bold; font-size: 1.52rem; letter-spacing: -0.05em}
.main_gnb li:first-of-type .sub_gnb > ul > li:first-of-type > a:hover {color:#ba2626;}



.main_gnb > li.active > a,
.main_gnb > li.active > a i,
.sub_gnb > ul > li > a:hover,
.sub_gnb > li > a:hover { color: #d0222a; }

@media (max-width:1720px) and (min-width:1900px) {
    .main_gnb li:first-of-type .sub_gnb {/*left:auto*/}
}

@media (max-width:1550px) and (min-width:1721px) {

    .main_gnb li:first-of-type .sub_gnb {}
}

@media (max-width:1721px) {
	.main_gnb li:first-of-type .sub_gnb {}
	.gnb::after { height:400px}
}
@media (max-width:1120px) {
	.gnb::after { height: 300px;}
	.sub_gnb > ul { height: 175px;}
    .main_gnb li:first-of-type .sub_gnb > ul > li:first-of-type > a { font-size:1rem;line-height: 30px;margin-bottom: .5rem;} 
    .main_gnb li:first-of-type .sub_gnb > ul > li > a,
    .main_gnb li:first-of-type .sub_gnb > li > a { font-size:.9rem;line-height: 30px;}
}

.menu_banner { display: flex; }
.menu_banner img { margin-right: 2rem;}

/* gnb : moblie */
.mo_menu { display: none;}

@media (max-width: 960px) { 
	.pc_menu { display: none;}
	.mo_menu { display: block; height: 15.63vw !important; }
	.main.home { padding-top: 15.63vw !important; }
	.main { padding: 15.63vw 0 10vw;}

	.mo_menu .logo { position: absolute; left: 4.69vw; width: 15vw; top: 50%; transform: translateY(-50%); }
    .mo_menu .btn_box { position: absolute; right: 4.69vw; top: 50%; transform:translateY(-50%); font-size: 0;}
    .mo_menu .btn_box a {display: inline-block; vertical-align: middle; }
    .mo_menu .btn_box .btn_search::after {content:""; display: inline-block; margin: 0 4.69vw; width: 0.31vw; height: 5.63vw; background-color: rgba(0,0,0,0.2); vertical-align: middle;}
    .mo_menu .btn_box .btn_search img { width: 5.94vw; display: initial;}
    .mo_menu .btn_box .btn_menu img { width: 5.63vw;}    

    .mo_menu_pop {display: none; z-index: 200; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);}
    .mo_menu_pop .mo_gnb {position: absolute;; right: -100%; top: 0; padding:5.63vw 5.63vw 6.25vw; width: 68.75vw; height: 100vh; background-color: #fff; transition: right ease-in-out .4s;}
    .mo_menu_pop.active .mo_gnb {right: 0;}
    .mo_menu_pop .mo_gnb .mo_user { font-size: 0;}
    .mo_menu_pop .mo_gnb .mo_user a { opacity: 0.6; font-size: 3vw; font-weight: 600; color: #222; vertical-align: middle; margin-right: 3vw; letter-spacing: -.1vw; }
    .mo_menu_pop .mo_gnb .mo_user a.active { opacity: 1; color: #d0222a;}
    .mo_menu_pop .mo_gnb .mo_user a.active::before{content:""; display: inline-block; margin: 0 3.75vw; width: 0.31vw; height: 3.75vw; background-color: #e6e6e6; vertical-align: middle;}
    .mo_menu_pop .mo_gnb .btn_close {position: absolute; right: 5.21vw; top: 5vw; width: 5vw;}
    .mo_menu_pop .mo_gnb .btn_close img{width: 100%;}

    .mo_main_gnb { overflow-y: auto; overflow-x: hidden; margin-top: 6vw; height: calc(100vh - 16.15vw);}
    .mo_main_gnb > li > a { font-size: 3.5vw; font-weight: 600; line-height: 2.5; text-transform: uppercase; color: #262626; display: flex; align-items: center; }
    .mo_main_gnb > li > a i { margin-left: auto;}
	.mo_main_gnb>li.active>a, .mo_main_gnb  li.active  a:active,
    .mo_main_gnb  li.active  a:hover  {color: #d0222a !important;}
	
    .mo_main_gnb > li:first-of-type .mo_sub_gnb > ul > li:first-of-type > a { font-size: 3vw; color:#222; line-height: 3; font-weight: 600;}
    .mo_main_gnb > li:first-of-type .mo_sub_gnb > ul > li > a { font-size:2.5vw; color:#666; line-height: 2; }

    .mo_sub_gnb { display: none; margin-bottom: 4.69vw; padding-left: 7.38vw; }
    .mo_sub_gnb > li > a,
	.mo_sub_gnb > li { font-size: 3.5vw; line-height: 2; color: #666; font-weight: 600;}
	.mo_sub_gnb > li > a { font-size: 3vw; color: #999; font-weight: 600;  padding-left: 3vw; }

    .search_pop { display: none; z-index: 200; position: fixed;left: 0; top: 0; width: 100%;}
    .search_pop::before { z-index: -1; content:""; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3);}
    .search_pop .btn_close { text-align: right;}
    .search_pop .btn_close a { display: inline-block; margin-right: 15vw; position: relative; width: 15.63vw; height: 15.63vw; vertical-align: top; background-color: #fff;}
    .search_pop .btn_close a img { position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); width: 5.00vw;}
    .search_pop .input_box { padding: 3.13vw; width: 100%; height: 18.75vw; font-size: 0; background-color: #fff; white-space: nowrap;}
    .search_pop .input_box input { display: inline-block; border-radius: 0; padding: 0 4.17vw; width: 79.79vw; max-width: initial; height: 12.50vw; line-height: 12.50vw; font-size: 4.38vw; color: #000; background-color: #f0f0f0; vertical-align: top;}
    .search_pop .input_box input::placeholder { color: #999999;}
    .search_pop .input_box button { display: inline-block; width: calc(100% - 79.79vw) !important; height: 12.50vw; background-color: #000; color: #fff; font-size: 6vw; border-radius: 0; padding: 0; min-width: initial;}
    .search_pop .input_box button img {width: 6.04vw;}
}

/* header_search */
.header_search_btn { margin-left: 2rem;}
.header_search_btn a { display: block; width: 55px; height: 55px; background: url(../images/icon_search.png) no-repeat center #999; border-radius: 50%; background-size: 40%; }
.header_search_btn a:hover { background-color: #333;}
.header_search { display: none;}

/* sns_top */
.sns_top { display: flex; margin-right: 2rem; }
.sns_top a { width: 22px; height: 22px; background-position: center; margin: 0 .8rem;}
.sns_top_fb { background-image: url(../images/sns_top_fb.png);}
.sns_top_tw { background-image: url(../images/sns_top_tw.png);}
.sns_top_weibo { background-image: url(../images/sns_top_weibo.png);}
.sns_top_yt { background-image: url(../images/sns_top_yt.png);}
.sns_top_in { background-image: url(../images/sns_top_in.png);}
.sns_top_fb:hover { background-image: url(../images/sns_top_fb_ov.png);}
.sns_top_tw:hover { background-image: url(../images/sns_top_tw_ov.png);}
.sns_top_weibo:hover { background-image: url(../images/sns_top_weibo_ov.png);}
.sns_top_yt:hover { background-image: url(../images/sns_top_yt_ov.png);}
.sns_top_in:hover { background-image: url(../images/sns_top_in_ov.png);}

@media (max-width: 1400px) { 
	.header-middle { padding: 1.5rem 2rem;}
	.sns_top { margin-right: 0;}
}
@media (max-width: 1280px) { 
	.sns_top { display: none;}
}

/* sub_title_img */
.main::before { content: " "; display: block; height: 300px; width: 100%; 
	text-align: center; background-size: cover !important; font-size: 50px; line-height: 300px; color: #fff; font-weight: bold; 
/*background: url(../images/sub_title_img.png) no-repeat center top;*/}
main.home::before { display: none;}

@media (max-width: 768px) {
	.main::before { height: 35vw; line-height:35vw; font-size:5vw; background-size:cover; }
}

/* bottom */
.bottom { background-color: #cecece; padding: 8.571rem 0;}
.bottom .main_youtube { display: flex; background-color: #fff;}
.bottom .main_youtube > a,
.bottom .main_youtube_list { height: 315px; overflow: hidden;} 
.bottom .main_youtube > a { width: 75%; padding-right: 1rem; position: relative; }
.bottom .main_youtube .youtube_img { width: 100%; height: 100%; }
.bottom .main_youtube .play_btn_img { position: absolute; z-index: 2; opacity: 0.8; top: 50%; left: 50%; margin-top: -22.5px; margin-left: -22.5px; }

.bottom .main_youtube_list { width: 25%; overflow-y: scroll; }
.bottom .main_youtube_list a { display: block; margin-bottom: 1rem; border: 1px #eee solid; padding: .5rem; background-color: #f4f6f9;}
.bottom .main_youtube_list a img { width: 100%;}

.bottom .main_twitter {background:#fff;}
.bottom .main_twitter iframe { width: 100% !important;}

/* main_youtube : popup */
.videoPop { display: none; z-index: 1000; overflow: hidden; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); }

.videoPopWrap { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 20px; width: 65%; background: #fff; }

.videoPopWrap .videoTit { margin-bottom: 20px; }
.videoPopWrap .videoTit p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; width: 90%; font-size: 20px; font-weight: 500; }
.videoPopWrap .videoTit .closeBtn { float: right; width: 1rem; }
.videoPopWrap .videoTit .closeBtn img { width: 100%; }

.videoPopWrap .videoWrap { position: relative; padding-top: 56.25%; height: 0; overflow: hidden; }
.videoPopWrap .videoWrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media (max-width:768px) {
	.bottom { padding: 3rem 0; }
	.bottom .main_youtube { margin-bottom: 2rem;}
	.bottom .main_youtube > a,
	.bottom .main_youtube_list { height: 170px;}

	.videoPopWrap {width: 90%;}

}

/* footer */
.sns_icons { display: flex; align-items: center; justify-content: flex-end;}
.sns_icon { width: 3rem; height: 3rem; background-size: 100%; margin-left: .8rem; }
.sns_icon_fb { background-image: url(../images/sns_fb.png);}
.sns_icon_tw { background-image: url(../images/sns_tw.png);}
.sns_icon_weibo { background-image: url(../images/sns_weibo.png);}
.sns_icon_yt { background-image: url(../images/sns_yt.png);}
.sns_icon_in { background-image: url(../images/sns_in.png);}

@media (max-width: 1280px) { 
	.footer-middle img { display: none; }
	.footer-middle .footer-info { margin-left: 0;}
}
@media (max-width: 960px) { 
	.sns_icons { justify-content: initial;}
	.footer-top { text-align: center;}
	.footer-middle { padding: 3rem 0;}
	.footer-middle .footer-info { text-align: center; margin: 0 auto;}
	.sns_icons { justify-content:center; margin-top: 2rem;}
}

/* overview */
.overview { /*background: url(../images/overview.png) no-repeat right top; border: 1px #ddd solid; */padding: 8rem; color: #000; background-size: cover;}
.overview .txt1 { font-size: 18px; line-height: 28px; width: 85%;}
.overview .txt2 { font-size: 80px; line-height: 100px; margin: 50px 0 130px;font-style: italic; }
.overview .logo_box {/*background: url(../images/overview_logo.png) no-repeat center; height: 16rem;*/}


@media (max-width: 768px) { 
	.overview { padding: 21vw 7vw;color: #000; }
    .overview .txt1 {font-size: 2.1vw; line-height: 3.5vw; width: 100%;}
    .overview .txt2 {font-size: 8vw; line-height: 8vw; margin: 5vw 0 13vw;}
    .overview .logo_box { height: 26vw; background-size: 30%; }
}

/**************************************************************************************************************************/

/* product */
.product-container .product-single-container,
.product-container .product-single-tabs { width: 90%; margin-right: auto; margin-left: auto; }

.product-filters-container { border-bottom: 1px #ddd solid; margin-bottom: 2.5rem; padding-bottom: 1.5rem;}
.product-filters-container .select-custom { width: 100%; margin-bottom: 0;}


@media (max-width:768px) {
	.product-container .product-single-container,
	.product-container .product-single-tabs { width: 100%; margin-bottom: 2rem; }
	.product_related_list .container { padding: 0;}
}


.cat-list .sub-action a { color: #ba2626; font-weight: 600;}


/* location */
.breadcrumb li { margin-left: -1px; padding-right: 1rem; border: 1px #ddd solid;}
.breadcrumb-item { font-size: 0; padding-right: 0 !important;}
.breadcrumb-item:before { display: inline-block; content: ""; width: 4.286rem; height: 4.286rem; background: url(../images/icon_home.png) center no-repeat; }
.location_name { height: inherit !important; padding: .5rem 1rem; border: 0; margin-bottom: 0; padding-right: 3rem; height: 4.286rem !important; line-height: 4.286rem; min-width: 12rem; border-radius: 0; background-color: #fff; }
.location_name:focus { border-color: #ddd;}

.breadcrumb li:last-of-type select { color: #d0222a; font-weight: 600;}


@media (max-width:768px) {
	.breadcrumb { display: none;}
}

/* cart */
@media (min-width:768px) {
	.cart-btns { margin-top: 4rem;}
}



/* heading_sub_title */
.heading_sub_title { font-size: 2.857rem; color: #222; margin: 0; }
.heading_sub_title:before { content: ""; display: inline-block; width: 0.357rem; height: 2.286rem; background-color: #d0222a; margin-right: 1rem;}
.heading_sub_title a,
.heading_sub_title h2 { color: #111; cursor: default; padding-left: .5rem; font-weight: bold; }

.heading_sub_title2 { font-size: 2.143rem; }
.heading_sub_title2:before { display: none;}
.heading_sub_title2 a,
.heading_sub_title2 h2 { padding: 0;}

/* product_top_con */
.product_top_con { border: 1px #ddd solid; padding: 2rem; border-radius: 10px; margin-bottom: 3rem; /*word-break: break-all;*/ }
.product_top_con .exp_s { padding: 15px; background: #f4f6f9; margin-bottom: 20px; /*font-weight: 600; */ color: #000; }
.product_top_con .exp_d ol, .product_top_con .exp_d ul {list-style: disc; padding-left:30px; margin:1em}
.product_top_con .exp_d li {}

@media (max-width:768px) {
    
    .product_top_con .exp_d img {width :100% !important; height :auto !important}
}

@media (max-width:425px) {
	.heading_sub_title { font-size: 2rem; }
	.heading_sub_title:before { height: 2rem; }
	.product_top_con { padding: 1rem;}
}



/* product_2st_list */
.product-default { margin: 0;}
.product-default figure a {	display: block;	min-height: 18rem; line-height: 18rem; border: 1px #ddd solid; border-radius: 10px; margin: 0 auto; background-color: #fff; overflow: hidden; }
.product-default figure a img { vertical-align: middle;}
.product-default figure a:hover { border-color:#d0222a; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}

.cg-list .cg-title a, .inner-quickview .cg-title a { color: #212529; }
.cg-list .cg-s-list { background:#f5f5f5; margin-bottom: 3rem; padding: 3rem 2rem; border-radius: 10px; display: flex; flex-wrap: wrap;}
.cg-list .cg-img { max-width:100%;max-height:100%; }
.cg-list figure a { min-height: 18rem; line-height: 18rem; }
.cg-s-list .cg-title a { letter-spacing: -.01em; font-size: 1.143rem; line-height: 1.3; margin: 1.5rem 1rem 0.5rem; text-overflow: ellipsis; overflow: hidden;
-webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; text-align: center; }

@media (max-width:578px) {
    .cg-list .cg-s-list {
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
    }
}


.cg-list.opticalmode>.cg-item {width:48%; margin-right:2%; float: left;}
.cg-list.opticalmode>.cg-item:nth-child(even) {margin-right:0;float: right;}

.cg-list.opticalmode>.cg-item>.col-lg-3 {flex:0 0 60%; max-width:100%}

/*
.cg-list.opticalmode>.cg-item .owl-stage {width:100% !important;}
.cg-list.opticalmode>.cg-item .owl-stage .owl-item {width:50% !important;}
*/


@media (min-width: 1441px) {
	.cg-list figure a { min-height: 22rem; line-height: 22rem; }
}


@media (max-width: 768px) {
	.cg-list figure a { min-height: 15rem; line-height: 15rem; }
    .cg-list.opticalmode>.cg-item>.col-lg-3 {flex:0 0 100%; max-width:100%}
    .cg-list.opticalmode>.cg-item {width:100%; margin-right:0%; clear: both}
}


/* product-select-bar : 숨김처리 220215 */
.product-select-bar { display: none; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; padding: 1.2rem 1.5rem; margin-bottom: 3rem; display: flex; align-items: center; }
.product-select-bar .custom-control { margin: 0 1rem 0 0; }
.product-result-count {color: #111; margin: 0; margin-left: auto; }
.product-result-count span { color: #d12222; font-size: 1.6rem;}

.tab-content .product-result-count { float: left; line-height: 50px;}

/* product-default */
.product-default .category-wrap { display: inherit;}
.product-default .custom-control { margin: 0;}
.product-default .custom-control, 
.product-default .category-list { display: inline-block;}


/* product-detail-edit */
.product-detail-edit h5 { font-size:1.8rem; color: #222;}
.product-detail-edit table { width: 100%; border: 1px #ddd solid; border-collapse: collapse; margin-bottom: 2rem;}
.product-detail-edit table th,
.product-detail-edit table td { padding: 2rem; border: 1px #ddd solid; }
.product-detail-edit table th { width: 22%; background-color: #f9f9f9; text-align: center; }


/* order */
p.product-total { text-align: center; border: 5px #eee solid; padding: 2rem; color: #111;}
p.product-total span { font-size: 2.6rem;}

.form-style { background-color: #fcfcfc; border: 1px #ddd solid; height: 4.6rem; line-height: 1.5; padding: 1.25rem 1.5rem;}


/* SLI ***************************************************************************************************************************/
/* product-details */
.product-single-details { border-top: 2px #262627 solid; border-bottom: 2px #262627 solid; }
.product-single-details .product-title { padding: 1.5rem 0; margin-bottom: 2.143rem; border-bottom: 1px #ddd solid; font-size: 2.143rem; font-weight: bold; }

.product-con-box { font-size: 1.143rem; line-height: 1.714rem; }
.product-con { display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; }


.product-con-title-s { font-size: 1.286rem; color: #111; font-weight: bold; margin: 2rem 0 1rem; }
.product-con-box ul,
.tab-content ul { list-style: inherit; margin: revert; padding: revert; }
.product-con-box li { line-height: 2rem;}                           

.product-single-gallery { border: 1px #ddd solid; min-height: 580px;}

@media (max-width: 768px) {
	.product-single-gallery { min-height: 60vw;}
	.product-single-details .product-title { line-height: 2.8rem;}

	.product-container iframe,
    .product-con-box iframe, .product_top_con iframe {width:100% !important; height:260px;} /* youtube width responsible */

}
@media (max-width:425px) {
	.product-container img { width: auto !important; height: auto !important; max-width: 100%; }
}


.product-single-details .option_box { border-top: 1px #ddd solid; margin: 2rem 0;}
.product-single-details .option_box .option_title { font-size: 1.286rem; color: #111; font-weight: bold; margin: 2rem 0 1rem; }
.product-single-details .option_box .option { margin: 0 -0.2rem;}
.product-single-details .option_box .option li { width: 25%; float: left; padding: 0 .2rem; }
.product-single-details .option_box .option li a { display: block; text-align: center; border: 1px #ddd solid; line-height: 2.4rem; color: #333; margin-bottom: .5rem; border-radius: 3px;}
.product-single-details .option_box .option li a:hover { border-color: #ba2626; color: #ba2626; }
.product-single-details .option_box .product-single-qty .bootstrap-touchspin .form-control { min-width: 4rem;}

.product-single-details .option_box .form-control.cws {height:2rem; display: inline-block; margin-right:5px;    width: 70%;    margin-bottom: 0;}


.table.table-cart tr td.spec_desc {white-space: pre}

@media (max-width: 768px) {
	.product-single-details .option_box { margin: 1rem 0;}
	.product-single-details .option_box .option li { width: 50%;}
}

.product-single-details .btns_box .product-action { display: flex; padding-top: 1rem;}

.product-single-details .btns_box .product-action form {margin-bottom:0}
.product-single-details .btns_box .product-action .add-quote, 
.product-single-details .btns_box .product-action .add-cart { margin-left: auto; width: 14.286rem; height: 4.286rem; color:#fff; line-height: 4rem; font-size: 1rem; font-weight: 600;
	padding: 0 2.2rem; border-radius: 50px; text-transform: initial; background: url("../images/arrow_ico_w.png") no-repeat #262627 85% center; justify-content: left;}
.product-single-details .btns_box .product-action .add-quote:hover,
.product-single-details .btns_box .product-action .add-cart:hover { background: url("../images/arrow_ico_w.png") no-repeat #ab2a30 85% center; border-color: #ab2a30; color: #fff; }
.product-single-details .btns_box .product-action .add-quote::before,
.product-single-details .btns_box .product-action .add-cart::before { display: none;}

.product-related { background-color: #f5f5f5; border-radius: 10px; padding: 3rem 1rem; }

@media (max-width:768px) {
    .cg-list {width:92% !important}
    .cg-list.opticalmode {width:100% !important}
}
@media (max-width:425px) {
	.cg-list .cg-s-list,
	.product-related { padding: 1.5rem .5rem;}
	.cg-list figure a,
	.owl-carousel .owl-stage .product-default figure a { min-height: 12rem; height: 12rem; line-height: 12rem; width: 12rem; }
	.cg-list .col-6.col-md-4.col-lg-3 { padding:0;}
}


.product-recommend-list { display: none;}

/* resource_download */
.resource_download { display: block; color: #000; font-weight:600; font-size: 1.275rem; line-height: 6rem; border-top: 1px #ccc dashed; border-bottom: 1px #ccc dashed; margin-top: -1px; text-align: left; padding-left: 1rem;}
.resource_download i { margin-right: .5rem;}
.resource_download:hover { color: #d0222a; background-color: #fafafa;}

@media (max-width:425px) {
	.resource_download { font-size: 1rem; line-height: 4rem;}
}

.product_features_box { background-color: #f8f8f8; text-align: center; padding: 5rem 2rem;} 


@media (max-width:425px) {
	.product-single-tabs .tab-pane .tbl_box { width: 970px;}
}
.product-single-tabs .tab-pane .tbl_box .ordering_dec {text-align:right; font-size: 1rem; line-height: 1.2rem; padding-bottom: .5rem; }




/* contact */
.contact .required { color: #d0222a; font-weight: bold; padding-left: .3rem; }
.contact .btn { display: block; margin: 0 auto; margin-top: 2rem; min-width: 20rem; font-size: 1.143rem;}
.contact_tabs { display: flex; margin-bottom: 3rem; }
.contact_tabs li { width: 50%; border: 1px #ddd solid; color: #222; font-size: 1.143rem; line-height: 4.286rem; text-align: center; cursor: pointer; position: relative; }
.contact_tabs li:hover { background-color: #f9f9f9;}
.contact_tabs li.active { background-color: #262627; border-color: #262627; color: #fff; cursor: default; }
.contact_tabs li.active:after {content:""; display:block; position:absolute; z-index:99; width:0; height:0; border-top: 10px solid #262627;	border-left: 10px solid transparent; border-right: 10px solid transparent; bottom: -10px;left:50%; margin-left:-3.5px;}


/* distribute */
.distribute_top,
.distribute_map { border: 1px #ddd solid; margin-bottom: 3rem;}
.distribute_con { padding: 3rem; display: flex; }
.distribute_con li { margin-right:5rem; }
.distribute_con li:last-of-type { margin-left: auto; margin-right: 0; }

.board_list .distribute_con li:nth-of-type(2) { width: 100%;}
.board_list .distribute_con li:last-of-type { text-align: right; }

.distribute_top .distribute_con:last-of-type { background-color: #f9f9f9; border-top: 1px #ddd solid; justify-content: space-around;}
.distribute_top .distribute_con:last-of-type li:last-of-type { margin-left: 0;}

.distribute_top .distribute_flag { width: 86px; height: 45px; background: url("../images/distribute_USA.png") no-repeat; background-size: 100%;font-size:0}
.distribute_top .distribute_flag.asia {background: url("/uploads/flag/2022/39ad6eed2202da037fcc0a95bc7a7762.png") no-repeat;background-size: 86px 45px;}

.distribute_title { font-size: 1.429rem; color: #222; font-weight: 600; margin-bottom:1rem;}
.distribute_txt { font-size: 1.143rem; color: #666;}

.distribute_map { border: 1px #ddd solid; margin-bottom: 3rem;}

.distribute_list_title { font-size: 2.143rem; color: #111;}
.distribute_list { border-top: 2px #111 solid; margin-bottom: 3rem;}
.distribute_list .distribute_con { border-bottom: 1px #ddd solid; }


@media (max-width:768px) {
	.distribute_con { padding:5vw; display:block; position: relative;}
	.distribute_con li {margin: 0 0 3vw 0 !important;}
	.distribute_con .btn { position: absolute; top: 5vw; right: 5vw; min-width: initial; padding: .5rem 1.5rem;}
	.distribute_con #btn-add-cart { position: initial;}
	.distribute_con a:last-of-type.btn { top:13vw;}
	.board_list .distribute_con li:last-of-type .row { margin:0}
}

/* board */
.board_category { border-top: 2px #333 solid; border-bottom: 1px #ddd solid; padding: 1.5rem 1rem 1rem; margin-bottom: 2rem; position: absolute; width: 95%;}
.board_category_title { color: #222; font-weight: 600; font-size: 1.286rem; margin-bottom: 1.2rem; }
.board_category label { color: #767f84;	font-size: 1.071rem; line-height: 1.4rem; padding: .5rem 0; }

@media (max-width:992px) {
	.board_category { position: initial;}	
}

.board_search { margin-bottom: 2rem;}
.board_search form { margin: 0; }
.board_search_box { margin: 2rem auto; }
.board_search_box .form-control,
.board_search_box .btn { height: 50px; border-radius: 0; min-width: auto;}

.board_search_box .form-control { height: 50px !important; padding: 0 1.5rem; }

.board_img { width: 10rem; height: 8rem; border: 1px #ddd solid; overflow: hidden; background-color: #f9f9f9; }
.board_img_video { width: 14rem; height: 8rem; border: 1px #ddd solid; overflow: hidden; background-color: #f9f9f9; }
.board_img img { width: 100%; }

.board_con a.btn-outline { margin:.25rem 0; min-width: 10rem;}
.btn-download { background-color: transparent; color: #333; border-color: #999;}


/* search_result */
#fsearch { width: 100%; margin-bottom: 3rem;}
.search_result_top { width: 50%; margin: 0 auto;border:1px #ddd solid;border-radius:50px;}
.search_result_top .form-control { font-size: 1.2rem; flex: 1 1 auto; margin: 0; padding: 4px 25px; border: none; color: #333; line-height: 20px; box-shadow: none;
	border-radius: 50px 0 0 50px; background-color: #fff; height: 4rem; }
.search_result_top .btn { flex: 0 0 65px; min-width: 0;	color: #333; font-size: 1.8rem;	line-height: 1;	border: none; padding: 0 3px 0 0; margin: 0; background-color: #fff;
	cursor: pointer; border-radius: 0 50px 50px 0; }
.search_result_top .btn i:before { margin: 0; }
.search_result_top .btn:hover,
.search_result_top .btn:focus { color: #111; }

@media (max-width:425px) {
	.search_result_top { width: 90%; }
}


.search_result .board_list .distribute_con li:nth-of-type(2) { width: auto;}
.search_result .board_list .distribute_con form { margin-bottom: 0;}

.search_result .distribute_con { align-items: center;}
.search_result_cate { }
.search_result .distribute_title a:nth-of-type(1) { margin-right:1rem;}
.search_result .distribute_title a:nth-of-type(2) { color:#3676a8; }
.search_result .distribute_txt p { font-size:1rem; color:#999 }
.search_result .distribute_txt p span { font-weight: 600; color: #333;}

/* board_detail */
.board_detail { border-top:2px #222 solid;}
.board_detail_titlebar { display: flex; align-items: center; background-color:#f9f9f9; border-bottom:1px #ddd solid; padding:2rem 1.5rem; }
.board_detail_title { font-size:1.4rem; color:#333; }
.board_detail_date { margin-left: auto; }
.board_detail_download {border-bottom:1px #ddd solid;padding:2rem 1.5rem;text-align: right;}
.board_detail_download a {text-decoration:underline; text-decoration: underline; font-weight: 600;}
.board_detail_con { padding:2rem;  border-bottom:1px #ddd solid; display: flow-root; }
.board_detail_con_video { margin-top:2rem; position: relative; padding-top: 56%; width: 100%; height: 0;}
.board_detail_con_video > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.board_detail_con_video_txt { padding:2rem;  border-bottom:1px #ddd solid; }
.board_detail .btns_area { text-align:right; margin-top:2rem; }

@media (max-width:768px) {
	.board_detail_con > p > img { width: auto !important; height: auto !important; max-width: 100%;}
}

@media (max-width:425px) {
	.board_detail_con > p > img { width: auto !important; height: auto !important; max-width: 100%;}
}


/* FAQ */
.faq_list .board_con { align-items: center;}
.faq_list .board_title:before,
.faq_list .faq_down:before { display: inline-block; border-radius: 50px; width:2.857rem; height:2.857rem; margin-right:.5rem; font-weight: bold; line-height:2.857rem; text-align: center; }

.faq_list .board_title:before { content: "Q"; background-color: #eee; }
.faq_list .faq_down {padding: 3rem; border-bottom: 1px #ddd solid; background-color: #f6f6f6; color: #111; position: relative; padding-left: 7rem;}
.faq_list .faq_down:before { content: "A"; background-color: #333; color: #fff; position: absolute; left: 3rem;}

select { background-color: #fcfcfc;	border: 1px solid #ddd;	border-radius: 0; color: #767f84; font-family: "NamumGothic", sans-serif; font-size: 1rem; height: 50px; 
	line-height: 1.5; margin-bottom: 1rem; padding: 0 1.5rem; transition: all .3s; margin-right: -1px; }



/**********************************************************************************************************************************/


/* dashboard */
.dashboard_top { border: 1px #ddd solid; background-color: #f9f9f9; padding: 2rem 3rem; margin-bottom: 3rem; font-size: 1.143rem; line-height: 1.714rem; color: #000; font-weight: 600;}
.dashboard_top a { text-decoration: underline; }
.dashboard_top a:hover { color: #ba2626;}


/* orderlist */
.orderlist-table { margin-bottom: 3rem;}
.orderlist-table-container .nav.nav-tabs .nav-item .nav-link { font-size: 1.2rem; padding: 1.6rem 3rem; border: 1px #ddd solid; background-color: #f5f5f5; border-radius: 0; }
.orderlist-table-container .nav.nav-tabs .nav-item.show .nav-link,
.orderlist-table-container .nav.nav-tabs .nav-item .nav-link.active { background-color: #222529; border-color: #222529; color:#fff; }

.orderlist-table-container .table th { width: 33.333%;}
.orderlist-table-container .table.table-cart tr th,
.orderlist-table-container .table.table-cart tr td { padding: 1.8rem; }

.orderlist-table-container .table.table-cart tr td:last-child,
.orderlist-excel-table-container .table.table-cart tr td:last-child { border-right: 0;}

@media (max-width:425px) {
	.orderlist-table-container .table.table-cart { border-top: 2px #222 solid; border-bottom: 0;}
	.orderlist-table-container .table.table-cart tr,
	.orderlist-table-container .table.table-cart tr { border-bottom: 1px #ddd solid; width: 100%; display: block; padding: 1rem 0;}
	.orderlist-table-container .table.table-cart tr th,
	.orderlist-table-container .table.table-cart tr td { display: flex; border: 0; padding: .5rem; }
}

/* orderlist-detail */
.explain { display: flex; margin-bottom: 1.5rem; }
.explain_txt { font-size: 1.286rem; font-weight: 600;}
.explain_txt:last-of-type { margin-left: auto; font-size: 1.071rem;}
.explain_txt span, .explain_txt b { color: #ba2626; }
.explain_txt .orderdate { border-bottom: 2px solid #ba2626;}

.orderlist-detail { border-top: 2px #222 solid; border-bottom: 1px #222 solid;}
.orderlist-detail li,
.orderlist-detail .product-title { display: flex; align-items: center;}


.orderlist-detail > li {padding: 2rem;border-bottom: 1px #ddd solid;font-size: 1.143rem; }
.orderlist-detail > li:last-of-type { border-bottom:0; }

.orderlist-detail .product-title { width: 70%; }
.orderlist-detail .product-title li { margin-right: 1rem;}
.orderlist-detail .product-title a {color: #111; font-weight: 600; font-size: 1.143rem;}
.orderlist-detail .product-title li:last-of-type a { color:#3676a8; }
.orderlist-detail .product-quantity {font-size:1rem; color: #666; margin-left: ;width:15%; text-align:right;}


.orderlist-detail-box { border-bottom: 1px #222 solid; padding: 3rem 5rem;}
.orderlist-detail-box ul { display: flex; padding: 2rem 1.5rem; margin: 0;}
.orderlist-detail-box ul li { margin:0 3% 0 2%; }
.orderlist-detail-box p { margin-bottom: 0; line-height: 1.92;}
.orderlist-detail-box p span { color: #111; }

.orderlist-detail-box h5 { font-size: 1.286rem; color:#000; }
.orderlist-detail-box label { font-size:1rem; color:#939393; font-weight:normal;}
.orderlist-detail-box span { font-size:15px; font-weight:600; }

@media (max-width:768px) {
	.explain,
	.orderlist-detail li,
    .orderlist-detail .product-title{ display: block; width:100%; }
    .orderlist-detail-box { padding:2rem;}
	.explain_txt:last-of-type { float: right; padding: .5rem 0; }
	.orderlist-detail { clear: both;}
}


/* top-state */
.top-state ul { display: flex; align-items: center; border: 1px #ddd solid; background-color: #f8f9fa;}
.top-state ul li { width: 25%;}
.top-state p { margin: 1.5rem 0 1.5rem 4rem; font-size: 1.2rem; color: #d12222; font-weight: 600;}
.top-state p span { display: inline-block; width: 40%; color: #111;}

.top-state ul li:first-child { background-color: #ba2626; margin: -1px;}
.top-state ul li:first-child p { color: #fff; margin-left: 3rem; }

.top-state .price { font-size: 2rem; color: #fff; font-weight: 600; margin-top: -1rem;}
.top-state .btn-cashcharge { position: absolute; top: 28%; right: 5%; color: #f3fe42; background-color: #222529; border-radius: 50px; padding: .8rem 2.5rem .8rem 3rem; font-size: 1.5rem;}
.top-state .btn-cashcharge i { margin-left: .5rem;}
.top-state .btn-cashcharge:hover { color: #fff;}

.cashcharge-table-container .top-state ul li:nth-child(2) { width: 75%; position: relative; }


.delivery_info { color: #2676c9;}


.product-title ul {display: flex;}

.product-title ul li{margin-right:10px;}


.cart-table-container p{padding:5px;}
#include_shipping_view #include_different_view {display:none;}















/* Spacing + Helpers */
.mt-1 {
	margin-top: 1rem !important;
}
.mt-2 {
	margin-top: 2rem !important;
}
.mt-3 {
	margin-top: 3rem !important;
}
.mt-4 {
	margin-top: 4rem !important;
}
.mt-5 {
	margin-top: 5rem !important;
}
.mt-6 {
	margin-top: 6rem !important;
}
.mt-7 {
	margin-top: 7rem !important;
}
.mt-8 {
	margin-top: 8rem !important;
}
.mt-9 {
	margin-top: 9rem !important;
}
.mt-10 {
	margin-top: 10rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}
.mb-4 {
	margin-bottom: 4rem !important;
}
.mb-5 {
	margin-bottom: 5rem !important;
}
.mb-6 {
	margin-bottom: 6rem !important;
}
.mb-7 {
	margin-bottom: 7rem !important;
}
.mb-8 {
	margin-bottom: 8rem !important;
}
.mb-9 {
	margin-bottom: 9rem !important;
}
.mb-10 {
	margin-bottom: 10rem !important;
}
 @media (min-width: 768px) {
 .mt-md-0 {
 margin-top: 0rem !important;
}
 .mt-md-1 {
 margin-top: 1rem !important;
}
 .mt-md-2 {
 margin-top: 2rem !important;
}
 .mt-md-3 {
 margin-top: 3rem !important;
}
 .mt-md-4 {
 margin-top: 4rem !important;
}
 .mt-md-5 {
 margin-top: 5rem !important;
}
 .mt-md-6 {
 margin-top: 6rem !important;
}
 .mt-md-7 {
 margin-top: 7rem !important;
}
 .mt-md-8 {
 margin-top: 8rem !important;
}
 .mt-md-9 {
 margin-top: 9rem !important;
}
 .mt-md-10 {
 margin-top: 10rem !important;
}
 .mb-md-0 {
 margin-bottom: 0rem !important;
}
 .mb-md-1 {
 margin-bottom: 1rem !important;
}
 .mb-md-2 {
 margin-bottom: 2rem !important;
}
 .mb-md-3 {
 margin-bottom: 3rem !important;
}
 .mb-md-4 {
 margin-bottom: 4rem !important;
}
 .mb-md-5 {
 margin-bottom: 5rem !important;
}
 .mb-md-6 {
 margin-bottom: 6rem !important;
}
 .mb-md-7 {
 margin-bottom: 7rem !important;
}
 .mb-md-8 {
 margin-bottom: 8rem !important;
}
 .mb-md-9 {
 margin-bottom: 9rem !important;
}
 .mb-md-10 {
 margin-bottom: 10rem !important;
}
}
@media (min-width: 992px) {
 .mt-lg-0 {
 margin-top: 0rem !important;
}
 .mt-lg-1 {
 margin-top: 1rem !important;
}
 .mt-lg-2 {
 margin-top: 2rem !important;
}
 .mt-lg-3 {
 margin-top: 3rem !important;
}
 .mt-lg-4 {
 margin-top: 4rem !important;
}
 .mt-lg-5 {
 margin-top: 5rem !important;
}
 .mt-lg-6 {
 margin-top: 6rem !important;
}
 .mt-lg-7 {
 margin-top: 7rem !important;
}
 .mt-lg-8 {
 margin-top: 8rem !important;
}
 .mt-lg-9 {
 margin-top: 9rem !important;
}
 .mt-lg-10 {
 margin-top: 10rem !important;
}
 .mb-lg-0 {
 margin-bottom: 0rem !important;
}
 .mb-lg-1 {
 margin-bottom: 1rem !important;
}
 .mb-lg-2 {
 margin-bottom: 2rem !important;
}
 .mb-lg-3 {
 margin-bottom: 3rem !important;
}
 .mb-lg-4 {
 margin-bottom: 4rem !important;
}
 .mb-lg-5 {
 margin-bottom: 5rem !important;
}
 .mb-lg-6 {
 margin-bottom: 6rem !important;
}
 .mb-lg-7 {
 margin-bottom: 7rem !important;
}
 .mb-lg-8 {
 margin-bottom: 8rem !important;
}
 .mb-lg-9 {
 margin-bottom: 9rem !important;
}
 .mb-lg-10 {
 margin-bottom: 10rem !important;
}
}
@media (min-width: 1200px) {
 .mt-xl-0 {
 margin-top: 0rem !important;
}
 .mt-xl-1 {
 margin-top: 1rem !important;
}
 .mt-xl-2 {
 margin-top: 2rem !important;
}
 .mt-xl-3 {
 margin-top: 3rem !important;
}
 .mt-xl-4 {
 margin-top: 4rem !important;
}
 .mt-xl-5 {
 margin-top: 5rem !important;
}
 .mt-xl-6 {
 margin-top: 6rem !important;
}
 .mt-xl-7 {
 margin-top: 7rem !important;
}
 .mt-xl-8 {
 margin-top: 8rem !important;
}
 .mt-xl-9 {
 margin-top: 9rem !important;
}
 .mt-xl-10 {
 margin-top: 10rem !important;
}
 .mb-xl-0 {
 margin-bottom: 0rem !important;
}
 .mb-xl-1 {
 margin-bottom: 1rem !important;
}
 .mb-xl-2 {
 margin-bottom: 2rem !important;
}
 .mb-xl-3 {
 margin-bottom: 3rem !important;
}
 .mb-xl-4 {
 margin-bottom: 4rem !important;
}
 .mb-xl-5 {
 margin-bottom: 5rem !important;
}
 .mb-xl-6 {
 margin-bottom: 6rem !important;
}
 .mb-xl-7 {
 margin-bottom: 7rem !important;
}
 .mb-xl-8 {
 margin-bottom: 8rem !important;
}
 .mb-xl-9 {
 margin-bottom: 9rem !important;
}
 .mb-xl-10 {
 margin-bottom: 10rem !important;
}
}
@media (min-width: 1600px) {
 .mt-xxl-0 {
 margin-top: 0rem !important;
}
 .mt-xxl-1 {
 margin-top: 1rem !important;
}
 .mt-xxl-2 {
 margin-top: 2rem !important;
}
 .mt-xxl-3 {
 margin-top: 3rem !important;
}
 .mt-xxl-4 {
 margin-top: 4rem !important;
}
 .mt-xxl-5 {
 margin-top: 5rem !important;
}
 .mt-xxl-6 {
 margin-top: 6rem !important;
}
 .mt-xxl-7 {
 margin-top: 7rem !important;
}
 .mt-xxl-8 {
 margin-top: 8rem !important;
}
 .mt-xxl-9 {
 margin-top: 9rem !important;
}
 .mt-xxl-10 {
 margin-top: 10rem !important;
}
 .mb-xxl-0 {
 margin-bottom: 0rem !important;
}
 .mb-xxl-1 {
 margin-bottom: 1rem !important;
}
 .mb-xxl-2 {
 margin-bottom: 2rem !important;
}
 .mb-xxl-3 {
 margin-bottom: 3rem !important;
}
 .mb-xxl-4 {
 margin-bottom: 4rem !important;
}
 .mb-xxl-5 {
 margin-bottom: 5rem !important;
}
 .mb-xxl-6 {
 margin-bottom: 6rem !important;
}
 .mb-xxl-7 {
 margin-bottom: 7rem !important;
}
 .mb-xxl-8 {
 margin-bottom: 8rem !important;
}
 .mb-xxl-9 {
 margin-bottom: 9rem !important;
}
 .mb-xxl-10 {
 margin-bottom: 10rem !important;
}
}

/* 
.option li{float:left; 
	background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #767f84;
    font-family: "NamumGothic", sans-serif;
    font-size: 1.3rem;
    height: 4.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 480px;
    padding: 1.25rem 1.5rem;
    transition: all .3s;
	margin-left:3px;
	cursor: pointer;
}

.option li:hover{background-color: #e2f0ff; border: 1px solid #5ba4ff;}
*/

.table.table-cart tr td .g_op_img{
	width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.product-title .icon{background: #ddd;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 5px;
	text-transform:capitalize;
    margin: 0px 1px;
}

.product-title .icon.i_hot{
    background: #f00;
    color: #fffa00;
}

.product-title .icon.i_new{
    background: #ff7a00;
    color: #ffffff;
}

.product-single-details .product-gd_delivery{    position: absolute;
    right: 30px;
    background: #1a8f00;
    padding: 0px 15px;
    border-radius: 5px;
    color: #fff;}


.owl-carousel .owl-item img{ width:500px;}


@media (min-width:768px) {
#img-container{
    left: 670px;
    top: 100px;
    height: 400px;
    width: 400px;
    opacity: 0.4;
    position: absolute;
	background:none;
}
}

.g_av { padding: .2rem .3rem; border-radius: 3px; color: #fff; font-size:.9rem; border: 1px solid; }

.g_av.leadtime { border-color: #666; color: #333; white-space: pre;}
.g_av.developing { border-color: #00a9a3; color: #00a9a3;}
.g_av.in_stock { border-color: #d94c67; color: #d94c67;}

/* 
.g_av.out_of_stock { background-color: #999;}
.g_av.developing { background-color: #43cac6;}
.g_av.available { background-color: #d94c67;}
*/
