body#bd.dark .wrap-quickview a {
  color: #3d3d3d;
}
body#bd.dark .ico-new:before,
body#bd.dark .ico-sale:before {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 6px 6px 0 0 !important;
  border-color: #9d9d9d transparent transparent transparent !important;
}
body#bd.dark .countdown-section:before,
body#bd.dark .date:before {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 6px 0 0 6px !important;
  border-color: #9d9d9d transparent transparent transparent !important;
}
button,
input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
label,
.uneditable-input {
  font-size: 100%;
  color: #333;
  border-color: #ddd dd;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #cdcdcd;
}
input,
textarea,
select {
  display: inline-block;
  padding: 6px;
  line-height: 1.428571429;
  vertical-align: middle;
  border: 1px solid #ddd;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
input[disabled],
input[readonly],
fieldset[disabled] input,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
select[disabled],
select[readonly],
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #f6f6f6;
}
textareainput,
textareatextarea,
textareaselect {
  height: auto;
}
.label {
  margin: 2px 0;
  line-height: normal;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: inherit;
  text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
}
a:focus,
input:focus,
button:focus,
select:focus {
  outline: none !important;
}
.tooltip-inner {
  background-color: #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-content {
  border-radius: 0;
}
.close:hover,
.close:focus {
  background: none;
}
select {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
select:focus {
  border-color: #999;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
input.input-text,
input.checkbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 4px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  color: #aaa;
  height: 34px;
}
input.input-text:focus,
input.checkbox:focus {
  border-color: #aeaeae;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #999;
}
input.input-text.validation-failed,
input.checkbox.validation-failed {
  border-color: #B94A48 !important;
}
input.required-entry.validation-failed,
textarea.required-entry.validation-failed {
  border-color: #B94A48 !important;
}
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  color: #aaa;
  border-color: #dddddd;
}
textarea:focus {
  border-color: #aeaeae;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #686868;
}
textarea.validation-failed {
  border-color: #B94A48 !important;
}
label em {
  padding-right: 5px;
}
input[type="button"],
.button,
button {
  font-size: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  text-transform: uppercase;
  padding: 7px 15px;
  line-height: 15px;
  height: 32px;
  border: none;
  background: none;
  color: #4e4e4e;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #dcdcdc;
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
#confirmbox .product-options-bottom:after,
.product-review:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
ul.form-list,
ul.tags-list {
  list-style: none;
  padding: 0;
}
ul.form-list li,
ul.tags-list li {
  margin-bottom: 10px;
}
ul.tags-list li a {
  float: left;
  height: 40px;
  margin: 5px 3px;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
ul.tags-list li a:hover {
  border-color: #b49400;
  color: #fff;
  background: #b49400;
}
.fieldset {
  border: 1px solid #E5E5E5;
  margin: 10px 0 15px;
  padding: 15px;
}
.fieldset .legend {
  font-size: 125%;
  font-weight: bold;
  padding: 0 8px;
  line-height: 20px;
}
.fieldset ul {
  margin: 0 0;
  list-style: none;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .back-link small {
  vertical-align: top;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
.control .input-box input {
  margin: 0 0;
}
.control > input,
.control label {
  display: inline-block;
  vertical-align: middle;
}
.control input {
  margin: 1px 5px 0 0;
}
.control label {
  cursor: pointer;
  margin: 0 0;
}
.input-box select {
  margin: 0 0 10px 0;
}
.col2-set {
  clear: both;
}
.col2-set h2 {
  font-size: 125%;
}
.col2-set h3 {
  font-size: 120%;
}
.col2-set h4 {
  font-size: 100%;
}
.col2-set .col-1 {
  width: 48.5%;
  float: left;
}
.col2-set .col-2 {
  width: 48.5%;
  float: right;
}
.col2-set .content {
  padding: 15px;
  border: 1px solid #ddd;
  height: 270px;
}
.col2-set .buttons-set {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 20px;
}
.col2-set .buttons-set:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.col3-set .col-1 {
  width: 32%;
  float: left;
}
.col3-set .col-2 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.col3-set .col-3 {
  width: 32%;
  float: right;
}
.table-caption {
  font-size: 125%;
}
.data-table {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  background: #efefef;
  border-bottom: 1px solid #e9e9e9;
  border-right: medium none;
  border-top: 1px solid #e9e9e9;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.data-table tbody th {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 8px;
}
.data-table tbody td {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 8px;
}
.data-table tbody td.label {
  vertical-align: middle;
}
.data-table tbody td a.product-image {
  display: block;
}
.data-table tbody td button {
  min-width: 110px;
  margin-bottom: 10px;
}
.data-table tfoot td {
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.data-table input.input-text {
  border: 1px solid #e9e9e9;
}
.data-table input.input-text:focus {
  border-color: #cdcdcd;
}
.buttons-set {
  border: none !important;
  padding: 10px 0 0 !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
.fields .field {
  float: left;
  width: 270px;
}
.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
}
.input-box select {
  width: 260px;
}
ul.options-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.options-list li input,
ul.options-list li .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
ul.options-list li input {
  margin-right: 5px;
}
ul.options-list li .label * {
  margin: 0;
  padding: 0;
}
.validation-advice {
  color: #B94A48;
  font-size: 92%;
}
.sns-item-g5 {
  width: 20%;
}
.sns-item-g4 {
  width: 25%;
}
.sns-item-g3 {
  width: 33.33%;
}
.sns-item-g2 {
  width: 50%;
}
.sns-item-g1 {
  width: 100%;
}
body {
  overflow-x: hidden;
  position: relative;
  color: #545454;
  line-height: 165%;
  font-size: 12px;
}
body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}
body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: none;
  color: #333;
}
body.page-popup .page-title .link-print {
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/i_print.gif") 0 2px no-repeat;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  float: right;
}
body.page-popup .data-table thead th,
body.page-popup .data-table tbody th {
  background: #efefef;
  padding-left: 10px;
  padding-right: 10px;
}
body.page-popup .compare-table td {
  vertical-align: top;
}
body.page-popup .compare-table td button {
  margin: 0 0;
}
body.page-popup .compare-table thead th,
body.page-popup .compare-table thead td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
body.page-popup .product-name {
  line-height: normal;
  margin-bottom: 10px;
}
body.page-popup .ratings,
body.page-popup .price-box {
  margin-bottom: 10px;
  text-align: center;
}
body.page-popup .ratings .amount {
  font-size: 10px;
}
body.page-popup .add-to-links {
  list-style: none;
  margin: 0 0;
  text-align: center;
}
body.page-popup .product-shop-row td,
body.page-popup .add-to-row td {
  text-align: center;
}
body.open-stickynote-top .stickynote-top .btn-close {
  top: 50%;
  margin-top: -11px;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
body.light #sns_wrapper {
  background: #fff;
}
#bd.boxed-layout.dark #sns_wrapper {
  background: #232323;
}
#bd.boxed-layout #sns_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
@media (max-width: 1199px) {
  #bd.boxed-layout #sns_wrapper {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  #bd.boxed-layout #sns_wrapper {
    max-width: 770px;
  }
}
#bd.boxed-layout #sns_menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  #bd.boxed-layout #sns_menu {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  #bd.boxed-layout #sns_menu {
    max-width: 770px;
  }
}
@media (max-width: 767px) {
  #bd.boxed-layout {
    padding: 0;
  }
}
a {
  color: #666;
}
a:hover,
a:focus,
a:active {
  color: #b49400;
  text-decoration: none;
}
a,
span,
i {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
a:hover,
span:hover,
i:hover {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
h1 {
  font-size: 330%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 115%;
}
h6 {
  font-size: 100%;
}
img {
  max-width: 100%;
}
table img {
  max-width: none;
}
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}
.map-popup {
  background: #FFFFFF;
  border: 1px solid #ddd;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup div.map-popup-heading h2 {
  font-weight: normal;
  margin: 0;
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #dddddd-light;
  margin: 0 10px 10px;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout:before,
.map-popup .map-popup-checkout:after {
  content: " ";
  display: table;
}
.map-popup .map-popup-checkout:after {
  clear: both;
}
.map-popup .map-popup-checkout form {
  margin: 0;
}
.map-popup .map-popup-checkout form:before,
.map-popup .map-popup-checkout form:after {
  content: " ";
  display: table;
}
.map-popup .map-popup-checkout form:after {
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after:before,
.map-popup .map-popup-checkout .paypal-logo:after:after {
  content: " ";
  display: table;
}
.map-popup .map-popup-checkout .paypal-logo:after:after {
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after:before,
.map-popup .map-popup-checkout:after:after {
  content: " ";
  display: table;
}
.map-popup .map-popup-checkout:after:after {
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ddd;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.validation-advice {
  display: none;
}
.success {
  color: #3c763d;
}
.error {
  color: #a94442;
}
.notice {
  color: #31708f;
}
.messages {
  padding: 0;
  list-style: none;
  clear: both;
}
.messages > li {
  margin-bottom: 10px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #000;
  border-radius: 0;
}
.error-msg h4,
.success-msg h4,
.note-msg h4,
.notice-msg h4 {
  margin-top: 0;
  color: inherit;
}
.error-msg .alert-link,
.success-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link {
  font-weight: bold;
}
.error-msg > p,
.error-msg > ul,
.success-msg > p,
.success-msg > ul,
.note-msg > p,
.note-msg > ul,
.notice-msg > p,
.notice-msg > ul {
  margin-bottom: 0;
}
.error-msg > p + p,
.success-msg > p + p,
.note-msg > p + p,
.notice-msg > p + p {
  margin-top: 5px;
}
.error-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.error-msg hr {
  border-top-color: #e4b9c0;
}
.error-msg .alert-link {
  color: #843534;
}
.success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.success-msg hr {
  border-top-color: #c9e2b3;
}
.success-msg .alert-link {
  color: #2b542c;
}
.note-msg,
.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.note-msg hr,
.notice-msg hr {
  border-top-color: #a6e1ec;
}
.note-msg .alert-link,
.notice-msg .alert-link {
  color: #245269;
}
li.notice-msg ul {
  position: relative;
  padding: 0 0 0 30px;
  list-style: none;
}
li.notice-msg ul:before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  line-height: 22px;
}
li.error-msg ul {
  position: relative;
  padding: 0 0 0 30px;
  list-style: none;
}
li.error-msg ul:before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  line-height: 22px;
}
li.success-msg ul {
  position: relative;
  padding: 0 0 0 30px;
  list-style: none;
}
li.success-msg ul:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  line-height: 22px;
}
.global-site-notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.global-site-notice h4 {
  margin-top: 0;
  color: inherit;
}
.global-site-notice .alert-link {
  font-weight: bold;
}
.global-site-notice > p,
.global-site-notice > ul {
  margin-bottom: 0;
}
.global-site-notice > p + p {
  margin-top: 5px;
}
.global-site-notice hr {
  border-top-color: #f7e1b5;
}
.global-site-notice .alert-link {
  color: #66512c;
}
.global-site-notice p {
  margin: 0;
}
.ratings,
.no-rating {
  margin: 0 0 5px;
}
.rating-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.rating-box:before {
  content: '\f005\f005\f005\f005\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 2px;
  color: #dfdfdf;
  white-space: nowrap;
}
.rating-box .rating {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rating-box .rating:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 2px;
  color: #f1b500;
}
.no-rating a {
  color: #888;
}
.no-rating a:hover {
  color: #b49400;
}
.rating-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.rating-links .separator {
  color: #888;
}
.rating-links a {
  margin: 0 1px;
  color: #888;
}
.rating-links a:hover {
  color: #b49400;
}
.toolbar {
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
  color: #5f5f5f;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.toolbar {
  text-align: right;
}
.toolbar .view-mode {
  float: left;
}
.toolbar .sort-by,
.toolbar .limiter {
  text-align: left;
  margin: 0;
  float: left;
}
.toolbar .sort-by label,
.toolbar .limiter label {
  color: #5f5f5f;
}
.toolbar .limiter {
  padding-left: 11%;
}
.toolbar .toolbar-inner > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.toolbar .view-mode label {
  color: #5f5f5f;
  padding-right: 5px;
}
.toolbar .view-mode a,
.toolbar .view-mode strong {
  text-align: center;
  position: relative;
  color: #afafaf;
  display: inline-block;
  vertical-align: middle;
}
.toolbar .view-mode a:before,
.toolbar .view-mode strong:before {
  font-size: 22px;
}
.toolbar .view-mode a:hover {
  color: #b49400;
}
.toolbar .view-mode strong:before {
  color: #b49400;
}
.toolbar .view-mode .icon-grid:before {
  content: '\f00a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.toolbar .view-mode .icon-list:before {
  content: '\f00b';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.toolbar .limiter label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.toolbar .limiter > span {
  display: none;
}
.toolbar .limiter .select-new {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .limiter .select-new .select-inner {
  cursor: pointer;
}
.toolbar .limiter .select-new .select-inner select {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  -moz-transition: all 0.2 ease-in;
  -ms-transition: all 0.2 ease-in;
  -o-transition: all 0.2 ease-in;
  height: 30px;
  border: 1px solid #cfcfcf;
  z-index: 1 !important;
  background: #fff;
  color: #5f5f5f;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover {
  background: #fff;
  color: #b49400;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover div span,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover div a {
  color: #b49400;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover ul {
  display: block !important;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  color: #5f5f5f;
  width: auto !important;
  font-size: 13px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  right: 5px;
  position: absolute;
  height: 100%;
  width: 15px;
  top: 3px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  width: 15px;
  font-size: 14px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  width: 100% !important;
  left: 0 !important;
  border: 1px solid #ddd;
  bolder-top: 0px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 5px 10px;
  font-size: 13px;
  border-bottom: 1px solid #cfcfcf;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
  background: #fff;
  color: #5f5f5f;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
  background: #fff;
  color: #b49400;
}
.toolbar .limiter .select-new .select-inner select {
  cursor: pointer;
  width: 50px;
  border: none;
  background: none;
}
.toolbar .sort-by {
  padding-left: 11%;
}
.toolbar .sort-by label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.toolbar .sort-by > span {
  display: none;
}
.toolbar .sort-by .select-new {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .sort-by .select-new .select-inner {
  cursor: pointer;
}
.toolbar .sort-by .select-new .select-inner select {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  -moz-transition: all 0.2 ease-in;
  -ms-transition: all 0.2 ease-in;
  -o-transition: all 0.2 ease-in;
  height: 30px;
  border: 1px solid #cfcfcf;
  z-index: 1 !important;
  background: #fff;
  color: #5f5f5f;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover {
  background: #fff;
  color: #b49400;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover div span,
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover div a {
  color: #b49400;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover ul {
  display: block !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  color: #5f5f5f;
  width: auto !important;
  font-size: 13px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  right: 5px;
  position: absolute;
  height: 100%;
  width: 15px;
  top: 3px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  width: 15px;
  font-size: 14px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  width: 100% !important;
  left: 0 !important;
  border: 1px solid #ddd;
  bolder-top: 0px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 5px 10px;
  font-size: 13px;
  border-bottom: 1px solid #cfcfcf;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
  background: #fff;
  color: #5f5f5f;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
  background: #fff;
  color: #b49400;
}
.toolbar .sort-by .select-new .select-inner select {
  cursor: pointer;
  width: 50px;
  border: none;
  background: none;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  width: 90px !important;
}
.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  width: 15px;
  position: relative;
  background: none;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  text-align: center;
  color: #5f5f5f;
}
.toolbar .sort-by .set-desc:before,
.toolbar .sort-by .set-asc:before {
  content: '\f103';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.toolbar .sort-by .set-desc:hover:before,
.toolbar .sort-by .set-asc:hover:before {
  color: #b49400;
}
.toolbar .sort-by .set-desc:before {
  content: '\f103';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 100%;
}
.toolbar .sort-by .set-asc:before {
  content: '\f102';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 100%;
}
.toolbar .pager {
  float: right;
  padding: 6px 10px 0 0;
}
.toolbar .pager p.amount {
  display: none;
}
.toolbar .pager .pages > strong {
  display: none;
}
.toolbar .pager .pages > ol {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
.toolbar .pager .pages > ol li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.toolbar .pager .pages > ol li.current {
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #b49400;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.toolbar .pager .pages > ol li a {
  display: block;
  padding: 0;
  border: 1px solid #dfdfdf;
  background: none;
  border-radius: 50%;
  color: #5f5f5f;
  width: 25px;
  height: 25px;
  line-height: 24px;
}
.toolbar .pager .pages > ol li a.previous,
.toolbar .pager .pages > ol li a.next {
  border: none;
  padding: 0px;
  width: auto;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  line-height: 24px;
}
.toolbar .pager .pages > ol li a.next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  line-height: 24px;
}
.toolbar .pager .pages > ol li a.previous:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  line-height: 24px;
}
.toolbar .pager .pages > ol li:hover a {
  color: #fff;
  border-color: #b49400;
  background: #b49400;
}
.toolbar-bottom {
  margin: 30px 0 20px;
}
.toolbar-bottom .toolbar {
  padding-top: 15px;
  border: 0px;
  border-top: 1px solid #ececec;
}
.toolbar-bottom .toolbar .sort-by,
.toolbar-bottom .toolbar .limiter {
  display: none;
}
body#bd.dark .toolbar {
  border-bottom: 1px solid #3f3f3f;
}
body#bd.dark .toolbar label {
  color: #bbb;
}
body#bd.dark .toolbar .jqTransformSelectWrapper {
  background: #232323;
  border: 1px solid #3f3f3f;
}
body#bd.dark .toolbar .jqTransformSelectWrapper span,
body#bd.dark .toolbar .jqTransformSelectWrapper a {
  color: #bbb;
}
body#bd.dark .toolbar .jqTransformSelectWrapper span:hover,
body#bd.dark .toolbar .jqTransformSelectWrapper a:hover {
  color: #fff;
}
body#bd.dark .toolbar .set-desc,
body#bd.dark .toolbar .set-asc {
  color: #bbb;
}
body#bd.dark .toolbar .set-desc:hover:before,
body#bd.dark .toolbar .set-asc:hover:before {
  color: #fff;
}
body#bd.dark .jqTransformSelectWrapper ul {
  border-color: #3f3f3f;
}
body#bd.dark .jqTransformSelectWrapper ul li a {
  background-color: #232323;
  color: #bbb;
  border-color: #3f3f3f;
}
body#bd.dark .toolbar-bottom .toolbar {
  border-top: 1px solid #3f3f3f;
  border-bottom: none;
}
body#bd.dark .pager .pages > ol li a {
  border-color: #3f3f3f;
}
body#bd.dark .pager .pages > ol li a:hover {
  border-color: #b49400;
}
#sns_breadcrumbs {
  min-height: 20px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background: #f5f5f5;
  padding: 12px 0;
}
body.homepage #sns_breadcrumbs {
  display: none;
}
#sns_pathway {
  padding: 0;
  margin: 0;
}
#sns_pathway:before,
#sns_pathway:after {
  content: " ";
  display: table;
}
#sns_pathway:after {
  clear: both;
}
#sns_pathway span[class^="icon-"] {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_pathway .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
#sns_pathway .breadcrumbs a {
  color: #9b9b9b;
  font-size: 100%;
}
#sns_pathway .breadcrumbs a:hover {
  color: #b49400;
}
#sns_pathway .breadcrumbs li {
  display: inline-block;
}
#sns_pathway .breadcrumbs li .fa {
  font-size: 120%;
}
#sns_pathway .breadcrumbs li:before {
  content: "I";
  margin: 0;
  color: #d1d1d1;
}
#sns_pathway .breadcrumbs li > * {
  padding: 1px 3px;
}
#sns_pathway .breadcrumbs li:first-child:before {
  display: none;
}
#sns_pathway .breadcrumbs li.last span {
  color: #4f4f4f;
}
.cart-collaterals {
  padding-top: 40px;
}
.cart-collaterals .totals {
  margin-bottom: 30px;
}
.cart-collaterals .totals table {
  width: 100%;
}
.cart-collaterals .totals table td {
  padding: 10px 0 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals table tfoot td {
  border-bottom: 1px solid #e9e9e9;
  font-size: 125%;
  padding: 0 0 20px 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals ul.checkout-types {
  margin: 30px 0 0;
  padding: 0;
}
.cart-collaterals .totals ul.checkout-types li {
  clear: both;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}
.cart h1 {
  float: left;
}
.cart ul.checkout-types {
  list-style: none;
  margin: 0 0 10px;
  float: right;
  padding: 0px;
}
.cart .btn-remove {
  position: static;
  font-size: 0px;
}
.cart .input-box {
  width: 100%;
}
.cart .input-box input.input-text {
  border: 1px solid #e9e9e9;
  margin: 0 0 10px;
  width: 94%;
}
.cart .input-box input.input-text:focus {
  border-color: #cdcdcd;
}
.cart .input-box select {
  width: 100%;
}
.cart .btn-continue {
  float: left;
}
.cart .col2-set {
  width: 70%;
  float: left;
}
.cart .totals {
  width: 28%;
  float: right;
}
.cart .discount,
.cart .shipping,
.cart .crosssell {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 20px;
}
.cart .discount h2,
.cart .shipping h2,
.cart .crosssell h2 {
  font-size: 125%;
  text-transform: uppercase;
}
.cart .discount form,
.cart .shipping form,
.cart .crosssell form {
  margin: 0 0;
}
.cart .discount .button,
.cart .shipping .button,
.cart .crosssell .button {
  float: left !important;
  margin: 0 0 !important;
}
.cart .crosssell {
  width: 100%;
  float: none;
  clear: both;
  border: none;
  padding: 15px 0 0;
}
.cart .crosssell .block_head_center h3 {
  padding-right: 53px;
}
.cart .crosssell .products-grid {
  display: none;
}
.cart .crosssell .up-sell-products .sns-slider {
  margin: 15px 0 0 0;
}
.cart .crosssell .up-sell-products .item {
  padding: 0 15px;
}
.cart .form-list {
  margin: 0 0;
  list-style: none;
}
.cart #co-shipping-method-form ul {
  list-style: none;
  margin: 0 0;
  padding: 0px;
}
.cart #co-shipping-method-form ul li label {
  cursor: pointer;
  float: left;
  margin: 0 0;
}
.cart #co-shipping-method-form ul li input {
  float: left;
  margin: 1px 5px 0 0;
}
@media (max-width: 767px) {
  #shopping-cart-table {
    display: block;
  }
  #shopping-cart-table * {
    white-space: normal !important;
  }
  #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table tfoot {
    display: block;
  }
  #shopping-cart-table tfoot tr {
    display: block;
  }
  #shopping-cart-table tfoot tr td {
    display: block;
  }
  #shopping-cart-table tbody {
    display: block;
  }
  #shopping-cart-table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }
  #shopping-cart-table tbody tr:before,
  #shopping-cart-table tbody tr:after {
    content: " ";
    display: table;
  }
  #shopping-cart-table tbody tr:after {
    clear: both;
  }
  #shopping-cart-table tbody tr:nth-child(2n+1) {
    background: #f7f7f7;
  }
  #shopping-cart-table tbody tr td {
    display: block;
    width: 75%;
    float: right;
    text-align: left;
    border: none;
    padding: 0;
    margin-bottom: 5px;
  }
  #shopping-cart-table tbody tr td:before {
    content: attr(data-title);
  }
  #shopping-cart-table tbody tr td:first-child {
    width: 25%;
    float: left;
    text-align: center;
    padding-right: 20px;
    margin: 0;
  }
  #shopping-cart-table tbody tr td:first-child img {
    width: 100%;
  }
  #shopping-cart-table .product-name {
    font-weight: bold;
    text-transform: uppercase;
  }
  #shopping-cart-table .btn-remove {
    font-size: 100%;
    color: #444;
    width: auto;
    height: auto;
  }
}
.checkout-progress {
  margin: 10px 0 35px 0;
  list-style: none;
  padding: 0;
}
.checkout-progress li {
  display: inline-block;
  padding: 5px 0px;
  width: 20%;
  text-align: center;
  background: #e9e9e9;
  float: left;
  color: #686868;
}
.checkout-progress li.active {
  background: #b49400;
  color: #FFF;
}
.multiple-checkout h2 {
  font-size: 120%;
  line-height: 24px;
}
.multiple-checkout .col2-set h2.legend {
  font-size: 135%;
}
.multiple-checkout .col2-set h3.legend {
  font-size: 120%;
}
.multiple-checkout .col2-set .product-name {
  font-size: 120%;
}
.multiple-checkout .col2-set .box .box-title h2 a,
.multiple-checkout .col2-set .box .box-title h3 a,
.multiple-checkout .col2-set .box .box-title h4 a {
  position: static;
}
.multiple-checkout .col2-set .col-1 {
  margin-top: 5px;
}
.multiple-checkout .col2-set .col-2 {
  margin-top: 5px;
}
.multiple-checkout .sp-methods dt input {
  float: left;
  margin: 1px 8px 0 0;
}
.multiple-checkout .sp-methods dt label {
  cursor: pointer;
}
.multiple-checkout .sp-methods dd ul {
  list-style: none;
}
.multiple-checkout #checkout-review-submit {
  float: right;
  text-align: right;
  margin-top: 10px;
}
#checkoutSteps {
  margin: 0;
  padding: 0;
  list-style: none;
}
#checkoutSteps ul,
#checkoutSteps ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#checkoutSteps li {
  margin-bottom: 1px;
}
#checkoutSteps li .step-title {
  padding: 8px 15px;
  background: #e9e9e9;
  color: #333;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 4px 10px 0 0;
  background: #333;
  color: #FFF;
}
#checkoutSteps li .step-title h2 {
  font-size: 125%;
  text-transform: uppercase;
  float: left;
  line-height: normal;
  margin: 0 0;
  line-height: 30px;
}
#checkoutSteps li .step-title a {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: right;
}
#checkoutSteps li .step-title a:before {
  content: '\f040';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 140%;
}
#checkoutSteps li.allow .step-title {
  cursor: pointer;
}
#checkoutSteps li.active .step-title {
  background: #b49400;
  border: 1px solid #b49400;
  border-bottom: none;
  cursor: default;
}
#checkoutSteps li.active .step-title a,
#checkoutSteps li.active .step-title h2 {
  color: #fff;
}
#checkoutSteps li.active .step-title span {
  background: #b49400;
}
#checkoutSteps li .step {
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
}
#checkoutSteps li .step fieldset ul {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li .step fieldset p.required {
  text-align: right;
}
#checkoutSteps .sp-methods dt {
  clear: both;
  padding: 2px 0;
}
#checkoutSteps .sp-methods dt input {
  margin: 1px 5px 0 0;
  float: left;
}
#checkoutSteps .sp-methods dt label {
  float: left;
  margin: 0 0;
  cursor: pointer;
  margin-right: 5px;
}
#checkoutSteps .please-wait {
  margin: 0 20px;
}
#checkoutSteps .input-box select {
  width: 240px;
}
#checkoutSteps img.v-middle {
  display: inline-block;
}
@media (max-width: 767px) {
  #multiship-addresses-table select {
    width: 100%;
  }
}
#sns_menu {
  position: relative;
}
.show-sidebar #sns_menu {
  display: block !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 1;
}
#sns_menu > .container > .inner {
  background: #b49400;
}
#sns_menu > .container > .inner:before,
#sns_menu > .container > .inner:after {
  content: " ";
  display: table;
}
#sns_menu > .container > .inner:after {
  clear: both;
}
#sns_menu > .container > .inner #sns_mainnav {
  float: left;
}
#sns_menu.keep-menu {
  background-color: #fff;
  position: fixed !important;
  bottom: auto !important;
  top: 0 !important;
  z-index: 20;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
}
#sns_menu.keep-menu h1#logo {
  display: none;
}
#sns_menu.keep-menu ul.mainnav li.level0 > a {
  margin: 30px 1px;
}
#sns_menu.keep-menu .container > .inner .header-right {
  padding: 20px 0;
}
#sns_menu .container > .inner {
  position: relative;
}
#sns_menu #sns_mainnav {
  position: static;
}
#sns_menu .fullwidth h4.title {
  font-size: 130%;
  font-weight: bold;
}
#sns_menu .fullwidth ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_menu .fullwidth ul.menu li {
  display: block;
  padding: 0;
}
#sns_menu .fullwidth ul.menu li a {
  padding: 0;
  display: block;
  padding: 2px 0;
  color: #666;
}
#sns_menu .fullwidth ul.menu li a:hover {
  padding-left: 5px;
  color: #b49400;
}
#sns_menu .wrap_topblock {
  padding-bottom: 20px;
}
#sns_menu .wrap_bottomblock {
  padding-top: 20px;
}
#sns_menu .block.sns-slider .block-title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
}
#sns_menu .block.sns-slider .block-title strong {
  font-weight: bold;
}
#sns_menu .block.sns-slider .container-slider {
  padding: 0;
  margin: 0 -15px;
}
#sns_custommenu li:hover {
  z-index: 1;
}
#sns_custommenu ul.mainnav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#sns_custommenu ul.mainnav:before,
#sns_custommenu ul.mainnav:after {
  content: " ";
  display: table;
}
#sns_custommenu ul.mainnav:after {
  clear: both;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 {
  list-style: none;
  padding: 0;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  color: #4d4d4d;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a:hover {
  color: #b49400;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li {
  position: relative;
  display: block;
  padding: 0;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.parent:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin-top: -7px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #8f8f8f;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li {
  position: relative;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.parent:after {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin-top: -7px;
  color: #e1e1e1;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.last a {
  border-bottom: 0px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > a,
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.active > a,
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover > a,
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.active > a {
  color: #b49400;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > .wrap_submenu,
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover > .wrap_submenu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-out 0.2s;
  transition: all 0.25s ease-out 0.2s;
  -moz-transition: all 0.25s ease-out 0.2s;
  -ms-transition: all 0.25s ease-out 0.2s;
  -o-transition: all 0.25s ease-out 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  visibility: visible;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li a {
  display: block;
  padding: 8px 15px;
  color: #5f5f5f;
  font-size: 13px;
  border-bottom: 1px solid #eeeeee;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu {
  display: none;
  position: absolute;
  min-width: 255px;
  padding: 5px 0;
  top: 0%;
  left: 98%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  display: block;
  visibility: hidden;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu li.last a {
  border-bottom: 0px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > a {
  padding-left: 5px;
  color: #b49400;
  background: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a {
  padding: 0;
  display: block;
  padding: 3px 0;
  color: #5f5f5f;
  font-size: 13px;
  border: 0px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a:hover {
  padding-left: 5px;
  color: #b49400;
  background: none;
}
#sns_custommenu ul.mainnav li.level0 {
  border: none;
  position: static;
  display: inline-block;
  text-align: left;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu {
  position: relative;
}
#sns_custommenu ul.mainnav li.level0.drop-submenu.group-item {
  position: static;
}
#sns_custommenu ul.mainnav li.level0:hover > div {
  display: block;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
#sns_custommenu ul.mainnav li.level0 > div {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 120%;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#sns_custommenu ul.mainnav li.level0 > div h3 {
  color: #4d4d4d;
  font-size: 16px;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu {
  min-width: 255px;
  padding: 5px 0;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu:before {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 15px;
  content: '';
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li {
  position: relative;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.parent:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin-top: -7px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #8f8f8f;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li {
  position: relative;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.parent:after {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin-top: -7px;
  color: #e1e1e1;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.last a {
  border-bottom: 0px;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover > a,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.active > a,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > a,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.active > a {
  color: #b49400;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover > .wrap_submenu,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > .wrap_submenu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-out 0.2s;
  transition: all 0.25s ease-out 0.2s;
  -moz-transition: all 0.25s ease-out 0.2s;
  -ms-transition: all 0.25s ease-out 0.2s;
  -o-transition: all 0.25s ease-out 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  visibility: visible;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li a {
  display: block;
  padding: 8px 15px;
  color: #5f5f5f;
  font-size: 13px;
  border-bottom: 1px solid #eeeeee;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu {
  display: none;
  position: absolute;
  min-width: 255px;
  padding: 5px 0;
  top: 0%;
  left: 98%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  display: block;
  visibility: hidden;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu li.last a {
  border-bottom: 0px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
  width: 100%;
  padding: 30px;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth:before {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 15px;
  content: '';
}
#sns_custommenu ul.mainnav li.level0:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#sns_custommenu ul.mainnav li.level0 > a {
  display: block;
  padding: 5px 18px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  color: #2d2d2d;
  margin: 10px 1px 30px;
}
#sns_custommenu ul.mainnav li.level0 > a > span {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  -moz-transition: 0s !important;
  -ms-transition: 0s !important;
  -o-transition: 0s !important;
}
#sns_custommenu ul.mainnav li.level0 > a > span:hover {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  -moz-transition: 0s !important;
  -ms-transition: 0s !important;
  -o-transition: 0s !important;
}
#sns_custommenu ul.mainnav li.level0 > a > .label {
  display: none;
  margin: 0;
  padding: 0;
}
#sns_custommenu ul.mainnav li.level0 > a > .label span {
  position: absolute;
  bottom: 90%;
  background: #b49400;
  padding: 0px 4px 2px;
  font-weight: normal;
  text-transform: none;
  line-height: 140%;
  font-size: 86%;
  color: #fff;
  left: 50%;
  margin-left: -15px;
}
#sns_custommenu ul.mainnav li.level0 > a > .label span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #b49400 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
#sns_custommenu ul.mainnav li.level0 > a > .label span.label-new {
  background: #4b84fa;
}
#sns_custommenu ul.mainnav li.level0 > a > .label span.label-new:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4b84fa transparent transparent transparent;
}
#sns_custommenu ul.mainnav li.level0 > a > .label span.label-sale {
  background: #f23f3f;
}
#sns_custommenu ul.mainnav li.level0 > a > .label span.label-sale:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #f23f3f transparent transparent transparent;
}
#sns_custommenu ul.mainnav li.level0.active > a,
#sns_custommenu ul.mainnav li.level0:hover > a {
  color: #b49400;
}
li.custom-item:hover > a:after {
  display: none !important;
}
ul.mainnav li  ul.menu  li a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  color: #5f5f5f;
  font-size: 13px;
}
ul.mainnav li  ul.menu  li:last-child a {
  border-bottom: 0px;
}
#sns_mommenu {
  margin: 0 0 10px;
  text-align: left;
}
#sns_mommenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_mommenu > [class*="btn"] {
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  cursor: pointer;
  color: #bbb;
}
#sns_mommenu > [class*="btn"] i {
  font-size: 24px;
  line-height: 30px;
}
#sns_mommenu > [class*="btn"].leftsidebar,
#sns_mommenu > [class*="btn"].rightsidebar {
  display: none;
}
#sns_mommenu .mainnav .accr_content {
  padding-left: 15px;
}
#sns_mommenu .mainnav a.active {
  color: #b49400;
}
#sns_mommenu .mainnav .accr_header {
  border-bottom: 1px solid #393939;
  padding: 10px 0;
}
#sns_mommenu .mainnav .accr_header .btn_accor {
  cursor: pointer;
  float: right;
}
#sns_mommenu .btn2 .overlay {
  content: "";
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
}
#sns_mommenu .collapse_wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  background: #222;
}
#sns_mommenu .collapse_wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1000px;
  right: -1000px;
  z-index: -1;
  background: #222;
  content: '';
  display: none;
}
#sns_mommenu #menu_collapse > ul {
  padding: 20px;
}
#sns_mommenu #menu_collapse a {
  color: #b9b9b9;
}
#sns_mommenu #menu_collapse a:hover {
  color: #fff;
}
#sns_mommenu #menu_offcanvas {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -250px;
  height: 100%;
  overflow: auto;
  width: 250px;
  background: #222;
  color: #b9b9b9;
  padding: 20px;
  z-index: 9999;
}
#sns_mommenu #menu_offcanvas > ul {
  padding-bottom: 50px;
}
#sns_mommenu #menu_offcanvas.active {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_mommenu #menu_offcanvas a {
  color: #b9b9b9;
}
#sns_mommenu #menu_offcanvas a:hover {
  color: #fff;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > a {
  color: #fff;
  border: 1px solid transparent;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0:hover > a,
body#bd.dark #sns_custommenu ul.mainnav li.level0.active > a {
  border: 1px solid #929292;
  border-radius: 25px;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div {
  border: 1px solid #676767;
  background: #2a2a2a;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div .wrap_group ul.level0 > li > a,
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div h3 {
  color: #fff;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div ul.level1 > li > a {
  color: #a0a0a0;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li  a {
  border-color: #444;
  color: #a0a0a0;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div .wrap_submenu {
  background: #2a2a2a;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div .wrap_submenu li  a {
  border-color: #444;
  color: #a0a0a0;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 > div .wrap_submenu .wrap_submenu {
  border: 1px solid #444;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 .fullwidth h4.title {
  color: #fff;
}
body#bd.dark #sns_custommenu ul.mainnav li.level0 .fullwidth ul.menu li a {
  color: #a0a0a0;
}
body#bd.dark #sns_menu.keep-menu {
  background: #2a2a2a;
}
.price-box p {
  margin: 0 0;
  display: inline-block;
}
.price-box .old-price {
  margin: 0;
  padding: 0;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}
.price-box .old-price .price {
  text-decoration: line-through;
  color: #a5a5a5;
  position: relative;
  line-height: normal;
  font-size: 90%;
  font-weight: bold;
}
.price-box .regular-price .price,
.price-box .special-price .price,
.price-box .minimal-price .price {
  color: #424242;
  font-size: 115%;
}
.price-box .price {
  color: #424242;
  line-height: 24px;
  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: 115%;
  color: #424242;
}
.price-box .price-to {
  padding: 0 0;
}
.price-box .price-to .price-label {
  display: inline-block;
}
.price-box .price-to .price {
  font-size: 115%;
  color: #424242;
}
body#bd.dark .price-box .old-price .price {
  color: #6e6e6e;
}
body#bd.dark .price-box .regular-price .price,
body#bd.dark .price-box .special-price .price,
body#bd.dark .price-box .minimal-price .price {
  color: #e4e4e4;
}
body#bd.dark .price-box .price {
  color: #e4e4e4;
  line-height: 24px;
  font-weight: bold;
}
body#bd.dark .price-box .price-from .price {
  color: #e4e4e4;
}
body#bd.dark .price-box .price-to  	.price {
  color: #e4e4e4;
}
.contact-page {
  margin: 0 auto;
}
.contact-page input,
.contact-page textarea {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.contact-page input:hover,
.contact-page input:active,
.contact-page input:focus,
.contact-page textarea:hover,
.contact-page textarea:active,
.contact-page textarea:focus {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.contact-page .contact-info {
  display: none;
}
.contact-page .contact-info h3 {
  margin: 0 0 10px;
}
.contact-page #contactForm label {
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: 12px;
}
.contact-page #contactForm label em {
  color: #b49400;
}
.contact-page #contactForm textarea {
  height: 140px;
}
.contact-page #contactForm .buttons-set {
  padding: 0 !important;
}
.contact-page #contactForm .buttons-set button {
  float: right;
  margin: 0;
  color: #4e4e4e;
  padding: 7px 35px;
  border-radius: 25px;
}
.contact-page #contactForm .buttons-set button:hover {
  color: #fff;
}
.contact-page #contact_gmap {
  margin-bottom: 20px;
}
.contact-page .page-title h1 {
  margin: 0 0 20px;
  font-size: 160%;
}
.contact-page .fa-ul li {
  padding: 5px 0;
}
.contact-page .fa-ul li i {
  margin-top: 6px;
  font-size: 13px;
  text-align: left;
}
.account-create .fieldset {
  margin: 15px 0 25px;
}
.account-create .fieldset ul.form-list li {
  margin: 20px 0;
}
#google_map img {
  max-width: none;
}
#google_map h3 {
  margin: 10px 0;
}
#sns_content {
  margin: 0 0 30px;
  position: relative;
  min-height: 300px;
}
#sns_content #login-form h2 {
  margin: 0 0 15px;
}
#sns_content #login-form ul {
  list-style: none;
  margin: 0 0;
}
#sns_content #sns_maintop {
  margin-bottom: 50px;
}
#sns_content #sns_mainmidle #crosssell-products-list .item {
  margin-top: 0px;
}
#sns_content #sns_mainmidle #crosssell-products-list .item.show-addtocart {
  margin-top: 17px;
}
#sns_content #sns_mainbottom {
  margin-top: 30px;
}
#sns_content #sns_mainbottom .sns-tabs .tabs-content .tab-item {
  top: 0px;
}
#sns_content .sns-tabs .tabs-navi {
  position: relative;
  z-index: 3;
}
#sns_content .sns-tabs .tabs-navi li {
  display: block;
  margin-top: 5px;
  position: relative;
}
#sns_content .sns-tabs .tabs-navi li:before {
  width: 7px;
  height: 39px;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #b49400;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#sns_content .sns-tabs .tabs-navi li a {
  display: block;
  padding: 0 14px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #e9e9e9;
  font-size: 150%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#sns_content .sns-tabs .tabs-navi li a.tabulous_active {
  border-color: #b49400;
  color: #FFF;
  background: #b49400;
  position: relative;
  z-index: 2;
}
#sns_content .sns-tabs .tabs-navi li:hover a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
#sns_content .sns-tabs .tabs-navi li:hover:before {
  width: 100%;
}
#sns_content .sns-tabs .tabs-navi li:first-child {
  margin-top: 0px;
}
#sns_content .paypal-logo {
  text-align: center;
  margin: 0 0 20px 0;
}
#sns_content .more-block .block {
  border: 1px solid #e9e9e9;
}
#sns_content .more-block .block .block-title {
  font-size: 165%;
  padding: 8px 0px;
  text-align: center;
  background: none;
}
#sns_content .more-block .block .block-content {
  padding: 0 10px;
}
#sns_content .more-block .block .block-content ul {
  margin: 0 0;
  list-style: none;
}
#sns_content .more-block .block .block-content ul li {
  position: relative;
  border-top: 1px solid #e9e9e9;
}
#sns_content .more-block .block .block-content ul li .product-image {
  width: 40%;
  float: left;
  margin: 0 0;
  border: none;
}
#sns_content .more-block .block .block-content ul li .product-details {
  width: 60%;
  float: left;
  padding: 40px 0 0;
}
#sns_content .more-block .block .block-content ul li .product-details .price-box .price {
  font-size: 130%;
  text-align: left;
}
#sns_content .more-block .block .block-content ul li .product-details .price-box .old-price .price {
  font-size: 100%;
}
#sns_content .more-block .block .block-content ul li .product-details input.checkbox {
  position: absolute;
  top: 10px;
  left: 0px;
}
#sns_content .more-block .block .block-content ul li:first-child {
  border: none;
  padding-top: 0px;
}
#sns_content .block.blank {
  margin: 0 0;
}
#sns_content .block.block-custom .block-content {
  padding: 10px;
}
#sns_content .block.slide-banner ul {
  margin: 0 0;
}
#sns_content .block.slide-banner ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 270px !important;
  margin: 0 0;
}
#sns_content .block.slide-banner ul li p.img-content {
  margin: 18px 0 40px;
  text-align: center;
}
#sns_content .block.slide-banner ul li a.get-it {
  font-size: 150%;
  display: inline-block;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 11px 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background: #FFF;
}
#sns_content .block.slide-banner ul li a.get-it:hover {
  color: #FFF;
  background: #b49400;
  border-color: #b49400;
}
#sns_content .block.slide-banner .caroufredsel_wrapper {
  width: 100% !important;
}
#sns_content .block.slide-banner .paging {
  text-align: center;
  margin-top: 28px;
}
#sns_content .block.slide-banner .paging a {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #b49400;
  margin: 0 0 0 5px;
  display: inline-block;
  text-indent: -999em;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
#sns_content .block.slide-banner .paging a:hover {
  background: #333;
}
#sns_content .block.slide-banner .paging a.selected {
  border: 2px solid #b49400;
  background: #FFF;
}
#sns_content .block.block-tags .tags-list {
  list-style: none;
  margin: 0 0 10px;
  display: block;
}
#sns_content .block.block-tags .tags-list li {
  display: inline-block;
  margin: 0px;
}
#sns_content .block.block-tags .tags-list li a {
  display: inline-block;
  padding: 3px 5px;
  color: #5f5f5f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#sns_content .block.block-tags .tags-list li a:hover {
  text-decoration: none;
  color: #b49400;
}
#sns_content .block.block-tags .actions {
  display: block;
  text-transform: uppercase;
  margin: 10px 0 0;
}
#sns_content .block.block-tags .actions a.button {
  float: left;
  padding: 7px;
  background: none;
  color: #b49400;
}
#sns_content .block.block-tags .actions a.button:hover {
  color: #e7be00;
}
#sns_content .block.block-tags .actions a.button span {
  display: inline-block;
}
#sns_content .block.block-poll form {
  margin: 0 0;
}
#sns_content .block.block-poll .block-subtitle {
  margin-bottom: 5px;
}
#sns_content .block.block-poll ul#poll-answers {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0px 0 0;
}
#sns_content .block.block-poll ul#poll-answers li {
  padding: 4px 0;
}
#sns_content .block.block-poll ul#poll-answers li label {
  cursor: pointer;
  margin: 0 0;
}
#sns_content .block.block-poll ol#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}
#sns_content .block.block-poll ol#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
#sns_content .block.block-poll ol#poll-answers li span.answer {
  float: left;
  margin: 0 5px 0 0;
  color: #333;
}
#sns_content .block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
#sns_content .block.block-account ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_content .block.block-account ul li {
  margin: 3px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#sns_content .block.block-account ul li:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 130%;
  font-weight: 700;
}
#sns_content .block.block-account ul li.current {
  color: #b49400;
}
#sns_content .block.block-account ul li.current strong {
  color: #b49400;
}
#sns_content .block.block-account ul li:hover {
  padding-left: 10px;
  font-weight: 700;
  color: #b49400;
}
#sns_content .block.block-account ul li:hover a {
  color: #b49400;
}
#sns_content .block.block-reorder ol {
  list-style: none;
  margin: 0 0;
  padding: 0px;
}
#sns_content .block.block-reorder ol li input {
  float: left;
  margin: -5px 8px 0 0;
}
#sns_content .block.block-reorder .actions {
  margin: 10px 0 0;
}
#sns_content .block.block-reorder .actions .btn-cart {
  margin-right: 10px;
}
#sns_content .block.block-progress dl {
  margin: 0 0;
}
#sns_content .block.block-progress dl > div,
#sns_content .block.block-progress dl > dt {
  margin: 0 0;
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
}
#sns_content .block.block-progress dl > div:first-child,
#sns_content .block.block-progress dl > dt:first-child {
  border-top: none;
}
#sns_content .block.block-layered-nav .block-content {
  padding: 0;
}
#sns_content .block.block-layered-nav .currently {
  padding: 15px 0px 0;
}
#sns_content .block.block-layered-nav .currently .block-subtitle {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#sns_content .block.block-layered-nav .currently ol {
  margin: 0;
  padding: 0 0 10px 20px;
}
#sns_content .block.block-layered-nav .currently ol li {
  position: relative;
  padding: 5px 0;
}
#sns_content .block.block-layered-nav .currently ol li .label {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
#sns_content .block.block-layered-nav .currently ol li .btn-remove {
  top: 50%;
  margin-top: -10px;
}
#sns_content .block.block-layered-nav .currently .color-value span {
  display: inline-block;
  vertical-align: middle;
}
#sns_content .block.block-layered-nav .currently .color-value .color-label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 1px solid #999999;
}
#sns_content .block.block-layered-nav .actions {
  text-align: right;
  padding: 0px 15px 15px;
  border-bottom: 1px solid #ddd;
}
#sns_content .block.block-layered-nav dl#narrow-by-list {
  margin: 0 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dt {
  text-transform: uppercase;
  position: relative;
  color: #4d4d4d;
  padding: 15px 0px 0;
  font-weight: bold;
  font-size: 110%;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd {
  margin: 0;
  padding: 5px 0px 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd a {
  color: #5f5f5f;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd a:hover {
  color: #b49400;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li {
  padding: 6px 0;
  color: #5f5f5f;
  position: relative;
  padding-left: 18px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #999999 !important;
  content: "";
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  color: #5f5f5f;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li .item-count {
  color: #888;
  margin-left: 3px;
  font-size: 11px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover:before {
  border: 1px solid #999999 !important;
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  color: #525252;
  font-size: 11px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover .item-count {
  color: #b49400;
  font-style: normal;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a {
  color: #b49400;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:before,
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:after {
  content: " ";
  display: table;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:after {
  clear: both;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li {
  padding: 7px 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li:before,
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li:after {
  display: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li .item span {
  display: inline-block;
  vertical-align: middle;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li .color-label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 1px solid #999999;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price {
  padding-top: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  margin: 15px 0 0;
  position: relative;
  width: 100%;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:before,
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:after {
  content: " ";
  display: table;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:after {
  clear: both;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner input {
  background: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  width: 90px;
  color: #585858;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button {
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  line-height: 30px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #575757;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:hover {
  background: #b49400;
  border-color: #b49400;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:hover:before {
  color: #fff;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
  float: none;
  margin: 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
  margin: 0;
  width: 90px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  margin: 0 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 6px 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  border-radius: 0;
  margin: 3px 8px;
  background: #ddd;
  height: 6px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  background: #b49400;
  height: 6px;
  top: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #b49400;
  margin-left: -12px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last {
  border: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last ol {
  margin-bottom: 0px;
}
#sns_content .sns-productlist.style-default .item .item-inner {
  padding: 8px 15px;
  min-height: 85px;
}
#sns_content .sns-productlist .block-content {
  padding: 5px 0 20px;
}
#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box a.product-image {
  border: none;
}
#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box .product-image {
  border: 1px solid #ddd;
}
#sns_content .sns-productlist .block-content .item .item-inner:before,
#sns_content .sns-productlist .block-content .item .item-inner:after {
  content: " ";
  display: table;
}
#sns_content .sns-productlist .block-content .item .item-inner:after {
  clear: both;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-box {
  float: left;
  margin-right: 10px;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-box a.product-image {
  border: none;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-box .product-image {
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  overflow: hidden;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-title {
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
}
#sns_content .sns-productlist .block-content .item .ratings {
  display: none;
}
#sns_content .sns-productlist .block-content .item .ratings .amount {
  display: none;
}
#sns_content .sns-productlist .block-content .item .more-info {
  overflow: hidden;
}
.my-account {
  border: 1px solid #ddd;
  padding: 15px;
}
.my-account .dashboard .box-content {
  padding: 0px;
}
.my-account .box-head h2 {
  margin: 20px 0 0;
  font-size: 125%;
  text-transform: capitalize;
}
.my-account .box .box-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 12px 0;
}
.my-account .box .box-title h3 {
  margin: 0;
  font-size: 110%;
  text-transform: capitalize;
}
.my-account .box .box-title > a {
  position: absolute;
  right: 0px;
  top: 12px;
}
.my-account button.btn-cart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 100%;
  border-color: #b49400;
  background: #b49400;
  color: #fff;
}
.my-account button.btn-cart i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  line-height: 30px;
  font-size: 16px;
  padding-left: 15px;
}
.my-account button.btn-cart:hover {
  border-color: color1;
  background: #e7be00;
  color: #fff;
}
.my-account > .pager p.amount,
.my-account > .pager .limiter {
  display: inline-block;
  margin: 0 5px;
}
.slider-inner .pull-right small {
  font-size: 13px;
}
.slider-inner .pull-right small .fa {
  padding-right: 2px;
}
.order-info ul {
  padding: 0px;
  list-style: none;
}
#my-orders-table  .a-right {
  text-align: center;
}
body#bd.dark .block.block-layered-nav dl#narrow-by-list dt {
  color: #e4e4e4;
}
body#bd.dark .block.block-layered-nav dl#narrow-by-list dd  ol li a {
  color: #bbb;
}
body#bd.dark .block.block-layered-nav dl#narrow-by-list dd  ol li:hover:before,
body#bd.dark .block.block-layered-nav dl#narrow-by-list dd  ol li:hover span {
  color: #fff;
}
body#bd.dark .block.block-layered-nav dl#narrow-by-list .price .text-box > .inner input,
body#bd.dark .block.block-layered-nav dl#narrow-by-list button {
  background: #232323 !important;
  color: #bbb !important;
  border: 1px solid #464646 !important;
}
body#bd.dark .block.block-layered-nav dl#narrow-by-list button:before {
  color: #bbb !important;
}
.sns-product-detail .row-img {
  margin-bottom: 30px;
}
.sns-product-detail .staticblock {
  padding-top: 30px;
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev,
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  color: #ccc;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev:hover,
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-next:hover {
  color: #b49400;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-next {
  right: 10px;
}
.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev {
  left: 10px;
}
.sns-product-detail .sns_product_img .product-image-zoom {
  overflow: hidden;
}
.sns-product-detail .sns_product_img .product-image-zoom {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.sns-product-detail .sns_product_img .product-image-zoom .cloud-zoom {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
}
.sns-product-detail .sns_product_img .more-views {
  position: relative;
  z-index: 1;
  margin: 25px auto;
  width: 95%;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev,
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next {
  display: block;
  position: absolute;
  top: 48%;
  margin-top: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background: none;
  color: #7b7b7b;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev i,
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next i {
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev:hover,
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev {
  left: -30px;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next {
  right: -30px;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-item {
  width: auto !important;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img {
  margin: 0 4px;
  text-align: center;
  max-width: 90px;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: block;
  margin: 1px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery.active,
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery:hover {
  border-color: #b7b7b7;
}
@media (max-width: 991px) {
  .sns-product-detail .sns_product_img {
    margin-bottom: 30px;
  }
}
.sns-product-detail .product-name {
  font-size: 150%;
  margin-bottom: 8px;
  color: #414141;
}
.sns-product-detail .ratings,
.sns-product-detail .no-rating {
  margin-bottom: 8px;
  color: #898989;
  font-size: 12px;
}
.sns-product-detail .availability {
  color: #898989;
}
.sns-product-detail .availability span {
  margin-left: 12px;
  padding: 0;
  color: #b49400;
}
.sns-product-detail #product-options-wrapper {
  margin: 0;
  position: relative;
}
.sns-product-detail #product-options-wrapper > dl {
  margin: 0;
}
.sns-product-detail #product-options-wrapper > dl dt,
.sns-product-detail #product-options-wrapper > dl dd {
  display: inline-block;
  margin-bottom: 15px;
}
.sns-product-detail #product-options-wrapper > dl dt {
  margin-right: 2%;
  width: 20%;
  vertical-align: top;
}
.sns-product-detail #product-options-wrapper > dl dd {
  width: 75%;
  display: inline-block;
}
.sns-product-detail #product-options-wrapper p.required {
  display: none;
}
.sns-product-detail #product-options-wrapper label {
  padding: 5px 0;
  color: #515151;
  position: relative;
}
.sns-product-detail #product-options-wrapper label.required em {
  color: #b49400;
  position: absolute;
  right: -11px;
  top: 5px;
}
.sns-product-detail #product-options-wrapper .input-box select {
  width: 100%;
  padding: 6px;
  height: auto;
  line-height: 150%;
  position: relative;
  background: #fff;
  color: #5f5f5f;
  font-size: 12px;
  border: 1px solid #dedede;
}
.sns-product-detail #product-options-wrapper .input-box select:before {
  content: '';
}
.sns-product-detail .product-shop form {
  margin: 0 0;
}
.sns-product-detail .product-shop form .rating-links {
  margin: 0;
}
.sns-product-detail .product-shop .price-box {
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
}
.sns-product-detail .product-shop .price-box .old-price .price {
  font-size: 100%;
  font-weight: normal;
}
.sns-product-detail .product-shop .price-box .special-price .price {
  font-size: 170%;
  color: #555555;
}
.sns-product-detail .product-shop .price-box .regular-price .price {
  font-size: 170%;
  color: #555555;
}
.sns-product-detail .product-shop .price-box .full-product-price .price {
  font-size: 170%;
  color: #555555;
}
.sns-product-detail .product-shop .grouped-items-table .input-text.qty {
  width: 50px;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .old-price {
  margin: 0 0 0 5px;
  font-size: 95%;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .old-price .price {
  font-size: 95%;
  font-weight: normal;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .special-price {
  font-size: 100%;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .special-price .price {
  font-size: 120%;
}
.sns-product-detail .product-shop .grouped-items-table .price-box .regular-price .price {
  font-size: 100%;
}
.sns-product-detail .product-shop .add-to-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sns-product-detail .product-shop .add-to-box.product-options-bottom {
  padding-top: 0px;
}
.sns-product-detail .product-shop .add-to-box.product-options-bottom .price-box {
  padding: 25px 0 15px;
  display: none;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart {
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart > label {
  font-weight: normal;
  color: #515151;
  margin-right: 2%;
  width: 20%;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart > .input-text.qty {
  height: 32px;
  width: 60px;
  text-align: center;
  color: #5f5f5f;
  line-height: 20px;
  margin-right: 10px;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #dedede;
  width: 75%;
  height: 36px;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button {
  display: inline-block;
  vertical-align: middle;
  border: none !important;
  color: #5f5f5f;
  width: 33%;
  padding: 0;
  font-size: 130%;
  float: left;
  font-weight: bolder;
  border-radius: 0px;
  background: none !important;
  color: #969696;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button.qty-decrease:before {
  content: '-';
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button.qty-increase:before {
  content: '+';
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button:hover {
  background: none;
  color: #b49400;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container input {
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #414141;
  float: left;
  border: none;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  width: 33%;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container input.qty {
  width: 33%;
  text-align: center;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart {
  float: none !important;
}
.sns-product-detail .product-shop .add-to-box .btn-cart {
  background: #fff;
  padding: 0 20px;
  width: 38%;
  text-align: center;
  text-transform: uppercase;
  height: 32px;
  margin-top: 0px;
  float: left;
  color: #4e4e4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
}
.sns-product-detail .product-shop .add-to-box .btn-cart:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
.sns-product-detail .product-shop .add-to-box .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.sns-product-detail .product-shop .add-to-box .add-to-links .separator {
  display: none;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist,
.sns-product-detail .product-shop .add-to-box .link-compare,
.sns-product-detail .product-shop .add-to-box .email-friend {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist:hover,
.sns-product-detail .product-shop .add-to-box .link-compare:hover,
.sns-product-detail .product-shop .add-to-box .email-friend:hover {
  background: #b49400;
  border-color: #b49400;
  color: #fff;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist:hover:before,
.sns-product-detail .product-shop .add-to-box .link-compare:hover:before,
.sns-product-detail .product-shop .add-to-box .email-friend:hover:before {
  -webkit-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  -moz-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
}
.sns-product-detail .product-shop .add-to-box .link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.sns-product-detail .product-shop .add-to-box .link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.sns-product-detail .product-shop .add-to-box .email-friend:before {
  content: '\f0e0';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.sns-product-detail .product-shop .price-rating {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin: 0 0 15px;
  padding: 5px 0;
}
.sns-product-detail .product-shop .price-rating .price-box {
  float: left;
}
.sns-product-detail .product-shop .price-rating .price-box .price {
  line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings,
.sns-product-detail .product-shop .price-rating .no-rating {
  float: right;
  margin: 0 0;
  line-height: 32px;
  height: 32px;
  padding-left: 12px;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-box,
.sns-product-detail .product-shop .price-rating .no-rating .rating-box {
  float: left;
  margin: 9px 8px 0 0;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-links,
.sns-product-detail .product-shop .price-rating .no-rating .rating-links {
  float: left;
  line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings-table {
  margin-left: 15px;
  margin-bottom: 0px;
  float: right;
}
.sns-product-detail .product-shop .price-rating .ratings-table th {
  text-align: right;
  padding-right: 10px;
}
.sns-product-detail .product-shop .price-rating .ratings-table .rating-box {
  margin: 0 0;
}
.sns-product-detail .product-shop .price-rating a.nobr {
  float: right;
}
.sns-product-detail .product-shop .addthis_sharing_toolbox:before,
.sns-product-detail .product-shop .addthis_sharing_toolbox:after {
  content: " ";
  display: table;
}
.sns-product-detail .product-shop .addthis_sharing_toolbox:after {
  clear: both;
}
.sns-product-detail .product-shop .short-description {
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #6b6b6b;
}
.sns-product-detail .product-shop .short-description h2 {
  font-size: 100%;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sns-product-detail .product-shop .short-description p {
  margin: 0 0;
}
.sns-product-detail .product-shop dt label {
  color: #666;
  font-weight: normal;
}
.sns-product-detail #review-form .data-table tbody th {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  text-transform: capitalize;
}
.sns-product-detail #review-form .data-table tbody td {
  text-align: center;
}
.sns-product-detail #review-form ul.form-list {
  margin: 10px 0 0;
  list-style: none;
  padding: 0;
}
.sns-product-detail #review-form ul.form-list .input-box textarea {
  width: 240px;
}
.sns-product-detail #review-form ul.form-list .input-box .input-text {
  margin-bottom: 5px;
}
.sns-product-detail #review-form ul.form-list label {
  margin-bottom: 0;
}
.sns-product-detail #review-form .buttons-set .button {
  float: left;
  margin: 0 0;
}
.sns-product-detail .box-reviews .pager {
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  margin: 15px 0;
}
.sns-product-detail .box-reviews dl {
  padding-left: 10px;
}
.sns-product-detail .box-reviews dl dt {
  padding: 15px 0 10px;
  margin: 0;
}
.sns-product-detail .box-reviews dl dt:first-child {
  padding-top: 0;
}
.sns-product-detail .ratings-table {
  margin-bottom: 5px;
}
.sns-product-detail .ratings-table th {
  padding-right: 15px;
}
.sns-product-detail .nobr[href="#customer-reviews"] {
  margin-bottom: 15px;
  display: inline-block;
}
.sns-product-detail #sns_tab_products {
  margin-bottom: 20px;
}
.sns-product-detail #sns_tab_products ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dedede;
}
.sns-product-detail #sns_tab_products ul.nav-tabs:before,
.sns-product-detail #sns_tab_products ul.nav-tabs:after {
  content: " ";
  display: table;
}
.sns-product-detail #sns_tab_products ul.nav-tabs:after {
  clear: both;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li {
  display: block;
  margin: 0;
  float: left;
  margin-bottom: -1px;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li:hover > a,
.sns-product-detail #sns_tab_products ul.nav-tabs > li.active > a {
  color: #5c5c5c;
}
.sns-product-detail #sns_tab_products ul.nav-tabs > li > a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  position: relative;
  text-transform: uppercase;
  font-size: 130%;
  background: none;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 35px 15px 0;
  border-radius: 0;
  margin: 0 2px 0 0;
  font-weight: bolder;
  color: #bebebe;
  border: 0px;
}
.sns-product-detail #sns_tab_products .tab-content {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.sns-product-detail #sns_tab_products .tab-content h2,
.sns-product-detail #sns_tab_products .tab-content h3,
.sns-product-detail #sns_tab_products .tab-content h4 {
  text-transform: capitalize;
  margin-top: 0;
  color: #111;
  font-weight: normal;
}
.sns-product-detail #sns_tab_products .tab-content h2 {
  font-size: 130%;
}
.sns-product-detail #sns_tab_products .tab-content h3 {
  font-size: 120%;
}
.sns-product-detail #sns_tab_products .tab-content h4 {
  font-size: 100%;
}
.sns-product-detail #sns_tab_products .tab-content label {
  font-weight: bold;
}
.sns-product-detail #sns_tab_products .tab-content ul.product-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.sns-product-detail #sns_tab_products .tab-content ul.product-tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.sns-product-detail #sns_tab_products .tab-content tbody td.label {
  width: 20%;
}
.sns-product-detail #sns_tab_products .tab-content .validation-advice {
  display: none;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm {
  margin: 0 0 10px;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm .input-box input {
  float: left;
  margin: 0 10px 5px 0;
  padding: 6px 10px 6px;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm button.button {
  clear: both;
}
.sns-product-detail #sns_tab_products .tab-content #addTagForm .validation-advice {
  float: left;
  width: 100%;
  line-height: normal;
}
.sns-product-detail #sns_tab_products .tab-content .box-tags h2 {
  display: none;
}
.sns-product-detail #customer-reviews .pager p.amount {
  float: left;
  margin: 0 0;
  line-height: 24px;
}
.sns-product-detail #customer-reviews .pager .limiter {
  float: right;
}
.sns-product-detail #customer-reviews .pager .limiter label {
  float: left;
  margin: 0 8px 0 0;
  line-height: 24px;
}
.sns-product-detail #customer-reviews .pager .limiter select {
  width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.sns-product-detail #review-form {
  margin: 0px;
}
.sns-product-detail #review-form td.value {
  text-align: center;
}
.sns-product-detail #review-form td.value input {
  display: inline-block;
}
#confirmbox {
  border: 2px solid #686868;
}
#confirmbox .add-to-cart {
  margin: 0 0 !important;
}
#confirmbox .head-cfbox .product-title {
  font-weight: bold;
  color: #333;
}
#confirmbox .product-name a {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
#confirmbox .product-name a:hover {
  color: #b49400;
}
#confirmbox .cf-producinfo .product-image {
  border: none;
}
#confirmbox #bottom-cfbox {
  padding-top: 20px;
}
#confirmbox #bottom-cfbox .btn {
  font-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  font-weight: bold;
  padding: 6px 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  border: 1px solid #ccc;
  background: #f7f7f9;
}
#confirmbox #bottom-cfbox .btn:hover {
  background-color: #b49400;
  color: #FFF;
  border-color: #b49400;
}
#confirmbox #cout_down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 5px;
  color: #FFF;
  background: #686868;
}
#confirmbox .product-shop table.grouped-items-table {
  margin-bottom: 0;
}
.blogs-page .page-title {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.blogs-page .page-title .block-title {
  font-size: 20px;
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
.blogs-page .page-title .block-title:before,
.blogs-page .page-title .block-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
.blogs-page .page-title .block-title:before {
  right: 126%;
}
.blogs-page .page-title .block-title:after {
  left: 126%;
}
.blogs-page .page-title .block-title > span,
.blogs-page .page-title .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.blogs-page .page-title .block-title > span:before,
.blogs-page .page-title .block-title > span:after,
.blogs-page .page-title .block-title .tab-title:before,
.blogs-page .page-title .block-title .tab-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
.blogs-page .page-title .block-title > span:before,
.blogs-page .page-title .block-title .tab-title:before {
  right: 126%;
}
.blogs-page .page-title .block-title > span:after,
.blogs-page .page-title .block-title .tab-title:after {
  left: 126%;
}
.blogs-page .page-title .block-title > span > span,
.blogs-page .page-title .block-title > span .pdt-nav,
.blogs-page .page-title .block-title .tab-title > span,
.blogs-page .page-title .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.blogs-page .page-title .block-title > span > span:before,
.blogs-page .page-title .block-title > span > span:after,
.blogs-page .page-title .block-title > span .pdt-nav:before,
.blogs-page .page-title .block-title > span .pdt-nav:after,
.blogs-page .page-title .block-title .tab-title > span:before,
.blogs-page .page-title .block-title .tab-title > span:after,
.blogs-page .page-title .block-title .tab-title .pdt-nav:before,
.blogs-page .page-title .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #656565;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
.blogs-page .page-title .block-title > span > span:before,
.blogs-page .page-title .block-title > span .pdt-nav:before,
.blogs-page .page-title .block-title .tab-title > span:before,
.blogs-page .page-title .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
.blogs-page .page-title .block-title > span > span:after,
.blogs-page .page-title .block-title > span .pdt-nav:after,
.blogs-page .page-title .block-title .tab-title > span:after,
.blogs-page .page-title .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
.blogs-page .postContent > p {
  width: 100%;
}
.blogs-page .postContent > p img {
  margin: 0px auto 30px;
}
.blogs-page .postContent .postTitle h2 {
  color: #5b5b5b;
  font-size: 16px;
}
.blogs-page .postContent .postTitle h2:hover {
  color: #b49400;
}
.postWrapper {
  padding: 0 0 20px;
  position: relative;
}
.postWrapper .date {
  background: #b49400;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  left: -5px;
  line-height: 15px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
  width: 55px;
  height: 55px;
}
.postWrapper .date > span {
  display: block;
}
.postWrapper .date:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 6px;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.postWrapper .postTitle {
  border: none;
  margin: 20px 0 10px;
}
.postWrapper .postTitle h2 {
  line-height: 24px;
  font-size: 150%;
}
.postWrapper .postTitle h2 a:hover {
  color: #b49400;
}
.postWrapper .postTitle h3 {
  line-height: normal;
  font-size: 91.5%;
  font-weight: normal;
}
.postWrapper .postTitle.title-detail h2 {
  font-size: 116.7%;
  margin: -3px 0 0;
  text-transform: uppercase;
  color: #333;
}
.postWrapper .read-more {
  color: #b49400;
  font-style: italic;
}
.postWrapper .read-more:hover {
  margin-left: 5px;
}
.postWrapper .postContent {
  margin-top: 20px;
  padding-bottom: 5px;
}
.postWrapper .aw-blog-read-more {
  display: none;
}
.postWrapper .post-info {
  padding: 3px 0;
}
.postWrapper .postDetails {
  color: #b49400;
}
.postWrapper .postDetails h4.poster {
  font-size: 100%;
  line-height: normal;
}
.postWrapper .postDetails i {
  font-size: 16px;
  color: #aaaaaa;
  padding-right: 5px;
}
.postWrapper .postDetails a {
  color: #b49400;
  padding-right: 5px;
}
.postWrapper .postDetails .create-time {
  margin: 0 0;
}
.blog-toolbar  .toolbar {
  border: 0px;
}
.blog-toolbar  .toolbar .sort-by {
  display: none;
}
.cmt-heading h2 {
  font-weight: bold;
  font-size: 125%;
  color: #5b5b5b;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.cmt-heading h2 span {
  padding-left: 5px;
}
.commentWrapper {
  background: #f5f5f5;
  margin-bottom: 15px;
  padding: 25px 20px;
}
.commentWrapper h4.username {
  font-size: 110%;
  line-height: bold;
  color: #565656;
  text-transform: capitalize;
  display: inline-block;
}
.commentWrapper .time {
  font-size: 12px;
  color: #b49400;
  display: inline-block;
  padding: 0 10px;
}
.commentWrapper i {
  color: #959595;
  display: inline-block;
  font-size: 14px;
}
#postComment em {
  color: #b49400;
}
#postComment h4.legend {
  font-weight: bold;
  font-size: 125%;
  color: #5b5b5b;
}
#postComment .commentDetails {
  margin: 0 0;
}
#postComment .button-set {
  float: left;
  width: 70%;
}
#postComment .button-set .button.form-button {
  color: #4e4e4e;
  border-radius: 25px;
  padding: 7px 40px;
  float: right;
}
#postComment .button-set .button.form-button:hover {
  color: #fff;
}
#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;
  border: 1px solid #e4e4e4;
}
#postComment ul.form-list .input-box textarea {
  margin: 0 0;
  border: 1px solid #e4e4e4;
}
#postComment ul.form-list .input-box .validation-advice {
  margin-top: 3px;
}
#postComment ul.form-list .input-box label {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.shop-policy {
  margin-bottom: 30px;
}
.shop-policy li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.shop-policy li i {
  color: #666;
}
.shop-policy li h4 {
  font-weight: normal;
}
.zoomContainer {
  z-index: 10px !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.related-products {
  margin-top: 40px;
}
body#bd.dark .sns-product-detail .product-name,
body#bd.dark .sns-product-detail .no-rating,
body#bd.dark .sns-product-detail .availability,
body#bd.dark .sns-product-detail .short-description,
body#bd.dark .sns-product-detail label {
  color: #bbb;
}
body#bd.dark .sns-product-detail .availability	span {
  color: #fff;
}
body#bd.dark .sns-product-detail .qty-container {
  background: #2a2a2a;
  border-color: #676767;
  color: #b5b5b5;
}
body#bd.dark .sns-product-detail .add-to-cart {
  border-bottom: 1px dotted #676767;
}
body#bd.dark .sns-product-detail .email-friend {
  border: 1px solid #676767;
  background: #2a2a2a;
  color: #b5b5b5;
}
body#bd.dark .sns-product-detail .email-friend:hover {
  color: #fff !important;
  background: #b49400;
  border-color: #b49400;
}
body#bd.dark .sns-product-detail ul.nav-tabs {
  border-color: #b49400;
}
body#bd.dark .sns-product-detail ul.nav-tabs li.active a {
  color: #fff;
}
body#bd.dark .sns-product-detail .tab-content h2,
body#bd.dark .sns-product-detail .tab-content h1,
body#bd.dark .sns-product-detail .tab-content h3,
body#bd.dark .sns-product-detail .tab-content h4,
body#bd.dark .sns-product-detail .tab-content h5,
body#bd.dark .sns-product-detail .tab-content h6 {
  color: #bbb;
}
.product-essential {
  width: 100% !important;
}
.cms-home #sns_menu {
  margin-bottom: 50px;
}
.cms-home #sns_content {
  margin: 0 0 25px;
}
#sns_promotions {
  position: relative;
  z-index: 2;
  margin: 0 0 50px;
}
#sns_productswrap {
  padding: 0 0;
}
#sns_productswrap .sns-slider {
  margin-bottom: 25px;
}
#sns_productswrap .sns-slider .owl-wrapper {
  margin: 10px 0 0;
}
#sns_header {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cms-index-index #sns_header.style2 #sns-header-top {
  background: #fff;
}
.cms-index-index #sns_header.style2 #sns-header-top #search_mini_form  input {
  background: #f7f7f7;
  color: #656565;
}
.cms-index-index #sns_header.style2 #sns_menu,
.cms-index-index #sns_header.style2 #sns_slideshow {
  background: #f2f2f2;
}
#sns-header-top {
  background: #f2f2f2;
  height: 45px;
  line-height: 45px;
}
#sns-header-top p.welcome-msg {
  text-transform: uppercase;
  margin: 0px;
}
.header-col-right {
  line-height: 40px;
}
#search_mini_form {
  float: left;
  position: relative;
}
#search_mini_form input {
  border: 1px solid #e1e1e1;
  border-radius: 25px;
  height: 25px;
  float: right;
  font-size: 12px;
  margin-top: 9px;
  color: #6f6 f6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#search_mini_form input:focus {
  width: 300px;
}
#search_mini_form button.button {
  width: 32px;
  height: 32px;
  background: none !important;
  border: none !important;
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 5px;
}
#search_mini_form button.button:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #575757;
}
#search_mini_form button.button:hover:before {
  color: #b49400;
}
@media (max-width: 767px) {
  #search_mini_form {
    position: relative;
  }
  #search_mini_form:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 14px;
    margin-top: 15px;
  }
  #search_mini_form .form-search {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #search_mini_form:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #search_mini_form:hover .form-search {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 180px;
  }
}
.header-tools {
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  margin-left: 10px;
}
.header-tools > * {
  display: inline-block;
  vertical-align: middle;
}
.header-tools .mysetting:hover .tongle,
.header-tools .myaccount:hover .tongle,
.header-tools .mycart:hover .tongle {
  cursor: pointer;
}
.header-tools .mysetting:hover .tongle .fa,
.header-tools .myaccount:hover .tongle .fa,
.header-tools .mycart:hover .tongle .fa {
  color: #b49400 !important;
}
.header-tools .mysetting:hover .tongle .number-item,
.header-tools .myaccount:hover .tongle .number-item,
.header-tools .mycart:hover .tongle .number-item {
  background: #4e4e4e;
}
.header-tools .mysetting:hover .content,
.header-tools .myaccount:hover .content,
.header-tools .mycart:hover .content {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.header-tools .mysetting .tongle,
.header-tools .myaccount .tongle,
.header-tools .mycart .tongle {
  font-size: 16px;
  color: #fff;
}
.header-tools .mysetting .tongle .fa,
.header-tools .myaccount .tongle .fa,
.header-tools .mycart .tongle .fa {
  position: relative;
  color: #4e4e4e;
}
.header-tools .mysetting .tongle .fa:before,
.header-tools .myaccount .tongle .fa:before,
.header-tools .mycart .tongle .fa:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.header-tools .mysetting .content,
.header-tools .myaccount .content,
.header-tools .mycart .content {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 170px;
  background: #fff;
  margin-top: 2px;
  z-index: 9999;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  text-align: left;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 120%;
}
.header-tools .mysetting .content:before,
.header-tools .myaccount .content:before,
.header-tools .mycart .content:before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.header-tools .mysetting .content ul,
.header-tools .myaccount .content ul,
.header-tools .mycart .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-tools .mysetting .content ul li,
.header-tools .myaccount .content ul li,
.header-tools .mycart .content ul li {
  padding: 4px 0;
  line-height: 20px;
}
.header-tools .mysetting .content ul li a:hover,
.header-tools .myaccount .content ul li a:hover,
.header-tools .mycart .content ul li a:hover {
  color: #b49400;
}
.header-tools .mysetting .content {
  padding: 15px;
}
.header-tools .mysetting .content > span {
  color: #383838;
  text-transform: uppercase;
  padding: 0 0 5px;
  display: block;
  line-height: 20px;
  font-size: 13px;
}
.header-tools .mysetting .content .list-lang {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.header-tools .mysetting .content .list-lang img {
  margin-right: 5px;
}
.header-tools .mysetting .content li > span {
  color: #b49400;
}
.header-tools .myaccount .content ul.links {
  padding: 5px 0;
}
.header-tools .myaccount .content ul.links li a:before {
  margin-right: 10px;
  width: 14px !important;
  text-align: center;
}
.header-tools .myaccount .content ul.links li a.top-link-myaccount:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
}
.header-tools .myaccount .content ul.links li a.top-link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
}
.header-tools .myaccount .content ul.links li a.top-link-cart:before {
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
}
.header-tools .myaccount .content ul.links li a.top-link-checkout:before {
  content: '\f06d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
}
.header-tools .myaccount .content ul.links li a.top-link-login:before {
  content: '\f13e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
}
.header-tools .myaccount .content ul.links li a.top-link-logout:before {
  content: '\f023';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
}
.header-tools .mycart .number-item {
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 15px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #b49400;
  border-radius: 50%;
  border: 0px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.header-tools .mycart .content {
  min-width: 298px;
}
.header-tools .mycart .content .details .detail-title {
  cursor: pointer;
}
.header-tools .mycart .content .details .detail-title:hover {
  color: #b49400;
}
.header-tools .mycart .content .item-options {
  display: none;
  margin: 0;
}
.header-tools .mycart .content .item-options dt {
  padding-top: 6px;
  font-weight: normal;
}
.header-tools .mycart .content .item-options dd {
  font-weight: normal;
}
.header-tools .mycart .content .block-inner {
  position: relative;
  color: #545454;
}
.header-tools .mycart .content .block-inner a {
  color: #545454;
}
.header-tools .mycart .content .block-inner a:hover {
  color: #b49400;
}
.header-tools .mycart .content .block-inner .block-subtitle {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
.header-tools .mycart .content .block-inner .minicart-products-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0 0;
}
.header-tools .mycart .content .block-inner .minicart-products-list .quantity-container {
  padding-bottom: 2px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .quantity-container strong {
  font-weight: normal;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item {
  padding: 0 0 15px;
  margin: 0 0 15px;
  overflow: hidden;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item:hover .product-image {
  border: 1px solid #b49400;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-image {
  display: block;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border: 1px solid #000000;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details {
  overflow: hidden;
  position: relative;
  min-height: 55px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .product-name {
  line-height: 110%;
  padding: 5px 20px 5px 0;
  text-transform: capitalize;
  color: #616161;
  margin: 0px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .price-box {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .price-box .price {
  color: #424242;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .rating-container .ratings {
  margin: 0px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .rating-container .amount {
  display: none;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action {
  padding-bottom: 5px;
  line-height: 25px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action:before,
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action:after {
  content: " ";
  display: table;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action:after {
  clear: both;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap {
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap > span.cqty {
  color: #6f6f6f;
  font-weight: bold;
  margin: 0;
  font-size: 15px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap .qty-container {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap .qty-container > * {
  float: left;
  text-align: center;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap .qty-container span {
  display: block;
  line-height: 16px;
  padding: 3px;
  cursor: pointer;
  height: 20px;
  font-size: 8px;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .quantity-wrap .qty-container input {
  width: 20px;
  border: none;
  padding: 3px;
  line-height: 16px;
  height: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .item-action {
  position: absolute;
  right: 0;
  top: 0;
}
.header-tools .mycart .content .block-inner .minicart-products-list .item .product-details .action .item-action a {
  border: none;
  display: block;
}
.header-tools .mycart .content .block-inner .bottom-action {
  padding: 0 0 15px;
  text-transform: uppercase;
  text-align: left;
}
.header-tools .mycart .content .block-inner .bottom-action .total-price {
  font-size: 140%;
  color: #b49400;
  font-weight: bold;
  margin-bottom: 7px;
}
.header-tools .mycart .content .block-inner .label {
  color: #444444;
  font-weight: bold;
}
.header-tools .mycart .content .btn-update {
  text-transform: uppercase;
}
.header-tools .mycart .content button {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  color: #444444;
  height: 40px;
}
.header-tools .mycart .content button:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
#sns_menu {
  z-index: 1;
}
#sns_menu .container_in {
  position: relative;
}
#sns_menu .container_in:before,
#sns_menu .container_in:after {
  content: " ";
  display: table;
}
#sns_menu .container_in:after {
  clear: both;
}
#sns_menu h1#logo {
  margin: 0;
  line-height: 1;
  padding: 35px 0 20px;
}
@media (max-width: 479px) {
  #sns_menu h1#logo {
    text-align: center;
  }
}
#sns_menu .logo_img {
  width: 150px;
}
#sns_header_bot {
  background: #b49400;
}
#sns_header_bot .block_categories {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
#sns_header_bot .block_topsearch {
  display: table-cell;
  vertical-align: top;
}
.sns-slidercategory {
  background: none no-repeat center center;
}
#sns_slideshow,
.sns-revolutionslider-wrap {
  position: relative;
  z-index: 0;
}
#sns_slideshow ul,
.sns-revolutionslider-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_slideshow .fsbg,
.sns-revolutionslider-wrap .fsbg {
  background: rgba(225,225,225,0.15);
  padding: 10px 12px !important;
}
#sns_slideshow .bg,
.sns-revolutionslider-wrap .bg {
  background: #fff;
}
#sns_slideshow .color-text,
.sns-revolutionslider-wrap .color-text {
  color: #b49400;
}
#sns_slideshow .cwhite,
.sns-revolutionslider-wrap .cwhite {
  color: #fff !important;
}
#sns_slideshow .cred,
.sns-revolutionslider-wrap .cred {
  color: #dd5858;
}
#sns_slideshow .cyellow,
.sns-revolutionslider-wrap .cyellow {
  color: #b49400;
}
#sns_slideshow .black,
.sns-revolutionslider-wrap .black {
  color: #494949;
}
#sns_slideshow .gray,
.sns-revolutionslider-wrap .gray {
  color: #808080;
}
#sns_slideshow .fs80,
.sns-revolutionslider-wrap .fs80 {
  font-size: 80px;
}
#sns_slideshow .fs70,
.sns-revolutionslider-wrap .fs70 {
  font-size: 70px;
}
#sns_slideshow .fs60,
.sns-revolutionslider-wrap .fs60 {
  font-size: 60px;
}
#sns_slideshow .fs50,
.sns-revolutionslider-wrap .fs50 {
  font-size: 50px;
}
#sns_slideshow .fs40,
.sns-revolutionslider-wrap .fs40 {
  font-size: 40px;
}
#sns_slideshow .fs34,
.sns-revolutionslider-wrap .fs34 {
  font-size: 34px;
}
#sns_slideshow .fs30,
.sns-revolutionslider-wrap .fs30 {
  font-size: 30px;
}
#sns_slideshow .fs24,
.sns-revolutionslider-wrap .fs24 {
  font-size: 24px;
}
#sns_slideshow .fs20,
.sns-revolutionslider-wrap .fs20 {
  font-size: 20px;
}
#sns_slideshow .fs18,
.sns-revolutionslider-wrap .fs18 {
  font-size: 18px;
}
#sns_slideshow .fs16,
.sns-revolutionslider-wrap .fs16 {
  font-size: 16px;
}
#sns_slideshow .fs13,
.sns-revolutionslider-wrap .fs13 {
  font-size: 13px !important;
}
#sns_slideshow .font,
.sns-revolutionslider-wrap .font {
  font-family: arial;
}
#sns_slideshow .fwbold,
.sns-revolutionslider-wrap .fwbold {
  font-weight: bolder;
}
#sns_slideshow .fwnormal,
.sns-revolutionslider-wrap .fwnormal {
  font-weight: normal;
}
#sns_slideshow .tuppercase,
.sns-revolutionslider-wrap .tuppercase {
  text-transform: uppercase;
}
#sns_slideshow .tleft,
.sns-revolutionslider-wrap .tleft {
  text-align: left;
}
#sns_slideshow .tright,
.sns-revolutionslider-wrap .tright {
  text-align: right;
}
#sns_slideshow .tcenter,
.sns-revolutionslider-wrap .tcenter {
  text-align: center;
}
#sns_slideshow a.button,
.sns-revolutionslider-wrap a.button {
  border: 1px solid #494949;
  display: inline-block;
  font-size: 15px;
  height: 38px;
  line-height: 18px;
  padding: 10px 25px;
  text-transform: uppercase;
  background: transparent;
}
#sns_slideshow a.button:hover,
.sns-revolutionslider-wrap a.button:hover {
  background: #494949;
  border-color: #fff;
  color: #fff;
}
#sns_slideshow [data-u="navigator"] [data-u="prototype"],
.sns-revolutionslider-wrap [data-u="navigator"] [data-u="prototype"] {
  background: #c5c5c5 !important;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
}
#sns_slideshow .jssorb13 .av,
.sns-revolutionslider-wrap .jssorb13 .av {
  background: #ffffff !important;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #b49400;
  margin: -2px 2px 0;
}
#sns_slideshow [class*='col-'],
.sns-revolutionslider-wrap [class*='col-'] {
  padding-bottom: 30px;
}
#sns_slideshow [data-u="arrowleft"],
#sns_slideshow [data-u="arrowright"],
.sns-revolutionslider-wrap [data-u="arrowleft"],
.sns-revolutionslider-wrap [data-u="arrowright"] {
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#sns_slideshow [data-u="arrowleft"]:hover,
#sns_slideshow [data-u="arrowright"]:hover,
.sns-revolutionslider-wrap [data-u="arrowleft"]:hover,
.sns-revolutionslider-wrap [data-u="arrowright"]:hover {
  background: #b49400 !important;
}
#sns_slideshow [data-u="arrowleft"]:hover i,
#sns_slideshow [data-u="arrowright"]:hover i,
.sns-revolutionslider-wrap [data-u="arrowleft"]:hover i,
.sns-revolutionslider-wrap [data-u="arrowright"]:hover i {
  color: #fff;
}
#sns_slideshow [data-u="arrowleft"] i,
#sns_slideshow [data-u="arrowright"] i,
.sns-revolutionslider-wrap [data-u="arrowleft"] i,
.sns-revolutionslider-wrap [data-u="arrowright"] i {
  line-height: 40px;
  text-align: center;
  color: #808080;
  font-size: 20px;
}
#sns_slideshow:hover [data-u="arrowleft"],
#sns_slideshow:hover [data-u="arrowright"],
.sns-revolutionslider-wrap:hover [data-u="arrowleft"],
.sns-revolutionslider-wrap:hover [data-u="arrowright"] {
  display: block;
}
.customer-banner .banner2 {
  margin-bottom: 18px;
}
.banner-home-v {
  margin-bottom: 50px;
}
#sns_content .index_block {
  margin-bottom: 50px;
}
#sns_content .index_block.row20 {
  margin-bottom: 30px;
}
#sns_content .index_block .block {
  margin-bottom: 0;
}
#sns_content .index_block.our_partners {
  margin-bottom: 0;
}
#sns_botsl {
  display: none;
  margin-bottom: 30px;
}
#sns_botsl2 {
  display: none;
  margin-bottom: 25px;
}
#sns_botsl2 .block {
  margin: 0;
}
#sns_partners .block_head {
  text-align: center;
}
#sns_partners .block_head .block-title {
  font-size: 20px;
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
#sns_partners .block_head .block-title:before,
#sns_partners .block_head .block-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
#sns_partners .block_head .block-title:before {
  right: 126%;
}
#sns_partners .block_head .block-title:after {
  left: 126%;
}
#sns_partners .block_head .block-title > span,
#sns_partners .block_head .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#sns_partners .block_head .block-title > span:before,
#sns_partners .block_head .block-title > span:after,
#sns_partners .block_head .block-title .tab-title:before,
#sns_partners .block_head .block-title .tab-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
#sns_partners .block_head .block-title > span:before,
#sns_partners .block_head .block-title .tab-title:before {
  right: 126%;
}
#sns_partners .block_head .block-title > span:after,
#sns_partners .block_head .block-title .tab-title:after {
  left: 126%;
}
#sns_partners .block_head .block-title > span > span,
#sns_partners .block_head .block-title > span .pdt-nav,
#sns_partners .block_head .block-title .tab-title > span,
#sns_partners .block_head .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
#sns_partners .block_head .block-title > span > span:before,
#sns_partners .block_head .block-title > span > span:after,
#sns_partners .block_head .block-title > span .pdt-nav:before,
#sns_partners .block_head .block-title > span .pdt-nav:after,
#sns_partners .block_head .block-title .tab-title > span:before,
#sns_partners .block_head .block-title .tab-title > span:after,
#sns_partners .block_head .block-title .tab-title .pdt-nav:before,
#sns_partners .block_head .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #656565;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
#sns_partners .block_head .block-title > span > span:before,
#sns_partners .block_head .block-title > span .pdt-nav:before,
#sns_partners .block_head .block-title .tab-title > span:before,
#sns_partners .block_head .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
#sns_partners .block_head .block-title > span > span:after,
#sns_partners .block_head .block-title > span .pdt-nav:after,
#sns_partners .block_head .block-title .tab-title > span:after,
#sns_partners .block_head .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
#sns_partners .block_head .navslider {
  padding: 20px 0;
}
#sns_partners .block_head .navslider a {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #333;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  font-size: 20px;
  margin: 0 5px;
}
#sns_partners .block_head .navslider a:hover {
  background: #b49400;
}
#sns_partners .sns_partner .partners_slider {
  overflow: hidden;
  padding: 30px 0;
}
#sns_partners .sns_partner .partners_slider .wrap {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}
#sns_partners .sns_partner .partners_slider .wrap a {
  display: block;
  position: relative;
  overflow: hidden;
}
#sns_partners .sns_partner .partners_slider .wrap a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px,0px) scale(0);
  -moz-transform: translate(0px,0px) scale(0);
  -o-transform: translate(0px,0px) scale(0);
  transform: translate(0px,0px) scale(0);
}
#sns_partners .sns_partner .partners_slider .wrap a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px) scale(1.5);
  -moz-transform: translate(0px,0px) scale(1.5);
  -o-transform: translate(0px,0px) scale(1.5);
  transform: translate(0px,0px) scale(1.5);
}
#sns_partners .sns_partner .partners_slider .wrap a img {
  width: 100%;
}
.wap-slidercategory {
  background: rgba(0,0,0,0.5);
  padding: 65px 0 45px;
  margin-bottom: 50px;
  text-align: center;
}
.wap-slidercategory .block_head_center .block-title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
.wap-slidercategory .block_head_center .block-title:before,
.wap-slidercategory .block_head_center .block-title:after {
  content: '';
  display: block;
  background: #fff;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
.wap-slidercategory .block_head_center .block-title:before {
  right: 114%;
}
.wap-slidercategory .block_head_center .block-title:after {
  left: 114%;
}
.wap-slidercategory .block_head_center .block-title > span,
.wap-slidercategory .block_head_center .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.wap-slidercategory .block_head_center .block-title > span:before,
.wap-slidercategory .block_head_center .block-title > span:after,
.wap-slidercategory .block_head_center .block-title .tab-title:before,
.wap-slidercategory .block_head_center .block-title .tab-title:after {
  content: '';
  display: block;
  background: #fff;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
.wap-slidercategory .block_head_center .block-title > span:before,
.wap-slidercategory .block_head_center .block-title .tab-title:before {
  right: 114%;
}
.wap-slidercategory .block_head_center .block-title > span:after,
.wap-slidercategory .block_head_center .block-title .tab-title:after {
  left: 114%;
}
.wap-slidercategory .block_head_center .block-title > span > span,
.wap-slidercategory .block_head_center .block-title > span .pdt-nav,
.wap-slidercategory .block_head_center .block-title .tab-title > span,
.wap-slidercategory .block_head_center .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.wap-slidercategory .block_head_center .block-title > span > span:before,
.wap-slidercategory .block_head_center .block-title > span > span:after,
.wap-slidercategory .block_head_center .block-title > span .pdt-nav:before,
.wap-slidercategory .block_head_center .block-title > span .pdt-nav:after,
.wap-slidercategory .block_head_center .block-title .tab-title > span:before,
.wap-slidercategory .block_head_center .block-title .tab-title > span:after,
.wap-slidercategory .block_head_center .block-title .tab-title .pdt-nav:before,
.wap-slidercategory .block_head_center .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #fff;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
.wap-slidercategory .block_head_center .block-title > span > span:before,
.wap-slidercategory .block_head_center .block-title > span .pdt-nav:before,
.wap-slidercategory .block_head_center .block-title .tab-title > span:before,
.wap-slidercategory .block_head_center .block-title .tab-title .pdt-nav:before {
  right: 104%;
}
.wap-slidercategory .block_head_center .block-title > span > span:after,
.wap-slidercategory .block_head_center .block-title > span .pdt-nav:after,
.wap-slidercategory .block_head_center .block-title .tab-title > span:after,
.wap-slidercategory .block_head_center .block-title .tab-title .pdt-nav:after {
  left: 104%;
}
.wap-slidercategory .block_head_center .block-title span span {
  font-size: 24px;
}
.wap-slidercategory .category-slider .item {
  text-align: center;
  margin: 40px 16px 30px;
}
.wap-slidercategory .category-slider .item a.image {
  display: block;
  overflow: hidden;
  position: relative;
}
.wap-slidercategory .category-slider .item a.image i {
  color: #fff;
  display: block;
  font-size: 30px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
  -moz-transition: all 0.4s ease 0.3s;
  -ms-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  z-index: 2;
}
.wap-slidercategory .category-slider .item a.image i:hover {
  -webkit-animation: 2s linear 1s normal none infinite running spinAround;
  animation: 2s linear 1s normal none infinite running spinAround;
  -moz-animation: 2s linear 1s normal none infinite running spinAround;
}
.wap-slidercategory .category-slider .item a.image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: all 0.2s ease-out 0.3s;
  transition: all 0.2s ease-out 0.3s;
  -moz-transition: all 0.2s ease-out 0.3s;
  -ms-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
}
.wap-slidercategory .category-slider .item a.image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  -webkit-transition: all 0.2s ease-out 0.3s;
  transition: all 0.2s ease-out 0.3s;
  -moz-transition: all 0.2s ease-out 0.3s;
  -ms-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
}
.wap-slidercategory .category-slider .item .title {
  background: rgba(255,255,255,0.3);
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  padding: 15px 0;
}
.wap-slidercategory .category-slider .item:hover a.image:before {
  right: 50%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.wap-slidercategory .category-slider .item:hover a.image:after {
  left: 50%;
  background-color: #000;
  opacity: 0.3;
}
.wap-slidercategory .category-slider .item:hover a.image i {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  opacity: 1;
}
.wap-slidercategory .owl-pagination .owl-page.active {
  background: #b49400 !important;
  border: 2px solid #fff !important;
}
.banner-top a {
  margin-bottom: 30px;
}
.mrb25 {
  margin-bottom: 25px;
}
.banner2-bottom {
  margin-bottom: 70px;
  background: #f2f2f2;
}
.banner2-bottom .container {
  padding: 3% 0 4%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}
.banner2-bottom .container .banner-left {
  display: block;
}
.banner2-bottom .container .banner-left > img {
  display: block;
  position: absolute;
  right: 10%;
  top: -95px;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
}
.banner2-bottom .container .banner-right {
  text-align: center;
}
.banner2-bottom .container .banner-right h2 {
  font-size: 44px;
  font-weight: bold;
  color: #494949;
  display: block;
  font-family: arial;
}
.banner2-bottom .container .banner-right span {
  color: #b49400;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
}
.banner2-bottom .container .banner-right a {
  color: #636363;
  font-size: 13px;
  padding: 8px 30px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 25px;
  text-transform: uppercase;
}
.banner2-bottom .container .banner-right a:hover {
  color: #fff;
  background: #b49400;
  border: 1px solid #b49400;
}
.banner2-bottom .container:hover img {
  right: 30%;
}
.policy_shop {
  border-top: 1px solid #e4e4e4;
  padding: 30px 0;
}
.policy_shop .policy {
  overflow: hidden;
  position: relative;
  transition: all 300ms linear 0s;
  text-align: center;
}
.policy_shop .policy .fa {
  font-size: 30px;
  transition: all 400ms linear 0s;
  width: 75px;
  height: 75px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  margin-bottom: 15px;
}
.policy_shop .policy .fa:before {
  height: 100%;
  left: 0;
  line-height: 75px;
  position: absolute;
  top: 0;
  width: 100%;
  color: #b49400;
}
.policy_shop .policy .ca-content .ca-main {
  font-size: 18px;
  color: #535353;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.policy_shop .policy .ca-content span {
  color: #6e6e6e;
  font-size: 13px;
}
.policy_shop .policy:hover .fa {
  background: #b49400;
  border: 1px solid #b49400;
}
.policy_shop .policy:hover .fa:before {
  color: #fff;
  -webkit-animation: moveFromBottom 300ms ease;
  animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
}
.policy_shop .policy:hover .ca-main {
  color: #b49400;
  -webkit-animation: smallToBig 300ms ease;
  animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
}
.owl-pagination {
  position: relative;
  bottom: -5px;
  text-align: center;
  vertical-align: middle;
}
.owl-pagination .owl-page {
  background: #e4e4e4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 2px 4px;
}
.owl-pagination .owl-page.active {
  margin: 0 4px;
  border: 2px solid #b49400;
  background: transparent;
  width: 16px;
  height: 16px;
}
#sns_footer_top {
  background: #414141;
  padding: 54px 0 40px;
}
#sns_footer_top a {
  text-decoration: none;
  color: #cdcdcd;
}
#sns_footer_top a:hover {
  color: #b49400;
  padding-left: 5px;
}
#sns_footer_top .footer-subscribe {
  padding-right: 5px;
  padding-left: 5px;
}
#sns_footer_top .footer-social {
  display: none;
}
#sns_footer_top p {
  color: #cdcdcd;
}
#sns_footer_top h6 {
  margin-bottom: 15px;
  font-size: 130%;
  color: #fff;
}
#sns_footer_top h3 {
  margin-bottom: 15px;
}
#sns_footer_top .column {
  margin-bottom: 20px;
  max-height: 200px;
  overflow: hidden;
}
#sns_footer_top .column.column2 {
  border-left: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
  padding-left: 30px;
  padding-right: 30px;
}
#sns_footer_top .column.column1 {
  padding-right: 30px;
}
#sns_footer_top .column.column3 {
  text-align: center;
  padding-left: 30px;
}
#sns_footer_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_footer_top ul li {
  padding: 3px 0;
}
#sns_footer_top .fa-ul {
  padding-left: 20px;
}
#sns_footer_top .fa-ul li .fa-li {
  margin-top: 3px;
  font-size: 120%;
}
#sns_footer_top .sns-social {
  margin-bottom: 30px;
}
#sns_footer_top .sns-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e1e1e1;
  font-size: 120%;
}
#sns_footer_top .sns-social ul a {
  color: #e1e1e1;
}
#sns_footer_top .sns-social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin-right: 5px;
  overflow: hidden;
}
#sns_footer_top .sns-social ul li .fa {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  width: 32px;
  height: 32px;
  border: 1px solid #9d9d9d;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0px;
}
#sns_footer_top .sns-social ul li .fa:before {
  display: block;
}
#sns_footer_top .sns-social ul li .fa:hover {
  color: #ffffff;
  border: 1px solid #b49400;
  background: #b49400;
  padding: 0px;
}
#sns_footer_top .sns-social ul li .fa:hover:before {
  -webkit-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  -moz-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
}
#sns_footer_top .container_in {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#sns_footer_top .container_in > .row > [class*="col-"] {
  padding-bottom: 20px;
}
#sns_footer_top .block-subscribe {
  vertical-align: middle;
}
#sns_footer_top .block-subscribe .input-box {
  position: relative;
}
#sns_footer_top .block-subscribe .input-box input {
  width: 100%;
  background: #626262;
  border: none;
  padding: 8px 10px;
  height: 35px;
  border-radius: 25px;
  color: #bbbbbb;
  font-size: 100%;
}
#sns_footer_top .block-subscribe .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  height: 100%;
  border-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #b49400;
}
#sns_footer_top .block-subscribe .input-box button:hover {
  background: #e7be00;
  color: #ffffff;
}
#sns_footer_bottom {
  background: #ffffff;
  padding: 16px 0;
  color: #626262;
}
#sns_footer_bottom a {
  color: #b49400;
}
#sns_footer_bottom a:hover {
  color: #e7be00;
}
#sns_footer_bottom .sns-copyright {
  line-height: 50px;
  margin: 0;
}
#sns_footer_bottom .payment {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 50px;
  padding: 0px;
  text-align: right;
}
#sns_footer_bottom .payment li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
#sns_footer_bottom .payment li a {
  font-size: 25px;
  color: #fff;
}
#sns_footer_bottom .payment li a:hover {
  color: #b49400;
}
#sns_footer_map {
  position: relative;
}
#sns_footer_map .btn_gmap {
  background: #b49400;
  display: block;
  font-size: 100%;
  left: 50%;
  margin-left: -80px;
  padding: 8px 20px 8px 15px;
  position: absolute;
  text-transform: uppercase;
  top: -15px;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
#sns_footer_map .btn_gmap:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #b49400 transparent transparent transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_footer_map .btn_gmap:before {
  content: '\f124';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
  z-index: 2;
}
#sns_footer_map .btn_gmap:hover {
  background: #e7be00;
}
body#bd.dark {
  color: #bbbbbb;
}
body#bd.dark a {
  color: #bbbbbb;
}
body#bd.dark h1,
body#bd.dark h2,
body#bd.dark h3,
body#bd.dark h4,
body#bd.dark h5,
body#bd.dark h6,
body#bd.dark em,
body#bd.dark p.required,
body#bd.dark label {
  color: #e4e4e4;
}
body#bd.dark a:hover {
  color: #fff !important;
}
body#bd.dark .cms-index-index #sns_header.style2 #sns_menu,
body#bd.dark .cms-index-index #sns_header.style2 #sns_slideshow {
  background: none !important;
}
body#bd.dark #sns_content td,
body#bd.dark #sns_content th,
body#bd.dark #sns_content textarea,
body#bd.dark #sns_content input,
body#bd.dark #sns_content select,
body#bd.dark #sns_content #checkoutSteps li .step,
body#bd.dark #sns_content .data-table,
body#bd.dark #sns_content .cart .discount,
body#bd.dark #sns_content .cart .shipping,
body#bd.dark #sns_content .my-account,
body#bd.dark .fancybox-skin td,
body#bd.dark .fancybox-skin th,
body#bd.dark .fancybox-skin textarea,
body#bd.dark .fancybox-skin input,
body#bd.dark .fancybox-skin select,
body#bd.dark .fancybox-skin #checkoutSteps li .step,
body#bd.dark .fancybox-skin .data-table,
body#bd.dark .fancybox-skin .cart .discount,
body#bd.dark .fancybox-skin .cart .shipping,
body#bd.dark .fancybox-skin .my-account,
body#bd.dark #sns_ajaxwrap td,
body#bd.dark #sns_ajaxwrap th,
body#bd.dark #sns_ajaxwrap textarea,
body#bd.dark #sns_ajaxwrap input,
body#bd.dark #sns_ajaxwrap select,
body#bd.dark #sns_ajaxwrap #checkoutSteps li .step,
body#bd.dark #sns_ajaxwrap .data-table,
body#bd.dark #sns_ajaxwrap .cart .discount,
body#bd.dark #sns_ajaxwrap .cart .shipping,
body#bd.dark #sns_ajaxwrap .my-account {
  background: #2a2a2a;
  border-color: #676767;
  color: #b5b5b5;
}
body#bd.dark #sns_content #checkoutSteps li .step-title,
body#bd.dark #sns_content #confirmbox,
body#bd.dark .fancybox-skin #checkoutSteps li .step-title,
body#bd.dark .fancybox-skin #confirmbox,
body#bd.dark #sns_ajaxwrap #checkoutSteps li .step-title,
body#bd.dark #sns_ajaxwrap #confirmbox {
  background: #232323;
}
body#bd.dark #sns_content .block.block-progress dl > div,
body#bd.dark #sns_content .block.block-progress dl > dt,
body#bd.dark #sns_content .my-account .box .box-title,
body#bd.dark .fancybox-skin .block.block-progress dl > div,
body#bd.dark .fancybox-skin .block.block-progress dl > dt,
body#bd.dark .fancybox-skin .my-account .box .box-title,
body#bd.dark #sns_ajaxwrap .block.block-progress dl > div,
body#bd.dark #sns_ajaxwrap .block.block-progress dl > dt,
body#bd.dark #sns_ajaxwrap .my-account .box .box-title {
  border-color: #676767;
}
body#bd.dark #sns_content #confirmbox input,
body#bd.dark #sns_content #confirmbox button,
body#bd.dark #sns_content #confirmbox .qty-container,
body#bd.dark #sns_content #confirmbox #btn_cfaction,
body#bd.dark .fancybox-skin #confirmbox input,
body#bd.dark .fancybox-skin #confirmbox button,
body#bd.dark .fancybox-skin #confirmbox .qty-container,
body#bd.dark .fancybox-skin #confirmbox #btn_cfaction,
body#bd.dark #sns_ajaxwrap #confirmbox input,
body#bd.dark #sns_ajaxwrap #confirmbox button,
body#bd.dark #sns_ajaxwrap #confirmbox .qty-container,
body#bd.dark #sns_ajaxwrap #confirmbox #btn_cfaction {
  border-color: #676767 !important;
}
body#bd.dark #sns_content #confirmbox .head-cfbox  span,
body#bd.dark .fancybox-skin #confirmbox .head-cfbox  span,
body#bd.dark #sns_ajaxwrap #confirmbox .head-cfbox  span {
  color: #bbb;
}
body#bd.dark .fancybox-skin {
  background: #2a2a2a;
  border: 1px solid #676767;
}
body#bd.dark #sns_cpanel a,
body#bd.dark #sns_cpanel label,
body#bd.dark #sns_cpanel h1,
body#bd.dark #sns_cpanel h2,
body#bd.dark #sns_cpanel h3,
body#bd.dark #sns_cpanel h4,
body#bd.dark #sns_cpanel h5,
body#bd.dark #sns_cpanel h6,
body#bd.dark #sns_cpanel li,
body#bd.dark #sns_testlist a,
body#bd.dark #sns_testlist label,
body#bd.dark #sns_testlist h1,
body#bd.dark #sns_testlist h2,
body#bd.dark #sns_testlist h3,
body#bd.dark #sns_testlist h4,
body#bd.dark #sns_testlist h5,
body#bd.dark #sns_testlist h6,
body#bd.dark #sns_testlist li {
  color: #333 !important;
}
body#bd.dark #sns_cpanel a:hover,
body#bd.dark #sns_cpanel label:hover,
body#bd.dark #sns_cpanel h1:hover,
body#bd.dark #sns_cpanel h2:hover,
body#bd.dark #sns_cpanel h3:hover,
body#bd.dark #sns_cpanel h4:hover,
body#bd.dark #sns_cpanel h5:hover,
body#bd.dark #sns_cpanel h6:hover,
body#bd.dark #sns_cpanel li:hover,
body#bd.dark #sns_testlist a:hover,
body#bd.dark #sns_testlist label:hover,
body#bd.dark #sns_testlist h1:hover,
body#bd.dark #sns_testlist h2:hover,
body#bd.dark #sns_testlist h3:hover,
body#bd.dark #sns_testlist h4:hover,
body#bd.dark #sns_testlist h5:hover,
body#bd.dark #sns_testlist h6:hover,
body#bd.dark #sns_testlist li:hover {
  color: #b49400 !important;
}
body#bd.dark #sns_breadcrumbs {
  background: #343434;
  border-color: #3f3f3f;
}
body#bd.dark #sns_breadcrumbs a {
  color: #bbb;
}
body#bd.dark #sns_breadcrumbs a:hover,
body#bd.dark #sns_breadcrumbs span {
  color: #fff;
}
body#bd.dark #sns-header-top {
  background: #3f3f3f;
}
body#bd.dark #sns-header-top #search_mini_form input {
  background: #232323;
  color: #ccc;
  border: none;
}
body#bd.dark #sns-header-top #search_mini_form button:before {
  color: #fff;
}
body#bd.dark #sns-header-top .header-tools .myaccount .fa,
body#bd.dark #sns-header-top .header-tools .mysetting .fa,
body#bd.dark #sns-header-top .header-tools .mycart .fa {
  color: #c2c2c2;
}
body#bd.dark #sns-header-top .header-tools .myaccount:hover .fa,
body#bd.dark #sns-header-top .header-tools .mysetting:hover .fa,
body#bd.dark #sns-header-top .header-tools .mycart:hover .fa {
  color: #fff !important;
}
body#bd.dark #sns-header-top .header-tools .content {
  background: #2a2a2a;
  border: 1px solid #676767;
}
body#bd.dark #sns-header-top .header-tools .content a {
  color: #a0a0a0;
}
body#bd.dark #sns-header-top .header-tools .content .button {
  border-color: #444444;
  color: #b5b5b5;
}
body#bd.dark #sns-header-top .header-tools .content .button:hover {
  color: #fff;
}
body#bd.dark #sns-header-top .header-tools .content > span,
body#bd.dark #sns-header-top .header-tools .content .list-lang  span.current,
body#bd.dark #sns-header-top .header-tools .content #select-currency li span {
  color: #fff;
}
body#bd.dark #sns-header-top .header-tools .mycart {
  border-color: #505050 !important;
}
body#bd.dark #sns-header-top .header-tools .mycart .number-item {
  background: #fff;
  color: #3c3c3c;
}
body#bd.dark #sns-header-top .header-tools .mycart:hover .number-item {
  background: #898989;
  color: #fff;
}
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner {
  color: #bbbbbb;
}
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .minicart-products-list .item,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .block-subtitle,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .product-image {
  border-color: #444444;
}
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .minicart-products-list .item .btn-remove:before,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .minicart-products-list .item .btn-edit:before,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .block-subtitle .btn-remove:before,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .block-subtitle .btn-edit:before,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .product-image .btn-remove:before,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .product-image .btn-edit:before {
  color: #bbbbbb;
}
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .minicart-products-list .item .btn-remove:before:hover,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .minicart-products-list .item .btn-edit:before:hover,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .block-subtitle .btn-remove:before:hover,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .block-subtitle .btn-edit:before:hover,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .product-image .btn-remove:before:hover,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .product-image .btn-edit:before:hover {
  color: #b49400;
}
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .total-price,
body#bd.dark #sns-header-top .header-tools .mycart .block-content.content .block-inner .label {
  color: #dedede;
}
body#bd.dark [u="arrowleft"],
body#bd.dark [u="arrowright"] {
  background: rgba(255,255,255,0.7) !important;
}
body#bd.dark [u="arrowleft"]:hover,
body#bd.dark [u="arrowright"]:hover {
  background: rgba(0,0,0,0.5) !important;
}
body#bd.dark .block.sns-deals .owl-wrapper-outer .item .item-inner {
  border: 1px solid #505050 !important;
}
body#bd.dark .block.sns-deals .owl-wrapper-outer .item .item-inner .item-img {
  border: 0px !important;
  border-bottom: 1px solid #505050 !important;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav {
  color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav:before {
  right: 116%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav:after {
  left: 116%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:before {
  right: 116%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:after {
  left: 116%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #cacaca;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:before,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:before {
  right: 98%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:after,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:after {
  left: 98%;
}
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived  span,
body#bd.dark .sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover span {
  color: #FFF;
}
body#bd.dark .sns-producttabs .sns-pdt-content .pdt-loadmore .btn-loadmore:after,
body#bd.dark .sns-producttabs .sns-pdt-content .pdt-loadmore .btn-loadmore:before,
body#bd.dark .sns-producttabs .sns-pdt-content .pdt-loadmore:after,
body#bd.dark .sns-producttabs .sns-pdt-content .pdt-loadmore:before {
  background: #8b8b8b !important;
}
body#bd.dark .sns-producttabs .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore,
body#bd.dark .sns-producttabs .sns-pdt-content .pdt-loadmore .loadmore {
  border-color: #8b8b8b !important;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav {
  color: #e4e4e4 !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0px !important;
  text-transform: uppercase !important;
  position: relative !important;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:before {
  right: 104%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:after {
  left: 104%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:before {
  right: 104%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:after {
  left: 104%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #cacaca;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:before,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:before {
  right: 100%;
}
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:after,
body#bd.dark .sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:after {
  left: 100%;
}
body#bd.dark .wap-slidercategory .item .title {
  color: #fff;
}
body#bd.dark .wap-slidercategory .owl-pagination .owl-page {
  background: #fff !important;
}
body#bd.dark .wap-slidercategory .owl-pagination .owl-page.active {
  background: none !important;
}
body#bd.dark .owl-page {
  background: #b49400;
}
body#bd.dark .owl-page.active {
  border: 2px solid #fff !important;
  background: none !important;
}
body#bd.dark #sns_partners  .block-title {
  color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
body#bd.dark #sns_partners  .block-title:before,
body#bd.dark #sns_partners  .block-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
body#bd.dark #sns_partners  .block-title:before {
  right: 126%;
}
body#bd.dark #sns_partners  .block-title:after {
  left: 126%;
}
body#bd.dark #sns_partners  .block-title > span,
body#bd.dark #sns_partners  .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body#bd.dark #sns_partners  .block-title > span:before,
body#bd.dark #sns_partners  .block-title > span:after,
body#bd.dark #sns_partners  .block-title .tab-title:before,
body#bd.dark #sns_partners  .block-title .tab-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
body#bd.dark #sns_partners  .block-title > span:before,
body#bd.dark #sns_partners  .block-title .tab-title:before {
  right: 126%;
}
body#bd.dark #sns_partners  .block-title > span:after,
body#bd.dark #sns_partners  .block-title .tab-title:after {
  left: 126%;
}
body#bd.dark #sns_partners  .block-title > span > span,
body#bd.dark #sns_partners  .block-title > span .pdt-nav,
body#bd.dark #sns_partners  .block-title .tab-title > span,
body#bd.dark #sns_partners  .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
body#bd.dark #sns_partners  .block-title > span > span:before,
body#bd.dark #sns_partners  .block-title > span > span:after,
body#bd.dark #sns_partners  .block-title > span .pdt-nav:before,
body#bd.dark #sns_partners  .block-title > span .pdt-nav:after,
body#bd.dark #sns_partners  .block-title .tab-title > span:before,
body#bd.dark #sns_partners  .block-title .tab-title > span:after,
body#bd.dark #sns_partners  .block-title .tab-title .pdt-nav:before,
body#bd.dark #sns_partners  .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #cacaca;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
body#bd.dark #sns_partners  .block-title > span > span:before,
body#bd.dark #sns_partners  .block-title > span .pdt-nav:before,
body#bd.dark #sns_partners  .block-title .tab-title > span:before,
body#bd.dark #sns_partners  .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
body#bd.dark #sns_partners  .block-title > span > span:after,
body#bd.dark #sns_partners  .block-title > span .pdt-nav:after,
body#bd.dark #sns_partners  .block-title .tab-title > span:after,
body#bd.dark #sns_partners  .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
body#bd.dark .policy_shop {
  border-color: #3f3f3f;
}
body#bd.dark .policy_shop .policy .fa {
  border: 1px solid #5b5b5b;
  background: #2a2a2a;
}
body#bd.dark .policy_shop .policy .ca-content .ca-main {
  color: #e4e4e4;
}
body#bd.dark .policy_shop .policy .ca-content span {
  color: #aaaaaa;
}
body#bd.dark .policy_shop .policy:hover .fa {
  background: #b49400;
  border-color: #b49400;
}
body#bd.dark .policy_shop .policy:hover .ca-main {
  color: #fff;
}
body#bd.dark .block-wishlist .actions  a {
  border-color: #676767;
}
body#bd.dark #sns_footer_top {
  background: #343434;
  border: 1px solid #3f3f3f;
}
body#bd.dark #sns_footer_top .footer-social {
  display: none;
}
body#bd.dark #sns_footer_top a,
body#bd.dark #sns_footer_top p {
  color: #a5a5a5;
}
body#bd.dark #sns_footer_top .sns-social ul li .fa:hover {
  background: #232323;
  border: 1px solid #232323;
}
body#bd.dark #sns_footer_top .block-subscribe .input-box input {
  background: #232323;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
body#bd.dark #sns_footer_top .block-subscribe .input-box input:focus {
  border: 1px solid #5f5f5f;
}
body#bd.dark #sns_footer_top .block-subscribe .input-box button {
  background: #5f5f5f;
}
body#bd.dark #sns_footer_top .column.column2 {
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
}
body#bd.dark #sns_footer_bottom {
  background: #232323;
  color: #828282;
}
body#bd.dark #sns_footer_bottom a {
  color: #fff;
}
body#bd.dark #sns_footer_bottom img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
body#bd.dark #sns_footer_bottom ul.payment li img:hover {
  filter: none;
}
body#bd.dark .blogs-page .page-title .block-title {
  color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
body#bd.dark .blogs-page .page-title .block-title:before,
body#bd.dark .blogs-page .page-title .block-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
body#bd.dark .blogs-page .page-title .block-title:before {
  right: 126%;
}
body#bd.dark .blogs-page .page-title .block-title:after {
  left: 126%;
}
body#bd.dark .blogs-page .page-title .block-title > span,
body#bd.dark .blogs-page .page-title .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body#bd.dark .blogs-page .page-title .block-title > span:before,
body#bd.dark .blogs-page .page-title .block-title > span:after,
body#bd.dark .blogs-page .page-title .block-title .tab-title:before,
body#bd.dark .blogs-page .page-title .block-title .tab-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
body#bd.dark .blogs-page .page-title .block-title > span:before,
body#bd.dark .blogs-page .page-title .block-title .tab-title:before {
  right: 126%;
}
body#bd.dark .blogs-page .page-title .block-title > span:after,
body#bd.dark .blogs-page .page-title .block-title .tab-title:after {
  left: 126%;
}
body#bd.dark .blogs-page .page-title .block-title > span > span,
body#bd.dark .blogs-page .page-title .block-title > span .pdt-nav,
body#bd.dark .blogs-page .page-title .block-title .tab-title > span,
body#bd.dark .blogs-page .page-title .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
body#bd.dark .blogs-page .page-title .block-title > span > span:before,
body#bd.dark .blogs-page .page-title .block-title > span > span:after,
body#bd.dark .blogs-page .page-title .block-title > span .pdt-nav:before,
body#bd.dark .blogs-page .page-title .block-title > span .pdt-nav:after,
body#bd.dark .blogs-page .page-title .block-title .tab-title > span:before,
body#bd.dark .blogs-page .page-title .block-title .tab-title > span:after,
body#bd.dark .blogs-page .page-title .block-title .tab-title .pdt-nav:before,
body#bd.dark .blogs-page .page-title .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #cacaca;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
body#bd.dark .blogs-page .page-title .block-title > span > span:before,
body#bd.dark .blogs-page .page-title .block-title > span .pdt-nav:before,
body#bd.dark .blogs-page .page-title .block-title .tab-title > span:before,
body#bd.dark .blogs-page .page-title .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
body#bd.dark .blogs-page .page-title .block-title > span > span:after,
body#bd.dark .blogs-page .page-title .block-title > span .pdt-nav:after,
body#bd.dark .blogs-page .page-title .block-title .tab-title > span:after,
body#bd.dark .blogs-page .page-title .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
body#bd.dark .block-latest-list .item-post .post-title .date,
body#bd.dark .postDetails {
  color: #bbb;
}
body#bd.dark .menu-tags ul li,
body#bd.dark .cmt-heading h2 {
  border-color: #b49400;
}
body#bd.dark .commentWrapper {
  background: #b49400;
}
body#bd.dark .blog-toolbar .toolbar {
  border: none;
}
body#bd.dark .btn-remove:hover,
body#bd.dark .btn-edit:hover {
  color: #fff;
}
body#bd.dark .block.block-account ul li.current strong,
body#bd.dark .block.block-account ul li:before {
  color: #fff;
}
body#bd.dark #shopping-cart-table .link-wishlist {
  background: none;
  border: none;
}
body#bd.dark .block.block-layered-nav .currently .block-subtitle {
  color: #bbb;
}
body#bd.dark .block.block-layered-nav .actions {
  border-color: #676767;
}
body#bd.dark .col2-set .content,
body#bd.dark .fieldset,
body#bd.dark .sns-product-detail  .product-image-zoom,
body#bd.dark a.elevatezoom-gallery,
body#bd.dark .zoomWindow {
  border-color: #676767 !important;
}
.fancybox-skin .col-md-3 {
  display: none !important;
}
.fancybox-skin .product-essential.col-md-9 {
  width: 100% !important;
}
.footer-social {
  display: none;
}
.category-title {
  text-align: center;
}
.category-title  h1 {
  color: #202020;
  font-size: 30px !important;
  font-weight: normal;
  letter-spacing: 6px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 28px;
  text-transform: uppercase;
}
.category-image {
  margin-bottom: 0px;
  text-align: center;
}
.img-thumcategory {
  margin-bottom: 30px;
}
.products-grid .item {
  margin-top: 30px;
}
.products-grid .item .item-inner {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
  z-index: 0;
}
.products-grid .item .item-inner:hover .item-img .wrap-quickview {
  transform: scale(1,1);
}
.products-grid .item .item-inner:hover .actions .link-wishlist,
.products-grid .item .item-inner:hover .actions .link-compare {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .item .item-inner:hover .actions .link-wishlist {
  left: 50%;
  margin-left: -102px;
}
.products-grid .item .item-inner:hover .actions .link-compare {
  right: 50%;
  margin-right: -102px;
}
.products-grid .item .item-inner:hover .countdown {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: -4% 27.7%;
}
.products-grid .item .item-inner .prd {
  position: relative;
}
.products-grid .item .item-inner .item-content {
  min-height: 24px;
}
.products-grid .item .item-inner .info-inner {
  position: relative;
}
.products-grid .item .item-inner .ratings {
  font-size: 12px;
  margin: 0;
}
.products-grid .item .item-inner .ratings .rating-links {
  display: none;
}
.products-grid .item .item-inner .no-rating {
  font-size: 12px;
  margin: 0;
}
.products-grid .item .item-inner .no-rating a {
  display: none;
}
.products-grid .item .item-inner .no-rating:before {
  content: '\f005\f005\f005\f005\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 2px;
  color: #dfdfdf;
}
.products-grid .item .item-inner .more-buttons .button,
.products-grid .item .item-inner .more-buttons button {
  padding: 8px 15px;
}
.products-grid .item .item-inner .item-img {
  position: relative;
  margin-bottom: 10px;
  z-index: 0;
  border: 1px solid #ececec;
}
.products-grid .item .item-inner .item-img.have-additional .img-main {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-main {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-main {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-main {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.eimg-transform-origin .products-grid .item .item-inner .item-img.have-additional .img-main {
  position: relative;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: default !important;
}
.products-grid .item .item-inner .item-img.have-additional .img-additional {
  text-align: center;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-additional {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-additional {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-additional {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-additional {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.eimg-transform-origin .products-grid .item .item-inner .item-img.have-additional .img-additional {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0;
  left: 0;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
body.eimg-transform-origin .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: default !important;
}
.products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  z-index: 1;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.eimg-transform-origin .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: default !important;
  -webkit-transform: scale(0.0);
  -moz-transform: scale(0.0);
  -o-transform: scale(0.0);
  transform: scale(0.0);
  transform-origin: -4% 27.7%;
  -ms-transform-origin: -4% 27.7%;
  -webkit-transform-origin: -4% 27.7%;
}
.products-grid .item .item-inner .item-img > a {
  position: relative;
  z-index: 0;
}
.products-grid .item .item-inner .item-img .countdown {
  margin-bottom: 20px;
  position: absolute;
  top: 10px;
  left: -5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.products-grid .item .item-inner .item-img .countdown .countdown-row .countdown-section {
  display: block;
  padding: 15% 0px;
  text-align: center;
  width: 50px;
  height: auto;
  background: #4c4c4c;
  margin-bottom: 8px;
  line-height: 15px;
  position: relative;
}
.products-grid .item .item-inner .item-img .countdown .countdown-row .countdown-section:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 6px;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.products-grid .item .item-inner .item-img .countdown .countdown-row .countdown-section + .countdown-section {
  background: #595959;
}
.products-grid .item .item-inner .item-img .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section {
  background: #7f7f7f;
}
.products-grid .item .item-inner .item-img .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section + .countdown-section {
  background: #999999;
}
.products-grid .item .item-inner .item-img .countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
}
.products-grid .item .item-inner .item-img .zoomWrapper img {
  left: 0;
}
.products-grid .item .item-inner .item-img .zoomWrapper .zoomContainer {
  left: 0 !important;
  top: 0 !important;
}
.products-grid .item .item-inner .item-img .product-image {
  display: block;
  overflow: hidden;
  text-align: center;
}
.products-grid .item .item-inner .wrap-quickview {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  top: 38%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  line-height: 55px;
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  z-index: 2;
}
.products-grid .item .item-inner .wrap-quickview a {
  color: #3d3d3d;
  width: 60px;
  height: 60px;
  display: block;
}
.products-grid .item .item-inner .wrap-quickview:hover {
  background: rgba(0,0,0,0.6);
}
.products-grid .item .item-inner .wrap-quickview:hover a {
  color: #fff;
}
.products-grid .item .item-inner .wrap-quickview .quickview-wrap .sns-btn-quickview {
  position: relative;
}
.products-grid .item .item-inner .wrap-quickview .quickview-wrap .sns-btn-quickview span {
  display: none;
}
.products-grid .item .item-inner .wrap-quickview .quickview-wrap .sns-btn-quickview:before {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.products-grid .item .item-inner .item-info {
  padding: 10px 0;
  overflow: hidden;
}
.products-grid .item .item-inner .item-info .item-title {
  padding: 5px 0;
  position: relative;
  max-height: 28px;
  overflow: hidden;
  font-size: 15px;
}
.products-grid .item .item-inner .item-info .item-title a {
  color: #5f5f5f;
}
.products-grid .item .item-inner .item-info .item-title a:hover {
  color: #b49400;
}
.products-grid .item .item-inner .item-info .item-price {
  padding-bottom: 10px;
}
.products-grid .item .item-inner .item-info .item-price > * {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .item .item-inner .actions .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-grid .item .item-inner .actions .link-wishlist,
.products-grid .item .item-inner .actions .link-compare {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  z-index: 1;
  position: absolute;
  transition: all 0.2s ease-out 0.2s;
  opacity: 0;
}
.products-grid .item .item-inner .actions .link-wishlist:hover,
.products-grid .item .item-inner .actions .link-compare:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
.products-grid .item .item-inner .actions .link-wishlist:hover:before,
.products-grid .item .item-inner .actions .link-compare:hover:before {
  -webkit-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  -moz-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
}
.products-grid .item .item-inner .actions .link-wishlist {
  left: -20%;
}
.products-grid .item .item-inner .actions .link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.products-grid .item .item-inner .actions .link-compare {
  right: -20%;
}
.products-grid .item .item-inner .actions .link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.products-grid .item .item-inner .action-bot {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart {
  background: #fff;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 32px;
  margin-top: 0px;
  color: #4e4e4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart:hover {
  color: #fff;
  background: #b49400;
  border-color: #b49400;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart.out-of-stock {
  border: 2px solid #ddd;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart.out-of-stock span {
  display: none;
}
.products-grid .item .item-inner .ico-product {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 52px;
  z-index: 4;
  color: #fff;
}
.products-grid .item .item-inner .ico-product .ico-new,
.products-grid .item .item-inner .ico-product .ico-sale {
  padding: 7px 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  width: 52px;
}
.products-grid .item .item-inner .ico-product .ico-new {
  background: #e7be00;
}
.products-grid .item .item-inner .ico-product .ico-new:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0;
}
.products-grid .item .item-inner .ico-product .ico-sale {
  background: #b49400;
  margin-bottom: 10px;
}
.products-grid .item .item-inner .ico-product .ico-sale:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0;
}
.products-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-list > li.item {
  margin-top: 30px;
  border: 1px solid #ececec;
}
.products-list > li.item:before,
.products-list > li.item:after {
  content: " ";
  display: table;
}
.products-list > li.item:after {
  clear: both;
}
.products-list > li.item .item-title {
  margin-bottom: 8px;
  padding-top: 20px;
}
.products-list > li.item .item-title a {
  font-size: 130%;
  color: #5f5f5f;
}
.products-list > li.item .rating-block {
  margin-bottom: 8px;
  color: #898989;
  font-size: 12px;
}
.products-list > li.item .item-price {
  margin-bottom: 10px;
}
.products-list > li.item .desc {
  margin-bottom: 15px;
  color: #6b6b6b;
}
.products-list > li.item .col-left {
  position: relative;
}
.products-list > li.item .col-left .item-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 0;
  position: relative;
  border: 0px;
  border-right: 1px solid #ececec;
}
.products-list > li.item .col-left .item-img .ico-product {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 52px;
  z-index: 4;
  color: #fff;
}
.products-list > li.item .col-left .item-img .ico-product .ico-new,
.products-list > li.item .col-left .item-img .ico-product .ico-sale {
  padding: 7px 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  width: 52px;
}
.products-list > li.item .col-left .item-img .ico-product .ico-new {
  background: #e7be00;
}
.products-list > li.item .col-left .item-img .ico-product .ico-new:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0;
}
.products-list > li.item .col-left .item-img .ico-product .ico-sale {
  background: #b49400;
  margin-bottom: 10px;
}
.products-list > li.item .col-left .item-img .ico-product .ico-sale:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0;
}
.products-list > li.item .col-left .item-img .countdown {
  margin-bottom: 20px;
  position: absolute;
  top: 10px;
  left: -5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.products-list > li.item .col-left .item-img .countdown .countdown-row .countdown-section {
  display: block;
  padding: 15% 0px;
  text-align: center;
  width: 50px;
  height: 45px;
  background: #4c4c4c;
  margin-bottom: 8px;
  line-height: 15px;
  position: relative;
}
.products-list > li.item .col-left .item-img .countdown .countdown-row .countdown-section:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 6px;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.products-list > li.item .col-left .item-img .countdown .countdown-row .countdown-section + .countdown-section {
  background: #595959;
}
.products-list > li.item .col-left .item-img .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section {
  background: #7f7f7f;
}
.products-list > li.item .col-left .item-img .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section + .countdown-section {
  background: #999999;
}
.products-list > li.item .col-left .item-img .countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
}
.products-list > li.item .col-left .item-img.have-additional .img-main {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional .img-main {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional .img-main {
  transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional .img-main {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional .img-main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.eimg-transform-origin .products-list > li.item .col-left .item-img.have-additional .img-main {
  position: relative;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: default !important;
}
.products-list > li.item .col-left .item-img.have-additional .img-additional {
  text-align: center;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional .img-additional {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional .img-additional {
  transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional .img-additional {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional .img-additional {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.eimg-transform-origin .products-list > li.item .col-left .item-img.have-additional .img-additional {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0;
  left: 0;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
  transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
body.eimg-transform-origin .products-list > li.item .col-left .item-img.have-additional:hover .img-main {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: default !important;
}
.products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
  z-index: 1;
}
body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
  transform: none;
}
body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.eimg-transform-origin .products-list > li.item .col-left .item-img.have-additional:hover .img-additional {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: default !important;
  -webkit-transform: scale(0.0);
  -moz-transform: scale(0.0);
  -o-transform: scale(0.0);
  transform: scale(0.0);
  transform-origin: -4% 27.7%;
  -ms-transform-origin: -4% 27.7%;
  -webkit-transform-origin: -4% 27.7%;
}
.products-list > li.item .col-left .item-img .product-image {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.products-list > li.item .col-left .item-img:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.products-list > li.item .col-left .item-img:hover .countdown {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: -4% 27.7%;
}
.products-list > li.item .col-right {
  padding-right: 30px;
}
.products-list > li.item .col-right .item-price .price-box {
  display: inline-block;
  vertical-align: middle;
}
.products-list > li.item .col-right .actions {
  margin-top: 20px;
}
.products-list > li.item .col-right .actions .btn-cart {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 25px;
  font-size: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  color: #4e4e4e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.products-list > li.item .col-right .actions .btn-cart:hover {
  border-color: #b49400;
  background: #b49400;
  color: #fff;
}
.products-list > li.item .col-right .actions .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.products-list > li.item .col-right .actions .add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.products-list > li.item .col-right .actions .link-wishlist,
.products-list > li.item .col-right .actions .link-compare,
.products-list > li.item .col-right .actions .sns-btn-quickview {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  color: #ccc;
  font-size: 14px;
  color: #676767;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 8px;
  line-height: 30px;
  overflow: hidden;
}
.products-list > li.item .col-right .actions .link-wishlist:hover,
.products-list > li.item .col-right .actions .link-compare:hover,
.products-list > li.item .col-right .actions .sns-btn-quickview:hover {
  border-color: #b49400;
  background: #b49400;
  display: block;
  line-height: 30px;
  color: #fff;
}
.products-list > li.item .col-right .actions .link-wishlist:hover:before,
.products-list > li.item .col-right .actions .link-compare:hover:before,
.products-list > li.item .col-right .actions .sns-btn-quickview:hover:before {
  -webkit-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
  -moz-animation: 0.3s ease 0s normal forwards 1 running toBottomFromTop;
}
.products-list > li.item .col-right .actions .link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.products-list > li.item .col-right .actions .link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.products-list > li.item .col-right .actions .quickview-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
.products-list > li.item .col-right .actions .sns-btn-quickview {
  display: inline-block;
  vertical-align: middle;
}
.products-list > li.item .col-right .actions .sns-btn-quickview span {
  display: none;
}
.products-list > li.item .col-right .actions .sns-btn-quickview:before {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.catalog-product-compare-index .add-to-links {
  padding: 0px;
}
.catalog-product-compare-index .product-name {
  margin: 10px 0;
}
body#bd.dark button,
body#bd.dark .link-wishlist,
body#bd.dark .link-compare {
  border: 1px solid #676767;
  background: #2a2a2a;
  color: #b5b5b5 !important;
}
body#bd.dark button:hover,
body#bd.dark .link-wishlist:hover,
body#bd.dark .link-compare:hover {
  color: #fff !important;
  background: #b49400;
  border-color: #b49400;
}
body#bd.dark .products-grid .item .item-inner .item-img {
  border: 1px solid #505050 !important;
}
body#bd.dark .products-grid .item .item-inner .item-title a {
  color: #bbb;
}
body#bd.dark .mini-products-list .item .item-img .product-image {
  border: 1px solid #505050 !important;
}
body#bd.dark .products-list li.item {
  border: 1px solid #505050;
}
body#bd.dark .products-list li.item .item-img {
  border-color: #505050;
}
body#bd.dark .products-list li.item .rating-block,
body#bd.dark .products-list li.item .desc,
body#bd.dark .products-list li.item .item-title a {
  color: #bbb;
}
body#bd.dark .products-list li.item .sns-btn-quickview {
  border: 1px solid #676767;
  background: #2a2a2a;
  color: #b5b5b5;
}
body#bd.dark .products-list li.item .sns-btn-quickview:hover {
  color: #fff !important;
  background: #b49400;
  border-color: #b49400;
}
.imgPinWrap {
  max-width: 100%;
}
.block-custom {
  background: #ededed;
  padding: 20px;
}
.block-custom h3 {
  font-size: 200%;
  font-weight: bold;
  margin: 10px 0;
}
#sns_right .block,
#sns_left .block {
  margin-bottom: 30px;
}
#sns_right .block .block-title,
#sns_left .block .block-title {
  color: #4d4d4d;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  background: none;
  margin-bottom: 0px;
  padding: 0;
  font-weight: bold;
  overflow: hidden;
}
#sns_right .block .block-title span,
#sns_left .block .block-title span {
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#sns_right .block .block-title span:before,
#sns_left .block .block-title span:before {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 100%;
  top: 10px;
  width: 200px;
  margin-left: 25px;
}
#sns_right .block .block-title span:after,
#sns_left .block .block-title span:after {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  line-height: 0px;
  font-size: 10px;
  z-index: 1;
  color: #9e9e9e;
  position: absolute;
  top: 11px;
  left: 100%;
  margin-left: 5px;
}
#sns_right .block .block-title h1,
#sns_right .block .block-title h2,
#sns_right .block .block-title h3,
#sns_right .block .block-title h4,
#sns_left .block .block-title h1,
#sns_left .block .block-title h2,
#sns_left .block .block-title h3,
#sns_left .block .block-title h4 {
  font-size: 100%;
  margin: 0;
}
#sns_right .block .block-content,
#sns_left .block .block-content {
  padding: 15px 0 0;
  border-top: 0px;
}
body#bd.dark #sns_right .block	.block-title,
body#bd.dark #sns_left .block	.block-title {
  color: #e4e4e4;
}
body#bd.dark #sns_right .block	.block-title span,
body#bd.dark #sns_left .block	.block-title span {
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
body#bd.dark #sns_right .block	.block-title span:before,
body#bd.dark #sns_left .block	.block-title span:before {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 100%;
  top: 10px;
  width: 200px;
  margin-left: 25px;
}
body#bd.dark #sns_right .block	.block-title span:after,
body#bd.dark #sns_left .block	.block-title span:after {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  line-height: 0px;
  font-size: 10px;
  z-index: 1;
  color: #cacaca;
  position: absolute;
  top: 11px;
  left: 100%;
  margin-left: 5px;
}
body#bd.dark .block	.block-title {
  color: #fff;
}
body#bd.dark .navslider a i,
body#bd.dark .owl-next,
body#bd.dark .owl-prev {
  border-color: #b49400;
  color: #bbb;
}
body#bd.dark .navslider a i:hover,
body#bd.dark .owl-next:hover,
body#bd.dark .owl-prev:hover {
  color: #fff;
}
.block {
  margin-bottom: 30px;
}
#sns_sticky_right .block,
#sns_sticky_left .block {
  margin: 0;
}
.block .btn-remove {
  position: absolute;
  top: 0px;
  right: 0px;
}
.block .block-title {
  font-size: 140%;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #5c5c5c;
  margin-bottom: 20px;
}
.block .block-title strong {
  font-weight: bold;
}
.block .block-title h1,
.block .block-title h2,
.block .block-title h3,
.block .block-title h4 {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
}
.block .block-title .navslider {
  position: absolute;
  top: -4px;
  right: 0px;
  margin-top: 0;
}
.block .block-title .navslider a {
  display: inline-block;
  vertical-align: middle;
}
.block .block-title .navslider a + a {
  margin-left: 5px;
}
.block .block-title .navslider a i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  font-size: 16px;
  color: #7b7b7b;
  border: 1px solid #efefef;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 50%;
}
.block .block-title .navslider a i:hover {
  background: #b49400;
  border-color: #b49400;
  color: #fff;
}
.block .block-content {
  padding: 10px 0 0;
}
.block.sns-slider .block-title-slider {
  position: relative;
}
.block.sns-slider .block-title-slider h3 {
  margin: 0;
}
.block.sns-slider .block-title-slider p {
  padding: 3px 0 0;
}
.block.sns-slider .block-title-slider .navslider {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -20px;
}
.block.sns-slider .block-title-slider .navslider a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
.block.sns-slider .block-title-slider .navslider a + a {
  margin-left: 5px;
}
.block.sns-slider .block-title-slider .navslider a i {
  font-size: 11px;
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #ccc;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.block.sns-slider .block-title-slider .navslider a i:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
.block.sns-slider .pretext {
  margin: 0;
}
.block.sns-slider .container-slider {
  margin: 0 -15px;
}
.block.sns-slider .container-slider .owl-item {
  position: relative;
  z-index: 0;
}
.block.sns-slider .container-slider .owl-item:not(.active) + .active .item .item-inner .gallery,
.block.sns-slider .container-slider .owl-item.active:first-child .item .item-inner .gallery {
  right: auto;
  left: 100%;
}
.block.sns-slider .container-slider .owl-item:hover {
  z-index: 1;
}
.block.sns-slider.hot-deals .block-title {
  min-height: 55px;
  margin: 0 15px 10px 0;
}
.block.sns-slider.hot-deals .container-slider {
  padding: 0 0 15px;
}
.block.sns-slider.hot-deals .container-slider .item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .product-image {
  -webkit-transform: translate(0,-30px);
  -ms-transform: translate(0,-30px);
  transform: translate(0,-30px);
}
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .gallery {
  opacity: 0.9;
  filter: alpha(opacity=90);
  bottom: 0;
}
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .link-wishlist,
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .link-compare,
.block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .sns-btn-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: -30px;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.block.sns-slider.hot-deals .container-slider .item .item-img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .product-image {
  display: block;
  text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery {
  padding: 3px 25px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .img {
  margin: 0 2px;
  text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .img img {
  cursor: pointer;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-buttons {
  color: #ccc;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-prev {
  left: -15px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-next {
  right: -15px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions {
  position: absolute;
  top: 50%;
  left: 50%;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist,
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare,
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview {
  width: 40px;
  height: 40px;
  display: block;
  background: #333333;
  position: absolute;
  top: -120px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:before,
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:before,
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:before {
  color: #fff;
  font-size: 20px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:hover,
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:hover,
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:hover {
  background: #b49400;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist {
  left: -62px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e030';
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  right: -20px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview span {
  display: none;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\55';
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare {
  right: -62px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2f';
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.block.sns-slider.hot-deals .container-slider .item .item-title a {
  font-size: 130%;
  font-weight: bold;
  text-transform: uppercase;
}
.block.sns-slider.hot-deals .container-slider .item .discount {
  margin-bottom: 20px;
}
.block.sns-slider.hot-deals .container-slider .item .countdown {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .countdown:before,
.block.sns-slider.hot-deals .container-slider .item .countdown:after {
  content: " ";
  display: table;
}
.block.sns-slider.hot-deals .container-slider .item .countdown:after {
  clear: both;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row {
  display: table-row;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:before,
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:after {
  content: " ";
  display: table;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:after {
  clear: both;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section {
  display: table-cell;
  border: 1px solid #eee;
  padding: 5px 0;
  text-align: center;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section + .countdown-section {
  border-left: none;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section .countdown-amount {
  color: #666;
  display: block;
  font-weight: bold;
  font-size: 120%;
}
.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section .countdown-period {
  color: #aaa;
}
.block.sns-slider.hot-deals .container-slider .item .btn-cart {
  padding: 8px 15px;
}
.block.sns-deals {
  margin: 0 -15px;
}
.block.sns-deals .hear-title {
  background: #b49400;
  padding: 10px 15px 15px;
  text-align: center;
  color: #fff;
  margin: 0px 15px;
  overflow: hidden;
}
.block.sns-deals .hear-title .block-title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
.block.sns-deals .hear-title .block-title:before,
.block.sns-deals .hear-title .block-title:after {
  content: '';
  display: block;
  background: #cea900;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
.block.sns-deals .hear-title .block-title:before {
  right: 128%;
}
.block.sns-deals .hear-title .block-title:after {
  left: 128%;
}
.block.sns-deals .hear-title .block-title > span,
.block.sns-deals .hear-title .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.block.sns-deals .hear-title .block-title > span:before,
.block.sns-deals .hear-title .block-title > span:after,
.block.sns-deals .hear-title .block-title .tab-title:before,
.block.sns-deals .hear-title .block-title .tab-title:after {
  content: '';
  display: block;
  background: #cea900;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
.block.sns-deals .hear-title .block-title > span:before,
.block.sns-deals .hear-title .block-title .tab-title:before {
  right: 128%;
}
.block.sns-deals .hear-title .block-title > span:after,
.block.sns-deals .hear-title .block-title .tab-title:after {
  left: 128%;
}
.block.sns-deals .hear-title .block-title > span > span,
.block.sns-deals .hear-title .block-title > span .pdt-nav,
.block.sns-deals .hear-title .block-title .tab-title > span,
.block.sns-deals .hear-title .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.block.sns-deals .hear-title .block-title > span > span:before,
.block.sns-deals .hear-title .block-title > span > span:after,
.block.sns-deals .hear-title .block-title > span .pdt-nav:before,
.block.sns-deals .hear-title .block-title > span .pdt-nav:after,
.block.sns-deals .hear-title .block-title .tab-title > span:before,
.block.sns-deals .hear-title .block-title .tab-title > span:after,
.block.sns-deals .hear-title .block-title .tab-title .pdt-nav:before,
.block.sns-deals .hear-title .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #fff;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
.block.sns-deals .hear-title .block-title > span > span:before,
.block.sns-deals .hear-title .block-title > span .pdt-nav:before,
.block.sns-deals .hear-title .block-title .tab-title > span:before,
.block.sns-deals .hear-title .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
.block.sns-deals .hear-title .block-title > span > span:after,
.block.sns-deals .hear-title .block-title > span .pdt-nav:after,
.block.sns-deals .hear-title .block-title .tab-title > span:after,
.block.sns-deals .hear-title .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
.block.sns-deals p.no-rating:before,
.block.sns-deals p.no-rating:after {
  content: " ";
  display: table;
}
.block.sns-deals p.no-rating:after {
  clear: both;
}
.block.sns-deals p.no-rating:before {
  content: '\f005\f005\f005\f005\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 2px;
  color: #dfdfdf;
  white-space: nowrap;
}
.block.sns-deals p.no-rating a {
  display: none;
}
.block.sns-deals .rating-links {
  display: none;
}
.block.sns-deals .ico-product {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 52px;
  z-index: 4;
  color: #fff;
}
.block.sns-deals .ico-product .ico-new,
.block.sns-deals .ico-product .ico-sale {
  padding: 7px 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  width: 52px;
}
.block.sns-deals .ico-product .ico-new {
  background: #e7be00;
}
.block.sns-deals .ico-product .ico-new:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0;
}
.block.sns-deals .ico-product .ico-sale {
  background: #b49400;
  margin-bottom: 10px;
}
.block.sns-deals .ico-product .ico-sale:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0;
}
.block.sns-deals .ico-product.ico-sale {
  top: 20px !important;
}
.block.sns-deals .ico-product.ico-new {
  top: 55px !important;
}
.block.sns-deals .actions .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block.sns-deals .actions .sns-btn-quickview,
.block.sns-deals .actions .link-wishlist,
.block.sns-deals .actions .link-compare {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  z-index: 1;
}
.block.sns-deals .actions .sns-btn-quickview:hover,
.block.sns-deals .actions .link-wishlist:hover,
.block.sns-deals .actions .link-compare:hover {
  background: #b49400;
  color: #fff;
  border-color: #b49400;
}
.block.sns-deals .item-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.block.sns-deals .item-title a {
  color: #5f5f5f;
}
.block.sns-deals .item-title a:hover {
  color: #b49400;
}
.block.sns-deals .item-price {
  margin-bottom: 20px;
}
.block.sns-deals .item-price > * {
  display: inline-block;
  vertical-align: middle;
}
.block.sns-deals .countdown {
  margin-bottom: 20px;
  position: absolute;
  top: 10px;
  left: -5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 20px !important;
}
.block.sns-deals .countdown .countdown-row .countdown-section {
  display: block;
  padding: 15% 0px;
  text-align: center;
  width: 55px;
  height: auto;
  background: #4c4c4c;
  margin-bottom: 8px;
  line-height: 15px;
  position: relative;
}
.block.sns-deals .countdown .countdown-row .countdown-section:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 6px;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.block.sns-deals .countdown .countdown-row .countdown-section + .countdown-section {
  background: #595959;
}
.block.sns-deals .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section {
  background: #7f7f7f;
}
.block.sns-deals .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section + .countdown-section {
  background: #999999;
}
.block.sns-deals .countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
}
.block.sns-deals .countdown .countdown-section {
  margin-bottom: 15px !important;
}
.block.sns-deals .owl-wrapper-outer {
  border-top: 0px;
}
.block.sns-deals .owl-wrapper-outer .item {
  padding: 0 15px 2px;
  margin: 0;
  position: relative;
}
.block.sns-deals .owl-wrapper-outer .item .item-inner {
  border: 1px solid #ececec;
  padding-bottom: 40px;
}
.block.sns-deals .owl-wrapper-outer .item .item-inner .item-img {
  border: 0px;
  border-bottom: 1px solid #ececec;
}
.block.sns-deals .owl-wrapper-outer .item .item-inner .action-bot {
  overflow: hidden;
}
.block.sns-deals .owl-pagination {
  bottom: 30px;
}
.block.sns-deals .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
}
.block.sns-deals .owl-pagination .owl-page.active {
  width: 14px;
  height: 14px;
}
.block.block-facebook .block-content {
  padding: 5px 0 0;
}
.block.block-poll p.block-subtitle {
  color: #5f5f5f;
  font-size: 15px;
}
.block.block-poll li > span {
  width: 10px;
  height: 10px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.block.block-poll li > span:before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  content: "";
}
.block.block-poll li > span a.jqTransformRadio {
  display: none;
}
.block.block-poll li:hover > span:before {
  border: 1px solid #999999 !important;
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  color: #525252;
  font-size: 11px;
}
.block.block-poll li:hover label {
  color: #b49400;
}
.block.block-poll .button {
  background: none;
  border: 1px solid #dcdcdc;
  width: 100px;
  margin-top: 15px;
}
.block.block-poll .button:hover {
  background: #b49400;
  border-color: #b49400;
  color: #fff;
}
.block .box-up-sell-content {
  background: #fff;
  border: 1px solid #ddd !important;
  border-top: 0px !important;
  padding: 8px;
  margin-bottom: 25px;
}
.block .box-up-sell-content .item {
  padding-bottom: 15px;
  margin-top: 5px !important;
  padding-top: 10px !important;
}
.block .box-up-sell-content .item:hover .item-img {
  border: 1px solid #dddddd !important;
}
.block.box-up-sell label.related {
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 1;
}
.block.box-up-sell label.related input.checkbox {
  height: 20px;
  margin: 0px;
}
.block.box-up-sell .item-img {
  padding: 0;
}
.block.box-up-sell .block-subtitle {
  margin-bottom: 10px;
}
.block.box-up-sell .block-subtitle a {
  color: #b49400;
}
.block.block-stickynote.on-top .block-title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 75px;
  border: 1px solid #CCC;
  float: left;
  margin: 0 30px 0 0;
  line-height: 40px;
  color: inherit;
}
.block.block-stickynote.on-top .block-content {
  padding: 0 0;
  color: inherit;
  line-height: 18px;
}
.block.blank .block-content {
  padding: 0 0 !important;
}
.block.block-custommenu {
  text-align: center !important;
  padding: 20px 0 10px;
  border: 1px solid transparent;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.block.block-custommenu > * {
  margin: 0 auto;
}
.block.block-custommenu .block-title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #FFF;
}
.block.block-custommenu .block-content {
  padding: 0 10px !important;
  color: #888;
}
.block.block-custommenu:hover {
  border-color: #888;
}
.block.block-wishlist .actions {
  padding: 15px 0 0;
}
.block.block-compare ol li {
  position: relative;
}
.block.block-compare .block-title small {
  display: none;
}
.block.block-compare p.empty {
  margin: 0 0;
}
.block.block-compare ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.block.block-compare ol li {
  margin: 3px 0;
}
.block.block-compare ol li .product-name {
  padding-right: 20px;
}
.block.block-compare .actions {
  padding: 15px 0 0;
  text-align: right;
}
.block.block-compare .actions .button {
  margin: 0 0 0 5px;
}
.upsell-products .box-up-sell .block-title {
  margin: 0 0 15px;
}
.menu-tags  ul {
  padding: 20px 0 0;
}
.menu-tags  ul li {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 5px 10px !important;
  margin: 0 5px 8px 0;
}
.menu-tags  ul li:hover {
  border-color: #b49400;
  background: #b49400;
}
.menu-tags  ul li:hover a {
  color: #fff;
}
.menu-categories ul,
.menu-recent ul {
  padding: 15px 0 0;
}
.menu-categories ul li,
.menu-recent ul li {
  list-style: none;
  padding: 5px 0;
}
.menu-categories ul li a,
.menu-recent ul li a {
  color: #5f5f5f;
}
.menu-categories ul li a:hover,
.menu-recent ul li a:hover {
  padding-left: 5px;
  color: #b49400;
}
.block-latest-list .item-post {
  margin-top: 20px;
}
.block-latest-list .item-post .post-img {
  max-width: 95px;
  max-height: 95px;
  float: left;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.block-latest-list .item-post .post-img:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px,0px) scale(0);
  -moz-transform: translate(0px,0px) scale(0);
  -o-transform: translate(0px,0px) scale(0);
  transform: translate(0px,0px) scale(0);
}
.block-latest-list .item-post .post-img:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px) scale(1.5);
  -moz-transform: translate(0px,0px) scale(1.5);
  -o-transform: translate(0px,0px) scale(1.5);
  transform: translate(0px,0px) scale(1.5);
}
.block-latest-list .item-post .post-title {
  float: left;
  width: 56%;
  line-height: 16px;
  margin-top: -3px;
}
.block-latest-list .item-post .post-title .date {
  color: #b49400;
  padding: 8px 0 0;
}
.block-latestblog {
  overflow: hidden;
  margin: 8px 0px;
}
.block-latestblog .header-title {
  text-align: center;
}
.block-latestblog .header-title .block-title {
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
.block-latestblog .header-title .block-title:before,
.block-latestblog .header-title .block-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
.block-latestblog .header-title .block-title:before {
  right: 124%;
}
.block-latestblog .header-title .block-title:after {
  left: 124%;
}
.block-latestblog .header-title .block-title > span,
.block-latestblog .header-title .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.block-latestblog .header-title .block-title > span:before,
.block-latestblog .header-title .block-title > span:after,
.block-latestblog .header-title .block-title .tab-title:before,
.block-latestblog .header-title .block-title .tab-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
.block-latestblog .header-title .block-title > span:before,
.block-latestblog .header-title .block-title .tab-title:before {
  right: 124%;
}
.block-latestblog .header-title .block-title > span:after,
.block-latestblog .header-title .block-title .tab-title:after {
  left: 124%;
}
.block-latestblog .header-title .block-title > span > span,
.block-latestblog .header-title .block-title > span .pdt-nav,
.block-latestblog .header-title .block-title .tab-title > span,
.block-latestblog .header-title .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.block-latestblog .header-title .block-title > span > span:before,
.block-latestblog .header-title .block-title > span > span:after,
.block-latestblog .header-title .block-title > span .pdt-nav:before,
.block-latestblog .header-title .block-title > span .pdt-nav:after,
.block-latestblog .header-title .block-title .tab-title > span:before,
.block-latestblog .header-title .block-title .tab-title > span:after,
.block-latestblog .header-title .block-title .tab-title .pdt-nav:before,
.block-latestblog .header-title .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #656565;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
.block-latestblog .header-title .block-title > span > span:before,
.block-latestblog .header-title .block-title > span .pdt-nav:before,
.block-latestblog .header-title .block-title .tab-title > span:before,
.block-latestblog .header-title .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
.block-latestblog .header-title .block-title > span > span:after,
.block-latestblog .header-title .block-title > span .pdt-nav:after,
.block-latestblog .header-title .block-title .tab-title > span:after,
.block-latestblog .header-title .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
.block-latestblog .list-blog {
  display: none;
}
.block-latestblog .block-content {
  margin: 0 -15px;
  padding: 30px 0;
}
.block-latestblog .block-content .post-img {
  margin-bottom: 10px;
}
.block-latestblog .block-content .post-title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  margin-bottom: 10px;
}
.block-latestblog .block-content .post-title a {
  color: #4d4d4d;
  font-size: 110%;
  font-weight: bold;
}
.block-latestblog .block-content .post-title a:hover {
  color: #b49400;
}
.block-latestblog .block-content .item-post {
  margin: 0 10px 15px 20px;
  color: #6e6e6e;
  position: relative;
}
.block-latestblog .block-content .item-post:hover .post-img i {
  opacity: 1;
  -webkit-transform: translate(0px,0px) scale(1);
  -moz-transform: translate(0px,0px) scale(1);
  -o-transform: translate(0px,0px) scale(1);
  transform: translate(0px,0px) scale(1);
  border-color: #b49400;
  background: #b49400;
}
.block-latestblog .block-content .item-post:hover .post-img:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px) scale(1.5);
  -moz-transform: translate(0px,0px) scale(1.5);
  -o-transform: translate(0px,0px) scale(1.5);
  transform: translate(0px,0px) scale(1.5);
}
.block-latestblog .block-content .item-post .post-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  max-width: 100%;
}
.block-latestblog .block-content .item-post .post-img i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  width: 32px;
  height: 32px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 32px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -webkit-transform: translate(0px,-100px) scale(0);
  -moz-transform: translate(0px,-100px) scale(0);
  -o-transform: translate(0px,-100px) scale(0);
  transform: translate(0px,-100px) scale(0);
  z-index: 2;
}
.block-latestblog .block-content .item-post .post-img:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px,0px) scale(0);
  -moz-transform: translate(0px,0px) scale(0);
  -o-transform: translate(0px,0px) scale(0);
  transform: translate(0px,0px) scale(0);
}
.block-latestblog .block-content .item-post .date {
  background: #b49400;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  left: -5px;
  line-height: 12px;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.block-latestblog .block-content .item-post .date > span {
  display: block;
}
.block-latestblog .block-content .item-post .date:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 6px;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.block-latestblog .read-more {
  margin: 15px 0;
}
.block-latestblog .read-more:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #b49400 transparent;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 40%;
  margin-top: -6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.block-latestblog .read-more:hover {
  color: #fff;
}
body#bd.dark .block-latestblog .block-title {
  color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
body#bd.dark .block-latestblog .block-title:before,
body#bd.dark .block-latestblog .block-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
body#bd.dark .block-latestblog .block-title:before {
  right: 124%;
}
body#bd.dark .block-latestblog .block-title:after {
  left: 124%;
}
body#bd.dark .block-latestblog .block-title > span,
body#bd.dark .block-latestblog .block-title .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body#bd.dark .block-latestblog .block-title > span:before,
body#bd.dark .block-latestblog .block-title > span:after,
body#bd.dark .block-latestblog .block-title .tab-title:before,
body#bd.dark .block-latestblog .block-title .tab-title:after {
  content: '';
  display: block;
  background: #8b8b8b;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
body#bd.dark .block-latestblog .block-title > span:before,
body#bd.dark .block-latestblog .block-title .tab-title:before {
  right: 124%;
}
body#bd.dark .block-latestblog .block-title > span:after,
body#bd.dark .block-latestblog .block-title .tab-title:after {
  left: 124%;
}
body#bd.dark .block-latestblog .block-title > span > span,
body#bd.dark .block-latestblog .block-title > span .pdt-nav,
body#bd.dark .block-latestblog .block-title .tab-title > span,
body#bd.dark .block-latestblog .block-title .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
body#bd.dark .block-latestblog .block-title > span > span:before,
body#bd.dark .block-latestblog .block-title > span > span:after,
body#bd.dark .block-latestblog .block-title > span .pdt-nav:before,
body#bd.dark .block-latestblog .block-title > span .pdt-nav:after,
body#bd.dark .block-latestblog .block-title .tab-title > span:before,
body#bd.dark .block-latestblog .block-title .tab-title > span:after,
body#bd.dark .block-latestblog .block-title .tab-title .pdt-nav:before,
body#bd.dark .block-latestblog .block-title .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #cacaca;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
body#bd.dark .block-latestblog .block-title > span > span:before,
body#bd.dark .block-latestblog .block-title > span .pdt-nav:before,
body#bd.dark .block-latestblog .block-title .tab-title > span:before,
body#bd.dark .block-latestblog .block-title .tab-title .pdt-nav:before {
  right: 108%;
}
body#bd.dark .block-latestblog .block-title > span > span:after,
body#bd.dark .block-latestblog .block-title > span .pdt-nav:after,
body#bd.dark .block-latestblog .block-title .tab-title > span:after,
body#bd.dark .block-latestblog .block-title .tab-title .pdt-nav:after {
  left: 108%;
}
body#bd.dark .block-latestblog .post-title a {
  color: #e4e4e4;
}
body#bd.dark .block-latestblog .post-title a:hover {
  color: #fff;
}
body#bd.dark .block-latestblog .post-content {
  color: #aaaaaa;
}
body#bd.dark .item-post:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.mini-products-list.products-grid .item .product-image {
  display: block;
  cursor: default;
  overflow: hidden;
  position: relative;
}
.mini-products-list .item {
  padding-top: 15px;
  position: relative;
}
.mini-products-list .item + .item {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.mini-products-list .item:before,
.mini-products-list .item:after {
  content: " ";
  display: table;
}
.mini-products-list .item:after {
  clear: both;
}
.mini-products-list .item .item-img {
  margin-right: 10px;
  float: left;
}
.mini-products-list .item .item-img .product-image {
  border: 1px solid #ececec;
}
.mini-products-list .item .item-price .price-box {
  display: inline-block;
}
.mini-products-list .item .item-price .ico-sale {
  display: inline-block;
  vertical-align: text-bottom;
  background: #ff1616;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  padding: 3px 5px 4px;
  margin-left: 10px;
  line-height: 100%;
  position: relative;
  margin-bottom: 2px;
}
.mini-products-list .item .item-price .ico-sale:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ff1616 transparent transparent;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
}
.mini-products-list .item .old-price .price {
  line-height: 1;
}
.mini-products-list .item .item-info {
  overflow: hidden;
}
.mini-products-list .item .item-info .item-title a {
  color: #333;
}
.mini-products-list .item .item-info .item-title a:hover {
  color: #b49400;
}
.mini-products-list .item .item-info .price-box p {
  display: block;
}
.mini-products-list .item .item-info > .rating {
  margin: 0px;
}
.mini-products-list .item .item-info > .rating .rating-links *,
.mini-products-list .item .item-info > .rating .no-rating * {
  display: none;
}
.mini-products-list .item .item-info .no-rating {
  margin: 0;
}
.mini-products-list .item .item-info .no-rating a {
  display: none;
}
.mini-products-list .item .item-info .no-rating:before {
  content: '\f005\f005\f005\f005\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 2px;
  color: #dfdfdf;
}
.mini-products-list#wishlist-sidebar .btn-remove {
  top: 15px;
}
.mini-products-list.products-grid .item {
  margin: 0;
  padding-bottom: 10px;
  border: none;
}
.block-wishlist .actions  a {
  padding: 8px 15px;
  text-align: right;
}
.block-wishlist .actions  a:hover {
  border-color: #b49400 !important;
}
.slider-wrap {
  position: relative;
}
.slider-wrap:hover .navslider {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider-wrap .navslider {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.slider-wrap .navslider a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  color: #ccc;
  z-index: 1;
}
.slider-wrap .navslider a:hover {
  color: #b49400;
}
.slider-wrap .navslider a.prev {
  left: 10px;
}
.slider-wrap .navslider a.next {
  right: 10px;
}
.block-subscribe .block_content {
  text-align: center;
}
.block-subscribe .block_content > p {
  padding: 1px 0;
}
.block-subscribe .block_content .actions {
  margin-bottom: 24px;
}
.block-subscribe .block_content .actions input,
.block-subscribe .block_content .actions button {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border-radius: 8px;
  border-color: #ddd;
}
.block-subscribe .block_content .actions input:hover,
.block-subscribe .block_content .actions input:active,
.block-subscribe .block_content .actions input:focus,
.block-subscribe .block_content .actions button:hover,
.block-subscribe .block_content .actions button:active,
.block-subscribe .block_content .actions button:focus {
  border-color: #b49400;
}
.block-subscribe .block_content .actions input {
  width: 300px;
  margin-right: 10px;
}
.block-subscribe-content {
  padding: 0px;
}
.block-subscribe-content form {
  display: table;
  width: 100%;
}
.block-subscribe-content .subscribe-title {
  display: table-cell;
  vertical-align: middle;
  vertical-align: top;
  width: 20px;
  padding-right: 30px;
}
.block-subscribe-content .subscribe-title h3 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.block-subscribe-content .subscribe-title P {
  color: #fff;
  margin: 0;
  white-space: nowrap;
}
.block-subscribe-content .subscribe_form {
  display: table-cell;
  vertical-align: middle;
}
.block-subscribe-content .subscribe_form .inner {
  position: relative;
}
.block-subscribe-content .subscribe_form .inner input {
  width: 100%;
  background: #626262;
  border: none;
  padding: 8px 10px;
  height: 35px;
  border-radius: 25px;
  color: #bbbbbb;
  font-size: 100%;
}
.block-subscribe-content .subscribe_form .inner button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  height: 100%;
  border-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.block-subscribe-content .subscribe_form .inner button:hover {
  background: #e7be00;
  color: #ffffff;
}
@media (max-width: 767px) {
  .block-subscribe-content form {
    display: block;
  }
  .block-subscribe-content h3 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
  .block-subscribe-content .subscribe_form {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .block-subscribe-content h3 {
    font-size: 33px;
  }
}
.block_topsearch .form-search {
  position: relative;
  height: 40px;
  margin: 10px 0;
}
.block_topsearch .form-search:before,
.block_topsearch .form-search:after {
  content: " ";
  display: table;
}
.block_topsearch .form-search:after {
  clear: both;
}
.block_topsearch .form-search input {
  border: none;
  height: 40px;
  padding-right: 40px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  float: right;
}
.block_topsearch .form-search input:hover + button,
.block_topsearch .form-search input:focus + button {
  color: #b49400;
}
.block_topsearch .form-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
  font-size: 18px;
  color: #666;
}
.block_topsearch .form-search button:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.block_topsearch .form-search button:hover {
  background: none;
}
.block-categories-nav {
  position: relative;
  background: #222;
  color: #fff;
}
.block-categories-nav a {
  color: #fff;
}
.block-categories-nav > h4 {
  color: #fff;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  cursor: pointer;
}
.block-categories-nav > h4:before,
.block-categories-nav > h4:after {
  content: " ";
  display: table;
}
.block-categories-nav > h4:after {
  clear: both;
}
.block-categories-nav > h4 > * {
  display: inline-block;
  vertical-align: middle;
}
.block-categories-nav > h4 .fa {
  line-height: 60px;
}
.block-categories-nav > h4 .fa-bars {
  font-size: 25px;
  margin-right: 10px;
  float: left;
}
.block-categories-nav > h4 span {
  float: left;
}
.block-categories-nav > h4 [class*="fa-caret-"] {
  font-size: 16px;
  float: right;
}
.block-categories-nav > .content {
  background: #222;
  position: absolute;
  width: 100%;
  min-width: 290px;
  top: 100%;
  left: 0;
  display: none;
}
.block-categories-nav ul.nav_accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-categories-nav ul.nav_accordion a {
  color: #fff;
}
.block-categories-nav ul.nav_accordion a:hover {
  color: #b49400;
}
.block-categories-nav ul.nav_accordion li.level0 {
  border-top: 1px solid #393939;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header {
  position: relative;
  padding: 15px 0px 15px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header .btn_accor i:before {
  color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  cursor: pointer;
  line-height: 11px;
  text-align: center;
  right: 15px;
  font-size: 120%;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header:hover,
.block-categories-nav ul.nav_accordion li.level0 > .accr_header.open {
  background: #2f2f2f;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header.open > a,
.block-categories-nav ul.nav_accordion li.level0 > .accr_header.open > span i:before {
  color: #b49400;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header a span,
.block-categories-nav ul.nav_accordion li.level0 > .accr_header a i {
  display: inline-block;
  vertical-align: middle;
}
.block-categories-nav ul.nav_accordion li.level0 > .accr_header a i {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  text-align: center;
}
.block-categories-nav ul.nav_accordion li.level0 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-categories-nav ul.nav_accordion li.level0 ul li {
  border-top: 1px solid #393939;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header {
  line-height: 20px;
  padding: 15px 0px 15px 44px;
  position: relative;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header.open > a,
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header.open > span i:before {
  color: #b49400;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor {
  display: inline-block;
  vertical-align: middle;
  float: right;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor i {
  display: block;
  text-align: center;
}
.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor i:before {
  color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  cursor: pointer;
  line-height: 11px;
  text-align: center;
  right: 15px;
  font-size: 120%;
}
.block-categories-nav ul.nav_accordion li.level0 ul li a i {
  margin-right: 5px;
}
.block-categories-nav ul.nav_accordion li.level0 ul li ul  li .accr_header {
  padding: 15px 0px 15px 70px;
}
.block-categories-nav ul.nav_accordion li.level0 ul li ul  li ul li  .accr_header {
  padding: 15px 0px 15px 100px;
}
.sns_banner {
  margin-bottom: 20px;
}
.sns_banner .banners_slider {
  position: relative;
}
.sns_banner .banners_slider + .post-text {
  margin-top: 20px;
}
.sns_banner .banners_slider .wrap {
  overflow: hidden;
}
.sns_banner .banners_slider .owl-controls {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sns_banner .banners_slider .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 2px;
}
.sns_banner .banners_slider .owl-controls .owl-page:hover,
.sns_banner .banners_slider .owl-controls .owl-page.active {
  background: #b49400;
}
.sns_banner .post-text {
  margin-top: 20px;
}
.sns_banner .post-text ul.policy {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns_banner .post-text ul.policy li {
  padding: 3px 0;
}
.sns_banner .post-text ul.policy li:before {
  content: '\e080';
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #ccc;
}
.page-sitemap .pager {
  float: right;
  margin: 0;
}
.page-sitemap ul li {
  color: #333;
}
.page-sitemap ul li a {
  color: #333;
}
.page-sitemap ul li a:hover {
  color: #b49400;
}
#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}
#wishlist-sidebar .item .item-info {
  padding-right: 18px;
}
#sns_mommenu .btn.leftsidebar,
#sns_mommenu .btn.rightsidebar {
  display: none;
}
#sns_mommenu .btn.leftsidebar .overlay,
#sns_mommenu .btn.rightsidebar .overlay {
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
@media (max-width: 991px) {
  #sns_right {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 15px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    Z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
  }
  #sns_right.active {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #sns_right .sns-col-inner {
    padding: 0px 0 50px;
  }
  #sns_left {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    padding: 15px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    Z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
  }
  #sns_left.active {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #sns_left .sns-col-inner {
    padding: 30px 0 50px;
  }
}
.grouped-items-table {
  margin-bottom: 10px;
}
#sns_ajaxwrap {
  display: none;
  width: 100%;
  height: 100%;
}
#sns_ajaxwrap #sns_ajaxinner {
  width: 360px;
  margin: 0 0 0 -180px;
  z-index: 10002;
  position: fixed;
  left: 50%;
  padding: 0px;
  display: block;
  visibility: visible;
}
#sns_ajaxwrap #sns_ajaxinner #sns_ajaxbox {
  width: 100%;
  display: block;
}
#sns_ajaxwrap #sns_ajaxinner #ajax_process {
  position: absolute;
  left: 50%;
  padding: 15px 0 10px;
  width: 180px;
  background: #000;
  margin: -15px 0 0 -90px;
  text-align: center;
  box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  -o-box-shadow: 0 0 5px #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#sns_ajaxwrap #sns_ajaxinner #ajax_process div {
  margin-top: 8px;
  color: #FFF;
}
#sns_ajaxwrap #btn-close {
  background: none;
  display: block;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  z-index: 1103;
}
#sns_ajaxwrap #confirmbox {
  background-color: #FFF;
  padding: 20px;
  position: relative;
  z-index: 1000;
  border: 0;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  overflow: hidden;
}
#sns_ajaxwrap #confirmbox p span {
  font-weight: bold;
}
#sns_ajaxwrap #confirmbox .head-cfbox {
  text-align: center;
  margin-bottom: 10px;
}
#sns_ajaxwrap #confirmbox .content-cfbox {
  text-align: center;
}
#sns_ajaxwrap #confirmbox .btn-cart {
  height: 40px;
  background: #b49400;
  border: none;
  color: #fff;
  font-size: 16px;
}
#sns_ajaxwrap #confirmbox .btn-cart i {
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#sns_ajaxwrap #confirmbox .btn-cart span {
  display: inline-block;
  vertical-align: middle;
}
#sns_ajaxwrap #confirmbox .btn-cart:hover {
  background: !important;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox {
  text-align: center;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox ul li {
  display: inline;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox .btn {
  background: #3A3A3A;
  border: medium none;
  border-radius: 0 0 0 0;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  color: #FFFFFF;
  font-size: 100%;
  padding: 7px 15px;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox .btn:hover {
  background: #000;
}
#sns_ajaxwrap #confirmbox .product-name * {
  font-size: 150%;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 15px 0 0;
}
#sns_ajaxwrap #confirmbox form {
  margin: 0 0;
}
#sns_ajaxwrap #confirmbox form .add-to-cart {
  margin: 0 0;
  border: none;
  padding-bottom: 0px;
}
#sns_ajaxwrap #confirmbox .data-table input.input-text {
  max-width: 40px;
  text-align: center;
}
#sns_ajaxwrap #confirmbox ul.options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
#sns_ajaxwrap #confirmbox ul.options-list li > input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#sns_ajaxwrap #confirmbox ul.options-list li > .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#sns_ajaxwrap #confirmbox dl dd {
  margin: 0 0 10px;
}
#sns_ajaxwrap #confirmbox dl dd .qty-holder:before,
#sns_ajaxwrap #confirmbox dl dd .qty-holder:after {
  content: " ";
  display: table;
}
#sns_ajaxwrap #confirmbox dl dd .qty-holder:after {
  clear: both;
}
#sns_ajaxwrap #confirmbox dl dd .qty-holder label {
  margin-right: 10px;
}
#sns_ajaxwrap #confirmbox dl dd .qty-holder input {
  width: 80px;
}
#sns_ajaxwrap #confirmbox dl dd .input-box {
  padding: 0 0 5px 10px;
}
#sns_ajaxwrap #confirmbox .data-table tbody td {
  padding: 0 5px;
}
#sns_ajaxwrap #confirmbox .price-box {
  margin: 0 0 5px;
  padding: 5px 0 10px;
}
#sns_ajaxwrap #confirmbox .price-box .old-price .price {
  font-size: 130%;
  font-weight: normal;
}
#sns_ajaxwrap #confirmbox .price-box .special-price .price {
  font-size: 250%;
}
#sns_ajaxwrap #confirmbox .price-box .regular-price .price {
  font-size: 250%;
}
#sns_ajaxwrap #confirmbox .price-box .full-product-price .price {
  font-size: 250%;
}
#sns_ajaxwrap #confirmbox .grouped-items-table .price-box .old-price {
  margin: 0 0 0 5px;
  font-size: 95%;
}
#sns_ajaxwrap #confirmbox .grouped-items-table .price-box .old-price .price {
  font-size: 95%;
  font-weight: normal;
}
#sns_ajaxwrap #confirmbox .grouped-items-table .price-box .special-price {
  font-size: 100%;
}
#sns_ajaxwrap #confirmbox .grouped-items-table .price-box .special-price .price {
  font-size: 120%;
}
#sns_ajaxwrap #confirmbox .grouped-items-table .price-box .regular-price .price {
  font-size: 100%;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart > label {
  display: none;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #ddd;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: #5f5f5f;
  width: 30px;
  height: 38px;
  padding: 0;
  font-size: 150%;
  float: left;
  border-radius: 0px;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container button.qty-decrease:before {
  content: '-';
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container button.qty-increase:before {
  content: '+';
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container button:hover {
  background: none;
  color: #b49400 !important;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container input {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-width: 0 1px;
  color: #5f5f5f;
  float: left;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container input.qty {
  width: 50px;
  height: 38px;
  text-align: center;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .btn-cart {
  height: 40px;
}
#ajax_overlay {
  display: none;
  padding: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9000;
  visibility: visible;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes pageLeft {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes pageLeft {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes pageLeft {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes pageLeft {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes pageRight {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes pageRight {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes pageRight {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes pageRight {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes pageTopBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTopBack {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTopBack {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTopBack {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes pageBottom {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageBottom {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageBottom {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageBottom {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
.sns-pdt-nav > ul {
  margin: 0px;
}
.sns-producttabs .pre-text {
  margin: 0 0 15px;
}
.sns-producttabs .post-text {
  margin: 10px 0 0;
}
.sns-producttabs a:hover {
  text-decoration: none;
}
.sns-producttabs .sns-pdt-container {
  padding: 0;
}
.sns-producttabs .sns-pdt-container .pdt-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns-producttabs .sns-pdt-container .pdt-nav > li {
  float: left;
  font-size: 16px;
  line-height: 100%;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  cursor: pointer;
}
.sns-producttabs .sns-pdt-content .pdt-content {
  padding: 0;
  width: 100%;
  display: none;
}
.sns-producttabs .sns-pdt-content .pdt-content .item-animate {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.sns-producttabs .sns-pdt-content .pdt-content .play .item-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideBottom.play .item-animate {
  -webkit-animation: slideBottom 600ms ease both;
  animation: slideBottom 600ms ease both;
  -moz-animation: slideBottom 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideLeft.play .item-animate {
  -webkit-animation: slideLeft 600ms ease both;
  animation: slideLeft 600ms ease both;
  -moz-animation: slideLeft 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideRight.play .item-animate {
  -webkit-animation: slideRight 600ms ease both;
  animation: slideRight 600ms ease both;
  -moz-animation: slideRight 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .bounceIn.play .item-animate {
  -webkit-animation: bounceIn 600ms ease both;
  animation: bounceIn 600ms ease both;
  -moz-animation: bounceIn 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .bounceInRight.play .item-animate {
  -webkit-animation: bounceInRight 600ms ease both;
  animation: bounceInRight 600ms ease both;
  -moz-animation: bounceInRight 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .zoomIn.play .item-animate {
  -webkit-animation: zoomIn 600ms ease both;
  animation: zoomIn 600ms ease both;
  -moz-animation: zoomIn 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .zoomOut.play .item-animate {
  -webkit-animation: zoomOut 600ms ease both;
  animation: zoomOut 600ms ease both;
  -moz-animation: zoomOut 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageRight.play .item-animate {
  -webkit-animation: pageRight 600ms ease both;
  animation: pageRight 600ms ease both;
  -moz-animation: pageRight 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageLeft.play .item-animate {
  -webkit-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both;
  -moz-animation: pageLeft 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageTop.play .item-animate {
  -webkit-animation: pageTop 600ms ease both;
  animation: pageTop 600ms ease both;
  -moz-animation: pageTop 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageBottom.play .item-animate {
  -webkit-animation: pageBottom 600ms ease both;
  animation: pageBottom 600ms ease both;
  -moz-animation: pageBottom 600ms ease both;
}
.sns-producttabs .sns-pdt-content .pdt-content .starwars.play .item-animate {
  -webkit-animation: starwars 600ms ease-out both;
  animation: starwars 600ms ease-out both;
  -moz-animation: starwars 600ms ease-out both;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.sns-producttabs .sns-pdt-content .pdt-list {
  margin: 0 -15px;
}
.sns-producttabs .sns-pdt-content .pdt-list:before,
.sns-producttabs .sns-pdt-content .pdt-list:after {
  content: " ";
  display: table;
}
.sns-producttabs .sns-pdt-content .pdt-list:after {
  clear: both;
}
.sns-producttabs .sns-pdt-content .pdt-list .owl-buttons {
  display: none;
}
.sns-producttabs .sns-pdt-content .pdt-list .owl-pagination .owl-page {
  text-indent: -9999px;
}
.sns-producttabs .sns-pdt-content .pdt-list.products-grid .owl-item {
  padding: 0 15px;
}
.sns-producttabs .sns-pdt-content .pdt-list.products-grid .owl-item .item {
  margin: 35px 0 20px 0;
}
.sns-producttabs .sns-pdt-content .pdt-list.products-grid .owl-item .item:hover {
  position: relative;
  z-index: 9999;
}
.sns-producttabs .sns-pdt-content .tab-content-actived {
  display: inline-block;
}
.sns-producttabs .pdt-content .content-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/loader.gif) no-repeat scroll center center transparent;
  min-height: 400px;
  display: block;
  z-index: 0;
}
.sns-producttabs .sns-pdt-container .pdt-nav >li.tab-nav-actived,
.sns-producttabs .sns-pdt-container .pdt-nav >li:hover {
  background: #666;
  color: #FFF;
}
.sns-producttabs {
  overflow: visible;
}
.sns-producttabs .sns-pdt-head {
  margin-bottom: 5px;
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
}
.sns-producttabs .sns-pdt-head:before,
.sns-producttabs .sns-pdt-head:after {
  content: " ";
  display: table;
}
.sns-producttabs .sns-pdt-head:after {
  clear: both;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav {
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav:before {
  right: 116%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav:after {
  left: 116%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:before {
  right: 116%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title:after {
  left: 116%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #656565;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:before,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:before {
  right: 98%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span > span:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav > span .pdt-nav:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title > span:after,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tab-title .pdt-nav:after {
  left: 98%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav {
    font-size: 16px !important;
  }
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav {
  display: inline-block;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived span {
  color: #4d4d4d;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover span {
  color: #4d4d4d;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0px 15px;
  color: #9d9d9d;
}
@media (max-width: 767px) {
  .sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span {
    padding: 0 10px;
  }
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span:before {
  color: #aaaaaa;
  content: "I";
  display: block;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:first-child  span:before {
  display: none;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop {
  display: none;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle * {
  display: inline-block !important;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle {
  font-size: 100%;
  cursor: pointer;
  display: block;
  padding: 10px 15px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:before {
  font-size: 16px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu {
  top: 115% !important;
  border-radius: 0px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu li a {
  cursor: pointer;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu > .active > a,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu > .active > a:hover,
.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu > .active > a:focus {
  background: #b49400 !important;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content {
  width: 100%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .content-loading {
  min-height: 445px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .is-loading .pdt-loadmore {
  display: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .button-load {
  text-align: center;
  margin: 30px auto 0;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore {
  clear: both;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before,
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  content: " ";
  display: table;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  clear: both;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before,
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 38%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before {
  right: 125%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  left: 125%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:before,
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 48%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:before {
  right: 125%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:after {
  left: 125%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore {
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: none !important;
  color: #7d7d7d;
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:hover {
  background: #b49400 !important;
  border-color: #b49400;
  color: #fff;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  content: "\f067";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: center;
  font-family: FontAwesome;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  margin-right: 5px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading {
  height: 38px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore {
  width: 120px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 25px;
  line-height: 38px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:after {
  display: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:before {
  content: attr(data-label-load);
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:hover {
  background: #b49400 !important;
  color: #fff;
  border-color: #b49400;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
  cursor: text;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore {
  background: #b49400;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore:after {
  content: "\f00c";
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner > span {
  padding-right: 0px;
  background: none;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav {
  color: #4d4d4d !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0px !important;
  text-transform: uppercase !important;
  position: relative !important;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 45%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:before {
  right: 104%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav:after {
  left: 104%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:after {
  content: '';
  display: block;
  background: #d7d7d7;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:before {
  right: 104%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title:after {
  left: 104%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:after {
  display: block;
  position: absolute;
  top: 2px;
  color: #656565;
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: transparent;
  font-size: 10px;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:before,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:before {
  right: 100%;
}
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span > span:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav > span .pdt-nav:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title > span:after,
.sns-producttabs.sns-producttabs-slider   .sns-pdt-nav .tab-title .pdt-nav:after {
  left: 100%;
}
.block-twitter {
  position: relative;
}
.block-twitter a.follow-link {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 10px;
  border: 1px solid #e8e8e8;
}
#sns_twitter {
  position: relative;
  padding-left: 60px;
  color: #fff;
}
#sns_twitter a {
  color: #fff;
  font-weight: bold;
}
#sns_twitter a:hover {
  text-decoration: underline;
}
#sns_twitter:before {
  content: '\f099';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
#sns_twitter .tweet {
  margin: 0;
}
#sns_twitter .bottom {
  display: none;
}
#sns_twitter .timePosted {
  color: #ccc;
  margin: 0 0;
  font-size: 92%;
  line-height: 1;
}
#sns_twitter .interact {
  margin: 0 0;
  clear: left;
}
#sns_twitter .interact a {
  display: inline-block;
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/icon.png") no-repeat left -2px;
  margin: 0 0 0 22px;
  padding: 0 0 0 18px;
}
#sns_twitter .interact a.twitter_reply_icon {
  margin: 0 0;
}
#sns_twitter .interact a.twitter_retweet_icon {
  padding: 0 0 0 25px;
  background-position: 0 -21px;
}
#sns_twitter .interact a.twitter_fav_icon {
  background-position: 0 -41px;
}
#sns_twitter.no-avartar .user img {
  display: none;
}
#sns_twitter.no-followlink a.follow-link {
  display: none;
}
#sns_twitter.no-date .timePosted {
  display: none;
}
#sns_twitter.no-interactlink .interact a {
  display: none;
}
.block-facebook {
  position: relative;
}
.block-facebook .btn-like {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 18px;
}
.block-facebook .fanpage-info {
  display: block;
  margin-bottom: 5px;
}
.block-facebook .fanpage-list {
  margin: 0 -5px;
}
.block-facebook .fanpage-list .item {
  padding: 0 5px;
  width: 25%;
  float: left;
}
.block-facebook .fanpage-list .item > .item-face {
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  background: #fff;
}
.block-facebook .fanpage-list .item > .item-face:hover {
  border-color: #b49400;
}
.block-facebook .fanpage-list .item > .item-face img {
  width: 100%;
}
.block-facebook .fanpage-list .item .item-name {
  display: block;
  text-align: center;
  margin: 1px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-facebook .fanpage-list .item {
    max-width: 25%;
    width: auto;
  }
}
#fancybox-content,
#fancybox-content > div {
  overflow: visible !important;
}
.quickview-main .row.row-img {
  margin: 0;
}
.quickview-main .row.row-img .product-img-box {
  padding-left: 0;
}
.fancybox-overlay + .zoomContainer {
  z-index: 8888 !important;
}
.zoomWindow {
  border-right: 1px solid #ddd !important;
}
.sns-slider .slider-inner {
  clear: both;
  position: relative;
}
.sns-slider .title-slider {
  font-size: 100%;
  font-weight: normal;
  text-transform: none;
  display: block;
  width: 100%;
}
.sns-slider .title-slider span {
  padding: 9px 20px;
  border: 2px dashed #CCC;
  display: inline-block;
  font-weight: bold;
  font-size: 138.46%;
  text-transform: uppercase;
  color: #333;
  float: left;
}
.sns-slider .title-slider .pretext {
  margin: 0 0 0 8px;
  display: inline-block;
  position: relative;
  top: 11px;
  float: left;
  max-width: 70%;
}
.sns-slider .container-slider {
  margin: 0 -15px;
  position: relative;
}
.sns-slider .container-slider:hover .navslider {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sns-slider .container-slider .navslider {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.sns-slider .container-slider .navslider a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  color: #ccc;
  z-index: 1;
}
.sns-slider .container-slider .navslider a:hover {
  color: #b49400;
}
.sns-slider .container-slider .navslider a.prev {
  left: 25px;
}
.sns-slider .container-slider .navslider a.next {
  right: 25px;
}
.sns-slider .container-slider .owl-item > .item {
  padding: 1px 15px;
  margin-top: 0;
}
.sns-slider .products-grid {
  display: none;
}
.sns-slider > .owl-controls {
  position: absolute;
  width: 70px;
  height: 52px;
  display: inline-block;
  top: -47px;
  right: 15px;
  background: none;
}
.sns-slider > .owl-controls .owl-buttons .owl-next,
.sns-slider > .owl-controls .owl-buttons .owl-prev {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  margin: 0 0;
  cursor: pointer;
  width: 24px;
  height: 28px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 11px;
  right: 0px;
  text-indent: -999em;
  background: #FFF url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/next-prev.png") no-repeat -72px top;
}
.sns-slider > .owl-controls .owl-buttons .owl-next:before,
.sns-slider > .owl-controls .owl-buttons .owl-prev:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 7px;
  left: 0px;
  top: -11px;
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/before-next.png") no-repeat left top;
  display: block;
}
.sns-slider > .owl-controls .owl-buttons .owl-next:hover,
.sns-slider > .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -48px top;
  background-color: #b49400;
  border-color: #b49400;
}
.sns-slider > .owl-controls .owl-buttons .owl-next {
  border-left: none;
}
.sns-slider > .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  right: auto;
  background-position: 0px top;
  margin: 0 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.sns-slider > .owl-controls .owl-buttons .owl-prev:before {
  left: auto;
  right: 0px;
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/before-prev.png") no-repeat left top;
}
.sns-slider > .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -24px top;
}
.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;
  width: 70px;
  height: 52px;
  display: inline-block;
  top: -60px;
  right: 0px;
  background: none;
}
.sns-slider.formenu .navigation .next,
.sns-slider.formenu .navigation .prev {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  margin: 0 0;
  cursor: pointer;
  width: 24px;
  height: 28px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 11px;
  right: 0px;
  text-indent: -999em;
  background: #FFF url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/next-prev.png") no-repeat -72px top;
}
.sns-slider.formenu .navigation .next:before,
.sns-slider.formenu .navigation .prev:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 7px;
  left: 0px;
  top: -11px;
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/before-next.png") no-repeat left top;
  display: block;
}
.sns-slider.formenu .navigation .next:hover,
.sns-slider.formenu .navigation .prev:hover {
  background-position: -48px top;
  background-color: #b49400;
  border-color: #b49400;
}
.sns-slider.formenu .navigation .next {
  border-left: none;
}
.sns-slider.formenu .navigation .prev {
  left: 0px;
  right: auto;
  background-position: 0px top;
  margin: 0 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.sns-slider.formenu .navigation .prev:before {
  left: auto;
  right: 0px;
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/before-prev.png") no-repeat left top;
}
.sns-slider.formenu .navigation .prev:hover {
  background-position: -24px top;
}
.sns-slider.formenu .caroufredsel_wrapper {
  margin: 20px 0 0 !important;
}
.sns-slider.formenu ul.products-grid {
  margin-left: 0px !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;
}
#modal_login {
  text-align: left;
  color: #999;
}
#modal_login .row-fluid {
  max-width: 530px;
}
#modal_login .row-fluid ul {
  margin: 24px 0 10px 10px;
}
#modal_login form {
  margin: 0 0;
}
#modal_regis {
  text-align: left;
  color: #999;
}
#modal_regis form {
  margin: 0 0;
}
#modal_regis .row-fluid {
  max-width: 530px;
}
#modal_regis .fieldset {
  padding: 0 0;
  border: none;
  margin: 0 0;
}
#modal_regis .fieldset .legend {
  margin: 0 0 10px;
  padding: 0 0;
  font-size: 110%;
}
#modal_regis ul {
  margin: 0 0;
  list-style: none;
}
#modal_regis ul li.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
#modal_regis ul li.control .input-box input[type="text"] {
  margin: 0 0;
  width: 220px;
}
#modal_regis ul li.control label {
  cursor: pointer;
}
#modal_regis em {
  padding: 0 5px 0 0;
}
#modal_regis .buttons-set {
  padding: 20px 0 0;
}
#modal_regis .buttons-set .button {
  float: none;
  margin: 0 0;
}
#modal_regis .or {
  padding: 0 15px;
}
.promo-wrap {
  background: #e8e8e8;
}
.promo-wrap .pro-col {
  width: 33.33%;
  float: left;
}
.promo-wrap .pro-col.pro-left {
  position: relative;
}
.promo-wrap .pro-col.pro-left:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-bottom: 25px solid rgba(0,0,0,0);
  border-right: 25px solid #e8e8e8;
  border-top: 25px solid rgba(0,0,0,0);
  right: 0px;
  top: 50%;
  margin-top: -13px;
  z-index: 1;
}
.promo-wrap .pro-col.pro-right {
  position: relative;
}
.promo-wrap .pro-col.pro-right:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-bottom: 25px solid rgba(0,0,0,0);
  border-left: 25px solid #e8e8e8;
  border-top: 25px solid rgba(0,0,0,0);
  left: 0px;
  top: 50%;
  margin-top: -13px;
  z-index: 1;
}
.promo-wrap .pro-col.pro-mid {
  text-align: center;
}
.promo-wrap .pro-col.pro-mid .title {
  font-size: 269.23%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 50px 0 18px;
  margin: 0 0;
  line-height: 32px;
  position: relative;
}
.promo-wrap .pro-col.pro-mid .title:after {
  position: absolute;
  content: "";
  width: 80%;
  left: 10%;
  bottom: 0px;
  height: 1px;
  border-bottom: 2px dashed #CCC;
}
.promo-wrap .pro-col.pro-mid .sub-title {
  padding: 16px 0;
  margin: 0 15px;
  font-size: 100%;
}
.promo-wrap.twocol-special .pro-col.pro-left {
  width: 55%;
}
.promo-wrap.twocol-special .pro-col.pro-mid {
  width: 45%;
}
.sns_testimonial .wrap:before,
.sns_testimonial .wrap:after {
  content: " ";
  display: table;
}
.sns_testimonial .wrap:after {
  clear: both;
}
.sns_testimonial .wrap .avatar {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.sns_testimonial .wrap .info {
  overflow: hidden;
}
.sns_testimonial .wrap .info .tes-info strong {
  font-weight: normal;
  font-size: 120%;
  color: #000;
}
.sns_testimonial .owl-carousel {
  position: relative;
  padding-top: 30px;
}
.sns_testimonial .owl-carousel .owl-pagination {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.sns_testimonial .owl-carousel .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
}
.sns_testimonial .owl-carousel .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  margin: 2px;
  display: block;
  border-radius: 50%;
}
.sns_testimonial .owl-carousel .owl-pagination .owl-page.active span,
.sns_testimonial .owl-carousel .owl-pagination .owl-page:hover span {
  background: #ddd;
}
.sns_testimonial p {
  margin: 0;
  padding: 0 5%;
}
.sns_testimonial .tes-info {
  color: #666;
}
label,
span.label {
  font-size: 100%;
  font-weight: normal;
}
label em,
p.required {
  color: #fe6d4c;
}
.tooltip .in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip .tooltip-inner {
  background-color: #ffffff;
  border-radius: 3px;
  color: #666;
  border: 1px solid #666;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #666;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #666;
}
.mrb30 {
  margin: 40px 0 30px;
}
.mrb50 {
  margin-bottom: 50px;
}
.wrap {
  width: 100%;
  clear: both;
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
[class*="col-"]:hover {
  z-index: 1;
}
[data-icon] {
  font-style: normal;
}
#sns_sticky_right,
#sns_sticky_left {
  display: none;
}
.sticky {
  background: #FFF;
  padding: 0px;
  z-index: 998;
  border: 1px solid #cecece;
  border-right: none;
  position: fixed;
  right: 0px;
  top: 100px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-box-shadow: 0 3px #cecece;
  box-shadow: 0 3px #cecece;
  -moz-box-shadow: 0 3px #cecece;
  border-bottom: none;
}
.sticky.style-show-content {
  width: 270px;
}
.sticky.style-show-title {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sticky.style-show-title .sticky-content {
  padding: 0 20px;
  display: block;
}
.sticky .sticky-button {
  position: absolute;
  top: -1px;
  left: -50px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  cursor: pointer;
  line-height: 46px;
  background: #f5f5f5;
  text-align: center;
  border: 1px solid #cecece;
  border-bottom: none;
  -webkit-box-shadow: 0 3px #cecece;
  box-shadow: 0 3px #cecece;
  -moz-box-shadow: 0 3px #cecece;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sticky .sticky-button span {
  display: none;
}
.sticky .sticky-button i {
  text-align: center;
  vertical-align: middle;
}
body.ie8 .sticky .sticky-button {
  border-bottom: 3px solid #cecece;
}
.sticky .sticky-content {
  padding: 12px 20px;
}
.sticky .sticky-content .block .block-title {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #DDD;
}
.sticky .sticky-content .block .block-content {
  padding: 10px 0px 5px;
}
.sticky .sticky-content .block.block-facebook .btn-like {
  top: 0px;
  right: 0px;
}
.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face {
  background: #efefef;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face:hover {
  background: #b49400;
}
#sns_sticky_left .sticky {
  border: 1px solid #cecece;
  border-left: none;
  right: auto;
  left: 0px;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
body.ie8 #sns_sticky_left .sticky {
  border-bottom: 3px solid #cecece;
}
#sns_sticky_left .sticky .sticky-button {
  right: -50px;
  left: auto;
  border: 1px solid #cecece;
  border-bottom: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
body.ie8 #sns_sticky_left .sticky .sticky-button {
  border-bottom: 3px solid #cecece;
}
#sns-totop {
  background: #aaa;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 45px;
  bottom: 5px;
  right: 5px;
  height: 45px;
  text-decoration: none;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
}
#sns-totop.hidden-top {
  bottom: -100px;
}
#sns-totop:hover {
  background-color: #b49400;
}
#sns-totop:hover i {
  color: #FFF;
}
#sns-totop i {
  font-size: 24px;
  color: #e5e5e5;
  position: relative;
  top: 10px;
}
#facebook_fan iframe[style] {
  width: 100% !important;
}
.stickynote-top {
  background: #2d3538;
  color: #CCC;
  left: 0px;
  top: -100%;
  z-index: 99;
  position: fixed;
  visibility: hidden;
}
.stickynote-top .container {
  position: relative;
}
.stickynote-top .container .block {
  padding: 25px 80px 25px 0px;
}
.stickynote-top .container .btn-close {
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0px;
  top: 100%;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  text-indent: -999em;
  background: url("http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/btn-close.png") no-repeat left top;
  cursor: pointer;
  -webkit-transform: scale(0.5) rotate(45deg);
  -moz-transform: scale(0.5) rotate(45deg);
  -o-transform: scale(0.5) rotate(45deg);
  transform: scale(0.5) rotate(45deg);
}
.stickynote-top.loaded {
  visibility: visible;
}
.sns-slider .owl-item > *,
.block-latestblog .owl-item > * {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.sns-slider .owl-item.active > *,
.block-latestblog .owl-item.active > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tabdrop {
  margin: 0;
}
.tabdrop .dropdown-toggle {
  margin: 0;
}
.tabdrop .dropdown-toggle:before {
  content: '\f13a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.tabdrop .dropdown-toggle * {
  display: none;
}
.blog-toolbar .pager {
  margin: 0;
}
.blog-toolbar .toolbar {
  margin: 30px 0 0;
}
.blog-toolbar .toolbar .limiter {
  display: none;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner select {
  width: 70px;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  width: 110px !important;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  width: 110px !important;
}
.blog-toolbar.post .toolbar {
  margin: 10px 0 20px;
}
.price .text-box input[type="button"] {
  background: #666;
  margin-left: 5px;
}
.price .text-box input[type="button"]:hover {
  background-color: #b49400;
}
.product-name {
  font-size: 100%;
}
.product-name a {
  color: inherit;
}
.product-name a:hover {
  color: #b49400;
}
.search-form ul {
  list-style: none;
}
.page-head {
  color: #333;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
}
.page-title.title-buttons {
  margin-bottom: 20px;
}
.page-title h1 {
  font-size: 140%;
  margin: 0px 0 20px;
  text-transform: uppercase;
  color: #525252;
}
.sub-title {
  font-size: 110%;
}
small,
.small {
  vertical-align: top;
}
a.readmore {
  color: #b49400;
}
.highlight {
  color: #b49400;
}
.height20 {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
.visible-phone {
  display: none;
}
@media (max-width: 991px) {
  .height20 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .row20 {
    margin: 0 -10px;
  }
  .row20 [class^='col-'] {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .visible-phone {
    display: block;
  }
}
.col-md-2d4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-2d4 {
    float: left;
    width: 20%;
  }
}
.no-display {
  display: none;
}
#fancybox-close,
.btn-remove {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#fancybox-close:before,
.btn-remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
#fancybox-close:hover,
.btn-remove:hover {
  border-color: #b49400;
}
#fancybox-close:hover:before,
.btn-remove:hover:before {
  color: #b49400;
}
.btn-edit {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.btn-edit:before {
  content: '\f040';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.btn-edit:hover {
  border-color: #b49400;
}
.btn-edit:hover:before {
  color: #b49400;
}
#fancybox-close {
  top: 10px;
  right: 10px;
}
#fancybox-wrap #fancybox-outer {
  border: 2px solid #686868;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
#fancybox-wrap .fancybox-bg {
  background: none;
}
#fancybox-overlay {
  background: #000 !important;
  opacity: 20 !important;
  filter: alpha(opacity=2000) !important;
}
body .jqTransformSelectWrapper {
  height: 22px;
  background: #E2E2E2;
}
body .jqTransformSelectWrapper div span {
  padding: 0 0;
  line-height: 22px;
  height: 22px;
}
body .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  height: 21px;
  width: 9px;
  background: none;
}
body .jqTransformSelectWrapper ul {
  top: 22px;
}
body .jqTransformSelectWrapper ul a {
  padding: 0 5px;
}
body .jqTransformSelectWrapper ul a.selected:hover,
body .jqTransformSelectWrapper ul a:hover {
  background: #999;
}
body .jqTransformSelectWrapper .jqTransformHidden {
  display: none;
}
body .jqTransformRadioWrapper {
  margin-top: 0;
}
body .jqTransformRadioWrapper .jqTransformHidden {
  display: none;
}
body .jqtransformdone {
  line-height: 20px;
}
.sns-custom-tabs .custom-tab-head:before,
.sns-custom-tabs .custom-tab-head:after {
  content: " ";
  display: table;
}
.sns-custom-tabs .custom-tab-head:after {
  clear: both;
}
.sns-custom-tabs .custom-tab-head h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.sns-custom-tabs .custom-tab-head .nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li {
  font-size: 100%;
  color: #aaa;
  text-transform: uppercase;
  margin: 5px 0;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li + li {
  margin-left: 10px;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li:hover a {
  color: #b49400;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li.active a {
  color: #fff;
  background: #b49400;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li.active a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #b49400 transparent transparent transparent;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
.sns-custom-tabs .custom-tab-head .nav-tabs li a {
  border: none;
  color: #666;
  background: #f1f1f1;
  padding: 2px 8px;
  display: block;
  border-radius: 0;
  position: relative;
}
.sns-custom-tabs .tab-content {
  margin-bottom: 15px;
}
.sns-custom-tabs .tab-content .block-title-slider {
  position: static;
  margin: 0;
  padding: 0;
  height: 0;
}
.sns-custom-tabs .tab-content .block-title-slider h3 {
  display: none;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider {
  position: static;
  margin: 0;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a {
  position: absolute;
  bottom: 50%;
  z-index: 1;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a.next {
  right: -18px;
  left: auto;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a.prev {
  right: auto;
  left: -18px;
}
.sns-custom-tabs .tab-content .block-title-slider .navslider a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: #fff;
  color: #ccc;
  border: 3px solid #ddd;
}
.products-deals {
  display: none;
}
#fancybox-loading {
  position: fixed;
  left: 50%;
  padding: 15px 0 10px;
  width: 180px;
  background: #000;
  margin: -15px 0 0 -90px;
  text-align: center;
  box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  -o-box-shadow: 0 0 5px #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#fancybox-loading:before {
  content: '';
  display: block;
  height: 30px;
  background: url(http://www.majoreldesign.com/skin/frontend/sns_kalolia/default/images/camera-loader.gif) no-repeat center center;
}
#fancybox-loading div {
  margin-top: 8px;
  color: #FFF;
  background: none;
  width: 100%;
  height: auto;
}
#fancybox-loading div:before {
  content: 'Please wait...';
  text-align: center;
}
.fa-ul li {
  padding-top: 0;
}
.fa-ul li i {
  margin-top: 3px;
}
.fright {
  right: auto !important;
  left: 100% !important;
}
.head-policy {
  line-height: 1.3;
}
.head-policy strong {
  color: #666;
}
.head-policy [class*='col-']:hover .fa {
  color: #b49400;
}
.banner-slider {
  display: none;
}
.banner-slider .owl-controls .owl-pagination {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  height: 0;
}
.banner-slider .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.banner-slider .owl-controls .owl-pagination .owl-page:hover span:before,
.banner-slider .owl-controls .owl-pagination .owl-page.active span:before {
  border: 1px solid #fff;
}
.banner-slider .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  position: relative;
}
.banner-slider .owl-controls .owl-pagination .owl-page span:before {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  content: '';
}
.banner2 {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.banner2 img {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.banner2:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 25px;
  content: " ";
  left: 12px;
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 25px;
  transform: scale(0,1);
  transform-origin: 0 0 0;
  transition: all 0.5s cubic-bezier(0.455,0.03,0.515,0.955) 0s;
  z-index: 1;
}
.banner2:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 12px;
  content: "";
  left: 25px;
  opacity: 0;
  position: absolute;
  right: 25px;
  top: 12px;
  transform: scale(1,0);
  transform-origin: 100% 0 0;
  transition: all 0.5s cubic-bezier(0.455,0.03,0.515,0.955) 0s;
  z-index: 1;
}
.banner4 {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner4:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.banner4:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.banner4:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(255,255,255,0.2);
}
.banner4:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.2);
}
.banner4.black:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(0,0,0,0.1);
}
.banner4.black:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(0,0,0,0.1);
}
@-webkit-keyframes toBottomFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes toBottomFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@keyframes toBottomFromTop {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .col-lg-first {
    clear: left;
  }
}
@media (min-width: 992px) {
  .col-md-first {
    clear: left;
  }
}
@media (min-width: 768px) {
  .col-sm-first {
    clear: left;
  }
}
@media (max-width: 767px) {
  .col-xs-first {
    clear: left;
  }
}
@media (max-width: 479px) {
  [class*="col-phone-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .col-phone-12 {
    width: 100%;
  }
  .col-phone-11 {
    width: 91.666666666667%;
  }
  .col-phone-10 {
    width: 83.333333333333%;
  }
  .col-phone-9 {
    width: 75%;
  }
  .col-phone-8 {
    width: 66.666666666667%;
  }
  .col-phone-7 {
    width: 58.333333333333%;
  }
  .col-phone-6 {
    width: 50%;
  }
  .col-phone-5 {
    width: 41.666666666667%;
  }
  .col-phone-4 {
    width: 33.333333333333%;
  }
  .col-phone-3 {
    width: 25%;
  }
  .col-phone-2 {
    width: 16.666666666667%;
  }
  .col-phone-1 {
    width: 8.3333333333333%;
  }
  .visible-phone {
    display: block !important;
  }
}
hr.h20 {
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1199px) {
  .row.index_block > [class*='col-lg-'] {
    padding-top: 30px;
  }
  .row.index_block > [class*='col-lg-']:first-child {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .row.index_block > [class*='col-lg-'],
  .row.index_block > [class*='col-md-'] {
    padding-top: 30px;
  }
  .row.index_block > [class*='col-lg-']:first-child,
  .row.index_block > [class*='col-md-']:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .row.index_block > [class*='col-lg-'],
  .row.index_block > [class*='col-md-'],
  .row.index_block > [class*='col-sm-'] {
    padding-top: 30px;
  }
  .row.index_block > [class*='col-lg-']:first-child,
  .row.index_block > [class*='col-md-']:first-child,
  .row.index_block > [class*='col-sm-']:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  #sns_menu .block.sns-slider .container-slider  .item .countdown {
    margin-bottom: 20px !important;
    position: absolute !important;
    top: 10px !important;
    left: -5px !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    z-index: 99 !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
  }
  #sns_menu .block.sns-slider .container-slider  .item .countdown .countdown-row .countdown-section {
    display: block;
    padding: 15% 0px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #4c4c4c;
    margin-bottom: 8px;
    line-height: 15px;
    position: relative;
  }
  #sns_menu .block.sns-slider .container-slider  .item .countdown .countdown-row .countdown-section:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 6px;
    border-color: #3b3b3b transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
  }
  #sns_menu .block.sns-slider .container-slider  .item .countdown .countdown-row .countdown-section + .countdown-section {
    background: #595959;
  }
  #sns_menu .block.sns-slider .container-slider  .item .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section {
    background: #7f7f7f;
  }
  #sns_menu .block.sns-slider .container-slider  .item .countdown .countdown-row .countdown-section + .countdown-section + .countdown-section + .countdown-section {
    background: #999999;
  }
  #sns_menu .block.sns-slider .container-slider  .item .countdown .countdown-row .countdown-section .countdown-amount {
    display: block;
  }
  #sns_menu .block.sns-slider .container-slider  .item:hover .actions .link-wishlist {
    margin-left: -95px !important;
  }
  #sns_menu .block.sns-slider .container-slider  .item:hover .actions .link-compare {
    margin-right: -95px !important;
  }
  .products-list > li.item .item-title {
    padding-top: 8px;
  }
  .products-list > li.item .countdown {
    top: 5px !important;
  }
  .products-list > li.item .desc {
    max-height: 45px;
    overflow: hidden;
  }
  .item .item-inner .item-img {
    max-width: 262px;
  }
  .block.sns-deals {
    margin-bottom: 5px;
  }
  .block.sns-deals .item .item-inner {
    max-width: 360px;
    margin: 0 auto;
  }
  .block.sns-deals .item .item-inner .item-img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .block  .block-title {
    font-size: 130% !important;
  }
  .catalog-product-view .col-md-3,
  .catalog-product-view .col-md-9,
  .catalog-product-view .col-md-12 {
    position: static !important;
  }
  body#bd.dark #sns_content #sns_right,
  body#bd.dark #sns_content #sns_left {
    background: #2a2a2a !important;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  #sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
    width: 65px;
  }
  .sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
    padding: 9px;
  }
  .promo-wrap .pro-col.pro-mid .title {
    padding: 30px 0 18px;
    font-size: 200%;
  }
  .promo-wrap.twocol-special .pro-col.pro-left {
    width: 55%;
  }
  .promo-wrap.twocol-special .pro-col.pro-mid {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .promo-wrap .pro-col.pro-mid .title {
    padding: 30px 0 15px;
    font-size: 150%;
    line-height: 22px;
  }
  .promo-wrap .pro-col.pro-mid .sub-title {
    padding: 10px 0;
    line-height: 18px;
  }
  .promo-wrap.twocol-special .pro-col.pro-left {
    width: 55%;
  }
  .promo-wrap.twocol-special .pro-col.pro-mid {
    width: 45%;
  }
}
@media (max-width: 979px) {
  .data-table thead tr td,
  .data-table thead tr th {
    white-space: normal;
    padding: 5px;
  }
  .data-table tbody td {
    padding: 5px;
  }
  .data-table input.input-text {
    width: auto;
    max-width: 70%;
  }
  .data-table textarea {
    max-width: 70%;
  }
  .data-table .button {
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px 0;
  }
  .data-table .price-box .price {
    font-size: 120%;
  }
  .wrap-quickview {
    display: none !important;
  }
  .sns-btn-quickview {
    display: none;
  }
  #sns_content .category-products .toolbar .view-mode label,
  #sns_content .category-products .toolbar .sort-by label {
    display: none;
  }
  #sns_content .category-products .toolbar .limiter {
    display: none;
  }
  #sns_content .category-products .toolbar .pager .amount {
    display: none;
  }
  #sns_cpanel {
    display: none;
  }
}
@media (max-width: 641px) {
  .stickynote-top {
    display: none;
  }
  .col2-set .col-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col2-set .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart .col2-set {
    width: 100%;
  }
  .cart tbody td .product-name {
    line-height: 18px;
  }
  .cart tfoot td {
    padding: 10px 5px;
  }
  .cart .totals {
    width: 100%;
  }
  .cart .a-center input.input-text {
    padding: 6px 2px;
    text-align: center;
  }
  #sns_content .block.block-social .block-title {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  #sns_content .block.slide-banner ul {
    margin-left: 0px !important;
  }
  #sns_content .block.slide-banner ul > li {
    width: 620px !important;
  }
  #sns_content #sns_right,
  #sns_content #sns_left {
    margin-bottom: 30px;
  }
  #sns_content #sns_right .block-layered-nav .price .text-box input[type="text"],
  #sns_content #sns_left .block-layered-nav .price .text-box input[type="text"] {
    width: 60px;
  }
  #sns_content #sns_mainmidle .category-products .toolbar .sort-by {
    display: none;
  }
  #sns_promotions {
    display: none;
  }
  .price-box .old-price {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block.sns-deals {
    margin-bottom: 40px !important;
  }
  .block.sns-deals .owl-pagination {
    bottom: -25px;
  }
  .banner2-bottom .container .banner-right h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .block.sns-deals .hear-title {
    max-width: 360px;
    margin: 0 auto;
  }
  .products-list > li.item {
    padding: 20px 0;
    border: none;
  }
  .products-list > li.item .item-img {
    border: none;
  }
  #wishlist-view-form thead tr th {
    display: none;
  }
  #wishlist-view-form tbody tr td {
    display: block;
    border: none;
  }
  #wishlist-view-form tbody tr td:first-child {
    float: left;
  }
  #wishlist-view-form .buttons-set button.button {
    margin-bottom: 10px;
  }
  #sns_footer_top .column.column2 {
    border: none !important;
    padding: 0 15px;
  }
  #sns_footer_top .column.column3 {
    padding-left: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sns-product-detail .sns_product_img .product-image-zoom {
    max-width: 500px;
    max-height: 450px;
  }
  .cart-collaterals .totals table td {
    text-align: left !important;
    padding: 0px !important;
  }
  .policy_shop .policy .ca-content span {
    display: none;
  }
  .banner2-bottom .container h2 {
    font-size: 20px !important;
  }
  .banner2-bottom .container img {
    top: -40px !important;
  }
  #my-orders-table td {
    padding: 4px;
  }
  #my-orders-table td .product-name {
    text-transform: capitalize;
    font-weight: normal;
  }
  #my-orders-table thead tr th {
    text-transform: capitalize;
  }
}
@media (max-width: 479px) {
  #sns-header-top p.welcome-msg {
    font-size: 8px;
  }
  #sns-header-top #search_mini_form input {
    width: 100% !important;
  }
  #sns_header #sns_menu h1 {
    margin: 0px;
  }
  #sns_header #sns_menu .header-menu-block {
    padding: 0px !important;
  }
  #sns_header #sns_header_bot .container {
    width: 100% !important;
  }
  #sns_header #sns_header_bot .block_categories {
    display: none;
  }
  .item .item-inner .item-img {
    margin: 0 auto;
    max-width: 262px;
  }
  .banner2-bottom .container h2 {
    font-size: 13px !important;
  }
  .banner2-bottom .container span {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }
  .banner2-bottom .container img {
    top: -35px !important;
  }
  .policy_shop .policy {
    margin-bottom: 10px;
  }
  .wap-slidercategory {
    padding: 30px 0;
    margin: 0px;
  }
  .wap-slidercategory .block_head_center .block-title span span {
    font-size: 16px;
  }
  .sns-producttabs.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .tabdrop {
    display: block !important;
  }
  .sns-product-detail .product-shop .add-to-box .btn-cart {
    padding: 0px;
  }
  .data-table  thead tr th {
    text-transform: capitalize;
  }
  body#bd.dark li.dropdown ul.dropdown-menu {
    background: #2a2a2a;
    border: 1px solid #676767;
  }
  body#bd.dark li.dropdown ul.dropdown-menu li > a:hover {
    background-color: #999 !important;
  }
  #sns_bots .tab-title {
    display: none !important;
  }
  .cart ul.checkout-types button {
    padding: 7px 5px;
  }
  .cart .btn-continue {
    float: none;
  }
  #my-orders-table thead tr th {
    display: none;
  }
  #my-orders-table tbody tr td {
    display: block;
    border: none;
  }
  #my-orders-table tbody tr td:first-child {
    float: left;
  }
  #my-orders-table .buttons-set button.button {
    margin-bottom: 10px;
  }
}
.ie input[type="checkbox"],
.ie input[type="radio"] {
  border: 0 !important;
}
body.ie.ie8 .container {
  width: 1170px;
}
body.ie.ie8 .item .item-inner .item-img .item-img-info {
  display: none;
}
body.ie.ie8 .item .item-inner:hover .item-img .item-img-info {
  display: block;
}