/*------------------------------------------------------------------------
 * 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: #333333;
  border-color: #dfdfdf;
}
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: #333333;
}
a:hover {
  color: #e8ae02;
  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;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: #aaa;
  width: 40px;
  bottom: 5px;
  right: 5px;
  height: 40px;
  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-color: #e8ae02;
}
#sns-totop:hover i {
  color: #FFF;
}
#sns-totop i {
  font-size: 24px;
  color: #e5e5e5;
  position: relative;
  top: 8px;
}
#facebook_fan iframe[style] {
  width: 100% !important;
}
select {
  height: 36px;
  line-height: 30px;
  margin: 0;
  padding: 6px;
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 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;
}
select:focus {
  border-color: #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.input-text {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 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: #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #CCC;
}
input.input-text:focus {
  border-color: #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
input.input-text.validation-failed {
  border-color: #b94a48 !important;
}
textarea {
  -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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #CCC;
}
textarea:focus {
  border-color: #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #686868;
}
textarea.validation-failed {
  border-color: #b94a48 !important;
}
input[type="button"],
.button,
button {
  font-size: 116.67%;
  -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;
  font-weight: bold;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.price .text-box input[type="button"] {
  background: #666;
  margin-left: 5px;
}
.price .text-box input[type="button"]:hover {
  background-color: #e8ae02;
}
body {
  font-size: 12px;
}
body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}
body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: none;
  color: #333333;
}
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: #CCC;
  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 {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
  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;
}
#fancybox-close:before,
#btn-close:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ico-delete.png") no-repeat left top;
  -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;
}
#fancybox-close:hover,
#btn-close:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
#fancybox-close:hover:before,
#btn-close:hover:before {
  background-position: left -19px;
}
.btn-remove {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 19px;
  width: 19px;
  text-indent: -999em;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
  position: relative;
  -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;
}
.btn-remove:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ico-delete.png") no-repeat left top;
  -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;
}
.btn-remove:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.btn-remove:hover:before {
  background-position: left -19px;
}
.btn-remove2 {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 19px;
  width: 19px;
  text-indent: -999em;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
  position: relative;
  -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;
}
.btn-remove2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ico-delete.png") no-repeat left top;
  -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;
}
.btn-remove2:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.btn-remove2:hover:before {
  background-position: left -19px;
}
.block .btn-remove {
  position: absolute;
  top: -4px;
  right: 0px;
}
.btn-edit {
  position: absolute;
  top: 0px;
  right: 25px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 19px;
  width: 19px;
  text-indent: -999em;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
  -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;
}
.btn-edit:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ico-edit.png") no-repeat left top;
  -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;
}
.btn-edit:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.btn-edit:hover:before {
  background-position: left -19px;
}
#fancybox-close {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
#btn-close {
  top: 10px;
  right: 10px;
}
#fancybox-wrap #fancybox-outer {
  border: 1px 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.5);
  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 14px 0 16px;
  line-height: 40px;
  background: url("../images/separato-breadcrump.gif") no-repeat left center;
  color: #888;
}
.breadcrumbs li a {
  color: #888;
}
.breadcrumbs li a:hover {
  color: #e8ae02;
}
.breadcrumbs li.home {
  padding: 0 15px 0 0;
  background: none;
}
.breadcrumbs li.last:after {
  content: "";
}
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 120%;
}
h5,
h6 {
  font-size: 110%;
}
.page-title.category-title > * {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #333;
}
.page-title h1 {
  font-size: 200%;
  font-weight: bold;
  margin: 0px 0 10px;
  text-transform: uppercase;
  color: #333333;
}
.sub-title {
  font-size: 110%;
}
.fieldset {
  border: 1px solid #CCC;
  margin: 25px 0 15px;
  padding: 15px;
}
.fieldset .legend {
  background: #CCC;
  float: left;
  font-size: 125%;
  font-weight: bold;
  margin: -30px 0 0;
  padding: 4px 8px;
  line-height: 20px;
}
.fieldset ul {
  margin: 10px 0 0;
  list-style: none;
}
.product-name {
  font-size: 100%;
  font-weight: bold;
}
.product-name a {
  color: inherit;
}
.product-name a:hover {
  color: #e8ae02;
}
.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 {
  background: #FFF;
  padding: 10px 20px;
  border: 1px solid #CCC;
  height: 270px;
}
.col2-set .buttons-set {
  border: 1px solid #CCC;
  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 #CCC;
}
.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 {
  background: #FFF;
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.data-table tbody th {
  text-align: left;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}
.data-table tbody td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  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 #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.data-table input.input-text {
  padding: 3px 5px;
}
.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: #CCC;
  float: left;
  color: #686868;
}
.checkout-progress li.active {
  background: #e8ae02;
  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 #CCC;
  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-remove {
  position: relative;
  width: 20px;
  font-size: 0px;
}
.cart .input-box {
  width: 100%;
}
.cart .input-box input.input-text {
  margin: 0 0 10px;
  width: 94%;
}
.cart .input-box select {
  width: 100%;
}
.cart .data-table input.input-text {
  max-width: 40px;
  text-align: center;
}
.cart .btn-continue {
  float: left;
}
.cart .col2-set {
  width: 70%;
  float: left;
}
.cart .totals {
  width: 28%;
  float: right;
}
.cart .discount,
.cart .shipping,
.cart .crosssell {
  background: #FFF;
  border: 1px solid #CCC;
  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 .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: #CCC;
  color: #333333;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #333333;
  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 #CCC;
  border-bottom: none;
  cursor: default;
}
#checkoutSteps li .step {
  border: 1px solid #CCC;
  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;
}
.product-groupped-product #product-shop .wrap-actions,
.product-groupped-product .product-shop .wrap-actions {
  height: 36px;
}
#product-shop .availability,
.product-shop .availability {
  padding: 0 0 0 21px;
  margin-bottom: 14px;
}
#product-shop .availability.in-stock,
.product-shop .availability.in-stock {
  background: url("../images/ico-instock.png") no-repeat left top;
}
#product-shop .availability.out-of-stock,
.product-shop .availability.out-of-stock {
  background: url("../images/ico-outstock.png") no-repeat left top;
}
#product-shop .availability span,
.product-shop .availability span {
  color: #666666;
}
#product-shop #product-options-wrapper,
.product-shop #product-options-wrapper {
  margin-bottom: 20px;
}
#product-shop #product-options-wrapper ul,
.product-shop #product-options-wrapper ul {
  list-style: none;
  margin: 0 0 0;
}
#product-shop #product-options-wrapper .product-name h1,
.product-shop #product-options-wrapper .product-name h1 {
  font-size: 133.3%;
  color: #333333;
  text-transform: uppercase;
  line-height: normal;
}
#product-shop .price-box,
.product-shop .price-box {
  margin: 0 0 16px;
}
#product-shop .price-box .price,
.product-shop .price-box .price {
  font-size: 250%;
}
#product-shop .price-box .old-price .price,
.product-shop .price-box .old-price .price {
  font-size: 133.33%;
}
#product-shop table.grouped-items-table,
.product-shop table.grouped-items-table {
  margin-bottom: 20px;
}
#product-shop table.grouped-items-table input,
.product-shop table.grouped-items-table input {
  text-align: center;
  width: 40px;
  margin: 0 0;
}
#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 .price-box .old-price,
.product-shop table.grouped-items-table .price-box .old-price {
  margin: 0 10px 0 0;
}
#product-shop table.grouped-items-table .price-box .price,
.product-shop table.grouped-items-table .price-box .price {
  font-size: 130%;
}
#product-shop .price-box-bundle .price-box,
.product-shop .price-box-bundle .price-box {
  margin: 0 0 5px;
}
#product-shop .price-box-bundle .price-box .price-from .price,
.product-shop .price-box-bundle .price-box .price-from .price,
#product-shop .price-box-bundle .price-box .price-to .price,
.product-shop .price-box-bundle .price-box .price-to .price {
  font-size: 133.33%;
}
#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: #333333;
  font-weight: bold;
  margin-bottom: 0;
}
#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: 0 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 .ratings,
.product-shop .ratings,
#product-shop .no-ratings,
.product-shop .no-ratings {
  margin-bottom: 3px;
}
#product-shop .product-options-bottom,
.product-shop .product-options-bottom {
  padding-top: 10px;
}
#product-shop .product-options-bottom .price-box,
.product-shop .product-options-bottom .price-box {
  display: none;
}
#product-shop .wrap-actions,
.product-shop .wrap-actions {
  width: 265px;
  height: 72px;
  display: inline-block;
  padding: 18px;
  position: relative;
  margin: 0 0 15px;
  background: #eff0ef;
  border: 1px solid #ddd;
}
#product-shop .add-to-cart,
.product-shop .add-to-cart {
  display: inline-block;
}
#product-shop .add-to-cart label,
.product-shop .add-to-cart label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
}
#product-shop .add-to-cart .qty-container,
.product-shop .add-to-cart .qty-container {
  margin: 0 0 11px;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 104px;
  float: left;
}
#product-shop .add-to-cart .qty-container input.qty,
.product-shop .add-to-cart .qty-container input.qty {
  padding: 0px 0;
  height: 19px;
  width: 39px;
  line-height: 20px;
  margin: 0 0;
  text-align: center;
  background: #FFF;
  position: absolute;
  left: 30px;
  top: 0px;
}
#product-shop .add-to-cart .qty-container input.qty:focus,
.product-shop .add-to-cart .qty-container input.qty:focus {
  text-align: center;
  background: none;
}
#product-shop .add-to-cart .qty-container .qty-increase,
.product-shop .add-to-cart .qty-container .qty-increase,
#product-shop .add-to-cart .qty-container .qty-decrease,
.product-shop .add-to-cart .qty-container .qty-decrease {
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 19px;
  width: 19px;
  padding: 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;
  cursor: pointer;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
#product-shop .add-to-cart .qty-container .qty-increase:before,
.product-shop .add-to-cart .qty-container .qty-increase:before,
#product-shop .add-to-cart .qty-container .qty-decrease:before,
.product-shop .add-to-cart .qty-container .qty-decrease: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;
  height: 19px;
  width: 19px;
  background: url("../images/qty-inc-dec.png") no-repeat left top;
}
#product-shop .add-to-cart .qty-container .qty-increase:hover,
.product-shop .add-to-cart .qty-container .qty-increase:hover,
#product-shop .add-to-cart .qty-container .qty-decrease:hover,
.product-shop .add-to-cart .qty-container .qty-decrease:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
#product-shop .add-to-cart .qty-container .qty-increase:hover:before,
.product-shop .add-to-cart .qty-container .qty-increase:hover:before,
#product-shop .add-to-cart .qty-container .qty-decrease:hover:before,
.product-shop .add-to-cart .qty-container .qty-decrease:hover:before {
  background-position: left -19px;
}
#product-shop .add-to-cart .qty-container .qty-increase,
.product-shop .add-to-cart .qty-container .qty-increase {
  left: 79px;
}
#product-shop .add-to-cart .qty-container .qty-increase:before,
.product-shop .add-to-cart .qty-container .qty-increase:before {
  background-position: left -38px;
}
#product-shop .add-to-cart .qty-container .qty-increase:hover:before,
.product-shop .add-to-cart .qty-container .qty-increase:hover:before {
  background-position: left -57px;
}
.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: #333333;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  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;
  border: 1px solid #ededed;
  border-left: none;
  color: #909090;
}
.sns-tab-navi li a.tabulous_active {
  background: #e8ae02;
  color: #FFF;
  border-color: #e8ae02;
}
.sns-tab-navi li:first-child a {
  border-left: 1px solid #ededed;
}
.sns-tab-navi li:first-child a.tabulous_active {
  border-color: #e8ae02;
}
.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%;
  }
}
@keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@-webkit-keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@-moz-keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@-o-keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-webkit-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-moz-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-o-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-webkit-keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-moz-keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-o-keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.tabulousclear {
  display: block;
  clear: both;
}
.validation-advice {
  color: #B94A48;
  font-size: 92%;
}
.sns-btn-quickview {
  background-color: #e8ae02;
  background-color: rgba(232, 175, 2, 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;
}
#bd.boxed-layout {
  background: url("../images/pattern/parttern19.png") repeat left top;
}
#bd.boxed-layout #sns_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#bd.boxed-layout #sns_wrapper #sns_productswrap .sns-slider .navigation .next,
#bd.boxed-layout #sns_wrapper #sns_productswrap .sns-slider .navigation .prev {
  right: 10px;
  z-index: 99;
  margin-top: -20px;
}
#bd.boxed-layout #sns_wrapper #sns_productswrap .sns-slider .navigation .prev {
  right: auto;
  left: 10px;
}
.row-fluid .span12 {
  margin: 0 0;
}
.row-fluid [class*="span"].first {
  margin-left: 0;
  clear: both;
}
/*--- Block ---*/
.block .block-title {
  color: #333333;
  font-size: 166.67%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0;
}
.block .block-content {
  padding: 10px 0;
}
.block.blank .block-content {
  padding: 0 0 !important;
}
.block.block-custommenu {
  text-align: center !important;
  padding: 20px 0 10px;
  border: 1px solid #333333;
  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;
}
.block.block-custommenu > * {
  margin: 0 auto;
}
.block.block-custommenu .block-title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #FFF;
}
.block.block-custommenu .block-content {
  padding: 0 10px !important;
}
.block.block-custommenu:hover {
  border-color: #666666;
}
.block.block-privacypolicy .block-title {
  text-transform: none;
  font-size: 183.3%;
}
.block.block-privacypolicy .block-title span {
  padding-bottom: 5px;
}
.block.block-privacypolicy .block-content ul.custom-block {
  list-style: none;
  margin: 20px 0 0;
}
.block.block-privacypolicy .block-content ul.custom-block li {
  padding: 0 0 0 60px;
  height: 47px;
  position: relative;
  margin: 10px 0 0;
  line-height: 46px;
  color: #333333;
}
.block.block-privacypolicy .block-content ul.custom-block li:before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e8ae02;
  -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-pricacypolicy.png") no-repeat left top;
}
.block.block-privacypolicy .block-content ul.custom-block li span {
  line-height: 18px;
  display: inline-block;
  margin-top: 3px;
}
.block.block-privacypolicy .block-content ul.custom-block li:hover {
  color: #e8ae02;
}
.block.block-privacypolicy .block-content ul.custom-block li:hover:before {
  background-color: #e8ae02;
  background-position: left -45px;
}
.block.block-privacypolicy .block-content ul.custom-block li.money-back:before {
  background-position: left -90px;
}
.block.block-privacypolicy .block-content ul.custom-block li.money-back:hover:before {
  background-position: left -135px;
}
.block.block-privacypolicy .block-content ul.custom-block li.order-247:before {
  background-position: left -180px;
}
.block.block-privacypolicy .block-content ul.custom-block li.order-247:hover:before {
  background-position: left -225px;
}
.block.block-privacypolicy .block-content ul.custom-block li.special-event:before {
  background-position: left -270px;
}
.block.block-privacypolicy .block-content ul.custom-block li.special-event:hover:before {
  background-position: left -315px;
}
.block.block-privacypolicy .block-content ul.custom-block li.gift:before {
  background-position: left -360px;
}
.block.block-privacypolicy .block-content ul.custom-block li.gift:hover:before {
  background-position: left -405px;
}
.block.have-border {
  border: 2px solid #dfdfdf;
  position: relative;
  -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;
}
.block.have-border .block-inner {
  margin: -2px;
  padding: 4px;
}
.block.have-border .block-inner .block-inner2 {
  -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;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 10px 10px;
}
.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-social {
  padding: 30px 20px 20px;
}
.block.block-social .block-title {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.block.block-social .block-content {
  padding: 0 0 !important;
}
.block.block-social .block-content ul {
  margin: 0 0;
  list-style: none;
}
.block.block-social .block-content ul li {
  float: left;
  display: inline-block;
  margin: 0 10px;
}
.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;
}
.block.block-social .block-content ul li a span {
  display: none;
}
.block.block-social .block-content ul li a:before {
  font-family: FontAwesome;
  font-size: 35px;
  height: 35px;
  width: 35px;
  line-height: 100%;
}
.block.block-social .block-content ul li a.facebook:before {
  content: "\f09a";
}
.block.block-social .block-content ul li a.facebook:hover {
  color: #425f9c;
}
.block.block-social .block-content ul li a.plus:before {
  content: "\f0d5";
}
.block.block-social .block-content ul li a.plus:hover {
  color: #D85131;
}
.block.block-social .block-content ul li a.pinterest:before {
  content: "\f0d3";
}
.block.block-social .block-content ul li a.pinterest:hover {
  color: #ca2128;
}
.block.block-social .block-content ul li a.linkedin:before {
  content: "\f0e1";
}
.block.block-social .block-content ul li a.linkedin:hover {
  color: #017eb4;
}
.block.block-social .block-content ul li a.twitter:before {
  content: "\f099";
}
.block.block-social .block-content ul li a.twitter:hover {
  color: #5dd7fc;
}
.block.block-social .block-content ul li a:hover {
  text-decoration: none;
  color: #e8ae02;
}
.block.block-social .block-content ul li.last {
  margin-right: 0px;
}
.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: 10px 0;
}
.block.block-compare .actions {
  padding: 15px 0 0;
}
.block.block-compare .actions .button {
  margin: 0 0 0 5px;
  font-size: 116.7%;
}
.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 #CCC;
  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 {
  display: inline-block;
  float: left;
  margin: 0 6px 0 0;
  font-weight: normal;
}
.pager .pages ol {
  display: inline-block;
  margin: 0 0;
}
.pager .pages ol li {
  display: inline-block;
  float: left;
  margin: 0 0 0 4px;
  line-height: 26px;
}
.pager .pages ol li:first-child {
  margin-left: 0px;
}
.pager .pages ol li a {
  height: 25px;
  width: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  padding: 0 0;
  margin: 0 0;
  display: block;
  border: 3px solid #CCC;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  text-align: center;
}
.pager .pages ol li a.next,
.pager .pages ol li a.previous {
  position: relative;
  padding: 0 0;
  text-indent: -999em;
}
.pager .pages ol li a.next:before,
.pager .pages ol li a.previous:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0px;
  top: 7px;
  background: url("../images/ico-pager.png") no-repeat 9px top;
  -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;
}
.pager .pages ol li a.next:before {
  left: 0px;
  background-position: -83px top;
}
.pager .pages ol li a:hover,
.pager .pages ol li.current {
  border: 3px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
}
.pager .pages ol li.current {
  height: 25px;
  width: 25px;
}
/*--- Responsive menu ---*/
#sns_resmenu {
  display: none;
  margin-top: 20px;
}
#sns_resmenu.sns-resmenu button.btn-navbar {
  margin: 0 0;
  position: relative;
  z-index: 2;
  padding: 0 0;
  background-color: #b8b8b8;
  background-image: -moz-linear-gradient(top, #cccccc, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#999999));
  background-image: -webkit-linear-gradient(top, #cccccc, #999999);
  background-image: -o-linear-gradient(top, #cccccc, #999999);
  background-image: linear-gradient(to bottom, #cccccc, #999999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff999999', GradientType=0);
  height: 40px;
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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: 2px;
  left: 0px;
  color: #444;
}
#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 button.btn-navbar:hover {
  border: none;
  background: #ccc;
}
#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.gif") repeat-x scroll 0 0 transparent;
  display: inline-block;
  height: 14px;
  position: relative;
  vertical-align: middle;
  width: 80px;
  margin: 0 0;
  float: left;
}
.rating-box .rating {
  background: url("../images/bkg_rating.gif") repeat-x scroll 0 100% transparent;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
}
.no-rating a {
  color: #666666;
}
.no-rating a:hover {
  color: #e8ae02;
}
.rating-links a {
  margin: 0 8px;
  color: #666666;
}
.rating-links a:hover {
  color: #e8ae02;
}
#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 {
  display: block;
  margin-top: 0px;
}
.quickview-main .sns-product-detail .product-image-zoom .cloud-zoom {
  margin: 0 0;
}
.quickview-main .sns-product-detail .more-views .nav-gallery .next,
.quickview-main .sns-product-detail .more-views .nav-gallery .prev {
  left: 0px;
}
.quickview-main .sns-product-detail .more-views {
  padding: 0 0;
}
.quickview-main .sns-product-detail .more-views .nav-gallery .next {
  left: auto;
  right: 0px;
}
.quickview-main .sns-product-detail #sns_gallery {
  margin: 0 0;
  height: 75px;
  overflow: hidden;
}
.quickview-main .sns-product-detail #sns_gallery li {
  margin: 0 5px 5px 5px;
  width: 67px !important;
}
.quickview-main .sns-product-detail .product-essential {
  border: none;
  margin: 0 0;
}
.quickview-main .addthis_toolbox {
  display: none !important;
}
.quickview-main .product-img-box {
  width: 34%;
  float: left;
  margin: 0 0;
}
.quickview-main .product-shop {
  width: 63.5%;
  margin-left: 2.5%;
  float: left;
}
.quickview-main .has-custom {
  display: none;
}
/*--- price-box ---*/
.price-box p {
  margin: 0 0;
  display: inline-block;
}
.price-box .old-price {
  /*text-decoration: line-through;*/
  margin: 0 10px 0 0;
  padding: 0 6px;
  display: inline-block;
  position: relative;
}
.price-box .old-price .price {
  font-size: 133.33%;
  color: #666666;
  position: relative;
}
.price-box .old-price:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  padding: 0 0;
  left: 0px;
  top: 50%;
  margin-top: 1px;
  background: #c8c8c8;
}
.price-box .price {
  font-size: 166.67%;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.price-box .minimal-price-link .price {
  font-size: 100%;
}
.price-box .price-label {
  display: none;
}
.price-box .price-from {
  padding: 0 10px 0 0;
}
.price-box .price-from .price-label {
  display: inline-block;
}
.price-box .price-from .price {
  font-size: 150%;
}
.price-box .price-to {
  padding: 0 0;
}
.price-box .price-to .price {
  font-size: 150%;
}
.price-box .price-to .price-label {
  display: inline-block;
}
.sns-producttabs {
  overflow: visible;
}
.sns-producttabs .sns-pdt-container {
  text-align: center;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li {
  font-size: 166.67%;
  -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;
  border: 3px solid #ccc;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  display: inline-block;
  margin: 0 0 0 5px;
  float: none;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
.sns-producttabs .sns-pdt-container .sns-pdt-nav .pdt-nav > li span {
  padding: 0 0;
  display: inline-block;
}
.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: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.sns-producttabs .sns-pdt-container .pre-text {
  margin: 15px 0 0;
  display: inline-block;
  width: 70%;
  text-align: center;
  color: #333333;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content {
  width: 100%;
  float: left;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .content-loading {
  min-height: 450px;
  background: url("../images/loader.gif") no-repeat center center;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content {
  margin: 0 0;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content .products-grid {
  padding-bottom: 30px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content .products-grid .item {
  margin-bottom: 0;
  margin-top: 30px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore {
  position: relative;
  font-weight: bold;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  height: 1px;
  width: 100%;
  background: #ddd;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 425px;
  margin-left: -212px;
  display: inline-block;
  z-index: 2;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
  background: transparent;
  border: none;
  padding: 0 0;
  margin: 0 0;
  z-index: 5;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .inner {
  padding: 0 0;
  height: 100%;
  display: 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 .inner > span {
  font-size: 166.67%;
  -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;
  border: 3px solid #ccc;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  display: inline-block;
  margin: 0 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .inner > span.load-number {
  margin-right: 10px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .inner > span.load-number:before {
  content: attr(data-more);
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .inner > span.load-number:after {
  content: attr(data-total);
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:hover .inner > span:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.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.loading .inner > span {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
  cursor: text;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner > span {
  background: #FFF;
  color: #333333;
  border-color: #CCC;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded:hover .inner > span:hover {
  background: #FFF;
  color: #333333;
  border-color: #CCC;
}
.sns-slider {
  margin: 0 0;
}
.sns-slider .title-slider {
  font-size: 166.67%;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0;
}
.sns-slider .navigation {
  position: static;
}
.sns-slider .navigation .next,
.sns-slider .navigation .prev {
  -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;
  margin: 0 0 0 5px;
  width: 34px;
  height: 34px;
  border: 3px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: -50px;
  text-indent: -999em;
  margin: 0 0;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
.sns-slider .navigation .next:before,
.sns-slider .navigation .prev:before {
  background: url("../images/nav-slider.png") no-repeat -102px top;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 34px;
  width: 34px;
  -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-slider .navigation .next:hover,
.sns-slider .navigation .prev:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  border-color: #c68300;
}
.sns-slider .navigation .next:hover:before,
.sns-slider .navigation .prev:hover:before {
  background-position: -68px top;
}
.sns-slider .navigation .prev {
  left: -50px;
  right: auto;
}
.sns-slider .navigation .prev:before {
  background-position: 0px top;
}
.sns-slider .navigation .prev:hover:before {
  background-position: -34px top;
}
.sns-slider .timer {
  background: #e8ae02;
  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: #e8ae02;
}
.sns-slider ul.products-grid li.item {
  margin-top: 0px;
  padding: 5px 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;
}
.sns-slider.formenu .title-slider {
  padding: 0 0;
}
.sns-slider.formenu .title-slider span {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
.sns-slider.formenu .title-slider span:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -14px;
  height: 1px;
  width: 100%;
  background: #ebebeb;
}
.sns-slider.formenu .navigation {
  position: absolute;
  top: -45px;
  right: 0px;
  width: 55px;
  height: 20px;
}
.sns-slider.formenu .navigation .next,
.sns-slider.formenu .navigation .prev {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  height: 18px;
  width: 18px;
  border: 3px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=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;
  text-indent: -999em;
}
.sns-slider.formenu .navigation .next:before,
.sns-slider.formenu .navigation .prev:before {
  background: url("../images/nav-brands.png") no-repeat -54px top;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  -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;
  content: "";
}
.sns-slider.formenu .navigation .next:hover,
.sns-slider.formenu .navigation .prev:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.sns-slider.formenu .navigation .next:hover:before,
.sns-slider.formenu .navigation .prev:hover:before {
  background-position: -36px top;
}
.sns-slider.formenu .navigation .prev {
  right: auto;
  left: 0px;
}
.sns-slider.formenu .navigation .prev:before {
  background-position: left top;
}
.sns-slider.formenu .navigation .prev:hover:before {
  background-position: -18px top;
}
.sns-slider.formenu .caroufredsel_wrapper {
  margin: 20px 0 0 !important;
}
.sns-slider.formenu ul.products-grid .item {
  margin-top: 0px;
  padding-top: 0px;
}
.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-ajaxcart {
  margin: 0 0;
  padding: 0 0;
  display: inline-block;
  text-align: left;
  z-index: 99;
}
.sns-ajaxcart .block-title {
  cursor: pointer;
  background: transparent;
  position: relative;
  padding: 0 0;
  width: 74px;
  height: 98px;
  -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/minicart-bg.png") no-repeat left top;
}
.sns-ajaxcart .block-title:before {
  position: absolute;
  content: "";
  left: 26px;
  top: 11px;
  width: 22px;
  height: 22px;
  background: url("../images/ico-minicart.png") no-repeat left top;
}
.sns-ajaxcart .block-title .cart-status {
  margin: 0 0;
  padding: 40px 0 0;
  text-align: center;
}
.sns-ajaxcart .block-title .cart-status .label {
  margin-top: 0px;
  font-weight: bold;
  font-size: 116.67%;
  color: #333333;
  text-transform: uppercase;
}
.sns-ajaxcart .block-title .cart-status .subtotal {
  margin: -3px 0 0;
}
.sns-ajaxcart .block-title .cart-status .subtotal .amount {
  color: #FFF;
  margin: 0 0;
}
.sns-ajaxcart .block-title .ico-view {
  display: none;
}
.sns-ajaxcart .block-content {
  padding: 0px 0px 5px;
  background-color: transparent;
  width: 300px;
  top: 98px;
  border: none;
  right: 0px;
  margin-top: 30px;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  visibility: hidden;
}
.sns-ajaxcart .block-content .block-inner {
  boder: 1px solid #dfdfdf;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  -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-ajaxcart .block-content .block-inner .mini-products-list {
  margin: 0 0;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 45px 10px 15px;
  border-bottom: 1px solid #ddd;
}
.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 {
  color: #333333;
  line-height: normal;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-name a:hover {
  color: #e8ae02;
  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 .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: 5px 0 0;
  width: 104px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span {
  text-indent: -999em;
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 19px;
  width: 19px;
  padding: 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;
  cursor: pointer;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span: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;
  height: 19px;
  width: 19px;
  background: url("../images/qty-inc-dec.png") no-repeat left top;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span:hover:before {
  background-position: left -19px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span.quantity-plus {
  left: 79px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span.quantity-plus:before {
  background-position: left -38px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .quantity-controls span.quantity-plus:hover:before {
  background-position: left -57px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .label-qty {
  font-weight: bold;
  margin: 0 10px 0 0;
  display: none;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input.qty {
  padding: 0px 0;
  height: 19px;
  width: 39px;
  line-height: 20px;
  margin: 0 0;
  text-align: center;
  background: #FFF;
  position: absolute;
  left: 30px;
  top: 0px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input.qty:focus {
  text-align: center;
  background: none;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-edit {
  top: 30px;
  right: 20px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-remove {
  top: 0px;
  right: 20px;
}
.sns-ajaxcart .block-content .block-inner .mini-products-list .item.last {
  margin: 0 0;
  border: none;
}
.sns-ajaxcart .block-content .block-inner .actions {
  background: #ddd;
  padding: 10px 10px;
  margin: 0 0;
}
.sns-ajaxcart .block-content .block-inner .actions label {
  text-transform: uppercase;
  color: #333333;
  margin: 0 5px 0 0;
  float: left;
  line-height: 34px;
  font-size: 116.67%;
  font-weight: bold;
}
.sns-ajaxcart .block-content .block-inner .actions .total-price {
  line-height: 34px;
  font-size: 116.67%;
  font-weight: bold;
}
.sns-ajaxcart .block-content .block-inner .actions .button {
  float: left;
  margin: 0 0 5px;
}
.sns-ajaxcart .block-content .block-inner .actions .button.btn-gocheckout,
.sns-ajaxcart .block-content .block-inner .actions .button.btn-update {
  float: right;
}
.sns-ajaxcart.have-item:hover,
.sns-ajaxcart.have-item.open {
  z-index: 9999999;
}
.sns-ajaxcart.have-item:hover .block-content,
.sns-ajaxcart.have-item.open .block-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
/*--- Wrap: #sns_topheader ---*/
#sns_topheader {
  z-index: 4;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #060606;
  position: relative;
  background: #101010;
  color: #888;
}
#sns_topheader .topheader-left .date-location {
  float: left;
  line-height: 30px;
  padding: 0 10px 0 21px;
  background: url("../images/ico-datelocation.png") no-repeat left 7px;
}
#sns_topheader .topheader-left .sns-switch {
  float: left;
  margin: 0 0 0;
  height: 30px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner {
  position: relative;
  height: 30px;
}
#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;
  height: 30px;
}
#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;
  width: 24px;
  height: 24px;
  line-height: 24px;
  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;
  left: -1px;
  border: 1px solid #000;
}
#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: #222;
  color: #888;
  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: #e8ae02;
  color: #333333;
}
#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: #e8ae02;
  color: #333333;
}
#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: #000;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul li:first-child:before,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul li:first-child:before {
  height: 0px;
}
#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 10px 0 23px;
  text-transform: uppercase;
}
#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 {
  display: none;
}
#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 {
  color: #FFF;
}
#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 {
  color: #FFF;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper.open div a.jqTransformSelectOpen,
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper.open div a.jqTransformSelectOpen {
  background-position: left -23px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher {
  margin: 0 0 0 10px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper {
  width: 55px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper ul {
  width: 55px !important;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper select {
  width: 25px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .currency-switcher .jqTransformSelectWrapper div span {
  width: 25px !important;
  background: url("../images/ico-currency.png") no-repeat left 7px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher {
  margin: 0 0 0 10px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper {
  width: 110px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper ul {
  width: 110px !important;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper select {
  width: 47px;
}
#sns_topheader .topheader-left .sns-switch .switch-inner .language-switcher .jqTransformSelectWrapper div span {
  width: 70px !important;
  padding: 0 10px 0 20px;
  text-transform: none;
  background: url("../images/ico-lang.png") no-repeat left 8px;
}
#sns_topheader .topheader-right .inner {
  float: right;
}
#sns_topheader .topheader-right .connect-us {
  list-style: none;
  float: left;
  margin: 6px 0 0;
}
#sns_topheader .topheader-right .connect-us li {
  margin-left: 5px;
  float: left;
  display: inline-block;
  margin: 0 5px;
}
#sns_topheader .topheader-right .connect-us li a {
  text-indent: -999em;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/ico-connect.png") no-repeat left -6px;
  -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 .connect-us li:hover a {
  background-position: left -36px;
}
#sns_topheader .topheader-right .connect-us li.twitter a {
  background-position: left -66px;
}
#sns_topheader .topheader-right .connect-us li.twitter:hover a {
  background-position: left -96px;
}
#sns_topheader .topheader-right .connect-us li.pinterest a {
  background-position: left -126px;
}
#sns_topheader .topheader-right .connect-us li.pinterest:hover a {
  background-position: left -156px;
}
#sns_topheader .topheader-right #search_mini_form {
  margin: 0 0 0 15px;
  float: left;
  line-height: normal;
  position: relative;
}
#sns_topheader .topheader-right #search_mini_form .form-search input.input-text {
  border: none;
  width: 250px;
  background: #353535;
  color: #666666;
  -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;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
#sns_topheader .topheader-right #search_mini_form .button {
  padding: 0 0;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url('../images/ico-search.png') no-repeat center center;
  background-color: none;
}
/*--- Wrap: #sns_menu ---*/
#logo {
  float: left;
  margin: 22px 140px 0 0;
}
#logo a {
  display: inline-block;
}
#logo a span {
  display: none;
}
#sns_menu {
  position: relative;
  margin: 0 0;
  height: 78px;
  border-bottom: 1px solid #0c0c0c;
  background: #DDD;
  background-color: #2b2b2b;
  background-image: -moz-linear-gradient(top, #313232, #212121);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313232), to(#212121));
  background-image: -webkit-linear-gradient(top, #313232, #212121);
  background-image: -o-linear-gradient(top, #313232, #212121);
  background-image: linear-gradient(to bottom, #313232, #212121);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313232', endColorstr='#ff212121', GradientType=0);
}
#sns_menu .container {
  left: -66px;
  position: relative;
}
#sns_menu .container .row-fluid #sns_mainnav {
  float: left;
  max-width: 750px;
}
#sns_menu.keep-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
#sns_menu .nav-right {
  text-align: right;
  float: right;
  height: 78px;
}
.cms-home #sns_menu {
  margin: 0 0;
}
/*--- Wrap: #sns_slideshow ---*/
#sns_slideshow {
  margin: 0 0;
  position: relative;
}
#sns_slideshow .camera_caption .box_cption {
  background: rgba(0, 0, 0, 0.5);
  width: 55%;
  padding: 20px;
  margin: 0 0px;
}
#sns_slideshow .camera_caption .box_cption > .title {
  margin: 0px;
  font-size: 333.33%;
  font-weight: bold;
  line-height: 36px;
  color: #FFF;
}
#sns_slideshow .camera_caption .box_cption > .desc {
  color: #FFF;
  margin: 5px 0 0;
}
#sns_slideshow .camera_caption .box_cption .box-btn a {
  display: inline-block;
  padding: 8px 16px;
  background: #DDD;
  font-size: 150%;
  margin: 15px 0 0;
  color: #333333;
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
  text-shadow: 1px 0 1px rgba(255, 255, 255, 0.2);
}
#sns_slideshow .camera_caption .box_cption .box-btn a:hover {
  padding: 8px 16px;
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
  font-size: 150%;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}
#sns_slideshow .camera_next,
#sns_slideshow .camera_prev {
  display: none;
}
#sns_slideshow .camera_pag .camera_pag_ul {
  left: 0px;
  width: 100%;
  text-align: center;
  height: 16px;
  bottom: 77px;
}
#sns_slideshow .camera_pag .camera_pag_ul li {
  margin: 0 0 0 5px;
  background: url("../images/pager-slideshow.png") no-repeat left top;
  width: 16px;
  height: 16px;
  -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_slideshow .camera_pag .camera_pag_ul li:hover,
#sns_slideshow .camera_pag .camera_pag_ul li.cameracurrent {
  background-position: left -16px;
}
#sns_slideshow .camera_pag .camera_pag_ul li:hover span,
#sns_slideshow .camera_pag .camera_pag_ul li.cameracurrent span {
  display: none;
}
#sns_slideshow .camera_pag .camera_pag_ul li:first-child {
  margin: 0 0;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fs_loader {
  background: url("../images/loader.gif") no-repeat center center;
}
#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: inherit;
}
#sns_slideshow .sns-slideshow-wrap .sns-fraction-slider .fraction-slider .slide.white-text .claim {
  color: inherit;
}
#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 .sns-fraction-slider .fraction-slider .slide .fs-12 {
  font-size: 12px;
  line-height: 18px !important;
}
#sns_slideshow .sns-slideshow-wrap .small {
  width: 350px;
}
#sns_slideshow .sns-slideshow-wrap .large {
  width: 420px;
}
#sns_slideshow .sns-slideshow-wrap .x-large {
  width: 550px;
}
#sns_slideshow .sns-slideshow-wrap .teaser {
  color: #666;
  font-size: 20px;
}
#sns_slideshow .sns-slideshow-wrap .claim {
  font-size: 45px;
  color: #666;
  line-height: normal;
  font-weight: bold;
}
#sns_slideshow .sns-slideshow-wrap .claim strong {
  color: #333333;
  display: inline;
  line-height: 18px !important;
}
#sns_slideshow .sns-slideshow-wrap .subclaim {
  color: inherit;
  line-height: 18px;
}
#sns_slideshow .sns-slideshow-wrap .next,
#sns_slideshow .sns-slideshow-wrap .prev {
  -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;
  width: 61px;
  height: 61px;
  text-indent: -999em;
  background: url("../images/nav-slideshow.png") no-repeat -183px top;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  right: 9px;
  margin-top: 8px;
}
#sns_slideshow .sns-slideshow-wrap .next:hover,
#sns_slideshow .sns-slideshow-wrap .prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
  background-position: -122px top;
  border-color: rgba(255, 255, 255, 0.3);
}
#sns_slideshow .sns-slideshow-wrap .prev {
  background-position: 0px top;
  left: 9px;
  right: auto;
}
#sns_slideshow .sns-slideshow-wrap .prev:hover {
  background-position: -61px top;
}
#sns_slideshow .sns-slideshow-wrap .buttons-action .button {
  display: inline-block;
  padding: 9px 16px;
  background: #DDD;
  color: #333333;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
  text-shadow: 1px 0 1px rgba(255, 255, 255, 0.2);
}
#sns_slideshow .sns-slideshow-wrap .buttons-action .button:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
  font-size: 16px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}
#sns_slideshow .sns-slideshow-wrap .buttons-action .button.btn-shopnow {
  margin-right: 5px;
}
#sns_slideshow .sns-slideshow-wrap .fs-pager-wrapper {
  left: 0px;
  width: 100%;
  text-align: center;
  height: 16px;
  bottom: 10px;
  z-index: 2;
}
#sns_slideshow .sns-slideshow-wrap .fs-pager-wrapper a {
  margin: 0 0 0 5px;
  background: url("../images/pager-slideshow.png") no-repeat left top;
  width: 16px;
  height: 16px;
  -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_slideshow .sns-slideshow-wrap .fs-pager-wrapper a:hover,
#sns_slideshow .sns-slideshow-wrap .fs-pager-wrapper a.active {
  background-position: left -16px;
}
#sns_slideshow .sns-slideshow-wrap .fs-pager-wrapper a:first-child {
  margin: 0 0;
}
/*--- Wrap: #sns_topsl ---*/
#sns_topsl {
  margin: 0 0;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
#sns_topsl:before {
  position: absolute;
  content: "";
  height: 97px;
  width: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/tab-bg.gif") repeat-x left top;
}
#sns_topsl .sns-tabs {
  text-align: center;
}
#sns_topsl .sns-tabs ul.tabs-navi {
  height: 97px;
  display: table;
  margin: 0 auto;
  list-style: none;
}
#sns_topsl .sns-tabs ul.tabs-navi > li {
  display: inline-block;
  height: 97px;
  padding: 0;
  line-height: 115px;
  float: left;
}
#sns_topsl .sns-tabs ul.tabs-navi > li a {
  color: #333333;
  font-size: 166.67%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 22px 0 20px;
  display: block;
  position: relative;
  height: 100%;
}
#sns_topsl .sns-tabs ul.tabs-navi > li a.tabulous_active {
  background: url("../images/tab-item-active.gif") repeat-x left top;
}
#sns_topsl .sns-tabs ul.tabs-navi > li a:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: url("../images/tab-separator.gif") no-repeat left top;
}
#sns_topsl .sns-tabs ul.tabs-navi > li a .pretext {
  display: block;
  font-size: 12px;
  line-height: normal;
  position: relative;
  top: -47px;
  text-transform: none;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: #666666;
}
#sns_topsl .sns-tabs ul.tabs-navi > li:first-child a {
  padding-left: 22px;
}
#sns_topsl .sns-tabs ul.tabs-navi > li:first-child a:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: url("../images/tab-separator.gif") no-repeat left top;
}
#sns_topsl .sns-tabs .tabs-content {
  text-align: left;
  padding: 30px 0;
  background: #FFF;
}
#sns_topsl .sns-tabs .tabs-content .tab-content-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
#sns_topsl .sns-tabs .tabs-content .tab-item {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0px;
}
#sns_topsl .sns-tabs .tabs-content .tab-item.item-ready {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_topsl .sns-tabs .tabs-content .block {
  margin: 0 0;
  padding: 0 0;
}
#sns_topsl .sns-tabs .tabs-content .block .block-content {
  padding: 0 0;
}
#sns_topsl .sns-tabs .tabs-content .block .pretext {
  display: none;
}
#sns_topsl .sns-tabs .tabs-content .block .block-content .map-wrap #google_map {
  height: 300px;
}
#sns_topsl .sns-tabs .tabs-content .block.promotion [class*="wrap-"].margin-bottom a.banner-item {
  margin-bottom: 1px;
}
#sns_topsl .sns-tabs .tabs-content .block.promotion [class*="wrap-"].margin-right a.banner-item {
  margin-right: 1px;
}
#sns_topsl .sns-tabs .tabs-content .block.promotion .wrap-100 {
  width: 100%;
  float: left;
}
#sns_topsl .sns-tabs .tabs-content .block.promotion .wrap-50 {
  width: 50%;
  float: left;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog .first-post img {
  border: 5px solid #ddd;
  float: left;
  margin: 0 18px 5px 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_topsl .sns-tabs .tabs-content .block.block-latestblog .first-post .postTitle {
  font-size: 133.33%;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  border: none;
  margin: 0 0 10px 0;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog .first-post:hover img {
  border-color: #e8ae02;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog .first-post a.aw-blog-read-more {
  text-decoration: underline;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog {
  list-style: none;
  margin: 0 0;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li {
  padding: 10px 0 9px 0;
  border-top: 1px solid #ddd;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li .postTitle {
  margin: 0 0 5px 0;
  border: none;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li .postContent {
  padding: 0 0;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li .postContent p {
  margin: 0 0;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li .post-img {
  width: 90px;
  height: 55px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li .post-img:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 49px;
  left: 0px;
  top: 0px;
  border: 3px solid transparent;
  -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 .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li:first-child {
  padding-top: 0px;
  border: none;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li:hover .postTitle a {
  color: #e8ae02;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog ul.list-blog li:hover .post-img:before {
  border-color: #e8ae02;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog .view-all {
  margin: 0 0;
}
#sns_topsl .sns-tabs .tabs-content .block.block-latestblog .view-all a {
  text-decoration: underline;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .aboutus img {
  border: 5px solid #ddd;
  float: left;
  margin: 0 12px 10px 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_topsl .sns-tabs .tabs-content .block.about-us .aboutus .head-aboutus {
  margin-bottom: 15px;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .aboutus .head-aboutus .title {
  text-transform: uppercase;
  font-size: 133.33%;
  line-height: normal;
  margin: 2px 0 0;
  color: #333333;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .aboutus:hover img {
  border-color: #e8ae02;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .contactform .contact-page .page-title h1 {
  font-size: 150%;
  line-height: normal;
  margin: 0 0 10px;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .contactform #contactForm ul .input-box {
  margin-bottom: 10px;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .contactform #contactForm ul .input-box input {
  padding: 2px 10px;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .contactform #contactForm ul .input-box textarea {
  padding: 2px 10px;
}
#sns_topsl .sns-tabs .tabs-content .block.about-us .contactform #contactForm ul li.fields div.field .input-box input {
  padding: 2px 10px;
}
/* --- Wrap: #sns_topsl --- */
#sns_breadcrumbs {
  height: 40px;
  background: #FFF;
  line-height: 40px;
}
/*--- Wrap: #sns_content ---*/
.cms-home #sns_content {
  margin: 50px 0 45px;
}
#sns_content {
  margin: 30px 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_maintop {
  margin-bottom: 8px;
}
#sns_content #sns_mainmidle .category-title > * {
  margin: 0 0;
  line-height: 42px;
}
#sns_content #sns_mainmidle .block.block-subscribe {
  margin: 0 0;
  border-top: 1px solid #dfdfdf;
  padding: 20px;
}
#sns_content #sns_mainmidle .block.block-subscribe form {
  margin: 0 0 10px;
}
#sns_content #sns_mainmidle .block.block-subscribe label {
  margin-bottom: 20px;
  cursor: pointer;
}
#sns_content #sns_mainmidle .block.block-subscribe input {
  width: 230px;
  float: left;
  margin-right: 10px;
}
#sns_content #sns_mainmidle .block.block-subscribe #advice-validate-email-newsletter {
  float: left;
}
#sns_content #sns_mainmidle .block.block-subscribe .block-content {
  padding: 5px 0 0;
}
#sns_content #sns_mainmidle .block.block-related {
  position: relative;
  margin: 0;
}
#sns_content #sns_mainmidle .block.block-related .navigation {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 55px;
  height: 20px;
}
#sns_content #sns_mainmidle .block.block-related .navigation .next,
#sns_content #sns_mainmidle .block.block-related .navigation .prev {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  height: 18px;
  width: 18px;
  border: 3px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=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;
  text-indent: -999em;
}
#sns_content #sns_mainmidle .block.block-related .navigation .next:before,
#sns_content #sns_mainmidle .block.block-related .navigation .prev:before {
  background: url("../images/nav-brands.png") no-repeat -54px top;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  -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;
  content: "";
}
#sns_content #sns_mainmidle .block.block-related .navigation .next:hover,
#sns_content #sns_mainmidle .block.block-related .navigation .prev:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
#sns_content #sns_mainmidle .block.block-related .navigation .next:hover:before,
#sns_content #sns_mainmidle .block.block-related .navigation .prev:hover:before {
  background-position: -36px top;
}
#sns_content #sns_mainmidle .block.block-related .navigation .prev {
  right: auto;
  left: 0px;
}
#sns_content #sns_mainmidle .block.block-related .navigation .prev:before {
  background-position: left top;
}
#sns_content #sns_mainmidle .block.block-related .navigation .prev:hover:before {
  background-position: -18px top;
}
#sns_content #sns_mainmidle .block.block-related .block-title {
  background: none;
  padding: 0 0;
  color: #333333;
}
#sns_content #sns_mainmidle .block.block-related .block-title:before {
  display: none;
}
#sns_content #sns_mainmidle .block.block-related .block-content {
  padding: 10px 0;
  border: none;
}
#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: 5px 0px;
}
#sns_content #sns_mainmidle .block.block-related .products-grid .item .related-checkbox {
  padding: 0px;
  display: none;
}
#sns_content #sns_mainmidle #crosssell-products-list .item {
  margin-top: 0px;
}
#sns_content #sns_mainmidle #crosssell-products-list .item.show-addtocart {
  margin-top: 17px;
}
#sns_content #sns_mainbottom {
  margin-top: 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: #e8ae02;
  -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: #e8ae02;
  color: #FFF;
  background: #e8ae02;
  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 .sns-slider .title-slider {
  font-size: 200%;
  font-weight: normal;
  text-transform: none;
  color: #666666;
}
#sns_content .sns-slider .pretext {
  margin: 5px 0 0;
  position: relative;
}
#sns_content .sns-slider .pretext div {
  display: inline-block;
  background: #FFF;
  padding-right: 10px;
  position: relative;
}
#sns_content .sns-slider .pretext:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e9e9e9;
  top: 50%;
  left: 0px;
}
#sns_content .sns-slider .caroufredsel_wrapper {
  width: 100% !important;
  padding: 10px 10px 0px !important;
  margin: 22px -10px 0px -10px !important;
}
#sns_content .sns-slider ul.products-grid {
  margin-left: -20px !important;
}
#sns_content .sns-slider ul.products-grid .item {
  width: 270px !important;
  margin: 0 0 0 30px;
}
#sns_content .sns-slider .navigation {
  width: 57px;
  height: 29px;
  top: 7px;
}
#sns_content .sns-slider .navigation > span {
  position: absolute;
  right: 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;
  text-indent: -999em;
  height: 27px;
  width: 27px;
  border: 1px solid #e9e9e9;
  margin: 0 0;
  cursor: pointer;
  background: #FFF;
}
#sns_content .sns-slider .navigation > span:before {
  background: url("../images/slider-nav.png") no-repeat left -9px;
  height: 9px;
  width: 7px;
  position: absolute;
  left: 9px;
  top: 9px;
  content: "";
}
#sns_content .sns-slider .navigation .prev:before {
  background-position: left top;
  left: 11px;
}
#sns_content .sns-slider .navigation .prev:hover {
  background-color: #e8ae02;
  border-color: #e8ae02;
}
#sns_content .sns-slider .navigation .prev:hover:before {
  background-position: left -18px;
}
#sns_content .sns-slider .navigation .next {
  left: 0px;
  right: auto;
  border-right: none;
}
#sns_content .sns-slider .navigation .next span {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}
#sns_content .sns-slider .navigation .next span:before {
  height: 29px;
  width: 1px;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: transparent;
  -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 .sns-slider .navigation .next:hover {
  background-color: #e8ae02;
  border-color: #e8ae02;
}
#sns_content .sns-slider .navigation .next:hover:before {
  background-position: left -27px;
}
#sns_content .sns-slider .navigation .next:hover span:before {
  background: #e8ae02;
}
#sns_content .sns-slider .timer {
  background: #e8ae02;
  height: 1px;
  position: absolute;
  bottom: 0px;
}
#sns_content .sns-slider.fortabs .caroufredsel_wrapper {
  margin: 0px -10px 0px -10px !important;
  padding: 10px 10px 0px 10px !important;
}
#sns_content .sns-slider.fortabs .caroufredsel_wrapper > ul {
  margin-left: -20px !important;
}
#sns_content .sns-slider.fortabs .caroufredsel_wrapper > ul .item {
  width: 170px !important;
  margin: 0 0 0 30px;
}
#sns_content .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_content .sns-slider.fortabs .navigation {
  left: -87px;
}
#sns_content .sns-slider.column-style .navigation {
  top: 6px;
  right: 10px;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper {
  padding: 0 0!important;
  margin: 0 0!important;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul {
  margin: 0 0 !important;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item {
  margin: 0 0;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .item-img {
  float: left;
  margin: 0 8px 10px 10px;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .item-title {
  font-size: 133%;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .item-title a {
  color: #686868;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .item-title a:hover {
  text-decoration: none;
  color: #e8ae02;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .ratings .rating-box {
  float: none;
  margin: 0 0;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .ratings .rating-links {
  font-size: 91.66%;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .no-rating {
  font-size: 91.66%;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .price-box .price {
  font-size: 100%;
  font-weight: normal;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .price-box .special-price .price,
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child .price-box .old-price .price {
  font-size: 100%;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child:first-child {
  border-top: none;
  margin-top: 0px;
}
#sns_content .sns-slider.column-style .caroufredsel_wrapper ul .item .item-child:hover {
  background-color: #f4f4f4;
}
#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 {
  margin-bottom: 30px;
}
#sns_content .block .block-title {
  height: 42px;
  line-height: 42px;
  background: #292a2a;
  font-size: 133.33%;
  color: #FFF;
  padding: 0px 10px 0 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
#sns_content .block .block-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 55px;
  width: 40px;
  background: url("../images/ico-blocktitle.png") no-repeat left top;
}
#sns_content .block .block-content {
  margin: 0 0;
  padding: 20px 10px 15px;
  border: 1px solid #ddd;
  border-top: none;
  background: #FFF;
}
#sns_content .block.blank .block-content {
  padding: 0 0;
  border: none;
}
#sns_content .block.static-block .block-title:after {
  position: absolute;
  content: "";
  height: 22px;
  width: 14px;
  left: 13px;
  top: 11px;
  background: url("../images/ico-bulbs.png") no-repeat left top;
}
#sns_content .block.block-tags .tags-list {
  list-style: none;
  margin: 0 0 10px;
  display: block;
}
#sns_content .block.block-tags .tags-list li {
  display: inline-block;
  margin: 0px 5px 5px 0;
  float: left;
}
#sns_content .block.block-tags .tags-list li a {
  display: inline-block;
  background: #FFF;
  color: #686868;
  padding: 3px 10px;
  font-size: 100% !important;
  border: 3px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 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;
}
#sns_content .block.block-tags .tags-list li a:hover {
  text-decoration: none;
  background-color: #e8ae02;
  border-color: #e8ae02;
  color: #FFF;
}
#sns_content .block.block-tags .actions {
  display: block;
  text-transform: uppercase;
  margin: 15px 0 0;
}
#sns_content .block.block-tags .actions a.button {
  float: left;
}
#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: #333333;
  font-weight: bold;
}
#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: 21px;
  width: 15px;
}
#sns_content .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked {
  background-position: left -22px;
}
#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: #333333;
}
#sns_content .block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
#sns_content .block.block-compare .block-title:after {
  position: absolute;
  content: "";
  height: 19px;
  width: 13px;
  left: 14px;
  top: 11px;
  background: url("../images/ico-compare.png") no-repeat left top;
}
#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: #e8ae02;
}
#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-sns-layered-nav .block-title:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 11px;
  top: 13px;
  background: url("../images/ico-shopby.png") no-repeat left top;
  z-index: 1;
}
#sns_content .block.block-sns-layered-nav .block-content {
  padding: 20px 0 15px;
  background: #ffffff url("../images/category-line.png") repeat-y 37px top;
}
#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: 22px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li > a {
  padding: 4px 0 4px 48px;
  position: relative;
  display: block;
  border-top: 1px solid #eff0ef;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li > a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  left: 15px;
  top: 11px;
  background: url("../images/ico-dot.png") no-repeat left top;
  -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-sns-layered-nav ul.ui-accordion li > a:hover:before {
  background-position: left -13px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li:hover a.toggle {
  background-position: left -30px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle {
  background: url("../images/plus-minus.png") no-repeat left top;
  height: 30px;
  width: 36px;
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  padding: 0 0;
  z-index: 2;
  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;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle:before {
  display: none;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle:hover {
  background-position: left -30px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle.selected {
  background-position: left -30px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li a.toggle.selected:hover {
  background-position: left top;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li.selected > a {
  color: #e8ae02;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li.parent.level0 > a:before {
  display: none;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul {
  margin: 0 0;
  list-style: none;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul li > a {
  padding-left: 65px;
  border: none;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul li > a:before {
  left: 47px;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul li ul {
  margin: 0 0;
  list-style: none;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul li ul li > a {
  padding-left: 82px;
  border: none;
}
#sns_content .block.block-sns-layered-nav ul.ui-accordion li ul li ul li > a:before {
  left: 64px;
}
#sns_content .block.block-layered-nav .block-title:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 11px;
  top: 13px;
  background: url("../images/ico-shopby.png") no-repeat left top;
  z-index: 1;
}
#sns_content .block.block-layered-nav .block-content {
  padding: 20px 0 15px;
}
#sns_content .block.block-layered-nav .currently {
  padding: 0 10px;
}
#sns_content .block.block-layered-nav .currently ol {
  margin: 0 0 5px 25px;
}
#sns_content .block.block-layered-nav .currently ol li {
  position: relative;
  padding: 1px 0;
}
#sns_content .block.block-layered-nav .actions {
  margin-bottom: 10px;
  padding: 0 10px;
}
#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;
  font-weight: bold;
  position: relative;
  margin: 0 0;
  background: #eff0ef;
  padding: 0 10px 0 48px;
  line-height: 30px;
  -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: #333333;
}
#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 solid #ededed;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li {
  border-top: 1px solid #eff0ef;
  list-style-type: none;
  padding: 4px 10px 4px 48px;
  position: relative;
  color: color;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:first-child {
  border-top: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:before {
  position: absolute;
  content: "";
  height: 100px;
  width: 1px;
  background: #eff0ef;
  left: 37px;
  top: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:after {
  position: absolute;
  content: "";
  height: 7px;
  width: 8px;
  left: 15px;
  top: 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;
  background: url("../images/ico-dot.png") no-repeat left top;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover:after {
  background-position: left -13px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 8px 0px;
  margin: 0 0;
  font-size: 130%;
  position: relative;
  height: 26px;
  line-height: 27px;
  color: #333333;
}
#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 .price-separator {
  width: 8px;
  position: relative;
  text-indent: -999em;
  margin: 0 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator:before {
  height: 2px;
  width: 100%;
  background: #333333;
  top: 14px;
  left: 0px;
  position: absolute;
  content: "";
}
#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: 3px;
  border: 3px solid #CCC;
  width: 60px;
  height: 23px;
  line-height: 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0;
  color: #333333;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"]:focus {
  border-color: #999;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"] {
  position: absolute;
  right: 0px;
  top: 8px;
  height: 29px;
  padding: 0px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
#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 0px;
  margin-bottom: 8px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 6px 8px;
  border: 3px solid #CCC;
  background: #FFF;
  height: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  background: #e8ae02;
  height: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 3px solid #CCC;
  top: -3px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 22px;
  width: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: url("../images/ico-sliderhandle.png") no-repeat left top;
  top: -4px;
  margin-left: -11px;
}
#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 .box-up-sell {
  position: relative;
  margin: 0 0;
}
#sns_content .box-up-sell .block-title:after {
  position: absolute;
  content: "";
  height: 22px;
  width: 14px;
  left: 13px;
  top: 11px;
  background: url("../images/ico-bulbs.png") no-repeat left top;
}
#sns_content .box-up-sell .navigation {
  position: relative;
  width: 61px;
  height: 28px;
  display: inline-block;
  background: #FFF;
  margin-top: 10px;
}
#sns_content .box-up-sell .navigation .next,
#sns_content .box-up-sell .navigation .prev {
  -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;
  margin: 0 0 0 5px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  text-indent: -999em;
  background: url("../images/ico-pager.png") no-repeat -78px 6px;
}
#sns_content .box-up-sell .navigation .next:before,
#sns_content .box-up-sell .navigation .prev:before {
  display: none;
}
#sns_content .box-up-sell .navigation .next:hover,
#sns_content .box-up-sell .navigation .prev:hover {
  background-position: -52px 6px;
  background-color: #e8ae02;
  border-color: #e8ae02;
}
#sns_content .box-up-sell .navigation .prev {
  left: 0px;
  right: auto;
  background-position: 0px 6px;
  margin: 0 0;
}
#sns_content .box-up-sell .navigation .prev:hover {
  background-position: -26px 6px;
}
#sns_content .box-up-sell .block-content {
  padding-bottom: 0px;
}
#sns_content .box-up-sell .block-content .up-sell-products {
  margin: 0 0;
}
#sns_content .box-up-sell .block-content .up-sell-products ul {
  list-style: none;
  margin: 0 0;
}
#sns_content .box-up-sell .block-content .up-sell-products ul li.item {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
#sns_content .box-up-sell .block-content .up-sell-products ul li.item .item-img .product-image {
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
}
#sns_content .box-up-sell .block-content .up-sell-products ul li.item .item-title {
  text-transform: uppercase;
  font-size: 100%;
}
#sns_content .box-up-sell .block-content .up-sell-products ul li.item .price-box {
  line-height: normal;
  margin-bottom: 8px;
}
#sns_content .box-up-sell .block-content .up-sell-products ul li.item .btn-cart {
  padding: 2px 14px;
  font-size: 100%;
}
#sns_content .box-up-sell .block-content .up-sell-products ul li.item:first-child {
  padding-top: 0px;
  border-top: none;
}
#sns_content .category-image {
  margin-bottom: 30px;
}
/*--- Wrap: #sns_promotions ---*/
#sns_promotions {
  margin: 0 0 50px;
}
/*--- Wrap: #sns_productswrap ---*/
#sns_productswrap {
  margin: 0 0 50px;
}
#sns_productswrap .sns-slider {
  text-align: center;
}
#sns_productswrap .sns-slider .title-slider {
  padding: 0 0;
  position: relative;
}
#sns_productswrap .sns-slider .title-slider:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #ddd;
}
#sns_productswrap .sns-slider .title-slider span {
  width: 425px;
  display: inline-block;
  position: relative;
}
#sns_productswrap .sns-slider .pretext {
  margin: 1px auto 0;
  text-align: center;
}
#sns_productswrap .sns-slider ul.products-grid {
  margin-left: -20px !important;
}
#sns_productswrap .sns-slider ul.products-grid .item {
  width: 270px !important;
  margin: 0 0 0 30px;
}
#sns_productswrap .sns-slider ul.products-grid .item.show-addtocart {
  padding-top: 17px;
}
#sns_productswrap .sns-slider .caroufredsel_wrapper {
  width: 100% !important;
  padding: 0px 10px 0px !important;
  margin: 20px -10px 0px -10px !important;
}
/*--- Wrap: #sns_shoppolicy ---*/
#sns_shoppolicy {
  margin: 0 0 50px;
}
#sns_shoppolicy .block {
  float: left;
  width: 33.33%;
  background: #FFF;
  position: relative;
}
#sns_shoppolicy .block .block-inner {
  padding: 20px 10px 20px 100px;
  position: relative;
}
#sns_shoppolicy .block .block-inner:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  height: 67px;
  width: 67px;
  background: url("../images/ico-policy.png") no-repeat left top;
}
#sns_shoppolicy .block .block-inner .block-content {
  padding: 5px 0 0;
}
#sns_shoppolicy .block.money-back:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
#sns_shoppolicy .block.money-back .block-inner:before {
  background-position: left -67px;
}
#sns_shoppolicy .block.special-event:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
#sns_shoppolicy .block.special-event .block-inner:before {
  background-position: left -134px;
}
/*--- Wrap: #sns_testimonials ---*/
#sns_testimonials {
  height: 165px;
  background: #e8ae02 url("../images/testimonials-bg.jpg") no-repeat center top;
  margin: 0 0 40px;
  padding: 150px 0 0;
  text-align: center;
}
#sns_testimonials .block-title {
  position: relative;
  padding: 0px 10px 10px;
  display: inline-block;
  font-size: 183.3%;
  text-transform: uppercase;
  color: #FFF;
}
#sns_testimonials .block-title:before {
  -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;
  content: "";
  left: 50%;
  top: -120px;
  margin-left: -44px;
  height: 87px;
  width: 87px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #FFF;
  background: url("../images/title-testimonials.png") no-repeat left top;
  z-index: 1;
}
#sns_testimonials .block-title:after {
  -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;
  content: "";
  left: 50%;
  top: -120px;
  margin-left: -44px;
  height: 87px;
  width: 87px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
#sns_testimonials .block-content {
  padding: 10px 0 15px;
  overflow: hidden;
  color: #FFF;
}
#sns_testimonials .block-content .list-quotes {
  list-style: none;
  margin: 0 0;
  position: relative;
  padding: 0 0;
}
#sns_testimonials .block-content .list-quotes .item {
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 5px 125px 0;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#sns_testimonials .block-content .list-quotes .item .quote-content {
  font-style: italic;
  position: relative;
  line-height: 18px;
}
#sns_testimonials .block-content .list-quotes .item .name {
  color: #FFF;
  padding: 10px 0 0;
  font-weight: bold;
}
#sns_testimonials .block-content .list-quotes .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#sns_testimonials .block-content #sns_quotenav {
  margin: 0 auto;
  position: relative;
}
#sns_testimonials .block-content #sns_quotenav ul {
  list-style: none;
  margin: 0;
}
#sns_testimonials .block-content #sns_quotenav ul li {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background: #FFF;
  text-indent: -999em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0px 2px;
  width: 13px;
  height: 13px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#sns_testimonials .block-content #sns_quotenav ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}
#sns_testimonials .block-content #sns_quotenav ul li.active {
  border: 2px solid #FFF;
  background: transparent;
}
#sns_testimonials:hover .block-title:before {
  border-color: rgba(255, 255, 255, 0.3);
}
#sns_testimonials:hover .block-title:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*--- Wrap: #sns_botsl ---*/
#sns_botsl {
  margin: 0 0 50px 0;
  padding: 50px 0 40px;
  background: #e7e7e7;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}
#sns_botsl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  top: 0px;
  background: #d4d4d4;
}
#sns_botsl:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background: #d4d4d4;
}
#sns_botsl .block .block-content {
  padding: 15px 0 0px;
}
#sns_botsl .block .block-content .addthis_toolbox {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}
#sns_botsl .block.slider-brands {
  position: relative;
  padding: 0 0;
  z-index: 1;
}
#sns_botsl .block.slider-brands .block-content {
  padding-top: 11px;
}
#sns_botsl .block.slider-brands .block-content ul {
  list-style: none;
  margin: 0 0;
  z-index: 1;
}
#sns_botsl .block.slider-brands .block-content ul li {
  width: 270px;
  float: left;
  display: inline-block;
  text-align: center;
  height: 282px;
}
#sns_botsl .block.slider-brands .block-content ul li a {
  display: inline-block;
  position: relative;
  max-width: 125px;
  float: left;
  margin: 10px;
}
#sns_botsl .block.slider-brands .block-content ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 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;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
#sns_botsl .block.slider-brands .block-content ul li a.first {
  margin-left: 0;
}
#sns_botsl .block.slider-brands .block-content ul li a.last {
  margin-right: 0;
}
#sns_botsl .block.slider-brands .block-content ul li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_botsl .block.slider-brands .next,
#sns_botsl .block.slider-brands .prev {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  height: 18px;
  width: 18px;
  border: 3px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=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;
  text-indent: -999em;
}
#sns_botsl .block.slider-brands .next:before,
#sns_botsl .block.slider-brands .prev:before {
  background: url("../images/nav-brands.png") no-repeat -54px top;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  -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;
  content: "";
}
#sns_botsl .block.slider-brands .next:hover,
#sns_botsl .block.slider-brands .prev:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
#sns_botsl .block.slider-brands .next:hover:before,
#sns_botsl .block.slider-brands .prev:hover:before {
  background-position: -36px top;
}
#sns_botsl .block.slider-brands .prev {
  right: 34px;
}
#sns_botsl .block.slider-brands .prev:before {
  background-position: left top;
}
#sns_botsl .block.slider-brands .prev:hover:before {
  background-position: -18px top;
}
#sns_botsl .block.block-contactus .block-content {
  padding-top: 16px;
}
#sns_botsl .block.block-contactus .block-content > p {
  padding: 0 0 0 41px;
  position: relative;
  height: 31px;
  margin: 20px 0 0;
}
#sns_botsl .block.block-contactus .block-content > p:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  height: 25px;
  width: 25px;
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff url("../images/ico-contactus.png") no-repeat left top;
}
#sns_botsl .block.block-contactus .block-content > p.c-address {
  margin: 0 0;
}
#sns_botsl .block.block-contactus .block-content > p.c-mobile:before {
  background-position: left -25px;
}
#sns_botsl .block.block-contactus .block-content > p.c-phone:before {
  background-position: left -50px;
}
#sns_botsl .block.block-contactus .block-content > p.c-email a {
  color: #666666;
}
#sns_botsl .block.block-contactus .block-content > p.c-email a:hover {
  color: #e8ae02;
}
#sns_botsl .block.block-contactus .block-content > p.c-email:before {
  background-position: left -75px;
}
#sns_botsl .block.block-contactus .block-content > p.c-skype:before {
  background-position: left -100px;
}
#sns_botsl .block.block-twitter #sns_twitter ul > li {
  padding: 9px 0 8px;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
#sns_botsl .block.block-twitter #sns_twitter ul > li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #eee;
}
#sns_botsl .block.block-twitter #sns_twitter ul > li:first-child {
  padding-top: 0px;
  border-top: none;
}
#sns_botsl .block.block-twitter #sns_twitter ul > li:first-child:before {
  display: none;
}
#sns_botsl .block.block-twitter #sns_twitter .user a img {
  float: left;
  margin: 0 18px 6px 0;
}
#sns_botsl .block.block-twitter #sns_twitter .user a > span {
  color: #666666;
}
#sns_botsl .block.block-twitter #sns_twitter .user a > span span {
  color: #666666;
}
#sns_botsl .block.block-twitter #sns_twitter .user a:hover > span {
  color: #e8ae02;
}
#sns_botsl .block.block-twitter #sns_twitter .user a:hover > span span {
  color: #e8ae02;
}
#sns_botsl .block.block-twitter #sns_twitter .tweet {
  float: left;
  color: #666666;
}
#sns_botsl .block.block-twitter #sns_twitter .tweet a {
  color: #666666;
}
#sns_botsl .block.block-twitter #sns_twitter .tweet a:hover {
  color: #e8ae02;
}
#sns_botsl .block.block-twitter #sns_twitter .timePosted {
  color: #aaa;
}
#sns_botsl .block.block-twitter #sns_twitter .interact a {
  color: #666666;
}
#sns_botsl .block.block-twitter #sns_twitter .interact a:hover {
  color: #e8ae02;
}
#sns_botsl .block.block-facebook .btn-like {
  height: 24px;
  padding: 0 0 0 30px;
  background: none;
  line-height: 24px;
  -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-facebook .btn-like: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;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #CCC;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
#sns_botsl .block.block-facebook .btn-like:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  -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;
  height: 18px;
  width: 18px;
  background: url("../images/ico-like.png") no-repeat left top;
}
#sns_botsl .block.block-facebook .btn-like:hover:before {
  border-color: #e8ae02;
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
}
#sns_botsl .block.block-facebook .btn-like:hover:after {
  background-position: left -18px;
}
#sns_botsl .block.block-facebook .fanpage-list .item .item-face {
  -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-facebook .fanpage-list .item:hover .item-face {
  background: #e8ae02;
}
/*--- Wrap: #sns_connect ---*/
#sns_connect {
  padding: 30px 0;
}
/*--- Wrap: #sns_botsl2 ---*/
#sns_botsl2 .container {
  border: 1px solid #d4d4d4;
  background: #e7e7e7;
  -webkit-box-shadow: 0 0 2px #f7f7f7;
  -moz-box-shadow: 0 0 2px #f7f7f7;
  box-shadow: 0 0 2px #f7f7f7;
}
#sns_botsl2 .block {
  padding: 20px;
}
#sns_botsl2 .block .block-title {
  padding: 0 0;
}
#sns_botsl2 .block > label {
  margin: 0 0;
  cursor: pointer;
  color: #666666;
}
#sns_botsl2 .block .block-content {
  padding: 10px 0 0;
}
#sns_botsl2 .block.block-subscribe .block-content form {
  margin-bottom: 0px;
}
#sns_botsl2 .block.block-subscribe .block-content form .input-box input {
  width: 240px;
  float: left;
  margin: 0 10px 0 0;
}
#sns_botsl2 .block.block-subscribe .block-content form .input-box input.validation-failed {
  border-color: #B94A48;
}
#sns_botsl2 .block.block-subscribe .block-content form .input-box .actions {
  float: left;
}
#sns_botsl2 .block.block-subscribe .block-content form .input-box .actions button {
  font-size: 166.67%;
}
#sns_botsl2 .block.block-subscribe .block-content form .input-box .validation-advice {
  display: none;
}
#sns_botsl2 .block.block-payment {
  border-left: 1px solid #ddd;
}
#sns_botsl2 .block.block-payment ul.payment {
  list-style: none;
  margin: 0 0;
}
#sns_botsl2 .block.block-payment ul.payment li {
  display: inline-block;
  padding: 0 0;
  float: left;
}
#sns_botsl2 .block.block-payment ul.payment li a {
  background-image: url("../images/pay-me.png");
  background-repeat: no-repeat;
  text-indent: -999em;
  background-position: left top;
  height: 36px;
  width: 61px;
  display: inline-block;
  -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_botsl2 .block.block-payment ul.payment li a.master-card {
  background-position: -61px top;
}
#sns_botsl2 .block.block-payment ul.payment li a.jcb {
  background-position: -122px top;
}
#sns_botsl2 .block.block-payment ul.payment li a.paypal {
  background-position: -183px top;
}
#sns_botsl2 .block.block-payment ul.payment li a.discover {
  background-position: -244px top;
}
#sns_botsl2 .block.block-payment ul.payment li a.american-express {
  background-position: -305px top;
}
#sns_botsl2 .block.block-payment ul.payment li:first-child {
  padding-left: 0px;
}
#sns_botsl2 .block.block-payment ul.payment li:hover a {
  top: -10px;
}
/*--- Wrap: #sns_botsl3 ---*/
#sns_botsl3 {
  margin: 0 0 45px;
  padding: 50px 0 0;
}
#sns_botsl3 .block {
  width: 20%;
  margin: 0 0;
  float: left;
}
#sns_botsl3 .block .block-title {
  overflow: hidden;
  /* text-overflow: ellipsis; */
  padding: 0 0;
  white-space: nowrap;
}
#sns_botsl3 .block .block-content {
  padding: 10px 0 0;
  line-height: 18px;
}
#sns_botsl3 .block .block-content p {
  margin: 0 0 12px 0;
}
#sns_botsl3 .block .block-content ul {
  margin: 0 30px 0 0;
  list-style: none;
}
#sns_botsl3 .block .block-content ul li {
  padding: 6px 0;
  line-height: 18px;
  position: relative;
  -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_botsl3 .block .block-content ul li a {
  color: #666666;
}
#sns_botsl3 .block .block-content ul li a:hover {
  color: #e8ae02;
}
#sns_botsl3 .block .block-content ul li:hover {
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.03);
}
#sns_botsl3 .block.block-connectus .block-content p {
  margin-bottom: 2px;
}
#sns_botsl3 .block.block-connectus .block-content p.c-phone {
  margin-bottom: 0px;
}
/*--- Wrap: #sns_footer ---*/
#sns_footer {
  margin: 0 0;
}
#sns_footer .container {
  padding-top: 15px;
  padding-bottom: 13px;
  position: relative;
  background: url("../images/sub-logo.png") no-repeat right 26px;
}
#sns_footer .container:before {
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #d6d6d6;
  position: absolute;
  top: 0px;
  left: 0px;
}
#sns_footer .sns-info ul {
  font-size: 92%;
  display: inline-block;
  margin: 0 0;
}
#sns_footer .sns-info ul li {
  background: url("../images/separated.gif") no-repeat left center;
  display: inline-block;
  padding: 0 13px 0 15px;
}
#sns_footer .sns-info ul li:first-child {
  padding-left: 0px;
  background: none;
}
#sns_footer .sns-info ul li.last {
  padding-right: 0px;
}
#sns_footer .sns-info ul li a:hover {
  text-decoration: none;
  color: #e8ae02;
}
#sns_footer .sns-copyright {
  max-width: 350px;
  padding: 3px 0 0;
}
#sns_footer .sns-copyright a {
  color: #e8ae02;
}
#sns_footer .sns-copyright a:hover {
  text-decoration: none;
}
/*--- 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;
  margin-top: 30px;
}
.products-grid .item .item-inner {
  position: relative;
  -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;
  border: 1px solid #ddd;
  background: #FFF;
}
.products-grid .item .item-inner .item-img {
  position: relative;
  padding: 10px 10px 5px;
}
.products-grid .item .item-inner .item-img.have-iconew.have-icosale .ico-product {
  position: absolute;
  width: 50%;
  z-index: 2;
}
.products-grid .item .item-inner .item-img.have-iconew.have-icosale .ico-product > span {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 2;
}
.products-grid .item .item-inner .item-img.have-iconew.have-icosale .ico-product.ico-sale {
  left: auto;
  right: 0px;
}
.products-grid .item .item-inner .item-img.have-iconew.have-icosale .ico-product.ico-sale > span {
  left: 5px;
  right: auto;
}
.products-grid .item .item-inner .item-img .ico-product {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0px;
  top: 10px;
  z-index: 2;
  text-align: center;
}
.products-grid .item .item-inner .item-img .ico-product > span {
  display: inline-block;
  background: #FFF;
  padding: 0 11px;
  font-size: 116.67%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffc100;
  border: 3px solid #ffc100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 24;
  line-height: 24px;
}
.products-grid .item .item-inner .item-img .ico-product.ico-sale > span {
  color: #e61616;
  border-color: #e61616;
}
.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;
  position: relative;
  overflow: hidden;
}
.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 .img-main {
  display: inline;
}
.products-grid .item .item-inner .item-img .item-img-info .item-box-hover {
  position: absolute;
  left: 0px;
  top: -100%;
  z-index: 3;
  color: #333333;
  width: 100%;
  height: 100%;
  background: #e8ae02;
  background: rgba(232, 174, 2, 0.9);
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .item .item-inner .item-img .item-img-info .item-box-hover .short-desc {
  padding: 16px 20px;
  text-align: left;
}
.products-grid .item .item-inner .item-img .item-img-info .item-box-hover .short-desc p {
  margin: 0 0;
}
.products-grid .item .item-inner .item-img .item-img-info .item-box-hover .quickview-wrap {
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: 20px;
}
.products-grid .item .item-inner .item-img .item-img-info .item-box-hover .quickview-wrap .sns-btn-quickview {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -31px;
  height: 54px;
  width: 62px;
  -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;
  background: url("../images/ico-qv.png") no-repeat left top;
  display: inline-block;
}
.products-grid .item .item-inner .item-img .item-img-info .item-box-hover .quickview-wrap .sns-btn-quickview:hover {
  background-position: left -54px;
}
.products-grid .item .item-inner .item-img .item-img-info:hover .item-box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
}
.products-grid .item .item-inner .item-info {
  text-align: center;
  width: auto;
}
.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;
  padding: 0 10px;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings {
  margin: 0 0 6px;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .item-price {
  height: 26px;
  line-height: 26px;
  padding: 5px 0;
  margin: 0 0;
  border-top: 1px solid #eee;
}
.products-grid .item .item-inner .item-info .info-inner .item-title {
  font-size: 116.67%;
  text-transform: uppercase;
  /* 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: #e8ae02;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action {
  position: relative;
  height: 36px;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner {
  height: 36px;
  position: relative;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner .btn-cart {
  z-index: 2;
  padding: 5px 20px;
  position: relative;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner ul.add-to-links li a {
  position: absolute;
  text-indent: -999em;
  top: 0px;
  right: 50%;
  z-index: 1;
  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;
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0;
  margin: 0 0;
  background-color: transparent;
  background: url("../images/action-lgrid.png") no-repeat left top;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner ul.add-to-links li a:hover {
  border-color: #e8ae02;
  background-position: left -30px;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links {
  margin: 0 0;
  list-style: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links li {
  position: static;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links li .link-compare {
  right: auto;
  left: 50%;
  background-position: left -60px;
}
.products-grid .item .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links li .link-compare:hover {
  background-position: left -90px;
}
.products-grid .item:hover .item-inner {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.products-grid .item:hover .item-inner .item-info .info-inner .item-box-action {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
  bottom: 0px;
}
.products-grid .item:hover .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links li a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .item:hover .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links li a.link-wishlist {
  right: 12px;
}
.products-grid .item:hover .item-inner .item-info .info-inner .item-box-action .box-inner .actions ul.add-to-links li a.link-compare {
  right: auto;
  left: 12px;
}
/*--- product-list ---*/
.products-list {
  list-style: none;
  margin: 30px 0 0;
}
.products-list .item {
  position: relative;
  margin: 0 0;
  border: 1px solid #ddd;
  border-top: none;
  background: #FFF;
}
.products-list .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  border: 3px solid #e8b00b;
  left: -3px;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.products-list .item:first-child {
  border-top: 1px solid #ddd;
}
.products-list .item:hover {
  z-index: 5;
}
.products-list .item:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.products-list .item .item-img {
  margin: 0 2.564% 0 0;
  position: relative;
  float: left;
  display: inline-flex;
  overflow: hidden;
}
.products-list .item .item-img .product-image {
  display: inline-block;
  position: relative;
  z-index: 3;
  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.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products-list .item .item-img.have-iconew.have-icosale .ico-product {
  position: absolute;
  width: 50%;
  z-index: 2;
}
.products-list .item .item-img.have-iconew.have-icosale .ico-product > span {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 2;
}
.products-list .item .item-img.have-iconew.have-icosale .ico-product.ico-sale {
  left: auto;
  right: 0px;
}
.products-list .item .item-img.have-iconew.have-icosale .ico-product.ico-sale > span {
  left: 5px;
  right: auto;
}
.products-list .item .item-img .ico-product {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0px;
  top: 10px;
  z-index: 4;
  text-align: center;
}
.products-list .item .item-img .ico-product > span {
  display: inline-block;
  background: #FFF;
  padding: 0 11px;
  font-size: 116.67%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffc100;
  border: 3px solid #ffc100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 24;
  line-height: 24px;
}
.products-list .item .item-img .ico-product.ico-sale > span {
  color: #e61616;
  border-color: #e61616;
}
.products-list .item .item-img .quickview-wrap {
  position: absolute;
  left: 0px;
  top: -100%;
  height: 100%;
  width: 100%;
  background: #e8ae02;
  background: rgba(232, 174, 2, 0.9);
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
}
.products-list .item .item-img .quickview-wrap .sns-btn-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -31px;
  z-index: 1;
  height: 54px;
  width: 62px;
  -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;
  background: url("../images/ico-qv.png") no-repeat left top;
  display: inline-block;
}
.products-list .item .item-img .quickview-wrap .sns-btn-quickview:hover {
  background-position: left -54px;
}
.products-list .item .item-img:hover .quickview-wrap {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5;
}
.products-list .item .product-shop {
  position: relative;
  z-index: 2;
  padding: 0 10px 10px;
}
.products-list .item .product-shop .product-name {
  margin: 0 0 5px;
  font-size: 133.33%;
  line-height: normal;
  font-weight: bold;
  padding-top: 14px;
  text-transform: uppercase;
}
.products-list .item .product-shop .product-name a {
  color: #333333;
  position: relative;
  height: auto;
  width: auto;
}
.products-list .item .product-shop .product-name a:hover {
  color: #e8ae02;
}
.products-list .item .product-shop .price-box {
  margin-bottom: 10px;
}
.products-list .item .product-shop .ratings {
  clear: none;
  margin: 0 0 3px 0;
}
.products-list .item .product-shop .ratings:after {
  clear: none;
}
.products-list .item .product-shop .ratings .rating-box {
  margin-top: 1px;
}
.products-list .item .product-shop .ratings .rating-links {
  margin: 0 0;
}
.products-list .item .product-shop .no-rating {
  margin: 0 0 3px 0;
}
.products-list .item .product-shop .desc {
  margin: 0 20px 15px 0;
}
.products-list .item .product-shop .desc .link-learn {
  display: none;
}
.products-list .item .product-shop .actions-addtocart {
  margin: 0 0;
  width: 100%;
  height: 36px;
}
.products-list .item .product-shop .actions-addtocart button.btn-cart {
  float: left;
}
.products-list .item .product-shop .actions-addtocart a {
  text-indent: -999em;
  display: inline-block;
  -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: 30px;
  height: 30px;
  border: 3px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0;
  margin: 0 0;
  background-color: transparent;
  background: url("../images/action-lgrid.png") no-repeat left top;
}
.products-list .item .product-shop .actions-addtocart a:hover {
  border-color: #e8ae02;
  background-position: left -30px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links {
  margin: 0 0;
  list-style: none;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li {
  float: left;
  margin-left: 10px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li .link-compare {
  right: auto;
  left: 50%;
  background-position: left -60px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li .link-compare:hover {
  background-position: left -90px;
}
/*--- Product page ---*/
.sns-product-detail h1.product-name {
  font-size: 250%;
  font-weight: bold;
  margin: 15px 0 8px;
  color: #333333;
  text-transform: uppercase;
}
.sns-product-detail h1.product-name .ico-product {
  display: inline-block;
  position: relative;
  top: -5px;
}
.sns-product-detail h1.product-name .ico-product > span {
  display: inline-block;
  background: #FFF;
  padding: 0 11px;
  font-size: 14px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffc100;
  border: 3px solid #ffc100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 24;
  line-height: 24px;
  font-family: arial;
  margin-left: 8px;
}
.sns-product-detail h1.product-name .ico-product.ico-sale > span {
  color: #e61616;
  border-color: #e61616;
}
.sns-product-detail .product-image-zoom {
  position: relative;
  z-index: 1;
}
.sns-product-detail .product-image-zoom.have-iconew.have-icosale .ico-product {
  position: absolute;
  width: 50%;
  z-index: 2;
}
.sns-product-detail .product-image-zoom.have-iconew.have-icosale .ico-product > span {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 2;
}
.sns-product-detail .product-image-zoom.have-iconew.have-icosale .ico-product.ico-sale {
  left: auto;
  right: 0px;
}
.sns-product-detail .product-image-zoom.have-iconew.have-icosale .ico-product.ico-sale > span {
  left: 5px;
  right: auto;
}
.sns-product-detail .product-image-zoom .cloud-zoom {
  margin: 10px 0 0 10px;
  display: block;
  border: 1px solid #FFF;
}
.sns-product-detail .product-image-zoom:hover .cloud-zoom {
  border-color: #ddd;
}
.sns-product-detail .product-image-zoom .popup-btn {
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}
.sns-product-detail .product-image-zoom .popup-btn a {
  display: block;
  border: 1px solid #dfdfdf;
  height: 35px;
  width: 35px;
  background: url("../images/ico-zoom.png") no-repeat 9px 9px;
}
.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-essential {
  background: #FFF;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.sns-product-detail .product-tab {
  background: #FFF;
}
.sns-product-detail .product-shop form {
  margin: 0 10px 0 0;
}
.sns-product-detail .product-shop form .rating-links {
  margin: 0;
}
.sns-product-detail .product-shop #product-options-wrapper {
  border-left: 1px solid #eff0ef;
  padding: 0 0 0 10px;
}
.sns-product-detail .product-shop .add-to-cart {
  position: absolute;
  bottom: 18px;
  top: 18px;
}
.sns-product-detail .product-shop .add-to-links {
  list-style: none;
  margin: 0 0;
  display: block;
  position: absolute;
  left: 155px;
  bottom: 18px;
}
.sns-product-detail .product-shop .add-to-links li {
  display: inline-block;
  padding: 0 10px 0 0;
  float: left;
}
.sns-product-detail .product-shop .add-to-links li a {
  background: #ffffff url("../images/add-to-links.png") no-repeat left top;
  height: 30px;
  width: 30px;
  text-indent: -999em;
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 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;
  display: inline-block;
  position: relative;
}
.sns-product-detail .product-shop .add-to-links li a:hover {
  border-color: #e8ae02;
  background-position: left -30px;
}
.sns-product-detail .product-shop .add-to-links li a.link-wishlist {
  background-position: left -60px;
}
.sns-product-detail .product-shop .add-to-links li a.link-wishlist:hover {
  background-position: left -90px;
}
.sns-product-detail .product-shop .add-to-links li .separator {
  display: none;
  margin: 0 0;
  padding: 0 0;
}
.sns-product-detail .product-shop .email-friend {
  margin-bottom: 0px;
  display: inline-block;
  position: absolute;
  left: 247px;
  bottom: 18px;
}
.sns-product-detail .product-shop .email-friend a {
  background: #ffffff url("../images/add-to-links.png") no-repeat left -120px;
  height: 30px;
  width: 30px;
  text-indent: -999em;
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 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;
  display: inline-block;
  position: relative;
}
.sns-product-detail .product-shop .email-friend a:hover {
  border-color: #e8ae02;
  background-position: left -150px;
}
.sns-product-detail .product-shop .price-rating {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin: 0 0 15px;
  padding: 5px 0;
}
.sns-product-detail .product-shop .price-rating .price-box {
  float: left;
}
.sns-product-detail .product-shop .price-rating .price-box .price {
  line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings,
.sns-product-detail .product-shop .price-rating .no-rating {
  float: right;
  margin: 0 0;
  line-height: 32px;
  height: 32px;
  padding-left: 12px;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-box,
.sns-product-detail .product-shop .price-rating .no-rating .rating-box {
  float: left;
  margin: 9px 8px 0 0;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-links,
.sns-product-detail .product-shop .price-rating .no-rating .rating-links {
  float: left;
  line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings-table {
  margin-left: 15px;
  margin-bottom: 0px;
  float: right;
}
.sns-product-detail .product-shop .price-rating .ratings-table th {
  text-align: right;
  padding-right: 10px;
}
.sns-product-detail .product-shop .price-rating .ratings-table .rating-box {
  margin: 0 0;
}
.sns-product-detail .product-shop .price-rating a.nobr {
  float: right;
}
.sns-product-detail .product-shop .addthis_toolbox {
  margin: 0 0 15px;
}
.sns-product-detail .product-shop .short-description {
  margin: 0 0 14px 0;
  color: #333333;
}
.sns-product-detail .product-shop .short-description p {
  margin: 0 0;
}
.sns-product-detail .more-views {
  margin: 10px 0;
  position: relative;
  z-index: 1;
  padding: 0 33px;
}
.sns-product-detail .more-views .nav-gallery {
  margin: 0 0;
}
.sns-product-detail .more-views .nav-gallery .next,
.sns-product-detail .more-views .nav-gallery .prev {
  position: absolute;
  right: 10px;
  top: 50%;
  -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;
  text-indent: -999em;
  height: 21px;
  width: 13px;
  margin-top: -13px;
  cursor: pointer;
  background: #ffffff url("../images/gallery-nav.png") no-repeat -67px top;
  z-index: 3;
}
.sns-product-detail .more-views .nav-gallery .next:hover,
.sns-product-detail .more-views .nav-gallery .prev:hover {
  background-position: -46px top;
}
.sns-product-detail .more-views .nav-gallery .prev {
  left: 10px;
  right: auto;
  background-position: -4px top;
}
.sns-product-detail .more-views .nav-gallery .prev:hover {
  background-position: -25px top;
}
.sns-product-detail .more-views .slide-gallery {
  margin: 0 0;
  float: left;
  width: 100%;
  max-height: 92px;
  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 10px;
  width: 87px !important;
  display: inline-block;
  float: left;
}
.sns-product-detail .more-views .slide-gallery ul li a {
  display: block;
}
.sns-product-detail .more-views .slide-gallery ul li a img {
  border: 1px solid #e0e0e0;
}
.sns-product-detail .more-views .slide-gallery ul li.active a img {
  border-color: #e8ae02;
}
.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 -10px !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 #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;
  border: 1px solid #DDD;
  margin: 0;
  background: #f5f5f5;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi {
  list-style: none;
  margin: 0 0;
  position: relative;
  z-index: 1;
  width: 200px;
  float: left;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li {
  display: block;
  width: 100%;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
  border: none;
  border-bottom: 1px solid #DDD;
  color: #333333;
  text-align: right;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  font-size: 133.33%;
  padding: 9px 10px 10px;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active {
  background-color: #FFF;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: -1px;
  top: 0px;
  background: #fff;
}
.sns-product-detail #sns_tab_products .sns-tab-content {
  float: left;
  padding: 0 0 50px;
  overflow: hidden;
  background: #FFF;
  border-left: 1px solid #DDD;
  min-height: 150px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner {
  overflow: hidden;
  margin: 20px 25px 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;
  color: #686868;
}
.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 .validation-advice {
  display: none;
}
.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 #review-form .input-box input {
  padding: 5px 10px;
}
.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 6px;
}
.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: 30px 0 0;
}
.toolbar {
  padding: 0 0;
  margin: 0 0;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ddd;
  background: #FFF;
}
.toolbar .view-mode {
  float: left;
  margin: 0 0;
  padding-right: 10px;
}
.toolbar .view-mode label {
  float: left;
  margin: 0 0 0 10px;
  line-height: 70px;
}
.toolbar .view-mode .list,
.toolbar .view-mode .grid {
  position: relative;
  border: 3px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  height: 25px;
  width: 25px;
  display: block;
  float: left;
  margin: 20px 0 0 10px;
}
.toolbar .view-mode .list:before,
.toolbar .view-mode .grid:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  -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: url("../images/ico-viewmode.png") no-repeat left top;
  width: 100%;
  height: 100%;
}
.toolbar .view-mode .grid:hover {
  border-color: #333;
}
.toolbar .view-mode .list:before {
  background-position: left -50px;
}
.toolbar .view-mode .list:hover {
  border-color: #333;
}
.toolbar .view-mode strong.list {
  border-color: #333;
}
.toolbar .view-mode strong.list:before {
  background-position: left -75px;
}
.toolbar .view-mode strong.grid {
  border-color: #333;
}
.toolbar .view-mode strong.grid:before {
  background-position: left -25px;
}
.toolbar .limiter {
  float: left;
  margin-left: 0px;
  padding: 0 10px;
  color: #333333;
  line-height: 70px;
  height: 70px;
}
.toolbar .limiter label {
  line-height: 70px;
  float: left;
  margin: 0 6px 0 0;
}
.toolbar .limiter .select-new {
  float: left;
  margin: 20px 6px 0 0;
  color: #666666;
}
.toolbar .limiter .select-new .select-inner select {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
  border: 3px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  height: 25px;
  width: 60px !important;
  background: #FFF;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover {
  border-color: #333;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
  text-align: center;
  line-height: 25px;
  height: 25px;
  padding-left: 10px;
  color: #333333;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  width: 11px;
  height: 25px;
  background-position: left 10px;
  right: 0px;
  padding-right: 10px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 28px;
  width: 64px !important;
  left: -3px !important;
  border-color: #e5e5e5;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 2px 6px;
  background-position: center 10px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
  background: #eaeaea;
  color: #333333;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
  background: #e5e5e5;
  color: #333333;
}
.toolbar .limiter .select-new .select-inner select {
  cursor: pointer;
  width: 20px;
  border: none;
  background: none;
}
.toolbar .sort-by {
  float: left;
  margin-left: 0px;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
}
.toolbar .sort-by label {
  line-height: 70px;
  height: 70px;
  float: left;
  margin: 0 6px 0 0;
}
.toolbar .sort-by .select-new {
  float: left;
  margin: 20px 6px 0 0;
}
.toolbar .sort-by .select-new .select-inner {
  cursor: pointer;
}
.toolbar .sort-by .select-new .select-inner select {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  border: 3px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  height: 25px;
  background: #FFF;
  width: 90px !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover {
  border-color: #333;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
  text-align: center;
  line-height: 25px;
  height: 25px;
  padding-left: 10px;
  color: #333333;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  width: 11px;
  height: 26px;
  background-position: left 10px;
  right: 0px;
  padding-right: 10px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 28px;
  width: 94px !important;
  left: -3px !important;
  border-color: #e5e5e5;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 2px 6px;
  background-position: center 10px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
  background: #eaeaea;
  color: #333333;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
  background: #e5e5e5;
  color: #333333;
}
.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 {
  width: 25px;
  height: 25px;
  border: 3px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin: 20px 0 0 0;
  display: block;
  float: left;
  text-indent: -999em;
  -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;
}
.toolbar .sort-by .set-desc:before,
.toolbar .sort-by .set-asc:before {
  position: absolute;
  content: "";
  left: 7px;
  top: 0px;
  width: 26px;
  height: 26px;
  background: url("../images/arrow-downup.png") no-repeat left 9px;
}
.toolbar .sort-by .set-desc:hover,
.toolbar .sort-by .set-asc:hover {
  border-color: #333;
}
.toolbar .sort-by .set-desc:before {
  background-position: left -83px;
}
.toolbar .pager {
  margin: 0 0;
  float: right;
}
.toolbar .pager p.amount {
  margin: 0 0;
  line-height: 70px;
  display: none;
}
.toolbar .pager .pages {
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
}
.toolbar .pager .pages ol {
  margin-top: 20px;
  overflow: hidden;
}
#confirmbox {
  border: 3px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#confirmbox .add-to-cart {
  margin: 0 0 !important;
}
#confirmbox .head-cfbox .product-title {
  font-weight: bold;
  color: #333333;
}
#confirmbox .product-name a {
  color: #333333;
  font-weight: 300;
  font-size: 116.7%;
}
#confirmbox .product-name a:hover {
  color: #e8ae02;
}
#confirmbox .cf-producinfo .product-image {
  border: none;
}
#confirmbox #product-shop .price-box {
  margin: 0 0;
}
#confirmbox #bottom-cfbox .btn {
  font-size: 116.67%;
  -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;
  font-weight: bold;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  border: 3px solid #CCC;
  background: #DDD;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
  background-image: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe1e1e1', GradientType=0);
}
#confirmbox #bottom-cfbox .btn:hover {
  background-color: #e6a602;
  background-image: -moz-linear-gradient(top, #eab502, #e09001);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eab502), to(#e09001));
  background-image: -webkit-linear-gradient(top, #eab502, #e09001);
  background-image: -o-linear-gradient(top, #eab502, #e09001);
  background-image: linear-gradient(to bottom, #eab502, #e09001);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab502', endColorstr='#ffe09001', GradientType=0);
  color: #FFF;
  border-color: #c68300;
}
#confirmbox #cout_down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 5px;
  color: #333333;
  background: #CCC;
}
#confirmbox #product-shop table.grouped-items-table {
  margin-bottom: 0;
}
#btn-close {
  color: #686868;
  opacity: 1;
  filter: alpha(opacity=100);
}
#btn-close:hover {
  color: #e8ae02;
}
.blog-index-list .postWrapper .postContent img {
  margin: 0 10px 5px 0;
  float: left;
}
.postWrapper {
  padding-bottom: 20px;
}
.postWrapper .postTitle {
  border: none;
  margin-bottom: 10px;
}
.postWrapper .postTitle h2 {
  line-height: 24px;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
}
.postWrapper .postTitle h2 a:hover {
  color: #e8ae02;
}
.postWrapper .postTitle h3 {
  line-height: normal;
  font-size: 91.5%;
  font-weight: normal;
  font-family: inherit;
  text-transform: none;
}
.postWrapper .postTitle.title-detail h2 {
  font-size: 150%;
  margin: 8px 0;
  text-transform: uppercase;
  color: #333333;
}
.postWrapper .postContent {
  padding-bottom: 5px;
}
.postWrapper .aw-blog-read-more {
  display: none;
}
.postWrapper .post-info {
  padding: 3px 0;
  border-top: 1px solid #dfdfdf;
}
.postWrapper .postDetails h4.poster {
  font-size: 100%;
  line-height: normal;
}
.postWrapper .postDetails .create-time {
  margin: 0 0;
}
.blog-toolbar .toolbar {
  margin: 30px 0 0;
}
.blog-toolbar .toolbar .limiter {
  display: none;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner select {
  width: 70px;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  width: 110px !important;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  width: 110px !important;
}
.blog-toolbar.post .toolbar {
  margin: 10px 0 20px;
}
.cmt-heading h2 {
  font-size: 125%;
  line-height: 24px;
  font-weight: bold;
}
.commentWrapper h4.username {
  font-size: 100%;
  line-height: normal;
  color: #e8ae02;
}
#postComment h4.legend {
  font-weight: normal;
  font-size: 125%;
  font-weight: bold;
}
#postComment .commentDetails {
  margin: 0 0;
}
#postComment ul.form-list {
  list-style: none;
  margin: 0 0;
}
#postComment ul.form-list .input-box {
  margin-bottom: 20px;
}
#postComment ul.form-list .input-box input.input-text {
  margin: 0 0;
  padding: 5px 10px;
  max-width: 215px;
}
#postComment ul.form-list .input-box textarea {
  margin: 0 0;
}
#postComment ul.form-list .input-box .validation-advice {
  margin-top: 3px;
}
#postComment ul.form-list .input-box label {
  color: #333333;
  display: none;
}
.contact-page {
  margin: 0 auto;
}
.contact-page #contactForm {
  max-width: 500px;
}
.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 {
  margin: 0 0;
  width: 90%;
  pdding: 4px 10px;
  position: relative;
  z-index: 2;
  color: #888;
}
.contact-page #contactForm ul .input-box textarea {
  margin: 0 0;
  width: 90%;
  height: 100px;
  padding: 4px 10px;
  position: relative;
  z-index: 2;
  color: #888;
}
.contact-page #contactForm ul .input-box .validation-advice {
  margin-top: 3px;
  display: none;
}
.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: 4px 10px;
  width: 80%;
}
.contact-page .buttons-set .button {
  margin: 0 0;
  float: left;
  font-size: 150%;
}
/* Menu style */
ul.mainnav {
  margin: 0 0;
  list-style: none;
}
ul.mainnav li {
  position: relative;
  border: 1px solid #dfdfdf;
  border-top: none;
  display: inline-block;
  z-index: 1;
}
ul.mainnav li ul[class*="level"] {
  position: absolute;
  -webkit-transition: margin 0.3s ease-out 0s;
  -moz-transition: margin 0.3s ease-out 0s;
  -o-transition: margin 0.3s ease-out 0s;
  transition: margin 0.3s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 5px;
  left: 0px;
  text-align: left;
  border: none;
  display: block;
  width: 200px;
  background: #101010;
  margin: 0 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  padding: 8px 0;
}
ul.mainnav li ul[class*="level"] li {
  display: block;
  border: none;
}
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: 5px 15px 5px 28px;
  display: block;
  color: #666666;
  position: relative;
}
ul.mainnav li ul[class*="level"] li a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  -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;
  height: 7px;
  width: 8px;
  background: url("../images/ico-dot.png") no-repeat left 0px;
}
ul.mainnav li ul[class*="level"] li a:hover {
  text-decoration: none;
  color: #e8ae02;
  background-color: #000;
}
ul.mainnav li ul[class*="level"] li a:hover:before {
  background-position: left -13px;
}
ul.mainnav li ul[class*="level"] li.active > a {
  color: #e8ae02;
}
ul.mainnav li ul[class*="level"] li.active > a:before {
  background-position: left -13px;
}
ul.mainnav li ul[class*="level"] li:first-child {
  border: none;
}
ul.mainnav li ul[class*="level"] ul {
  top: 0px;
  -webkit-transition: margin 0.3s ease-out 0s;
  -moz-transition: margin 0.3s ease-out 0s;
  -o-transition: margin 0.3s ease-out 0s;
  transition: margin 0.3s ease-out 0s;
  left: 200px;
  margin-left: 30px;
}
ul.mainnav li.last {
  border-bottom: none;
}
ul.mainnav li:hover {
  z-index: 2;
}
ul.mainnav li:hover > ul[class*="level"] {
  left: 200px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 0px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: 0px;
}
ul.mainnav li:hover > a {
  color: #e8ae02;
}
ul.mainnav li.active > a {
  color: #e8ae02;
}
ul.mainnav > li {
  border: none !important;
  float: left;
  position: static;
  padding: 0 3px 0 0;
  background: url("../images/menu-separator.gif") no-repeat top right;
}
ul.mainnav > li > a {
  display: block;
  padding: 29px 20px 29px 20px;
  font-size: 133.33%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  -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: #e8e8e8;
  text-shadow: 1px 0 1px #000;
}
ul.mainnav > li > a:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0px;
  top: 0px;
  background: transparent;
}
ul.mainnav > li > a:hover {
  text-decoration: none;
}
ul.mainnav > li > ul[class*="level"] {
  left: auto;
  border: none;
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 79px;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -o-transition: margin 0.4s ease-out;
  transition: margin 0.4s ease-out;
  visibility: hidden;
}
ul.mainnav > li:hover {
  vertical-align: bottom;
}
ul.mainnav > li:hover > a {
  color: #e8e8e8;
  background: #101010;
}
ul.mainnav > li:hover > a:before {
  background: #e8ae02;
}
ul.mainnav > li:hover > ul {
  left: auto !important;
  top: 78px !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
ul.mainnav > li.active > a {
  color: #e8ae02;
}
ul.mainnav > li.active:hover > a {
  background: #101010;
}
ul.mainnav > li.active:hover > a:before {
  background: #e8ae02;
}
/* Mega menu */
.sns-megamenu-wrap.horizontal-menu.menu-loaded .mega-nav li.level0 .mega-content-wrap {
  display: block;
}
.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 {
  background: #101010;
  border: none;
  display: none;
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 79px;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -o-transition: margin 0.4s ease-out;
  transition: margin 0.4s ease-out;
  visibility: hidden;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap:before {
  display: none;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap:after {
  display: none;
}
.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 {
  background: inherit;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title {
  font-size: 133.33%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 16px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title span {
  color: #FFF;
  background: none;
  padding: 0px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title span:before {
  display: none;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col.have-spetitle > .mega-title span:hover {
  color: #e8ae02;
}
.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: #e8ae02;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title span {
  color: #888;
  position: relative;
  padding: 5px 5px 5px 13px;
  -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-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  -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;
  height: 7px;
  width: 8px;
  background: url("../images/ico-dot.png") no-repeat left 0px;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title span:hover {
  color: #e8ae02;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .mega-title span:hover:before {
  background-position: left -13px;
}
.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: bold;
}
.sns-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap .megamenu-col .sns-productlist .item .item-info .item-title a:hover {
  color: #e8ae02;
}
.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 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
.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;
}
