
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}
*:focus { outline: none; }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:hover,
a:focus {
  color: #d7232e;
}
a:focus {
  outline: none;
}
a.pmt {
	font-family: 'arimoregular'; font-size: 13px; color: #272727; letter-spacing: 1px; display: inline-block; line-height: 1.5;
}
a.pmt:hover { text-decoration: underline; }

.list-unstyled {
  list-style: none;
}
.list-inline {
  list-style: none;
}
.list-inline > li {
  float: left;
  padding: 0;
}
.list-inline-b > li {
  display: inline-block;
  padding: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10.5px 12px;
  font-family: 'arimobold';
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  position: relative;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control.error { border-color: #d7232e; background-color: #ffecec; }
.form-control:focus {
  border-color: #ccc;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #cacaca;
  opacity: 1;
  padding-top: 3px;
}
.form-control:-ms-input-placeholder {
  color: #cacaca;
  padding-top: 3px;
}
.form-control::-webkit-input-placeholder {
  color: #cacaca;
  padding-top: 3px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: 90px;
  resize: none;
  line-height: 1.8;
}

.form-control.input-sm {
	padding-top: 5.5px;
	padding-bottom: 5.5px;
	height: 30px;
}

.form-group {
	margin-bottom: 25px;
	position: relative;
}
.form-group label {
	font-family: 'arimoregular';
	font-size: 12px;
	font-weight: normal;
	color: #272727;
	letter-spacing: 0.75px;
	margin-bottom: 10px;
}

.form-error { font-family: 'arimoregular'; font-size: 12px; color: #d7232e; margin-top: 10px; line-height: 1.5; }

.btn {
  display: inline-block;
  height: 40px;
  padding: 9px 25px;
  font-family: 'oswaldregular';
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn:hover,
.btn:focus {
  color: inherit;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-sm {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 30px;
}
.btn-pmt {
	border-color: #d7232e;
	color: #d7232e;
}
.btn-pmt:hover {
	background: #d7232e;
	color: #fff;
}
.btn-addcart { position: relative; }
.btn-addcart:after { position: absolute; content: ''; width: 14px; height: 14px; background: url('../images/icon-addcart2.png') no-repeat 0 0; top: 50%; right: 12px; margin-top: -7px; }
.btn-addcart:hover:after { background-position: 0 -17px; }

.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.nav {
	margin: 0;
	padding: 0;
}

.red { color: #d7232e; }
.green { color: #007836; }
.gold { color: #b9923e; }

body.offcanvas-menu-open {
	min-height: 100%;
	position: relative;
}
#offcanvas-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 300px;
	height: 100%;
	background: #272727;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	color: #707070;
	overflow-y: auto;
}
#offcanvas-menu > .list {
	font-family: 'arimobold';
	font-size: 16px;
	letter-spacing: 1px;
	background-color: #272727;
}
#offcanvas-menu > .list.offdropdown {
	background-image: url('../images/offdrop.png');
	background-repeat: no-repeat;
	background-position: 270px 26.5px;
}
#offcanvas-menu > .list.offdropdown.open {
	background-image: url('../images/offdrop-open.png');
	background-position: 266.5px 30px;
}
#offcanvas-menu > .list > a {
	padding: 20px 67px 20px 30px;
	border-top: 1px solid #363636;
	display: block;
	line-height: 1.5;
}
#offcanvas-menu > .list > a:hover {
	color: #fff;
}
#offcanvas-menu > .list > a.red:hover {
	color: #d7232e;
}
#offcanvas-menu > .list > a.gold:hover {
	color: #b9923e;
}

.offdropdown-menu {
	padding-left: 30px;
	display: none;
}
#offcanvas-menu > .list.offdropdown.open .offdropdown-menu {
	display: block;
}
.offdropdown-menu > .list {
	font-family: 'arimobold';
	font-size: 16px;
	letter-spacing: 1px;
}
.offdropdown-menu > .list > a {
	padding: 0 67px 15px 0;
	line-height: 1.5;
}
.offdropdown-menu > .list > a:hover {
	color: #fff;
}

.offcanvas-menu-open #offcanvas-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media (min-width: 992px) {
	.offcanvas-menu-open #offcanvas-menu {
		visibility: hidden;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

#p-page {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.offcanvas-menu-open #p-page {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
@media (min-width: 992px) {
	.offcanvas-menu-open #p-page {
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

header.checkout {
	background: #fff;
	width: 100%;
}
header.checkout .container {
	border-bottom: 2px solid #000;
	padding-top: 25px;
	padding-bottom: 25px;
}
header.checkout .header {
	font-family: 'oswaldregular';
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: right;
}
@media (max-width: 767px) {
	header.checkout .logo { text-align: center; }
}

header.top {
	border-bottom: 1px solid #ebebeb;
	background: #fff;
	width: 100%;
}

header .header-msg { background: #272727; width: 100%; padding: 15px 0; font-family: 'arimobold'; font-size: 12px; color: #fff; letter-spacing: 1px; line-height: 1.5; text-align: center; }
header .header-msg .wrap { display: table; width: auto; max-width: 100%; margin: auto; }
header .header-msg .wrap span { display: table-cell; vertical-align: top; }
header .header-msg .wrap span.text { padding-right: 20px; }
header .header-msg .wrap span.close { width: 11px; height: 11px; background: url('../images/header-close.png') no-repeat 0 2px; cursor: pointer; }
header .header-msg .container { border: 0; padding: 0; }

#header {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
#header > .row {
	position: relative;
}
#header > .row > div {
	height: 40px;
}
#header .logo { padding-left: 45px; height: 100%; }
#header .nav {
	font-family: 'oswaldregular';
	letter-spacing: 1px;
	color: #666;
	margin-top: 13px;
}
@media (max-width: 767px) {
	#header .logo img { width: auto; height: 18px; }
	#header .nav { margin-top: 10px; }
}
#header .nav > li a {
	font-size: 12px;
	padding: 0 8px;
	height: 18px;
}
@media (min-width: 768px) {
	#header .logo { padding-left: 85px; }
	#header .nav > li a {
		padding: 0 10px;
	}
}
@media (min-width: 992px) {
	header.top {
		border-bottom: 0;
		margin-bottom: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	#header .logo { padding-left: 0; }
	#header .nav > li a {
		height: auto;
	}
}
@media (min-width: 1220px) {
	#header .nav > li a {
		font-size: 14px;
		padding: 0 15px;
	}
}

#header .icon-account {
	width: 17px;
	height: 17px;
	background: url('../images/icon-account.png') no-repeat 0 0;
	display: inline-block;
}
#header .icon-account:hover {
	background-position: 0 -20px;
}
#header .icon-search {
	width: 16px;
	height: 16px;
	background: url('../images/icon-search.png') no-repeat 0 0;
	display: inline-block;
	margin-top: 1px;
}
#header .search-toggle:hover .icon-search, #header #tsearch .icon-search {
	background-position: 0 -19px;
}
#header #tsearch {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff;
	z-index: 2;
	display: none;
	padding-left: 10px;
	padding-right: 10px;
}
#header #tsearch .wrap {
	margin-top: 25px;
}
@media (min-width: 992px) {
	#header #tsearch {
		display: none !important;
	}
}

.search {
	position: relative;
}
.search .tbl {
	height: 40px;
}
.search .form-control {
	padding-left: 0;
	padding-right: 28px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}
#tsearch .search .form-control {
	padding-left: 28px;
}
.search:focus .form-control {
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}
.btn-search {
	padding: 0;
	position: absolute;
	top: 5px;
	right: 0;
}
#tsearch .btn-search {
	left: 0;
	right: inherit;
}
.btn-search .isearch {
	width: 16px;
	height: 16px;
	background: url('../images/icon-search.png') no-repeat 0 0;
	display: inline-block;
}
.btn-search .isearch:hover, #tsearch .btn-search .isearch {
	background-position: 0 -19px;
}

#header .menu-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 100%;
	border-right: 1px solid #ebebeb;
}
#header .menu-toggle {
	width: 23px;
	height: 18px;
	background: url('../images/menu-toggle.png') no-repeat 0 0;
	position: absolute;
	top: 35px;
	left: 0;
	cursor: pointer;
	z-index: 2;
}
@media (min-width: 768px) {
	#header .menu-bar {
		width: 55px;
	}
}
@media (max-width: 991px) {
	#header .nav > li a.cart-link {
		padding-top: 5px;
	}
}

#cart-data {
	position: relative;
	padding-left: 30px;
}
#cart-data:before {
	content: '';
	display: block;
	width: 19px;
	height: 18px;
	background: url('../images/icon-cart.png') no-repeat 0 0;
	position: absolute;
	top: -6px;
	left: 0;
}
#cart-data:hover:before {
	background-position: 0 -21px;
}

@media (min-width: 992px) {
	#cart-data:before {
		top: -7px;
	}
}
@media (min-width: 1220px) {
	#cart-data:before {
		top: -5px;
	}
}

#main-menu {
	background: #272727;
	font-family: 'arimobold';
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
}
#main-menu > .nav {
	font-size: 0;
	text-align: center;
}
#main-menu > .nav > li {
	font-size: 13px;
}
#main-menu > .nav > li > a {
	padding: 16px 20px;
	position: relative;
}
#main-menu > .nav > li > a:hover {
	color: #fff;
}
#main-menu > .nav > li > a.red:hover {
	color: #d7232e;
}
#main-menu > .nav > li > a.gold:hover {
	color: #b9923e;
}
@media (min-width: 992px) and (max-width: 1219px) {
	#main-menu > .nav > li {
		font-size: 11px;
	}
	#main-menu > .nav > li > a {
		padding-left: 14px;
		padding-right: 14px;
	}
}
#main-menu > .nav > li.dropdown > a:hover:after, #main-menu > .nav > li.dropdown.open > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fff;
	border-top-color: #272727;
	border-width: 7.5px;
	margin-left: -7.5px;
	z-index: 991;
}

.dropdown {
	position: static;
}
.dropdown.open .dropdown-menu { display: block; }
.dropdown-menu {
	background: #fff;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 99;
	text-align: left;
}
.dropdown-menu .header {
	font-family: 'arimobold';
	font-size: 15px;
	color: #272727;
	letter-spacing: 1px;
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
}
.dropdown-menu .list {
	font-family: 'arimobold';
	font-size: 12px;
	color: #525252;
	line-height: 2;
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}
.dropdown-menu .list a:hover {
	color: #000;
}

.header-text {
	font-family: 'arimobold';
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 25px;
	line-height: 2;
}
@media (min-width: 992px) {
	.header-text {
		margin-top: 133px;
	}
}
@media (min-width: 1220px) {
	.header-text {
		margin-top: 135px;
	}
}

#home-banner {
	margin-bottom: 80px;
}
#home-banner .item {
	font-size: 0;
}

.btext {
	font-family: 'oswaldregular';
	font-size: 30px;
	color: #d7232e;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}
#home-brand {
	margin-bottom: 80px;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
#home-brand .item {
	height: 50px;
	text-align: center;
}
@media (min-width: 768px) {
	#home-brand .owl-dots { display: none !important; }
}
@media (max-width: 767px) {
	#home-brand { padding-left: 0; padding-right: 0; }
	#home-brand .owl-nav { display: none !important; }
}

.hbox { font-size: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.hbox:hover { opacity: 0.8; filter: alpha(opacity=80); }

@media (min-width: 992px) {
	#home-sale { height: 620px; }
}
@media (min-width: 1220px) {
	#home-sale { height: 772px; }
}
#home-sale .header { text-align: center; }
#home-sale .header:before { position: absolute; width: 100%; height: 1px; background: #d7232e; top: 50%; left: 0; content: ''; z-index: 1; }
#home-sale .header .text { display: inline-block; padding-left: 25px; padding-right: 25px; background: #fff; z-index: 2; position: relative; }
@media (min-width: 992px) and (max-width: 1219px) {
	#home-sale .owl-controls {
		margin-top: 10px;
	}
	#home-sale .product-list .items {
		margin-bottom: 10px;
	}
}

.home-prd .product-list .items { margin-bottom: 10px; }
@media (min-width: 992px) and (max-width: 1219px) {
	.home-prd .owl-controls {
		margin-top: 5px;
	}
}

.pmtbox {
	width: 100%;
	height: 100%;
	border: 1px solid #e1e1e1;
	padding: 30px 20px;
}
@media (min-width: 992px) and (max-width: 1219px) {
	.pmtbox {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.pmtbox .header { position: relative; }
.pmtbox .header .text { font-family: 'arimobold'; font-size: 18px; color: #d7232e; letter-spacing: 1px; }

@media (min-width: 992px) {
	.home-featured { height: 356px; }
}
@media (min-width: 1220px) {
	.home-featured { height: 444px; }
}

#content { margin-bottom: 70px; }
@media (max-width: 991px) {
	#content { margin-top: 26px; }
}

#footer { border-top: 1px solid #d7232e; padding-top: 65px; padding-bottom: 30px; background: #eee; position: relative; }
#footer.checkout { padding-top: 30px; }
#backtop {
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	background: url('../images/backtop.png') no-repeat 0 0;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
}
#backtop:hover {
	background-position: 0 -45px;
}
#form-newsletter { text-align: center; margin-bottom: 50px; }
#form-newsletter .header { font-family: 'oswaldregular'; font-size: 16px; color: #3e3e3e; letter-spacing: 1px; margin-bottom: 30px; }

#footer .menu { text-align: center; }
#footer .menu .header { font-family: 'arimobold'; font-size: 14px; color: #3e3e3e; line-height: 20px; margin-bottom: 15px; }
#footer .menu .list { font-family: 'arimoregular'; font-size: 13px; color: #666; line-height: 26px; }
#footer .menu .list a:hover { color: #000; }
#footer .menu .list .red { font-family: 'arimobold'; }
#footer .menu .list .tleft { width: 90px; display: inline-block; }
@media (min-width: 768px) {
	#footer .menu { text-align: left; }
}

#footer .cp { font-family: 'arimoregular'; font-size: 11px; color: #666; text-align: center; line-height: 1.5; }

.breadcrumb { font-family: 'arimobold'; font-size: 10px; color: #ccc; margin-bottom: 25px; line-height: 2; }
.breadcrumb a:hover { color: #000; }
.breadcrumb .active { color: #d7232e; }

.product-filter { margin-bottom: 60px; }
.product-filter .items { margin-bottom: 35px; }
.product-filter .items .header { font-family: 'arimobold'; font-size: 14px; color: #272727; letter-spacing: 1px; line-height: 1.5; margin-bottom: 10px; }
.product-filter .items .list { font-family: 'arimoregular'; font-size: 12px; color: #525252; letter-spacing: 0.75px; line-height: 1.5; margin: 5px 0; }
.product-filter .items .list a { padding-left: 25px; position: relative; }
.product-filter .items .list a:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: #eee;
	top: 1px;
	left: 0;
}
.product-filter .items .list.active a:before {
	background: #000;
}
.product-filter .items.circle .list a:before {
	border-radius: 50%;
}
.product-filter .items.square .list.active a:before {
	background: #000 url('../images/icon-check.png') no-repeat 1.5px 2.5px;
}
.filter-del { display: inline-block; width: 21px; height: 21px; background: url('../images/icon-delete3.png') no-repeat 100% 4px; vertical-align: bottom; cursor: pointer; }
@media (max-width: 767px) {
	.product-filter { display: none; }
}
@media (min-width: 768px) {
	.product-filter { display: block !important; }
}

.product-list-cap { padding-bottom: 10px; display: block; width: 100%; margin-bottom: 40px; }
.product-list-cap.bordered { border-bottom: 1px solid #d2d2d2; }
.product-list-cap .header { font-family: 'oswaldregular'; font-size: 26px; color: #272727; line-height: 1.2; letter-spacing: 1px; display: block; width: 100%; margin-bottom: 20px; }
.product-list-cap .cap { font-family: 'arimobold'; font-size: 13px; color: #666; letter-spacing: 1px; text-align: right; display: block; width: 100%; vertical-align: middle; }
.product-list-cap .cap .view { display: inline-block; }
.paging { font-family: 'arimobold'; font-size: 13px; color: #666; letter-spacing: 1px; text-align: right; display: inline-block; margin-left: 30px; }
.product-list-cap .cap .view span, .product-list-cap .cap .view a,
.paging strong, .paging a { padding: 0 8px; }
.product-list-cap .cap .view span, .product-list-cap .cap .view a,
.paging a { padding-right: 0 !important; }
@media (min-width: 768px) {
	.product-list-cap .cap .view span, .product-list-cap .cap .view a,
	.paging strong, .paging a { padding: 0 5px; }
}
@media (min-width: 1220px) {
	.product-list-cap .cap .view span, .product-list-cap .cap .view a,
	.paging strong, .paging a { padding: 0 8px; }
}
.product-list-cap .cap .view a.active,
.paging strong { color: #d7232e; }

.paging.pad { padding: 8.5px 0; }
@media (max-width: 767px) {
	.paging.xs-centered { display: block; text-align: center; }
}
@media (max-width: 991px) {
	.paging.pad { margin-top: 6.5px; }
}

@media (min-width: 768px) {
	.product-list-cap { display: table; width: 100%; }
	.product-list-cap .header { display: table-cell; width: 40%; margin-bottom: 0; }
	.product-list-cap .cap { display: table-cell; width: 60%; }
}

.product-list {  }
.product-list .items { margin-bottom: 20px; }
.main.product-list .items { margin-bottom: 40px; }
.product-list .items a { width: 100%; }
.product-list .items a:hover .desc .title { color: #d7232e; }
.product-list .items .image { position: relative; margin-bottom: 20px; min-height: 100px; }
.product-list .items .image .ribbon { position: absolute; bottom: 0; left: 0; width: 100%; height: 20px; font-family: 'arimobold'; font-size: 12px; letter-spacing: 0.5px; text-align: center; padding-top: 5px; }
.product-list .items .image .ribbon.sale { background: #d7232e; color: #fff; }
.product-list .items .image .ribbon.stock { background: #ebebeb; color: #666; }
.product-list .items .image .ribbon.custom { width: 59px; height: 59px; top: 0; left: auto; right: 0; background: url('../images/ribbon-custom.png') no-repeat 0 0; padding: 0; }
.product-list .items .desc { color: #666; }
.product-list .items .desc .title { font-family: 'arimobold'; font-size: 16px; line-height: 20px; margin-bottom: 10px; max-height: 40px; overflow: hidden; }
.product-list .items .desc .price { font-family: 'arimoregular'; font-size: 14px; max-height: 35px; overflow: hidden; }
.product-list .items .desc .price .start { font-size: 12px; margin-bottom: 10px; }
.product-list .items .desc .price .sale { margin-right: 15px; font-family: 'arimobold'; color: #d7232e; }
.product-list .items .desc .price .bsale { text-decoration: line-through; font-size: 12px; }
@media (max-width: 767px) {
	.main.product-list .items:nth-child(2n+1) { clear: left; }
	.search-list.product-list .items:nth-child(2n+1) { clear: left; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.main.product-list .items:nth-child(3n+1) { clear: left; }
	.search-list.product-list .items:nth-child(3n+1) { clear: left; }
}
@media (min-width: 992px) {
	.main.product-list .items:nth-child(4n+1) { clear: left; }
	.search-list.product-list .items:nth-child(5n+1) { clear: left; }
}

@media (min-width: 992px) and (max-width: 1219px) {
	.product-list .items .desc .title {
		font-size: 14px;
	}
	.product-list .items .desc .price {
		font-size: 14px;
	}
}

#product-image {  }
#product-image #thumbs { font-size: 0; }
#product-image #thumbs a {
	margin-bottom: 20px;
	border: 1px solid transparent;
}
#product-image #thumbs a.active {
	border-color: #efefef;
}
#product-image #zoom {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}
#product-image #zoom .item {
	font-size: 0;
}
#product-image #zoom .item {
	border: 1px solid #efefef;
}
#product-image #zoom .owl-controls {
	margin-top: 0;
}
#product-image #zoom .owl-controls .owl-nav .owl-prev {
	left: -37px;
}
#product-image #zoom .owl-controls .owl-nav .owl-next {
	right: -37px;
}
@media (max-width: 991px) {
	#product-image #thumbs { text-align: center; }
	#product-image #thumbs a {
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	#product-image #thumbs {
		float: left;
		width: 13%;
	}
	#product-image #zoom {
		float: right;
		width: 87%;
		padding-left: 70px;
		padding-right: 77px;
		margin-bottom: 0;
	}
}

.product-detail {  }
.product-detail .header { font-family: 'arimobold'; font-size: 24px; color: #000; letter-spacing: 1px; line-height: 1.2; margin-bottom: 10px; }
.product-detail .price { font-family: 'arimoregular'; font-size: 16px; color: #666; padding-bottom: 25px; border-bottom: 1px solid #ebebeb; margin-bottom: 25px; }
.product-detail .price .sale { margin-right: 20px; font-family: 'arimobold'; color: #d7232e; }
.product-detail .price .bsale { text-decoration: line-through; font-size: 12px; }
.product-detail .det { margin-bottom: 25px; }
.product-detail .det .title { font-family: 'oswaldlight'; letter-spacing: 1px; color: #000; margin-bottom: 25px; }
.product-detail.bottom .det { border-top: 1px solid #ebebeb; border-bottom: 0; padding-top: 25px; }
.product-detail .det .desc { line-height: 1.8; margin-bottom: 10px; }
.product-detail .det .customize { margin-top: 20px; }
.product-detail .det .customize .type { padding: 10px 44px 10px 15px; font-family: 'arimobold'; font-size: 13px; letter-spacing: 1px; color: #000; background: #f9f9f9; line-height: 1.5; margin-bottom: 15px; position: relative; }
.product-detail .det .customize .type:after { position: absolute; width: 14px; height: 7px; content: ''; background: url('../images/offdrop-open.png') no-repeat 0 0; top: 50%; margin-top: -3.5px; right: 15px; }
.product-detail .det .customize .jspane { height: 250px; }
.product-detail .det .customize .list { width: 100%; display: table; margin-bottom: 30px; cursor: pointer; }
.product-detail .det .customize .list:last-child { margin-bottom: 0; }
.product-detail .det .customize .list > div { display: table-cell; vertical-align: middle; }
.product-detail .det .customize .list .choosen { width: 47px; padding-left: 17px; }
.product-detail .det .customize .list .in { width: 100%; display: table; }
.product-detail .det .customize .list .in > div { display: table-cell; vertical-align: middle; padding-right: 20px; }
.product-detail .det .customize .list .in > div:last-child { padding-right: 0; }
.product-detail .det .customize .list .in .product-image { width: 100px; }
.product-detail .det .customize .list .in .product-title { font-family: 'arimobold'; font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 5px; }
.product-detail .det .customize .list .in .product-price { font-family: 'arimoregular'; font-size: 14px; color: #666; margin-bottom: 10px; }
.product-detail .det .customize .list .in .product-price .sale { margin-right: 20px; font-family: 'arimobold'; color: #d7232e; }
.product-detail .det .customize .list .in .product-price .bsale { text-decoration: line-through; font-size: 12px; }
.product-detail .det .customize .list .in .ribbon { margin-bottom: 15px; padding: 5px 0; text-align: center; font-family: 'arimobold'; font-size: 12px; letter-spacing: 0.5px; }
.product-detail .det .customize .list .in .ribbon.sale { background: #d7232e; color: #fff; }
.product-detail .det .customize .list .in .ribbon.stock { background: #ebebeb; color: #666; }
.product-detail .det .customize .list .in .product-detail { font-family: 'arimobold'; font-size: 12px; letter-spacing: 1px; color: #666; }
@media (min-width: 1220px) {
	.product-detail .det .customize .list .in .ribbon {
		width: 220px;
	}
}
.product-detail .det .more { font-family: 'arimoregular'; font-size: 13px; color: #272727; cursor: pointer; display: inline-block; }
.product-detail .share { border-top: 1px solid #ebebeb; padding-top: 25px; margin: 25px 0; }
.product-detail .share .title { float: left; font-family: 'oswaldlight'; letter-spacing: 1px; color: #000; }
.product-detail .share .items { float: right; }
.product-detail .share .items a > span {
	height: 17px;
	background-image: url('../images/icon-sosmed.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 20px;
}
.product-detail .share .items a > span.fb {
	width: 9px;
	background-position: 0 0;
}
.product-detail .share .items a > span.tw {
	width: 19px;
	background-position: -30px 0;
}
.product-detail .share .items a > span.ig {
	width: 14px;
	background-position: -68px 0;
}
.product-detail .in-cart { position: relative; }
.product-detail .in-cart.in-order .btn-addcart { cursor: default; background: #d7232e; color: #fff; }
.product-detail .in-cart.in-order .btn-addcart:after { background: none; }
.product-detail .in-cart .btn-remove-item { position: absolute; width: 38px; height: 38px; top: 1px; left: 1px; background: transparent url('../images/icon-removecart.png') no-repeat 12px 18px; cursor: pointer; z-index: 2; }
.product-detail .in-cart .btn-add-item { position: absolute; width: 38px; height: 38px; top: 1px; right: 1px; background: transparent url('../images/icon-addcart.png') no-repeat 12px 12px; cursor: pointer; z-index: 2; }
.product-detail .in-cart .btn-remove-item:hover, .product-detail .in-cart .btn-add-item:hover { background-color: #bf1923; }
.product-detail .in-cart .btn-remove-item, .product-detail .in-cart .btn-add-item { display: none; }
.product-detail .in-cart.in-order .btn-remove-item, .product-detail .in-cart.in-order .btn-add-item { display: block; }

#out-stock {  }
#out-stock .header { font-family: 'oswaldregular'; font-size: 14px; color: #d7232e; letter-spacing: 1px; }

.product-related { border-top: 1px solid #ebebeb; padding-top: 25px; }

.htitle { font-family: 'oswaldlight'; font-size: 26px; letter-spacing: 1px; color: #272727; }
.htitle.sm { font-size: 18px; }
.htitle.inline { display: inline-block; vertical-align: middle; margin-right: 20px; }
.htitle-bordered { padding-bottom: 15px; border-bottom: 1px solid #d2d2d2; margin-bottom: 30px; }
.htitle.bordertop { padding-top: 50px; border-top: 1px solid #d2d2d2; }
@media (max-width: 767px) {
	.htitle {
		font-size: 24px;
	}
}
@media (min-width: 992px) and (max-width: 1219px) {
	.htitle {
		
	}
}

.p-text { line-height: 1.8; }
.p-text img { max-width: 100%; height: auto; }
.contact-right { margin-left: 20px; padding-left: 30px; border-left: 1px solid #ebebeb; min-height: 470px; }
@media (max-width: 767px) {
	.contact-right { margin-left: 0; padding-left: 0; border-left: 0; border-top: 1px solid #ebebeb; padding-top: 30px; min-height: inherit; }
}

.my-menu { font-family: 'arimoregular'; font-size: 12px; color: #525252; letter-spacing: 0.75px; line-height: 26px; }
.my-menu .header { font-family: 'arimobold'; font-size: 14px; letter-spacing: 1px; margin-bottom: 5px; }
.my-menu .list { margin-bottom: 2.5px; }
.my-menu .list.active a { color: #d7232e; }

.btn-radio { display: table; width: 100%; }
.btn-radio .list { display: table-cell; width: 50%; text-align: center; border: 1px solid #eee; font-family: 'arimobold'; font-size: 14px; letter-spacing: 1px; padding: 12px 0; height: 40px; cursor: pointer; }
.btn-radio .list.active { background: #eee; }

.btn-del { width: 10px; height: 10px; background: url('../images/icon-delete2.png') no-repeat 0 0; cursor: pointer; }
.btn-del:hover { background-position: -15px 0; }

.data-table { margin-bottom: 20px; }
.data-table .list { width: 100%; display: table; }
.data-table .list.header { font-family: 'arimobold'; color: #272727; letter-spacing: 1px; padding-bottom: 5px; border-bottom: 1px solid #f4f4f4; }
.data-table .list.items { font-family: 'arimoregular'; color: #525252; font-size: 12px; letter-spacing: 0.75px; line-height: 2; padding: 15px 0; border-bottom: 1px solid #f4f4f4; }
.data-table .list.items:last-child { border-bottom-color: transparent; }
.data-table .list.items a { font-family: 'arimobold'; }
.data-table .list > div { display: table-cell; vertical-align: middle; padding-right: 20px; }
.data-table .list > div:last-child { padding-right: 0; }
#order-list.data-table .list > div:last-child { text-align: right; }
.data-table .list .in { width: 100%; display: table; }
.data-table .list .in > div { display: table-cell; vertical-align: middle; padding-right: 20px; }
#address-list.data-table .list .in > div { vertical-align: top; }
.data-table .list .in > div:last-child { padding-right: 0; }
#order-item.data-table .list .in > div:last-child { text-align: right; }
#order-item.data-table .list.conflicted .in > div:last-child { text-align: left; color: #d7232e; }
.w300 { width: 300px; }
.w280 { width: 280px; }
.w200 { width: 200px; }
#order-item .w200 { text-align: center; }
.w180 { width: 180px; }
.w130 { width: 130px; }
#order-item .w130 { text-align: center; }
.w80 { width: 80px; }
.w20 { width: 20px; }

#order-item.data-table .list.items { font-size: 16px; line-height: 1.5; }
#order-item .title { font-family: 'arimobold'; font-size: 14px; line-height: 1.5; }
.title .parts { font-family: 'arimoregular'; font-size: 12px; }
#order-item.data-table .list.order-total-count { text-align: right; border-bottom: 1px solid #000; }
#order-item.data-table .list.order-total-count small { font-size: 12px; position: relative; top: -5px; }
#order-item.order-cart.data-table .list.order-total-count { border-bottom: 0; }
#order-item.data-table .list.order-total-count .in { padding-right: 0; margin-top: 5px; }
#order-item.data-table .list.order-total-count .in > div { vertical-align: top; }
#order-item.data-table .list.order-total { text-align: right; font-family: 'arimobold'; font-size: 18px; position: relative; }
#order-item.data-table .list.order-total .note { font-size: 10px; color: #d7232e; position: absolute; right: 0; top: 100%; padding: 0; }

#order-item .change-quantity { margin-left: 20px; position: relative; }
#order-item .change-quantity input { width: 140px; text-align: center; padding-left: 50px; padding-right: 50px; }
#order-item .change-quantity input[readonly] { background: inherit; cursor: default; }
#order-item .change-quantity .qmin { position: absolute; cursor: pointer; top: 5px; left: 0; z-index: 2; width: 34px; height: 30px; background: url('../images/icon-min.png') no-repeat 11px 14.5px; border-right: 1px solid #eee; }
#order-item .change-quantity .qmin:hover { background-image: url('../images/icon-min-hover.png'); }
#order-item .change-quantity .qplus { position: absolute; cursor: pointer; top: 5px; left: 106px; z-index: 2; width: 34px; height: 30px; background: url('../images/icon-plus.png') no-repeat 10px 8px; border-left: 1px solid #eee; }
#order-item .change-quantity .qplus:hover { background-image: url('../images/icon-plus-hover.png'); }
#order-item .change-quantity .qdel { position: absolute; cursor: pointer; top: 14.5px; right: 0; z-index: 2; width: 11px; height: 11px; background: url('../images/icon-delete.png') no-repeat 0 0; }
#order-item .change-quantity .qdel:hover { background-position: 0 -16px; }

.continue-shop { margin-top: 10px; margin-bottom: 20px; }
.continue-shop a { padding-left: 25px; background: url('../images/icon-back.png') no-repeat 0 2px; }
@media (max-width: 767px) {
	.continue-shop { text-align: center; }
}

.checkout-log { font-family: 'oswaldlight'; color: #272727; letter-spacing: 1px; position: relative; height: 40px; margin-bottom: 50px; cursor: default; }
.checkout-log:before { position: absolute; content: ''; width: 100%; height: 1px; background: #c2c2c2; top: 5px; left: 0; }
.checkout-log .list { position: absolute; top: 20px; }
.checkout-log .list.active { color: #d7232e; }
.checkout-log .list:before { position: absolute; content: ''; width: 20px; height: 20px; background: #c2c2c2; border: 5px solid #fff; border-radius: 50%; top: -25px; left: 50%; margin-left: -5px; }
.checkout-log .list.active:before { background: #d7232e; }
.checkout-log .list.log-1 { left: 0; margin-left: -59px; }
.checkout-log .list.log-2 { left: 50%; margin-left: -59px; }
.checkout-log .list.log-3 { right: 0; margin-right: -62px; }
@media (max-width: 767px) {
	.checkout-log { font-size: 10px; margin-left: 60px; margin-right: 60px; }
	.checkout-log .list.log-2 { margin-left: -45px; }
}

.voucher { border-bottom: 1px solid #000; }
.order-id { font-family: 'oswaldregular'; font-size: 22px; color: #272727; letter-spacing: 1px; text-align: center; margin-bottom: 50px; }
.order-id span { padding: 20px 80px; display: inline-block; background: #f4f4f4; }
@media (max-width: 767px) {
	.order-id span { width: 100%; padding-left: 0; padding-right: 0; }
}


#my-menu-header:before,
#my-menu-header:after {
  content: " ";
  display: table;
}
#my-menu-header:after {
  clear: both;
}

@media (max-width: 1219px) {
	#address-list .w180 { width: 150px; }
	#order-list .w180 { width: 150px; }
	#order-item .w280 { width: 200px; }
	#order-item .w180 { width: 150px; }
	#order-item .w130 { width: 110px; }
}
@media (max-width: 991px) {
	#order-list .w180 { width: 180px; }
	#order-item .w280 { width: 160px; }
}
@media (max-width: 767px) {
	#order-list.data-table .list > div,
	#address-list.data-table .list .in > div {
		display: block;
	}
	#address-list .w180, #order-list .w180, #order-item .w280, #order-item .w200, #order-item .w180, #order-item .w130 { width: 100%; }
	#order-list.data-table .list div, #order-list.data-table .list div:last-child { text-align: center; padding-right: 0; }
	#order-item.data-table .list div { padding-right: 0; }
	#order-item.data-table .list div.w80 { padding-right: 20px; }
	#my-menu-header .htitle {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	#my-menu-header .btn-pmt {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	#order-item.data-table .list .in > div { display: block; }
	#order-item.data-table .list .in > div:last-child,
	#order-item .w130, #order-item .list.conflicted .title { text-align: left; }
	#order-item.data-table .list.items { font-size: 14px; }
	#order-item.data-table .list.order-total-count.data-part > div { display: block; width: 100%; }
	#order-item.data-table .list.order-total-count .in > div { display: table-cell; }
	#order-item.data-table .list.order-total-count .in > div.sub-title { width: 140px; text-align: left; }
	#order-item.order-cart.data-table .list.order-total-count .in > div.w280 { width: auto; }
	#order-item.data-table .list.order-total-count .in > div.w180 { width: auto; text-align: right; }
	#order-item.data-table .list.order-total { font-size: 16px; }
	#order-item.order-cart.data-table .list.order-total-count .in > div.sub-title { width: auto; }
	#order-item.order-cart.data-table .list.order-total-count .in > div.w280 { text-align: right; }
	#order-item.data-table .list.order-total-count small { font-size: 11px; }
	#order-item .change-quantity { margin: 10px 0; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#my-menu-header .htitle.inline { float: left; }
	#my-menu-header .btn-pmt { float: right; }
	#my-menu-header .col-md-50.text-right { clear: both; }
}

.acc-reg { margin-top: 150px; }
@media (max-width: 991px) {
	.borderer-sm { border-bottom: 1px solid #ebebeb; padding-bottom: 60px; }
	.acc-reg { margin-top: 60px; }
}

.tbl {
	width: 100%;
	height: 100%;
	display: table;
}
.tbl .cell {
	display: table-cell;
	vertical-align: middle;
}

.mt10 { margin-top: 10px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt150 { margin-top: 150px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb100 { margin-bottom: 100px; }

.owl-controls {
	margin-top: 20px;
}
.owl-controls .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -19.5px;
}
.owl-controls .owl-nav > div {
	position: absolute;
	top: 0;
	width: 17px;
	height: 39px;
	background: url('../images/owl-nav.png') no-repeat 0 0;
}
.owl-controls .owl-nav .owl-prev {
	left: 0;
}
.owl-controls .owl-nav .owl-prev:hover {
	background-position: 0 -66px;
}
.owl-controls .owl-nav .owl-next {
	right: 0;
	background-position: -48px 0;
}
.owl-controls .owl-nav .owl-next:hover {
	background-position: -48px -66px;
}
.owl-controls .owl-dots {
	text-align: center;
}
.owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border: 1px solid #d7232e;
	border-radius: 50%;
	display: inline-block;
	margin: 0 7px;
}
@media (min-width: 992px) {
	.owl-controls .owl-dots .owl-dot {
		width: 12.5px;
		height: 12.5px;
	}
}
@media (min-width: 1220px) {
	.owl-controls .owl-dots .owl-dot {
		width: 15px;
		height: 15px;
	}
}
.owl-controls .owl-dots .owl-dot.active {
	background: #d7232e;
}


.zoomPup { border-color: #efefef; -moz-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80); }
.zoomWrapper { border: 0; }

.jspVerticalBar { background: transparent; width: 5px; }
.jspTrack { background: transparent; }
.jspDrag { background: #252525; border-radius: 2.5px; }

.select2-container .select2-choice {
	height: 40px;
	border: 1px solid #eee;
	color: #000;
	background: #fff;
	border-radius: 0;
	font-family: 'arimobold';
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 12px;
}
.select2-container.error .select2-choice { border-color: #d7232e; }
.select2-container .select2-choice > .select2-chosen {
	margin-top: 7px;
	margin-right: 36px;
}
.select2-container .select2-choice .select2-arrow {
	width: 30px;
	height: 30px;
	top: 5px;
	border-left: 1px solid #eee;
	background: #fff;
	border-radius: 0;
}
.select2-container .select2-choice .select2-arrow b {
	background: url('../images/select2-pmt.png') no-repeat 8.5px 12px !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
}
.select2-container.select2-drop-above .select2-choice {
	border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #ccc;
	border-bottom: 0;
	font-family: 'arimobold';
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
}
.select2-drop.select2-drop-above {
	border-radius: 0;
	-webkit-box-shadow: none;
            box-shadow: none;
}
.select2-drop-active {
	border: 1px solid #ccc;
	border-top: 0;
}
.select2-results {
	margin-bottom: 15px;
}
.select2-results .select2-result-label { padding: 5px 7px 5px; line-height: 1.2; }
.select2-drop {
	font-family: 'arimobold';
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
            box-shadow: none;
}

.checkbox-pmt, .radio-pmt {  }
.checkbox-pmt label, .radio-pmt label { padding-left: 30px; position: relative; margin-bottom: 0; line-height: 1.5; }
.checkbox-pmt input[type="checkbox"], .radio-pmt input[type="radio"] { margin-top: -1px; margin-left: -30px; visibility: hidden; }
.checkbox-pmt input[type="checkbox"]:after, .radio-pmt input[type="radio"]:after { position: absolute; content: ''; width: 14px; height: 14px; background: #eee; top: 3px; left: 0; display: block; visibility: visible; }
.radio-pmt input[type="radio"]:after { border-radius: 50%; }
.checkbox-pmt input[type="checkbox"]:checked:after { background: #000 url('../images/icon-check.png') no-repeat 1.5px 2.5px; }
.radio-pmt input[type="radio"]:checked:after { background: #000; }
.checkbox-pmt .desc, .radio-pmt .desc { line-height: 1.8; margin-top: 5px; }

.page404 { margin-top: 200px; }
.page404 h2 { font-family: 'oswaldlight'; letter-spacing: 1px; color: #272727; font-size: 26px; margin-bottom: 30px; line-height: 1.5; }
.page404 .text { font-size: 16px; color: #666; margin-bottom: 30px; line-height: 1.5; }

@media print {
	body { font-size: 12px; }
	header.checkout { position: relative; }
	header.checkout .logo { text-align: center; }
	header .col-sm-50 { width: 100%; float: none; }
	#content { margin-top: 28px; margin-bottom: 0; min-height: initial; }
	.order-id { font-size: 16px; margin-bottom: 28px; }
	.htitle.sm { font-size: 14px; }
	.order-info .col-sm-50 { float: left; width: 50%; }
	#order-item .title { font-size: 12px; }
	.data-table .list.header { display: table !important; }
	#order-item.data-table .list.items { font-size: 12px; }
	#order-item.data-table .list .in > div, #order-item.data-table .list.order-total-count.data-part > div { display: table-cell; padding-right: 20px; }
	#order-item.data-table .list div { padding-right: 20px; }
	#order-item.data-table .list div:last-child { padding-right: 0; }
	#order-item.data-table .list .in > div:last-child, #order-item.data-table .list.order-total-count.data-part > div:last-child { text-align: right; padding-right: 0; }
	#order-item.data-table .list.order-total-count .in > div.sub-title { width: initial; text-align: right; }
	#order-list .w180, #order-item .w180, #order-item.data-table .list.order-total-count .in > div.w180 { width: 150px; }
	#order-item .w280 { width: 280px; }
	#order-item .w200 { width: 200px; }
	#order-item .w130 { width: 110px; }
	#order-item.data-table .list.order-total { font-size: 14px; }
}
