/*------------------------------------------------------------------------
 * Copyright (C) 2013 The SNS Group. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: SNS Group
 * Websites: http://www.snstheme.com
-------------------------------------------------------------------------*/
/* SNS mixin */
/* Color var */
/* General style */
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: #666;
  border-color: #e5e5e5;
}
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;
}
.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;
}
body {
  color: #666666;
}
body p {
  line-height: 18px;
}
a {
  color: #666666;
}
a:hover {
  color: #73939e;
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
select:focus {
  outline: none !important;
}
.tooltip-inner {
  background-color: #686868;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #686868;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #686868;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #686868;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #686868;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  /* IE8 */

}
.modal {
  margin-left: -230px;
  width: 450px;
}
.modal label {
  cursor: pointer;
  margin: 0 0;
}
.modal input[type="text"],
.modal input.input-text,
.modal .input-box input[type="text"],
.modal .input-box input.input-text {
  width: 160px;
}
.modal .modal-header .close {
  font-size: 0px;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #666666;
}
.modal .modal-header .close:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 18px;
}
.modal .modal-header .close:hover {
  color: #dd4848;
}
.modal .modal-header .close:hover:after {
  text-decoration: none;
  color: #dd4848;
}
.modal .modal-body {
  overflow-x: hidden;
}
.modal .block .block-title {
  padding: 0 0;
  line-height: 26px;
}
#sns-totop {
  background: #666;
  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;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#sns-totop.hidden-top {
  bottom: -100px;
}
#sns-totop:hover {
  background: #73939e;
}
#sns-totop i {
  font-size: 24px;
  color: #FFF;
  position: relative;
  top: 9px;
}
#facebook_fan iframe[style] {
  width: 100% !important;
}
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;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
select:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.input-text {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #c8c8c8;
}
input.input-text:focus {
  border-color: #cdcdcd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #c8c8c8;
}
textarea:focus {
  border-color: #cdcdcd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #686868;
}
input[type="button"],
.button,
button {
  font-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  padding: 6px 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #f3f3f3;
  color: #666666;
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background-color: #73939e;
  color: #FFF;
}
.price .text-box input[type="button"] {
  background: #666;
  margin-left: 5px;
}
.price .text-box input[type="button"]:hover {
  background-color: #73939e;
}
body {
  font-size: 12px;
}
body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}
body.page-popup .page-title {
  text-transform: uppercase;
}
body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
}
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: #e9e9e9;
  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: 0;
  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;
}
.no-display {
  display: none;
}
.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,
.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;
}
#fancybox-close,
#btn-close,
.btn-remove {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/ico-delete.png") no-repeat left top;
  text-indent: -999em;
  /*
	font-size: 0px;
	&:after{font-family: FontAwesome; content: "\f00d"; font-size: 18px;}
	&:hover:after{text-decoration: none; color: #dd4848;} */

}
#fancybox-close:hover,
#btn-close:hover,
.btn-remove:hover {
  background-color: #f3f3f3;
}
.btn-remove2 {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/ico-delete.png") no-repeat left top;
  text-indent: -999em;
  /*font-size: 0px;
	&:after{font-family: FontAwesome; content: "\f00d"; font-size: 18px;}
	&:hover{text-decoration: none; color: #dd4848;}*/

}
.btn-remove2:hover {
  background-color: #f3f3f3;
}
.block .btn-remove {
  position: absolute;
  top: 0px;
  right: 0px;
}
.btn-edit {
  position: absolute;
  top: 0px;
  right: 25px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/ico-edit.png") no-repeat left top;
  text-indent: -999em;
  /*
	&:after{font-family: FontAwesome; content: "\f040";font-size: 16px;}
	&:hover{text-decoration: none;}*/

}
.btn-edit:hover {
  background-color: #f3f3f3;
}
#fancybox-close {
  background: none;
  top: 6px;
  right: 0px;
  width: 25px;
  height: 25px;
}
#btn-close {
  top: 6px;
  right: 6px;
}
#fancybox-wrap #fancybox-outer {
  border: 2px solid #686868;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-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: 0.2 !important;
  filter: alpha(opacity=20) !important;
}
/* jqTransform */
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: url("../images/ico-drop.png") no-repeat right 7px;
}
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;
}
.banner-item {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.banner-item:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-item:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.breadcrumbs {
  margin: 0 0;
  list-style: none;
}
.breadcrumbs li {
  display: table-cell;
  padding: 0 10px 0 11px;
  line-height: 40px;
  background: url("../images/seperator-breadcrumb.png") no-repeat left center;
}
.breadcrumbs li.home {
  padding: 0 10px 0 0;
  background: none;
}
.breadcrumbs li.last {
  color: #73939e;
}
.breadcrumbs li.last:after {
  content: "";
}
.page-title {
  text-transform: uppercase;
}
.page-title.category-title {
  display: none;
}
.page-title h1 {
  font-size: 200%;
  font-weight: normal;
  margin: -10px 0 10px;
  color: #686868;
}
.sub-title {
  font-size: 110%;
}
.fieldset {
  border: 1px solid #E5E5E5;
  margin: 25px 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;
}
.product-name {
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
}
.product-name a {
  color: inherit;
}
.product-name a:hover {
  color: #73939e;
}
.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 {
  float: left;
  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%;
  margin-bottom: 0px;
}
.col2-set h3 {
  font-size: 120%;
  margin: 0 0;
}
.col2-set h4 {
  font-size: 100%;
  margin: 0 0;
}
.col2-set .col-1 {
  width: 48.5%;
  float: left;
}
.col2-set .col-2 {
  width: 48.5%;
  float: right;
}
.col2-set .content {
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  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;
}
.box-head h2 {
  font-size: 125%;
  margin: 0 0;
}
.box .box-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.box .box-title h3 {
  font-size: 110%;
  margin: 0 0;
}
.box .box-title h2 {
  font-size: 110%;
  margin: 0 0;
}
.box .box-title a {
  position: absolute;
  right: 0px;
  top: 12px;
}
.box-content {
  padding: 0 20px;
}
.box-content h4 {
  font-size: 110%;
  margin-top: 0px;
}
.box-account > ol {
  list-style: none;
  margin: 10px 0 10px 15px;
}
.box-account > ol li .number {
  float: left;
  margin: 0 10px 0 0;
}
.box-account > ol li .details {
  width: 100%;
}
.box-account > ol li .details .product-name {
  line-height: 18px;
  margin: 0 0;
}
.box-account > ol li .details .ratings {
  margin: 6px 0;
}
.box-account > ol li .details .ratings strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags ul {
  list-style: none;
  margin: 0 0;
}
.box-account > ol li .details .tags ul li {
  float: left;
  margin: 0 3px 0 0;
}
.table-caption {
  font-size: 125%;
}
#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}
#wishlist-table .add-to-cart-alt {
  margin-bottom: 10px;
}
.data-table {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  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 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 {
  width: 75px;
  height: 100px;
  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;
}
.checkout-progress {
  margin: 10px 0 35px 0;
  list-style: none;
}
.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: #73939e;
  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 h2,
.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h4 {
  line-height: 26px;
  font-size: 100%;
  margin: 0 0;
}
.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;
}
#my-orders-table tbody td.last {
  white-space: nowrap;
}
.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;
}
.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;
}
.cart h1 {
  float: left;
}
.cart ul.checkout-types {
  list-style: none;
  margin: 0 0 10px;
  float: right;
}
.cart .btn-edit,
.cart .btn-remove {
  position: static;
  width: 20px;
  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: 0 20px 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: left;
}
.cart .crosssell #crosssell-products-list {
  margin: 0 0;
  list-style: none;
}
.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;
}
#checkoutSteps {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps ul,
#checkoutSteps ol {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li {
  margin-bottom: 1px;
}
#checkoutSteps li .step-title {
  padding: 8px 15px;
  background: #e9e9e9;
  color: #666666;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #666666;
  color: #FFF;
}
#checkoutSteps li .step-title h2 {
  font-size: 125%;
  text-transform: uppercase;
  float: left;
  line-height: normal;
  margin: 0 0;
}
#checkoutSteps li .step-title a {
  float: right;
}
#checkoutSteps li.allow .step-title {
  cursor: pointer;
}
#checkoutSteps li.active .step-title {
  background: #FFF;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  cursor: default;
}
#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;
}
body.product-groupped-product #product-shop .short-description,
body.product-groupped-product .product-shop .short-description {
  margin-bottom: 15px;
}
body.product-groupped-product #product-shop .price-rating,
body.product-groupped-product .product-shop .price-rating {
  width: 100%;
}
body.product-groupped-product #product-shop .price-rating .availability,
body.product-groupped-product .product-shop .price-rating .availability {
  margin: 0 0 15px;
}
body.product-groupped-product #product-shop .ratings,
body.product-groupped-product .product-shop .ratings,
body.product-groupped-product #product-shop .no-rating,
body.product-groupped-product .product-shop .no-rating {
  margin: 0 0 15px;
}
body.product-groupped-product #product-shop .add-to-cart,
body.product-groupped-product .product-shop .add-to-cart {
  background: none;
  width: 100%;
  text-align: left;
}
body.product-groupped-product #product-shop .add-to-cart .btn-cart,
body.product-groupped-product .product-shop .add-to-cart .btn-cart {
  margin: 0 0;
}
body.product-bundle-product #product-shop .short-description,
body.product-bundle-product .product-shop .short-description {
  margin-bottom: 15px;
}
body.product-bundle-product #product-shop .price-box-bundle,
body.product-bundle-product .product-shop .price-box-bundle {
  margin-bottom: 5px;
}
body.product-bundle-product #product-shop .price-box-bundle .price-box .price,
body.product-bundle-product .product-shop .price-box-bundle .price-box .price {
  font-size: 100%;
}
#product-shop .availability,
.product-shop .availability {
  color: #666666;
  margin: 3px 0;
}
#product-shop .availability span,
.product-shop .availability span {
  color: #666666;
  margin-left: 5px;
  background: url("../images/ico-availability.png") no-repeat left top;
  padding-left: 20px;
}
#product-shop .availability.in-stock span,
.product-shop .availability.in-stock span {
  background-position: left -37px;
}
#product-shop #product-options-wrapper,
.product-shop #product-options-wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}
#product-shop #product-options-wrapper ul,
.product-shop #product-options-wrapper ul {
  list-style: none;
  margin: 0 0;
}
#product-shop #product-options-wrapper .product-name h1,
.product-shop #product-options-wrapper .product-name h1 {
  font-size: 133.3%;
  color: #666666;
  text-transform: uppercase;
  line-height: normal;
}
#product-shop table.grouped-items-table,
.product-shop table.grouped-items-table {
  margin-bottom: 15px;
}
#product-shop table.grouped-items-table input,
.product-shop table.grouped-items-table input,
#product-shop table.grouped-items-table .price-box,
.product-shop table.grouped-items-table .price-box {
  margin: 0 0;
}
#product-shop table.grouped-items-table input.qty,
.product-shop table.grouped-items-table input.qty {
  width: 30px;
  text-align: center;
}
#product-shop table.grouped-items-table .price-box .price,
.product-shop table.grouped-items-table .price-box .price {
  font-size: 100%;
}
#product-shop .product-options label,
.product-shop .product-options label {
  cursor: pointer;
  margin: 0 0;
}
#product-shop .product-options dt label,
.product-shop .product-options dt label {
  font-size: 100%;
  color: #666666;
  font-weight: bold;
}
#product-shop .product-options dl,
.product-shop .product-options dl {
  margin: 0 0;
}
#product-shop .product-options dl dd .input-box select,
.product-shop .product-options dl dd .input-box select {
  margin: 0 0 5px 0;
}
#product-shop .product-options dl dd .qty-holder input.qty,
.product-shop .product-options dl dd .qty-holder input.qty {
  padding: 2px 0;
  width: 35px;
  text-align: center;
  margin: 0 0 5px 0;
}
#product-shop .product-options p.required,
.product-shop .product-options p.required {
  margin: 8px 0;
}
#product-shop .product-options .options-list input,
.product-shop .product-options .options-list input {
  float: left;
  margin: 0 8px 0 0;
}
#product-shop .product-options .options-list span.label,
.product-shop .product-options .options-list span.label {
  float: left;
  margin: 2px 0 0 0;
  padding: 0 0;
  display: inline-block;
}
#product-shop .product-options .options-list span.label label,
.product-shop .product-options .options-list span.label label,
#product-shop .product-options .options-list span.label a,
.product-shop .product-options .options-list span.label a,
#product-shop .product-options .options-list span.label > span,
.product-shop .product-options .options-list span.label > span {
  display: inline;
  margin: 0 0;
  line-height: normal;
}
#product-shop .price-box,
.product-shop .price-box {
  margin: 0 0 5px;
}
#product-shop .price-rating .price-box,
.product-shop .price-rating .price-box {
  margin: 0 0;
}
#product-shop .addto-emailto-link,
.product-shop .addto-emailto-link {
  line-height: 18px;
  height: 18px;
  padding: 17px 0 15px;
  margin: 20px 0 0;
  border-top: 1px dotted #ccc;
}
#product-shop .product-options-bottom .add-to-cart,
.product-shop .product-options-bottom .add-to-cart {
  float: none;
}
#product-shop .product-options-bottom .price-box,
.product-shop .product-options-bottom .price-box {
  display: none;
}
#product-shop .product-options-bottom .price-box .price,
.product-shop .product-options-bottom .price-box .price {
  font-size: 166.7%;
}
#product-shop .add-to-box,
.product-shop .add-to-box {
  float: left;
  display: inline-block;
}
#product-shop .add-to-box .add-to-links li a,
.product-shop .add-to-box .add-to-links li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0 0;
}
#product-shop .add-to-box .add-to-links li a:hover,
.product-shop .add-to-box .add-to-links li a:hover {
  color: #73939e;
  text-decoration: none;
}
#product-shop .add-to-box .add-to-links,
.product-shop .add-to-box .add-to-links {
  list-style: none;
  margin: 0 0;
  display: inline-block;
}
#product-shop .add-to-box .add-to-links li,
.product-shop .add-to-box .add-to-links li {
  display: inline-block;
  padding: 0 14px;
  border-right: 1px dotted #73939e;
  line-height: 12px;
}
#product-shop .add-to-box .add-to-links li .separator,
.product-shop .add-to-box .add-to-links li .separator {
  display: none;
  margin: 0 0;
  padding: 0 0;
}
#product-shop .add-to-box .add-to-links li:first-child,
.product-shop .add-to-box .add-to-links li:first-child {
  padding-left: 0px;
}
#product-shop .email-friend,
.product-shop .email-friend {
  float: left;
}
#product-shop .email-friend a,
.product-shop .email-friend a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 14px;
}
#product-shop .email-friend a:hover,
.product-shop .email-friend a:hover {
  color: #73939e;
  text-decoration: none;
}
#product-shop .add-to-cart,
.product-shop .add-to-cart {
  margin: 0 0;
  background: #f3f3f3;
  text-align: center;
}
#product-shop .add-to-cart .action-container,
.product-shop .add-to-cart .action-container {
  display: block;
  width: 100%;
}
#product-shop .add-to-cart .btn-cart,
.product-shop .add-to-cart .btn-cart {
  position: relative;
  margin: 0 auto 10px;
  background: #FFF;
  display: inline-block;
  padding: 6px 15px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 133%;
  font-weight: bold;
}
#product-shop .add-to-cart .btn-cart:after,
.product-shop .add-to-cart .btn-cart:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
#product-shop .add-to-cart .btn-cart:hover,
.product-shop .add-to-cart .btn-cart:hover {
  background: #73939e;
  border-color: #73939e;
}
#product-shop .add-to-cart label,
.product-shop .add-to-cart label {
  margin: 0 5px 0 0;
  line-height: 26px;
  display: inline-block;
  text-transform: uppercase;
}
#product-shop .add-to-cart input.qty,
.product-shop .add-to-cart input.qty {
  width: 50px;
  text-align: center;
  margin: 10px 0;
  padding: 2px 0;
}
#product-shop .add-to-cart .qty-container,
.product-shop .add-to-cart .qty-container {
  height: 26px;
  width: 85px;
  margin: 10px auto;
  display: inline-block;
  position: relative;
}
#product-shop .add-to-cart .qty-container input.qty,
.product-shop .add-to-cart .qty-container input.qty {
  padding: 2px 0;
  width: 83px;
  margin: 0 0;
  text-align: center;
  border: 1px solid #ddd;
}
#product-shop .add-to-cart .qty-container input.qty:focus,
.product-shop .add-to-cart .qty-container input.qty:focus {
  text-align: center;
  background: #fff;
}
#product-shop .add-to-cart .qty-container input.qty-increase,
.product-shop .add-to-cart .qty-container input.qty-increase,
#product-shop .add-to-cart .qty-container input.qty-decrease,
.product-shop .add-to-cart .qty-container input.qty-decrease {
  background: url("../images/qty-inc-dec.png") no-repeat left 0;
  background-color: #ccc;
  height: 18px;
  width: 18px;
  padding: 0 0;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 5px;
  top: 4px;
}
#product-shop .add-to-cart .qty-container input.qty-decrease,
.product-shop .add-to-cart .qty-container input.qty-decrease {
  background-position: left -18px;
  left: auto;
  right: 5px;
}
#product-shop .add-to-cart .qty-container input.qty-decrease:hover,
.product-shop .add-to-cart .qty-container input.qty-decrease:hover {
  background-color: #73939e;
}
#product-shop .add-to-cart .qty-container input.qty-increase:hover,
.product-shop .add-to-cart .qty-container input.qty-increase:hover {
  background-color: #73939e;
}
.fields .field {
  float: left;
  width: 270px;
}
.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
}
.input-box select {
  width: 260px;
}
.search-form ul {
  list-style: none;
}
.page-head {
  color: #666666;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: normal;
  margin: -10px 0 10px;
}
/* sns-item-g */
.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%;
}
/* --- Plugin --- */
.sns-tab-navi li {
  float: left;
}
.sns-tab-navi li a {
  font-size: 150%;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}
.sns-tab-navi li a.tabulous_active {
  background: #73939e;
  color: #FFF;
}
.sns-tab-content {
  padding: 20px 0;
  position: relative;
}
.tab-item {
  top: 20px;
}
.tab-item.hidescale {
  z-index: -1;
}
.tab-item.showscale {
  z-index: 3;
}
.transition {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.make_transist {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hidescale {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@-moz-keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@-webkit-keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@-o-keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
.tabulousclear {
  display: block;
  clear: both;
}
.validation-advice {
  color: #B94A48;
}
.sns-btn-quickview {
  background-color: #73939e;
  background-color: rgba(117, 148, 159, 0.5);
}
/* Main style */
/*------------------------------------------------------------------------
 * Copyright (C) 2013 The SNS Group. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: SNS Group
 * Websites: http://www.snstheme.com
-------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  position: relative;
}
.wrap {
  width: 100%;
  clear: both;
}
.row-fluid .span12 {
  margin: 0 0;
}
.row-fluid .span3{
margin-top: 18px;
}
}
#sns_wrapper.container #sns_footer > .container {
  width: auto !important;
  padding: 15px;
}
/*--- Block ---*/
.block .block-title {
  color: #666666;
  font-size: 133.3%;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0;
}
.block .block-title strong {
  font-weight: normal;
}
.block .block-content {
  padding: 10px 0;
}
.block.blank .block-title:before {
  display: none;
}
.block.blank .block-content {
  padding: 0 0 !important;
}
.block.block-custommenu {
  text-align: center !important;
  padding: 20px 0 10px;
  border: 2px solid transparent;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f4f4f4;
}
.block.block-custommenu > * {
  margin: 0 auto;
}
.block.block-custommenu .block-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.block.block-custommenu .block-content {
  padding: 0 10px !important;
}
.block.block-custommenu:hover {
  border-color: #ddd;
}
.block.block-gettouch .block-title {
  position: relative;
  padding: 10px 10px 10px 45px;
}
.block.block-gettouch .block-title:before {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 120%;
  text-align: center;
  height: 19px;
  width: 35px;
  padding: 8px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f3734f;
  color: #FFF;
  content: "\f041";
  font-family: FontAwesome;
}
.block.block-wishlist ol {
  margin: 0 0 0 20px;
}
.block.block-wishlist ol li {
  margin: 5px 0;
}
.block.block-wishlist ol .product-details .price-box .price {
  font-size: 100%;
}
.block.block-wishlist .actions {
  padding: 15px 0 0;
}
.block.block-compare ol {
  margin: 0 0 0 20px;
}
.block.block-compare ol li {
  margin: 5px 0;
}
.block.block-compare .actions {
  padding: 15px 0 0;
}
.block.block-compare .actions .button {
  margin: 0 0 0 5px;
}
.block-cart {
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  margin: 0 0 0 1px;
}
.block-cart ol {
  margin: 0 0 15px 0;
  list-style: none;
}
.block-cart ol li {
  display: block;
  width: 100%;
  clear: both;
  padding: 8px 0;
}
.block-cart ol li .product-image {
  float: left;
  border: 1px solid #e9e9e9;
  margin: 0 10px 0 0;
}
.block-cart p.empty {
  margin: 10px 0 0;
}
.block-cart p.subtotal {
  float: left;
  margin: 10px 0;
}
.block-cart p.subtotal .label {
  margin: 0 0;
  padding: 0 0;
}
.block-cart .actions {
  float: right;
}
/*--- My account ---*/
.my-account .pager .amount {
  float: left;
  margin: 0 0;
}
.my-account .pager .limiter {
  float: right;
}
.my-account .pager .limiter label {
  float: left;
  margin: 0 10px 0 0;
}
.my-account .pager .limiter select {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 80px;
}
.pager p.amount {
  float: left;
}
.pager .pages {
  float: left;
}
.pager .pages strong {
  text-transform: uppercase;
  margin: 31px 10px 0 0;
  float: left;
  font-weight: normal;
}
.pager .pages ol {
  margin: 0 0;
}
.pager .pages ol li {
  display: inline-block;
  float: left;
  margin: 0 0 0 2px;
  line-height: 23px;
}
.pager .pages ol li:first-child {
  margin-left: 0px;
}
.pager .pages ol li a {
  height: 23px;
  background: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 8px;
  margin: 0 0;
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: center;
}
.pager .pages ol li a.next,
.pager .pages ol li a.previous {
  width: auto;
  padding: 0 7px;
}
.pager .pages ol li a:hover,
.pager .pages ol li.current {
  border: 1px solid #ddd;
}
.pager .pages ol li.current {
  height: 23px;
  padding: 0 7px;
}
/*--- Responsive menu ---*/
#sns_resmenu {
  display: none;
}
#sns_resmenu.sns-resmenu button.btn-navbar {
  margin: 0 0;
  position: relative;
  z-index: 2;
  padding: 0 0;
  background: #909090;
  height: 42px;
  width: 42px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  border: none;
}
#sns_resmenu.sns-resmenu button.btn-navbar i {
  font-size: 21px;
  text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  position: relative;
  top: 1px;
  left: -1px;
  color: #FFF;
}
#sns_resmenu.sns-resmenu button.btn-navbar:focus {
  text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
#sns_resmenu.sns-resmenu:hover button.btn-navbar {
  background: #73939e;
}
#sns_off_screennav {
  background: #333333;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 220px;
  height: 100%;
  z-index: 1000;
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%);
}
#sns_off_screennav_overlay {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.page-sitemap ul.links {
  list-style: none;
  margin: 0 0;
  float: left;
}
.page-sitemap .pager {
  float: right;
  margin: 0 0;
}
.page-sitemap .pager .pages {
  margin: 0 0 0 8px;
}
.page-sitemap .sitemap {
  clear: both;
  padding: 10px 0;
}
.tags-list {
  list-style: none;
  margin: 0 0;
}
.tags-list li {
  display: inline-block;
  margin: 2px 5px;
}
.advanced-search select {
  padding: 3px;
}
.advanced-search select option {
  padding: 3px;
}
/*--- rating ---*/
.rating-box {
  background: url("../images/bkg_rating.png") repeat-x scroll 0 0 transparent;
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 80px;
  margin: 0 12px 0 0;
  float: left;
}
.rating-box .rating {
  background: url("../images/bkg_rating.png") repeat-x scroll 0 100% transparent;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
}
.rating-links a {
  margin: 0 1px;
}
#compare-items li,
.product-details {
  position: relative;
}
#compare-items li p.product-name,
.product-details p.product-name {
  margin: 0 0;
}
/*--- messages ---*/
.messages {
  list-style: none;
  margin: 10px 0 15px;
  overflow: hidden;
  width: 100%;
}
.messages li.notice-msg {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
  color: #C09853;
}
.messages li.notice-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.notice-msg ul:before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.messages li.error-msg {
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  color: #B94A48;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
}
.messages li.error-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.error-msg ul:before {
  font-family: FontAwesome;
  content: "\f071";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.messages li.success-msg {
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  color: #468847;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
}
.messages li.success-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.success-msg ul:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.messages li.note-msg {
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #3A87AD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
}
.messages li.note-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.note-msg ul:before {
  font-family: FontAwesome;
  content: "\f0eb";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.messages ul {
  margin: 0 0;
  list-style: none;
}
label em {
  padding-right: 5px;
}
.quickview-main .sns-product-detail h1.product-name {
  margin-top: -13px;
}
.quickview-main .sns-product-detail .more-views .slide-gallery .caroufredsel_wrapper ul li {
  width: 77px !important;
}
/*--- price-box ---*/
.price-box p {
  margin: 0 0;
  display: inline-block;
}
.price-box .old-price {
  /*text-decoration: line-through;*/
  margin: 0 15px 0 0;
  padding: 0 3px;
  display: inline-block;
  position: relative;
}
.price-box .old-price .price {
  font-size: 100%;
  color: #aaa;
  position: relative;
}
.price-box .old-price:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  padding: 0 0;
  left: 0px;
  top: 50%;
  margin-top: 0px;
  background: #aaa;
}
.price-box .special-price .price {
  color: #666666;
  font-size: 100%;
}
.price-box .price {
  font-size: 100%;
}
.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: 100%;
}
.price-box .price-to {
  padding: 0 0;
}
.price-box .price-to .price {
  font-size: 100%;
}
.price-box .price-to .price-label {
  display: inline-block;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav {
  display: block;
  float: left;
  width: 100%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li {
  font-size: 150%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  padding: 2px 2px;
  display: inline-block;
  background: #000;
  color: #FFF;
  margin: 0 0 0 5px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li span {
  padding: 6px 18px 7px;
  border: 1px solid transparent;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li:first-child {
  margin: 0 0;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li.tab-nav-actived,
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li:hover {
  background-color: #73939e;
  color: #FFF;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li.tab-nav-actived span,
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li:hover span {
  border-color: #ffffff;
}
.sns-producttabs .sns-pdt-container .pre-text {
  margin: 12px 0;
  display: block;
  float: left;
  width: 100%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content {
  width: 100%;
  float: left;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content {
  margin: 10px 0 0;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
  font-size: 150%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  padding: 2px;
  display: inline-block;
  background: #000;
  color: #FFF;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .inner {
  padding: 4px 12px 5px;
  border: 1px solid transparent;
  display: inline-block;
  /*.ico-loading{
							background: none; position: absolute; left: 14px; top: 7px;
							&:before{position: absolute;content: "\f021"; font-size: 16px; color: #FFF; font-family: FontAwesome;
								left: 0px; animation:2s linear 0s normal infinite spin;
								-webkit-animation:2s linear 0s normal infinite spin;
								-moz-animation:2s linear 0s normal infinite spin;
								-o-animation:2s linear 0s normal infinite spin;
							}
						}*/

}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading,
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:hover {
  background-color: #73939e;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .inner,
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:hover .inner {
  border-color: #fff;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .icon-spin {
  display: none;
  position: absolute;
  left: 14px;
  top: 9px;
  font-size: 16px;
  color: #FFF;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .icon-spin:before {
  content: "\f021";
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
  cursor: text;
  background-color: #73939e;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner {
  border-color: transparent;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .inner {
  padding-left: 33px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .icon-spin {
  display: inline-block;
}
.sns-quickaccess {
  float: left;
  text-align: right;
  margin-top: 0px;
}
.sns-quickaccess .quickaccess-inner:after {
  background: #73939e;
  display: none;
}
.sns-quickaccess .welcome {
  font-weight: bold;
  color: #666666;
}
.sns-quickaccess ul.links {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.sns-quickaccess ul.links li {
  background: url("../images/top-seperator.png") no-repeat left center;
  display: table-cell;
  height: 30px;
  line-height: 30px;
}
.sns-quickaccess ul.links li a {
	margin-left: 1px;
	color:#666666;
	line-height: 30px;
	display: block;
	font-weight: bold;
	padding: 0 18px;
	text-transform: uppercase;
}
.sns-quickaccess ul.links li a:hover {
  color: #dc6a5c;
}
.sns-quickaccess ul.links li:first-child {
  background: none;
  padding-left: 0px;
}
.sns-quickaccess ul.links li.last {
  padding-right: 0px;
}
.sns-ajaxcart {
  float: left;
  margin: 0 0;
  padding-left: 10px;
  background: url("../images/top-seperator.png") no-repeat left center;
}
.sns-ajaxcart .block-title {
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 0 0 0 44px;
  height: 30px;
}
.sns-ajaxcart .block-title .cart-status {
  margin: 0 0 0 10px;
  padding: 0 0;
  color: #FFF;
}
.sns-ajaxcart .block-title .cart-status .label {
  margin-top: 7px;
  text-transform: uppercase;
  float: left;
  color:black;
}
.sns-ajaxcart .block-title .cart-status .subtotal {
  margin: 7px 0 0 5px;
  float: left;
  color:black;
}
.sns-ajaxcart .block-title .cart-status .subtotal .amount {
  display: inline-block;
  margin: 0 0;
}
.sns-ajaxcart .block-title .cart-status:before {
  position: absolute;
  content: "";
  background: url("../images/ico-minicart.png") no-repeat left top;
  height: 18px;
  width: 18px;
  top: 5px;
  left: 14px;
}
.sns-ajaxcart .block-title .ico-view {
  display: none;
}
.sns-ajaxcart .block-title:before {
  position: absolute;
  height: 30px;
  width: 44px;
  top: 0px;
  left: 0px;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #73939e;
}
.sns-ajaxcart .block-content {
  padding: 0px;
  background-color: #73939e;
  width: 300px;
  top: 30px;
  border: none;
  right: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
}
.sns-ajaxcart .block-content .block-inner {
  position: relative;
  padding: 0 10px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list {
  margin: 0 0 10px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item {
  border-top: 1px solid #67848e;
  margin: 10px 0 0;
  padding: 10px 10px 0;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-image {
  border: none;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-name {
  font-weight: normal;
  font-size: 100%;
  text-transform: uppercase;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-name a:hover {
  color: #73939e;
  text-decoration: none;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item p {
  margin: 0 0 5px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom {
  position: relative;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .item-options {
  float: left;
  margin-left: 0px;
  width: 100%;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .rating-container {
  margin: 0 0;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container {
  margin: 8px 0 0;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls {
  position: relative;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls input {
  height: 18px;
  width: 18px;
  background: url("../images/qty-inc-dec.png") no-repeat left 0px;
  padding: 0 0;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ccc;
  text-indent: -99em;
  position: absolute;
  left: -80px;
  top: -1px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls input.quantity-minus {
  left: -21px;
  background-position: left -18px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls input:hover {
  background-color: #73939e;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input.qty {
  border: none;
  margin: 0;
  padding: 2px 0;
  text-align: center;
  width: 83px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input.qty:focus {
  color: #666666;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-edit,
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-remove {
  top: auto;
  bottom: 0px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-edit:after,
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-remove:after {
  vertical-align: bottom;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item:first-child {
  border-top: none;
  margin: 0 0;
  padding-top: 0;
}
.sns-ajaxcart .block-content .block-inner .actions {
  background: none;
  padding: 0 0 10px;
}
.sns-ajaxcart .block-content .block-inner .actions .button {
  cursor: pointer;
  font-size: 133.3%;
  font-weight: bold;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-gotocart {
  width: 100%;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  margin: 4px 0 0;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-gotocart:hover {
  background: #92afb9;
  color: #FFF;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-update {
  width: 50%;
  float: left;
  background: none;
  padding: 0 0;
  font-size: 116.6%;
  font-weight: normal;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-update span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  margin-right: 2px;
  display: block;
  text-align: center;
  color: #666666;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-update span:hover {
  background: #92afb9;
  color: #FFF;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-gocheckout {
  width: 50%;
  float: left;
  background: none;
  padding: 0 0;
  font-size: 116.6%;
  font-weight: normal;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-gocheckout span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  margin-left: 2px;
  display: block;
  text-align: center;
  color: #666666;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-gocheckout span:hover {
  background: #92afb9;
  color: #FFF;
}
.sns-ajaxcart.have-item:hover .block-content,
.sns-ajaxcart.have-item.open .block-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.sns-slider {
  margin: 0 0 30px;
}
.sns-slider .title-slider {
  font-size: 133.3%;
  font-weight: normal;
  text-transform: uppercase;
  color: #666666;
  float: left;
  margin: -5px 14px 0 0;
}
.sns-slider .pretext {
  position: relative;
  color: #aaa;
  top: -2px;
}
.sns-slider .pretext div {
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sns-slider .navigation {
  width: 50px;
  height: 20px;
  top: 0px;
}
.sns-slider .navigation > span {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #eee;
}
.sns-slider .navigation > span:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../images/slider-nav.png") no-repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
.sns-slider .navigation > span:hover {
  background: #73939e;
}
.sns-slider .navigation > span:hover:before {
  background-position: left -20px;
}
.sns-slider .navigation .prev {
  right: 30px;
}
.sns-slider .navigation .prev:before {
  background-position: left -40px;
}
.sns-slider .navigation .prev:hover:before {
  background-position: left -60px;
}
.sns-slider .timer {
  background: #73939e;
  height: 1px;
  position: absolute;
  bottom: 0px;
}
.sns-slider .paging {
  margin: 15px 0 0;
  text-align: center;
  height: 10px;
}
.sns-slider .paging a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #CCC;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 0 0 5px;
  text-indent: -999em;
}
.sns-slider .paging a.selected,
.sns-slider .paging a:hover {
  background: #73939e;
}
.sns-slider ul.products-grid li.item {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sns-slider.fortabs .caroufredsel_wrapper {
  margin: 0px -10px 0px -10px !important;
  padding: 10px 10px 0px 10px !important;
}
.sns-slider.fortabs .caroufredsel_wrapper > ul {
  margin-left: -20px !important;
}
.sns-slider.fortabs .caroufredsel_wrapper > ul .item {
  width: 170px !important;
  margin: 0 0 0 30px;
}
.sns-slider.fortabs .caroufredsel_wrapper > ul .item .item-inner .item-info .item-title {
  font-size: 133%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sns-slider.fortabs .navigation {
  left: -87px;
}
.sns-slider.column-style .caroufredsel_wrapper {
  padding: 0 0!important;
  margin: 0 0!important;
  width: 100% !important;
}
.sns-slider.column-style .caroufredsel_wrapper > ul {
  margin: 0 0 !important;
}
.sns-slider.column-style .caroufredsel_wrapper > ul .item {
  margin: 0 0;
}
#sns_main .sns-slider ul.products-grid {
  margin-left: -20px !important;
}
#sns_main .sns-slider ul.products-grid .item {
  width: 270px !important;
  margin: 0 0 0 30px;
}
#sns_main .sns-slider .caroufredsel_wrapper {
  width: 100% !important;
  padding: 0px 10px 0px !important;
  margin: 15px -10px 0px -10px !important;
}
#sns_productswrap .sns-slider ul.products-grid {
  margin-left: -20px !important;
}
#sns_productswrap .sns-slider ul.products-grid .item {
  width: 170px !important;
  margin: 0 0 0 30px;
}
#sns_productswrap .sns-slider .caroufredsel_wrapper {
  width: 100% !important;
  padding: 0px 10px 0px !important;
  margin: 15px -10px 0px -10px !important;
}
/*--- Wrap: #sns_topheader ---*/
#sns_topheader {
  height: 70px;
  line-height: 30px;
  background: #FFF;
  color: #000;
  border-bottom: 2px solid #f2f2f2;
}


#sns_topheader .topheader-left .sns-switch {
  float: left;
  margin: 0 10px 0 0;
}
#sns_topheader .topheader-left .sns-switch .switch-inner {
  position: relative;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher {
  float: left;
  margin: 0 0;
  cursor: pointer;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher label,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher label {
  float: left;
  margin-right: 10px;
  display: none;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher select,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher select {
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 2px 2px 5px;
  border: none;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper {
  background: none;
  height: 30px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul {
  top: 30px;
  border: none;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul li,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul li {
  position: relative;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul li a,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul li a {
  padding: 5px 10px;
  background: #73939e;
  color: #FFF;
  text-transform: uppercase;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul li a:hover,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul li a:hover {
  background: #67848e;
  color: #ffffff;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul li a.selected,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul li a.selected {
  background: #67848e;
  color: #ffffff;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul li:before,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #67848e;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper div,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper div {
  display: block;
  height: 100%;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper div span,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper div span {
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 10px;
  text-transform: uppercase;
  font-size: 11px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper div a.jqTransformSelectOpen,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  background-image: url("../images/ico-drop-top.png");
  background-repeat: no-repeat;
  background-position: right 0px;
  width: 7px;
  height: 4px;
  right: 10px;
  top: 14px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper.open,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper.open,
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper:hover,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper:hover {
  /*div a.jqTransformSelectOpen{
								background-position: left -23px;
							}*/

}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper.open div span,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper.open div span,
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper:hover div span,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper:hover div span {
  background: #73939e;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher {
  margin: 0 1px 0 0;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper {
  width: 56px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul {
  width: 56px !important;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper select {
  width: 26px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper div span {
  width: 26px !important;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher {
  margin: 0 1px 0 0;
  background: url('../images/top-seperator.png') no-repeat right center;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper {
  margin: 0 1px 0 0;
  width: 78px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul {
  width: 120px !important;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper select {
  width: 50px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper div span {
  width: 47px !important;
}
#sns_topheader .topheader-left span.welcome {
  float: left;
}
#sns_topheader .topheader-left ul.links {
  list-style: none;
  margin: 0 0 0 5px;
  float: left;
}
#sns_topheader .topheader-left ul.links li {
  display: inline-block;
}
#sns_topheader .topheader-left ul.links li.separator {
  margin: 0 4px 0 1px;
}
.topheader-right{
  margin-top: 20px;
}
#sns_topheader .topheader-right .topheader-right-inner {
  float: right;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_login {
  text-align: left;
  color: #666666;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_login .row-fluid {
  max-width: 530px;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_login .row-fluid ul {
  margin: 26px 0 10px 10px;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_login form {
  margin: 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis {
  text-align: left;
  color: #666666;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis form {
  margin: 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis .row-fluid {
  max-width: 530px;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis .fieldset {
  padding: 0 0;
  border: none;
  margin: 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis .fieldset .legend {
  margin: 0 0 10px;
  padding: 0 0;
  font-size: 110%;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis ul {
  margin: 0 0;
  list-style: none;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis ul li.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis ul li.control .input-box input[type="text"] {
  margin: 0 0;
  width: 220px;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis ul li.control label {
  cursor: pointer;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis em {
  padding: 0 5px 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis .buttons-set {
  padding: 20px 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis .buttons-set .button {
  float: none;
  margin: 0 0;
}
#sns_topheader .topheader-right .topheader-right-inner #modal_regis .or {
  padding: 0 15px;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form {
  margin: 0 0 0 10px;
  padding: 0 0;
  float: right;
  line-height: normal;
  position: relative;
  width: 40px;
  height: 30px;
  background: url('../images/top-seperator.png') no-repeat left center;
  cursor: pointer;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background: #73939e url("../images/ico-search.png") no-repeat center center;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form .form-search {
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px;
  background: #73939e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form .form-search input.input-text {
  border: none;
  width: 240px;
  padding: 5px 8px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form .form-search .button {
  padding: 6px 10px;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 100%;
  color: #666666;
  background-color: transparent;
  line-height: 19px;
  background: url("../images/search-seperator.png") no-repeat left center;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form .form-search .button:hover {
  color: #FFF;
  background: #92afb9;
}
#sns_topheader .topheader-right .topheader-right-inner #search_mini_form:hover .form-search {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
/*--- Wrap: #sns_header ---*/
#sns_header {
  padding: 40px 0;
}
#sns_header #logo {
  text-align: center;
}

#logo img{
  width: 200px;
}
#sns_header #logo a {
  display: inline-block;
}
#sns_header #logo a span {
  display: none;
}
/*--- Wrap: #sns_menu ---*/
.cms-home #sns_menu {
  margin: 0 0 15px;
}
#sns_menu {
  position: relative;
  z-index: 2;
  margin: 0 0;
  background: #FFF;
}
#sns_menu .container {
  height: 44px;
  position: relative;
}
#sns_menu .container .row-fluid #sns_mainnav {
  width: 100%;
  position: relative;
}
#sns_menu .container .row-fluid #sns_mainnav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0px;
  left: 0px;
  background: url("../images/line-menu.png") repeat-x top left;
}
#sns_menu .container .row-fluid #sns_mainnav:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background: url("../images/line-menu.png") repeat-x top left;
}
#sns_menu.keep-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
/*--- Wrap: #sns_slideshow ---*/
#sns_slideshow {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .slide img {
  opacity: 0;
  filter: alpha(opacity=0);
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide.white-text .subclaim {
  color: #FFF;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide.white-text .claim {
  color: #FFF;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide.white-text .line-content {
  text-indent: -999em;
  height: 6px;
  position: relative;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide.white-text .line-content:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 80%;
  background: #FFF;
  left: 10%;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-80 {
  font-size: 80px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-70 {
  font-size: 70px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-60 {
  font-size: 60px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-50 {
  font-size: 50px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-40 {
  font-size: 40px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-30 {
  font-size: 30px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-30 {
  font-size: 30px;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide .fs-20 {
  font-size: 20px;
}
#sns_slideshow .sns-slideshow-wrap .next,
#sns_slideshow .sns-slideshow-wrap .prev {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 48px;
  height: 48px;
  margin-top: -25px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right: 10px;
  border: 1px solid #ddd;
  display: block !important;
}
#sns_slideshow .sns-slideshow-wrap .next:before,
#sns_slideshow .sns-slideshow-wrap .prev:before {
  background: url("../images/arrow-slideshow.png") no-repeat left top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
}
#sns_slideshow .sns-slideshow-wrap .next:hover,
#sns_slideshow .sns-slideshow-wrap .prev:hover {
  background-color: #73939e;
  border-color: #73939e;
}
#sns_slideshow .sns-slideshow-wrap .next:hover:before,
#sns_slideshow .sns-slideshow-wrap .prev:hover:before {
  background-position: left -48px;
}
#sns_slideshow .sns-slideshow-wrap .prev {
  left: 10px;
  right: auto;
}
#sns_slideshow .sns-slideshow-wrap .prev:before {
  background-position: left -96px;
}
#sns_slideshow .sns-slideshow-wrap .prev:hover:before {
  background-position: left -144px;
}
#sns_slideshow .sns-slideshow-wrap .buttons-action .button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  padding: 11px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  color: #666666;
  font-size: 12px;
}
#sns_slideshow .sns-slideshow-wrap .buttons-action .button:hover {
  background-color: #73939e;
  color: #FFF;
}
#sns_slideshow .sns-slideshow-wrap .buttons-action .button.btn-shopnow {
  margin-right: 5px;
}
/*--- Wrap: #sns_topsl ---*/
#sns_topsl .block {
  margin: 0 0 50px;
}
#sns_topsl .block .block-content {
  padding: 0 0;
}
#sns_topsl .block.block-shoppolicy .block-content .item {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 44px;
}
#sns_topsl .block.block-shoppolicy .block-content .item label {
  margin: 0 0;
  font-weight: bold;
  font-size: 116.7%;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_topsl .block.block-shoppolicy .block-content .item p {
  margin: 0 0;
}
#sns_topsl .block.block-shoppolicy .block-content .item:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#sns_topsl .block.block-shoppolicy .block-content .item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #ddd;
}
#sns_topsl .block.block-shoppolicy .block-content .item:first-child:after {
  display: none;
}
#sns_topsl .block.block-shoppolicy .block-content .item:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#sns_topsl .block.block-shoppolicy .block-content .item:hover label {
  color: #73939e;
}
#sns_topsl .block.block-shoppolicy .block-content .item.support-online:before {
  width: 24px;
  height: 23px;
  background: url("../images/ico-supportonline.png") no-repeat left top;
  margin-left: -12px;
}
#sns_topsl .block.block-shoppolicy .block-content .item.free-shipping:before {
  width: 24px;
  height: 23px;
  background: url("../images/ico-freeship.png") no-repeat left top;
  margin-left: -12px;
}
#sns_topsl .block.block-shoppolicy .block-content .item.money-back:before {
  width: 30px;
  height: 29px;
  background: url("../images/ico-moneyback.png") no-repeat left top;
  margin-left: -15px;
}
#sns_topsl .block.block-shoppolicy .block-content .item.sale-off:before {
  width: 32px;
  height: 32px;
  background: url("../images/ico-saleoff.png") no-repeat left top;
  margin-left: -16px;
}
/* --- Wrap: #sns_topsl --- */
#sns_breadcrumbs {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
/*--- Wrap: #sns_content ---*/
.no-breadcrumbs #sns_content {
  margin-top: 30px;
}
.cms-home #sns_content {
  margin-top: 0px;
}
.cms-home #sns_content #sns_left .col-inner .block,
.cms-home #sns_content #sns_right .col-inner .block {
  margin: 0 0;
  border-top: none;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cms-home #sns_content #sns_left .col-inner .block:first-child,
.cms-home #sns_content #sns_right .col-inner .block:first-child {
  border-top: 1px solid #ddd;
}
.cms-home #sns_content #sns_left .col-inner .block.block-contactus label,
.cms-home #sns_content #sns_right .col-inner .block.block-contactus label {
  margin: 0 0;
  font-weight: bold;
}
.cms-home #sns_content #sns_left .col-inner .block.block-contactus p,
.cms-home #sns_content #sns_right .col-inner .block.block-contactus p {
  margin: 0 0 5px 0;
}
.cms-home #sns_content #sns_left .col-inner .block.block-contactus a,
.cms-home #sns_content #sns_right .col-inner .block.block-contactus a {
  color: #73939e;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul {
  margin: 0 0;
  list-style: none;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li {
  float: left;
  display: inline-block;
  margin: 0 0 0 20px;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a {
  display: inline-block;
  color: #666666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a span,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a span {
  display: none;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a:before,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a:before {
  font-family: FontAwesome;
  font-size: 25px;
  height: 35px;
  width: 35px;
  line-height: 100%;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.facebook:before,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.facebook:before {
  content: "\f09a";
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.facebook:hover,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.facebook:hover {
  color: #425f9c;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.plus:before,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.plus:before {
  content: "\f0d5";
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.plus:hover,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.plus:hover {
  color: #D85131;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.pinterest:before,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.pinterest:before {
  content: "\f0d3";
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.pinterest:hover,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.pinterest:hover {
  color: #ca2128;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.linkedin:before,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.linkedin:before {
  content: "\f0e1";
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.linkedin:hover,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.linkedin:hover {
  color: #017eb4;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.twitter:before,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.twitter:before {
  content: "\f099";
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a.twitter:hover,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a.twitter:hover {
  color: #5dd7fc;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li a:hover,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li a:hover {
  text-decoration: none;
  color: #73939e;
}
.cms-home #sns_content #sns_left .col-inner .block.block-social .block-content ul li:first-child,
.cms-home #sns_content #sns_right .col-inner .block.block-social .block-content ul li:first-child {
  margin-left: 0px;
}
.cms-home #sns_content #sns_left .col-inner .block.block-subscribe form,
.cms-home #sns_content #sns_right .col-inner .block.block-subscribe form {
  margin: 0 0;
}
.cms-home #sns_content #sns_left .col-inner .block.block-subscribe label,
.cms-home #sns_content #sns_right .col-inner .block.block-subscribe label {
  cursor: pointer;
  margin-bottom: 10px;
}
.cms-home #sns_content #sns_left .col-inner .block.block-subscribe input,
.cms-home #sns_content #sns_right .col-inner .block.block-subscribe input {
  width: 175px;
  float: left;
  padding: 5px 11px 4px;
  border-right: none;
}
.cms-home #sns_content #sns_left .col-inner .block.block-subscribe input.validation-failed,
.cms-home #sns_content #sns_right .col-inner .block.block-subscribe input.validation-failed {
  border-color: #F2DEDE;
}
.cms-home #sns_content #sns_left .col-inner .block.block-subscribe #advice-validate-email-newsletter,
.cms-home #sns_content #sns_right .col-inner .block.block-subscribe #advice-validate-email-newsletter {
  float: left;
  display: none;
}
.cms-home #sns_content #sns_left .col-inner .block.block-subscribe .actions .button,
.cms-home #sns_content #sns_right .col-inner .block.block-subscribe .actions .button {
  width: 31px;
  height: 31px;
  padding: 0 0;
  text-align: center;
  background: #73939e;
  color: #FFF;
}
#sns_content {
  margin: 0 0 50px;
  position: relative;
  z-index: 1;
  /* account form */

  /*-- Block in content ---*/

}
#sns_content #login-form h2 {
  font-size: 120%;
  margin: 0 0;
}
#sns_content #login-form ul {
  list-style: none;
  margin: 0 0;
}
#sns_content #sns_left .block,
#sns_content #sns_right .block {
  margin: 0 0 30px;
}
#sns_content #sns_maintop {
  margin-bottom: 8px;
}
#sns_content #sns_mainmidle .block.block-related {
  position: relative;
  margin: 0;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
#sns_content #sns_mainmidle .block.block-related .navigation {
  width: 50px;
  height: 20px;
  top: 4px;
  right: 20px;
  position: absolute;
}
#sns_content #sns_mainmidle .block.block-related .navigation > span {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #eee;
}
#sns_content #sns_mainmidle .block.block-related .navigation > span:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../images/slider-nav.png") no-repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
#sns_content #sns_mainmidle .block.block-related .navigation > span:hover {
  background: #73939e;
}
#sns_content #sns_mainmidle .block.block-related .navigation > span:hover:before {
  background-position: left -20px;
}
#sns_content #sns_mainmidle .block.block-related .navigation .prev {
  right: 30px;
}
#sns_content #sns_mainmidle .block.block-related .navigation .prev:before {
  background-position: left -40px;
}
#sns_content #sns_mainmidle .block.block-related .navigation .prev:hover:before {
  background-position: left -60px;
}
#sns_content #sns_mainmidle .block.block-related .block-title:before {
  display: none;
}
#sns_content #sns_mainmidle .block.block-related .block-content {
  padding: 10px 0 10px;
}
#sns_content #sns_mainmidle .block.block-related .caroufredsel_wrapper {
  width: 100% !important;
}
#sns_content #sns_mainmidle .block.block-related .products-grid .item {
  margin: 0 15px;
  padding-bottom: 20px;
}
#sns_content #sns_mainmidle .block.block-related .products-grid .item .related-checkbox {
  padding: 0px;
  display: none;
}
#sns_content #sns_mainbottom {
  margin-top: 40px;
}
#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: #73939e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  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;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  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: #73939e;
  color: #FFF;
  background: #73939e;
  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 {
  padding: 15px 19px;
  border: 1px solid #ddd;
}
#sns_content .block .block-title {
  font-weight: normal;
  font-size: 133.33%;
  padding: 0 0 12px;
  position: relative;
  text-transform: uppercase;
}
#sns_content .block .block-title:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: url("../images/block-title-bg.png") repeat-x bottom left;
}
#sns_content .block .block-content {
  margin: 0 0;
  padding: 15px 0 5px;
}
#sns_content .block .block-content ul.custom-block {
  list-style: none;
  margin: 20px 0 0;
}
#sns_content .block .block-content ul.custom-block li {
  padding: 0 0 0 50px;
  line-height: 30px;
  position: relative;
  margin: 10px 0 0;
}
#sns_content .block .block-content ul.custom-block li:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  top: 0px;
  background: url("../images/ico-sidebarblock.png") no-repeat left top;
  background-color: #bbb;
}
#sns_content .block .block-content ul.custom-block li:hover {
  color: #73939e;
}
#sns_content .block .block-content ul.custom-block li:hover:before {
  background-color: #73939e;
}
#sns_content .block .block-content ul.custom-block li.free-shipping:before {
  background-position: left -30px;
}
#sns_content .block .block-content ul.custom-block li.money-back:before {
  background-position: left -60px;
}
#sns_content .block .block-content ul.custom-block li.order-247:before {
  background-position: left -90px;
}
#sns_content .block .block-content ul.custom-block li.phone:before {
  background-position: left -120px;
}
#sns_content .block.blank {
  border: none;
  padding: 0 0;
}
#sns_content .block.block-tags .tags-list {
  list-style: none;
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
}
#sns_content .block.block-tags .tags-list li {
  display: inline-block;
  margin: 0 14px 0 0;
}
#sns_content .block.block-tags .tags-list li a {
  display: inline-block;
  color: #666666;
  padding: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sns_content .block.block-tags .tags-list li a:hover {
  text-decoration: none;
  color: #73939e;
}
#sns_content .block.block-tags .actions {
  display: block;
  text-transform: uppercase;
  margin: 0 0;
}
#sns_content .block.block-tags .actions a.button {
  float: left;
  padding: 6px 0px;
  width: 100%;
  text-align: center;
}
#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 {
  color: #666666;
}
#sns_content .block.block-poll ul#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}
#sns_content .block.block-poll ul#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
#sns_content .block.block-poll ul#poll-answers li .jqTransformRadioWrapper {
  margin: 0 11px 0 0;
}
#sns_content .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio {
  background: url("../images/ico-radio.png") no-repeat left -1px;
  height: 20px;
  width: 11px;
}
#sns_content .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked {
  background-position: left -20px;
}
#sns_content .block.block-poll ul#poll-answers li .jqTransformRadioWrapper input[type="radio"] {
  float: left;
  margin: 0 8px 0 0;
}
#sns_content .block.block-poll ul#poll-answers li label {
  cursor: pointer;
  margin: 0 0;
}
#sns_content .block.block-poll ul#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
#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: #666666;
}
#sns_content .block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
#sns_content .block.block-compare p.empty {
  margin: 0 0;
}
#sns_content .block.block-account ul {
  list-style: none;
  margin: 0;
}
#sns_content .block.block-account ul li {
  margin: 3px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block.block-account ul li strong {
  color: #73939e;
}
#sns_content .block.block-account ul li:hover {
  padding-left: 10px;
}
#sns_content .block.block-reorder ol {
  list-style: none;
  margin: 0 0;
}
#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 .currently ol {
  margin: 0 0 5px 25px;
}
#sns_content .block.block-layered-nav .currently ol li {
  position: relative;
  margin: 2px 0;
}
#sns_content .block.block-layered-nav .actions {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
#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;
  margin: 12px 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
  color: #666666;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dt:first-child {
  margin: 0 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd {
  margin-left: 0px;
  border-bottom: 1px dotted #ccc;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
  margin-left: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li {
  color: #bbb;
  list-style-type: none;
  padding: 3px 0 3px 10px;
  background: url("../images/arrow2.png") no-repeat left 9px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a {
  color: #666666;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a {
  color: #73939e;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 0 0;
  margin: 6px 0;
  position: relative;
  height: 32px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > * {
  display: table-cell;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
  font-size: 12px;
  font-family: arial, sans-serif;
  margin-left: 0px;
  padding: 5px 0 4px;
  width: 57px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"] {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  text-transform: uppercase;
  padding: 7px 14px;
  background: #73939e;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
  margin: 5px 6px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none;
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 6px 0;
  margin-bottom: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 6px 10px;
  background: #CCC;
  height: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  background: #73939e;
  height: 2px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  background: #FFF;
  top: -10px;
  width: 17px;
  height: 17px;
  border: 2px solid #73939e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
}
#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 .block.block-subscribe.forright {
  padding: 0 0;
  border: none;
}
#sns_content .block.block-subscribe.forright form {
  margin: 0 0;
}
#sns_content .block.block-subscribe.forright label {
  margin: 0 0 10px 0;
}
#sns_content .block.block-subscribe.forright input {
  margin: 0 0;
}
#sns_content .block.block-subscribe.forright button.button {
  margin-top: 10px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion {
  list-style: none;
  margin: 0 0;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li {
  position: relative;
  display: block;
  line-height: 26px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul {
  margin: 0 0 0 15px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a {
  padding-left: 10px;
  background: url("../images/arrow2.png") no-repeat left 9px;
  display: inline-block;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.subhead {
  display: inline-block;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle {
  background: url("../images/plus-minus.gif") no-repeat left top;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 0;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle.selected {
  background-position: left -20px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li.selected > a {
  color: #73939e;
}
#sns_content .box-up-sell {
  position: relative;
}
#sns_content .box-up-sell .block-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 55px;
}
#sns_content .box-up-sell .block-content .navigation {
  width: 50px;
  height: 20px;
  top: 13px;
  right: 19px;
  position: absolute;
}
#sns_content .box-up-sell .block-content .navigation > span {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #eee;
}
#sns_content .box-up-sell .block-content .navigation > span:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../images/slider-nav.png") no-repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
#sns_content .box-up-sell .block-content .navigation > span:hover {
  background: #73939e;
}
#sns_content .box-up-sell .block-content .navigation > span:hover:before {
  background-position: left -20px;
}
#sns_content .box-up-sell .block-content .navigation .prev {
  right: 30px;
}
#sns_content .box-up-sell .block-content .navigation .prev:before {
  background-position: left -40px;
}
#sns_content .box-up-sell .block-content .navigation .prev:hover:before {
  background-position: left -60px;
}
#sns_content .box-up-sell .block-content .up-sell-products {
  margin: 0 0;
}
#sns_content .box-up-sell .block-content .up-sell-products .caroufredsel_wrapper {
  margin: 0 0 !important;
  width: 100% !important;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid {
  list-style: none;
  margin: 0 0;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl {
  width: 100%;
  float: left;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel {
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel .product-image {
  display: inline-block;
  margin: 0 8px 0 0;
  float: left;
  position: relative;
  overflow: hidden;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel .product-image img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel .product-image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel .ico-product {
  display: inline-block;
  height: 17px;
  width: 41px;
  z-index: 2;
  margin: 5px 10px 0 0;
  background-image: url("../images/ico-product.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -999em;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel .ico-product.ico-sale {
  background-position: left -17px;
  left: 0px;
  right: auto;
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel:hover .product-image img {
  -webkit-transform: rotate(-10deg) scale(1.1);
  -moz-transform: rotate(-10deg) scale(1.1);
  -o-transform: rotate(-10deg) scale(1.1);
  transform: rotate(-10deg) scale(1.1);
}
#sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel:first-child {
  margin-top: 5px;
  padding-top: 0px;
  border-top: none;
}
#sns_content .box-up-sell .block-content .up-sell-products .timer {
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #73939e;
  height: 1px;
  width: 0px;
}
#sns_content .category-image {
  margin-bottom: 25px;
}
/*--- Wrap: #sns_botsl ---*/
#sns_botsl {
  margin: 0 0 40px 0;
}
#sns_botsl .container {
  padding: 50px 0 0;
  border-top: 1px solid #e8e8e8;
}
#sns_botsl .block .block-title {
  background: transparent;
  padding: 0 0;
  position: relative;
  top: -5px;
}
#sns_botsl .block .block-title:before {
  background: none;
  height: 0px;
  width: 0px;
  padding: 0 0;
  margin: 0 0;
}
#sns_botsl .block.block-twitter .block-content {
  padding: 18px 0 0;
  overflow: hidden;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter .tweet {
  margin: 0 0;
  line-height: 18px;
}
#sns_botsl .block.block-testimonials {
  position: relative;
  margin-bottom: 0px;
}
#sns_botsl .block.block-testimonials .navigation {
  width: 50px;
  height: 20px;
  top: 0px;
  right: 0px;
  position: absolute;
}
#sns_botsl .block.block-testimonials .navigation > span {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #eee;
}
#sns_botsl .block.block-testimonials .navigation > span:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../images/slider-nav.png") no-repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
#sns_botsl .block.block-testimonials .navigation > span:hover {
  background: #73939e;
}
#sns_botsl .block.block-testimonials .navigation > span:hover:before {
  background-position: left -20px;
}
#sns_botsl .block.block-testimonials .navigation .prev {
  right: 30px;
}
#sns_botsl .block.block-testimonials .navigation .prev:before {
  background-position: left -40px;
}
#sns_botsl .block.block-testimonials .navigation .prev:hover:before {
  background-position: left -60px;
}
#sns_botsl .block.block-testimonials .block-content {
  padding: 23px 0 0;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes {
  margin: 0 0;
  list-style: none;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item {
  width: 100%;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute {
  width: 100%;
  margin-top: 20px;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-user {
  float: left;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-content {
  padding: 0px 0px 0px 77px;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-content .inner {
  border: 1px solid #ddd;
  padding: 6px 9px;
  line-height: 18px;
  position: relative;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-content .inner:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 18px;
  left: -18px;
  top: 10px;
  background: url("../images/quote-content-ico.gif") no-repeat left top;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-content .inner .quote-info {
  border-top: 1px dotted #ccc;
  margin-top: 4px;
  padding-top: 4px;
  line-height: 20px;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-content .inner .quote-info .name {
  font-weight: bold;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute .quote-content .inner .quote-info .date {
  color: #aaa;
}
#sns_botsl .block.block-testimonials .block-content .list-quotes .item .item-qoute:first-child {
  margin-top: 0;
}
#sns_botsl .block.block-testimonials .block-content .caroufredsel_wrapper {
  width: 100% !important;
  margin: 0 -10px !important;
  padding: 0 10px !important;
}
#sns_botsl .block.block-testimonials .block-content .caroufredsel_wrapper ul {
  margin-left: -20px !important;
}
#sns_botsl .block.block-testimonials .block-content .caroufredsel_wrapper ul .item {
  margin-left: 30px;
  width: 370px !important;
  float: left;
}
#sns_botsl .block.block-latestblog {
  position: relative;
  margin-bottom: 0px;
}
#sns_botsl .block.block-latestblog .block-title {
  background: transparent;
  padding: 0 0;
}
#sns_botsl .block.block-latestblog .block-title:before {
  background: none;
  height: 0px;
  width: 0px;
  padding: 0 0;
  margin: 0 0;
}
#sns_botsl .block.block-latestblog .navigation {
  width: 50px;
  height: 20px;
  top: 0px;
  right: 0px;
  position: absolute;
}
#sns_botsl .block.block-latestblog .navigation > span {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #eee;
}
#sns_botsl .block.block-latestblog .navigation > span:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../images/slider-nav.png") no-repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
#sns_botsl .block.block-latestblog .navigation > span:hover {
  background: #73939e;
}
#sns_botsl .block.block-latestblog .navigation > span:hover:before {
  background-position: left -20px;
}
#sns_botsl .block.block-latestblog .navigation .prev {
  right: 30px;
}
#sns_botsl .block.block-latestblog .navigation .prev:before {
  background-position: left -40px;
}
#sns_botsl .block.block-latestblog .navigation .prev:hover:before {
  background-position: left -60px;
}
#sns_botsl .block.block-latestblog .block-content {
  padding: 18px 0 0;
}
#sns_botsl .block.block-latestblog .block-content ul {
  list-style: none;
  margin: 0;
}
#sns_botsl .block.block-latestblog .block-content ul .item {
  width: 100%;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post {
  position: relative;
  padding: 15px 0px 20px 0px;
  border-top: 1px solid #e8e8e8;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .date {
  color: #aaa;
  line-height: 14px;
  margin-bottom: 6px;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post a.post-img {
  display: inline-block;
  float: left;
  position: relative;
  margin: 5px 15px 0 0;
  width: 140px;
  /*&:before{position: absolute;content: ""; height: 100%;width: 100%; left: 0px; top: 0px;
									.transition(all 0.2s ease-out);
								}
								&:hover{
									&:before{background: rgba(0, 0, 0, 0.2);}
								}*/

}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .postTitle {
  margin: 0 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .postTitle a {
  font-weight: bold;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .postTitle a:hover {
  text-decoration: none;
  color: #73939e;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .postContent {
  padding: 0 0;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .postContent p {
  margin: 0 0;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post .read-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 21px;
  width: 21px;
  text-indent: -99em;
  display: block;
  background: #c5c5c5 url("../images/arrow-white.png") no-repeat 8px 6px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post:hover .read-more {
  background-color: #73939e;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post:first-child {
  padding-top: 0px;
  border-top: none;
}
#sns_botsl .block.block-latestblog .block-content ul .item .item-post.last {
  padding-bottom: 0px;
}
#sns_botsl .block.block-latestblog .block-content .caroufredsel_wrapper {
  width: 100% !important;
  margin: 0 -10px !important;
  padding: 0 10px !important;
}
#sns_botsl .block.block-latestblog .block-content .caroufredsel_wrapper ul {
  margin-left: -20px !important;
}
#sns_botsl .block.block-latestblog .block-content .caroufredsel_wrapper ul .item {
  margin-left: 30px;
  width: 370px !important;
  float: left;
}
/*--- Wrap: #sns_connect ---*/
#sns_connect {
  padding: 30px 0;
}
/*--- Wrap: #sns_brand ---*/
#sns_brand {
  margin: 0 0 50px;
  position: relative;
  z-index: 0;
}
#sns_brand .slider-brands {
  position: relative;
  padding: 0 0;
  z-index: 1;
  width: 718px;
  margin: 0 auto;
}
#sns_brand .slider-brands .block-title {
  position: relative;
  padding: 5px 10px;
  text-align: center;
}
#sns_brand .slider-brands .block-title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #ddd;
  left: 0px;
  top: 16px;
}
#sns_brand .slider-brands .block-title span {
  display: inline-block;
  padding: 0 20px;
  background: #FFF;
  position: relative;
}
#sns_brand .slider-brands .block-content {
  padding: 14px 35px 0;
}
#sns_brand .slider-brands ul {
  list-style: none;
  margin: 0 0;
  z-index: 1;
}
#sns_brand .slider-brands ul li {
  width: 130px;
  height: 80px;
  float: left;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  margin: 0 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
#sns_brand .slider-brands ul li a {
  display: inline-block;
}
#sns_brand .slider-brands ul li:hover {
  border-color: #73939e;
}
#sns_brand .slider-brands .next:before,
#sns_brand .slider-brands .prev:before {
  background: url("../images/slider-nav.png") no-repeat left 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sns_brand .slider-brands .next,
#sns_brand .slider-brands .prev {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 3;
  height: 20px;
  width: 20px;
  margin-top: 11px;
  cursor: pointer;
  background: #eee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
}
#sns_brand .slider-brands .next:hover,
#sns_brand .slider-brands .prev:hover {
  background-color: #73939e;
}
#sns_brand .slider-brands .next:hover:before,
#sns_brand .slider-brands .prev:hover:before {
  background-position: left -20px;
}
#sns_brand .slider-brands .prev {
  left: 0px;
  right: auto;
}
#sns_brand .slider-brands .prev:before {
  background-position: left -40px;
}
#sns_brand .slider-brands .prev:hover:before {
  background-position: left -60px;
}
/*--- Wrap: #sns_footer ---*/
#sns_footer {
  background: #f2f2f2;
  margin: 0 0;
  padding: 40px 0 0;
}
#sns_footer .footer-top {
  padding: 0 0 40px 0;
}
#sns_footer .footer-top .block .block-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sns_footer .footer-top .block .block-content {
  padding-top: 12px;
}
#sns_footer .footer-top .block .block-content p {
  margin: 0 0 12px 0;
}
#sns_footer .footer-top .block .block-content ul {
  margin: -4px 0 0;
  list-style: none;
}
#sns_footer .footer-top .block .block-content ul li {
  padding: 3px 0 3px 0;
  line-height: 18px;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sns_footer .footer-top .block .block-content ul li a {
  color: #666666;
}
#sns_footer .footer-top .block .block-content ul li a:hover {
  text-decoration: underline;
  color: #73939e;
}
#sns_footer .footer-top .block.about-us .block-content {
  padding-top: 10px;
}
#sns_footer .footer-bootom {
  padding: 28px 0 40px;
  background: url("../images/line-footer.png") repeat-x top left;
  position: relative;
}
#sns_footer .footer-bootom:before {
  position: absolute;
  content: "";
  width: 186px;
  height: 20px;
  left: 50%;
  top: -8px;
  margin-left: -93px;
  background: #f2f2f2 url("../images/logo-footer.png") no-repeat center top;
}
#sns_footer .footer-bootom .sns-info ul {
  display: table;
  margin: 0 auto 8px;
}
#sns_footer .footer-bootom .sns-info ul li {
  background: url("../images/separated.gif") no-repeat left center;
  display: inline-block;
  float: left;
  padding: 0 11px;
}
#sns_footer .footer-bootom .sns-info ul li:first-child {
  padding-left: 0px;
  background: none;
}
#sns_footer .footer-bootom .sns-info ul li a {
  color: #666666;
}
#sns_footer .footer-bootom .sns-info ul li a:hover {
  color: #73939e;
  text-decoration: none;
}
#sns_footer .footer-bootom .sns-copyright {
  width: 330px;
  text-align: center;
  padding: 0 0;
  margin: 0 auto;
}
#sns_footer .footer-bootom .sns-copyright a {
  color: #73939e;
}
#sns_footer .footer-bootom .sns-copyright a:hover {
  text-decoration: none;
}
#sns_footer .footer-bootom ul.payment {
  list-style: none;
  float: right;
  margin: 8px 0 0;
}
#sns_footer .footer-bootom ul.payment li {
  display: inline-block;
  margin: 0 0 0 12px;
}
#sns_footer .footer-bootom ul.payment li a {
  background-image: url("../images/pay-me.png");
  background-repeat: no-repeat;
  text-indent: -999em;
  background-position: left -32px;
  height: 32px;
  width: 42px;
  display: inline-block;
}
#sns_footer .footer-bootom ul.payment li a.visa {
  background-position: left top;
}
#sns_footer .footer-bootom ul.payment li a.maestro {
  background-position: left -32px;
}
#sns_footer .footer-bootom ul.payment li a.payment {
  background-position: left -64px;
}
#sns_footer .footer-bootom ul.payment li a.cirus {
  background-position: left -96px;
}
/*--- category product ---*/
.category-products {
  /* products-grid */

}
/*--- products-grid ---*/
.products-grid {
  margin: 0 0;
  list-style: none;
}
.products-grid .item.first {
  margin-left: 0;
}
.products-grid .item {
  float: left;
  background: #FFF;
  margin-bottom: 10px;
  /*&.first{.item-inner{border-left: none;}}*/

}
.products-grid .item .item-inner {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: 1px solid transparent;
}
.products-grid .item .item-inner .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.products-grid .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image {
  display: inline-block;
  width: 100%;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
  vertical-align: baseline;
}
.products-grid .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #FFF;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  height: 60px;
  top: -100px;
  left: 0px;
  margin: 0 0;
  overflow: hidden;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner ul.add-to-links li a,
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .btn-cart {
  border: none;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0 0;
  margin: 0 0;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .cart {
  width: 100%;
  text-align: center;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .cart .btn-cart {
  padding: 6px 15px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 133%;
  font-weight: bold;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .cart .btn-cart:hover {
  background: #73939e;
  border-color: #73939e;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .actions {
  float: left;
  width: 100%;
  display: block;
  padding-top: 10px;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .actions ul.add-to-links {
  margin: 0 auto;
  list-style: none;
  display: table;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .actions ul.add-to-links li {
  float: left;
  display: inline-block;
  padding: 0 12px 0;
  line-height: 12px;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .actions ul.add-to-links li a {
  display: inline-block;
}
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .actions ul.add-to-links li:first-child {
  border-right: 1px dotted #73939e;
}
.products-grid .item .item-inner .item-info {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.products-grid .item .item-inner .item-info .info-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-grid .item .item-inner .item-info .info-inner .no-rating,
.products-grid .item .item-inner .item-info .info-inner .ratings {
  height: 30px;
  margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .no-rating .rating-box,
.products-grid .item .item-inner .item-info .info-inner .ratings .rating-box {
  float: none;
  margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .no-rating .rating-links,
.products-grid .item .item-inner .item-info .info-inner .ratings .rating-links {
  display: none;
}
.products-grid .item .item-inner .item-info .info-inner .no-rating {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 8px;
}
.products-grid .item .item-inner .item-info .info-inner .item-price {
  height: 18px;
  line-height: 18px;
  padding-bottom: 5px;
}
.products-grid .item .item-inner .item-info .info-inner .item-title {
  padding: 6px 8px 0;
  text-transform: uppercase;
  font-size: 116.7%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #73939e;
}
.products-grid .item .item-inner .item-info .info-inner .ico-product {
  display: inline-block;
  height: 17px;
  width: 41px;
  z-index: 2;
  margin: 0 5px 5px;
  background-image: url("../images/ico-product.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -999em;
}
.products-grid .item .item-inner .item-info .info-inner .ico-product.ico-sale {
  background-position: left -17px;
}
.products-grid .item:hover .item-inner {
  border-color: #ddd;
}
.products-grid .item:hover .item-inner .item-img .item-img-info {
  border-color: #73939e;
}
.products-grid .item:hover .item-inner .item-img .item-img-info a.product-image:before {
  left: 0px;
  top: 0px;
  margin: 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
}
.products-grid .item:hover .item-inner .item-info .info-inner {
  border-color: #73939e;
}
/*--- product-list ---*/
.products-list {
  list-style: none;
  margin: 0 0;
}
.products-list .item {
  position: relative;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px dotted #ccc;
}
.products-list .item:hover .item-img .product-image .image-main img {
  -webkit-transform: rotate(-10deg) scale(1.1);
  -moz-transform: rotate(-10deg) scale(1.1);
  -o-transform: rotate(-10deg) scale(1.1);
  transform: rotate(-10deg) scale(1.1);
}
.products-list .item:first-child {
  border-top: none;
  margin: 0 0;
  padding: 0 0;
}
.products-list .item .item-img {
  margin: 0 2.564% 0 0;
  position: relative;
  float: left;
  display: inline-flex;
}
.products-list .item .item-img .product-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.products-list .item .item-img .product-image .image-main {
  display: inline-block;
  width: 100%;
}
.products-list .item .item-img .product-image .image-main img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list .item .item-img .product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
}
.products-list .item .item-img .sns-btn-quickview {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 42px;
  border: 3px solid #FFF;
  margin: -24px 0 0 -34px;
  background: #73939e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-list .item .item-img .sns-btn-quickview span {
  display: none;
}
.products-list .item .item-img .sns-btn-quickview:before {
  position: absolute;
  content: "";
  background: url("../images/addtocart-action.png") no-repeat 0 -60px;
  height: 21px;
  left: 50%;
  margin: -10px 0 0 -10px;
  top: 50%;
  width: 21px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-list .item .item-img .sns-btn-quickview:hover {
  background-color: #73939e;
}
.products-list .item .item-img:hover .product-image:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.products-list .item .item-img:hover .sns-btn-quickview {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .item .item-img:hover .sns-btn-quickview:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .item .product-shop .product-name {
  margin: 0 0 7px;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}
.products-list .item .product-shop .product-name a {
  position: relative;
  top: -5px;
}
.products-list .item .product-shop .product-name a:hover {
  color: #73939e;
}
.products-list .item .product-shop .product-name .ico-product {
  display: inline-block;
  height: 17px;
  width: 41px;
  z-index: 2;
  margin: 0 5px;
  background-image: url("../images/ico-product.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -999em;
}
.products-list .item .product-shop .product-name .ico-product.ico-sale {
  background-position: left -17px;
  left: 0px;
  right: auto;
}
.products-list .item .product-shop .price-box .price {
  font-size: 166.7%;
}
.products-list .item .product-shop .ratings {
  clear: none;
  margin: 0 0 18px 0;
}
.products-list .item .product-shop .ratings:after {
  clear: none;
}
.products-list .item .product-shop .ratings .rating-links {
  margin: 0 0;
}
.products-list .item .product-shop .no-rating {
  margin: 0 0 15px 0;
}
.products-list .item .product-shop .desc {
  margin: 0 0 12px;
}
.products-list .item .product-shop .desc .link-learn {
  display: none;
}
.products-list .item .product-shop .actions-addtocart {
  margin: 0 0;
  width: 100%;
  height: 41px;
}
.products-list .item .product-shop .actions-addtocart a,
.products-list .item .product-shop .actions-addtocart .btn-cart {
  border: none;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0 0;
  margin: 0 0;
}
.products-list .item .product-shop .actions-addtocart button.btn-cart {
  float: left;
  margin: 0 0;
  padding: 6px 15px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 133%;
  font-weight: bold;
}
.products-list .item .product-shop .actions-addtocart button.btn-cart:hover {
  background: #73939e;
  border-color: #73939e;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links {
  margin: 10px 0 0 10px;
  float: left;
  list-style: none;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li {
  float: left;
  line-height: 12px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li a:hover {
  color: #73939e;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li:first-child {
  border-right: 1px dotted #73939e;
  margin-right: 14px;
  padding-right: 14px;
}
/*--- Product page ---*/
.sns-product-detail h1.product-name {
  font-size: 150%;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.sns-product-detail h1.product-name span.name {
  position: relative;
  top: -5px;
}
.sns-product-detail h1.product-name .ico-product {
  display: inline-block;
  height: 17px;
  width: 41px;
  z-index: 2;
  margin: 0 5px;
  background-image: url("../images/ico-product.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -999em;
}
.sns-product-detail h1.product-name .ico-product.ico-sale {
  background-position: left -17px;
  left: 0px;
  right: auto;
}
.sns-product-detail .product-image-zoom {
  position: relative;
  z-index: 1;
}
.sns-product-detail .product-image-zoom .ico-product {
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 53px;
  width: 55px;
  z-index: 2;
  background-image: url("../images/ico-product.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -999em;
}
.sns-product-detail .product-image-zoom .ico-product.ico-sale {
  background-position: left -53px;
  left: -1px;
  right: auto;
}
.sns-product-detail .product-image-zoom .cloud-zoom {
  display: block;
  position: relative;
  border: 1px solid #e9e9e9;
}
.sns-product-detail .product-image-zoom .cloud-zoom:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}
.sns-product-detail .product-image-zoom .popup-btn {
  position: absolute;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
}
.sns-product-detail .product-image-zoom .popup-btn a {
  display: block;
  padding: 8px;
  height: 16px;
  width: 16px;
  background: #d6d6d6 url("../images/ico-zoom.png") no-repeat 8px 8px;
}
.sns-product-detail .product-image-zoom .cloud-zoom-big {
  border: 1px solid #666666;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.sns-product-detail .product-image-zoom .cloud-zoom-lens {
  border: 1px solid #666666;
  margin: -1px;
}
.sns-product-detail .product-shop form {
  margin: 0 0;
}
.sns-product-detail .product-shop form .rating-links {
  margin: 0;
}
.sns-product-detail .product-shop .add-to-links {
  margin: 0 0;
  list-style: none;
}
.sns-product-detail .product-shop .add-to-links li {
  display: inline-block;
}
.sns-product-detail .product-shop .price-rating {
  position: relative;
  width: 50%;
  float: left;
}
.sns-product-detail .product-shop .price-rating .price-box .price {
  font-size: 166.7%;
}
.sns-product-detail .product-shop .price-rating .ratings,
.sns-product-detail .product-shop .price-rating .no-rating {
  margin: 0 0;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-box,
.sns-product-detail .product-shop .price-rating .no-rating .rating-box {
  margin: 0 0;
  float: none;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-links,
.sns-product-detail .product-shop .price-rating .no-rating .rating-links {
  margin: 3px 0;
}
.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 .add-to-cart {
  width: 50%;
  float: left;
}
.sns-product-detail .product-shop .addthis_toolbox {
  margin-bottom: 20px;
  padding: 18px 0 8px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.sns-product-detail .product-shop .short-description {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ccc;
}
.sns-product-detail .product-shop .short-description p {
  margin: 0 0;
}
.sns-product-detail .more-views {
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
}
.sns-product-detail .more-views .nav-gallery {
  margin: 0 0;
}
.sns-product-detail .more-views .nav-gallery .next:before,
.sns-product-detail .more-views .nav-gallery .prev:before {
  background: url("../images/slider-nav.png") no-repeat left 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sns-product-detail .more-views .nav-gallery .next,
.sns-product-detail .more-views .nav-gallery .prev {
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 3;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  background: #d6d6d6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: -999em;
}
.sns-product-detail .more-views .nav-gallery .next:hover,
.sns-product-detail .more-views .nav-gallery .prev:hover {
  background-color: #73939e;
}
.sns-product-detail .more-views .nav-gallery .next:hover:before,
.sns-product-detail .more-views .nav-gallery .prev:hover:before {
  background-position: left -20px;
}
.sns-product-detail .more-views .nav-gallery .prev {
  left: -10px;
  right: auto;
}
.sns-product-detail .more-views .nav-gallery .prev:before {
  background-position: left -40px;
}
.sns-product-detail .more-views .nav-gallery .prev:hover:before {
  background-position: left -60px;
}
.sns-product-detail .more-views .nav-gallery:hover .next,
.sns-product-detail .more-views .nav-gallery:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sns-product-detail .more-views .slide-gallery {
  margin: 0 0;
  float: left;
  width: 100%;
  max-height: 82px;
  overflow: hidden;
}
.sns-product-detail .more-views .slide-gallery ul {
  list-style: none;
}
.sns-product-detail .more-views .slide-gallery ul li {
  text-align: center;
  margin: 0 0 0 20px;
  width: 72px !important;
  display: inline-block;
  float: left;
}
.sns-product-detail .more-views .slide-gallery ul li a {
  display: block;
  position: relative;
  border: 1px solid #e9e9e9;
}
.sns-product-detail .more-views .slide-gallery ul li a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}
.sns-product-detail .more-views .slide-gallery ul li.active a {
  border-color: #73939e;
}
.sns-product-detail .more-views .slide-gallery .caroufredsel_wrapper {
  margin: 0 0 !important;
  width: 100% !important;
}
.sns-product-detail .more-views .slide-gallery .caroufredsel_wrapper ul {
  margin: 0 0 0 -20px !important;
}
.sns-product-detail .more-views .caroufredsel_wrapper {
  max-width: 100%;
}
.sns-product-detail .more-views:hover .nav-gallery .next,
.sns-product-detail .more-views:hover .nav-gallery .prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sns-product-detail #sns_tab_products {
  margin: 40px 0 0;
}
.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;
}
.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 #sns_tab_products {
  overflow: hidden;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi {
  list-style: none;
  margin: 0 0;
  position: relative;
  z-index: 1;
  padding: 10px 0 7px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li {
  margin: 0px 3px 3px 3px;
  display: inline-block;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 133.3%;
  padding: 5px 15px 6px;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a:hover,
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active {
  background: #73939e;
  color: #ffffff;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li:first-child {
  margin-left: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content {
  padding: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner {
  margin: 20px 0 0px;
  height: 100%;
  position: relative;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item {
  margin: 0 0;
  background: #FFF;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 100%;
  top: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item h2 {
  font-size: 125%;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item h3 {
  font-size: 110%;
  line-height: normal;
  margin-top: 0px;
  font-weight: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item h4 {
  font-size: 100%;
  line-height: normal;
  margin-top: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item label {
  font-weight: bold;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item ul.product-tags {
  list-style: none;
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item ul.product-tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item tbody td.label {
  width: 20%;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager p.amount {
  float: left;
  margin: 0 0;
  line-height: 24px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager .limiter {
  float: right;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager .limiter label {
  float: left;
  margin: 0 8px 0 0;
  line-height: 24px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager .limiter select {
  width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl {
  margin: 0 0 15px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dt {
  padding: 0 0;
  margin: 10px 0 0;
  font-weight: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dt:first-child {
  border: none;
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dt span {
  font-weight: bold;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dt a {
  font-weight: bold;
  text-decoration: underline;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dd {
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dd .ratings-table {
  margin-left: 15px;
  margin-bottom: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dd .ratings-table th {
  text-align: right;
  padding-right: 10px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-reviews dl dd .ratings-table .rating-box {
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #review-form {
  margin: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm .input-box input {
  float: left;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm button.button {
  clear: both;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm .validation-advice {
  float: left;
  width: 100%;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-tags h2 {
  display: none;
}
.sns-product-detail .upsell-products {
  margin-top: 40px;
}
.toolbar-bottom .toolbar {
  margin: 20px 0 0;
}
.toolbar {
  padding: 0 0;
  margin: 0 0 30px;
  height: 80px;
  border: 1px solid #ddd;
  color: #666666;
}
.toolbar .view-mode {
  float: left;
  margin: 0 0;
  padding: 0 20px;
  height: 80px;
  border-right: 1px dotted #ddd;
}
.toolbar .view-mode label {
  margin: 14px 0 0;
  display: block;
  text-transform: uppercase;
}
.toolbar .view-mode .list,
.toolbar .view-mode .grid {
  position: relative;
  margin-top: 3px;
  height: 25px;
  width: 25px;
  display: block;
  float: left;
}
.toolbar .view-mode .list:before,
.toolbar .view-mode .grid:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url("../images/ico-viewmode.png") no-repeat left top;
  width: 100%;
  height: 100%;
}
.toolbar .view-mode .grid:hover:before {
  background-position: left -25px;
}
.toolbar .view-mode .list {
  margin-left: 10px;
}
.toolbar .view-mode .list:before {
  background-position: left -50px;
}
.toolbar .view-mode .list:hover:before {
  background-position: left -75px;
}
.toolbar .view-mode strong.list:before {
  background-position: left -75px;
}
.toolbar .view-mode strong.grid:before {
  background-position: left -25px;
}
.toolbar .limiter {
  float: left;
  margin-left: 0px;
  padding: 0 20px;
  color: #666666;
  height: 80px;
  border-right: 1px dotted #ddd;
}
.toolbar .limiter label {
  margin: 14px 0 0;
  display: block;
  text-transform: uppercase;
}
.toolbar .limiter .select-new {
  float: left;
  margin: 3px 0px 0 0;
  color: #666666;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
  height: 23px;
  border: 1px solid #e1e1e1;
  width: 70px !important;
  background: #FFF;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
  line-height: 23px;
  height: 23px;
  padding-left: 8px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  height: 23px;
  background-position: center 9px;
  right: 0px;
  padding: 0 7px;
  border-left: 1px solid #e1e1e1;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 23px;
  width: 70px !important;
  left: -1px !important;
  border-color: #e1e1e1;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 0px 6px;
  background-position: center 10px;
}
.toolbar .limiter .select-new .select-inner select {
  cursor: pointer;
  width: 20px;
  border: none;
  background: none;
}
.toolbar .sort-by {
  float: left;
  margin-left: 0px;
  height: 80px;
  padding: 0 20px;
  border-right: 1px dotted #ddd;
}
.toolbar .sort-by label {
  margin: 14px 0 0;
  display: block;
  text-transform: uppercase;
}
.toolbar .sort-by .select-new {
  float: left;
  margin: 3px 5px 0 0;
}
.toolbar .sort-by .select-new .select-inner {
  cursor: pointer;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  height: 23px;
  border: 1px solid #e1e1e1;
  background: #FFF;
  width: 95px !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
  line-height: 23px;
  height: 23px;
  padding-left: 8px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  height: 23px;
  background-position: center 9px;
  right: 0px;
  padding: 0 7px;
  border-left: 1px solid #e1e1e1;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 23px;
  width: 95px !important;
  left: -1px !important;
  border-color: #e1e1e1;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 0px 6px;
  background-position: center 10px;
}
.toolbar .sort-by .select-new .select-inner select {
  cursor: pointer;
  width: 50px;
  border: none;
  background: none;
}
.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc {
  background-image: url("../images/arrow-downup.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 9px;
  width: 5px;
  float: left;
  margin: 11px 0 0 0;
  display: block;
}
.toolbar .sort-by .set-desc {
  background-position: left -9px;
}
.toolbar .pager {
  margin: 0 0;
  float: right;
}
.toolbar .pager p.amount {
  margin: 0 10px 0 0;
  display: none;
}
.toolbar .pager .pages {
  padding: 0 20px;
  height: 80px;
}
.toolbar .pager .pages ol {
  margin-top: 28px;
  overflow: hidden;
  float: left;
}
#confirmbox {
  border: 2px solid #f3f3f3;
}
#confirmbox #product-shop #product-options-wrapper,
#confirmbox .product-shop #product-options-wrapper {
  padding-top: 0px;
  border-top: none;
  /*.add-to-cart .btn-cart{
			margin: 10px 0;
		}*/

}
#confirmbox .add-to-cart {
  margin: 0 0 !important;
}
#confirmbox .head-cfbox .product-title {
  font-weight: normal;
  color: #73939e;
}
#confirmbox .product-name a {
  color: #666666;
  font-weight: normal;
  text-transform: uppercase;
}
#confirmbox .product-name a:hover {
  color: #73939e;
}
#confirmbox .cf-producinfo .product-image {
  border: none;
}
#confirmbox #bottom-cfbox .btn {
  font-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  padding: 6px 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #f3f3f3;
  color: #666666;
}
#confirmbox #bottom-cfbox .btn:hover {
  background-color: #73939e;
  color: #FFF;
}
#confirmbox #cout_down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 5px;
  color: #FFF;
  background: #686868;
}
#btn-close {
  color: #686868;
  opacity: 1;
  filter: alpha(opacity=100);
}
#btn-close:hover {
  color: #73939e;
}
.category-blog .page-title,
.blog-index-list .page-title {
  display: none;
}
.postWrapper {
  padding: 0 0 30px 118px;
  position: relative;
}
.postWrapper .post-h-info {
  width: 108px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.postWrapper .post-h-info .date {
  padding: 6px 6px;
  background: #73939e;
}
.postWrapper .post-h-info .date > span {
  display: block;
  color: #FFF;
  text-transform: uppercase;
}
.postWrapper .post-h-info .date > span.day {
  font-size: 416.6%;
  line-height: 100%;
}
.postWrapper .post-h-info .author {
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px 6px;
}
.postWrapper .post-h-info .author label {
  margin: 0 0;
  line-height: 20px;
  text-transform: uppercase;
}
.postWrapper .post-h-info .author span {
  color: #73939e;
}
.postWrapper .post-h-info .cmt {
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px 6px;
}
.postWrapper .content-inner {
  padding: 8px 20px 0;
  border: 1px solid #ddd;
  border-bottom: none;
}
.postWrapper .postTitle {
  border: none;
  margin-bottom: 5px;
}
.postWrapper .postTitle h2 {
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
}
.postWrapper .postTitle h2 a:hover {
  color: #73939e;
}
.postWrapper .postTitle h3 {
  line-height: normal;
  font-size: 91.5%;
  font-weight: normal;
}
.postWrapper .postTitle.title-detail h2 {
  font-size: 133.3%;
  margin: -3px 0 0;
  text-transform: uppercase;
  color: #666666;
}
.postWrapper .postTitle.cmt-heading {
  margin: 25px 0 15px;
  position: relative;
  padding: 0 0 12px;
  font-size: 133.3%;
}
.postWrapper .postTitle.cmt-heading h2 {
  font-weight: normal;
  font-size: 100%;
}
.postWrapper .postTitle.cmt-heading:before {
  background: url("../images/block-title-bg.png") repeat-x left bottom;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.postWrapper .postContent {
  padding-bottom: 18px;
}
.postWrapper .postContent img {
  margin: 0 10px 5px 0;
}
.postWrapper .postContent .addthis_toolbox {
  margin-top: 20px;
}
.postWrapper .aw-blog-read-more {
  display: none;
}
.postWrapper .post-info {
  padding: 3px 0;
  border: 1px solid #ddd;
  border-top: none;
  background: #f2f2f2;
}
.postWrapper .post-info .tags {
  float: left;
  padding: 5px 5px 5px 10px;
}
.postWrapper .post-info .tags h4 {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  font-weight: normal;
}
.postWrapper .post-info .tags ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
.postWrapper .post-info .tags ul li {
  padding: 0 8px;
  border-left: 1px dotted #73939e;
  display: inline-block;
  float: left;
  line-height: 12px;
  margin: 4px 0;
}
.postWrapper .post-info .tags ul li:first-child {
  padding-left: 0px;
  border: none;
}
.postWrapper .post-info .postDetails {
  float: left;
  padding: 5px 5px 5px 10px;
}
.postWrapper .post-info .postDetails h4 {
  font-weight: normal;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  font-size: 100%;
  float: left;
}
.postWrapper .postDetails h4.poster {
  font-size: 100%;
  line-height: normal;
}
.blog-toolbar {
  margin-top: 30px;
}
.blog-toolbar .toolbar {
  margin: 30px 0 0;
}
.blog-toolbar .toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
  border-color: transparent;
}
.blog-toolbar .toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  display: none;
}
.blog-toolbar .toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper > ul {
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner select {
  width: 70px;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  width: 100px !important;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  width: 100px !important;
}
.blog-toolbar.post .toolbar {
  margin: 10px 0 20px;
}
.cmt-heading h2 {
  font-size: 125%;
  line-height: 24px;
  text-transform: uppercase;
}
.commentWrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.commentWrapper h4.username {
  font-size: 100%;
  line-height: normal;
  font-weight: normal;
  color: #73939e;
}
#postComment h4.legend {
  margin: 5px 0 20px;
  position: relative;
  padding: 0 0 12px;
  font-size: 133.3%;
  font-weight: normal;
  text-transform: uppercase;
}
#postComment h4.legend:before {
  background: url("../images/block-title-bg.png") repeat-x left bottom;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
#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;
  background: #f3f3f3;
  color: #aaa;
}
#postComment ul.form-list .input-box input.input-text:focus {
  background: #FFF;
}
#postComment ul.form-list .input-box textarea {
  margin: 0 0;
  background: #f3f3f3;
  color: #aaa;
}
#postComment ul.form-list .input-box textarea:focus {
  background: #FFF;
}
#postComment ul.form-list .input-box .validation-advice {
  margin-top: 3px;
}
#postComment ul.form-list .input-box label {
  margin: 0 0;
  background-image: url("../images/ico-cmt.png");
  background-repeat: no-repeat;
  background-position: 6px 5px;
}
#postComment ul.form-list .input-box.cmt-user label {
  width: 32px;
  height: 32px;
  float: left;
  text-indent: -99em;
  display: none;
  background-color: #a2a2a2;
  cursor: pointer;
}
#postComment ul.form-list .input-box.cmt-user:hover label {
  background-color: #73939e;
}
#postComment ul.form-list .input-box.cmt-email label {
  width: 32px;
  height: 32px;
  float: left;
  text-indent: -99em;
  display: none;
  background-color: #a2a2a2;
  cursor: pointer;
  background-position: 6px -36px;
}
#postComment ul.form-list .input-box.cmt-email:hover label {
  background-color: #73939e;
}
#postComment .button-set .button {
  background: #73939e;
  color: #FFF;
}
.contact-page {
  max-width: 870px;
  margin: 0 auto;
}
.contact-page .page-title h1 {
  text-align: center;
}
.contact-page .contact-content > p {
  text-align: center;
}
.contact-page .map-wrap {
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin-bottom: 20px;
}
.contact-page .map-wrap #google_map {
  height: 325px;
}
.contact-page .more-info {
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.contact-page .more-info p {
  margin: 0 0;
  line-height: 26px;
}
.contact-page .more-info .address p {
  margin-right: 30px;
}
.contact-page .more-info .chat p {
  margin-left: 30px;
}
.contact-page .more-info .phone {
  text-align: center;
  height: 50px;
  margin: 3px 0;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.contact-page #contactForm ul {
  list-style: none;
  margin: 0 0;
}
.contact-page #contactForm ul .input-box {
  position: relative;
  padding: 1px;
  margin-bottom: 10px;
}
.contact-page #contactForm ul .input-box input {
  border: none;
  margin: 0 0;
  width: 90%;
  padding: 8px 1%;
  position: relative;
  z-index: 2;
}
.contact-page #contactForm ul .input-box textarea {
  border: none;
  margin: 0 0;
  width: 98%;
  height: 150px;
  padding: 8px 1%;
  position: relative;
  z-index: 2;
}
.contact-page #contactForm ul .input-box .validation-advice {
  margin-top: 3px;
}
.contact-page #contactForm ul .input-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 36px;
  top: 0px;
  left: 0px;
  border: 1px solid #e9e9e9;
  z-index: 1;
}
.contact-page #contactForm ul li.wide .input-box:before {
  height: 166px;
}
.contact-page #contactForm ul li.fields div.field {
  width: 50%;
}
.contact-page #contactForm ul li.fields div.field .input-box input {
  padding: 8px 2%;
}
.contact-page .buttons-set .button {
  margin: 0 0;
  float: left;
  background-position: 10px 11px;
  background-repeat: no-repeat;
}
body.use-bgoverlay #sns_content .box-up-sell .block-content .up-sell-products ul.products-grid li.item-usl .item-uppsel .product-image:before,
body.use-bgoverlay .sns-product-detail .product-image-zoom .cloud-zoom:before,
body.use-bgoverlay .sns-product-detail .more-views .slide-gallery ul li a:before,
body.use-bgoverlay .products-grid .item .item-inner .item-img .item-img-info a.product-image:before,
body.use-bgoverlay .products-list .item .item-img .product-image:before {
  background: rgba(0, 0, 0, 0.043);
}
/* Menu style */
ul.mainnav {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: table;
}
ul.mainnav li {
  position: relative;
  border: 1px solid #d5d5d5;
  border-top: none;
  display: inline-block;
  z-index: 1;
}
ul.mainnav li ul[class*="level"] {
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 5px;
  left: 0px;
  text-align: left;
  border-top: 5px solid #73939e;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  width: 180px;
  background: #FFF;
  margin: 0 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
ul.mainnav li ul[class*="level"] li {
  display: block;
}
ul.mainnav li ul[class*="level"] li.parent > a {
  background: url("../images/arrow.png") no-repeat 95% center;
}
ul.mainnav li ul[class*="level"] li a {
  padding: 10px 15px;
  display: block;
}
ul.mainnav li ul[class*="level"] li a:hover {
  text-decoration: none;
}
ul.mainnav li ul[class*="level"] ul {
  top: 5px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  left: 160px;
  transform-origin: 0% 15% 0;
  -moz-transform-origin: 0% 15% 0;
  -webkit-transform-origin: 0% 15% 0;
  -o-transform-origin: 0% 15% 0;
  -ms-transform-origin: 0% 15% 0;
}
ul.mainnav li.last {
  border-bottom: none;
}
ul.mainnav li:hover {
  z-index: 2;
}
ul.mainnav li:hover > ul[class*="level"] {
  left: 160px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
ul.mainnav li:hover > a {
  color: #73939e;
}
ul.mainnav li.active > a {
  color: #73939e;
}
ul.mainnav > li {
  border: none !important;
  float: left;
  position: static;
}
ul.mainnav > li > a {
  display: block;
  padding: 11px 16px 12px;
  margin: 0 0;
  font-size: 133.3%;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
ul.mainnav > li > a:hover {
  text-decoration: none;
}
ul.mainnav > li > ul[class*="level"] {
  left: auto;
  -webkit-transition: all 0.3s ease-out 0.15s;
  -moz-transition: all 0.3s ease-out 0.15s;
  -o-transition: all 0.3s ease-out 0.15s;
  transition: all 0.3s ease-out 0.15s;
  top: 43px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  transform-origin: 0% 15% 0;
  -moz-transform-origin: 0% 15% 0;
  -webkit-transform-origin: 0% 15% 0;
  -o-transform-origin: 0% 15% 0;
  -ms-transform-origin: 0% 15% 0;
}
ul.mainnav > li:hover {
  vertical-align: bottom;
}
ul.mainnav > li:hover > a {
  color: #FFF;
  background-color: #73939e;
  position: relative;
}
ul.mainnav > li:hover > a:before {
  width: 100%;
  left: 0%;
}
ul.mainnav > li:hover > ul {
  left: auto !important;
  top: 43px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
ul.mainnav > li.parent > a > span {
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
ul.mainnav > li.parent > a > span:after {
  position: absolute;
  height: 4px;
  width: 7px;
  background: url("../images/ico-drop-menu.png") no-repeat left top;
  top: 9px;
  right: 0px;
  content: "";
}
ul.mainnav > li.parent:hover > a > span:after {
  background-position: left -4px;
}
ul.mainnav > li.active > a {
  color: #73939e;
  position: relative;
}
ul.mainnav > li.active > a:before {
  width: 100%;
  left: 0px;
}
ul.mainnav > li.active:hover > a {
  color: #FFF;
}
/* Mega menu */
.sns-megamenu-wrap.horizontal-menu .mega-nav li.menu-video .megamenu-col .megamenu-col {
  padding-top: 1%;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.menu-video .megamenu-col .megamenu-col .videoWrapper {
  position: relative;
  padding-bottom: 51.9%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.menu-video .megamenu-col .megamenu-col .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.menu-basestyle > .megamenu-col {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.menu-basestyle > .megamenu-col .megamenu-col {
  border-top: 1px solid #d4d4d4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.menu-basestyle > .megamenu-col .megamenu-col:first-child {
  border: none;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 > a {
  /*.transition(none);*/
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap {
  top: 43px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  border-top: 5px solid #73939e;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap ul li {
  border: none;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title {
  font-size: 133.3%;
  margin-bottom: 5px;
  padding: 10px 0 4px;
  text-transform: uppercase;
  font-weight: normal;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title span {
  color: #666666;
  background: none;
  padding: 0px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title span:hover {
  color: #73939e;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title a:hover {
  text-decoration: none;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title a.active {
  color: #73939e;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title span {
  color: #666666;
  padding: 5px 0;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title span:hover {
  color: #73939e;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-slider {
  margin: 0 0;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-slider .navigation {
  top: -34px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-slider .caroufredsel_wrapper {
  margin-bottom: 10px !important;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-slider .caroufredsel_wrapper > ul .item {
  margin-bottom: 0px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-slider .caroufredsel_wrapper > ul .item .item-inner .item-info .item-title {
  font-size: 100%;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-slider .caroufredsel_wrapper > ul .item .item-inner .item-info .item-content .item-price {
  padding-bottom: 10px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item {
  border: none;
  margin: 0 0;
  border-top: 1px solid #e9e9e9;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-img {
  float: left;
  margin: 10px 8px 10px 10px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info {
  text-align: left;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .item-title {
  font-size: 100%;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .item-title a {
  font-weight: normal;
  text-transform: uppercase;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .item-title a:hover {
  color: #73939e;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .price-box .price {
  font-size: 100%;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .price-box .old-price {
  padding: 0 5px;
  margin: 0 10px 0 0;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .ratings .rating-box {
  float: none;
  margin: 0 0;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .ratings .rating-links {
  font-size: 91.66%;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .no-rating {
  font-size: 91.66%;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item:first-child {
  border-top: none;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item:hover {
  background-color: #f4f4f4;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .block .block-content {
  padding: 0 0;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0:hover .mega-content-wrap {
  top: 43px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sns-megamenu-wrap.horizontal-menu.no-effect .mega-nav li.level0 > a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sns-megamenu-wrap.horizontal-menu.no-effect .mega-nav li.level0 .mega-content-wrap {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.sns-megamenu-wrap.horizontal-menu.no-effect .mega-nav li.level0:hover .mega-content-wrap {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
