.ico-label span {
	position: absolute;
	top: 7px;
	height: 15px;
	width: 60px;
	color: #fff;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
}
button, input, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], label, .uneditable-input {
	font-size: 100%;
	color: #333;
	border-color: #ddd dd;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #cdcdcd;
}
input, textarea, select {
	display: inline-block;
	padding: 6px;
	line-height: 1.428571429;
	vertical-align: middle;
	border: 1px solid #ddd;
}
input:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
color:#999;
opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
color:#999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
color:#999;
}
input[disabled], input[readonly], fieldset[disabled] input, textarea[disabled], textarea[readonly], fieldset[disabled] textarea, select[disabled], select[readonly], fieldset[disabled] select {
	cursor: not-allowed;
	background-color: #f6f6f6;
}
textareainput, textareatextarea, textareaselect {
	height: auto;
}
.label {
	margin: 2px 0;
	line-height: normal;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: inherit;
	text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	-webkit-text-shadow: none;
}
a:focus, input:focus, button:focus, select:focus {
	outline: none !important;
}
.tooltip-inner {
	background-color: #c4b598;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #c4b598;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #c4b598;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #c4b598;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #c4b598;
}
.modal-content {
	border-radius: 0;
}
.close:hover, .close:focus {
	background: none;
}
select {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
select:focus {
	border-color: #999;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.input-text, input.checkbox {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 4px 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	color: #aaa;
	height: 34px;
}
input.input-text:focus, input.checkbox:focus {
	border-color: #aeaeae;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
}
input.input-text.validation-failed, input.checkbox.validation-failed {
	border-color: #b94a48 !important;
}
input.required-entry.validation-failed, textarea.required-entry.validation-failed {
	border-color: #b94a48 !important;
}
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	color: #aaa;
	border-color: #ddd;
}
textarea:focus {
	border-color: #aeaeae;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #686868;
}
textarea.validation-failed {
	border-color: #b94a48 !important;
}
label em {
	padding-right: 5px;
}
input[type="button"], .button, button {
	font-size: 100%;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	text-transform: uppercase;
	padding: 0px 15px;
	line-height: 33px;
	height: 35px;
	border: 1px solid #eaeaea;
	background: none;
	color: #808080;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
input[type="button"][disabled], .button[disabled], button[disabled] {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
input[type="button"][disabled]:hover, .button[disabled]:hover, button[disabled]:hover {
	background: #c4b598;
}
input[type="button"]:hover, .button:hover, button:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, #confirmbox .product-options-bottom:after, .product-review:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
ul.form-list, ul.tags-list {
	list-style: none;
	padding: 0;
}
ul.form-list li, ul.tags-list li {
	margin-bottom: 10px;
}
.fieldset {
	border: 1px solid #e5e5e5;
	margin: 10px 0 15px;
	padding: 15px;
}
.fieldset .legend {
	background: #fff;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 0 8px;
	line-height: 20px;
}
.fieldset ul {
	margin: 0 0;
	list-style: none;
}
.buttons-set .back-link {
	float: left;
}
.buttons-set .button {
	float: right;
	margin: 0 0 0 5px;
}
.control .input-box {
	float: left;
	margin: 0 5px 0 0;
}
.control .input-box input {
	margin: 0 0;
}
.control > input, .control label {
	display: inline-block;
	vertical-align: middle;
}
.control input {
	margin: 1px 5px 0 0;
}
.control label {
	cursor: pointer;
	margin: 0 0;
}
.input-box select {
	margin: 0 0 10px 0;
}
.col2-set {
	clear: both;
}
.col2-set h2 {
	font-size: 125%;
}
.col2-set h3 {
	font-size: 120%;
}
.col2-set h4 {
	font-size: 100%;
}
.col2-set .col-1 {
	width: 48.5%;
	float: left;
}
.col2-set .col-2 {
	width: 48.5%;
	float: right;
}
.col2-set .content {
	padding: 15px;
	border: 1px solid #ddd;
	height: 270px;
}
.col2-set .buttons-set {
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 20px;
}
.col2-set .buttons-set:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.col3-set .col-1 {
	width: 32%;
	float: left;
}
.col3-set .col-2 {
	width: 32%;
	float: left;
	margin-left: 2%;
}
.col3-set .col-3 {
	width: 32%;
	float: right;
}
.table-caption {
	font-size: 125%;
}
.data-table {
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	width: 100%;
}
.data-table thead tr td, .data-table thead tr th {
	background: #efefef;
	border-bottom: 1px solid #e9e9e9;
	border-right: medium none;
	border-top: 1px solid #e9e9e9;
	padding: 10px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
.data-table tbody th {
	text-align: left;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 8px;
}
.data-table tbody td {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 8px;
}
.data-table tbody td.label {
	vertical-align: middle;
}
.data-table tbody td a.product-image {
	display: block;
}
.data-table tbody td button {
	min-width: 110px;
	margin-bottom: 10px;
}
.data-table tfoot td {
	padding: 15px 20px;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.data-table input.input-text {
	border: 1px solid #e9e9e9;
}
.data-table input.input-text:focus {
	border-color: #cdcdcd;
}
.buttons-set {
	border: none !important;
	padding: 10px 0 0 !important;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.a-left {
	text-align: left;
}
.fields .field {
	float: left;
	width: 270px;
}
.input-box input[type="text"], .input-box input.input-text {
	width: 240px;
}
.input-box select {
	width: 260px;
}
ul.options-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.options-list li input, ul.options-list li .label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
ul.options-list li input {
	margin-right: 5px;
}
ul.options-list li .label * {
	margin: 0;
	padding: 0;
}
.validation-advice {
	color: #b94a48;
	font-size: 92%;
}
.sns-item-g5 {
	width: 20%;
}
.sns-item-g4 {
	width: 25%;
}
.sns-item-g3 {
	width: 33.33%;
}
.sns-item-g2 {
	width: 50%;
}
.sns-item-g1 {
	width: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	color: #5d5d5d;
	line-height: 165%;
	font-size: 12px;
}
body.page-popup {
	font-size: 12px;
	padding: 20px 30px 30px;
}
body.page-popup .page-title h1 {
	float: left;
	font-weight: normal;
	margin-top: 0px;
	text-transform: none;
	color: #333;
}
body.page-popup .page-title .link-print {
	background: url("../images/i_print.gif") 0 2px no-repeat;
	padding: 0 0 0 25px;
	margin: 10px 0 0;
	float: right;
}
body.page-popup .data-table thead th, body.page-popup .data-table tbody th {
	background: #efefef;
	padding-left: 10px;
	padding-right: 10px;
}
body.page-popup .compare-table td {
	vertical-align: top;
}
body.page-popup .compare-table td button {
	margin: 0 0;
}
body.page-popup .compare-table thead th, body.page-popup .compare-table thead td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
body.page-popup .product-name {
	line-height: normal;
	margin-bottom: 10px;
}
body.page-popup .ratings, body.page-popup .price-box {
	margin-bottom: 10px;
	text-align: center;
}
body.page-popup .ratings .amount {
	font-size: 10px;
}
body.page-popup .add-to-links {
	list-style: none;
	margin: 0 0;
	text-align: center;
}
body.page-popup .product-shop-row td, body.page-popup .add-to-row td {
	text-align: center;
}
body.open-stickynote-top .stickynote-top .btn-close {
	top: 50%;
	margin-top: -11px;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
#bd.boxed-layout #sns_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

@media (max-width: 1199px) {
#bd.boxed-layout #sns_wrapper {
	max-width: 1000px;
}
}

@media (max-width: 991px) {
#bd.boxed-layout #sns_wrapper {
	max-width: 770px;
}
}
#bd.boxed-layout #sns_menu {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1199px) {
#bd.boxed-layout #sns_menu {
	max-width: 1000px;
}
}

@media (max-width: 991px) {
#bd.boxed-layout #sns_menu {
	max-width: 770px;
}
}

@media (max-width: 767px) {
#bd.boxed-layout {
	padding: 0;
}
}
a {
	color: #666;
}
a:hover, a:focus, a:active {
	color: #c4b598;
	text-decoration: none;
}
a, span, i {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
a:hover, span:hover, i:hover {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 330%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 115%;
}
h6 {
	font-size: 100%;
}
img {
	max-width: 138%;
}
table img {
	max-width: none;
}
hr.h20 {
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
}
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
}
.map-popup {
	background: #fff;
	border: 1px solid #ddd;
	margin: 12px 0 0;
	position: absolute;
	text-align: left;
	width: 450px;
	z-index: 100;
}

@media (min-width: 771px) {
.map-popup.map-popup-right {
	left: 10px !important;
}
.map-popup.map-popup-left {
	left: auto !important;
	right: 10px !important;
}
}

@media (max-width: 770px) {
.map-popup {
	width: 100%;
	left: 0px !important;
}
}
.map-popup .map-popup-heading {
	padding: 8px 10px;
	margin-right: 40px;
	width: auto;
}
.map-popup .map-popup-heading h3 {
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}

@media (max-width: 479px) {
.map-popup .map-popup-heading h3 {
	text-align: center;
}
}
.map-popup div.map-popup-heading h2 {
	font-weight: normal;
	margin: 0;
}
.map-popup .map-popup-close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}
.map-popup .map-popup-content {
	border-top: 1px solid #ddd-light;
	margin: 0 10px 10px;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 479px) {
.map-popup .map-popup-content {
	text-align: center;
}
}
.map-popup .map-popup-checkout {
	padding: 10px 0;
}
.map-popup .map-popup-checkout:before, .map-popup .map-popup-checkout:after {
	content: " ";
	display: table;
}
.map-popup .map-popup-checkout:after {
	clear: both;
}
.map-popup .map-popup-checkout form {
	margin: 0;
}
.map-popup .map-popup-checkout form:before, .map-popup .map-popup-checkout form:after {
	content: " ";
	display: table;
}
.map-popup .map-popup-checkout form:after {
	clear: both;
}
.map-popup .map-popup-checkout span {
	display: block;
}
.map-popup .map-popup-checkout .button {
	float: left;
	margin: 0 2px;
	clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
	float: left;
	min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
	list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
	width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
	display: inline-block;
	float: left;
	clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
	float: left;
	text-align: center;
	padding: 5px 15px;
	clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after:before, .map-popup .map-popup-checkout .paypal-logo:after:after {
content:" ";
display:table;
}
.map-popup .map-popup-checkout .paypal-logo:after:after {
clear:both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
	clear: left;
}

@media (max-width: 479px) {
.map-popup .map-popup-checkout {
	text-align: center;
}
.map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .additional-addtocart-box, .map-popup .map-popup-checkout .paypal-logo a, .map-popup .map-popup-checkout .paypal-logo .paypal-or {
	float: none;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
	min-width: 0px;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
	margin: 0px;
	margin-bottom: 10px;
}
}
.map-popup .map-popup-checkout:after:before, .map-popup .map-popup-checkout:after:after {
content:" ";
display:table;
}
.map-popup .map-popup-checkout:after:after {
clear:both;
}
.map-popup .map-popup-price {
	padding: 10px 0;
}
.map-popup .map-popup-price .price-box, .map-popup .map-popup-price .price-box .special-price {
	display: inline-block;
	margin: 0;
	padding: 0;
}

@media (max-width: 479px) {
.map-popup .map-popup-price {
	text-align: center;
	padding-top: 0px;
}
}
.map-popup .map-popup-text {
	padding: 10px 0;
	margin: 0 10px;
	word-wrap: break-word;
}
.map-popup .map-popup-text, .map-popup .map-popup-only-text {
	border-top: 1px solid #ddd;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p, .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.validation-advice {
	display: none;
}
.success {
	color: #3c763d;
}
.error {
	color: #a94442;
}
.notice {
	color: #31708f;
}
.messages {
	padding: 0;
	list-style: none;
	clear: both;
}
.messages > li {
	margin-bottom: 10px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #000;
	border-radius: 0;
}
.error-msg h4, .success-msg h4, .note-msg h4, .notice-msg h4 {
	margin-top: 0;
	color: inherit;
}
.error-msg .alert-link, .success-msg .alert-link, .note-msg .alert-link, .notice-msg .alert-link {
	font-weight: bold;
}
.error-msg > p, .error-msg > ul, .success-msg > p, .success-msg > ul, .note-msg > p, .note-msg > ul, .notice-msg > p, .notice-msg > ul {
	margin-bottom: 0;
}
.error-msg > p + p, .success-msg > p + p, .note-msg > p + p, .notice-msg > p + p {
	margin-top: 5px;
}
.error-msg {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.error-msg hr {
	border-top-color: #e4b9c0;
}
.error-msg .alert-link {
	color: #843534;
}
.success-msg {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.success-msg hr {
	border-top-color: #c9e2b3;
}
.success-msg .alert-link {
	color: #2b542c;
}
.note-msg, .notice-msg {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.note-msg hr, .notice-msg hr {
	border-top-color: #a6e1ec;
}
.note-msg .alert-link, .notice-msg .alert-link {
	color: #245269;
}
li.notice-msg ul {
	position: relative;
	padding: 0 0 0 30px;
	list-style: none;
}
li.notice-msg ul:before {
	font-family: FontAwesome;
	content: "\f06a";
	font-size: 22px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -11px;
	line-height: 22px;
}
li.error-msg ul {
	position: relative;
	padding: 0 0 0 30px;
	list-style: none;
}
li.error-msg ul:before {
	font-family: FontAwesome;
	content: "\f06a";
	font-size: 22px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -11px;
	line-height: 22px;
}
li.success-msg ul {
	position: relative;
	padding: 0 0 0 30px;
	list-style: none;
}
li.success-msg ul:before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 22px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -11px;
	line-height: 22px;
}
.global-site-notice {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.global-site-notice h4 {
	margin-top: 0;
	color: inherit;
}
.global-site-notice .alert-link {
	font-weight: bold;
}
.global-site-notice > p, .global-site-notice > ul {
	margin-bottom: 0;
}
.global-site-notice > p + p {
	margin-top: 5px;
}
.global-site-notice hr {
	border-top-color: #f7e1b5;
}
.global-site-notice .alert-link {
	color: #66512c;
}
.global-site-notice p {
	margin: 0;
}
.ratings, .no-rating {
	margin: 0 0 5px;
}
.rating-box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.rating-box:before {
	content: '\f005\f005\f005\f005\f005';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	letter-spacing: 2px;
	color: #dfdfdf;
	white-space: nowrap;
}
.rating-box .rating {
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.rating-box .rating:before {
	content: '\f005\f005\f005\f005\f005';
	white-space: nowrap;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	letter-spacing: 2px;
	color: #fad507;
}
.no-rating a {
	color: #888;
}
.no-rating a:hover {
	color: #c4b598;
}
.rating-links {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.rating-links .separator {
	color: #888;
}
.rating-links a {
	margin: 0 1px;
	color: #888;
}
.rating-links a:hover {
	color: #c4b598;
}
.toolbar {
	padding: 0;
	margin-bottom: 12px;
	color: #666;
	border: none;
	padding: 0px;
	position: relative;
}
.toolbar {
	text-align: right;
}
.toolbar .view-mode {
	float: left;
	margin-top: 10px !important;
}
.toolbar .sort-by, .toolbar .limiter {
	text-align: left;
	margin: 0;
	float: left;
	padding: 10px 10px;
	color: #666;
}
.toolbar .sort-by label, .toolbar .limiter label {
	color: #666;
}
.toolbar .pager {
	background: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 6px;
}
.toolbar .limiter {
	float: right;
	padding-right: 0;
}
.toolbar .toolbar-inner > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.toolbar .view-mode label {
	display: none;
}
.toolbar .view-mode a, .toolbar .view-mode strong {
	text-align: center;
	position: relative;
	color: #666;
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.toolbar .view-mode a:before, .toolbar .view-mode strong:before {
	font-size: 16px;
}
.toolbar .view-mode a {
	margin-left: 1px;
}
.toolbar .view-mode a:hover {
	color: #666;
}
.toolbar .view-mode a:hover:before {
	color: #c4b598;
}
.toolbar .view-mode strong:before {
	color: #c4b598;
}
.toolbar .view-mode .icon-grid:before {
	content: '\f00a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.toolbar .view-mode .icon-list:before {
	content: '\f03a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.toolbar .limiter label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-weight: normal;
}
.toolbar .limiter > span {
	display: none;
}
.toolbar .limiter .select-new {
	display: inline-block;
	vertical-align: middle;
}
.toolbar .limiter .select-new .select-inner {
	cursor: pointer;
}
.toolbar .limiter .select-new .select-inner select {
	opacity: 0;
	filter: alpha(opacity=0);
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
	-webkit-transition: all 0.2 ease-in;
	transition: all 0.2 ease-in;
	-moz-transition: all 0.2 ease-in;
	-ms-transition: all 0.2 ease-in;
	-o-transition: all 0.2 ease-in;
	height: 30px;
	border: 1px solid #eaeaea;
	z-index: 1 !important;
	background: none;
	width: 90px !important;
	color: #666;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover {
	background: #fff;
	border: 1px solid #ddd;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover ul {
	display: block !important;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	color: #666;
	font-size: 100%;
	width: auto !important;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
	right: 0px;
	position: absolute;
	height: 100%;
	width: 30px;
	text-align: center;
	border-left: 1px solid #eaeaea;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen:before {
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	width: 15px;
	line-height: 30px;
	font-size: 12px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
	top: 100%;
	width: 90px !important;
	left: -1px !important;
	border: 1px solid #ddd;
	bolder-top: 0px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a {
	padding: 5px 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
	color: #c4b598;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
	color: #c4b598;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li:last-child a {
	border: none;
}
.toolbar .limiter .select-new .select-inner select {
	cursor: pointer;
	width: 50px;
	border: none;
	background: none;
}
.toolbar .sort-by {
	float: right;
	padding-right: 10px !important;
	padding-right: 0;
}
.toolbar .sort-by label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-weight: normal;
}
.toolbar .sort-by > span {
	display: none;
}
.toolbar .sort-by .select-new {
	display: inline-block;
	vertical-align: middle;
}
.toolbar .sort-by .select-new .select-inner {
	cursor: pointer;
}
.toolbar .sort-by .select-new .select-inner select {
	opacity: 0;
	filter: alpha(opacity=0);
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
	-webkit-transition: all 0.2 ease-in;
	transition: all 0.2 ease-in;
	-moz-transition: all 0.2 ease-in;
	-ms-transition: all 0.2 ease-in;
	-o-transition: all 0.2 ease-in;
	height: 30px;
	border: 1px solid #eaeaea;
	z-index: 1 !important;
	background: none;
	width: 90px !important;
	color: #666;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover {
	background: #fff;
	border: 1px solid #ddd;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover ul {
	display: block !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	color: #666;
	font-size: 100%;
	width: auto !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
	right: 0px;
	position: absolute;
	height: 100%;
	width: 30px;
	text-align: center;
	border-left: 1px solid #eaeaea;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen:before {
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	width: 15px;
	line-height: 30px;
	font-size: 12px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
	top: 100%;
	width: 90px !important;
	left: -1px !important;
	border: 1px solid #ddd;
	bolder-top: 0px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a {
	padding: 5px 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
	color: #c4b598;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
	color: #c4b598;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li:last-child a {
	border: none;
}
.toolbar .sort-by .select-new .select-inner select {
	cursor: pointer;
	width: 50px;
	border: none;
	background: none;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
	width: 120px !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
	width: 120px !important;
}
.toolbar .sort-by .set-desc, .toolbar .sort-by .set-asc {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	width: 15px;
	position: relative;
	background: none;
	margin: 0;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	text-align: center;
	color: #707070;
}
.toolbar .sort-by .set-desc:before, .toolbar .sort-by .set-asc:before {
	content: '\f176';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	width: 15px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.toolbar .sort-by .set-desc:hover:before, .toolbar .sort-by .set-asc:hover:before {
	color: #c4b598;
}
.toolbar .sort-by .set-desc {
	background: none;
	width: 30px;
	height: 30px;
	width: 10px;
	margin-right: 10px;
}
.toolbar .sort-by .set-desc:before {
	content: '\f175';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	width: 15px;
	font-size: 14px;
}
.toolbar .pager {
	float: right;
	width: 100%;
	height: 30px;
}
.toolbar .pager p.amount {
	float: left;
}
.toolbar .pager p.amount span {
	display: none;
}
.toolbar .pager .pages {
	float: right;
}
.toolbar .pager .pages > strong {
	font-weight: normal;
	padding-right: 5px;
}
.toolbar .pager .pages > ol {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
}
.toolbar .pager .pages > ol li {
	float: left;
	width: 24px;
	height: 24px;
	font-size: 12px;
}
.toolbar .pager .pages > ol li.current {
	line-height: 24px;
	text-align: center;
	color: #c4b598;
}
.toolbar .pager .pages > ol li a {
	display: block;
	border: none;
	padding: 0;
	background: none;
	border-radius: 0;
	color: #666;
	line-height: 24px;
}
.toolbar .pager .pages > ol li a.previous, .toolbar .pager .pages > ol li a.next {
	border: none;
	padding: 0px;
	width: auto;
	width: 22px;
	height: 22px;
	width: 24px;
	overflow: hidden;
}
.toolbar .pager .pages > ol li a.next:before {
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}
.toolbar .pager .pages > ol li a.previous:before {
	content: '\f0d9';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}
.toolbar .pager .pages > ol li:hover a {
	color: #c4b598;
}
.toolbar-bottom {
	margin: 10px 0 0px;
}
.toolbar-bottom .toolbar {
	margin-bottom: 15px;
}
.toolbar-bottom .view-mode, .toolbar-bottom .limiter, .toolbar-bottom .sort-by {
	display: none;
}
.safari .toolbar .view-mode a {
	margin-left: 0px !important;
}
#sns_breadcrumbs {
	min-height: 20px;
	padding-bottom: 18px;
	padding-top: 5px;
}
body.homepage #sns_breadcrumbs {
	display: none;
}
#sns_pathway {
	padding: 0;
	margin: 0;
}
#sns_pathway:before, #sns_pathway:after {
	content: " ";
	display: table;
}
#sns_pathway:after {
	clear: both;
}
#sns_pathway span[class^="icon-"] {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_pathway .breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
#sns_pathway .breadcrumbs a {
	color: #666;
	font-size: 100%;
}
#sns_pathway .breadcrumbs a:hover {
	color: #c4b598;
}
#sns_pathway .breadcrumbs li {
	display: inline-block;
}
#sns_pathway .breadcrumbs li .fa {
	font-size: 100%;
}
#sns_pathway .breadcrumbs li:before {
	content: "/";
	margin: 0;
	color: #cfcfcf;
}
#sns_pathway .breadcrumbs li > * {
	padding: 1px 4px;
}
#sns_pathway .breadcrumbs li:first-child:before {
	display: none;
}
#sns_pathway .breadcrumbs li.last span {
	color: #c4b598;
}
#sns_pathway .breadcrumbs .home span {
	display: none;
}
.cart-collaterals {
	padding-top: 40px;
}
.cart-collaterals .totals {
	margin-bottom: 30px;
}
.cart-collaterals .totals table {
	width: 100%;
}
.cart-collaterals .totals table td {
	padding: 10px 0 20px;
	text-transform: uppercase;
}
.cart-collaterals .totals table tfoot td {
	border-bottom: 1px solid #e9e9e9;
	font-size: 125%;
	padding: 0 0 20px 20px;
	text-transform: uppercase;
}
.cart-collaterals .totals ul.checkout-types {
	margin: 30px 0 0;
	padding: 0;
}
.cart-collaterals .totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
.cart h1 {
	float: left;
}
.cart ul.checkout-types {
	list-style: none;
	margin: 0 0 10px;
	float: right;
}
.cart .btn-remove {
	position: static;
	font-size: 0px;
}
.cart .input-box {
	width: 100%;
}
.cart .input-box input.input-text {
	border: 1px solid #e9e9e9;
	margin: 0 0 10px;
	width: 94%;
}
.cart .input-box input.input-text:focus {
	border-color: #cdcdcd;
}
.cart .input-box select {
	width: 100%;
}
.cart .btn-continue {
	float: left;
}
.cart .col2-set {
	width: 70%;
	float: left;
}
.cart .totals {
	width: 28%;
	float: right;
}
.cart .discount, .cart .shipping, .cart .crosssell {
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 20px;
}
.cart .discount h2, .cart .shipping h2, .cart .crosssell h2 {
	font-size: 125%;
	text-transform: uppercase;
}
.cart .discount form, .cart .shipping form, .cart .crosssell form {
	margin: 0 0;
}
.cart .discount .button, .cart .shipping .button, .cart .crosssell .button {
	float: left !important;
	margin: 0 0 !important;
}
.cart .crosssell {
	width: 100%;
	float: none;
	clear: both;
	border: none;
	padding: 15px 0 0;
}
.cart .crosssell .block_head_center h3 {
	padding-right: 53px;
}
.cart .crosssell .products-grid {
	display: none;
}
.cart .crosssell .up-sell-products .sns-slider {
	margin: 15px 0 0 0;
}
.cart .crosssell .up-sell-products .item {
	padding: 0 15px;
}
.cart .form-list {
	margin: 0 0;
	list-style: none;
}
.cart #co-shipping-method-form ul {
	list-style: none;
	margin: 0 0;
}
.cart #co-shipping-method-form ul li label {
	cursor: pointer;
	float: left;
	margin: 0 0;
}
.cart #co-shipping-method-form ul li input {
	float: left;
	margin: 1px 5px 0 0;
}

@media (max-width: 767px) {
#shopping-cart-table {
	display: block;
}
#shopping-cart-table * {
	white-space: normal !important;
}
#shopping-cart-table thead {
	display: none;
}
#shopping-cart-table tfoot {
	display: block;
}
#shopping-cart-table tfoot tr {
	display: block;
}
#shopping-cart-table tfoot tr td {
	display: block;
}
#shopping-cart-table tbody {
	display: block;
}
#shopping-cart-table tbody tr {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
#shopping-cart-table tbody tr:before, #shopping-cart-table tbody tr:after {
	content: " ";
	display: table;
}
#shopping-cart-table tbody tr:after {
	clear: both;
}
#shopping-cart-table tbody tr:nth-child(2n+1) {
	background: #f7f7f7;
}
#shopping-cart-table tbody tr td {
	display: block;
	width: 75%;
	float: right;
	text-align: left;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}
#shopping-cart-table tbody tr td:before {
	content: attr(data-title);
}
#shopping-cart-table tbody tr td:first-child {
	width: 25%;
	float: left;
	text-align: center;
	padding-right: 20px;
	margin: 0;
}
#shopping-cart-table tbody tr td:first-child img {
	width: 100%;
}
#shopping-cart-table .product-name {
	font-weight: bold;
	text-transform: uppercase;
}
#shopping-cart-table .btn-remove {
	font-size: 100%;
	color: #444;
	width: auto;
	height: auto;
}
}
.checkout-progress {
	margin: 10px 0 35px 0;
	list-style: none;
	padding: 0;
}
.checkout-progress li {
	display: inline-block;
	padding: 5px 0px;
	width: 20%;
	text-align: center;
	background: #e9e9e9;
	float: left;
	color: #686868;
}
.checkout-progress li.active {
	background: #c4b598;
	color: #fff;
}
.multiple-checkout h2 {
	font-size: 120%;
	line-height: 24px;
}
.multiple-checkout .col2-set h2.legend {
	font-size: 135%;
}
.multiple-checkout .col2-set h3.legend {
	font-size: 120%;
}
.multiple-checkout .col2-set .product-name {
	font-size: 120%;
}
.multiple-checkout .col2-set .box .box-title h2 a, .multiple-checkout .col2-set .box .box-title h3 a, .multiple-checkout .col2-set .box .box-title h4 a {
	position: static;
}
.multiple-checkout .col2-set .col-1 {
	margin-top: 5px;
}
.multiple-checkout .col2-set .col-2 {
	margin-top: 5px;
}
.multiple-checkout .sp-methods dt input {
	float: left;
	margin: 1px 8px 0 0;
}
.multiple-checkout .sp-methods dt label {
	cursor: pointer;
}
.multiple-checkout .sp-methods dd ul {
	list-style: none;
}
.multiple-checkout #checkout-review-submit {
	float: right;
	text-align: right;
	margin-top: 10px;
}
#checkoutSteps {
	margin: 0;
	padding: 0;
	list-style: none;
}
#checkoutSteps ul, #checkoutSteps ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#checkoutSteps li {
	margin-bottom: 1px;
}
#checkoutSteps li .step-title {
	padding: 8px 15px;
	background: #e9e9e9;
	color: #333;
}
#checkoutSteps li .step-title .number {
	float: left;
	padding: 0 5px;
	margin: 4px 10px 0 0;
	background: #333;
	color: #fff;
}
#checkoutSteps li .step-title h2 {
	font-size: 125%;
	text-transform: uppercase;
	float: left;
	line-height: normal;
	margin: 0 0;
	line-height: 30px;
}
#checkoutSteps li .step-title a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	float: right;
}
#checkoutSteps li .step-title a:before {
	content: '\f040';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 140%;
}
#checkoutSteps li.allow .step-title {
	cursor: pointer;
}
#checkoutSteps li.active .step-title {
	background: #c4b598;
	border: 1px solid #c4b598;
	border-bottom: none;
	cursor: default;
}
#checkoutSteps li.active .step-title a, #checkoutSteps li.active .step-title h2 {
	color: #fff;
}
#checkoutSteps li.active .step-title span {
	background: #5492db;
}
#checkoutSteps li .step {
	border: 1px solid #e9e9e9;
	padding: 15px 20px;
}
#checkoutSteps li .step fieldset ul {
	list-style: none;
	margin: 0 0;
}
#checkoutSteps li .step fieldset p.required {
	text-align: right;
}
#checkoutSteps .sp-methods dt {
	clear: both;
	padding: 2px 0;
}
#checkoutSteps .sp-methods dt input {
	margin: 1px 5px 0 0;
	float: left;
}
#checkoutSteps .sp-methods dt label {
	float: left;
	margin: 0 0;
	cursor: pointer;
}
#checkoutSteps .please-wait {
	margin: 0 20px;
}
#checkoutSteps .input-box select {
	width: 240px;
}

@media (max-width: 767px) {
#multiship-addresses-table select {
	width: 100%;
}
}
#sns_menu {
	position: relative;
}
.show-sidebar #sns_menu {
	display: block !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	z-index: 3 !important;
}
#sns_menu > .container > .inner {
	background: #c4b598;
}
#sns_menu > .container > .inner:before, #sns_menu > .container > .inner:after {
	content: " ";
	display: table;
}
#sns_menu > .container > .inner:after {
	clear: both;
}
#sns_menu > .container > .inner #sns_mainnav {
	float: left;
}
#sns_menu.keep-menu {
	background-color: #c4b598;
	position: fixed !important;
	bottom: auto !important;
	top: 0 !important;
	z-index: 20;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
}
#sns_menu.keep-menu h1#logo {
	padding: 10px 0;
}
#sns_menu.keep-menu .container > .inner .header-right {
	padding: 20px 0;
}
#sns_menu .container > .inner {
	position: relative;
}
#sns_menu #sns_mainnav {
	position: static;
}
#sns_menu .fullwidth h4.title {
	font-size: 130%;
	font-weight: bold;
}
#sns_menu .fullwidth ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_menu .fullwidth ul.menu li {
	display: block;
	padding: 0;
}
#sns_menu .fullwidth ul.menu li a {
	padding: 0;
	display: block;
	padding: 2px 0;
	color: #666;
}
#sns_menu .fullwidth ul.menu li a:hover {
	padding-left: 5px;
	color: #c4b598;
}
#sns_menu .wrap_topblock {
	padding-bottom: 20px;
}
#sns_menu .wrap_bottomblock {
	padding-top: 20px;
}
#sns_menu .block.sns-slider .block-title {
	margin: 0 0 20px;
	padding: 0;
}
#sns_menu .block.sns-slider .container-slider {
	padding: 0;
	margin: 0 -15px;
}
#sns_custommenu li:hover {
	z-index: 1;
}
#sns_custommenu ul.mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_custommenu ul.mainnav:before, #sns_custommenu ul.mainnav:after {
	content: " ";
	display: table;
}
#sns_custommenu ul.mainnav:after {
	clear: both;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 {
	list-style: none;
	padding: 0;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a {
	font-size: 130%;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	color: #666;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a:hover {
	color: #c4b598;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li {
	position: relative;
	display: block;
	padding: 0;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.parent:after {
	position: absolute;
	top: 50%;
	right: 14px;
	font-size: 14px;
	margin-top: -7px;
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	content: "ď¸";
	color: #cdcdcd;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li {
	position: relative;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.parent:after {
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	top: 50%;
	right: 14px;
	font-size: 14px;
	margin-top: -7px;
	content: "ď¸";
	color: #cdcdcd;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.last a {
	border-bottom: 0px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover.parent:after, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.active.parent:after, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover.parent:after, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.active.parent:after {
	color: #c4b598;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > a, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.active > a, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover > a, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.active > a {
	color: #c4b598;
	background: #eaeaea;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > .wrap_submenu, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover > .wrap_submenu {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease-out 0.2s;
	transition: all 0.25s ease-out 0.2s;
	-moz-transition: all 0.25s ease-out 0.2s;
	-ms-transition: all 0.25s ease-out 0.2s;
	-o-transition: all 0.25s ease-out 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	visibility: visible;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li a {
	display: block;
	padding: 0px 15px;
	line-height: 32px;
	color: #666;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li a span.title {
	font-family: Arial !important;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu {
	display: none;
	position: absolute;
	min-width: 225px;
	padding: 15px 0;
	top: 0%;
	left: 95%;
	background: #fff;
	border: 1px solid #eaeaea;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	display: block;
	visibility: hidden;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu li.last a {
	border-bottom: 0px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > a {
	padding-left: 5px;
	color: #c4b598;
	background: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a {
	padding: 0;
	display: block;
	padding: 8px 0;
	color: #666;
	border-bottom: 1px solid #eee;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a:hover {
	padding-left: 5px;
	color: #c4b598;
	background: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a span.title {
	font-family: Arial !important;
}
#sns_custommenu ul.mainnav li.level0 {
	border: none;
	position: static;
	display: inline-block;
	text-align: left;
}
#sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:after, #sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:after {
	border-color: rgba(255,255,255,0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
#sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:before {
	border-color: rgba(234,234,234,0);
	border-bottom-color: #eaeaea;
	border-width: 7px;
	margin-left: -7px;
}
#sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:after, #sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:before {
	display: none;
	left: 45%;
	bottom: 0px;
	z-index: 99999;
}
#sns_custommenu ul.mainnav li.level0.custom-itemdrop-staticblock > a:after {
	bottom: -1px !important;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu {
	position: relative;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu.group-item {
	position: static;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu:after, #sns_custommenu ul.mainnav li.level0.drop-submenu:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu:after {
	border-color: rgba(255,255,255,0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu:before {
	border-color: rgba(234,234,234,0);
	border-bottom-color: #eaeaea;
	border-width: 7px;
	margin-left: -7px;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu:after, #sns_custommenu ul.mainnav li.level0.drop-submenu:before {
	display: none;
	left: 45%;
	bottom: -1px;
	z-index: 99999;
}
#sns_custommenu ul.mainnav li.level0:hover > div {
	display: block;
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	top: 94% !important;
}
#sns_custommenu ul.mainnav li.level0:hover.custom-itemdrop-staticblock > a:after, #sns_custommenu ul.mainnav li.level0:hover.custom-itemdrop-staticblock > a:before {
	display: block;
}
#sns_custommenu ul.mainnav li.level0:hover.drop-submenu.parent:after, #sns_custommenu ul.mainnav li.level0:hover.drop-submenu.parent:before {
	display: block;
}
#sns_custommenu ul.mainnav li.level0 > div {
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 120%;
	border: 1px solid #eaeaea;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu {
	min-width: 225px;
	padding: 5px 0 15px 0;
	margin-top: 3px;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu:before {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 15px;
	content: '';
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li {
	position: relative;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.parent:after {
	position: absolute;
	top: 50%;
	right: 14px;
	font-size: 14px;
	margin-top: -7px;
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	content: "\f0da";
	color: #cdcdcd;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li {
	position: relative;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.parent:after {
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	top: 50%;
	right: 14px;
	font-size: 14px;
	margin-top: -7px;
	content: "ď¸";
	color: #cdcdcd;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.last a {
	border-bottom: 0px;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover.parent:after, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.active.parent:after, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover.parent:after, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.active.parent:after {
	color: #c4b598;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover > a, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.active > a, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > a, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.active > a {
	color: #c4b598;
	background: #eaeaea;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover > .wrap_submenu, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > .wrap_submenu {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease-out 0.2s;
	transition: all 0.25s ease-out 0.2s;
	-moz-transition: all 0.25s ease-out 0.2s;
	-ms-transition: all 0.25s ease-out 0.2s;
	-o-transition: all 0.25s ease-out 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	visibility: visible;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li a {
	display: block;
	padding: 0px 15px;
	line-height: 32px;
	color: #666;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li a span.title {
	font-family: Arial !important;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu {
	display: none;
	position: absolute;
	min-width: 225px;
	padding: 15px 0;
	top: 0%;
	left: 95%;
	background: #fff;
	border: 1px solid #eaeaea;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	display: block;
	visibility: hidden;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu li.last a {
	border-bottom: 0px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
	width: 100%;
	padding: 25px;
	padding-bottom: 15px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth:before {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 15px;
	content: '';
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth .headtitle {
	margin-bottom: 2px;
	margin-top: -10px;
	font-size: 16px;
	font-family: Titillium Web;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category .row {
	margin-bottom: 10px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category .row:first-child {
	margin-bottom: 20px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category .menu_category_title {
	color: #666;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category ul li a {
	border: none;
	padding: 2px 0 !important;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category.v2 .row {
	margin-bottom: 5px;
}
#sns_custommenu ul.mainnav li.level0 > div .custom-menuv2 .title {
	font-size: 116.667%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 6px;
}
#sns_custommenu ul.mainnav li.level0 > div .custom-menuv2 .menu li a {
	border: none;
	padding: 3px 0 !important;
}
#sns_custommenu ul.mainnav li.level0:hover > a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
}
#sns_custommenu ul.mainnav li.level0 > a {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	display: block;
	position: relative;
	line-height: 50px;
	padding: 0 15px;
	font-size: 123.33%;
	color: #333;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	position: relative;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label {
	position: absolute;
	top: -26px;
	left: 50%;
	margin: 0;
	margin-left: -16px;
	padding: 0;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span {
	background: #c4b598;
	padding: 1px 4px;
	text-transform: uppercase;
	line-height: 140%;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 12px;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #c4b598 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.new {
	background: #5492db;
	color: #333;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.new:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #5492db transparent transparent transparent;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.hot {
	background: #c4b598;
	color: #fff;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.hot:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #c4b598 transparent transparent transparent;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.sale {
	background: #236fe1;
	color: #fff;
}
#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.sale:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #236fe1 transparent transparent transparent;
}
#sns_custommenu ul.mainnav li.level0.active > a, #sns_custommenu ul.mainnav li.level0:hover > a {
	color: #c4b598;
}
#sns_custommenu ul.mainnav li.level0.active > a > span.title:before, #sns_custommenu ul.mainnav li.level0:hover > a > span.title:before {
	bottom: -18px;
	opacity: 1;
}
li.custom-item:hover > a:after {
	display: none !important;
}
ul.mainnav li ul.menu li a {
	border-bottom: 1px solid #ddd;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
ul.mainnav li ul.menu li:last-child a {
	border-bottom: 0px;
}
#sns_mommenu {
	margin: 10px 0;
}
#sns_mommenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_mommenu > [class*="btn"] {
	padding: 0;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	cursor: pointer;
	color: #333;
}
#sns_mommenu > [class*="btn"] i {
	font-size: 20px;
	line-height: 30px;
}
#sns_mommenu > [class*="btn"].leftsidebar, #sns_mommenu > [class*="btn"].rightsidebar {
	display: none;
}
#sns_mommenu > [class*="btn"]:hover {
	color: #c4b598;
}
#sns_mommenu .mainnav .accr_content {
	padding-left: 15px;
}
#sns_mommenu .mainnav a.active {
	color: #c4b598;
}
#sns_mommenu .mainnav .accr_header {
	border-bottom: 1px solid #393939;
	padding: 10px 0;
}
#sns_mommenu .mainnav .accr_header .btn_accor {
	cursor: pointer;
	float: right;
}
#sns_mommenu .btn2 .overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
}
#sns_mommenu .collapse_wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9999;
	background: #222;
}
#sns_mommenu .collapse_wrap:before {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: -1000px;
	right: -1000px;
	z-index: -1;
	background: #222;
	content: '';
	display: none;
}
#sns_mommenu #menu_collapse > ul {
	padding: 20px;
}
#sns_mommenu #menu_collapse a {
	color: #b9b9b9;
}
#sns_mommenu #menu_collapse a:hover {
	color: #fff;
}
#sns_mommenu #menu_offcanvas {
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -250px;
	height: 100%;
	overflow: auto;
	width: 250px;
	background: #222;
	color: #b9b9b9;
	padding: 20px;
	z-index: 9999;
}
#sns_mommenu #menu_offcanvas > ul {
	padding-bottom: 50px;
}
#sns_mommenu #menu_offcanvas.active {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_mommenu #menu_offcanvas a {
	color: #b9b9b9;
}
#sns_mommenu #menu_offcanvas a:hover {
	color: #fff;
}
#sns_header.solid #sns_menu.keep-menu {
	background: #fff !important;
}
#sns_menu .fullwidth .custom-banner-menu h4.title {
	font-size: 100%;
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 13px;
}
#sns_menu .fullwidth .custom-banner-menu p {
	margin-bottom: 0;
}
.price-box p {
	margin: 0 0;
	display: inline-block;
}
.price-box .old-price {
	margin: 0;
	padding: 0;
	margin-right: 6px;
	display: inline-block;
	position: relative;
}
.price-box .old-price .price {
	text-decoration: line-through;
	color: #ccc;
	text-shadow: 0 0 1px rgba(100,100,100,0.1);
	position: relative;
	font-size: 150%;
}
.price-box .regular-price .price, .price-box .special-price .price, .price-box .minimal-price .price {
	color: #c4b598;
	font-size: 150%;
}
.price-box .price {
	color: #666;
	font-weight: bold;
}
.price-box .minimal-price-link .price {
	font-size: 100%;
}
.price-box .price-label {
	display: none;
}
.price-box .price-from {
	padding: 0 10px 0 0;
}
.price-box .price-from .price-label {
	display: inline-block;
}
.price-box .price-from .price {
	font-size: 150%;
	color: #c4b598;
}
.price-box .price-to {
	padding: 0 0;
}
.price-box .price-to .price-label {
	display: inline-block;
}
.price-box .price-to .price {
	font-size: 150%;
	color: #c4b598;
}
.contact-page {
	margin: 0 auto;
}
.contact-page input, .contact-page textarea {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-page input:hover, .contact-page input:active, .contact-page input:focus, .contact-page textarea:hover, .contact-page textarea:active, .contact-page textarea:focus {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-page .contact-info h3 {
	margin: 0 0 10px;
}
.contact-page #contactForm textarea {
	height: 83px;
}
.contact-page #contactForm .buttons-set {
	padding: 0 !important;
}
.contact-page #contactForm .buttons-set button {
	float: none;
	margin: 0;
}
.contact-page #contact_gmap {
	margin-bottom: 20px;
}
.contact-page .page-title h1 {
	margin: 0 0 20px;
	font-size: 160%;
}
.contact-page .fa-ul li {
	padding: 5px 0;
}
.contact-page .fa-ul li i {
	margin-top: 6px;
}
.account-create .fieldset {
	margin: 15px 0 25px;
}
.account-create .fieldset ul.form-list li {
	margin: 20px 0;
}
#google_map img {
	max-width: none;
}
#google_map h3 {
	margin: 10px 0;
}
#sns_content {
	margin: 0 0 30px;
	position: relative;
	min-height: 500px;
}
#sns_content #login-form h2 {
	margin: 0 0 15px;
}
#sns_content #login-form ul {
	list-style: none;
	margin: 0 0;
}
#sns_content #sns_maintop {
	margin-bottom: 50px;
}
#sns_content #sns_mainmidle #crosssell-products-list .item {
	margin-top: 0px;
}
#sns_content #sns_mainmidle #crosssell-products-list .item.show-addtocart {
	margin-top: 17px;
}
#sns_content #sns_mainbottom {
	margin-top: 30px;
}
#sns_content #sns_mainbottom .sns-tabs .tabs-content .tab-item {
	top: 0px;
}
#sns_content .sns-tabs .tabs-navi {
	position: relative;
	z-index: 3;
}
#sns_content .sns-tabs .tabs-navi li {
	display: block;
	margin-top: 5px;
	position: relative;
}
#sns_content .sns-tabs .tabs-navi li:before {
	width: 7px;
	height: 39px;
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	background: #c4b598;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
#sns_content .sns-tabs .tabs-navi li a {
	display: block;
	padding: 0 14px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #e9e9e9;
	font-size: 150%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sns_content .sns-tabs .tabs-navi li a.tabulous_active {
	border-color: #c4b598;
	color: #fff;
	background: #c4b598;
	position: relative;
	z-index: 2;
}
#sns_content .sns-tabs .tabs-navi li:hover a {
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
#sns_content .sns-tabs .tabs-navi li:hover:before {
	width: 100%;
}
#sns_content .sns-tabs .tabs-navi li:first-child {
	margin-top: 0px;
}
#sns_content .paypal-logo {
	text-align: center;
	margin: 0 0 20px 0;
}
#sns_content .more-block .block {
	border: 1px solid #e9e9e9;
}
#sns_content .more-block .block .block-title {
	font-size: 165%;
	padding: 8px 0px;
	text-align: center;
	background: none;
}
#sns_content .more-block .block .block-content {
	padding: 0 10px;
}
#sns_content .more-block .block .block-content ul {
	margin: 0 0;
	list-style: none;
}
#sns_content .more-block .block .block-content ul li {
	position: relative;
	border-top: 1px solid #e9e9e9;
}
#sns_content .more-block .block .block-content ul li .product-image {
	width: 40%;
	float: left;
	margin: 0 0;
	border: none;
}
#sns_content .more-block .block .block-content ul li .product-details {
	width: 60%;
	float: left;
	padding: 40px 0 0;
}
#sns_content .more-block .block .block-content ul li .product-details .price-box .price {
	font-size: 130%;
	text-align: left;
}
#sns_content .more-block .block .block-content ul li .product-details .price-box .old-price .price {
	font-size: 100%;
}
#sns_content .more-block .block .block-content ul li .product-details input.checkbox {
	position: absolute;
	top: 10px;
	left: 0px;
}
#sns_content .more-block .block .block-content ul li:first-child {
	border: none;
	padding-top: 0px;
}
#sns_content .block.blank {
	margin: 0 0;
}
#sns_content .block.block-custom .block-content {
	padding: 10px;
}
#sns_content .block.slide-banner ul {
	margin: 0 0;
}
#sns_content .block.slide-banner ul li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 270px !important;
	margin: 0 0;
}
#sns_content .block.slide-banner ul li p.img-content {
	margin: 18px 0 40px;
	text-align: center;
}
#sns_content .block.slide-banner ul li a.get-it {
	font-size: 150%;
	display: inline-block;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 11px 32px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	background: #fff;
}
#sns_content .block.slide-banner ul li a.get-it:hover {
	color: #fff;
	background: #c4b598;
	border-color: #c4b598;
}
#sns_content .block.slide-banner .caroufredsel_wrapper {
	width: 100% !important;
}
#sns_content .block.slide-banner .paging {
	text-align: center;
	margin-top: 28px;
}
#sns_content .block.slide-banner .paging a {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #c4b598;
	margin: 0 0 0 5px;
	display: inline-block;
	text-indent: -999em;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
}
#sns_content .block.slide-banner .paging a:hover {
	background: #333;
}
#sns_content .block.slide-banner .paging a.selected {
	border: 2px solid #c4b598;
	background: #fff;
}
#sns_content .block.block-tags .tags-list {
	list-style: none;
	margin: 0 0 10px;
	display: block;
}
#sns_content .block.block-tags .tags-list li {
	display: inline-block;
	margin: 0px;
}
#sns_content .block.block-tags .tags-list li a {
	display: inline-block;
	padding: 3px 5px;
	color: #666;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
#sns_content .block.block-tags .tags-list li a:hover {
	text-decoration: none;
	color: #c4b598;
}
#sns_content .block.block-tags .actions {
	display: block;
	text-transform: uppercase;
	margin: 10px 0 0;
}
#sns_content .block.block-tags .actions a.button {
	float: left;
	padding: 7px;
	background: none;
	color: #c4b598;
}
#sns_content .block.block-tags .actions a.button:hover {
	color: #5492db;
}
#sns_content .block.block-tags .actions a.button span {
	display: inline-block;
}
#sns_content .block.block-poll form {
	margin: 0 0;
}
#sns_content .block.block-poll .block-subtitle {
	margin-bottom: 5px;
}
#sns_content .block.block-poll ul#poll-answers {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px 0 0;
}
#sns_content .block.block-poll ul#poll-answers li {
	padding: 4px 0;
}
#sns_content .block.block-poll ul#poll-answers li label {
	cursor: pointer;
	margin: 0 0;
}
#sns_content .block.block-poll ol#poll-answers {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 6px 0 0;
}
#sns_content .block.block-poll ol#poll-answers li {
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
}
#sns_content .block.block-poll ol#poll-answers li span.answer {
	float: left;
	margin: 0 5px 0 0;
	color: #333;
}
#sns_content .block.block-poll ol#poll-answers li:first-child {
	border-top: 1px solid #ededed;
}
#sns_content .block.block-account ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_content .block.block-account ul li {
	margin: 3px 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
#sns_content .block.block-account ul li:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 130%;
	font-weight: 700;
}
#sns_content .block.block-account ul li.current {
	color: #c4b598;
}
#sns_content .block.block-account ul li.current strong {
	color: #c4b598;
}
#sns_content .block.block-account ul li:hover {
	padding-left: 10px;
	font-weight: 700;
	color: #c4b598;
}
#sns_content .block.block-account ul li:hover a {
	color: #c4b598;
}
#sns_content .block.block-reorder ol {
	list-style: none;
	margin: 0 0;
	padding: 0px;
}
#sns_content .block.block-reorder ol li input {
	float: left;
	margin: 0 8px 0 0;
}
#sns_content .block.block-reorder .actions {
	margin: 10px 0 0;
}
#sns_content .block.block-reorder .actions .btn-cart {
	margin-right: 10px;
}
#sns_content .block.block-progress dl {
	margin: 0 0;
}
#sns_content .block.block-progress dl > div, #sns_content .block.block-progress dl > dt {
	margin: 0 0;
	padding: 8px 0;
	border-top: 1px solid #d4d4d4;
}
#sns_content .block.block-progress dl > div:first-child, #sns_content .block.block-progress dl > dt:first-child {
	border-top: none;
}
#sns_content .block.block-layered-nav .block-content {
	padding: 15px;
}
#sns_content .block.block-layered-nav .currently {
	padding: 15px 0px 0;
}
#sns_content .block.block-layered-nav .currently .block-subtitle {
	color: #111;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#sns_content .block.block-layered-nav .currently ol {
	margin: 0;
	padding: 0 0 10px 20px;
}
#sns_content .block.block-layered-nav .currently ol li {
	position: relative;
	padding: 5px 0;
}
#sns_content .block.block-layered-nav .currently ol li .label {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
#sns_content .block.block-layered-nav .currently ol li .btn-remove {
	top: 50%;
	margin-top: -10px;
}
#sns_content .block.block-layered-nav .currently .color-value span {
	display: inline-block;
	vertical-align: middle;
}
#sns_content .block.block-layered-nav .currently .color-value .color-label {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	border: 1px solid #ddd;
}
#sns_content .block.block-layered-nav .actions {
	text-align: right;
	padding: 0px 15px 15px;
	border-bottom: 1px solid #ddd;
}
#sns_content .block.block-layered-nav dl#narrow-by-list {
	margin: 0 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dt {
	text-transform: uppercase;
	position: relative;
	color: #333;
	padding: 15px 0px 0;
	font-weight: bold;
	font-size: 115%;
	font-family: Titillium Web;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd {
	margin: 0;
	padding: 5px 0px 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd a {
	color: #666;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd a:hover {
	color: #c4b598;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last .last-child {
	background: none;
	padding-bottom: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last .last-child .has-image img {
	position: absolute;
	left: 1px;
	top: 11px;
	width: 10px;
	height: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .configurable-swatch-list {
	background: url(../images/border.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li {
	padding: 6px 0;
	color: #666;
	position: relative;
	padding-left: 20px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	width: 12px !important;
	height: 12px !important;
	border: 1px solid #eaeaea !important;
	content: "";
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	color: #666;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a .count {
	float: right;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li .item-count {
	color: #c4b598;
	margin-left: 3px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover:before {
	border: 1px solid #c4b598 !important;
	content: '\f00c';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	color: #c4b598;
	font-size: 11px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover .item-count {
	color: #c4b598;
	font-style: normal;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a {
	color: #c4b598;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:before, #sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:after {
	content: " ";
	display: table;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:after {
	clear: both;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li {
	padding: 7px 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li:before, #sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li:after {
	display: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li .item span {
	display: inline-block;
	vertical-align: middle;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li .color-label {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border: 1px solid #ddd;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price {
	padding-top: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:before, #sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:after {
	content: " ";
	display: table;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:after {
	clear: both;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner > * {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner input {
	background: #fff;
	border: 1px solid #ddd;
	text-align: left;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	width: 57px;
	color: #666;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button {
	position: relative;
	width: 65px;
	height: 28px;
	line-height: 15px;
	margin-left: 10px;
	border: none;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:hover {
	background: #5492db;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:hover:before {
	color: #5492db;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:before {
	content: '\f0d9';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 0px;
	left: -22px;
	z-index: 1;
	line-height: 30px;
	color: #c4b598;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
	float: none;
	margin: 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
	margin: 0;
	width: 60px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
	padding: 6px 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
	border-radius: 0;
	margin: 3px 8px;
	background: #ddd;
	height: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
	background: #5492db;
	height: 10px;
	top: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
	width: 25px;
	height: 25px;
	background: #c4b598;
	margin-left: -12px;
	top: 50%;
	margin-top: -12px;
	z-index: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last {
	border: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last ol {
	margin-bottom: 0px;
}
#sns_content .sns-productlist.style-default .item .item-inner {
	padding: 8px 15px;
	min-height: 85px;
}
#sns_content .sns-productlist .block-content {
	padding: 5px 0 20px;
}
#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box a.product-image {
	border: none;
}
#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box .product-image {
	border: 1px solid #ddd;
}
#sns_content .sns-productlist .block-content .item .item-inner:before, #sns_content .sns-productlist .block-content .item .item-inner:after {
	content: " ";
	display: table;
}
#sns_content .sns-productlist .block-content .item .item-inner:after {
	clear: both;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-box {
	float: left;
	margin-right: 10px;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-box a.product-image {
	border: none;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-box .product-image {
	border: 1px solid transparent;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	overflow: hidden;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-title {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
#sns_content .sns-productlist .block-content .item .ratings {
	display: none;
}
#sns_content .sns-productlist .block-content .item .ratings .amount {
	display: none;
}
#sns_content .sns-productlist .block-content .item .more-info {
	overflow: hidden;
}
.my-account {
	border: 1px solid #ddd;
	padding: 15px;
}
.my-account .dashboard .box-content {
	padding: 0px;
}
.my-account .box-head h2 {
	margin: 20px 0 0;
	font-size: 125%;
	text-transform: capitalize;
}
.my-account .box .box-title {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 12px 0;
}
.my-account .box .box-title h3 {
	margin: 0;
	font-size: 110%;
	text-transform: capitalize;
}
.my-account .box .box-title > a {
	position: absolute;
	right: 0px;
	top: 12px;
}
.my-account button.btn-cart {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px 5px 40px;
	position: relative;
	font-size: 100%;
	border-color: #c4b598;
	background: #c4b598;
	color: #fff;
}
.my-account button.btn-cart i {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
	line-height: 30px;
	font-size: 16px;
	padding-left: 15px;
}
.my-account button.btn-cart:hover {
	border-color: #5492db;
	background: #5492db;
	color: #fff;
}
.my-account button.btn-cart:hover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #5492db transparent transparent;
}
.slider-inner .pull-right small {
	font-size: 13px;
}
.slider-inner .pull-right small .fa {
	padding-right: 2px;
}
.sns-product-detail .row-img {
	margin-bottom: 30px;
}
.sns-product-detail .staticblock {
	padding-top: 30px;
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev, .sns-product-detail .sns_product_qv_img .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	font-size: 30px;
	margin-top: -15px;
	color: #ccc;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev:hover, .sns-product-detail .sns_product_qv_img .owl-buttons .owl-next:hover {
	color: #c4b598;
	opacity: 1;
	filter: alpha(opacity=100);
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-next {
	right: 10px;
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev {
	left: 10px;
}
.sns-product-detail .sns_product_img .product-image-zoom {
	border: 1px solid #eaeaea;
	overflow: hidden;
}
.sns-product-detail .sns_product_img .zoomWrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sns-product-detail .sns_product_img .product-image-zoom {
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.sns-product-detail .sns_product_img .product-image-zoom .cloud-zoom {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
}
.sns-product-detail .sns_product_img .more-views {
	position: relative;
	z-index: 1;
	margin: 0 -5px 0px;
}
.sns-product-detail .sns_product_img .more-views:hover .prev, .sns-product-detail .sns_product_img .more-views:hover .next {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sns-product-detail .sns_product_img .more-views:hover .prev {
	left: 5px;
}
.sns-product-detail .sns_product_img .more-views:hover .next {
	right: 4px;
}
.sns-product-detail .sns_product_img .more-views .prev, .sns-product-detail .sns_product_img .more-views .next {
	display: block;
	position: absolute;
	top: 48%;
	margin-top: -15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: #fff;
	color: #ccc;
	border: 1px solid #eaeaea;
	z-index: 999;
}
.sns-product-detail .sns_product_img .more-views .prev i, .sns-product-detail .sns_product_img .more-views .next i {
	width: 32px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.sns-product-detail .sns_product_img .more-views .prev:hover, .sns-product-detail .sns_product_img .more-views .next:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns-product-detail .sns_product_img .more-views .prev {
	left: 15px;
}
.sns-product-detail .sns_product_img .more-views .next {
	right: 15px;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img {
	padding: 0 5px;
	text-align: center;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery {
	display: block;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery img {
	border: 1px solid #eaeaea;
	background: #fff;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery.active img, .sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery:hover img {
	border-color: #c4b598;
}

@media (max-width: 991px) {
.sns-product-detail .sns_product_img {
	margin-bottom: 30px;
}
}
.sns-product-detail .product-name {
	font-size: 166%;
	margin-bottom: 3px;
	color: #666;
}
.sns-product-detail .product-name a {
	font-family: Titillium Web;
}
.sns-product-detail .ratings, .sns-product-detail .no-rating {
	margin-bottom: 15px;
}
.sns-product-detail .availability {
	display: inline-block;
	vertical-align: middle;
}
.sns-product-detail #product-options-wrapper {
	margin: 0 0 5px;
	position: relative;
}
.sns-product-detail #product-options-wrapper > dl {
	margin: 0;
}
.sns-product-detail #product-options-wrapper p.required {
	margin: 0;
	color: #ec3d3d;
	position: absolute;
	right: 0;
	top: 0px;
	color: #fe6d4c;
}
.sns-product-detail #product-options-wrapper label {
	padding: 5px 0;
}
.sns-product-detail #product-options-wrapper label.required em {
	color: #fe6d4c;
}
.sns-product-detail #product-options-wrapper .input-box select {
	width: 100%;
	padding: 6px;
	height: auto;
	line-height: 150%;
	position: relative;
	background: #eee;
	color: #666;
}
.sns-product-detail #product-options-wrapper .input-box select:before {
	content: '';
}
.sns-product-detail .add-to-box {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 23px;
	margin-top: 10px;
	background: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.sns-product-detail .add-to-box.product-options-bottom .price-box {
	padding: 25px 0 15px;
	display: none;
}
.sns-product-detail .add-to-box .add-to-cart {
	margin-bottom: 15px;
	float: left;
}
.sns-product-detail .add-to-box .add-to-cart > label {
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	font-family: Titillium Web;
}
.sns-product-detail .add-to-box .add-to-cart > .input-text.qty {
	width: 35px;
	height: 35px;
	text-align: center;
	color: #666;
	line-height: 20px;
	margin-right: 10px;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	margin-right: 18px;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container button {
	display: inline-block;
	vertical-align: middle;
	border: none;
	color: #333;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 18px;
	float: left;
	font-weight: bold;
	border-radius: 0px;
	background: none;
	font-family: Times New Roman !important;
	border: 1px solid #eaeaea;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-decrease {
	background: url(../images/qty-.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-decrease:hover {
	background: url(../images/qty--.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c4b598;
	border-color: #c4b598;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-increase {
	background: url(../images/qty+.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-increase:hover {
	background: url(../images/qty++.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c4b598;
	border-color: #c4b598;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container input {
	display: inline-block;
	vertical-align: middle;
	background: none;
	color: #666;
	float: left;
	border: none;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 35px;
	height: 35px;
}
.sns-product-detail .add-to-box .add-to-cart .qty-container input.qty {
	width: 35px;
	height: 35px;
	width: 38px;
	text-align: center;
}
.sns-product-detail .add-to-box .add-to-cart .btn-cart {
	height: 36px;
	background: #c4b598;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 45px;
	padding-bottom: 2px;
	font-weight: bold;
}
.sns-product-detail .add-to-box .add-to-cart .btn-cart i {
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.sns-product-detail .add-to-box .add-to-cart .btn-cart span {
	display: inline-block;
	vertical-align: middle;
}
.sns-product-detail .add-to-box .add-to-cart .btn-cart:hover {
	background: #c4b598;
}
.sns-product-detail .add-to-box .add-to-cart .btn-cart:hover i {
	animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-webkit-animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-o-animation: 1.3s ease-out 75ms normal none 1 running wobble;
}
.sns-product-detail .add-to-box .add-to-links {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 12px;
	height: 36px;
}
.sns-product-detail .add-to-box .add-to-links li {
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.sns-product-detail .add-to-box .add-to-links .separator {
	display: none;
}
.sns-product-detail .add-to-box .link-wishlist, .sns-product-detail .add-to-box .link-compare, .sns-product-detail .add-to-box .email-friend {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background: #c4b598;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	text-align: center;
	color: #666;
	border: 1px solid #eaeaea;
	background: none;
}
.sns-product-detail .add-to-box .link-wishlist:before, .sns-product-detail .add-to-box .link-compare:before, .sns-product-detail .add-to-box .email-friend:before {
	text-align: center;
	width: 36px;
	height: 36px;
	display: block;
	font-size: 12px;
}
.sns-product-detail .add-to-box .link-wishlist:hover, .sns-product-detail .add-to-box .link-compare:hover, .sns-product-detail .add-to-box .email-friend:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns-product-detail .add-to-box .link-wishlist:before {
	content: '\f004';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.sns-product-detail .add-to-box .link-compare {
	border-left: none;
	border-right: none;
}
.sns-product-detail .add-to-box .link-compare:before {
	content: '\f074';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.sns-product-detail .add-to-box .email-friend:before {
	content: '\f0e0';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.sns-product-detail .product-shop form {
	margin: 0 0;
}
.sns-product-detail .product-shop form .rating-links {
	margin: 0;
}
.sns-product-detail .product-shop .price-box {
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
}
.sns-product-detail .product-shop .price-box .old-price .price {
	font-size: 100%;
	font-weight: normal;
}
.sns-product-detail .product-shop .price-box .special-price .price {
	font-size: 150%;
}
.sns-product-detail .product-shop .price-box .regular-price .price {
	font-size: 150%;
}
.sns-product-detail .product-shop .price-box .full-product-price .price {
	font-size: 150%;
}
.sns-product-detail .product-shop .grouped-items-table .input-text.qty {
	width: 50px;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .old-price {
	margin: 0 0 0 5px;
	font-size: 95%;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .old-price .price {
	font-size: 95%;
	font-weight: normal;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .special-price {
	font-size: 100%;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .special-price .price {
	font-size: 120%;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .regular-price .price {
	font-size: 100%;
}
.sns-product-detail .product-shop .add-to-box {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 23px;
	margin-top: 10px;
	background: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.sns-product-detail .product-shop .add-to-box.product-options-bottom .price-box {
	padding: 25px 0 15px;
	display: none;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart {
	margin-bottom: 15px;
	float: left;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart > label {
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	font-family: Titillium Web;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart > .input-text.qty {
	width: 35px;
	height: 35px;
	text-align: center;
	color: #666;
	line-height: 20px;
	margin-right: 10px;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	margin-right: 18px;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button {
	display: inline-block;
	vertical-align: middle;
	border: none;
	color: #333;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 18px;
	float: left;
	font-weight: bold;
	border-radius: 0px;
	background: none;
	font-family: Times New Roman !important;
	border: 1px solid #eaeaea;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button.qty-decrease {
	background: url(../images/qty-.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button.qty-decrease:hover {
	background: url(../images/qty--.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c4b598;
	border-color: #c4b598;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button.qty-increase {
	background: url(../images/qty+.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button.qty-increase:hover {
	background: url(../images/qty++.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c4b598;
	border-color: #c4b598;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container input {
	display: inline-block;
	vertical-align: middle;
	background: none;
	color: #666;
	float: left;
	border: none;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 35px;
	height: 35px;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container input.qty {
	width: 35px;
	height: 35px;
	width: 38px;
	text-align: center;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart {
	height: 36px;
	background: #c4b598;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 45px;
	padding-bottom: 2px;
	font-weight: bold;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart i {
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart span {
	display: inline-block;
	vertical-align: middle;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart:hover {
	background: #c4b598;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart:hover i {
	animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-webkit-animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-o-animation: 1.3s ease-out 75ms normal none 1 running wobble;
}
.sns-product-detail .product-shop .add-to-box .add-to-links {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 12px;
	height: 36px;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li {
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.sns-product-detail .product-shop .add-to-box .add-to-links .separator {
	display: none;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist, .sns-product-detail .product-shop .add-to-box .link-compare, .sns-product-detail .product-shop .add-to-box .email-friend {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background: #c4b598;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	text-align: center;
	color: #666;
	border: 1px solid #eaeaea;
	background: none;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist:before, .sns-product-detail .product-shop .add-to-box .link-compare:before, .sns-product-detail .product-shop .add-to-box .email-friend:before {
	text-align: center;
	width: 36px;
	height: 36px;
	display: block;
	font-size: 12px;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist:hover, .sns-product-detail .product-shop .add-to-box .link-compare:hover, .sns-product-detail .product-shop .add-to-box .email-friend:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist:before {
	content: '\f004';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.sns-product-detail .product-shop .add-to-box .link-compare {
	border-left: none;
	border-right: none;
}
.sns-product-detail .product-shop .add-to-box .link-compare:before {
	content: '\f074';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.sns-product-detail .product-shop .add-to-box .email-friend:before {
	content: '\f0e0';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.sns-product-detail .product-shop .price-rating {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin: 0 0 15px;
	padding: 5px 0;
}
.sns-product-detail .product-shop .price-rating .price-box {
	float: left;
}
.sns-product-detail .product-shop .price-rating .price-box .price {
	line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings, .sns-product-detail .product-shop .price-rating .no-rating {
	float: right;
	margin: 0 0;
	line-height: 32px;
	height: 32px;
	padding-left: 12px;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-box, .sns-product-detail .product-shop .price-rating .no-rating .rating-box {
	float: left;
	margin: 9px 8px 0 0;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-links, .sns-product-detail .product-shop .price-rating .no-rating .rating-links {
	float: left;
	line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings-table {
	margin-left: 15px;
	margin-bottom: 0px;
	float: right;
}
.sns-product-detail .product-shop .price-rating .ratings-table th {
	text-align: right;
	padding-right: 10px;
}
.sns-product-detail .product-shop .price-rating .ratings-table .rating-box {
	margin: 0 0;
}
.sns-product-detail .product-shop .price-rating a.nobr {
	float: right;
}
.sns-product-detail .product-shop .addthis_sharing_toolbox:before, .sns-product-detail .product-shop .addthis_sharing_toolbox:after {
	content: " ";
	display: table;
}
.sns-product-detail .product-shop .addthis_sharing_toolbox:after {
	clear: both;
}
.sns-product-detail .product-shop .short-description {
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 18px;
	padding-top: 22px;
	background: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.sns-product-detail .product-shop .short-description h2 {
	font-size: 100%;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: Titillium Web;
}
.sns-product-detail .product-shop .short-description p {
	margin: 0 0;
}
.sns-product-detail .product-shop dt label {
	color: #666;
	font-weight: normal;
}
.sns-product-detail #review-form .data-table tbody th {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.sns-product-detail #review-form .data-table tbody td {
	text-align: center;
}
.sns-product-detail #review-form ul.form-list {
	margin: 10px 0 0;
	list-style: none;
	padding: 0;
}
.sns-product-detail #review-form ul.form-list .input-box textarea {
	width: 240px;
}
.sns-product-detail #review-form ul.form-list .input-box .input-text {
	margin-bottom: 5px;
}
.sns-product-detail #review-form ul.form-list label {
	margin-bottom: 0;
}
.sns-product-detail #review-form .buttons-set .button {
	float: left;
	margin: 0 0;
}
.sns-product-detail .box-reviews .pager {
	background: none repeat scroll 0 0 #efefef;
	border: 1px solid #e9e9e9;
	padding: 5px 10px;
	margin: 15px 0;
}
.sns-product-detail .box-reviews dl {
	padding-left: 10px;
}
.sns-product-detail .box-reviews dl dt {
	padding: 15px 0 10px;
	margin: 0;
}
.sns-product-detail .box-reviews dl dt:first-child {
	padding-top: 0;
}
.sns-product-detail .ratings-table {
	margin-bottom: 5px;
}
.sns-product-detail .ratings-table th {
	padding-right: 15px;
}
.sns-product-detail .nobr[href="#customer-reviews"] {
	margin-bottom: 15px;
	display: inline-block;
}
.sns-product-detail #sns_tab_products {
	margin-bottom: 30px;
}
.sns-product-detail #sns_tab_products ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border: 1px solid #eaeaea;
	border-bottom: none;
}
.sns-product-detail #sns_tab_products ul.nav-tabs:before, .sns-product-detail #sns_tab_products ul.nav-tabs:after {
	content: " ";
	display: table;
}
.sns-product-detail #sns_tab_products ul.nav-tabs:after {
	clear: both;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li {
	display: block;
	margin: 0;
	float: left;
	margin-bottom: -1px;
	margin-top: -1px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li:first-child, .sns-product-detail #sns_tab_products ul.nav-tabs > li.tabdrop + li {
	margin-left: -1px;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li:first-child > a, .sns-product-detail #sns_tab_products ul.nav-tabs > li.tabdrop + li > a {
	border-width: 1px;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li:hover, .sns-product-detail #sns_tab_products ul.nav-tabs > li.active {
	border-color: #c4b598;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li:hover > a, .sns-product-detail #sns_tab_products ul.nav-tabs > li.active > a {
	background: #c4b598;
	color: #fff;
	line-height: 54px;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li > a {
	color: #666;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	background: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px;
	margin-right: 0 !important;
	border-radius: 0;
	font-weight: bolder;
	color: #333;
	border: none;
	line-height: 54px;
	font-family: Titillium Web;
}
.sns-product-detail #sns_tab_products .tab-content {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 15px 20px;
}
.sns-product-detail #sns_tab_products .tab-content h2, .sns-product-detail #sns_tab_products .tab-content h3, .sns-product-detail #sns_tab_products .tab-content h4 {
	text-transform: uppercase;
	margin-top: 0;
	color: #111;
	font-weight: normal;
}
.sns-product-detail #sns_tab_products .tab-content h2 {
	font-size: 130%;
}
.sns-product-detail #sns_tab_products .tab-content h3 {
	font-size: 120%;
}
.sns-product-detail #sns_tab_products .tab-content h4 {
	font-size: 100%;
}
.sns-product-detail #sns_tab_products .tab-content label {
	font-weight: bold;
}
.sns-product-detail #sns_tab_products .tab-content ul.product-tags {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.sns-product-detail #sns_tab_products .tab-content ul.product-tags li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.sns-product-detail #sns_tab_products .tab-content tbody td.label {
	width: 20%;
}
.sns-product-detail #sns_tab_products .tab-content .validation-advice {
	display: none;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm {
	margin: 0 0 10px;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm .input-box input {
	float: left;
	margin: 0 10px 5px 0;
	padding: 6px 10px 6px;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm button.button {
	clear: both;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm .validation-advice {
	float: left;
	width: 100%;
	line-height: normal;
}
.sns-product-detail #sns_tab_products .tab-content .box-tags h2 {
	display: none;
}
.sns-product-detail #customer-reviews .pager p.amount {
	float: left;
	margin: 0 0;
	line-height: 24px;
}
.sns-product-detail #customer-reviews .pager .limiter {
	float: right;
}
.sns-product-detail #customer-reviews .pager .limiter label {
	float: left;
	margin: 0 8px 0 0;
	line-height: 24px;
}
.sns-product-detail #customer-reviews .pager .limiter select {
	width: 60px;
	height: 24px;
	line-height: 24px;
	padding: 2px;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.sns-product-detail #review-form {
	margin: 0px;
}
.sns-product-detail #review-form td.value {
	text-align: center;
}
.sns-product-detail #review-form td.value input {
	display: inline-block;
}
#confirmbox {
	border: 2px solid #686868;
}
#confirmbox .add-to-cart {
	margin: 0 0 !important;
}
#confirmbox .head-cfbox .product-title {
	font-weight: bold;
	color: #333;
}
#confirmbox .product-name a {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
#confirmbox .product-name a:hover {
	color: #c4b598;
}
#confirmbox .cf-producinfo .product-image {
	border: none;
}
#confirmbox #bottom-cfbox {
	padding-top: 20px;
}
#confirmbox #bottom-cfbox .btn {
	font-size: 100%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
	padding: 6px 24px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
	border: 1px solid #ccc;
	background: #f7f7f9;
}
#confirmbox #bottom-cfbox .btn:hover {
	background-color: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
#confirmbox #cout_down {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0 5px;
	color: #fff;
	background: #686868;
}
#confirmbox .product-shop table.grouped-items-table {
	margin-bottom: 0;
}
.postWrapper {
	padding: 0 0 20px;
}
.postWrapper .postTitle {
	border: none;
	margin-bottom: 10px;
}
.postWrapper .postTitle h2 {
	line-height: 24px;
	font-size: 150%;
}
.postWrapper .postTitle h2 a:hover {
	color: #c4b598;
}
.postWrapper .postTitle h3 {
	line-height: normal;
	font-size: 91.5%;
	font-weight: normal;
}
.postWrapper .postTitle.title-detail h2 {
	font-size: 116.7%;
	margin: -3px 0 0;
	text-transform: uppercase;
	color: #333;
}
.postWrapper .postContent {
	padding-bottom: 5px;
}
.postWrapper .aw-blog-read-more {
	display: none;
}
.postWrapper .post-info {
	padding: 3px 0;
	border-top: 1px solid #dfdfdf;
}
.postWrapper .postDetails h4.poster {
	font-size: 100%;
	line-height: normal;
}
.postWrapper .postDetails .create-time {
	margin: 0 0;
}
.cmt-heading h2 {
	font-size: 125%;
	line-height: 24px;
}
.commentWrapper h4.username {
	font-size: 100%;
	line-height: normal;
	color: #c4b598;
}
#postComment h4.legend {
	font-weight: normal;
	font-size: 125%;
}
#postComment .commentDetails {
	margin: 0 0;
}
#postComment ul.form-list {
	list-style: none;
	margin: 0 0;
}
#postComment ul.form-list .input-box {
	margin-bottom: 20px;
}
#postComment ul.form-list .input-box input.input-text {
	margin: 0 0;
	padding: 5px 10px;
	max-width: 215px;
}
#postComment ul.form-list .input-box textarea {
	margin: 0 0;
}
#postComment ul.form-list .input-box .validation-advice {
	margin-top: 3px;
}
#postComment ul.form-list .input-box label {
	color: #333;
	display: none;
}
.shop-policy {
	margin-bottom: 30px;
}
.shop-policy li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.shop-policy li i {
	color: #666;
}
.shop-policy li h4 {
	font-weight: normal;
}
.zoomContainer {
	z-index: 10px !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.swatch-attr .selected {
	border: 1px solid #000;
	padding: 5px;
}
.elevatezoom-gallery img {
	width: 90px;
	max-width: 100%;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr, .sns-product-detail #product-options-wrapper dl dd.swatch-attr {
	margin: 0 0 3px;
	display: block;
	width: 100%;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr label {
	margin: 0 0;
	padding: 0 0;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .select-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .select-label {
	color: #c4b598;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list {
	padding: 0 0;
	list-style: none;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li {
	display: inline-block;
	float: left;
	margin: 0 3px 0 0;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-label {
	background: #f4f4f4;
	border: 1px solid #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-label img, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-label img {
	vertical-align: middle;
	display: block;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-link, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-link {
	border: 1px solid #ccc;
	display: block;
	position: relative;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-link .x, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-link .x {
	background: url("../images/bg_x.png") no-repeat center center;
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: 0;
	z-index: 1;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-link:hover, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-link:hover {
	border-color: #c4b598;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available .swatch-link, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available .swatch-link {
	border-color: #ededed;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available .swatch-link .x, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available .swatch-link .x {
	display: block;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.selected, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.selected {
	padding: 0;
	border: none;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.selected a, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.selected a {
	border-color: #c4b598;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available {
	opacity: 0.3;
	position: relative;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available a, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available a {
	border-color: #eaeaea;
}
.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available a .swatch-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available a .swatch-label {
	background: #fff;
}
.no-breadcrumbs #sns_menu {
	margin-bottom: 30px;
}
.cms-home #sns_menu {
	margin-bottom: 50px;
}
.cms-home #sns_content {
	margin: 0 0 50px;
}
#sns_promotions {
	position: relative;
	z-index: 2;
	margin: 0 0 50px;
}
#sns_productswrap {
	padding: 0 0;
}
#sns_productswrap .sns-slider {
	margin-bottom: 25px;
}
#sns_productswrap .sns-slider .owl-wrapper {
	margin: 10px 0 0;
}
#sns_header {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
#sns_header.transparent #sns_menu {
	background: none;
}
#sns_header.solid {
	margin-bottom: 30px;
}
#sns_header.solid #sns_slideshow {
	min-height: 0px !important;
}
#sns_header.solid #sns_mainnav #sns_custommenu ul.mainnav li a, #sns_header.solid .tongle, #sns_header.solid #sns_mommenu > span.btn-navbar, #sns_header.solid .tongle .fa {
	color: #333 !important;
}
#sns_header .sns_header_top {
	background: #c4b598;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 39px;
}
#sns_header .sns_header_top .sns_module {
	display: block;
	width: 100%;
}
#sns_header .sns_header_top > div > * {
	display: inline-block;
	vertical-align: middle;
}
#sns_header .sns_header_top .mysetting:hover .tongle, #sns_header .sns_header_top .mycart:hover .tongle {
	cursor: pointer;
}
#sns_header .sns_header_top .mysetting:hover .tongle .fa:after, #sns_header .sns_header_top .mycart:hover .tongle .fa:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_header .sns_header_top .mysetting:hover .content, #sns_header .sns_header_top .mycart:hover .content {
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
}
#sns_header .sns_header_top .mysetting .tongle, #sns_header .sns_header_top .mycart .tongle {
	font-size: 100%;
	color: #fff;
}
#sns_header .sns_header_top .mysetting .tongle .fa, #sns_header .sns_header_top .mycart .tongle .fa {
	position: relative;
}
#sns_header .sns_header_top .mysetting .tongle .fa:before, #sns_header .sns_header_top .mycart .tongle .fa:before {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	display: block;
	height: 38px;
	width: 15px;
	line-height: 38px;
	border-radius: 4px;
	text-align: center;
}
#sns_header .sns_header_top .mysetting .tongle .fa:after, #sns_header .sns_header_top .mycart .tongle .fa:after {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#sns_header .sns_header_top .mysetting .content, #sns_header .sns_header_top .mycart .content {
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	min-width: 120px;
	background: #fff;
	z-index: 9999;
	padding: 0 !important;
	border: 1px solid #eaeaea;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 120%;
}
#sns_header .sns_header_top .mysetting .content:after, #sns_header .sns_header_top .mysetting .content:before, #sns_header .sns_header_top .mycart .content:after, #sns_header .sns_header_top .mycart .content:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#sns_header .sns_header_top .mysetting .content:after, #sns_header .sns_header_top .mycart .content:after {
	border-color: rgba(255,255,255,0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
#sns_header .sns_header_top .mysetting .content:before, #sns_header .sns_header_top .mycart .content:before {
	border-color: rgba(234,234,234,0);
	border-bottom-color: #eaeaea;
	border-width: 7px;
	margin-left: -7px;
}
#sns_header .sns_header_top .mysetting .content ul, #sns_header .sns_header_top .mycart .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_header .sns_header_top .mysetting .content ul li, #sns_header .sns_header_top .mycart .content ul li {
	min-height: 30px;
	line-height: 30px;
}
#sns_header .sns_header_top .mysetting .content ul li a:hover, #sns_header .sns_header_top .mycart .content ul li a:hover {
	color: #333;
}
#sns_header .sns_header_top .mysetting .content ul li i, #sns_header .sns_header_top .mycart .content ul li i {
	display: none;
}
#sns_header .sns_header_top .mysetting .content ul li a, #sns_header .sns_header_top .mycart .content ul li a {
	padding: 0 0 0 10px;
	display: block;
	width: 100%;
}
#sns_header .sns_header_top .mysetting .content ul li a.selected, #sns_header .sns_header_top .mycart .content ul li a.selected {
	background: #f5f5f5;
}
#sns_header .sns_header_top .mysetting .content ul li a:hover, #sns_header .sns_header_top .mycart .content ul li a:hover {
	background: #ccc;
}
#sns_header .sns_header_top .mysetting .content ul li:last-child a, #sns_header .sns_header_top .mycart .content ul li:last-child a {
	border: none;
}
#sns_header .sns_header_top .mysetting {
	display: inline-block;
	position: relative;
}
#sns_header .sns_header_top .mysetting .content {
	padding: 15px;
}
#sns_header .sns_header_top .mysetting .content > span {
	color: #333;
	text-transform: uppercase;
	padding: 0 0 5px;
	display: block;
}
#sns_header .sns_header_top .mysetting .content .list-lang {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#sns_header .sns_header_top .mysetting .content .list-lang img {
	margin-right: 5px;
}
#sns_header .sns_header_top .mysetting .content li > span {
	color: #5492db;
}
#sns_header .sns_header_top .myaccount .content ul.links {
	padding: 5px 0;
}
#sns_header .sns_header_top .myaccount .content ul.links li a:before {
	margin-right: 5px;
	width: 14px !important;
	text-align: center;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-myaccount:before {
	content: '\f007';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-wishlist:before {
	content: '\f08a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-cart:before {
	content: '\f07a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-checkout:before {
	content: '\f046';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-login:before {
	content: '\f084';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-logout:before {
	content: '\f023';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}
#sns_header .sns_header_top .myaccount .content ul.links li a.top-link-myaccount:before {
	font-size: 16px;
}
#sns_header .sns_header_top .language-switcher.mysetting {
	margin-right: 12px;
}
#sns_header .sns_header_top .language-switcher img {
	float: left;
	margin-right: 5px;
	margin-top: 12px;
}
#sns_header .sns_header_top .language-switcher #select-language img {
	margin-top: 10px;
	margin-right: 7px;
}
#sns_header .sns_header_top .header-setting {
	display: inline-block;
}
#sns_header .sns_header_top .header-setting .module-setting {
	display: inline-block;
}
#sns_header .sns_header_top .header-setting .tongle {
	line-height: 36px;
	height: 39px;
	padding-right: 32px;
	position: relative;
}
#sns_header .sns_header_top .header-setting .tongle:before {
	position: absolute;
	content: "";
	background: #ccc;
	width: 1px;
	height: 15px;
	top: 12px;
	right: 0;
}
#sns_header .sns_header_top .header-setting .tongle:after {
	position: absolute;
	content: "ď";
	font-family: FontAwesome;
	top: 0px;
	right: 18px;
	line-height: 39px;
}
#sns_header .sns_header_top .header-setting .currency-switcher .tongle:before {
	display: none;
}
#sns_header .sns_header_top .header-account {
	float: right;
}
#sns_header .sns_header_top .header-account .myaccount {
	border-right: none;
	padding-right: 0px;
	color: #fff;
}
#sns_header .sns_header_top .header-account .myaccount .tongle {
	display: none;
}
#sns_header .sns_header_top .header-account .myaccount .tongle span {
	display: none;
}
#sns_header .sns_header_top .header-account .myaccount .content ul.links {
	padding: 0;
}
#sns_header .sns_header_top .header-account .myaccount .content ul.links li a {
	line-height: 37px;
}
#sns_header .sns_header_top .header-account .myaccount .customer-ct {
	display: block;
}
#sns_header .sns_header_top .header-account .myaccount .customer-ct ul {
	list-style: none;
	margin: 0;
}
#sns_header .sns_header_top .header-account .myaccount .customer-ct ul li {
	display: inline-block;
	position: relative;
	padding-left: 13px;
	margin-left: 10px;
	line-height: 37px;
	float: left;
	border-left: 1px solid #cfc4b2;
}
#sns_header .sns_header_top .header-account .myaccount .customer-ct ul li a {
	color: #fff;
}
#sns_header .sns_header_top .header-account .myaccount .customer-ct ul li:hover a {
	text-decoration: underline;
}
#sns_header .sns_header_top .language-switcher .content, #sns_header .sns_header_top .currency-switcher .content {
	left: 0 !important;
}
#sns_header #sns_menu .container_in {
	position: relative;
}
#sns_header #sns_menu .container_in:before, #sns_header #sns_menu .container_in:after {
	content: " ";
	display: table;
}
#sns_header #sns_menu .container_in:after {
	clear: both;
}
#sns_header #sns_menu h1#logo {
	margin: 0;
	line-height: 1;
	padding: 20px 0;
	float: left;
}

@media (max-width: 479px) {
#sns_header #sns_menu h1#logo {
	text-align: center;
}
}
#sns_header #sns_menu .header-menu-block {
	float: right;
}
#sns_header #sns_menu .header-menu-block #sns_mainnav {
	display: inline-block;
	vertical-align: middle;
}
#sns_header #sns_slideshow {
	min-height: 90px;
}
#sns_header #sns_header_bot {
	background: #5492db;
}
#sns_header #sns_header_bot .block_categories {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
#sns_header #sns_header_bot .block_topsearch {
	display: table-cell;
	vertical-align: top;
}
#sns_slideshow, .sns-revolutionslider-wrap {
	position: relative;
	z-index: 0;
}
#sns_slideshow ul, .sns-revolutionslider-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_slideshow .fsbg, .sns-revolutionslider-wrap .fsbg {
	background: rgba(225,225,225,0.15);
	padding: 10px 12px !important;
}
#sns_slideshow .cwhite, .sns-revolutionslider-wrap .cwhite {
	color: #fff;
}
#sns_slideshow .cred, .sns-revolutionslider-wrap .cred {
	color: #dd5858;
}
#sns_slideshow .cyellow, .sns-revolutionslider-wrap .cyellow {
	color: #5492db;
}
#sns_slideshow .fs80, .sns-revolutionslider-wrap .fs80 {
	font-size: 80px;
}
#sns_slideshow .fs70, .sns-revolutionslider-wrap .fs70 {
	font-size: 70px;
}
#sns_slideshow .fs50, .sns-revolutionslider-wrap .fs50 {
	font-size: 50px;
}
#sns_slideshow .fs40, .sns-revolutionslider-wrap .fs40 {
	font-size: 40px;
}
#sns_slideshow .fs34, .sns-revolutionslider-wrap .fs34 {
	font-size: 34px;
}
#sns_slideshow .fs30, .sns-revolutionslider-wrap .fs30 {
	font-size: 30px;
}
#sns_slideshow .fs24, .sns-revolutionslider-wrap .fs24 {
	font-size: 24px;
}
#sns_slideshow .fs20, .sns-revolutionslider-wrap .fs20 {
	font-size: 20px;
}
#sns_slideshow .fs16, .sns-revolutionslider-wrap .fs16 {
	font-size: 16px;
}
#sns_slideshow .fs13, .sns-revolutionslider-wrap .fs13 {
	font-size: 13px;
}
#sns_slideshow .fwbold, .sns-revolutionslider-wrap .fwbold {
	font-weight: bold;
}
#sns_slideshow .fwnormal, .sns-revolutionslider-wrap .fwnormal {
	font-weight: normal;
}
#sns_slideshow .tuppercase, .sns-revolutionslider-wrap .tuppercase {
	text-transform: uppercase;
}
#sns_slideshow .tleft, .sns-revolutionslider-wrap .tleft {
	text-align: left;
}
#sns_slideshow .tright, .sns-revolutionslider-wrap .tright {
	text-align: right;
}
#sns_slideshow .tcenter, .sns-revolutionslider-wrap .tcenter {
	text-align: center;
}
#sns_slideshow .btn-more, .sns-revolutionslider-wrap .btn-more {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
	background: #c4b598;
	font-size: 16px;
}
#sns_slideshow .sns-revolutionslider, .sns-revolutionslider-wrap .sns-revolutionslider {
	overflow: hidden;
}
#sns_slideshow .wrap-inner, .sns-revolutionslider-wrap .wrap-inner {
	position: relative;
}
#sns_slideshow .wrap-inner:hover .tparrows, .sns-revolutionslider-wrap .wrap-inner:hover .tparrows {
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_slideshow .wrap-inner .tparrows, .sns-revolutionslider-wrap .wrap-inner .tparrows {
	background: none;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 50px;
	height: 50px;
}
#sns_slideshow .wrap-inner .tparrows:before, .sns-revolutionslider-wrap .wrap-inner .tparrows:before {
	content: '\f104';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0,0,0,0.5);
	font-size: 32px;
	color: #fff;
}
#sns_slideshow .wrap-inner .tparrows:hover:before, .sns-revolutionslider-wrap .wrap-inner .tparrows:hover:before {
	background: #fff;
	color: #666;
}
#sns_slideshow .wrap-inner .tparrows.tp-leftarrow:before, .sns-revolutionslider-wrap .wrap-inner .tparrows.tp-leftarrow:before {
	content: "\f104";
}
#sns_slideshow .wrap-inner .tparrows.tp-rightarrow:before, .sns-revolutionslider-wrap .wrap-inner .tparrows.tp-rightarrow:before {
	content: "\f105";
}
#sns_slideshow .wrap-inner .tp-bullets .bullet, .sns-revolutionslider-wrap .wrap-inner .tp-bullets .bullet {
	width: 12px !important;
	height: 12px !important;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px !important;
	background: #fff !important;
}
#sns_slideshow .wrap-inner .tp-bullets .bullet.selected, #sns_slideshow .wrap-inner .tp-bullets .bullet:hover, .sns-revolutionslider-wrap .wrap-inner .tp-bullets .bullet.selected, .sns-revolutionslider-wrap .wrap-inner .tp-bullets .bullet:hover {
	outline: 1px solid #fff;
	outline-offset: 2px;
}
#sns_slideshow [class*='col-'], .sns-revolutionslider-wrap [class*='col-'] {
	padding-bottom: 30px;
}
.customer-banner .banner2 {
	margin-bottom: 18px;
}
.banner-home-v {
	margin-bottom: 50px;
}
#sns_content .index_block {
	margin-bottom: 50px;
}
#sns_content .index_block.row20 {
	margin-bottom: 30px;
}
#sns_content .index_block .block {
	margin-bottom: 0;
}
#sns_content .index_block.our_partners {
	margin-bottom: 0;
}
#sns_botsl {
	margin-bottom: 30px;
}
#sns_botsl2 {
	margin-bottom: 50px;
}
#sns_botsl2 .block {
	margin: 0;
}
#sns_partners {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
}
#sns_partners .sns_module {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sns_partners .block_head {
	color: #333;
	display: none;
	font-size: 145%;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 13px;
	position: relative;
	text-transform: uppercase;
}
#sns_partners .block_head .title {
	display: none;
}
#sns_partners .block_head span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#sns_partners .block_head .navslider {
	position: absolute;
	right: 0;
	top: -3px;
	z-index: 2;
	display: none;
}
#sns_partners .block_head .navslider a {
	display: inline-block;
	float: left;
	vertical-align: middle;
}
#sns_partners .block_head .navslider a i {
	color: #cdcdcd;
	font-size: 14px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 25px;
}
#sns_partners .block_head .navslider a i:hover {
	background: #c4b598;
	color: #fff;
}
#sns_partners .block_head .navslider a:hover {
	background: #5492db;
}
#sns_partners .sns_partner .block-title {
	margin-bottom: 15px;
}
#sns_partners .sns_partner .partners_slider {
	overflow: hidden;
	margin: 0 -15px;
}
#sns_partners .sns_partner .partners_slider .wrap {
	text-align: center;
	padding: 0 15px;
}
#sns_partners .sns_partner .partners_slider .wrap .wrap_in {
	position: relative;
	overflow: hidden;
}
#sns_partners .sns_partner .partners_slider .wrap .wrap_in:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#sns_partners .sns_partner .partners_slider .wrap .wrap_in:hover a:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#sns_partners .sns_partner .partners_slider .wrap a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#sns_partners .sns_partner .partners_slider .wrap a img {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	position: relative;
	z-index: 2;
}
#sns_footer_top a, #sns_footer_middle a {
	text-decoration: none;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#sns_footer_top a:hover, #sns_footer_middle a:hover {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	color: #c4b598;
}
#sns_footer_top h3, #sns_footer_middle h3 {
	margin-bottom: 15px;
}
#sns_footer_top .column, #sns_footer_middle .column {
	padding-bottom: 25px;
}
#sns_footer_top ul, #sns_footer_middle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sns_footer_top ul li, #sns_footer_middle ul li {
	padding: 3px 0;
}
#sns_footer_top .fa-ul, #sns_footer_middle .fa-ul {
	padding-left: 20px;
}
#sns_footer_top .fa-ul li .fa-li, #sns_footer_middle .fa-ul li .fa-li {
	margin-top: 3px;
	font-size: 120%;
}
#sns_footer_top {
	padding: 0 0 0 0;
}
#sns_footer_top .container_in {
	padding-bottom: 10px;
}
#sns_footer_top .container_in > .row > [class*="col-"] {
	padding-bottom: 20px;
}
#sns_footer_top h6 {
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Titillium Web;
}
#sns_footer_top .block-subscribe p {
	margin-bottom: 18px;
}
#sns_footer_top .block-subscribe .input-box {
	width: 100%;
}
#sns_footer_top .block-subscribe .input-box .input_warp {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#sns_footer_top .block-subscribe .input-box .input_warp input {
	width: 100%;
	height: 36px;
}
#sns_footer_top .block-subscribe .input-box .button_warp button {
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	height: 30px;
	text-align: center;
	padding: 0 15px;
	position: relative;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: #c4b598;
	border-color: #c4b598;
	font-weight: bold;
}
#sns_footer_top .block-subscribe .input-box .button_warp button:hover {
	opacity: 0.7;
}
#sns_footer_top .sns-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-size: 30px;
}
#sns_footer_top .sns-social ul a {
	color: #000;
}
#sns_footer_top .sns-social ul li {
	display: inline-block;
	vertical-align: middle;
}
#sns_footer_top .sns-social ul li .fa {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#sns_footer_top .sns-social ul li .fa:hover {
	color: #5492db;
}
#sns_footer_top .contact_us .fa-ul {
	padding-left: 42px;
}
#sns_footer_top .contact_us .fa-ul li {
	min-height: 40px;
	margin-bottom: 8px;
}
#sns_footer_top .contact_us .fa-ul .fa-li {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 100%;
	left: -45px;
	line-height: 30px;
	color: #888;
	font-size: 13px;
	top: 4px;
	padding-left: 3px;
}
#sns_footer_top .contact_us p {
	margin-bottom: 0px;
}
#sns_footer_middle {
	padding: 30px 0 20px;
}
#sns_footer_middle .column {
	margin-bottom: 20px;
	max-height: 200px;
	overflow: hidden;
}
#sns_footer_bottom {
	padding: 16px 0 20px 0;
	color: #666;
	background: #fff;
}
#sns_footer_bottom .sns-copyright {
	margin: 0;
	padding-top: 12px;
}
#sns_footer_bottom .sns-copyright a {
	color: #666;
}
#sns_footer_bottom .sns-copyright a:hover {
	color: #c4b598;
}
#sns_footer_bottom .payment {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 8px;
	text-align: right;
}
#sns_footer_bottom .payment li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}
#sns_footer_bottom .payment li a {
	font-size: 25px;
	color: #fff;
}
#sns_footer_bottom .payment li a:hover {
	color: #5492db;
}
#sns_footer_map {
	position: relative;
}
#sns_footer_map .btn_gmap {
	background: #c4b598;
	display: block;
	font-size: 100%;
	left: 50%;
	margin-left: -80px;
	padding: 8px 20px 8px 15px;
	position: absolute;
	text-transform: uppercase;
	top: -15px;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}
#sns_footer_map .btn_gmap:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #c4b598 transparent transparent transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_footer_map .btn_gmap:before {
	content: '\f124';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
	z-index: 2;
	-webkit-animation-name: iconmap;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-moz-animation-name: iconmap;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-o-animation-name: iconmap;
	-o-animation-duration: 0.6s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.1s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
	animation-name: iconmap;
	animation-duration: 0.6s;
	animation-timing-function: linear;
	animation-delay: 0.1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}
#sns_footer_map .btn_gmap:hover {
	background: #5492db;
}
#sns_footer_map .btn_gmap:hover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #5492db transparent transparent transparent;
}
#sns_header_logo #logo {
	padding-top: 25px;
}
#sns_header_logo #logo a {
	font-family: Intro;
	font-size: 45px;
	font-weight: normal;
	color: #333;
}
#sns_header_logo #logo:hover a {
	color: #c4b598;
}
.policy .policy_custom {
	padding: 30px 10px 30px 52px;
	text-align: left;
	position: relative;
	margin-bottom: 15px;
}
.policy .policy_custom .policy-titile {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.policy .policy_custom .policy-ct {
	line-height: 16px;
	margin-bottom: 0;
	color: #666;
}
.policy .policy_custom .policy-icon {
	position: absolute;
	left: 0px;
	top: 32px;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: #eaeaea;
}
.policy .policy_custom .policy-icon:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #c4b598;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 2;
}
.policy .policy_custom .policy-icon em {
	font-size: 138%;
	line-height: 40px;
	color: #666;
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: center;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.policy .policy_custom:hover {
	cursor: pointer;
}
.policy .policy_custom:hover .policy-titile, .policy .policy_custom:hover .policy-ct {
	color: #000;
}
.policy .policy_custom:hover .policy-icon:before {
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.policy .policy_custom:hover .policy-icon em {
	color: #fff;
}
#sns_menu {
	min-height: 50px;
	position: relative;
}
#sns_menu .sns_mainmenu {
	position: relative;
	min-height: 56px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
}
#sns_menu .sns_mainmenu:before {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
}
#sns_menu #sns_mainnav {
	float: left;
}
#sns_menu .sns_menu_right {
	float: right;
}
#sns_menu .sns_menu_right .block_topsearch {
	display: inline-block;
}
#sns_menu .sns_menu_right .block_topsearch .top-search {
	position: absolute;
	background: #fff;
	top: 3px;
	left: 0;
	width: 100%;
	line-height: 40px;
	height: 50px;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.05s ease;
	transition: all 0.05s ease;
	-moz-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
}
#sns_menu .sns_menu_right .block_topsearch .top-search:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#sns_menu .sns_menu_right .block_topsearch .icon-search {
	float: right;
	line-height: 50px;
}
#sns_menu .sns_menu_right .block_topsearch .icon-search:before {
	display: block;
	content: '\f002';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
#sns_menu .sns_menu_right .block_topsearch .icon-search:hover:before {
	color: #c4b598;
}
#sns_menu .sns_menu_right .block_topsearch .icon-search:hover + .top-search {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#sns_menu .sns_menu_right .block_topsearch .top-cart {
	float: right;
}
.mycart {
	float: right;
	position: relative;
	line-height: 50px;
	padding-left: 16px;
}
.mycart:before {
	position: absolute;
	content: "";
	background: #eaeaea;
	width: 1px;
	height: 21px;
	top: 13px;
	left: 0;
}
.mycart:hover .tongle {
	cursor: pointer;
}
.mycart:hover .tongle .fa:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mycart:hover .content {
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
}
.mycart .tongle {
	color: #666 !important;
}
.mycart .tongle span {
	font-size: 13px;
}
.mycart .tongle .total-itemprice span {
	color: #333;
}
.mycart .tongle .summary .amount span {
	color: #666;
}
.mycart .tongle .summary .subtotal {
	display: none;
}
.mycart .tongle .summary .price {
	color: #333;
}
.mycart .tongle .fa {
	position: relative;
	color: #666 !important;
	margin-right: 6px;
	float: left;
	font-size: 14px;
	line-height: 50px;
}
.mycart .tongle .fa:before {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	display: block;
	text-align: center;
}
.mycart .tongle .fa:after {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.mycart .tongle .summary {
	display: inline-block;
}
.mycart .tongle .summary span a {
	color: #666;
}
.mycart .tongle .summary .subtotal span.price {
	color: #333;
}
.mycart .content {
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	min-width: 300px;
	background: #fff;
	z-index: 9999;
	padding: 20px 20px 15px 20px;
	border: 1px solid #eaeaea;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 120%;
}
.mycart .content:after, .mycart .content:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mycart .content:after {
	border-color: rgba(255,255,255,0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.mycart .content:before {
	border-color: rgba(234,234,234,0);
	border-bottom-color: #eaeaea;
	border-width: 7px;
	margin-left: -7px;
}
04  .mycart .content:after, .mycart .content:before {
left:inherit !important;
right:20px;
}
.mycart .content:after {
	border-width: 10px;
	margin-left: -10px;
	right: 21px !important;
	left: inherit !important;
}
.mycart .content:before {
	border-width: 11px;
	margin-left: -11px;
	left: inherit !important;
	right: 20px !important;
}
.mycart .content .empty {
	margin-bottom: 0;
	padding-left: 15px;
	line-height: 20px;
}
.mycart .content #cart-sidebar {
	background: url(../images/border.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0;
	padding-bottom: 3px;
}
.mycart .content #cart-sidebar li {
	list-style: none;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
	border-top: none;
}
.mycart .content #cart-sidebar li:first-child {
	margin-top: 0;
}
.mycart .content #cart-sidebar li .product-image {
	float: left;
	margin-right: 10px;
}
.mycart .content #cart-sidebar li .product-image img {
	border: 1px solid #eaeaea;
	width: 90px;
}
.mycart .content #cart-sidebar li .product-details {
	position: relative;
	line-height: 20px;
}
.mycart .content #cart-sidebar li .product-details > strong, .mycart .content #cart-sidebar li .product-details > span {
	line-height: 20px;
}
.mycart .content #cart-sidebar li .product-details .btn-edit {
	border: none;
	position: absolute;
	top: 5px;
	right: 0;
	display: none;
}
.mycart .content #cart-sidebar li .product-details .btn-edit:before {
	content: "ď";
}
.mycart .content #cart-sidebar li .product-details .btn-remove {
	border: none;
	position: absolute;
	top: 0px;
	right: 0;
}
.mycart .content #cart-sidebar li .product-details .btn-remove:before {
	content: "ď";
	font-size: 14px;
}
.mycart .content #cart-sidebar li .product-details .product-name {
	color: #333;
	padding-right: 25px;
	margin-bottom: 3px;
	line-height: 20px;
	margin-top: -5px;
}
.mycart .content #cart-sidebar li .product-details .product-name a {
	line-height: 20px;
}
.mycart .content #cart-sidebar li .product-details .price {
	font-size: 150%;
	font-weight: bold;
	color: #c4b598;
}
.mycart .content .cart-subtotal {
	text-align: right;
	margin-bottom: 0;
	padding: 0 20px;
	color: #333;
	line-height: 30px;
}
.mycart .content .cart-subtotal .price {
	color: #c4b598;
	font-size: 150%;
	font-weight: bold;
}
.mycart .content .cart-subtotal .label {
	padding-right: 0;
	margin-right: 2px;
}
.mycart .content .actions {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 15px;
	background: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 10px;
}
.mycart .content .actions button {
	display: inline-block;
	margin-top: 10px;
	height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #eaeaea;
	width: 100%;
}
.mycart .content .actions button .fa {
	margin-right: 5px;
}
.mycart .content .actions button:hover {
	background: #c4b598;
	color: #fff;
}
.mycart .content .actions button.go-to-cart {
	margin-right: 10px;
}
.mycart .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mycart .content ul li {
	padding: 4px 0;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 38px;
	padding-bottom: 38px;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-cart {
	float: right;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-search {
	float: left;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-search .form-search {
	position: relative;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-search .form-search input {
	height: 35px;
	line-height: 33px;
	border: 1px solid #eaeaea;
	padding-right: 40px;
	min-width: 350px;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-search .form-search button {
	font-size: 0;
	line-height: 33px;
	height: 33px;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-search .form-search button:before {
	content: '\f002';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: none;
	font-size: 13px;
	top: 0;
	left: 0;
}
#sns_header.style_v2 .top-cart .mycart {
	line-height: 33px;
}
#sns_header.style_v2 .top-cart .mycart:before {
	display: none;
}
#sns_header.style_v2 .top-cart .mycart .fa {
	line-height: 30px;
	font-size: 16px;
}
#sns_header.style_v2 .top-cart .mycart .tongle {
	position: relative;
}
#sns_header.style_v2 .top-cart .mycart .tongle:after {
	float: right;
	content: "ď";
	font-family: FontAwesome;
	margin-left: 3px;
	line-height: 35px;
}
#header-slideshow #sns_header_bot .container .row {
	margin: 0 -5px;
}
#header-slideshow #sns_header_bot .container .row > div {
	padding: 0 5px;
}
#header-slideshow #sns_header_bot .container .row .sns_banner1 .row > div {
	margin-bottom: 10px;
}
#sns_slideshow_home2 .row {
	margin: 0 -5px;
}
#sns_slideshow_home2 .row > div {
	padding: 0 5px;
}
#sns_slideshow_home2 .row .sns_banner1 .row > div {
	margin-bottom: 10px;
}
#sns_slideshow_home2 .row .sns_banner1 .row > div:last-child {
	margin-bottom: 0;
}
#sns_slideshow_home2 .navslider {
	display: none !important;
}
.banner_home1 {
	padding-top: 85px;
	padding-bottom: 95px;
	background-repeat: no-repeat;
	background-position: center;
}
.banner_home1 .module .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #333;
}
.banner_home1 .module .content {
	color: #666;
	font-size: 12px;
}
.banner_home1 .module .active {
	margin-top: 20px;
}
.banner_home1 .module .active button {
	margin-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.bottom_content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bottom_content.homev3 {
	padding-bottom: 0;
	padding-top: 40px;
}
.banner_home2 {
	text-align: center;
	margin-bottom: 15px;
}
.banner_home2 .row > div {
	margin-bottom: 20px;
}
.banner_home2 .module {
	border: 1px solid #eaeaea;
	padding: 30px;
	padding-bottom: 153px;
	background-image: url(../images/home1_static_33.jpg);
	background-repeat: no-repeat;
	background-position: center bottom 5px;
}
.banner_home2 .module .title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}
.banner_home2 .module .title span {
	color: #c4b598;
}
.banner_home2 .module .content {
	margin-bottom: 10px;
}
.home1_slide {
	padding-top: 50px;
	padding-bottom: 50px;
}
.home1_slide .block {
	margin-bottom: 0;
}
.footer_style {
	background: #f8f8f6;
	padding-top: 50px;
}
.footer_style.vesion2 {
	background: #222;
	color: #878787;
}
.footer_style.vesion2 h6 {
	color: #ccc;
}
.footer_style.vesion2 a {
	color: #878787;
}
.footer_style.vesion2 .banner_home2 {
	margin-bottom: 30px;
}
.footer_style.vesion2 .banner_home2 .module {
	background: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.footer_style.vesion2 .banner_home2 .module .title {
	font-size: 16px;
}
.footer_style.vesion2 .banner_home2 .module .content {
	margin-bottom: 15px;
}
.footer_style.vesion2 .banner_home2 .module .sns-social a {
	color: #ccc;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.footer_style.vesion2 .banner_home2 .module .sns-social a:hover {
	color: #c4b598;
	transform: rotate(7deg);
}
.footer_style.vesion2 .newsletterv2 {
	display: inline-block;
	width: 100%;
	background-image: url(../images/border1.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 42px;
}
.footer_style.vesion2 .newsletterv2 .block-subscribe h6, .footer_style.vesion2 .newsletterv2 .block-subscribe p {
	display: none;
}
.footer_style.vesion2 .newsletterv2 .block-subscribe .input-box {
	position: relative;
}
.footer_style.vesion2 .newsletterv2 .block-subscribe input {
	width: 100%;
	height: 40px;
	border: none;
}
.footer_style.vesion2 .newsletterv2 .block-subscribe button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 30px;
	background: #c4b598;
	color: #fff;
	border: none;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
}
.footer_style.vesion2 .newsletterv2 .block-subscribe button:hover {
	opacity: 0.7;
}
.footer_style.vesion2.v3 {
	background: #f8f8f6;
}
.footer_style.vesion2.v3 .banner_home2 .module .title {
	font-size: 25px;
	font-weight: normal;
	color: #333;
}
.footer_style.vesion2.v3 .banner_home2 .module .title span {
	font-weight: bold;
}
.footer_style.vesion2.v3 .newsletterv2 {
	height: 5px;
	margin-top: 15px;
	background-image: url(../images/border.png);
}
.footer_style.vesion2.v3 #sns_footer_top h6 {
	color: #333;
}
#sns_slideshow_top .sns_slideshow > .container {
	display: none;
}
#sns_slideshow_v2 .sns_slideshow > .container {
	display: block;
	position: relative;
	z-index: 9;
}
#sns_slideshow_v2 .sns_slideshow .navslider {
	position: absolute;
	bottom: 10px;
	right: 15px;
	height: 40px;
}
#sns_slideshow_v2 .sns_slideshow .navslider a {
	float: right;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: #c4b598;
	padding-top: 13px;
	line-height: 12px;
}
#sns_slideshow_v2 .sns_slideshow .navslider a:before {
	float: left;
	width: 100%;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#sns_slideshow_v2 .sns_slideshow .navslider a.prev:before {
	content:"\f060";
}
#sns_slideshow_v2 .sns_slideshow .navslider a.next:before {
	content: "\f061";
}
#sns_slideshow_v2 .sns_slideshow .navslider a:hover {
	opacity: 0.7;
}
#sns_slideshow_v2 .sns_slideshow .owl-controls .owl-nav {
	display: block;
}
#sns_slideshow_v2 .sns_slideshow .owl-controls .owl-dots {
	display: none !important;
}
.banner_stylev2 {
	margin-bottom: 20px;
}
.banner_stylev2 a {
	margin-bottom: 29px;
}
.partnerv2 #sns_partners .sns_module {
	background: none;
}
.home3_slide {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home3_slide .style_slide_v2:first-child {
	margin-bottom: 45px;
}
.home3_slide .style_slide_v2.block .block-title {
	margin-bottom: 20px;
}
.simev3_banner_top {
	margin-bottom: 20px;
}
.simev3_banner_top a {
	margin-bottom: 25px;
}
.cms-simen-home-page-v3 .sns-producttabs {
	margin-bottom: 20px;
}
.sns-producttabs .sns-pdt-head.style_v3 {
	margin-bottom: 13px;
}
.sns-producttabs .sns-pdt-head.style_v3 h2 {
	float: left;
	margin-bottom: 0;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav {
	float: right;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span {
	border: none;
	margin-left: 5px;
	margin-right: 0;
	padding-left: 15px;
	position: relative;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span:before {
	position: absolute;
	content: "/";
	top: 0;
	left: 0;
	color: #cfcfcf;
	font-size: 14px;
	font-weight: normal;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span:first-child:before {
	display: none;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span > span {
	border: none;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span > span:hover {
	border: none;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span.active span {
	border: none;
}
.sns-producttabs .sns-pdt-head.style_v3 .sns-pdt-nav .pdt-nav > span:hover span {
	border: none;
}
.block-blog-inner .block-title {
	margin-bottom: 25px !important;
}
.block-blog-inner .menu-categories ul {
	margin-bottom: 40px;
}
.block-blog-inner ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0px;
	border: 1px solid #eaeaea;
	padding: 10px 15px;
}
.block-blog-inner ul li:before {
	content: "ď";
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 5px;
}
.block-blog-inner ul li:hover {
	color: #c4b598;
}
.block-blog-inner ul li:hover a {
	color: #c4b598;
}
.block-blog-inner .block-content {
	padding: 0 !important;
	border: none !important;
}
.blogs-page .page-title {
	margin-bottom: 0px;
}
.blogs-page .page-title h1 {
	margin-bottom: 0;
}
.blogs-page .postWrapper {
	margin-top: 20px;
}
.blogs-page .postWrapper .postTitle h2 {
	font-size: 123%;
}
.blogs-page .postWrapper .postTitle h3 {
	font-size: 89%;
}
.blogs-page .postContent img {
	margin-bottom: 10px;
}
.blogs-page .post-info {
	padding-top: 10px;
}
.blogs-page .post-info .postDetails {
	margin-bottom: 10px;
}
.block-blog-inner {
	border: none !important;
	padding: 0 !important;
}
.block-blog-inner ul {
	border: none;
	padding-left: 0;
	margin-bottom: 0 !important;
}
.block-blog-inner ul li {
	margin-bottom: 3px;
}
.block-blog-inner .block-content > div {
	padding: 10px 15px;
	padding-top: 20px;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.block-blog-inner .block-content > div:last-child {
	margin-bottom: 0;
}
.block-blog-inner .block-content > div .block-title {
	margin-bottom: 0px !important;
}
.tabs-slidev2 .owl-controls {
	position: absolute;
	top: -44px;
	right: 10px;
	margin-right: 0 !important;
	width: 62px;
	height: 30px;
	background: #fff;
	z-index: 3;
}
.tabs-slidev2 .owl-controls:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 29px;
	background: #eaeaea;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tabs-slidev2 .owl-controls:hover:before {
	background: #c4b598;
}
.tabs-slidev2 .owl-controls:after {
	position: absolute;
	width: 20px;
	height: 100%;
	background: #fff;
	content: "";
	left: -21px;
	z-index: 1;
}
.tabs-slidev2 .owl-controls .owl-nav > div {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: 1px solid #eaeaea;
}
.tabs-slidev2 .owl-controls .owl-nav > div i {
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #cacaca;
	background: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tabs-slidev2 .owl-controls .owl-nav > div i:hover {
	color: #fff;
}
.tabs-slidev2 .owl-controls .owl-nav > div:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.tabs-slidev2 .owl-controls .owl-nav > div:hover 1 {
color:#fff;
}
.tabs-slidev2 .owl-controls .owl-nav > div.owl-next {
	border-left: none;
}
.tabs-slidev2 .owl-controls .owl-nav > div.owl-prev {
	border-right: none;
}
.tabs-slidev2 .sns-pdt-nav {
	padding-right: 95px;
}
.cms-simen-home-page-v2.cmspage #sns_content {
	margin-bottom: 15px;
}
.cms-simen-home-page-v2.cms-index-index #sns_breadcrumbs {
	padding-bottom: 10px;
}
.product-view.sns-product-detail .banner_detail_right {
	display: none;
}
.catalog-product-view .product-view.sns-product-detail .banner_detail_right {
	display: block;
}
.footer_style #sns_footer_top {
	padding-top: 48px;
}
.contact-page .form-control {
	border-color: #eaeaea;
}
.contact-page .contact-info h3 {
	font-family: Titillium Web;
}
.page-title h1 {
	font-family: Titillium Web;
}
#header-slideshow #sns_header_bot #sns_slideshow_top .sns_slideshow {
	position: relative;
	overflow: hidden;
}
.catalog-product-view #sns_content #sns_main {
	position: static;
}
.customer-account-create #form-validate .form-list .control input#is_subscribed {
	height: 15px;
}
#sns_header .sns_header_top .mysetting .content::after, #sns_header .sns_header_top .mysetting .content::before {
	left: 13px;
}
#sns_header .sns_header_top .mysetting.language-switcher .content::after, #sns_header .sns_header_top .mysetting.language-switcher .content::before {
	left: 39px;
}
.sns-producttabs .sns-pdt-head.style_v3 h2 {
	font-family: Titillium Web;
	font-size: 22px;
}
#super-product-table {
	margin-top: 20px;
}
.sns-producttabs .sns-pdt-container .item .item-inner.tabs_icov2 .prd .tabs_ico {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 101%;
	overflow: hidden;
	height: 80px;
}
.category-products .configurable-swatch-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-products .configurable-swatch-list li {
	display: inline-block;
	vertical-align: middle;
}
.category-title {
	display: none;
}
.category-image {
	margin-bottom: 20px;
}
.products-grid .item {
	margin-top: 30px;
}
.products-grid .item .item-inner {
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 0;
	overflow: hidden;
}
.products-grid .item .item-inner:hover .sns-btn-quickview:before {
	transform: scale(1) !important;
}
.products-grid .item .item-inner:hover .action-bot {
	bottom: 0;
	opacity: 1;
}
.products-grid .item .item-inner .prd {
	position: relative;
	background: #fff;
	border: 1px solid #eaeaea;
}
.products-grid .item .item-inner .item-content {
	min-height: 24px;
}
.products-grid .item .item-inner .info-inner {
	position: relative;
}
.products-grid .item .item-inner .ratings {
	font-size: 12px;
	margin: 0;
}
.products-grid .item .item-inner .ratings .rating-links {
	display: none;
}
.products-grid .item .item-inner .no-rating {
	font-size: 12px;
	margin: 0;
}
.products-grid .item .item-inner .no-rating a {
	display: none;
}
.products-grid .item .item-inner .no-rating:before {
	content: '\f005\f005\f005\f005\f005';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	letter-spacing: 2px;
	color: #dfdfdf;
}
.products-grid .item .item-inner .more-buttons .button, .products-grid .item .item-inner .more-buttons button {
	padding: 8px 15px;
}
.products-grid .item .item-inner .item-img {
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
}
.products-grid .item .item-inner .item-img.have-additional .img-main {
	display: block;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-main {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateX(0deg) rotateY(0deg);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	transform: rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-main {
	transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-main {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-main {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.products-grid .item .item-inner .item-img.have-additional .img-additional {
	text-align: center;
	left: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-additional {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateY(-180deg);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-additional {
	transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-additional {
	transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	-o-transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-additional {
	transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	-webkit-transform: translateY(-120%);
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
	transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
	transform: translateX(120%);
	-moz-transform: translateX(120%);
	-o-transform: translateX(120%);
	-webkit-transform: translateX(120%);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
	transform: translateY(120%);
	-moz-transform: translateY(120%);
	-o-transform: translateY(120%);
	-webkit-transform: translateY(120%);
}
.products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
	z-index: 1;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-o-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
	transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.products-grid .item .item-inner .item-img > a {
	position: relative;
	z-index: 0;
}
.products-grid .item .item-inner .item-img .sns-action {
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: -40px;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.products-grid .item .item-inner .item-img .sns-btn-quickview {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	border-radius: 100%;
}
.products-grid .item .item-inner .item-img .sns-btn-quickview span {
	display: none;
}
.products-grid .item .item-inner .item-img .sns-btn-quickview:before {
	background: none repeat scroll 0 0 rgba(0,0,0,0.3);
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	content: "ď";
	font-family: FontAwesome;
	width: 70px;
	height: 70px;
	left: 0;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(0);
	transition: all 0.2s linear 0s;
	z-index: 1;
}
.products-grid .item .item-inner .item-img .sns-btn-quickview:hover:before {
	color: #c4b598;
}
.products-grid .item .item-inner .item-img .countdown {
	position: absolute;
	top: 35px;
	right: 10px;
	display: none;
}
.products-grid .item .item-inner .item-img .countdown .countdown-section {
	display: block;
	text-align: center;
	background: #c4b598;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.products-grid .item .item-inner .item-img .countdown .countdown-section .countdown-amount {
	display: block;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
.products-grid .item .item-inner .item-img .countdown .countdown-section .countdown-period {
	font-size: 9px;
	line-height: 20px;
	min-width: 40px;
	display: block;
	background: #5492db;
}
.products-grid .item .item-inner .item-img .zoomWrapper img {
	left: 0;
}
.products-grid .item .item-inner .item-img .zoomWrapper .zoomContainer {
	left: 0 !important;
	top: 0 !important;
}
.products-grid .item .item-inner .item-img .product-image {
	display: block;
	overflow: hidden;
	text-align: center;
}
.products-grid .item .item-inner .item-img .product-image .img-main {
	position: relative;
	display: block;
	margin: 0 auto;
}
.products-grid .item .item-inner .item-img .product-image .img-main:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	z-index: 888;
	content: '';
	display: block;
}
.products-grid .item .item-inner .item-img .product-image .img-main.loading:before {
	background: #000;
}
.products-grid .item .item-inner .item-info {
	padding: 0 10px;
	padding-bottom: 15px;
	min-height: 60px;
}
.products-grid .item .item-inner .item-info .item-title {
	padding: 0;
	position: relative;
	font-size: 14px;
	margin-bottom: 3px;
	overflow: hidden;
}
.products-grid .item .item-inner .item-info .item-title a {
	color: #333;
}
.products-grid .item .item-inner .item-info .item-title a:hover {
	color: #c4b598;
}
.products-grid .item .item-inner .item-info .item-price > * {
	display: inline-block;
	vertical-align: middle;
}
.products-grid .item .item-inner .item-info .item-price .price-box .special-price {
	float: left;
	margin-right: 5px;
}
.products-grid .item .item-inner .item-info .item-price .old-price .price {
	font-weight: normal;
	color: #ccc;
}
.products-grid .item .item-inner .action-bot {
	display: table;
	width: 100%;
	bottom: -120px;
	opacity: 0;
	position: absolute;
	background: #fff;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart {
	display: block;
	color: #fff;
	margin: 0 -1px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart {
	padding: 0;
	color: #fff;
	background: #c4b598;
	width: 100%;
	text-align: center;
	border: none;
	font-weight: bold;
	height: 35px;
	border-radius: 0;
	margin-top: 0px;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart span {
	padding: 0;
	height: 35px;
	line-height: 34px;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart span i {
	font-size: 16px;
	margin-right: 2px;
	line-height: 33px;
	width: 18px;
	height: 35px;
	margin-left: 8px;
	text-align: center;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart span.text-indent {
	text-indent: -999em;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart:before {
	line-height: 35px;
	padding: 0;
	left: 30px;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart:hover {
	background: #c4b598;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart:hover:after {
	display: none;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart:hover i {
	animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-webkit-animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-o-animation: 1.3s ease-out 75ms normal none 1 running wobble;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart i {
	font-size: 14px;
	margin-right: 7px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart.out-of-stock {
	border: 2px solid #ddd;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart.out-of-stock span {
	display: none;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart.out-of-stock:hover {
	background: #fde4e4;
	border-color: #fccbcb;
	color: #d60c0c;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart.out-of-stock:before {
	content: '\f06a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.products-grid .item .item-inner .action-bot .actions {
	display: table;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links {
	display: table-row;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li {
	display: table-cell;
	position: relative;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li:before {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #eaeaea;
	content: "";
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li:last-child:before {
	display: none;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li a {
	color: #666;
	display: inline-block;
	width: 100%;
	line-height: 35px;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li a:hover {
	color: #c4b598;
}
.products-grid .item .item-inner .ico-product.ico-new {
	background: #5492db;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	left: -18px;
	overflow: hidden;
	transform: rotate(-45deg);
}
.products-grid .item .item-inner .ico-product.ico-sale {
	background: #e14141;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	right: -15px;
	overflow: hidden;
	transform: rotate(45deg);
}
.products-grid.style_grid {
	margin: 0 -10px;
}
.products-grid.style_grid .item {
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.products-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -3px;
	margin-bottom: 20px;
}
.products-list > li.item {
	margin-top: 20px;
}
.products-list > li.item:before, .products-list > li.item:after {
	content: " ";
	display: table;
}
.products-list > li.item:after {
	clear: both;
}
.products-list > li.item:first-child {
	margin-top: 0;
}
.products-list > li.item .item-title {
	margin-bottom: 10px;
	padding-top: 6px;
	text-transform: uppercase;
}
.products-list > li.item .item-title a {
	font-size: 120%;
	font-weight: bold;
	color: #333;
}
.products-list > li.item .rating-block {
	margin-bottom: 15px;
}
.products-list > li.item .desc {
	margin-bottom: 18px;
	color: #666;
}
.products-list > li.item .product_list_style {
	float: left;
	width: 100%;
}
.products-list > li.item .col-left {
	float: left;
}
.products-list > li.item .col-left .item-img {
	border: 1px solid #eaeaea;
	overflow: hidden;
	float: left;
	width: 196px;
	height: 196px;
	margin-top: 5px;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 0;
	position: relative;
}
.products-list > li.item .col-left .item-img .ico-product.ico-new {
	background: #5492db;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	left: -18px;
	overflow: hidden;
	transform: rotate(-45deg);
}
.products-list > li.item .col-left .item-img .ico-product.ico-sale {
	background: #e14141;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	right: -15px;
	overflow: hidden;
	transform: rotate(45deg);
}
.products-list > li.item .col-left .item-img .countdown {
	position: absolute;
	top: 35px;
	right: 10px;
}
.products-list > li.item .col-left .item-img .countdown .countdown-section {
	display: block;
	text-align: center;
	background: #c4b598;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.products-list > li.item .col-left .item-img .countdown .countdown-section .countdown-amount {
	display: block;
	line-height: 20px;
	font-size: 130%px;
	font-weight: bold;
}
.products-list > li.item .col-left .item-img .countdown .countdown-section .countdown-period {
	font-size: 75%;
	line-height: 20px;
	min-width: 40px;
	display: block;
	background: #5492db;
}
.products-list > li.item .col-left .item-img.have-additional .img-main {
	display: block;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional .img-main {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateX(0deg) rotateY(0deg);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	transform: rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional .img-main {
	transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional .img-main {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional .img-main {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.products-list > li.item .col-left .item-img.have-additional .img-additional {
	text-align: center;
	left: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional .img-additional {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateY(-180deg);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional .img-additional {
	transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional .img-additional {
	transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	-o-transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional .img-additional {
	transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	-webkit-transform: translateY(-120%);
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
	transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
	transform: translateX(120%);
	-moz-transform: translateX(120%);
	-o-transform: translateX(120%);
	-webkit-transform: translateX(120%);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
	transform: translateY(120%);
	-moz-transform: translateY(120%);
	-o-transform: translateY(120%);
	-webkit-transform: translateY(120%);
}
.products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
	z-index: 1;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-o-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
	transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.products-list > li.item .col-left .item-img .product-image {
	display: block;
	text-align: center;
}
.products-list > li.item .col-right {
	position: relative;
	overflow: hidden;
}
.products-list > li.item .col-right .item-title {
	padding-top: 0;
}
.products-list > li.item .col-right .item-title a {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
}
.products-list > li.item .col-right .item-title a:hover {
	color: #c4b598;
}
.products-list > li.item .col-right .item-price .price-box {
	display: inline-block;
	vertical-align: middle;
}
.products-list > li.item .col-right .item-price .ico-sale {
	background: #ff1616;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	padding: 4px 7px;
	margin-left: 10px;
	line-height: 100%;
	position: relative;
}
.products-list > li.item .col-right .item-price .ico-sale:before {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #ff1616 transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
}
.products-list > li.item .col-right .desc {
	margin-top: 10px;
}
.products-list > li.item .col-right .actions {
	margin-top: 20px;
}
.products-list > li.item .col-right .actions .btn-cart {
	display: inline-block;
	vertical-align: middle;
	width: 174px;
	height: 36px;
	position: relative;
	font-size: 14px;
	background: #c4b598;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	margin-right: 6px;
}
.products-list > li.item .col-right .actions .btn-cart i {
	font-size: 16px;
	margin-right: 2px;
	line-height: 33px;
	width: 18px;
	height: 35px;
	margin-left: 8px;
	text-align: center;
}
.products-list > li.item .col-right .actions .btn-cart:hover {
	background: #c4b598;
	color: #333;
}
.products-list > li.item .col-right .actions .btn-cart:hover i {
	animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-webkit-animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-o-animation: 1.3s ease-out 75ms normal none 1 running wobble;
}
.products-list > li.item .col-right .actions .add-to-links {
	margin-left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.products-list > li.item .col-right .actions .add-to-links li {
	float: left;
}
.products-list > li.item .col-right .actions .link-wishlist, .products-list > li.item .col-right .actions .link-compare, .products-list > li.item .col-right .actions .sns-btn-quickview {
	width: 36px;
	height: 36px;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	color: #666;
	font-size: 12px;
	border: 1px solid #eaeaea;
	background: none;
	line-height: 30px;
}
.products-list > li.item .col-right .actions .link-wishlist:hover, .products-list > li.item .col-right .actions .link-compare:hover, .products-list > li.item .col-right .actions .sns-btn-quickview:hover {
	border-color: #c4b598;
	background: #c4b598;
	line-height: 30px;
	color: #fff;
}
.products-list > li.item .col-right .actions .link-wishlist:before {
	content: '\f004';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.products-list > li.item .col-right .actions .link-compare {
	border-left: none;
	border-right: none;
}
.products-list > li.item .col-right .actions .link-compare:before {
	content: '\f079';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.products-list > li.item .col-right .actions .quickview-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
}
.products-list > li.item .col-right .actions .sns-btn-quickview {
	display: inline-block;
	vertical-align: middle;
}
.products-list > li.item .col-right .actions .sns-btn-quickview span {
	display: none;
}
.products-list > li.item .col-right .actions .sns-btn-quickview:before {
	content: '\f06e';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.catalog-product-compare-index .add-to-links {
	padding: 0px;
}
.catalog-product-compare-index .product-name {
	margin: 10px 0;
}
.block-custom {
	background: #ededed;
	padding: 20px;
}
.block-custom h3 {
	font-size: 200%;
	font-weight: bold;
	margin: 10px 0;
}
.product_slider .block {
	margin-top: 0;
}
.product_slider .block, #sns_right .block, #sns_left .block {
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin-top: 0;
}
.product_slider .block .block-title, #sns_right .block .block-title, #sns_left .block .block-title {
	color: #333;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0px;
	background-position: left bottom;
	padding-bottom: 20px;
}
.product_slider .block .block-title .navslider, #sns_right .block .block-title .navslider, #sns_left .block .block-title .navslider {
	top: -5px;
	margin-top: 0;
}
.product_slider .block .block-title .navslider a i, #sns_right .block .block-title .navslider a i, #sns_left .block .block-title .navslider a i {
	line-height: 28px;
}
.product_slider .block .block-title span, #sns_right .block .block-title span, #sns_left .block .block-title span {
	display: inline-block;
	background: none;
	padding: 0;
}
.product_slider .block .block-title strong, #sns_right .block .block-title strong, #sns_left .block .block-title strong {
	background: none;
	padding: 0;
}
.product_slider .block .block-title h1, .product_slider .block .block-title h2, .product_slider .block .block-title h3, .product_slider .block .block-title h4, #sns_right .block .block-title h1, #sns_right .block .block-title h2, #sns_right .block .block-title h3, #sns_right .block .block-title h4, #sns_left .block .block-title h1, #sns_left .block .block-title h2, #sns_left .block .block-title h3, #sns_left .block .block-title h4 {
	font-size: 100%;
	margin: 0;
}
.product_slider .block .block-content, #sns_right .block .block-content, #sns_left .block .block-content {
	padding: 0;
}
.product_slider .block.block-layered-nav, #sns_right .block.block-layered-nav, #sns_left .block.block-layered-nav {
	padding-bottom: 0px;
}
.product_slider .block.block-layered-nav .block-content, #sns_right .block.block-layered-nav .block-content, #sns_left .block.block-layered-nav .block-content {
	padding: 0;
}
.block {
	margin-bottom: 30px;
}
#sns_sticky_right .block, #sns_sticky_left .block {
	margin: 0;
}
.block .btn-remove {
	position: absolute;
	top: 0px;
	right: 0px;
}
.block .block-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	color: #333;
	margin-bottom: 25px;
	background: url(../images/border.png);
	background-position: center;
	background-repeat: repeat-x;
}
.block .block-title strong, .block .block-title span {
	padding-right: 20px;
	background: #fff;
}
.block .block-title h1, .block .block-title h2, .block .block-title h3, .block .block-title h4 {
	font-size: 100%;
	margin: 0;
	font-weight: normal;
}
.block .block-title .navslider {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -16px;
	width: 62px;
	height: 30px;
	background: #fff;
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block .block-title .navslider:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 29px;
	background: #eaeaea;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block .block-title .navslider:hover:before {
	background: #c4b598;
}
.block .block-title .navslider:after {
	position: absolute;
	width: 20px;
	height: 100%;
	background: #fff;
	content: "";
	left: -21px;
	z-index: 1;
}
.block .block-title .navslider a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: 1px solid #eaeaea;
}
.block .block-title .navslider a i {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #cacaca;
	background: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block .block-title .navslider a i:hover {
	color: #fff;
}
.block .block-title .navslider a:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.block .block-title .navslider a:hover i {
	color: #fff;
}
.block .block-title .navslider a.next {
	border-left: none;
}
.block .block-title .navslider a.prev {
	border-right: none;
}
.block .block-content {
	padding: 10px 0 0;
}
.block .block-content a.have-borderinset, .block .block-content button.have-borderinset {
	background: transparent;
	color: #c4b598;
	margin-left: -5px;
	padding: 0px;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
}
.block .block-content a.have-borderinset > span, .block .block-content button.have-borderinset > span {
	transition: 0s;
}
.block .block-content a.have-borderinset:before, .block .block-content a.have-borderinset:after, .block .block-content button.have-borderinset:before, .block .block-content button.have-borderinset:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.block .block-content a.have-borderinset:before, .block .block-content button.have-borderinset:before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}
.block .block-content a.have-borderinset:after, .block .block-content button.have-borderinset:after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}
.block .block-content a.have-borderinset:hover, .block .block-content button.have-borderinset:hover {
	background: transparent;
	color: #5492db;
}
.block .block-content a.have-borderinset:hover:before, .block .block-content a.have-borderinset:hover:after, .block .block-content button.have-borderinset:hover:before, .block .block-content button.have-borderinset:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.block.block_cat {
	padding: 0 !important;
	border: none !important;
}
.block.sns-slider .block-title-slider {
	position: relative;
}
.block.sns-slider .block-title-slider h3 {
	margin: 0;
}
.block.sns-slider .block-title-slider p {
	padding: 3px 0 0;
}
.block.sns-slider .block-title-slider .navslider {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -20px;
}
.block.sns-slider .block-title-slider .navslider a {
	display: inline-block;
	vertical-align: middle;
	color: #666;
}
.block.sns-slider .block-title-slider .navslider a + a {
	margin-left: 5px;
}
.block.sns-slider .block-title-slider .navslider a i {
	font-size: 11px;
	width: 40px;
	height: 40px;
	border: 3px solid #ddd;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
	color: #ccc;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block.sns-slider .block-title-slider .navslider a i:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.block.sns-slider .pretext {
	margin: 0;
}
.block.sns-slider .container-slider {
	margin: 0 -15px;
}
.block.sns-slider .container-slider .owl-item {
	position: relative;
	z-index: 0;
}
.block.sns-slider .container-slider .owl-item:not(.active) + .active .item .item-inner .gallery, .block.sns-slider .container-slider .owl-item.active:first-child .item .item-inner .gallery {
	right: auto;
	left: 100%;
}
.block.sns-slider .container-slider .owl-item:hover {
	z-index: 1;
}
.block.sns-slider.hot-deals .block-title {
	min-height: 55px;
	margin: 0 15px 10px 0;
}
.block.sns-slider.hot-deals .block-title strong {
	display: block;
	background: #c4b598;
	position: absolute;
	top: 0;
	left: -7px;
	padding: 0px 20px;
	color: #fff;
	height: 54px;
	line-height: 54px;
	white-space: nowrap;
}
.block.sns-slider.hot-deals .block-title strong:before {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	border-color: transparent #9c865a transparent transparent;
	border-width: 0 7px 10px 0;
	left: 0;
}
.block.sns-slider.hot-deals .block-title strong:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 99.99%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 0 27px 27px;
	border-color: transparent transparent transparent #c4b598;
}
.block.sns-slider.hot-deals .container-slider {
	padding: 0 0 15px;
}
.block.sns-slider.hot-deals .container-slider .item:hover {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .product-image {
	-webkit-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	transform: translate(0, -30px);
}
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .gallery {
	opacity: 0.9;
	filter: alpha(opacity=90);
	bottom: 0;
}
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .link-wishlist, .block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .link-compare, .block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .sns-btn-quickview {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: -30px;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.block.sns-slider.hot-deals .container-slider .item .item-img {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .product-image {
	display: block;
	text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery {
	padding: 3px 25px;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .img {
	margin: 0 2px;
	text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .img img {
	cursor: pointer;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-buttons {
	color: #ccc;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-buttons > div {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-prev {
	left: -15px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-next {
	right: -15px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions {
	position: absolute;
	top: 50%;
	left: 50%;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .add-to-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview {
	width: 40px;
	height: 40px;
	display: block;
	background: #333;
	position: absolute;
	top: -120px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
	transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:before, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:before, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:before {
	color: #fff;
	font-size: 20px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:hover, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:hover, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:hover {
	background: #c4b598;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist {
	left: -62px;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e030';
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	right: -20px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview span {
	display: none;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\55';
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare {
	right: -62px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\2f';
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.block.sns-slider.hot-deals .container-slider .item .item-title a {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}
.block.sns-slider.hot-deals .container-slider .item .discount {
	margin-bottom: 20px;
}
.block.sns-slider.hot-deals .container-slider .item .countdown {
	margin-bottom: 20px;
	display: table;
	width: 100%;
	text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .countdown:before, .block.sns-slider.hot-deals .container-slider .item .countdown:after {
	content: " ";
	display: table;
}
.block.sns-slider.hot-deals .container-slider .item .countdown:after {
	clear: both;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row {
	display: table-row;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:before, .block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:after {
	content: " ";
	display: table;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:after {
	clear: both;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section {
	display: table-cell;
	border: 1px solid #eee;
	padding: 5px 0;
	text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section + .countdown-section {
	border-left: none;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section .countdown-amount {
	color: #666;
	display: block;
	font-weight: bold;
	font-size: 120%;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section .countdown-period {
	color: #aaa;
}
.block.sns-slider.hot-deals .container-slider .item .btn-cart {
	padding: 8px 15px;
}
.block.sns-slider.stylev2 .container-slider .owl-item {
	padding-left: 15px;
	padding-right: 15px;
}
.block.sns-slider.stylev2 .container-slider .owl-item .row-item .item:last-child {
	margin-bottom: 0;
}
.block.sns-slider.stylev2 .container-slider .owl-item .item {
	margin-top: 0;
	margin-bottom: 15px;
}
.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd {
	border: none;
}
.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-img {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #eaeaea;
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}
.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-info {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-info .action-button button {
	margin-top: 15px;
}
.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-info .action-button button .fa {
	float: left;
	line-height: 33px;
	margin-right: 6px;
}
.block.sns-slider.stylev3 .block-title .navslider {
	display: block !important;
}
.block.sns-slider.stylev3 .item {
	margin-top: 18px;
}
.block.sns-slider.stylev3 .products-grid {
	padding-bottom: 3px;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd {
	border: none;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-img {
	border: 1px solid #eaeaea;
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 0;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-title {
	margin-bottom: 5px;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .old-price .price {
	font-size: 100%;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .btn-cart {
	border: none;
	background: none;
	padding: 0;
}
.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .btn-cart:hover {
	border: none;
	background: none;
	color: #c4b598;
}
.block.sns-slider.stylev3 .container-slider {
	margin: 0;
}
.block.sns-deals {
	padding: 0 !important;
	margin-bottom: 0px;
}
.block.sns-deals .module-title {
	padding-left: 15px;
	padding-right: 15px;
}
.block.sns-deals .owl-controls {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
}
.block.sns-deals .owl-controls .owl-nav > div {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	display: block !important;
	left: -1px;
	text-align: center;
	border: 1px solid #eaeaea;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block.sns-deals .owl-controls .owl-nav > div.owl-next {
	left: initial;
	right: -1px;
}
.block.sns-deals .owl-controls .owl-nav > div i {
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #cacaca;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block.sns-deals .owl-controls .owl-nav > div i:hover {
	color: #fff;
}
.block.sns-deals .owl-controls .owl-nav > div:hover {
	background: #c4b598;
	border-color: #c4b598;
	color: #fff;
}
.block.sns-deals .block-title {
	padding-top: 15px;
	margin-bottom: 0;
}
.block.sns-deals .title-custom {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.block.sns-deals p.no-rating:before, .block.sns-deals p.no-rating:after {
	content: " ";
	display: table;
}
.block.sns-deals p.no-rating:after {
	clear: both;
}
.block.sns-deals p.no-rating:before {
	content: '\f005\f005\f005\f005\f005';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	letter-spacing: 2px;
	color: #dfdfdf;
	white-space: nowrap;
}
.block.sns-deals p.no-rating a {
	display: none;
}
.block.sns-deals .rating-links {
	display: none;
}
.block.sns-deals .ico-product {
	display: none;
}
.block.sns-deals .ico-product.ico-new {
	background: #5492db;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	left: -18px;
	overflow: hidden;
	transform: rotate(-45deg);
}
.block.sns-deals .ico-product.ico-sale {
	background: #e14141;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	right: -15px;
	overflow: hidden;
	transform: rotate(45deg);
}
.block.sns-deals .item-title {
	margin-bottom: 0;
}
.block.sns-deals .action-bot {
	display: none !important;
}
.block.sns-deals .item-info {
	position: relative;
}
.block.sns-deals .item-info .info-inner {
	position: inherit;
}
.block.sns-deals .products-grid .item {
	margin-top: 0;
}
.block.sns-deals .products-grid .item .item-inner .prd {
	border: none;
}
.block.sns-deals .products-grid .item .item-inner .item-img {
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.block.sns-deals .products-grid .item .item-inner .item-info {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 12px;
}
.block.sns-deals .products-grid .item .item-inner .custom-info {
	padding: 0;
}
.block.sns-deals .products-grid .item .item-inner .custom-info .item-title {
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: inherit;
}
.block.sns-deals .products-grid .item .item-inner .custom-info .item-price .old-price .price {
	line-height: 26px;
	margin-left: 6px;
}
.block.sns-deals .products-grid .item .item-inner .custom-info .item-price {
	margin-bottom: 3px;
	line-height: 26px;
}
.block.sns-deals .desc {
	margin-bottom: 15px;
}
.block.sns-deals .item-price > * {
	display: inline-block;
	vertical-align: middle;
}
.block.sns-deals .click_count {
	position: relative;
	height: 1px;
	width: 100%;
	display: block;
}
.block.sns-deals .click_count > div {
	position: absolute;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height: 40px;
	width: 97px;
	top: -40px;
	font-size: 13px;
	right: 0;
	line-height: 38px;
	background: #fff;
	color: #666;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Titillium Web;
}
.block.sns-deals .click_count > div:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fff;
	border-bottom-color: #c4b598;
	border-width: 0 23px 39px 0;
	top: 0;
	left: -10px;
	z-index: 99;
	margin-left: -7px;
}
.block.sns-deals .click_count > div:after {
	position: absolute;
	z-index: 999;
	background: #eaeaea;
	width: 25px;
	height: 1px;
	top: -1px;
	left: -17px;
	content: "";
}
.block.sns-deals .click_count > div a:hover {
	color: #c4b598;
}
.block.sns-deals .countdown {
	height: 40px;
	display: block;
	margin-left: -1px;
	margin-right: -1px;
	background: #c4b598;
	text-align: left;
	padding-left: 16px;
	padding-top: 10px;
}
.block.sns-deals .countdown:before, .block.sns-deals .countdown:after {
	content: " ";
	display: table;
}
.block.sns-deals .countdown:after {
	clear: both;
}
.block.sns-deals .countdown .countdown-row {
	display: block;
	width: 100%;
	height: 100%;
}
.block.sns-deals .countdown .countdown-row:before, .block.sns-deals .countdown .countdown-row:after {
	content: " ";
	display: table;
}
.block.sns-deals .countdown .countdown-row:after {
	clear: both;
}
.block.sns-deals .countdown .countdown-row .countdown-section {
	text-align: left;
	position: relative;
	display: inline-block;
	color: #fff;
	padding-right: 8px;
}
.block.sns-deals .countdown .countdown-row .countdown-section:before {
	position: absolute;
	top: 8px;
	right: 4px;
	content: ":";
	width: 2px;
	height: 10px;
	font-weight: bold;
	line-height: 1px;
}
.block.sns-deals .countdown .countdown-row .countdown-section:last-child:before {
	display: none;
}
.block.sns-deals .countdown .countdown-row .countdown-section + .countdown-section {
	border-left: none;
}
.block.sns-deals .countdown .countdown-row .countdown-section .countdown-amount {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 16px;
}
.block.sns-deals .countdown .countdown-row .countdown-section .countdown-period {
	display: none;
	font-size: 12px;
	color: #f7f5f1;
	line-height: 1px;
	font-weight: normal;
	text-transform: uppercase;
}
.block.sns-deals .countdown .countdown-row .countdown-section:first-child .countdown-period {
	display: inline-block !important;
	margin-left: 2px;
}
.block.sns-deals .countdown .countdown-row .countdown-section:first-child:before {
	position: absolute;
	top: 10px;
	right: 4px;
	content: ",";
	width: 2px;
	height: 10px;
	font-weight: bold;
	line-height: 1px;
}
.block.sns-deals .owl-wrapper-outer {
	background: #fff;
}
.block.sns-deals .owl-wrapper-outer .item {
	margin: 0;
	padding: 0;
	padding-right: 1px;
}
.block.sns-deals .owl-wrapper-outer .item button.btn-cart:after {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #c4b598 transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -6px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.block.sns-deals .owl-wrapper-outer .item button.btn-cart:hover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #5492db transparent transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
.block.sns-deals .owl-wrapper-outer .item {
	padding: 9px;
}
}
.block.block-facebook .block-content {
	padding: 5px 0 0;
}
.block .box-up-sell-content {
	background: #fff;
	border: 1px solid #ddd !important;
	border-top: 0px !important;
	padding: 8px;
	margin-bottom: 25px;
}
.block .box-up-sell-content .item {
	padding-bottom: 15px;
	margin-top: 5px !important;
	padding-top: 10px !important;
}
.block .box-up-sell-content .item:hover .item-img {
	border: 1px solid #ddd !important;
}
.block.box-up-sell .block-title {
	margin: 0;
}
.block.box-up-sell label.related {
	position: absolute;
	left: 5px;
	top: 15px;
	z-index: 1;
}
.block.box-up-sell label.related input.checkbox {
	height: 20px;
	margin: 0px;
}
.block.box-up-sell .item-img {
	padding: 8px 0;
	border: 1px solid transparent !important;
}
.block.box-up-sell .block-subtitle {
	margin-bottom: 10px;
}
.block.box-up-sell .block-subtitle a {
	color: #c4b598;
}
.block.block-stickynote.on-top .block-title {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 75px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 30px 0 0;
	line-height: 40px;
	color: inherit;
}
.block.block-stickynote.on-top .block-content {
	padding: 0 0;
	color: inherit;
	line-height: 18px;
}
.block.blank .block-content {
	padding: 0 0 !important;
}
.block.block-custommenu {
	text-align: center !important;
	padding: 20px 0 10px;
	border: 1px solid transparent;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.block.block-custommenu > * {
	margin: 0 auto;
}
.block.block-custommenu .block-title {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #fff;
}
.block.block-custommenu .block-content {
	padding: 0 10px !important;
	color: #888;
}
.block.block-custommenu:hover {
	border-color: #888;
}
.block.block-wishlist .actions {
	padding: 15px 0 0;
}
.block.block-compare ol li {
	position: relative;
}
.block.block-compare .block-title small {
	display: none;
}
.block.block-compare p.empty {
	margin: 0 0;
}
.block.block-compare ol {
	padding: 0 0 0 20px;
	margin: 0;
}
.block.block-compare ol li {
	margin: 3px 0;
}
.block.block-compare ol li .product-name {
	padding-right: 20px;
}
.block.block-compare .actions {
	padding: 15px 0 0;
	text-align: right;
}
.block.block-compare .actions .button {
	margin: 0 0 0 5px;
}
.upsell-products .box-up-sell .block-title {
	margin: 0 0 15px;
}
.block-latestblog {
	overflow: hidden;
	margin: 0px;
	padding-top: 10px;
}
.block-latestblog .block-title {
	color: #333;
	margin-bottom: 30px;
}
.block-latestblog .block-content {
	margin: 0 -15px;
	padding: 0;
}
.block-latestblog .block-content strong {
	color: #222;
	font-weight: normal;
}
.block-latestblog .block-content .post-img {
	margin-bottom: 16px;
}
.block-latestblog .block-content .post-title {
	min-height: 56px;
	margin-bottom: 20px;
}
.block-latestblog .block-content .post-title .date {
	padding-top: 8px;
	margin-top: 3px;
	float: left;
	width: 50px;
	height: 56px;
	border: 1px solid #eaeaea;
	margin-right: 15px;
}
.block-latestblog .block-content .post-title .date span {
	float: left;
	width: 100%;
	text-align: center;
}
.block-latestblog .block-content .post-title .date span.d-day {
	margin-bottom: 2px;
	color: #c4b598;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
.block-latestblog .block-content .post-title .date span.d-month {
	color: #666;
	text-transform: uppercase;
}
.block-latestblog .block-content .post-title a {
	color: #666;
	font-family: Titillium Web;
	font-size: 14px;
}
.block-latestblog .block-content .post-title a:hover {
	color: #c4b598;
}
.block-latestblog .block-content .read_more {
	background: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	color: #ccc;
}
.block-latestblog .block-content .read_more .poster {
	margin-right: 10px;
}
.block-latestblog .block-content .read_more .fa {
	font-size: 13px;
}
.block-latestblog .block-content .read_more .comment_total .fa {
	margin-right: 3px;
}
.block-latestblog .block-content .read_more .link-readmore {
	float: right;
}
.block-latestblog .block-content .read_more .link-readmore a {
	color: #ccc;
}
.block-latestblog .block-content .read_more .link-readmore a:hover {
	color: #666;
	text-decoration: underline;
}
.block-latestblog .block-content .item-post {
	padding: 0 15px;
}
.block-latestblog .read-more {
	margin: 15px 0;
}
.block-latestblog .read-more:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #c4b598 transparent;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 40%;
	margin-top: -6px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.block-latestblog .read-more:hover {
	color: #fff;
}
.block-latestblog .read-more:hover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #5492db transparent;
}
.block-latestblog.styleblog_v2 .block-title {
	margin-bottom: 20px !important;
}
.block-latestblog.styleblog_v2 .read_more {
	padding-top: 20px;
}
.block-latestblog.styleblog_v2 .block-content {
	position: relative;
}
.block-latestblog.styleblog_v2 .navslider {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
}
.block-latestblog.styleblog_v2 .navslider a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: -6px;
	text-align: center;
	border: 1px solid #eaeaea;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block-latestblog.styleblog_v2 .navslider a.next {
	left: initial;
	right: -6px;
}
.block-latestblog.styleblog_v2 .navslider a i {
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #cacaca;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.block-latestblog.styleblog_v2 .navslider a i:hover {
	color: #fff;
}
.block-latestblog.styleblog_v2 .navslider a:hover {
	background: #c4b598;
	border-color: #c4b598;
	color: #fff;
}
.mini-products-list.products-grid .item .product-image {
	border: 1px solid #ddd;
	display: block;
	cursor: default;
	overflow: hidden;
	position: relative;
}
.mini-products-list.products-grid .item .product-image:before, .mini-products-list.products-grid .item .product-image:after {
	height: 127px;
	width: 127px;
	opacity: 0.5 !important;
	background-color: #c4b598;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	content: "";
	display: block;
	position: absolute;
}
.mini-products-list.products-grid .item .product-image:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(45deg) translateX(-180px);
	-moz-transform: rotate(45deg) translateX(-180px);
	-o-transform: rotate(45deg) translateX(-180px);
	-ms-transform: rotate(45deg) translateX(-180px);
	transform: rotate(45deg) translateX(-180px);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.mini-products-list.products-grid .item .product-image:after {
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(45deg) translateX(180px);
	-moz-transform: rotate(45deg) translateX(180px);
	-o-transform: rotate(45deg) translateX(180px);
	-ms-transform: rotate(45deg) translateX(180px);
	transform: rotate(45deg) translateX(180px);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}
.mini-products-list.products-grid .item:hover .product-image {
	border: 1px solid #c4b598;
	cursor: default;
	overflow: hidden;
	position: relative;
}
.mini-products-list.products-grid .item:hover .product-image:before, .mini-products-list.products-grid .item:hover .product-image:after {
	height: 127px;
	width: 127px;
	opacity: 0.5 !important;
	background-color: #c4b598;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	content: "";
	display: block;
	position: absolute;
}
.mini-products-list.products-grid .item:hover .product-image:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(45deg) translateX(-180px);
	-moz-transform: rotate(45deg) translateX(-180px);
	-o-transform: rotate(45deg) translateX(-180px);
	-ms-transform: rotate(45deg) translateX(-180px);
	transform: rotate(45deg) translateX(-180px);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.mini-products-list.products-grid .item:hover .product-image:after {
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(45deg) translateX(180px);
	-moz-transform: rotate(45deg) translateX(180px);
	-o-transform: rotate(45deg) translateX(180px);
	-ms-transform: rotate(45deg) translateX(180px);
	transform: rotate(45deg) translateX(180px);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}
.mini-products-list.products-grid .item:hover .product-image:hover:before, .mini-products-list.products-grid .item:hover .product-image:hover:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.mini-products-list.products-grid .item:hover .product-image:hover:before {
	-webkit-transform: rotate(45deg) translateX(0px);
	-moz-transform: rotate(45deg) translateX(0px);
	-o-transform: rotate(45deg) translateX(0px);
	-ms-transform: rotate(45deg) translateX(0px);
	transform: rotate(45deg) translateX(0px);
}
.mini-products-list.products-grid .item:hover .product-image:hover:after {
	-webkit-transform: rotate(45deg) translateX(0px);
	-moz-transform: rotate(45deg) translateX(0px);
	-o-transform: rotate(45deg) translateX(0px);
	-ms-transform: rotate(45deg) translateX(0px);
	transform: rotate(45deg) translateX(0px);
}
.mini-products-list.products-grid .item:hover .product-image:before, .mini-products-list.products-grid .item:hover .product-image:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.mini-products-list.products-grid .item:hover .product-image:before {
	-webkit-transform: rotate(45deg) translateX(0px);
	-moz-transform: rotate(45deg) translateX(0px);
	-o-transform: rotate(45deg) translateX(0px);
	-ms-transform: rotate(45deg) translateX(0px);
	transform: rotate(45deg) translateX(0px);
}
.mini-products-list.products-grid .item:hover .product-image:after {
	-webkit-transform: rotate(45deg) translateX(0px);
	-moz-transform: rotate(45deg) translateX(0px);
	-o-transform: rotate(45deg) translateX(0px);
	-ms-transform: rotate(45deg) translateX(0px);
	transform: rotate(45deg) translateX(0px);
}
.mini-products-list .item {
	padding-top: 15px;
	position: relative;
}
.mini-products-list .item + .item {
	margin-top: 15px;
	border-top: 1px solid #ddd;
}
.mini-products-list .item:before, .mini-products-list .item:after {
	content: " ";
	display: table;
}
.mini-products-list .item:after {
	clear: both;
}
.mini-products-list .item .item-img {
	float: left;
	margin-right: 10px;
}
.mini-products-list .item .item-price .price-box {
	display: inline-block;
}
.mini-products-list .item .item-price .ico-sale {
	display: inline-block;
	vertical-align: text-bottom;
	background: #ff1616;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	padding: 3px 5px 4px;
	margin-left: 10px;
	line-height: 100%;
	position: relative;
	margin-bottom: 2px;
}
.mini-products-list .item .item-price .ico-sale:before {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #ff1616 transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
}
.mini-products-list .item .old-price {
	display: block;
}
.mini-products-list .item .old-price .price {
	line-height: 1;
}
.mini-products-list .item .item-info {
	overflow: hidden;
}
.mini-products-list .item .item-info .item-title a {
	color: #333;
}
.mini-products-list .item .item-info .item-title a:hover {
	color: #c4b598;
}
.mini-products-list .item .item-info > .rating .rating-links *, .mini-products-list .item .item-info > .rating .no-rating * {
	display: none;
}
.mini-products-list .item .item-info .no-rating {
	margin: 0;
}
.mini-products-list .item .item-info .no-rating a {
	display: none;
}
.mini-products-list .item .item-info .no-rating:before {
	content: '\f005\f005\f005\f005\f005';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	letter-spacing: 2px;
	color: #dfdfdf;
}
.mini-products-list#wishlist-sidebar .btn-remove {
	top: 15px;
}
.mini-products-list.products-grid .item {
	margin: 0;
	padding-bottom: 10px;
	border: none;
}
.slider-wrap {
	position: relative;
}
.slider-wrap:hover .navslider {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-wrap .navslider {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
.slider-wrap .navslider a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 40px;
	color: #ccc;
	z-index: 1;
}
.slider-wrap .navslider a:hover {
	color: #c4b598;
}
.slider-wrap .navslider a.prev {
	left: 10px;
}
.slider-wrap .navslider a.next {
	right: 10px;
}
.block-subscribe .block_content {
	text-align: center;
}
.block-subscribe .block_content > p {
	padding: 1px 0;
}
.block-subscribe .block_content .actions {
	margin-bottom: 24px;
}
.block-subscribe .block_content .actions input, .block-subscribe .block_content .actions button {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border-radius: 8px;
	border-color: #ddd;
}
.block-subscribe .block_content .actions input:hover, .block-subscribe .block_content .actions input:active, .block-subscribe .block_content .actions input:focus, .block-subscribe .block_content .actions button:hover, .block-subscribe .block_content .actions button:active, .block-subscribe .block_content .actions button:focus {
	border-color: #c4b598;
}
.block-subscribe .block_content .actions input {
	width: 300px;
	margin-right: 10px;
}
.block-subscribe-content {
	background: #c4b598;
	padding: 33px 30px;
}
.block-subscribe-content form {
	display: table;
	width: 100%;
}
.block-subscribe-content .subscribe-title {
	display: table-cell;
	vertical-align: middle;
	vertical-align: top;
	width: 20px;
	padding-right: 30px;
}
.block-subscribe-content .subscribe-title h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.block-subscribe-content .subscribe-title P {
	color: #fff;
	margin: 0;
	white-space: nowrap;
}
.block-subscribe-content .subscribe_form {
	display: table-cell;
	vertical-align: middle;
}
.block-subscribe-content .subscribe_form .inner {
	position: relative;
}
.block-subscribe-content .subscribe_form .inner input {
	width: 100%;
	background: #fff;
	border: none;
	padding: 8px 10px;
	height: 40px;
}
.block-subscribe-content .subscribe_form .inner button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	bottom: 0;
	font-size: 20px;
	line-height: 1;
	color: #ccc;
}
.block-subscribe-content .subscribe_form .inner button:hover {
	background: none;
	color: #c4b598;
}

@media (max-width: 767px) {
.block-subscribe-content form {
	display: block;
}
.block-subscribe-content h3 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 15px;
}
.block-subscribe-content .subscribe_form {
	display: block;
	width: 100%;
}
}

@media (max-width: 479px) {
.block-subscribe-content h3 {
	font-size: 33px;
}
}
.block_topsearch .form-search:before, .block_topsearch .form-search:after {
	content: " ";
	display: table;
}
.block_topsearch .form-search:after {
	clear: both;
}
.block_topsearch .form-search input {
	border: none;
	height: 50px;
	padding-right: 90px;
	background: #fff;
	width: 100%;
}
.block_topsearch .form-search button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 20px;
	height: 50px;
	background: none !important;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.block_topsearch .form-search button:before {
	position: absolute;
	content: "";
	background: #eaeaea;
	width: 1px;
	height: 33px;
	top: 9px;
	left: 0;
}
.block_topsearch .form-search button:hover {
	background: none;
	color: #c4b598;
}
.block-categories-nav {
	position: relative;
	background: #222;
	color: #fff;
}
.block-categories-nav a {
	color: #fff;
}
.block-categories-nav > h4 {
	color: #fff;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	cursor: pointer;
}
.block-categories-nav > h4:before, .block-categories-nav > h4:after {
	content: " ";
	display: table;
}
.block-categories-nav > h4:after {
	clear: both;
}
.block-categories-nav > h4 > * {
	display: inline-block;
	vertical-align: middle;
}
.block-categories-nav > h4 .fa {
	line-height: 60px;
}
.block-categories-nav > h4 .fa-bars {
	font-size: 25px;
	margin-right: 10px;
	float: left;
}
.block-categories-nav > h4 span {
	float: left;
}
.block-categories-nav > h4 [class*="fa-caret-"] {
	font-size: 16px;
	float: right;
}
.block-categories-nav > .content {
	background: #222;
	position: absolute;
	width: 100%;
	min-width: 290px;
	top: 100%;
	left: 0;
	display: none;
}
.block-categories-nav ul.nav_accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-categories-nav ul.nav_accordion a {
	color: #fff;
}
.block-categories-nav ul.nav_accordion a:hover {
	color: #5492db;
}
.block-categories-nav ul.nav_accordion li.level0 {
	border-top: 1px solid #393939;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header {
	position: relative;
	padding: 15px 0px 15px 15px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header .btn_accor i:before {
	color: #fff;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	cursor: pointer;
	line-height: 11px;
	text-align: center;
	right: 15px;
	font-size: 120%;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header:hover, .block-categories-nav ul.nav_accordion li.level0 > .accr_header.open {
	background: #2f2f2f;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header.open > a, .block-categories-nav ul.nav_accordion li.level0 > .accr_header.open > span i:before {
	color: #5492db;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header a span, .block-categories-nav ul.nav_accordion li.level0 > .accr_header a i {
	display: inline-block;
	vertical-align: middle;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header a i {
	font-size: 20px;
	margin-right: 10px;
	width: 15px;
	text-align: center;
}
.block-categories-nav ul.nav_accordion li.level0 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-categories-nav ul.nav_accordion li.level0 ul li {
	border-top: 1px solid #393939;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header {
	line-height: 20px;
	padding: 15px 0px 15px 44px;
	position: relative;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header.open > a, .block-categories-nav ul.nav_accordion li.level0 ul li .accr_header.open > span i:before {
	color: #5492db;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor {
	display: inline-block;
	vertical-align: middle;
	float: right;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor i {
	display: block;
	text-align: center;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor i:before {
	color: #fff;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	cursor: pointer;
	line-height: 11px;
	text-align: center;
	right: 15px;
	font-size: 120%;
}
.block-categories-nav ul.nav_accordion li.level0 ul li a i {
	margin-right: 5px;
}
.block-categories-nav ul.nav_accordion li.level0 ul li ul li .accr_header {
	padding: 15px 0px 15px 70px;
}
.block-categories-nav ul.nav_accordion li.level0 ul li ul li ul li .accr_header {
	padding: 15px 0px 15px 100px;
}
.sns_banner {
	margin-bottom: 20px;
}
.sns_banner .banners_slider {
	position: relative;
}
.sns_banner .banners_slider + .post-text {
	margin-top: 20px;
}
.sns_banner .banners_slider .wrap {
	overflow: hidden;
}
.sns_banner .banners_slider .owl-controls {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.sns_banner .banners_slider .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 2px;
}
.sns_banner .banners_slider .owl-controls .owl-page:hover, .sns_banner .banners_slider .owl-controls .owl-page.active {
	background: #c4b598;
}
.sns_banner .post-text {
	margin-top: 20px;
}
.sns_banner .post-text ul.policy {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sns_banner .post-text ul.policy li {
	padding: 3px 0;
}
.sns_banner .post-text ul.policy li:before {
	content: '\e080';
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #ccc;
}
.page-sitemap .pager {
	float: right;
	margin: 0;
}
.page-sitemap ul li {
	color: #333;
}
.page-sitemap ul li a {
	color: #333;
}
.page-sitemap ul li a:hover {
	color: #c4b598;
}
#wishlist-table input, #wishlist-table textarea {
	margin: 10px 0;
}
#wishlist-sidebar .item .item-info {
	padding-right: 18px;
}
#newsletter-popup {
	padding: 20px;
	text-align: center;
}
#newsletter-popup .subscribe-title .title {
	color: #c4b598;
	font-size: 25px;
}
#newsletter-popup .subscribe-title .description {
	color: #fff;
	font-size: 15px;
}
#newsletter-popup .subscribe-content {
	margin-top: 20px;
}
#newsletter-popup .subscribe-content .subscribe_form #newsletter {
	min-width: 275px;
	border-radius: 4px !important;
	margin-right: 2px;
}
#newsletter-popup .subscribe-bottom {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter-popup .subscribe-bottom > input {
	margin-top: -3px;
	margin-right: 8px;
}
#newsletter-fixed {
	padding: 0px;
	z-index: 998;
	position: fixed;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	background: #c4b598;
	padding: 20px;
	text-align: center;
	padding-bottom: 40px;
}
#newsletter-fixed .subscribe-title .title {
	color: #fff;
	font-size: 25px;
}
#newsletter-fixed .subscribe-title .description {
	color: #fff;
	font-size: 15px;
}
#newsletter-fixed .subscribe-content {
	margin-top: 20px;
}
#newsletter-fixed .subscribe-content .subscribe_form #newsletter {
	min-width: 275px;
	margin-right: 2px;
	border-color: #fff;
}
#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn {
	border-color: #fff;
	height: 34px;
}
#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn i {
	color: #c4b598;
}
#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn:hover {
	background: #fff;
}
#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn:hover i {
	color: #c4b598;
	animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-webkit-animation: 1.3s ease-out 75ms normal none 1 running wobble;
	-o-animation: 1.3s ease-out 75ms normal none 1 running wobble;
}
#newsletter-fixed .subscribe-bottom {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter-fixed .subscribe-bottom > input {
	margin-top: -3px;
	margin-right: 8px;
}
#newsletter-fixed #newsletter-fixed-btn {
	position: absolute;
	top: 0%;
	right: 100%;
	border: 1px solid #c4b598;
	border-width: 1px 0 1px 1px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background: #fff;
}
#newsletter-fixed #newsletter-fixed-btn i {
	font-size: 20px;
	color: #c4b598;
}
#newsletter-fixed #newsletter-fixed-close {
	display: block;
	position: absolute;
	cursor: pointer;
	background-color: #666;
	color: #fff;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 20px;
	height: 20px;
}
#newsletter-fixed #newsletter-fixed-close i {
	font-size: 15px;
}
#sns_testlist {
	position: fixed;
	z-index: 10000;
	width: 300px;
	top: 0;
	height: 100%;
	right: -300px;
	border-left: 1px solid #ccc;
	background: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#sns_testlist:hover {
	right: 0;
}
#sns_testlist_btn {
	position: absolute;
	top: 0%;
	right: 100%;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
}
#sns_testlist .inner {
	overflow: auto;
}
.sns-social ul {
	list-style-type: none;
	padding-left: 0;
}
.sns-social ul li {
	display: inline-block;
}
.sns-social ul li a {
	font-size: 18px;
	margin-right: 10px;
	color: #ccc;
	transition: all 0.3s ease;
}
.sns-social ul li a:hover {
	color: #c4b598;
	transform: rotate(7deg);
}
.testimonial_content {
	min-height: 270px;
	padding-top: 50px;
	padding-bottom: 45px;
}
.testimonial_content h3 {
	margin: 0;
}
.testimonial_content .navslider {
	position: relative;
	z-index: 99;
}
.testimonial_content .navslider a {
	position: absolute;
	top: 0px;
	width: 120px;
	height: 120px;
	z-index: 99;
	border-radius: 100%;
	transition: all 0.3s ease;
}
.testimonial_content .navslider a .fa {
	display: none;
}
.testimonial_content .navslider a.prev {
	left: 67px;
}
.testimonial_content .navslider a.next {
	right: 67px;
}
.testimonial_content .navslider a:hover {
	background: #fff;
	opacity: 0.4;
}
.testimonial_content .testimonials_slider .owl-carousel {
	padding-top: 0;
}
.testimonial_content .testimonials_slider .wrap .avatar-info {
	text-align: center;
	position: relative;
}
.testimonial_content .testimonials_slider .wrap .avatar {
	border: 3px solid #c4b598;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	display: inline-block;
	background: #c4b598;
}
.testimonial_content .testimonials_slider .owl-item {
	min-height: 230px;
}
.testimonial_content .testimonials_slider .owl-item .content {
	position: absolute;
	display: none;
	width: 300%;
	margin-left: -100%;
	top: 135px;
	text-align: center;
	background: url(../images/bg_testimonial.png);
	padding-bottom: 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.testimonial_content .testimonials_slider .owl-item .content .user {
	font-weight: bold;
	color: #c4b598;
	font-size: 13px;
}
.testimonial_content .testimonials_slider .owl-item .content .position {
	text-transform: uppercase;
}
.testimonial_content .testimonials_slider .owl-item.active {
	position: relative;
	z-index: 3;
}
.testimonial_content .testimonials_slider .owl-item.active .content {
	display: none;
}
.testimonial_content .testimonials_slider .owl-item.active.center {
	z-index: 1;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar-info {
	text-align: center;
	position: relative;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar-info:before {
	position: absolute;
	width: 200px;
	height: 3px;
	background: #c4b598;
	top: 50%;
	margin-top: -2px;
	left: -100px;
	content: "";
	transition: all 0.3s ease;
	transition-delay: 2s;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar-info:after {
	position: absolute;
	width: 200px;
	height: 3px;
	background: #c4b598;
	top: 50%;
	margin-top: -2px;
	right: -100px;
	content: "";
	transition: all 0.3s ease;
	transition-delay: 2s;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar {
	position: relative;
	z-index: 999;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar img {
	transition: all 0.3s ease;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.testimonial_content .testimonials_slider .owl-item.active.center .content {
	display: block !important;
	position: absolute;
	width: 300%;
	margin-left: -100%;
	top: 135px;
	text-align: center;
}
.testimonial_content .testimonials_slider .owl-item.active.center .content .user {
	font-weight: bold;
	color: #c4b598;
	font-size: 13px;
}
.testimonial_content .testimonials_slider .owl-item.active.center .content .position {
	text-transform: uppercase;
}
.block.sns-slider.style_slide_v2 .container-slider {
	margin: 0 -10px;
}
.block.sns-slider.style_slide_v2 .container-slider .item {
	padding-left: 10px;
	padding-right: 10px;
}
.upsell-products {
	margin-bottom: 30px;
}
.related-products {
	margin-bottom: 20px;
}
.related-products .block-title {
	margin-bottom: 15px;
}
.related-products .block-subtitle {
	margin-bottom: 6px;
}
.related-products .related {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.related-products .related input {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 12px;
	margin: 0;
	padding: 0;
	min-height: 12px;
	border-color: #eaeaea;
}
#sns_mommenu .btn.leftsidebar, #sns_mommenu .btn.rightsidebar {
	display: none;
}
#sns_mommenu .btn.leftsidebar .overlay, #sns_mommenu .btn.rightsidebar .overlay {
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
}

@media (max-width: 991px) {
#sns_right {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	padding: 15px;
	height: 100%;
	bottom: 0;
	overflow: auto;
	background: #fff;
	Z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
#sns_right.active {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_right .sns-col-inner {
	padding: 0px 0 50px;
}
#sns_left {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	padding: 15px;
	height: 100%;
	bottom: 0;
	overflow: auto;
	background: #fff;
	Z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
#sns_left.active {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_left .sns-col-inner {
	padding: 30px 0 50px;
}
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
}
50% {
-webkit-transform:scale(1.05);
}
70% {
-webkit-transform:scale(.9);
}
100% {
opacity:1;
-webkit-transform:scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity:0;
-moz-transform:scale(.3);
}
50% {
-moz-transform:scale(1.05);
}
70% {
-moz-transform:scale(.9);
}
100% {
opacity:1;
-moz-transform:scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity:0;
-o-transform:scale(.3);
}
50% {
-o-transform:scale(1.05);
}
70% {
-o-transform:scale(.9);
}
100% {
opacity:1;
-o-transform:scale(1);
}
}
@keyframes bounceIn {
0% {
opacity:0;
transform:scale(.3);
}
50% {
transform:scale(1.05);
}
70% {
transform:scale(.9);
}
100% {
opacity:1;
transform:scale(1);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(100px);
}
60% {
-webkit-transform:translateX(-30px);
}
80% {
-webkit-transform:translateX(10px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity:0;
-moz-transform:translateX(100px);
}
60% {
-moz-transform:translateX(-30px);
}
80% {
-moz-transform:translateX(10px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity:0;
-o-transform:translateX(100px);
}
60% {
-o-transform:translateX(-30px);
}
80% {
-o-transform:translateX(10px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity:0;
transform:translateX(100px);
}
60% {
transform:translateX(-30px);
}
80% {
transform:translateX(10px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale(1.8);
}
100% {
opacity:1;
-webkit-transform:scale(1);
}
}
@-moz-keyframes zoomIn {
0% {
opacity:0;
-moz-transform:scale(1.8);
}
100% {
opacity:1;
-moz-transform:scale(1);
}
}
@-o-keyframes zoomIn {
0% {
opacity:0;
-o-transform:scale(1.8);
}
100% {
opacity:1;
-o-transform:scale(1);
}
}
@keyframes zoomIn {
0% {
opacity:0;
transform:scale(1.8);
}
100% {
opacity:1;
transform:scale(1);
}
}
@-webkit-keyframes zoomOut {
0% {
opacity:0;
-webkit-transform:scale(.6);
}
100% {
opacity:1;
-webkit-transform:scale(1);
}
}
@-moz-keyframes zoomOut {
0% {
opacity:0;
-moz-transform:scale(.6);
}
100% {
opacity:1;
-moz-transform:scale(1);
}
}
@-o-keyframes zoomOut {
0% {
opacity:0;
-o-transform:scale(.6);
}
100% {
opacity:1;
-o-transform:scale(1);
}
}
@keyframes zoomOut {
0% {
opacity:0;
transform:scale(.6);
}
100% {
opacity:1;
transform:scale(1);
}
}
@-webkit-keyframes slideBottom {
0% {
opacity:0;
top:50px;
}
100% {
opacity:1;
top:0;
}
}
@-moz-keyframes slideBottom {
0% {
opacity:0;
top:50px;
}
100% {
opacity:1;
top:0;
}
}
@-o-keyframes slideBottom {
0% {
opacity:0;
top:50px;
}
100% {
opacity:1;
top:0;
}
}
@keyframes slideBottom {
0% {
opacity:0;
top:50px;
}
100% {
opacity:1;
top:0;
}
}
@-webkit-keyframes slideRight {
0% {
opacity:0;
left:30px;
}
100% {
opacity:1;
left:0;
}
}
@-moz-keyframes slideRight {
0% {
opacity:0;
left:30px;
}
100% {
opacity:1;
left:0;
}
}
@-o-keyframes slideRight {
0% {
opacity:0;
left:30px;
}
100% {
opacity:1;
left:0;
}
}
@keyframes slideRight {
0% {
opacity:0;
left:30px;
}
100% {
opacity:1;
left:0;
}
}
@-webkit-keyframes slideLeft {
0% {
opacity:0;
left:-30px;
}
100% {
opacity:1;
left:0;
}
}
@-moz-keyframes slideLeft {
0% {
opacity:0;
left:-30px;
}
100% {
opacity:1;
left:0;
}
}
@-o-keyframes slideLeft {
0% {
opacity:0;
left:-30px;
}
100% {
opacity:1;
left:0;
}
}
@keyframes slideLeft {
0% {
opacity:0;
left:-30px;
}
100% {
opacity:1;
left:0;
}
}
@-webkit-keyframes pageLeft {
0% {
opacity:0;
-webkit-transform:perspective(400px) rotateY(-90deg);
}
100% {
opacity:1;
-webkit-transform:perspective(400px) rotateY(0deg);
}
}
@-moz-keyframes pageLeft {
0% {
opacity:0;
-moz-transform:perspective(400px) rotateY(-90deg);
}
100% {
opacity:1;
-moz-transform:perspective(400px) rotateY(0deg);
}
}
@-o-keyframes pageLeft {
0% {
opacity:0;
-o-transform:perspective(400px) rotateY(-90deg);
}
100% {
opacity:1;
-o-transform:perspective(400px) rotateY(0deg);
}
}
@keyframes pageLeft {
0% {
opacity:0;
transform:perspective(400px) rotateY(-90deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateY(0deg);
}
}
@-webkit-keyframes pageRight {
0% {
opacity:0;
-webkit-transform:perspective(400px) rotateY(90deg);
}
100% {
opacity:1;
-webkit-transform:perspective(400px) rotateY(0deg);
}
}
@-moz-keyframes pageRight {
0% {
opacity:0;
-moz-transform:perspective(400px) rotateY(90deg);
}
100% {
opacity:1;
-moz-transform:perspective(400px) rotateY(0deg);
}
}
@-o-keyframes pageRight {
0% {
opacity:0;
-o-transform:perspective(400px) rotateY(90deg);
}
100% {
opacity:1;
-o-transform:perspective(400px) rotateY(0deg);
}
}
@keyframes pageRight {
0% {
opacity:0;
transform:perspective(400px) rotateY(90deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateY(0deg);
}
}
@-webkit-keyframes pageTop {
0% {
opacity:0;
-webkit-transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
-webkit-transform:perspective(400px) rotateX(0deg);
}
}
@-moz-keyframes pageTop {
0% {
opacity:0;
-moz-transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
-moz-transform:perspective(400px) rotateX(0deg);
}
}
@-o-keyframes pageTop {
0% {
opacity:0;
-o-transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
-o-transform:perspective(400px) rotateX(0deg);
}
}
@keyframes pageTop {
0% {
opacity:0;
transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateX(0deg);
}
}
@-webkit-keyframes pageTopBack {
0% {
opacity:0;
-webkit-transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
-webkit-transform:perspective(400px) rotateX(0deg);
}
}
@-moz-keyframes pageTopBack {
0% {
opacity:0;
-moz-transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
-moz-transform:perspective(400px) rotateX(0deg);
}
}
@-o-keyframes pageTopBack {
0% {
opacity:0;
-o-transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
-o-transform:perspective(400px) rotateX(0deg);
}
}
@keyframes pageTopBack {
0% {
opacity:0;
transform:perspective(400px) rotateX(90deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateX(0deg);
}
}
@-webkit-keyframes pageBottom {
0% {
opacity:0;
-webkit-transform:perspective(400px) rotateX(-90deg);
}
100% {
opacity:1;
-webkit-transform:perspective(400px) rotateX(0deg);
}
}
@-moz-keyframes pageBottom {
0% {
opacity:0;
-moz-transform:perspective(400px) rotateX(-90deg);
}
100% {
opacity:1;
-moz-transform:perspective(400px) rotateX(0deg);
}
}
@-o-keyframes pageBottom {
0% {
opacity:0;
-o-transform:perspective(400px) rotateX(-90deg);
}
100% {
opacity:1;
-o-transform:perspective(400px) rotateX(0deg);
}
}
@keyframes pageBottom {
0% {
opacity:0;
transform:perspective(400px) rotateX(-90deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateX(0deg);
}
}
@-webkit-keyframes starwars {
0% {
opacity:0;
-webkit-transform:perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
80% {
opacity:1;
-webkit-transform:perspective(200px) scale(1) rotateX(60deg);
}
100% {
opacity:1;
-webkit-transform:perspective(200px) scale(1) rotateX(0deg);
}
}
@-moz-keyframes starwars {
0% {
opacity:0;
-moz-transform:perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
80% {
opacity:1;
-moz-transform:perspective(200px) scale(1) rotateX(60deg);
}
100% {
opacity:1;
-moz-transform:perspective(200px) scale(1) rotateX(0deg);
}
}
@-o-keyframes starwars {
0% {
opacity:0;
-o-transform:perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
80% {
opacity:1;
-o-transform:perspective(200px) scale(1) rotateX(60deg);
}
100% {
opacity:1;
-o-transform:perspective(200px) scale(1) rotateX(0deg);
}
}
@keyframes starwars {
0% {
opacity:0;
transform:perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
80% {
opacity:1;
transform:perspective(200px) scale(1) rotateX(60deg);
}
100% {
opacity:1;
transform:perspective(200px) scale(1) rotateX(0deg);
}
}
.sns-producttabs .pre-text {
	margin: 0 0 15px;
}
.sns-producttabs .post-text {
	margin: 10px 0 0;
}
.sns-producttabs a:hover {
	text-decoration: none;
}
.sns-producttabs .sns-pdt-container {
	padding: 0;
}
.sns-producttabs .sns-pdt-container .pdt-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sns-producttabs .sns-pdt-container .pdt-nav > li {
	float: left;
	font-size: 16px;
	line-height: 100%;
	margin: 0 10px 10px 0;
	padding: 8px 15px;
	cursor: pointer;
}
.sns-producttabs .sns-pdt-content .pdt-content {
	padding: 0;
	width: 100%;
	display: none;
}
.sns-producttabs .sns-pdt-content .pdt-content .item-animate {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
}
.sns-producttabs .sns-pdt-content .pdt-content .play .item-animate {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideBottom.play .item-animate {
	-webkit-animation: slideBottom 300ms ease both;
	animation: slideBottom 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideLeft.play .item-animate {
	-webkit-animation: slideLeft 300ms ease both;
	animation: slideLeft 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideRight.play .item-animate {
	-webkit-animation: slideRight 300ms ease both;
	animation: slideRight 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .bounceIn.play .item-animate {
	-webkit-animation: bounceIn 300ms ease both;
	animation: bounceIn 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .bounceInRight.play .item-animate {
	-webkit-animation: bounceInRight 300ms ease both;
	animation: bounceInRight 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .zoomIn.play .item-animate {
	-webkit-animation: zoomIn 300ms ease both;
	animation: zoomIn 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .zoomOut.play .item-animate {
	-webkit-animation: zoomOut 300ms ease both;
	animation: zoomOut 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageRight.play .item-animate {
	-webkit-animation: pageRight 300ms ease both;
	animation: pageRight 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageLeft.play .item-animate {
	-webkit-animation: pageLeft 300ms ease both;
	animation: pageLeft 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageTop.play .item-animate {
	-webkit-animation: pageTop 300ms ease both;
	animation: pageTop 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageBottom.play .item-animate {
	-webkit-animation: pageBottom 300ms ease both;
	animation: pageBottom 300ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .starwars.play .item-animate {
	-webkit-animation: starwars 300ms ease-out both;
	animation: starwars 300ms ease-out both;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.sns-producttabs .sns-pdt-content .pdt-list {
	margin: 0 -10px;
}
.sns-producttabs .sns-pdt-content .pdt-list:before, .sns-producttabs .sns-pdt-content .pdt-list:after {
	content: " ";
	display: table;
}
.sns-producttabs .sns-pdt-content .pdt-list:after {
	clear: both;
}
.sns-producttabs .sns-pdt-content .pdt-list.products-grid .item {
	margin: 0 0 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.sns-producttabs .sns-pdt-content .pdt-list.products-grid .item:hover {
	position: relative;
	z-index: 9999;
}
.sns-producttabs .sns-pdt-content .pdt-list .owl-controls {
	margin: 0 15px;
}
.sns-producttabs .sns-pdt-content .tab-content-actived {
	display: inline-block;
}
.sns-producttabs .pdt-content .content-loading {
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	background: url(../images/loader.gif) no-repeat scroll center center transparent;
	min-height: 400px;
	display: block;
	z-index: 0;
}
.sns-producttabs .sns-pdt-container .pdt-nav >li.tab-nav-actived, .sns-producttabs .sns-pdt-container .pdt-nav >li:hover {
	background: #666;
	color: #fff;
}
.sns-producttabs {
	overflow: visible;
}
.sns-producttabs .sns-pdt-head {
	margin-bottom: 25px;
}
.sns-producttabs .sns-pdt-head:before, .sns-producttabs .sns-pdt-head:after {
	content: " ";
	display: table;
}
.sns-producttabs .sns-pdt-head:after {
	clear: both;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav {
	margin: 0 0 5px;
	color: #999;
	font-size: 157%;
	text-align: center;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived span {
	color: #c4b598;
	border: 1px solid #c4b598;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover span {
	color: #c4b598;
	border: 1px solid #c4b598;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span {
	cursor: pointer;
	position: relative;
	display: block;
	padding: 7px 30px 8px 30px;
	border: 1px solid #eaeaea;
	color: #ccc;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop {
	display: none;
	margin-bottom: 20px;
	width: 100%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle * {
	display: inline-block !important;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
	display: inline-block;
	color: #333;
	text-transform: uppercase;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span {
	background: #fff;
	padding: 0 10px;
	display: inline-block;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:hover {
	color: #c4b598;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu {
	top: 115% !important;
	border-radius: 0px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu li a {
	cursor: pointer;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content {
	width: 100%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .content-loading {
	min-height: 445px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .is-loading .pdt-loadmore {
	display: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore {
	clear: both;
	text-align: center;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before, .sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
	content: " ";
	display: table;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
	clear: both;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .ico-loading {
	display: none !important;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore {
	display: block;
	cursor: pointer;
	position: relative;
	background: none;
	color: #666;
	border: 1px solid #eaeaea;
	line-height: 36px;
	font-size: 113%;
	font-weight: bold;
	border-radius: 0;
	height: 40px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:before {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	content: attr(data-label);
	margin-right: 5px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:after {
	display: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:before {
	content: attr(data-label-load);
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
	cursor: text;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore:after {
	content: "\f00c";
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner > span {
	padding-right: 0px;
	background: none;
}
.sns-producttabs-slider .sns-pdt-content .pdt-content {
	display: block;
}
.sns-producttabs-slider .owl-item {
	padding: 0 15px;
}
.block-twitter {
	position: relative;
}
.block-twitter a.follow-link {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 10px;
	border: 1px solid #e8e8e8;
}
#sns_twitter {
	position: relative;
	padding-left: 60px;
	color: #fff;
}
#sns_twitter a {
	color: #fff;
	font-weight: bold;
}
#sns_twitter a:hover {
	text-decoration: underline;
}
#sns_twitter:before {
	content: '\f099';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
#sns_twitter .tweet {
	margin: 0;
}
#sns_twitter .bottom {
	display: none;
}
#sns_twitter .timePosted {
	color: #ccc;
	margin: 0 0;
	font-size: 92%;
	line-height: 1;
}
#sns_twitter .interact {
	margin: 0 0;
	clear: left;
}
#sns_twitter .interact a {
	display: inline-block;
	background: url("../images/icon.png") no-repeat left -2px;
	margin: 0 0 0 22px;
	padding: 0 0 0 18px;
}
#sns_twitter .interact a.twitter_reply_icon {
	margin: 0 0;
}
#sns_twitter .interact a.twitter_retweet_icon {
	padding: 0 0 0 25px;
	background-position: 0 -21px;
}
#sns_twitter .interact a.twitter_fav_icon {
	background-position: 0 -41px;
}
#sns_twitter.no-avartar .user img {
	display: none;
}
#sns_twitter.no-followlink a.follow-link {
	display: none;
}
#sns_twitter.no-date .timePosted {
	display: none;
}
#sns_twitter.no-interactlink .interact a {
	display: none;
}
.block-facebook {
	position: relative;
}
.block-facebook .btn-like {
	position: absolute;
	right: 0px;
	top: 10px;
	height: 18px;
}
.block-facebook .fanpage-info {
	display: block;
	margin-bottom: 5px;
}
.block-facebook .fanpage-list {
	margin: 0 -5px;
}
.block-facebook .fanpage-list .item {
	padding: 0 5px;
	width: 25%;
	float: left;
}
.block-facebook .fanpage-list .item > .item-face {
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}
.block-facebook .fanpage-list .item > .item-face:hover {
	border-color: #c4b598;
}
.block-facebook .fanpage-list .item > .item-face img {
	width: 100%;
}
.block-facebook .fanpage-list .item .item-name {
	display: block;
	text-align: center;
	margin: 1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 767px) {
.block-facebook .fanpage-list .item {
	max-width: 25%;
	width: auto;
}
}
#fancybox-content, #fancybox-content > div {
	overflow: visible !important;
}
.fancybox-overlay + .zoomContainer {
	z-index: 8888 !important;
}
.sns-slider {
	margin: 8px 0;
}
.sns-slider .container-slider {
	margin: 0 -15px;
	position: relative;
}
.sns-slider .container-slider:hover .navslider {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sns-slider .container-slider .navslider {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
.sns-slider .container-slider .navslider a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 40px;
	color: #ccc;
	z-index: 1;
}
.sns-slider .container-slider .navslider a:hover {
	color: #c4b598;
}
.sns-slider .container-slider .navslider a.prev {
	left: 25px;
}
.sns-slider .container-slider .navslider a.next {
	right: 25px;
}
.sns-slider .container-slider .owl-item > .item {
	padding: 0px 15px;
	margin-top: 0;
}
.promo-wrap {
	background: #e8e8e8;
}
.promo-wrap .pro-col {
	width: 33.33%;
	float: left;
}
.promo-wrap .pro-col.pro-left {
	position: relative;
}
.promo-wrap .pro-col.pro-left:before {
	position: absolute;
	content: "";
	display: inline-block;
	border-bottom: 25px solid rgba(0,0,0,0);
	border-right: 25px solid #e8e8e8;
	border-top: 25px solid rgba(0,0,0,0);
	right: 0px;
	top: 50%;
	margin-top: -13px;
	z-index: 1;
}
.promo-wrap .pro-col.pro-right {
	position: relative;
}
.promo-wrap .pro-col.pro-right:before {
	position: absolute;
	content: "";
	display: inline-block;
	border-bottom: 25px solid rgba(0,0,0,0);
	border-left: 25px solid #e8e8e8;
	border-top: 25px solid rgba(0,0,0,0);
	left: 0px;
	top: 50%;
	margin-top: -13px;
	z-index: 1;
}
.promo-wrap .pro-col.pro-mid {
	text-align: center;
}
.promo-wrap .pro-col.pro-mid .title {
	font-size: 269.23%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 50px 0 18px;
	margin: 0 0;
	line-height: 32px;
	position: relative;
}
.promo-wrap .pro-col.pro-mid .title:after {
	position: absolute;
	content: "";
	width: 80%;
	left: 10%;
	bottom: 0px;
	height: 1px;
	border-bottom: 2px dashed #ccc;
}
.promo-wrap .pro-col.pro-mid .sub-title {
	padding: 16px 0;
	margin: 0 15px;
	font-size: 100%;
}
.promo-wrap.twocol-special .pro-col.pro-left {
	width: 55%;
}
.promo-wrap.twocol-special .pro-col.pro-mid {
	width: 45%;
}
.sns_testimonial .wrap:before, .sns_testimonial .wrap:after {
	content: " ";
	display: table;
}
.sns_testimonial .wrap:after {
	clear: both;
}
.sns_testimonial .wrap .avatar {
	overflow: hidden;
}
.sns_testimonial .wrap .info {
	overflow: hidden;
}
.sns_testimonial .owl-carousel {
	position: relative;
	padding-top: 30px;
}
.sns_testimonial .owl-carousel .owl-pagination {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.sns_testimonial .owl-carousel .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 2px solid #ddd;
	position: relative;
	margin: 0 5px;
	border-radius: 50%;
}
.sns_testimonial .owl-carousel .owl-pagination .owl-page span {
	width: 8px;
	height: 8px;
	margin: 2px;
	display: block;
	border-radius: 50%;
}
.sns_testimonial .owl-carousel .owl-pagination .owl-page.active span, .sns_testimonial .owl-carousel .owl-pagination .owl-page:hover span {
	background: #ddd;
}
.sns_testimonial p {
	margin: 0;
	padding: 0 5%;
}
.sns_testimonial .tes-info {
	color: #666;
}
.sns_testimonial.style_v2 .block-title {
	margin-bottom: 15px !important;
}
.sns_testimonial.style_v2 .owl-carousel {
	padding-top: 0;
}
.sns_testimonial.style_v2 p {
	padding: 0;
}
.sns_testimonial.style_v2 .tes-info {
	padding-top: 12px;
	margin-top: 20px;
	background: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.sns_testimonial.style_v2 .tes-info .user {
	color: #c4b598;
}
.sns_testimonial.style_v2 .navslider {
	width: 62px;
	height: 30px;
	background: #fff;
	position: relative;
	margin-top: 18px;
	z-index: 3;
}
.sns_testimonial.style_v2 .navslider:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 30px;
	background: #eaeaea;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sns_testimonial.style_v2 .navslider:hover:before {
	background: #c4b598;
}
.sns_testimonial.style_v2 .navslider a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: 1px solid #eaeaea;
}
.sns_testimonial.style_v2 .navslider a i {
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #cacaca;
	background: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sns_testimonial.style_v2 .navslider a i:hover {
	color: #fff;
}
.sns_testimonial.style_v2 .navslider a:hover {
	background: #c4b598;
	color: #fff;
	border-color: #c4b598;
}
.sns_testimonial.style_v2 .navslider a.next {
	border-left: none;
}
.sns_testimonial.style_v2 .navslider a.prev {
	border-right: none;
}
#sns_slideshow_wrapper:hover .owl-controls {
	opacity: 1;
}
#sns_slideshow_wrapper .owl-controls {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#sns_slideshow_wrapper .owl-controls .owl-nav {
	display: none;
}
#sns_slideshow_wrapper .owl-controls .owl-nav > div {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
#sns_slideshow_wrapper .owl-controls .owl-nav > div i {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0,0,0,0.5);
	font-size: 32px;
	color: #fff;
}
#sns_slideshow_wrapper .owl-controls .owl-nav > div:hover i {
	background: #fff;
	color: #666;
}
#sns_slideshow_wrapper .owl-controls .owl-nav .owl-prev {
	left: 20px;
}
#sns_slideshow_wrapper .owl-controls .owl-nav .owl-next {
	right: 20px;
}
#sns_slideshow_wrapper .owl-controls .owl-dots {
	position: absolute;
	bottom: 7px;
	right: 0;
	left: 0;
	text-align: center;
}
#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 7px;
}
#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot:hover span:before, #sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot.active span:before {
	border: 2px solid #c4b598;
	background: #c4b598;
}
#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	position: relative;
}
#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot span:before {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	content: '';
	border: 2px solid #c4b598;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#sns_slideshow_wrapper .owl-carousel .owl-item img {
	width: auto;
}
.product-image-gallery {
	position: relative;
}
.product-image-gallery .gallery-image {
	display: none;
}
.product-image-gallery .gallery-image.visible {
	display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
	visibility: hidden;
}
label, span.label {
	font-size: 100%;
	font-weight: normal;
}
label em, p.required {
	color: #fe6d4c;
}
.tooltip .in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tooltip .tooltip-inner {
	background: #c4b598;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #c4b598;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #c4b598;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #c4b598;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.mrb45 {
	margin-bottom: 45px;
}
.mrb50 {
	margin-bottom: 50px;
}
.mrb10 {
	margin-bottom: 10px;
}
.wrap {
	width: 100%;
	clear: both;
}
.wrap:before, .wrap:after {
	content: " ";
	display: table;
}
.wrap:after {
	clear: both;
}
input, textarea, .uneditable-input {
	width: 206px;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
[class*="col-"]:hover {
	z-index: 1;
}
[data-icon] {
	font-style: normal;
}
#sns_sticky_right, #sns_sticky_left {
	display: none;
}
.sticky {
	background: #fff;
	padding: 0px;
	z-index: 998;
	border: 1px solid #cecece;
	border-right: none;
	position: fixed;
	right: 0px;
	top: 100px;
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	-webkit-box-shadow: 0 3px #cecece;
	box-shadow: 0 3px #cecece;
	border-bottom: none;
}
.sticky.style-show-content {
	width: 270px;
}
.sticky.style-show-title {
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sticky.style-show-title .sticky-content {
	padding: 0 20px;
	display: block;
}
.sticky .sticky-button {
	position: absolute;
	top: -1px;
	left: -50px;
	height: 50px;
	width: 50px;
	font-size: 20px;
	cursor: pointer;
	line-height: 46px;
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #cecece;
	border-bottom: none;
	-webkit-box-shadow: 0 3px #cecece;
	box-shadow: 0 3px #cecece;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.sticky .sticky-button span {
	display: none;
}
.sticky .sticky-button i {
	text-align: center;
	vertical-align: middle;
}
body.ie8 .sticky .sticky-button {
	border-bottom: 3px solid #cecece;
}
.sticky .sticky-content {
	padding: 12px 20px;
}
.sticky .sticky-content .block .block-title {
	padding: 0px 0px 10px;
	border-bottom: 1px solid #ddd;
}
.sticky .sticky-content .block .block-content {
	padding: 10px 0px 5px;
}
.sticky .sticky-content .block.block-facebook .btn-like {
	top: 0px;
	right: 0px;
}
.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face {
	background: #efefef;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face:hover {
	background: #c4b598;
}
#sns_sticky_left .sticky {
	border: 1px solid #cecece;
	border-left: none;
	right: auto;
	left: 0px;
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}
body.ie8 #sns_sticky_left .sticky {
	border-bottom: 3px solid #cecece;
}
#sns_sticky_left .sticky .sticky-button {
	right: -50px;
	left: auto;
	border: 1px solid #cecece;
	border-bottom: none;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
body.ie8 #sns_sticky_left .sticky .sticky-button {
	border-bottom: 3px solid #cecece;
}
#sns-totop {
	background: #aaa;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 45px;
	bottom: 5px;
	right: 5px;
	height: 45px;
	text-decoration: none;
	overflow: hidden;
	z-index: 40;
	position: fixed;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
#sns-totop.hidden-top {
	bottom: -100px;
}
#sns-totop:hover {
	background-color: #c4b598;
}
#sns-totop:hover i {
	color: #fff;
}
#sns-totop i {
	font-size: 24px;
	color: #e5e5e5;
	position: relative;
	top: 8px;
}
#facebook_fan iframe[style] {
	width: 100% !important;
}
.stickynote-top {
	background: #2d3538;
	color: #ccc;
	left: 0px;
	top: -100%;
	z-index: 99;
	position: fixed;
	visibility: hidden;
}
.stickynote-top .container {
	position: relative;
}
.stickynote-top .container .block {
	padding: 25px 80px 25px 0px;
}
.stickynote-top .container .btn-close {
	position: absolute;
	height: 32px;
	width: 32px;
	right: 0px;
	top: 100%;
	margin-top: 5px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	text-indent: -999em;
	background: url("../images/btn-close.png") no-repeat left top;
	cursor: pointer;
	-webkit-transform: scale(0.5) rotate(45deg);
	-moz-transform: scale(0.5) rotate(45deg);
	-o-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
}
.stickynote-top.loaded {
	visibility: visible;
}
.sns-slider .owl-item > *, .block-latestblog .owl-item > * {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-backface-visibility: hidden;
}
.sns-slider .owl-item.active > *, .block-latestblog .owl-item.active > * {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.tabdrop {
	margin: 0;
}
.tabdrop .dropdown-toggle {
	margin: 0;
}
.tabdrop .dropdown-toggle * {
	display: none;
}
.blog-toolbar .pager {
	margin: 0;
}
.blog-toolbar .toolbar {
	margin: 30px 0 0;
}
.blog-toolbar .toolbar .limiter {
	display: none;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner select {
	width: 70px;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
	width: 110px !important;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
	width: 110px !important;
}
.blog-toolbar.post .toolbar {
	margin: 10px 0 20px;
}
.price .text-box input[type="button"] {
	background: #666;
	margin-left: 5px;
}
.price .text-box input[type="button"]:hover {
	background-color: #c4b598;
}
.product-name {
	font-size: 100%;
}
.product-name a {
	color: inherit;
}
.product-name a:hover {
	color: #c4b598;
}
.search-form ul {
	list-style: none;
}
.page-head {
	color: #333;
}
.page-head h2, .page-head h3, .page-head h4, .page-head h5 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px;
}
.page-title.title-buttons {
	margin-bottom: 20px;
}
.page-title h1 {
	font-size: 160%;
	margin: 0px 0 25px;
	text-transform: uppercase;
}
.sub-title {
	font-size: 110%;
}
a.readmore {
	color: #c4b598;
}
.highlight {
	color: #c4b598;
}
.height20 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
.visible-phone {
	display: none;
}

@media (max-width: 991px) {
.height20 {
	margin-bottom: 30px;
}
}

@media (min-width: 992px) {
.row20 {
	margin: 0 -10px;
}
.row20 [class^='col-'] {
	padding: 0 10px;
}
}

@media (max-width: 479px) {
.visible-phone {
	display: block;
}
}
.col-md-2d4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
.col-md-2d4 {
	float: left;
	width: 20%;
}
}
.no-display {
	display: none;
}
#fancybox-close, .btn-remove {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
#fancybox-close:before, .btn-remove:before {
	content: '\f00d';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
#fancybox-close:hover, .btn-remove:hover {
	border-color: #c4b598;
}
#fancybox-close:hover:before, .btn-remove:hover:before {
	color: #c4b598;
}
.btn-edit {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.btn-edit:before {
	content: '\f040';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.btn-edit:hover {
	border-color: #c4b598;
}
.btn-edit:hover:before {
	color: #c4b598;
}
#fancybox-close {
	top: 10px;
	right: 10px;
}
#fancybox-wrap #fancybox-outer {
	border: 2px solid #686868;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
#fancybox-wrap .fancybox-bg {
	background: none;
}
#fancybox-overlay {
	background: #000 !important;
	opacity: 20 !important;
	filter: alpha(opacity=2000) !important;
}
body .jqTransformSelectWrapper {
	height: 22px;
	background: #e2e2e2;
}
body .jqTransformSelectWrapper div span {
	padding: 0 0;
	line-height: 22px;
	height: 22px;
}
body .jqTransformSelectWrapper div a.jqTransformSelectOpen {
	height: 21px;
	width: 9px;
	background: none;
}
body .jqTransformSelectWrapper ul {
	top: 22px;
}
body .jqTransformSelectWrapper ul a {
	padding: 0 5px;
}
body .jqTransformSelectWrapper ul a.selected:hover, body .jqTransformSelectWrapper ul a:hover {
	background: #999;
}
body .jqTransformSelectWrapper .jqTransformHidden {
	display: none;
}
body .jqTransformRadioWrapper {
	margin-top: 0;
}
body .jqTransformRadioWrapper .jqTransformHidden {
	display: none;
}
body .jqtransformdone {
	line-height: 20px;
}
.banner-item {
	position: relative;
	display: block;
	text-align: center;
}
.banner-item:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	filter: alpha(opacity=0);
}
.banner-item:hover:before {
	opacity: 100;
	filter: alpha(opacity=10000);
}
.banner {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 0;
}
.banner img {
	width: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.banner:before {
	position: absolute;
	content: '';
	display: block;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	border: 3px solid #fff;
	z-index: 1;
}
.banner:hover:before {
	border: 10px dashed rgba(255,255,255,0);
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}
.banner:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.banner2 {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 0;
}
.banner2 img {
	width: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.banner2:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border: 0px solid rgba(255,255,255,0);
	z-index: 1;
}
.banner2:hover:before {
	border: 10px solid rgba(255,255,255,0.3);
}
.banner2:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner2.black:before {
	border: 0px solid rgba(0,0,0,0);
}
.banner2.black:hover:before {
	border: 10px solid rgba(0,0,0,0.1);
}
.banner4 {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner4:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	-webkit-transition: all 0.2s ease-out 0.3s;
	transition: all 0.2s ease-out 0.3s;
	-moz-transition: all 0.2s ease-out 0.3s;
	-ms-transition: all 0.2s ease-out 0.3s;
	-o-transition: all 0.2s ease-out 0.3s;
}
.banner4:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
	-webkit-transition: all 0.2s ease-out 0.3s;
	transition: all 0.2s ease-out 0.3s;
	-moz-transition: all 0.2s ease-out 0.3s;
	-ms-transition: all 0.2s ease-out 0.3s;
	-o-transition: all 0.2s ease-out 0.3s;
}
.banner4:hover:before {
	right: 50%;
	background-color: #fff;
	opacity: 0.5;
	z-index: 1;
}
.banner4:hover:after {
	left: 50%;
	background-color: #fff;
	opacity: 0.5;
}
.banner4.black:hover:before {
	background-color: #000;
	opacity: 0.1;
}
.banner4.black:hover:after {
	background-color: #000;
	opacity: 0.1;
}
.banner4 img {
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	width: 100%;
}
.banner4:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.banner5 {
	display: block;
	position: relative;
	overflow: hidden;
}
.banner5:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.banner5:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.banner5:hover:before {
	right: 50%;
	left: 50%;
	background: rgba(255,255,255,0.2);
}
.banner5:hover:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255,255,255,0.2);
}
.banner5.black:hover:before {
	right: 50%;
	left: 50%;
	background: rgba(0,0,0,0.1);
}
.banner5.black:hover:after {
	top: 50%;
	bottom: 50%;
	background: rgba(0,0,0,0.1);
}
.sns-custom-tabs .custom-tab-head:before, .sns-custom-tabs .custom-tab-head:after {
	content: " ";
	display: table;
}
.sns-custom-tabs .custom-tab-head:after {
	clear: both;
}
.sns-custom-tabs .custom-tab-head h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.sns-custom-tabs .custom-tab-head .nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li {
	font-size: 100%;
	color: #aaa;
	text-transform: uppercase;
	margin: 5px 0;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li + li {
	margin-left: 10px;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li:hover a {
	color: #c4b598;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li.active a {
	color: #fff;
	background: #c4b598;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li.active a:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #c4b598 transparent transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li a {
	border: none;
	color: #666;
	background: #f1f1f1;
	padding: 2px 8px;
	display: block;
	border-radius: 0;
	position: relative;
}
.sns-custom-tabs .tab-content {
	margin-bottom: 15px;
}
.sns-custom-tabs .tab-content .block-title-slider {
	position: static;
	margin: 0;
	padding: 0;
	height: 0;
}
.sns-custom-tabs .tab-content .block-title-slider h3 {
	display: none;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider {
	position: static;
	margin: 0;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a {
	position: absolute;
	bottom: 50%;
	z-index: 1;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a.next {
	right: -18px;
	left: auto;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a.prev {
	right: auto;
	left: -18px;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: #fff;
	color: #ccc;
	border: 3px solid #ddd;
}
.products-deals {
	display: none;
}
#fancybox-loading {
	position: fixed;
	left: 50%;
	padding: 15px 0 10px;
	width: 180px;
	background: #000;
	margin: -15px 0 0 -90px;
	text-align: center;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-o-box-shadow: 0 0 5px #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#fancybox-loading:before {
	content: '';
	display: block;
	height: 30px;
	background: url(../images/camera-loader.gif) no-repeat center center;
}
#fancybox-loading div {
	margin-top: 8px;
	color: #fff;
	background: none;
	width: 100%;
	height: auto;
}
#fancybox-loading div:before {
	content: 'Please wait...';
	text-align: center;
}
.fa-ul li {
	padding-top: 0;
}
.fa-ul li i {
	margin-top: 3px;
}
.fright {
	right: auto !important;
	left: 100% !important;
}
.head-policy {
	line-height: 1.3;
}
.head-policy strong {
	color: #666;
}
.head-policy [class*='col-']:hover .fa {
	color: #c4b598;
}
.banner-slider {
	display: none;
}
.banner-slider .owl-controls .owl-dots {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
	height: 0;
}
.banner-slider .owl-controls .owl-dots .owl-page {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 5px;
}
.banner-slider .owl-controls .owl-dots .owl-page:hover span:before, .banner-slider .owl-controls .owl-dots .owl-page.active span:before {
	border: 1px solid #fff;
}
.banner-slider .owl-controls .owl-dots .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background: #f2f2f2;
	position: relative;
}
.banner-slider .owl-controls .owl-dots .owl-page span:before {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	content: '';
}
@keyframes iconmap {
0% {
transform:translate(-2px, -2px);
}
100% {
transform:translate(3px, -3px);
}
}
@-moz-keyframes iconmap {
0% {
-moz-transform:translate(-2px, 2px);
}
100% {
-moz-transform:translate(3px, -3px);
}
}
@-webkit-keyframes iconmap {
0% {
-webkit-transform:translate(-2px, 2px);
}
100% {
-webkit-transform:translate(3px, -3px);
}
}
@-o-keyframes iconmap {
0% {
-o-transform:translate(-2px, 2px);
}
100% {
-o-transform:translate(3px, -3px);
}
}

@media (min-width: 1200px) {
.col-lg-first {
	clear: left;
}
}

@media (min-width: 992px) {
.col-md-first {
	clear: left;
}
}

@media (min-width: 768px) {
.col-sm-first {
	clear: left;
}
}

@media (max-width: 767px) {
.col-xs-first {
	clear: left;
}
}

@media (max-width: 479px) {
[class*="col-phone-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-phone-12 {
	width: 100%;
}
.col-phone-11 {
	width: 91.666666666667%;
}
.col-phone-10 {
	width: 83.333333333333%;
}
.col-phone-9 {
	width: 75%;
}
.col-phone-8 {
	width: 66.666666666667%;
}
.col-phone-7 {
	width: 58.333333333333%;
}
.col-phone-6 {
	width: 50%;
}
.col-phone-5 {
	width: 41.666666666667%;
}
.col-phone-4 {
	width: 33.333333333333%;
}
.col-phone-3 {
	width: 25%;
}
.col-phone-2 {
	width: 16.666666666667%;
}
.col-phone-1 {
	width: 8.3333333333333%;
}
.visible-phone {
	display: block !important;
}
}

@media (max-width: 1199px) {
.row.index_block > [class*='col-lg-'] {
	padding-top: 30px;
}
.row.index_block > [class*='col-lg-']:first-child {
	padding-top: 0;
}
}

@media (max-width: 991px) {
.row.index_block > [class*='col-lg-'], .row.index_block > [class*='col-md-'] {
	padding-top: 30px;
}
.row.index_block > [class*='col-lg-']:first-child, .row.index_block > [class*='col-md-']:first-child {
	padding-top: 0;
}
}

@media (max-width: 767px) {
.row.index_block > [class*='col-lg-'], .row.index_block > [class*='col-md-'], .row.index_block > [class*='col-sm-'] {
	padding-top: 30px;
}
.row.index_block > [class*='col-lg-']:first-child, .row.index_block > [class*='col-md-']:first-child, .row.index_block > [class*='col-sm-']:first-child {
	padding-top: 0;
}
}

@media (max-width: 1024px) {
.block .block-title {
	font-size: 130% !important;
}
.products-list > li.item .col-left .item-img .countdown {
	top: 10px !important;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner input {
	width: 40px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button {
	width: 55px;
}
}

@media (min-width: 980px) and (max-width: 1024px) {
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
	padding: 9px;
}
.promo-wrap .pro-col.pro-mid .title {
	padding: 30px 0 18px;
	font-size: 200%;
}
.promo-wrap.twocol-special .pro-col.pro-left {
	width: 55%;
}
.promo-wrap.twocol-special .pro-col.pro-mid {
	width: 45%;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.promo-wrap .pro-col.pro-mid .title {
	padding: 30px 0 15px;
	font-size: 150%;
	line-height: 22px;
}
.promo-wrap .pro-col.pro-mid .sub-title {
	padding: 10px 0;
	line-height: 18px;
}
.promo-wrap.twocol-special .pro-col.pro-left {
	width: 55%;
}
.promo-wrap.twocol-special .pro-col.pro-mid {
	width: 45%;
}
}

@media (max-width: 979px) {
#sns_header #sns_menu .header-menu-block {
	padding: 20px;
}
.data-table thead tr td, .data-table thead tr th {
	white-space: normal;
	padding: 5px;
}
.data-table tbody td {
	padding: 5px;
}
.data-table input.input-text {
	width: auto;
	max-width: 70%;
}
.data-table textarea {
	max-width: 70%;
}
.data-table .button {
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px 0;
}
.data-table .price-box .price {
	font-size: 120%;
}
.wrap-quickview {
	display: none !important;
}
.sns-btn-quickview {
	display: none;
}
#sns_content .category-products .toolbar .view-mode label, #sns_content .category-products .toolbar .sort-by label {
	display: none;
}
#sns_content .category-products .toolbar .limiter {
	display: none;
}
#sns_content .category-products .toolbar .pager .amount {
	display: none;
}
#sns_cpanel {
	display: none;
}
}

@media (max-width: 641px) {
.stickynote-top {
	display: none;
}
.col2-set .col-1 {
	width: 100%;
	margin-bottom: 10px;
}
.col2-set .col-2 {
	width: 100%;
	margin-bottom: 10px;
}
.cart .col2-set {
	width: 100%;
}
.cart tbody td .product-name {
	line-height: 18px;
}
.cart tfoot td {
	padding: 10px 5px;
}
.cart .totals {
	width: 100%;
}
.cart .a-center input.input-text {
	padding: 6px 2px;
	text-align: center;
}
#sns_content .block.block-social .block-title {
	float: none;
	display: block;
	margin-bottom: 20px;
}
#sns_content .block.slide-banner ul {
	margin-left: 0px !important;
}
#sns_content .block.slide-banner ul > li {
	width: 620px !important;
}
#sns_content #sns_right, #sns_content #sns_left {
	margin-bottom: 30px;
}
#sns_content #sns_right .block-layered-nav .price .text-box input[type="text"], #sns_content #sns_left .block-layered-nav .price .text-box input[type="text"] {
	width: 60px;
}
#sns_content #sns_mainmidle .category-products .toolbar .sort-by {
	display: none;
}
#sns_promotions {
	display: none;
}
.price-box .old-price {
	margin-right: 5px;
}
}

@media (max-width: 991px) {
#sns_header_logo #logo {
	text-align: center;
}
.cms-simen-home-page #sns_header_bot .sns_banner1 {
	margin-top: 30px;
}
.cms-simen-home-page #sns_header_bot .sns_banner1 img {
	width: 100%;
}
.testimonial_content .navslider a.prev {
	left: 60px;
}
.testimonial_content .navslider a.next {
	right: 60px;
}
.products-list > li.item .col-right .actions .link-compare {
	border-right: 1px solid #eaeaea;
}
.products-list > li.item .col-left {
	width: 100%;
	margin: 0 0 20px 0;
}
.products-list > li.item .col-right {
	position: static;
	overflow: inherit;
}
.products-list > li.item {
	margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.sns-product-detail #sns_tab_products ul.nav-tabs > li.tabdrop > a i {
	display: inline-block;
}
.sns-product-detail .product-shop .add-to-box .add-to-links {
	margin-left: 0;
}
.toolbar .view-mode {
	margin-bottom: 20px !important;
}
.testimonial_content .testimonials_slider .owl-item.active.center .avatar-info::before, .testimonial_content .testimonials_slider .owl-item.active.center .avatar-info::after {
	display: none;
}
.testimonial_content .testimonials_slider .owl-item.active.center .content {
	position: inherit !important;
	margin-left: 0 !important;
	width: 100% !important;
}
.testimonial_content .navslider a {
	width: 60px;
	height: 60px;
	color: #888;
	text-align: center;
	background: none;
	opacity: 0.2;
	top: 45px;
}
.testimonial_content .navslider a.next {
	right: 16%;
}
.testimonial_content .navslider a.next:before {
	font-family: FontAwesome;
	content: "ď¸";
	font-size: 50px;
	display: inline-block;
}
.testimonial_content .navslider a.prev {
	left: 16%;
}
.testimonial_content .navslider a.prev:before {
	font-family: FontAwesome;
	content: "ďˇ";
	font-size: 50px;
	display: inline-block;
}
.testimonial_content .navslider a:hover {
	background: none;
	opacity: 1;
	color: #c4b598;
}
.footer_style #sns_footer_top div.pull-right {
	float: inherit !important;
}
#sns_header .sns_header_top .header-account .myaccount {
	cursor: pointer;
	height: 39px;
	padding: 8px 12px 6px;
	position: relative;
}
#sns_header .sns_header_top .header-account .myaccount:hover .tongle {
	cursor: pointer;
}
#sns_header .sns_header_top .header-account .myaccount:hover .tongle .fa:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
#sns_header .sns_header_top .header-account .myaccount:hover .tongle span {
	color: #c4b598;
}
#sns_header .sns_header_top .header-account .myaccount:hover .content {
	display: block;
	padding-bottom: 5px;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	top: 100% !important;
}
#sns_header .sns_header_top .header-account .myaccount:hover .content li {
	border-bottom: none;
	padding: 0;
}
#sns_header .sns_header_top .header-account .myaccount:hover .content li:last-child {
	border-bottom: none;
}
#sns_header .sns_header_top .header-account .myaccount:hover .content li a {
	padding: 6px 15px;
	display: block;
	width: 100%;
	color: #888;
}
#sns_header .sns_header_top .header-account .myaccount:hover .content li a:hover {
	background: none;
	color: #c4b598;
}
#sns_header .sns_header_top .header-account .myaccount:hover .content li a i {
	display: none;
}
#sns_header .sns_header_top .header-account .myaccount .tongle .fa {
	position: relative;
}
#sns_header .sns_header_top .header-account .myaccount .content {
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	min-width: 120px;
	background: #fff;
	z-index: 9999;
	padding: 0 !important;
	border: 1px solid #eaeaea;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 120%;
}
#sns_header .sns_header_top .header-account .myaccount .content:after, #sns_header .sns_header_top .header-account .myaccount .content:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#sns_header .sns_header_top .header-account .myaccount .content:after {
	border-color: rgba(255,255,255,0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
#sns_header .sns_header_top .header-account .myaccount .content:before {
	border-color: rgba(234,234,234,0);
	border-bottom-color: #eaeaea;
	border-width: 7px;
	margin-left: -7px;
}
#sns_header .sns_header_top .header-account .myaccount .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 8px 0;
}
#sns_header .sns_header_top .header-account .myaccount .content ul li {
	min-height: 20px;
	line-height: 20px;
	border: none;
	margin-left: 0;
	display: block;
	width: 100%;
}
#sns_header .sns_header_top .header-account .myaccount .content ul li a:hover {
	color: #333;
}
#sns_header .sns_header_top .header-account .myaccount .content ul li i {
	display: none;
}
#sns_header .sns_header_top .header-account .myaccount .content ul li a {
	padding: 0 0 0 10px;
	display: block;
	width: 100%;
	border: none;
	line-height: 20px !important;
}
#sns_header .sns_header_top .header-account .myaccount .content ul li a:hover, #sns_header .sns_header_top .header-account .myaccount .content ul li a.selected {
	background: #eaeaea;
}
#sns_header .sns_header_top .header-account .myaccount .content ul li:last-child a {
	border: none;
}
#sns_header .sns_header_top .header-account .myaccount .tongle {
	display: block;
	float: right;
	padding-right: 15px;
	position: relative;
}
#sns_header .sns_header_top .header-account .myaccount .tongle .fa-angle-down {
	display: none;
}
#sns_header .sns_header_top .header-account .myaccount .tongle span {
	display: inline-block;
	color: #fff !important;
	margin-left: 3px;
}
#sns_header .sns_header_top .header-account .myaccount .tongle:after {
	position: absolute;
	content: "ď";
	font-family: FontAwesome;
	top: 0px;
	right: 0px;
}
#sns_slideshow_home2 .sns_banner1 {
	margin-top: 30px;
}
.tabs-slidev2 .owl-controls {
	top: -61px;
}
.tabs-slidev2 .sns-pdt-nav {
	padding-right: 75px;
}
.sns-producttabs-slider .sns-pdt-head .block-title, .sns-producttabs-slider .sns-pdt-head h3.pdt-nav {
	display: none;
}
.sns-producttabs-slider li.dropdown {
	display: block !important;
}
.sns-producttabs-slider .display-tab {
	float: right;
	margin-top: 1px;
}
.policy {
	display: none;
}
.footer_style #sns_footer_bottom .payment {
	margin-top: 10px;
	text-align: center;
}
.footer_style #sns_footer_bottom .sns-copyright {
	text-align: center;
}
.sns-pdt-nav h3.pdt-nav {
	display: none;
}
.sns-pdt-nav > .dropdown {
	display: block !important;
}
.block.sns-deals .countdown .countdown-section {
	margin-left: 1px !important;
}
#sns_footer_map .btn_gmap {
	margin-left: -95px !important;
	top: -28px !important;
}
#newsletter-fixed {
	width: 275px !important;
	height: 280px !important;
	padding: 15px !important;
}
#newsletter-fixed .subscribe-content .subscribe_form #newsletter {
	min-width: 180px;
	width: 180px;
}
}

@media (max-width: 480px) {
.cart ul.checkout-types {
	padding-left: 0 !important;
	float: left;
	width: 100% !important;
}
.cart .data-table .button {
	display: block !important;
	width: 100%;
	margin: 10px 0;
}
.cart-collaterals .totals table td {
	text-align: left !important;
	padding: 0px !important;
}
}

@media (max-width: 479px) {
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart {
	margin-top: 15px;
}
.testimonial_content .navslider a.prev {
	left: 0;
}
.testimonial_content .navslider a.next {
	right: 0;
}
#sns_header.style_v2 #sns_header_logo .sns_menu_right .top-search .form-search input {
	min-width: 120px;
	width: 200px !important;
}
#sns_header.style_v2 .top-cart .mycart {
	padding-left: 0;
}
#sns_header #sns_menu h1 {
	margin: 0px;
}
#sns_header #sns_menu .header-menu-block {
	padding: 0px !important;
}
#sns_header #sns_header_bot .block_categories {
	display: none !important;
}
#sns_header #sns_header_bot .container {
	width: 100% !important;
}
#sns_header #sns_header_bot .block_categories {
	display: none;
}
#sns_header.transparent #sns_menu {
	position: static !important;
}
#sns_header.transparent #sns_slideshow {
	min-height: 0px !important;
}
.mrb40 .slideshow-homepage {
	margin-bottom: 20px;
}
.mrb50 {
	margin-bottom: 30px;
}
.mrb50 .banner {
	margin-bottom: 2px;
}
#sns_header #sns_menu .header-menu-block .header-tools {
	float: right;
	margin-top: 4px;
}
}
body.ie.ie8 .container {
	width: 1170px;
}
body.ie.ie8 .item .item-inner .item-img .item-img-info {
	display: none;
}
body.ie.ie8 .item .item-inner:hover .item-img .item-img-info {
	display: block;
}
