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: #222;
  border-color: #dfdfdf;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #cdcdcd;
}
input,
textarea,
select {
  display: inline-block;
  padding: 6px;
  line-height: 1.428571429;
  vertical-align: middle;
  border: 1px solid #ccc;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #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;
}
img {
  max-width: 100%;
}
.label {
  margin: 2px 0;
  line-height: normal;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: inherit;
  text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
}
body {
  color: #222;
}
body p {
  line-height: 18px;
}
a {
  color: #222;
}
a:hover,
a:focus,
a:active {
  color: #76bdd1;
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
select:focus {
  outline: none !important;
}
.tooltip-inner {
  background-color: #686868;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #686868;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #686868;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #686868;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #686868;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.modal {
  margin-left: -230px;
  width: 450px;
}
.modal label {
  cursor: pointer;
  margin: 0 0;
}
.modal input[type="text"],
.modal input.input-text,
.modal .input-box input[type="text"],
.modal .input-box input.input-text {
  width: 160px;
}
.modal .modal-header .close {
  font-size: 0px;
  background: transparent;
  opacity: 100;
  filter: alpha(opacity=10000);
  color: #222;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .modal-header .close:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 18px;
}
.modal .modal-header .close:hover {
  color: #dd4848;
}
.modal .modal-header .close:hover:after {
  text-decoration: none;
  color: #dd4848;
}
.modal .modal-body {
  overflow-x: hidden;
}
.modal .block .block-title {
  padding: 0 0;
  line-height: 26px;
}
.highlight {
  color: #76bdd1;
}
.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) {
  [class*='col-xs-'] {
    width: 100%;
  }
  .visible-phone {
    display: block;
  }
}
#sns-totop {


  background: #aaa;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 45px;
  bottom: 15px;
  right: 15px;
  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;
}
#sns-totop.hidden-top {
  bottom: -100px;
}
#sns-totop:hover {
  background-color: #76bdd1;
}
#sns-totop:hover i {
  color: #FFF;
}
#sns-totop i {
  font-size: 24px;
  color: #e5e5e5;
  position: relative;
  top: 8px;
}
#facebook_fan iframe[style] {
  width: 100% !important;
}
select {
  height: 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;
}
select:focus {
  border-color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.input-text {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #aaa;
  border-color: #EDEDED;
}
input.input-text:focus {
  border-color: #aeaeae;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
}
input.input-text.validation-failed {
  border-color: #B94A48 !important;
}
input.required-entry.validation-failed,
textarea.required-entry.validation-failed {
  border-color: #B94A48 !important;
}
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #aaa;
  border-color: #EDEDED;
}
textarea:focus {
  border-color: #aeaeae;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #686868;
}
textarea.validation-failed {
  border-color: #B94A48 !important;
}
input[type="button"],
.button,
button {
  font-size: 120%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 24px;
  line-height: 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #ededed;
  background: #76bdd1;
  color: #222;
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background-color: #222;
  color: #76bdd1;
}
.price .text-box input[type="button"] {
  background: #666;
  margin-left: 5px;
}
.price .text-box input[type="button"]:hover {
  background-color: #76bdd1;
}
body {
  font-size: 12px;
}
body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}
body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: none;
  color: #222;
}
body.page-popup .page-title .link-print {
  background: url("../images/i_print.gif") 0 2px no-repeat;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  float: right;
}
body.page-popup .data-table thead th,
body.page-popup .data-table tbody th {
  background: #efefef;
  padding-left: 10px;
  padding-right: 10px;
}
body.page-popup .compare-table td {
  vertical-align: top;
}
body.page-popup .compare-table td button {
  margin: 0 0;
}
body.page-popup .compare-table thead th,
body.page-popup .compare-table thead td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
body.page-popup .product-name {
  line-height: normal;
  margin-bottom: 10px;
}
body.page-popup .ratings,
body.page-popup .price-box {
  margin-bottom: 10px;
  text-align: center;
}
body.page-popup .ratings .amount {
  font-size: 10px;
}
body.page-popup .add-to-links {
  list-style: none;
  margin: 0 0;
  text-align: center;
}
body.page-popup .product-shop-row td,
body.page-popup .add-to-row td {
  text-align: center;
}
.no-display {
  display: none;
}
.gfont {
  font-weight: bold;
}
.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;
}
#fancybox-close,
.btn-remove {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 22px;
  height: 22px;
  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: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #222;
}
#fancybox-close:hover,
.btn-remove:hover {
  background-color: #f7f7f9;
}
.btn-edit {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.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: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #222;
}
.btn-edit:hover {
  background-color: #f7f7f9;
}
.block .btn-remove {
  position: absolute;
  top: 0px;
  right: 0px;
}
#fancybox-close {
  top: 10px;
  right: 10px;
}
#fancybox-wrap #fancybox-outer {
  border: 2px solid #686868;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
#fancybox-wrap .fancybox-bg {
  background: none;
}
#fancybox-overlay {
  background: #000 !important;
  opacity: 20 !important;
  filter: alpha(opacity=2000) !important;
}
body .jqTransformSelectWrapper {
  height: 22px;
  background: #E2E2E2;
}
body .jqTransformSelectWrapper div span {
  padding: 0 0;
  line-height: 22px;
  height: 22px;
}
body .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  height: 21px;
  width: 9px;
  background: url("../images/ico-drop.png") no-repeat right 7px;
}
body .jqTransformSelectWrapper ul {
  top: 22px;
}
body .jqTransformSelectWrapper ul a {
  padding: 0 5px;
}
body .jqTransformSelectWrapper ul a.selected:hover,
body .jqTransformSelectWrapper ul a:hover {
  background: #999;
}
body .jqTransformSelectWrapper .jqTransformHidden {
  display: none;
}
body .jqTransformRadioWrapper {
  margin-top: 0;
}
body .jqTransformRadioWrapper .jqTransformHidden {
  display: none;
}
body .jqtransformdone {
  line-height: 20px;
}
.banner-item {
  position: relative;
  display: block;
  text-align: center;
}
.banner-item:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-item:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
#sns_breadcrumbs {
  min-height: 20px;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  padding: 10px 0;
}
.breadcrumbs li:before {
  content: "/";
  margin: 0 7px;
}
.breadcrumbs li > * {
  padding: 1px 3px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs li.last span {
  background: #76bdd1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 120%;
}
h5,
h6 {
  font-size: 110%;
}
ul.form-list,
ul.tags-list {
  list-style: none;
  padding: 0;
}
ul.form-list li,
ul.tags-list li {
  margin-bottom: 10px;
}
table img {
  max-width: none;
}
.page-title.category-title {
  display: none;
}
.page-title h1 {
  font-size: 180%;
  font-weight: bold;
  margin: 0px 0 10px;
  text-transform: uppercase;
  color: #222;
}
.sub-title {
  font-size: 110%;
}
.fieldset {
  border: 1px solid #E5E5E5;
  margin: 10px 0 15px;
  padding: 15px;
}
.fieldset .legend {
  background: #FFF;
  float: left;
  font-size: 125%;
  font-weight: bold;
  margin: -25px 0 0;
  padding: 0 8px;
  line-height: 20px;
}
.fieldset ul {
  margin: 0 0;
  list-style: none;
}
.product-name {
  font-size: 100%;
  font-weight: bold;
}
.product-name a {
  color: inherit;
}
.product-name a:hover {
  color: #76bdd1;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
.control .input-box input {
  margin: 0 0;
}
.control > input,
.control label {
  display: inline-block;
  vertical-align: middle;
}
.control input {
  margin: 1px 5px 0 0;
}
.control label {
  cursor: pointer;
  margin: 0 0;
}
.input-box select {
  margin: 0 0 10px 0;
}
.col2-set {
  clear: both;
}
.col2-set h2 {
  font-size: 125%;
}
.col2-set h3 {
  font-size: 120%;
}
.col2-set h4 {
  font-size: 100%;
}
.col2-set .col-1 {
  width: 48.5%;
  float: left;
}
.col2-set .col-2 {
  width: 48.5%;
  float: right;
}
.col2-set .content {
  padding: 15px;
  border: 1px solid #e9e9e9;
  height: 270px;
}
.col2-set .buttons-set {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 20px;
}
.col2-set .buttons-set:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.col3-set .col-1 {
  width: 32%;
  float: left;
}
.col3-set .col-2 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.col3-set .col-3 {
  width: 32%;
  float: right;
}
.box-content {
  padding: 0 20px;
}
.box-content h4 {
  font-size: 110%;
}
.box-account > ol {
  list-style: none;
  margin: 10px 0 10px 15px;
}
.box-account > ol li .number {
  float: left;
  margin: 0 10px 0 0;
}
.box-account > ol li .details {
  width: 100%;
}
.box-account > ol li .details .product-name {
  line-height: 18px;
  margin: 0 0;
}
.box-account > ol li .details .ratings {
  margin: 6px 0;
}
.box-account > ol li .details .ratings strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags ul {
  list-style: none;
  margin: 0 0;
}
.box-account > ol li .details .tags ul li {
  float: left;
  margin: 0 3px 0 0;
}
.table-caption {
  font-size: 125%;
}
#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}
#wishlist-table textarea {
  width: 100%;
}
#wishlist-table .add-to-cart-alt {
  margin-bottom: 10px;
}
.data-table {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  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;
}
.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: #76bdd1;
  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;
}
#my-orders-table tbody td.last {
  white-space: nowrap;
}
.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;
}
.buttons-set {
  border: none !important;
  padding: 10px 0 0 !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
.cart h1 {
  float: left;
}
.cart ul.checkout-types {
  list-style: none;
  margin: 0 0 10px;
  float: right;
}
.cart .btn-remove {
  position: static;
  width: 23px;
  height: 23px;
  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: 0;
}
.cart .form-list {
  margin: 0 0;
  list-style: none;
}
.cart #co-shipping-method-form ul {
  list-style: none;
  margin: 0 0;
}
.cart #co-shipping-method-form ul li label {
  cursor: pointer;
  float: left;
  margin: 0 0;
}
.cart #co-shipping-method-form ul li input {
  float: left;
  margin: 1px 5px 0 0;
}
#checkoutSteps {
  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: #222;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #222;
  color: #FFF;
}
#checkoutSteps li .step-title h2 {
  font-size: 125%;
  text-transform: uppercase;
  float: left;
  line-height: normal;
  margin: 0 0;
}
#checkoutSteps li .step-title a {
  float: right;
}
#checkoutSteps li.allow .step-title {
  cursor: pointer;
}
#checkoutSteps li.active .step-title {
  background: #FFF;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  cursor: default;
}
#checkoutSteps li .step {
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
}
#checkoutSteps li .step fieldset ul {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li .step fieldset p.required {
  text-align: right;
}
#checkoutSteps .sp-methods dt {
  clear: both;
  padding: 2px 0;
}
#checkoutSteps .sp-methods dt input {
  margin: 1px 5px 0 0;
  float: left;
}
#checkoutSteps .sp-methods dt label {
  float: left;
  margin: 0 0;
  cursor: pointer;
}
#checkoutSteps .please-wait {
  margin: 0 20px;
}
.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;
  padding-left: 20px;
  margin: 0 0 15px;
}
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;
}
.search-form ul {
  list-style: none;
}
.page-head {
  color: #222;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
}
.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%;
}
.transition {
  -webkit-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
}
.make_transist {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.hidescale {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@-moz-keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@-webkit-keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@-o-keyframes animationpos {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@-webkit-keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@-moz-keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@-o-keyframes largeLoading {
  16.67% {
    box-shadow: -75px -125px 0 40px #76bdd1, 75px -125px 0 40px #6cce74, 150px 0px 0 40px #c18d46, 75px 125px 0 40px #c14745, -75px 125px 0 40px #2e1e5b, -150px 0px 0 40px #9c37a6;
  }
  33.33% {
    box-shadow: -75px -125px 0 40px #9c37a6, 75px -125px 0 40px #76bdd1, 150px 0px 0 40px #6cce74, 75px 125px 0 40px #c18d46, -75px 125px 0 40px #c14745, -150px 0px 0 40px #2e1e5b;
  }
  50% {
    box-shadow: -75px -125px 0 40px #2e1e5b, 75px -125px 0 40px #9c37a6, 150px 0px 0 40px #76bdd1, 75px 125px 0 40px #6cce74, -75px 125px 0 40px #c18d46, -150px 0px 0 40px #c14745;
  }
  66.67% {
    box-shadow: -75px -125px 0 40px #c14745, 75px -125px 0 40px #2e1e5b, 150px 0px 0 40px #9c37a6, 75px 125px 0 40px #76bdd1, -75px 125px 0 40px #6cce74, -150px 0px 0 40px #c18d46;
  }
  88.88% {
    box-shadow: -75px -125px 0 40px #c18d46, 75px -125px 0 40px #c14745, 150px 0px 0 40px #2e1e5b, 75px 125px 0 40px #9c37a6, -75px 125px 0 40px #76bdd1, -150px 0px 0 40px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
  }
}
@keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-webkit-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-moz-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-o-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-webkit-keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-moz-keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-o-keyframes tinyLoading {
  16.67% {
    box-shadow: -25px -40px 0 10px #76bdd1, 25px -40px 0 10px #6cce74, 50px 0px 0 10px #c18d46, 25px 40px 0 10px #c14745, -25px 40px 0 10px #2e1e5b, -50px 0px 0 10px #9c37a6;
  }
  33.33% {
    box-shadow: -25px -40px 0 10px #9c37a6, 25px -40px 0 10px #76bdd1, 50px 0px 0 10px #6cce74, 25px 40px 0 10px #c18d46, -25px 40px 0 10px #c14745, -50px 0px 0 10px #2e1e5b;
  }
  50% {
    box-shadow: -25px -40px 0 10px #2e1e5b, 25px -40px 0 10px #9c37a6, 50px 0px 0 10px #76bdd1, 25px 40px 0 10px #6cce74, -25px 40px 0 10px #c18d46, -50px 0px 0 10px #c14745;
  }
  66.67% {
    box-shadow: -25px -40px 0 10px #c14745, 25px -40px 0 10px #2e1e5b, 50px 0px 0 10px #9c37a6, 25px 40px 0 10px #76bdd1, -25px 40px 0 10px #6cce74, -50px 0px 0 10px #c18d46;
  }
  88.88% {
    box-shadow: -25px -40px 0 10px #c18d46, 25px -40px 0 10px #c14745, 50px 0px 0 10px #2e1e5b, 25px 40px 0 10px #9c37a6, -25px 40px 0 10px #76bdd1, -50px 0px 0 10px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -25px -40px 0 10px #6cce74, 25px -40px 0 10px #c18d46, 50px 0px 0 10px #c14745, 25px 40px 0 10px #2e1e5b, -25px 40px 0 10px #9c37a6, -50px 0px 0 10px #76bdd1;
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.tabulousclear {
  display: block;
  clear: both;
}
.validation-advice {
  color: #B94A48;
  font-size: 92%;
}
.sns-btn-quickview {
  background-color: #76bdd1;
  background-color: rgba(244,223,1,0.5);
}
.box-head h2 {
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 10px;
}
.box .box-title {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.box .box-title h2,
.box .box-title h3 {
  font-size: 110%;
  margin: 0 0;
  font-weight: bold;
  text-transform: none;
}
.box .box-title a {
  position: absolute;
  right: 0px;
  top: 5px;
}
.my-account .title-buttons {
  position: relative;
  margin-bottom: 20px;
}
.my-account .pager .amount {
  float: left;
  margin: 0 0;
}
.my-account .pager .limiter {
  float: right;
}
.my-account .pager .limiter label {
  float: left;
  margin: 0 10px 0 0;
}
.my-account .pager .limiter select {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 80px;
}
.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;
}
.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;
}
.block-custom {
  background: #ededed;
  padding: 20px;
}
.block-custom h3 {
  font-size: 200%;
  font-weight: bold;
  margin: 10px 0;
}
.block {
  margin-bottom: 30px;
}
.block .block-title {
  font-size: 125%;
  font-weight: bold;
  padding: 5px 20px;
  background: #76bdd1;
  position: relative;
  line-height: 30px;
}
.block .block-title .navslider {
  position: absolute;
  top: 0%;
  right: 10px;
}
.block .block-title .navslider a {
  display: inline-block;
  vertical-align: middle;
}
.block .block-title .navslider a i {
  font-size: 11px;
  width: 20px;
  height: 20px;
  background: #222;
  text-align: center;
  line-height: 20px;
  color: #ccc;
}
.block .block-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #76bdd1;
}
.block .block-content {
  padding: 20px 10px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 1px;
}
.block.block-subscribe {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.block.block-subscribe .block-title {
  background: none;
  padding: 0;
}
.block.block-subscribe .block-title:before {
  display: none;
}
.block.block-subscribe .form-subscribe-header {
  letter-spacing: -0.2px;
  margin-bottom: 15px;
}
.block.block-subscribe .block-content {
  padding: 0;
  border: none;
}
.block.block-subscribe .block-content input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px 10px;
  -webkit-box-shadow: 0 0 10px #ddd inset;
  box-shadow: 0 0 10px #ddd inset;
  margin-bottom: 5px;
}
.block.block-twitter .block-content {
  padding: 0;
  border: none;
}
.block.block-twitter .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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;
}
.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-privacypolicy .block-title {
  text-transform: none;
  font-size: 183.3%;
}
.block.block-privacypolicy .block-title span {
  padding-bottom: 5px;
}
.block.block-privacypolicy .block-content ul.custom-block {
  list-style: none;
  margin: 20px 0 0;
}
.block.block-privacypolicy .block-content ul.custom-block li {
  padding: 0 0 0 60px;
  height: 47px;
  position: relative;
  margin: 10px 0 0;
  line-height: 46px;
  color: #222;
}
.block.block-privacypolicy .block-content ul.custom-block li:before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #76bdd1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url("../images/ico-pricacypolicy.png") no-repeat left top;
}
.block.block-privacypolicy .block-content ul.custom-block li span {
  line-height: 18px;
  display: inline-block;
  margin-top: 3px;
}
.block.block-privacypolicy .block-content ul.custom-block li:hover {
  color: #76bdd1;
}
.block.block-privacypolicy .block-content ul.custom-block li:hover:before {
  background-color: #76bdd1;
  background-position: left -45px;
}
.block.block-privacypolicy .block-content ul.custom-block li.money-back:before {
  background-position: left -90px;
}
.block.block-privacypolicy .block-content ul.custom-block li.money-back:hover:before {
  background-position: left -135px;
}
.block.block-privacypolicy .block-content ul.custom-block li.order-247:before {
  background-position: left -180px;
}
.block.block-privacypolicy .block-content ul.custom-block li.order-247:hover:before {
  background-position: left -225px;
}
.block.block-privacypolicy .block-content ul.custom-block li.special-event:before {
  background-position: left -270px;
}
.block.block-privacypolicy .block-content ul.custom-block li.special-event:hover:before {
  background-position: left -315px;
}
.block.block-privacypolicy .block-content ul.custom-block li.gift:before {
  background-position: left -360px;
}
.block.block-privacypolicy .block-content ul.custom-block li.gift:hover:before {
  background-position: left -405px;
}
.block.have-border {
  border: 2px solid #dfdfdf;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.block.have-border .block-inner {
  margin: -2px;
  padding: 4px;
}
.block.have-border .block-inner .block-inner2 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 10px 10px;
}
.block.block-connectus .block-content p {
  line-height: 24px;
  margin: 0 0 3px 0;
  padding: 0 0 0 46px;
  position: relative;
  color: #222;
  height: 48px;
}
.block.block-connectus .block-content p a {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.block.block-connectus .block-content p a:hover {
  text-decoration: none;
}
.block.block-connectus .block-content p label {
  margin: 0 0;
  float: left;
  line-height: 24px;
  color: #222;
}
.block.block-connectus .block-content p:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0px;
  top: 6px;
  background-image: url("../images/ico-contactus.png");
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.block.block-connectus .block-content p.c-phone {
  line-height: 48px;
}
.block.block-connectus .block-content p.c-phone label {
  line-height: 48px;
}
.block.block-connectus .block-content p.c-phone:before {
  background-position: left -136px;
}
.block.block-connectus .block-content p.c-phone:hover:before {
  background-position: left -170px;
}
.block.block-connectus .block-content p.c-email {
  line-height: 48px;
}
.block.block-connectus .block-content p.c-email label {
  line-height: 48px;
}
.block.block-connectus .block-content p.c-email:before {
  background-position: left -68px;
}
.block.block-connectus .block-content p.c-email:hover:before {
  background-position: left -102px;
}
.block.block-connectus .block-content p:hover:before {
  border-color: #76bdd1;
  background-position: left -34px;
}
.block.block-connectus .block-content ul {
  list-style: none;
  margin: 0 0;
}
.block.block-connectus .block-content ul li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.block.block-connectus .block-content ul li a {
  width: 30px;
  height: 30px;
  text-indent: -999em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/ico-socials.png) no-repeat left top;
  display: block;
}
.block.block-connectus .block-content ul li a:hover {
  background-position: left -30px;
  background-color: #FFF !important;
}
.block.block-connectus .block-content ul li.facebook a {
  background-color: #3c5b9b;
}
.block.block-connectus .block-content ul li.twitter a {
  background-position: left -60px;
  background-color: #359bed;
}
.block.block-connectus .block-content ul li.twitter a:hover {
  background-position: left -90px;
}
.block.block-connectus .block-content ul li.rss a {
  background-position: left -120px;
  background-color: #fd9f13;
}
.block.block-connectus .block-content ul li.rss a:hover {
  background-position: left -150px;
}
.block.block-connectus .block-content ul li.youtube a {
  background-position: left -180px;
  background-color: #f03434;
}
.block.block-connectus .block-content ul li.youtube a:hover {
  background-position: left -210px;
}
.block.block-connectus .block-content ul li.vimeo a {
  background-position: left -240px;
  background-color: #87d3e0;
}
.block.block-connectus .block-content ul li.vimeo a:hover {
  background-position: left -270px;
}
.block.block-connectus .block-content ul li.frickr a {
  background-position: left -300px;
  background-color: #e9e9e9;
}
.block.block-connectus .block-content ul li.frickr a:hover {
  background-position: left -330px;
}
.block.block-connectus .block-content ul li:first-child {
  margin-left: 0px;
}
.block.block-gettouch .block-title {
  position: relative;
  padding: 10px 10px 10px 45px;
}
.block.block-gettouch .block-title:before {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 120%;
  text-align: center;
  height: 19px;
  width: 35px;
  padding: 8px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f3734f;
  color: #FFF;
  content: "\f041";
  font-family: FontAwesome;
}
.block.block-social {
  padding: 30px 20px 20px;
}
.block.block-social .block-title {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.block.block-social .block-content {
  padding: 0 0 !important;
}
.block.block-social .block-content ul {
  margin: 0 0;
  list-style: none;
}
.block.block-social .block-content ul li {
  float: left;
  display: inline-block;
  margin: 0 10px;
}
.block.block-social .block-content ul li a {
  display: inline-block;
  color: #222;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.block.block-social .block-content ul li a span {
  display: none;
}
.block.block-social .block-content ul li a:before {
  font-family: FontAwesome;
  font-size: 35px;
  height: 35px;
  width: 35px;
  line-height: 100%;
}
.block.block-social .block-content ul li a.facebook:before {
  content: "\f09a";
}
.block.block-social .block-content ul li a.facebook:hover {
  color: #425f9c;
}
.block.block-social .block-content ul li a.plus:before {
  content: "\f0d5";
}
.block.block-social .block-content ul li a.plus:hover {
  color: #D85131;
}
.block.block-social .block-content ul li a.pinterest:before {
  content: "\f0d3";
}
.block.block-social .block-content ul li a.pinterest:hover {
  color: #CA2128;
}
.block.block-social .block-content ul li a.linkedin:before {
  content: "\f0e1";
}
.block.block-social .block-content ul li a.linkedin:hover {
  color: #017EB4;
}
.block.block-social .block-content ul li a.twitter:before {
  content: "\f099";
}
.block.block-social .block-content ul li a.twitter:hover {
  color: #5DD7FC;
}
.block.block-social .block-content ul li a:hover {
  text-decoration: none;
  color: #76bdd1;
}
.block.block-social .block-content ul li.last {
  margin-right: 0px;
}
.block.block-wishlist ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block.block-wishlist ol li {
  margin: 0 0 15px;
}
.block.block-wishlist ol li:hover .product-image {
  border: 1px solid #76bdd1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.block.block-wishlist ol .product-image {
  display: block;
  margin-right: 10px;
  float: left;
  border: 1px solid transparent;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.block.block-wishlist ol .product-details {
  overflow: hidden;
}
.block.block-wishlist ol .product-details .price-box .price {
  font-size: 100%;
}
.block.block-wishlist .actions {
  padding: 15px 0 0;
}
.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 .actions {
  padding: 15px 0 0;
  text-align: right;
}
.block.block-compare .actions .button {
  margin: 0 0 0 5px;
}
.block_slider_head {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.block_slider_head:before,
.block_slider_head:after {
  content: " ";
  display: table;
}
.block_slider_head:after {
  clear: both;
}
.block_slider_head:before {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.block_slider_head .block-title {
  float: left;
  margin: 0;
  background-color: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
.block_slider_head .block-title:before {
  display: none;
}
.block_slider_head .navslider {
  background-color: #fff;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
  right: 0;
}
.block_slider_head .navslider > a {
  display: inline-block;
  background: #ccc;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #222;
  text-align: center;
  margin-left: 2px;
  font-size: 10px;
}
.block_slider_head .navslider > a:hover {
  background: #76bdd1;
  color: #222;
}
.form-search {
  position: relative;
  margin-top: 10px;
  padding-right: 29px;
}
.form-search input {
  border: 1px solid #ddd;
  border-left: 2px solid #222;
  height: 30px;
  width: 100%;
}
.form-search input:focus {
  border-color: #76bdd1 #76bdd1 #76bdd1 #222;
}
.form-search input:focus + button {
  background: #76bdd1;
}
.form-search input:focus + button:before {
  background-position: right center;
}
.form-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  border: none;
  background: #222;
}
.form-search button:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  background: url(../images/ico/search.png) no-repeat left center;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
}
.form-search:hover input {
  border-color: #76bdd1 #76bdd1 #76bdd1 #222;
}
.form-search:hover button {
  background: #76bdd1;
}
.form-search:hover button:before {
  background-position: right center;
}
#sns_header_top .language-switcher,
#sns_header_top .currency-switcher {
  float: left;
  margin: 0;
  cursor: pointer;
  position: relative;
}
#sns_header_top .language-switcher label,
#sns_header_top .currency-switcher label {
  float: left;
  margin-right: 10px;
  display: none;
}
#sns_header_top .language-switcher .tongle,
#sns_header_top .currency-switcher .tongle {
  line-height: 32px;
  padding: 0 15px 0 0;
  position: relative;
}
#sns_header_top .language-switcher > ul,
#sns_header_top .currency-switcher > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 65px;
  border: 1px solid #ddd;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0px;
  top: 100%;
  background: #fff;
}
body.ie8 #sns_header_top .language-switcher > ul,
body.ie8 #sns_header_top .currency-switcher > ul {
  display: none;
}
#sns_header_top .language-switcher > ul li a,
#sns_header_top .currency-switcher > ul li a {
  padding: 5px 10px;
  color: #222;
  text-transform: none;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_header_top .language-switcher > ul li a.selected,
#sns_header_top .language-switcher > ul li a:hover,
#sns_header_top .currency-switcher > ul li a.selected,
#sns_header_top .currency-switcher > ul li a:hover {
  color: #76bdd1;
}
#sns_header_top .language-switcher:hover .tongle,
#sns_header_top .currency-switcher:hover .tongle {
  color: #76bdd1;
}
#sns_header_top .language-switcher:hover > ul,
#sns_header_top .currency-switcher:hover > ul {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.ie8 #sns_header_top .language-switcher:hover > ul,
body.ie8 #sns_header_top .currency-switcher:hover > ul {
  display: block;
}
#sns_header_top .language-switcher > ul {
  width: 110px;
}
.toolbar {
  padding: 0;
  margin: 0;
}
.toolbar .toolbar-inner {
  background: #ededed;
}
.toolbar .toolbar-inner > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.toolbar .view-mode label {
  display: none;
}
.toolbar .view-mode a,
.toolbar .view-mode strong {
  width: 50px;
  height: 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  float: left;
  position: relative;
}
.toolbar .view-mode a:before,
.toolbar .view-mode strong:before {
  display: block;
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/ico/ico-gl.png);
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
}
.toolbar .view-mode a {
  background-color: #222;
}
.toolbar .view-mode a.list:before {
  background-position: 0 0;
}
.toolbar .view-mode a.grid:before {
  background-position: 0 -26px;
}
.toolbar .view-mode strong {
  background-color: #76bdd1;
}
.toolbar .view-mode strong.list:before {
  background-position: -26px 0;
}
.toolbar .view-mode strong.grid:before {
  background-position: -26px -26px;
}
.toolbar .limiter {
  margin-left: 3%;
}
.toolbar .limiter label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.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;
  height: 30px;
  border: 1px solid #CCC;
  background: #FFF;
  z-index: 1 !important;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover {
  border-color: #aeaeae;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  color: #222;
  width: auto !important;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  right: 5px;
  position: absolute;
  height: 100%;
  width: 15px;
}
.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: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 15px;
  font-weight: bold;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 30px;
  width: 85px !important;
  left: -1px !important;
  border-color: #aeaeae;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 2px 6px;
  background-position: center 10px;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
  background: #aeaeae;
  color: #222;
}
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
  background: #e5e5e5;
  color: #222;
}
.toolbar .limiter .select-new .select-inner select {
  cursor: pointer;
  width: 50px;
  border: none;
  background: none;
}
.toolbar .sort-by {
  margin-left: 3%;
}
.toolbar .sort-by label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.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;
  height: 30px;
  border: 1px solid #CCC;
  background: #FFF;
  z-index: 1 !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover {
  border-color: #aeaeae;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  color: #222;
  width: auto !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  right: 5px;
  position: absolute;
  height: 100%;
  width: 15px;
}
.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: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 15px;
  font-weight: bold;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 30px;
  width: 85px !important;
  left: -1px !important;
  border-color: #aeaeae;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a {
  padding: 2px 6px;
  background-position: center 10px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
  background: #aeaeae;
  color: #222;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
  background: #e5e5e5;
  color: #222;
}
.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;
  border: none;
  position: relative;
  background: #ccc;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.toolbar .sort-by .set-desc:before,
.toolbar .sort-by .set-asc:before {
  position: absolute;
  left: 0px;
  top: 0px;
  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: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.toolbar .sort-by .set-desc:hover,
.toolbar .sort-by .set-asc:hover {
  background-color: #76bdd1;
}
.toolbar .sort-by .set-desc:hover:before,
.toolbar .sort-by .set-asc:hover:before {
  color: #222;
}
.toolbar .sort-by .set-desc:before {
  content: '\f106';
  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-weight: bold;
}
.toolbar .pager {
  margin: 15px 20px 0 0;
  float: right;
}
.toolbar .pager p.amount {
  display: none;
}
.toolbar .pager .pages > strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 5px;
}
.toolbar .pager .pages > ol {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
.toolbar .pager .pages > ol li {
  height: 20px;
  line-height: 20px;
  text-align: center;
  min-width: 20px;
  padding: 0 5px;
  display: inline-block;
  margin-left: -2px;
}
.toolbar .pager .pages > ol li.current {
  background: #76bdd1;
}
.toolbar .pager .pages > ol li a {
  display: block;
  padding: 0;
  border: none;
  background: none;
}
.toolbar .pager .pages > ol li:hover {
  background: #76bdd1;
}
.toolbar .pager .pages > ol li:hover a {
  color: #222;
}
.price-box p {
  margin: 0 0;
  display: inline-block;
}
.price-box .old-price {
  margin: 0 10px 0 0;
  padding: 0 6px;
  display: inline-block;
  position: relative;
}
.price-box .old-price .price {
  text-decoration: line-through;
  font-size: 100%;
  color: #626262;
  position: relative;
  line-height: normal;
}
.price-box .special-price .price {
  color: #ec3d3d;
  font-size: 120%;
  font-weight: bold;
}
.price-box .price {
  color: #ec3d3d;
  font-size: 120%;
  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: 100%;
}
.price-box .price-to {
  padding: 0 0;
}
.price-box .price-to .price {
  font-size: 100%;
}
.price-box .price-to .price-label {
  display: inline-block;
}
body {
  overflow-x: hidden;
  position: relative;
}
h3.block-title {
  font-size: 200%;
  font-weight: bold;
  text-transform: uppercase;
}
.wrap {
  width: 100%;
  clear: both;
}
#sns_wrapper {
  background: #fff;
}
#bd.boxed-layout #sns_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.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;
  text-indent: -999em;
  background: url("../images/btn-close.png") no-repeat left top;
  cursor: pointer;
  -webkit-transform: scale(0.5) rotate(45deg);
  -moz-transform: scale(0.5) rotate(45deg);
  -o-transform: scale(0.5) rotate(45deg);
  transform: scale(0.5) rotate(45deg);
}
.stickynote-top.loaded {
  visibility: visible;
}
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);
}
.page-sitemap ul.links {
  list-style: none;
  margin: 0 0;
  float: left;
}
.page-sitemap .pager {
  float: right;
  margin: 0 0;
}
.page-sitemap .pager .pages {
  margin: 0 0 0 8px;
}
.page-sitemap .sitemap {
  clear: both;
}
.tags-list {
  list-style: none;
  margin: 0 0;
}
.tags-list li {
  display: inline-block;
  margin: 2px 5px;
}
.advanced-search select {
  padding: 3px;
}
.advanced-search select option {
  padding: 3px;
}
.badges {
  position: absolute;
  right: 0;
}
.badges .ico-product {
  font-size: 92%;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 6px;
  display: block;
}
.badges .ico-product.ico-new {
  background: #76bdd1;
}
.badges .ico-product.ico-sale {
  background: #ec3d3d;
}
.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: #888;
}
.rating-box .rating {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rating-box .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: #f3e000;
}
.no-rating a {
  color: #222;
}
.no-rating a:hover {
  color: #76bdd1;
}
.rating-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.rating-links a {
  margin: 0 1px;
  color: #222;
}
.rating-links a:hover {
  color: #76bdd1;
}
#compare-items li,
.product-details {
  position: relative;
}
#compare-items li p.product-name,
.product-details p.product-name {
  margin: 0 0;
  line-height: 24px;
}
label em {
  padding-right: 5px;
}
.banner {
  position: relative;
  overflow: hidden;
  display: block;
}
.banner img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.banner:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 0px solid rgba(255,255,255,0);
}
.banner:hover:before {
  background: rgba(255,255,255,0.1);
  border: 10px solid rgba(255,255,255,0.3);
}
.banner.style1:before {
  display: none;
}
.banner.style1:after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0px solid #fff;
  background: #000;
}
.banner.style1:hover:after {
  border: 35px solid #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-item > * {
  opacity: 0.0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.0);
  -ms-transform: scale(0.0);
  transform: scale(0.0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.owl-item.active > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
a,
span,
i {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover,
span:hover,
i:hover {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.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;
  background-color: #2564c0;
  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: 10px 15px 20px;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(0,0,0,0.6);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
#sns_ajaxwrap #confirmbox p span {
  font-weight: bold;
}
#sns_ajaxwrap #confirmbox .head-cfbox {
  text-align: center;
  margin-bottom: 10px;
  padding-right: 20px;
}
#sns_ajaxwrap #confirmbox .cf-producinfo {
  float: left;
  text-align: left;
  width: 100%;
  padding-top: 10px;
}
#sns_ajaxwrap #confirmbox .cf-producinfo .product-image {
  float: left;
  margin-right: 10px;
  border: 1px solid #CCC;
}
#sns_ajaxwrap #confirmbox .cf-producinfo .product-name {
  margin-top: 0px;
  line-height: normal;
}
#sns_ajaxwrap #confirmbox .cf-moreinfo {
  clear: both;
  padding-top: 10px;
}
#sns_ajaxwrap #confirmbox .cf-moreinfo .cf-label {
  vertical-align: middle;
  margin-right: 5px;
}
#sns_ajaxwrap #confirmbox .cf-moreinfo .ratings {
  display: inline-block;
  vertical-align: middle;
}
#sns_ajaxwrap #confirmbox .cf-moreinfo .ratings .amount {
  margin-left: 5px;
}
#sns_ajaxwrap #confirmbox .cf-moreinfo .price-box {
  display: inline-block;
  font-size: 200%;
}
#sns_ajaxwrap #confirmbox .more-text {
  text-align: center;
  padding-top: 10px;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox {
  text-align: center;
  margin-top: 10px;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox ul {
  list-style: none;
  margin: 0 0;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox ul li {
  display: inline;
}
#sns_ajaxwrap #confirmbox #bottom-cfbox ul li:first-child {
  margin-right: 15px;
}
#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 {
  list-style: none;
}
#sns_ajaxwrap #confirmbox ul.options-list li {
  padding: 3px 0;
}
#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 .product-options-bottom .add-to-cart {
  display: inline-block;
  vertical-align: middle;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 115%;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container button {
  display: inline-block;
  vertical-align: middle;
  background: #ededed;
  border: none;
  color: #222;
  font-weight: bold;
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 150%;
}
#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 input {
  display: inline-block;
  vertical-align: middle;
  background: #ededed;
  border: none;
  color: #222;
  font-weight: bold;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .qty-container input.qty {
  height: 34px;
  width: 60px;
  text-align: center;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .btn-cart {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0 10px 0 0;
  background: #222;
  color: #fff;
  font-size: 115%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .btn-cart:hover {
  color: #76bdd1;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .btn-cart:before {
  content: '';
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
  margin-right: 10px;
  background-position: 0 -34px;
  background-color: #76bdd1;
}
#sns_ajaxwrap #confirmbox .product-options-bottom .add-to-cart .btn-cart:before:hover {
  background-color: #76bdd1;
}
#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);
}
.sns-ajaxcart.mini-cart {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0;
  display: inline-block;
  text-align: left;
  z-index: 5;
}
.sns-ajaxcart.mini-cart.empty .block-title:before {
  display: none;
}
.sns-ajaxcart.mini-cart .block-title {
  font-size: 100%;
  color: #ccc;
  line-height: 100%;
  padding: 7px 10px 7px 45px;
  background: url(../images/ico/ico-minicart.png) no-repeat 10px center #222;
}
.sns-ajaxcart.mini-cart .block-title:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #222 transparent;
  position: absolute;
  top: 120%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sns-ajaxcart.mini-cart .block-title .cart-status > * {
  display: inline-block;
  vertical-align: middle;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .col1 {
  width: 32px;
  height: 28px;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .col2 {
  font-size: 120%;
  text-transform: uppercase;
  margin: 0 5px;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .col2 > span {
  display: block;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .col2 strong {
  color: #76bdd1;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .col3 {
  text-transform: uppercase;
  font-size: 300%;
}
.sns-ajaxcart.mini-cart:hover .block-title:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.sns-ajaxcart.mini-cart:hover .block-content {
  display: block;
  top: 100%;
}
body:not(.ie8) .sns-ajaxcart.mini-cart:hover .block-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.sns-ajaxcart.mini-cart .block-content {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 300px;
  top: 120%;
  border: none;
  right: 0px;
  position: absolute;
  z-index: 99;
  margin-top: 10px;
  border-top: 5px solid #222;
}
body:not(.ie8) .sns-ajaxcart.mini-cart .block-content {
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 120%;
}
.sns-ajaxcart.mini-cart .block-content .details .detail-title {
  cursor: pointer;
  text-decoration: underline;
}
.sns-ajaxcart.mini-cart .block-content .item-options {
  display: none;
  margin: 0;
}
.sns-ajaxcart.mini-cart .block-content .item-options dt {
  font-weight: bold;
  padding-top: 6px;
}
.sns-ajaxcart.mini-cart .block-content .item-options dd {
  font-weight: normal;
}
.sns-ajaxcart.mini-cart .block-content:before {
  position: absolute;
  top: -15px;
  width: 100%;
  height: 10px;
  display: block;
  content: '';
}
.sns-ajaxcart.mini-cart .block-content .block-inner {
  position: relative;
  background-color: #FFF;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .block-subtitle {
  background: #2d3538;
  color: #FFF;
}
.sns-ajaxcart.mini-cart .block-content .block-inner form {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .quantity-container {
  color: #ccc;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item {
  margin: 0 0;
  padding: 10px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-image {
  display: block;
  float: left;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details {
  overflow: hidden;
  position: relative;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details .product-name {
  line-height: 150%;
  padding-right: 50px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details .product-name a {
  text-transform: uppercase;
  font-weight: bold;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details .item-action {
  position: absolute;
  top: 0;
  right: 0;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details .item-action .btn-remove,
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details .item-action .btn-edit {
  position: relative;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item:hover .product-image {
  border: 1px solid #76bdd1;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions {
  background: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 5px solid #76bdd1;
  margin: 0;
  text-align: right;
  padding: 10px 10px 15px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .total-price {
  margin-bottom: 6px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .total-price .label {
  text-transform: uppercase;
  font-size: 100%;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .total-price .price {
  font-weight: bold;
  color: #ec3d3d;
  font-size: 120%;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .btn-update {
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button {
  background: #76bdd1;
  border: none;
  font-size: 120%;
  padding: 5px 15px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button:hover {
  color: #fff;
  background: #222;
}
@-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-producttabs {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sns-producttabs .pre-text {
  margin: 0 0 15px 0;
}
.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 {
  margin: 0;
  padding: 0;
}
.sns-producttabs .sns-pdt-content .pdt-content {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
 /* display: none;*/
}
.sns-producttabs .sns-pdt-content .pdt-content .item.first {
  margin-left: 0px;
}
.sns-producttabs .sns-pdt-content .pdt-content .item {
  float: left;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.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;
}
.sns-producttabs .sns-pdt-content .pdt-content .slideLeft.play .item-animate {
  -webkit-animation: slideLeft 600ms ease both;
  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;
}
.sns-producttabs .sns-pdt-content .pdt-content .bounceIn.play .item-animate {
  -webkit-animation: bounceIn 600ms ease both;
  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;
}
.sns-producttabs .sns-pdt-content .pdt-content .zoomIn.play .item-animate {
  -webkit-animation: zoomIn 600ms ease both;
  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;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageRight.play .item-animate {
  -webkit-animation: pageRight 600ms ease both;
  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;
}
.sns-producttabs .sns-pdt-content .pdt-content .pageTop.play .item-animate {
  -webkit-animation: pageTop 600ms ease both;
  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;
}
.sns-producttabs .sns-pdt-content .pdt-content .starwars.play .item-animate {
  -webkit-animation: starwars 600ms ease-out both;
  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;
  padding: 0;
  width: 100%;
  float: left;
}
.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 .tab-content-actived {
  display: inline-block;
}
.sns-producttabs .pdt-content .content-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../images/loader.gif) no-repeat scroll center center transparent;
  min-height: 400px;
  display: block;
  z-index: 0;
}
.sns-producttabs .pdt-list .wide-first {
  margin-left: 0px;
}
.sns-producttabs .wide-6 .item {
  width: 14.529914529915%;
  *width: 14.476723040553%;
}
.sns-producttabs .wide-5 .item {
  width: 20%;
}
.sns-producttabs .wide-4 .item {
  width: 23.076923076923%;
  *width: 23.023731587561%;
}
.sns-producttabs .wide-3 .item {
  width: 31.623931623932%;
  *width: 31.57074013457%;
}
.sns-producttabs .wide-2 .item {
  width: 48.717948717949%;
  *width: 48.664757228587%;
}
.sns-producttabs .wide-1 .item {
  width: 100%;
  *width: 99.946808510638%;
}
.sns-producttabs .sns-pdt-container .pdt-nav >li.tab-nav-actived,
.sns-producttabs .sns-pdt-container .pdt-nav >li:hover {
  background: #666;
  color: #FFF;
}
.pdt-list .item {
  margin-left: 2.5641025641026%;
  *margin-left: 2.5109110747409%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sns-producttabs {
  overflow: visible;
}
.sns-producttabs .sns-pdt-head {
}
.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 > h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 200%;
  margin: 0 20px 0 0;
  padding: 10px 20px;
  background: #76BDD1;
  font-weight: bold;
  position: relative;
}
.sns-producttabs .sns-pdt-head > h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #76bdd1;
  top: 50%;
  margin-top: -10px;
  left: 100%;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav {
  display: inline-block;
  vertical-align: middle;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav ul li {
  display: inline-block;
  font-size: 165%;
  text-transform: none;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav ul li:before {
  content: "/";
  display: block;
  position: absolute;
  color: #ccc;
  left: -20px;
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav ul li:first-child:before {
 /* display: none;*/
}
.sns-producttabs .sns-pdt-head .sns-pdt-nav ul li:hover,
.sns-producttabs .sns-pdt-head .sns-pdt-nav ul li.tab-nav-actived {
  color: #76bdd1;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content {
  width: 100%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .content-loading {
  min-height: 450px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content {
  margin: 0 0;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content .products-grid {
  padding-bottom: 15px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content .products-grid .item {
  margin-bottom: 0;
  margin-top: 20px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore {
  clear: both;
  text-align: center;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before,
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  content: " ";
  display: table;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
  clear: both;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-weight: bold;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore {
  display: inline-block;
  padding: 5px 10px 5px 15px;
  background: #76bdd1;
  cursor: pointer;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:before {
  content: attr(data-label);
  font-size: 120%;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  margin-left: 5px;
}
.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:after {
 /* display: none;*/
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
  cursor: text;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner > span {
  padding-right: 0px;
  background: none;
}
@media (max-width: 479px) {
  .sns-producttabs .pdt-list .item.mobileportrait-first {
    margin-left: 0px;
  }
  .sns-producttabs .pdt-list .item {
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sns-producttabs .mobileportrait-6 .item {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .sns-producttabs .mobileportrait-5 .item {
    width: 20%;
  }
  .sns-producttabs .mobileportrait-4 .item {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .sns-producttabs .mobileportrait-3 .item {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .sns-producttabs .mobileportrait-2 .item {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .sns-producttabs .mobileportrait-1 .item {
    width: 100%;
    *width: 99.946808510638%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sns-producttabs .pdt-list .item.mobilelandscape-first {
    margin-left: 0px;
  }
  .sns-producttabs .pdt-list .item {
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sns-producttabs .mobilelandscape-6 .item {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .sns-producttabs .mobilelandscape-5 .item {
    width: 20%;
  }
  .sns-producttabs .mobilelandscape-4 .item {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .sns-producttabs .mobilelandscape-3 .item {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .sns-producttabs .mobilelandscape-2 .item {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .sns-producttabs .mobilelandscape-1 .item {
    width: 100%;
    *width: 99.946808510638%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sns-producttabs .pdt-list .item.tabletportrait-first {
    margin-left: 0px;
  }
  .sns-producttabs .pdt-list .item {
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sns-producttabs .tabletportrait-6 .item {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .sns-producttabs .tabletportrait-5 .item {
    width: 20%;
  }
  .sns-producttabs .tabletportrait-4 .item {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .sns-producttabs .tabletportrait-3 .item {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .sns-producttabs .tabletportrait-2 .item {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .sns-producttabs .tabletportrait-1 .item {
    width: 100%;
    *width: 99.946808510638%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sns-producttabs .pdt-list .item.tabletlandscape-first {
    margin-left: 0px;
  }
  .sns-producttabs .pdt-list .item {
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sns-producttabs .tabletlandscape-6 .item {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .sns-producttabs .tabletlandscape-5 .item {
    width: 20%;
  }
  .sns-producttabs .tabletlandscape-4 .item {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .sns-producttabs .tabletlandscape-3 .item {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .sns-producttabs .tabletlandscape-2 .item {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .sns-producttabs .tabletlandscape-1 .item {
    width: 100%;
    *width: 99.946808510638%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .sns-producttabs .pdt-list .item.normal-first {
    margin-left: 0px;
  }
  .sns-producttabs .pdt-list .item {
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sns-producttabs .normal-6 .item {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .sns-producttabs .normal-5 .item {
    width: 20%;
  }
  .sns-producttabs .normal-4 .item {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .sns-producttabs .normal-3 .item {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .sns-producttabs .normal-2 .item {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .sns-producttabs .normal-1 .item {
    width: 100%;
    *width: 99.946808510638%;
  }
}
@media (min-width: 1600px) {
  .sns-producttabs .pdt-list .item.wide-first {
    margin-left: 0px;
  }
  .sns-producttabs .pdt-list .item {
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sns-producttabs .wide-6 .item {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .sns-producttabs .wide-5 .item {
    width: 20%;
  }
  .sns-producttabs .wide-4 .item {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .sns-producttabs .wide-3 .item {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .sns-producttabs .wide-2 .item {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .sns-producttabs .wide-1 .item {
    width: 100%;
    *width: 99.946808510638%;
  }
}
#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;
}
.quickview-main .sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button {
 /* display: none;*/
}
.fancybox-overlay + .zoomContainer {
  z-index: 8888 !important;
}
.zoomContainer {
  z-index: 10 !important;
}
.zoomWindow {
  border: 1px solid #ddd !important;
}
.sns-slider {
  margin: 0 0;
}
.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: #222;
  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 .slider_head {
  background: #76bdd1;
  padding: 15px 20px 50px 20px;
  position: relative;
  min-height: 240px;
}
.sns-slider .slider_head:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #76bdd1;
}
.sns-slider .slider_head > h3 {
  margin-top: 0;
}
.sns-slider .slider_head .navslider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sns-slider .slider_head .navslider > a {
  display: block;
  float: left;
  padding: 5px 0;
  width: 50%;
  background: #ccc;
  text-align: center;
}
.sns-slider .slider_head .navslider > a:hover {
  background: #222;
}
.sns-slider .slider_head .navslider > a:hover i {
  color: #76bdd1;
}
.sns-slider .slider_head .navslider > a.next {
  border-left: 1px solid #fff;
}
.sns-slider .slider_head .navslider > a i {
  font-size: 35px;
  color: #222;
}
.sns-slider .container-slider {
  margin: 0 -15px;
}
.sns-slider .container-slider .owl-item > .item {
  padding: 0 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;
  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("../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("../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: #76bdd1;
  border-color: #76bdd1;
}
.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("../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;
  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("../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("../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: #76bdd1;
  border-color: #76bdd1;
}
.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("../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: #222;
}
#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: #222;
}
#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 .testimonials_slider_in {
  margin: 0 -15px;
}
.sns_testimonial .testimonials_slider_in .owl-item .wrap {
  padding: 0 15px;
}
.sns_testimonial .tes-info strong {
  font-size: 150%;
  text-transform: none;
}
.no-breadcrumbs #sns_menu {
  margin-bottom: 30px;
}
.cms-home #sns_menu {
  margin-bottom: 50px;
}
.cms-home #sns_content {
  margin: 0 0 25px;
}
#sns_header_top {
  background: #222;
  color: #ccc;
  font-weight: bold;
  position: relative;
  z-index: 13;
}
#sns_header_top:before,
#sns_header_top:after {
  content: " ";
  display: table;
}
#sns_header_top:after {
  clear: both;
}
#sns_header_top a {
  color: #ccc;
}
#sns_header_top a:hover {
  color: #76bdd1;
}
#sns_header_top .col_left {
  float: left;
}
#sns_header_top .col_right {
  float: right;
}
#sns_header_top .col_right span.title {
  display: none;
}
#sns_header_top .col_right ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_header_top .col_right ul.links li {
  display: inline-block;
  margin-left: 10px;
  line-height: 32px;
}
#sns_header_top .col_right ul.links li:first-child {
  margin-left: 0px;
}
#sns_header_top .col_right span.title {
  display: none;
  line-height: 32px;
}
@media (max-width: 479px) {
  #sns_header_top .col_right {
    position: relative;
  }
  #sns_header_top .col_right span.title {
    display: block;
  }
  #sns_header_top .col_right:hover ul.links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    display: block;
    visibility: visible;
  }
  #sns_header_top .col_right ul.links {
    position: relative;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 65px;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 99;
    min-width: 150px;
    text-align: right;
    opacity: 1;
    display: block;
    visibility: visible;
	border: 0;
  }
  #sns_header_top .col_right ul.links li {
    display: inline;
    text-align: right;
    line-height: 1.42857;
    margin: 0;
  }
  #sns_header_top .col_right ul.links li a {
    padding: 0px 5px;
    color: #ccc;
    text-transform: none;
    display: block;
   /* -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;*/
	display: inline;
	line-height: 24px;
  }
  #sns_header_top .col_right ul.links li a.selected,
  #sns_header_top .col_right ul.links li a:hover {
    color: #76bdd1;
  }
  
  
  
  
}
#sns_header_top .gfont {
  font-size: 135%;
}
#sns_header {
  position: relative;
  z-index: 12;
  background: #76BDD1;
  font-weight: bold;
}
#sns_header #logo {
  position: relative;
  z-index: 99;
	width: 550px;
	height: 80px;
	margin: 2px 0 0 0;
}
#sns_header #logo a{
  float: left;
  width: 550px;
  height: 75px;
}

#sns_header .header-right {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
#sns_header .header-right > div {
  display: inline-block;
  text-align: left;
}
#sns_header .header-right .header_banner {
  color: #ccc;
  line-height: 100%;
}
#sns_header .header-right .header_banner > * {
  background: #222;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 10px;
}
#sns_header .header-right .header_banner > *:first-child {
  margin-left: 10px;
}
#sns_header .header-right .header_banner .hotline {
  font-size: 25px;
  padding: 13px 10px 13px 40px;
  background-image: url(../images/ico/ico-phone.png);
  background-position: 6px center;
  background-repeat: no-repeat;
}
#sns_header .header-right .header_banner .support {
  width: 180px;
  height: 40px;
  background-position: 6px center;
  background-repeat: no-repeat;
}
#sns_header .header-right .header_banner .support > * {
  background: #222;
  display: inline-block;
  vertical-align: middle;
}
#sns_header .header-right .header_banner .support .line1 {
  font-size: 120%;
  margin-left: 5px;
  margin-top: -8px;
  line-height: 17px;
}
#sns_header .header-right .header_banner .support .line1 > * {
  display: block;
}
#sns_header .header-right .header_banner .support .line2 {
  font-size: 34px;
  line-height: 36px;
  margin-left: 10px;
  margin-top: -10px;
}
@media (max-width: 991px) {
  #sns_header .header-right {
    min-height: 0;
    padding: 0;
    background: #222;
    text-align: center;
    position: relative;
  }
  #sns_header .header-right .header_banner {
    width: 100%;
    text-align: center;
  }
  #sns_header .header-right .header_banner .hotline {
    margin: 0;
  }
  #sns_header .sns-ajaxcart.mini-cart {
    position: absolute;
    right: 15px;
    top: -56px;
    width: 150px !important;
    height: 40px !important;
    border: 1px solid red;
  }
}
@media (max-width: 479px) {
  #sns_header .header-right .header_banner {
    display: none;
  }
  #sns_header .header-right .support {
    margin: 0;
  }
  #sns_header .sns-ajaxcart.mini-cart .block-title {
    height: 38px;
  }
  #sns_header .sns-ajaxcart.mini-cart .block-title .cart-status {
    display: none;
  }
}
#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-revolutionslider {
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.sns-revolutionslider > ul {
  display: none;
}
.sns-revolutionslider .tp-caption {
  display: block;
  line-height: 100%;
}
.sns-revolutionslider .tp-caption.captionlight {
  color: #222;
  font-size: 250%;
  background: #76bdd1;
  padding: 5px 10px;
}
.sns-revolutionslider .tp-caption.captiontext {
  color: #fff;
  background: #222;
  padding: 10px;
}
@media (max-width: 991px) {
  .sns-revolutionslider {
    margin-bottom: 30px;
  }
}
#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_partner .partners_slider {
  overflow: hidden;
}
.sns_partner .partners_slider .partners_slider_in {
  margin: 0 -10px;
}
.sns_partner .partners_slider .owl-item {
  padding: 0 10px;
}
.sns_partner .partners_slider .wrap {
  text-align: center;
}
.sns_partner .partners_slider .wrap a {
  display: block;
  position: relative;
}
.sns_partner .partners_slider .wrap a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 50px #ddd inset;
  box-shadow: 0 0 50px #ddd inset;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sns_partner .partners_slider .wrap a:hover:before {
  border-color: #76bdd1;
  -webkit-box-shadow: 0 0 0 #ddd inset;
  box-shadow: 0 0 0 #ddd inset;
}
.sns_partner .partners_slider .wrap a img {
  width: 100%;
}
#sns_footer_map {
  position: relative;
  padding-top: 15px;
}
#sns_footer_map .btn_gmap {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  padding: 5px 15px 5px 20px;
  background: #76bdd1;
  font-size: 120%;
  text-transform: uppercase;
  z-index: 1;
  margin-left: -70px;
}
#sns_footer_map .btn_gmap:after {
  content: '+';
  margin-left: 10px;
}
#sns_footer_map .btn_gmap.active:after {
  content: '-';
}
#sns_footer_map .btn_gmap:hover,
#sns_footer_map .btn_gmap:active,
#sns_footer_map .btn_gmap:focus {
  color: #222;
}
#sns_footer_top {
  background: #ededed;
  padding: 40px 0 30px;
}
#sns_footer_top .column {
  border-left: 1px solid #ddd;
  padding: 0 30px;
}
#sns_footer_top .column:first-child {
  border-left: none;
}
#sns_footer_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_footer_top ul li {
  padding: 4px 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#sns_footer_top ul li:hover {
  background: #adadad;
  padding-left: 5%;
}
#sns_footer_top ul.socials li {
  display: inline-block;
  margin-left: 5px;
}
#sns_footer_top ul.socials li:first-child {
  margin-left: 0;
}
#sns_footer_top ul.socials li:hover {
  padding: 4px 0;
  background: none;
}
#sns_footer_top ul.socials li a {
  font-size: 180%;
}
#sns_footer_top ul.fa-ul {
  margin-left: 25px;
}
#sns_footer_top ul.fa-ul li {
  padding: 0 0 10px;
}
#sns_footer_top ul.fa-ul li:hover {
  padding: 0 0 10px;
  background: none;
}
@media (max-width: 991px) {
  #sns_footer_top .column {
    border-left: 0px solid #ddd;
  }
  #sns_footer_top .column.column3 {
    clear: left;
  }
}
#sns_footer_bottom {
  background: #222;
  color: #fff;
  padding: 10px 0 10px;
}
#sns_footer_bottom a {
  color: #fff;
}
.sns-copyright{
	margin: 20px 0 0 0;
}
#sns_footer_bottom a:hover {
  color: #76bdd1;
}
#sns_footer_bottom a[data-original-title] {
  color: #76bdd1;
}
#sns_footer_bottom ul.payment {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#sns_footer_bottom ul.payment li {
  display: inline-block;
}
#sns_footer_bottom ul.payment li a {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 50px;
  height: 31px;
  line-height: 31px;
}
#sns_footer_bottom ul.payment li a.visa {
  background: url(../images/ico/visa.png) no-repeat center center;
}
#sns_footer_bottom ul.payment li a.mastercard {
  background: url(../images/ico/mastercard.png) no-repeat center center;
}
#sns_footer_bottom ul.payment li a.paypal {
  background: url(../images/ico/paypal.png) no-repeat center center;
}
#sns_footer_bottom ul.payment li a.discover {
  background: url(../images/ico/discover.png) no-repeat center center;
}
#sns_footer_bottom .footer_menu + * {
  margin-top: 5px;
}
#sns_footer_bottom .footer_menu > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#sns_footer_bottom .footer_menu > *:first-child {
  margin-left: 0;
}
#sns_footer_bottom .footer_menu .store-switcher {
  display: none;
}
#sns_footer_bottom .footer_menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_footer_bottom .footer_menu > ul li {
  display: inline-block;
  vertical-align: middle;
}
#sns_footer_bottom .footer_menu > ul li:before {
  content: "|";
  margin: 0 10px;
}
#sns_footer_bottom .footer_menu > ul li:first-child:before {
  display: none;
}
@media (max-width: 991px) {
  #sns_footer_bottom {
    text-align: center;
  }
  #sns_footer_bottom ul.payment {
    text-align: center;
  }
}
#sns_content {
  margin: 0 0 50px;
  position: relative;
  min-height: 500px;
}
#sns_content #login-form h2 {
  margin: 0 0 15px;
}
#sns_content #login-form ul {
  list-style: none;
  margin: 0 0;
}
#sns_content #sns_maintop {
  margin-bottom: 50px;
}
#sns_content #sns_mainmidle .box-up-sell {
  position: relative;
  margin: 0 0;
}
#sns_content #sns_mainmidle .box-up-sell .block-title {
  padding: 9px 20px;
}
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons {
  position: absolute;
  width: 70px;
  height: 52px;
  display: inline-block;
  top: -57px;
  right: 15px;
}
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-next,
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-prev {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 0;
  cursor: pointer;
  text-indent: -999em;
  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;
  background: #FFF url("../images/next-prev.png") no-repeat -72px top;
}
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-next:before,
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-prev:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 7px;
  left: 0px;
  top: -11px;
  background: url("../images/before-next.png") no-repeat left top;
}
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-next:hover,
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -48px top;
  background-color: #76bdd1;
  border-color: #76bdd1;
}
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-next {
  border-left: none;
}
#sns_content #sns_mainmidle .box-up-sell .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_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-prev:before {
  left: auto;
  right: 0px;
  background: url("../images/before-prev.png") no-repeat left top;
}
#sns_content #sns_mainmidle .box-up-sell .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -24px top;
}
#sns_content #sns_mainmidle .box-up-sell .block-content {
  padding: 10px 0 0;
}
#sns_content #sns_mainmidle .box-up-sell .block-content .up-sell-products {
  margin: 0 -15px;
}
#sns_content #sns_mainmidle .box-up-sell .block-content .up-sell-products .products-grid .item {
  float: none;
  padding: 10px 0;
  margin: 0 15px;
}
#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: 50px;
}
#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: #76bdd1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sns_content .sns-tabs .tabs-navi li a {
  display: block;
  padding: 0 14px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #e9e9e9;
  font-size: 150%;
  -webkit-transition: all 0.3s ease-out;
  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: #76bdd1;
  color: #FFF;
  background: #76bdd1;
  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;
  background: #FFF;
}
#sns_content .block.slide-banner ul li a.get-it:hover {
  color: #FFF;
  background: #76bdd1;
  border-color: #76bdd1;
}
#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: #76bdd1;
  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;
}
#sns_content .block.slide-banner .paging a:hover {
  background: #222;
}
#sns_content .block.slide-banner .paging a.selected {
  border: 2px solid #76bdd1;
  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 5px 5px 0;
  float: left;
}
#sns_content .block.block-tags .tags-list li a {
  display: inline-block;
  background: #FFF;
  padding: 3px 10px;
  font-size: 100% !important;
  border: 1px solid #DDD;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block.block-tags .tags-list li a:hover {
  text-decoration: none;
  background-color: #76bdd1;
  border-color: #76bdd1;
  color: #FFF;
}
#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;
}
#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: #222;
}
#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;
}
#sns_content .block.block-account ul li strong {
  color: #76bdd1;
}
#sns_content .block.block-account ul li:hover {
  padding-left: 10px;
}
#sns_content .block.block-reorder ol {
  list-style: none;
  margin: 0 0;
}
#sns_content .block.block-reorder ol li input {
  float: left;
  margin: 0 8px 0 0;
}
#sns_content .block.block-reorder .actions {
  margin: 10px 0 0;
}
#sns_content .block.block-reorder .actions .btn-cart {
  margin-right: 10px;
}
#sns_content .block.block-progress dl {
  margin: 0 0;
}
#sns_content .block.block-progress dl > div,
#sns_content .block.block-progress dl > dt {
  margin: 0 0;
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
}
#sns_content .block.block-progress dl > div:first-child,
#sns_content .block.block-progress dl > dt:first-child {
  border-top: none;
}
#sns_content .block.block-layered-nav .currently ol {
  margin: 0 0 5px 25px;
}
#sns_content .block.block-layered-nav .currently ol li {
  position: relative;
}
#sns_content .block.block-layered-nav .actions {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
#sns_content .block.block-layered-nav dl#narrow-by-list {
  margin: 0 0 0 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dt {
  position: relative;
  margin: 5px 0;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
  
}
#sns_content .block.block-layered-nav dl#narrow-by-list dt:first-child {
  margin-top: 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd {
  margin-left: 0px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li {
  padding: 3px 0;
  color: #222;
}
#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;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price {
  margin-bottom: 20px;
  padding-top: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  margin: 0 0 10px;
  position: relative;
}
#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 > * {
  border: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner {
  float: left;
  height: 30px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner input {
  background: #ededed;
  border: none;
  text-align: left;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner .price-to {
  margin: 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner .price-to > span:before {
  content: "-";
  margin: 0 8px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner .price-separator {
  display: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > input[type="button"] {
  margin-left: 3px;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background: #76bdd1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > input[type="button"]:hover {
  color: #76bdd1;
  background: #222;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 6px 0;
  margin-bottom: 10px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 3px 8px;
  background: #f7f7f9;
  height: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e2e2e2;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  background: #76bdd1;
  border: 1px solid #76bdd1;
  height: 5px;
  top: -1px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 29px;
  width: 29px;
  margin-left: -10px;
  z-index: 1;
  background: url("../images/slider-handle.png") no-repeat left top;
  top: -7px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last {
  border: none;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd.last ol {
  margin-bottom: 0px;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 30px;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion .gfont {
  font-size: 150%;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 {
  padding: 3px 0;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 > .accr_header {
  position: relative;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 > .accr_header .btn_accor {
  width: 20px;
  height: 20px;
  float: left;
  background: #ededed;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 ul li {
  padding: 6px 0;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 ul li .accr_header {
  line-height: 20px;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor {
  width: 20px;
  height: 20px;
  float: left;
  background: #ededed;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
}
#sns_content .block.block-sns-layered-nav ul.nav_accordion li.level0 ul li ul {
  padding-left: 25px;
}
#sns_content .sns-productlist .block-content {
  padding: 12px 0 2px;
}
#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box .product-image {
  border: 1px solid #76bdd1;
}
#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 .product-image {
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#sns_content .sns-productlist .block-content .item .item-inner .item-title {
  text-transform: uppercase;
}
#sns_content .block-related {
  position: relative;
}
#sns_content .block-related .block-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 55px;
}
#sns_content .block-related .block-content {
  padding: 12px 10px 2px;
}
#sns_content .block-related .block-content .owl-controls .owl-buttons {
  width: 50px;
  height: 20px;
  top: -42px;
  right: 8px;
  position: absolute;
}
#sns_content .block-related .block-content .owl-controls .owl-buttons .owl-next,
#sns_content .block-related .block-content .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -999em;
  height: 16px;
  width: 10px;
  background: url("../images/next-prev2.png") no-repeat -51px top;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block-related .block-content .owl-controls .owl-buttons .owl-next:hover,
#sns_content .block-related .block-content .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -35px top;
}
#sns_content .block-related .block-content .owl-controls .owl-buttons .owl-prev {
  right: 16px;
  background-position: -3px top;
}
#sns_content .block-related .block-content .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -19px top;
}
#sns_content .block-related .block-content ul.list-item {
  list-style: none;
  margin: 0 0;
}
#sns_content .block-related .block-content ul.list-item li.item-parent {
  width: 100%;
  float: left;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child {
  width: 100%;
  display: block;
  float: left;
  padding: 10px 0;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child .related-checkbox {
  display: none;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child .product-image {
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child .product-image img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child .item-title {
  line-height: normal;
  position: relative;
  top: -4px;
  font-weight: bold;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child .btn-cart {
  padding: 0 0;
  font-weight: normal;
  border: none;
  background: none;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child .btn-cart:hover {
  color: #76bdd1;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child:first-child {
  padding-top: 0px;
}
#sns_content .block-related .block-content ul.list-item li.item-parent .item-child:hover .product-image img {
  -webkit-transform: scale(1.1) rotate(-10deg);
  -moz-transform: scale(1.1) rotate(-10deg);
  -o-transform: scale(1.1) rotate(-10deg);
  transform: scale(1.1) rotate(-10deg);
}
#sns_content .category-image {
  margin-bottom: 30px;
}
.products-grid .item {
  margin-top: 30px;
  min-height: 350px;
}
.products-grid .item .item-inner:hover .item-img {
  border-color: #ddd;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.products-grid .item .item-inner:hover .item-img .item-img-info {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  left: 0;
}
.products-grid .item .item-inner .item-img {
  border: 1px solid #ddd;
  border-color: transparent transparent #ddd;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  text-align: center;
}
.products-grid .item .item-inner .item-img:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  z-index: 1;
  display: block;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ddd transparent;
}
.products-grid .item .item-inner .item-img:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
  display: block;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.products-grid .item .item-inner .item-img label.related {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  background: #eee;
  margin: 0;
  width: 34px;
  height: 34px;
  text-align: center;
}
.products-grid .item .item-inner .item-img label.related .checkbox {
  margin: 0;
  display: inline-block;
}
.products-grid .item .item-inner .item-img .item-img-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  height: 54px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .item .item-inner .item-img .item-img-info:before,
.products-grid .item .item-inner .item-img .item-img-info:after {
  content: " ";
  display: table;
}
.products-grid .item .item-inner .item-img .item-img-info:after {
  clear: both;
}
.products-grid .item .item-inner .item-img .item-img-info .actions {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .btn-cart {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
  background-position: 0 0;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .btn-cart:hover {
  background-color: #76bdd1;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .btn-cart:hover {
  background-position: 0 -34px;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li a:hover {
  background-color: #76bdd1;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li a.link-wishlist {
  background-position: -34px 0;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li a.link-wishlist:hover {
  background-position: -34px -34px;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li a.link-compare {
  background-position: -68px 0;
}
.products-grid .item .item-inner .item-img .item-img-info .actions .add-to-links li a.link-compare:hover {
  background-position: -68px -34px;
}
.products-grid .item .item-inner .item-img .item-img-info .quickview-wrap {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .products-grid .item .item-inner .item-img .item-img-info .quickview-wrap {
    display: none;
  }
}
.products-grid .item .item-inner .item-img .item-img-info .quickview-wrap a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
  background-position: -102px 0;
}
.products-grid .item .item-inner .item-img .item-img-info .quickview-wrap a:hover {
  background-color: #76bdd1;
}
.products-grid .item .item-inner .item-img .item-img-info .quickview-wrap a:hover {
  background-position: -102px -34px;
}
.products-grid .item .item-inner .item-info {
  text-align: center;
}
.products-grid .item .item-inner .item-info .item-title a {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .lgfirst {
    clear: left;
  }
}
@media (min-width: 992px) {
  .mdfirst {
    clear: left;
  }
}
@media (min-width: 768px) {
  .smfirst {
    float: left;
  }
}
@media (max-width: 767px) {
  .xsfirst {
    clear: left;
  }
}
.products-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.products-list .price {
  font-size: 165%;
}
.products-list .special-price .price {
  font-size: 165%;
}
.products-list .item-title a {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}
.products-list .item {
  position: relative;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #ddd;
}
.products-list .item:first-child {
  border-top: none;
  padding: 0;
  margin: 0;
}
.products-list .item:hover .item-img {
  border-color: transparent transparent #ddd;
}
.products-list .item:hover .item-img .product-image:before {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.products-list .item:hover .item-img .quickview-wrap .sns-btn-quickview {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.products-list .item:hover .item-img:before,
.products-list .item:hover .item-img:after {
  display: block;
}
.products-list .item .item-img {
  margin: 0 2.564% 0 0;
  position: relative;
  float: left;
  display: inline-flex;
  border: 1px solid #ddd;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}
.products-list .item .item-img:hover {
  border-color: #ddd;
}
.products-list .item .item-img:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  z-index: 1;
  display: none;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ddd transparent;
}
.products-list .item .item-img:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
  display: none;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.products-list .item .product-shop {
  overflow: hidden;
}
.products-list .item .product-shop .product-name {
  margin: 0 0 8px;
  font-size: 138.46%;
  line-height: normal;
  font-weight: bold;
}
.products-list .item .product-shop .product-name a {
  color: #222;
  position: relative;
}
.products-list .item .product-shop .product-name a:hover {
  color: #76bdd1;
}
.products-list .item .product-shop .price-box {
  margin-bottom: 10px;
}
.products-list .item .product-shop .ratings {
  clear: none;
  margin: 0 0 10px 0;
}
.products-list .item .product-shop .ratings:after {
  clear: none;
}
.products-list .item .product-shop .ratings .rating-links {
  margin: 0 0;
}
.products-list .item .product-shop .no-rating {
  margin: 0 0 10px 0;
}
.products-list .item .product-shop .desc {
  margin: 0 0 18px;
}
.products-list .item .product-shop .desc .link-learn {
  display: none;
}
.products-list .item .product-shop .actions {
  margin: 0 0;
  width: 100%;
  height: 51px;
}
.products-list .item .product-shop .actions .btn-cart {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
  background-position: 0 0;
}
.products-list .item .product-shop .actions .btn-cart:hover {
  background-color: #76bdd1;
}
.products-list .item .product-shop .actions .btn-cart:hover {
  background-position: 0 -34px;
}
.products-list .item .product-shop .actions .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.products-list .item .product-shop .actions .add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.products-list .item .product-shop .actions .add-to-links li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
}
.products-list .item .product-shop .actions .add-to-links li a:hover {
  background-color: #76bdd1;
}
.products-list .item .product-shop .actions .add-to-links li a.link-wishlist {
  background-position: -34px 0;
}
.products-list .item .product-shop .actions .add-to-links li a.link-wishlist:hover {
  background-position: -34px -34px;
}
.products-list .item .product-shop .actions .add-to-links li a.link-compare {
  background-position: -68px 0;
}
.products-list .item .product-shop .actions .add-to-links li a.link-compare:hover {
  background-position: -68px -34px;
}
.products-list .item .product-shop .actions .quickview-wrap {
  display: inline-block;
  vertical-align: middle;
}
.products-list .item .product-shop .actions .quickview-wrap a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
  background-position: -102px 0;
}
.products-list .item .product-shop .actions .quickview-wrap a:hover {
  background-color: #76bdd1;
}
.products-list .item .product-shop .actions .quickview-wrap a:hover {
  background-position: -102px -34px;
}
@media (max-width: 767px) {
  .products-list .item .item-img {
    max-width: 50%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .products-list .item .item-img {
    width: 100%;
    max-width: none;
    margin: 0 0 30px;
  }
  .products-list .item .product-shop {
    overflow: visible;
  }
}
.sns-product-detail .row-img {
  margin-bottom: 30px;
}
.sns-product-detail .staticblock {
  padding-top: 30px;
}
.sns-product-detail .sns_product_img .product-image-zoom {
  border: 1px solid #ddd;
}
.sns-product-detail .sns_product_img .product-image-zoom {
  position: relative;
  z-index: 1;
}
.sns-product-detail .sns_product_img .product-image-zoom .cloud-zoom {
  display: block;
  border: 1px solid #ddd;
}
.sns-product-detail .sns_product_img .more-views {
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
}
.sns-product-detail .sns_product_img .more-views .gallery_img {
  padding: 0 40px;
}
.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: 50%;
  margin-top: -10px;
  background: #ccc;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #222;
  font-size: 10px;
  text-align: center;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev:before,
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next:before {
  font-family: FontAwesome;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev {
  left: 0;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-prev:before {
  content: "\f053";
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next {
  right: 0;
}
.sns-product-detail .sns_product_img .more-views .gallery_img .owl-next:before {
  content: "\f054";
}
.sns-product-detail .sns_product_img .more-views .gallery_img .item-img {
  border: 1px solid #ddd;
  height: 100px;
  margin: 10px;
 
}
@media (max-width: 991px) {
  .sns-product-detail .sns_product_img {
    margin-bottom: 30px;
  }
}
.sns-product-detail h1 {
	font: bold 25px/30px 'Arial', sans-serif;
	margin-bottom: 5px;
}
.sns-product-detail .ratings,
.sns-product-detail .no-rating {
  margin-bottom: 15px;
}
.sns-product-detail #product-options-wrapper {
  background: #ededed;
  padding: 5px 20px;
}
.sns-product-detail #product-options-wrapper > dl {
  margin: 0;
}
.sns-product-detail #product-options-wrapper p.required {
  margin: 0;
  text-align: right;
  color: #ec3d3d;
}
.sns-product-detail #product-options-wrapper label {
  padding: 5px 0;
}
.sns-product-detail #product-options-wrapper label.required em {
  color: #ec3d3d;
}
.sns-product-detail #product-options-wrapper .input-box select {
  width: 100%;
  border: none;
  padding: 6px;
  height: auto;
  line-height: 150%;
}
.sns-product-detail .product-shop form {
  margin: 0 0;
}
.sns-product-detail .product-shop form .rating-links {
  margin: 0;
}
.sns-product-detail .product-shop .availability {
  margin: 0 0 10px 0;
}
.sns-product-detail .product-shop .availability span {
  color: #ec3d3d;
}
.sns-product-detail .product-shop .price-box {
  margin: 0 0 5px;
}
.product-shop .sns-product-detail .price-box .old-price .price {
  font-size: 130%;
  font-weight: normal;
}
.product-shop .sns-product-detail .price-box .special-price .price {
  font-size: 250%;
}
.sns-product-detail .product-shop .price-box .regular-price .price {
  font-size: 250%;
}
.sns-product-detail .product-shop .price-box .full-product-price .price {
  font-size: 250%;
}
.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.product-options-bottom {
  padding-top: 30px;
}
.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 {
  display: inline-block;
  vertical-align: middle;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 115%;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container button {
  display: inline-block;
  vertical-align: middle;
  background: #ededed;
  border: none;
  color: #222;
  font-weight: bold;
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 150%;
}
.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 input {
  display: inline-block;
  vertical-align: middle;
  background: #ededed;
  border: none;
  color: #222;
  font-weight: bold;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .qty-container input.qty {
  height: 34px;
  width: 60px;
  text-align: center;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart {
	width: 145px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0 10px 0 0;
  background: #222;
  color: #fff;
  font-size: 150%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-align: center;
}



.add-to-box{
	width: 104%;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart:hover {
  color: #76bdd1;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart:before {
  content: '';
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -37px;
  margin-right: 10px;
  background-position: 0 -34px;
  background-color: #76bdd1;
}
.sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart:before:hover {
  background-color: #76bdd1;
}
.sns-product-detail .product-shop .add-to-box .add-to-links {
  margin: 0;
  padding: 0;
  list-style: none;
  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 .add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li a:hover {
  background-color: #76bdd1;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li a.link-wishlist {
  background-position: -34px 0;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li a.link-wishlist:hover {
  background-position: -34px -34px;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li a.link-compare {
  background-position: -68px 0;
}
.sns-product-detail .product-shop .add-to-box .add-to-links li a.link-compare:hover {
  background-position: -68px -34px;
}
.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: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico/btn-action.png) no-repeat #222;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  margin-left: -2px;
  background-position: -136px 0;
}
.sns-product-detail .product-shop .add-to-box .email-friend:hover {
  background-color: #76bdd1;
}
.sns-product-detail .product-shop .add-to-box .email-friend:hover {
  background-position: -136px -34px;
}
@media (max-width: 479px) {
  .sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart {
    padding: 0;
  }
  .sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart:before {
    margin: 0;
  }
  .sns-product-detail .product-shop .add-to-box .add-to-cart .btn-cart span {
    display: none;
  }
}
.sns-product-detail .product-shop .price-rating {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin: 0 0 15px;
  padding: 5px 0;
}
.sns-product-detail .product-shop .price-rating .price-box {
  float: left;
}
.sns-product-detail .product-shop .price-rating .price-box .price {
  line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings,
.sns-product-detail .product-shop .price-rating .no-rating {
  float: right;
  margin: 0 0;
  line-height: 32px;
  height: 32px;
  padding-left: 12px;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-box,
.sns-product-detail .product-shop .price-rating .no-rating .rating-box {
  float: left;
  margin: 9px 8px 0 0;
}
.sns-product-detail .product-shop .price-rating .ratings .rating-links,
.sns-product-detail .product-shop .price-rating .no-rating .rating-links {
  float: left;
  line-height: 32px;
}
.sns-product-detail .product-shop .price-rating .ratings-table {
  margin-left: 15px;
  margin-bottom: 0px;
  float: right;
}
.sns-product-detail .product-shop .price-rating .ratings-table th {
  text-align: right;
  padding-right: 10px;
}
.sns-product-detail .product-shop .price-rating .ratings-table .rating-box {
  margin: 0 0;
}
.sns-product-detail .product-shop .price-rating a.nobr {
  float: right;
}
.sns-product-detail .product-shop .addthis_toolbox {
  padding: 0 0 8px;
  margin-bottom: 15px;
}
.sns-product-detail .product-shop .short-description {
  margin: 0 0 25px;
  color: #222;
}
.sns-product-detail .product-shop .short-description p {
  margin: 0 0;
}
.sns-product-detail #review-form .data-table tbody th {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.sns-product-detail #review-form .data-table tbody td {
  text-align: center;
}
.sns-product-detail #review-form ul.form-list {
  margin: 10px 0 0;
  list-style: none;
  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 .box-reviews dl dd {
  padding-left: 20px;
}
.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: 40px;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #76bdd1;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi:hover li a.tabulous_active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 0px 10px;
  border-color: transparent transparent #76bdd1 transparent;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi:hover li a.tabulous_active:hover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #76bdd1 transparent;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li {
  display: inline-block;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li:before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
  color: #ccc;
  margin: 0 15px;
  padding: 0 0 15px 0;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li:first-child:before {
  display: none;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
  color: #222;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 15px 0;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 0px 10px;
  border-color: transparent transparent #76bdd1 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a:hover,
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active {
  color: #76bdd1;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a:hover:before,
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #76bdd1 transparent;
}
@media (max-width: 767px) {
  .sns-product-detail #sns_tab_products ul.sns-tab-navi {
    overflow: auto;
    white-space: no-wrap;
    word-wrap: break-word;
  }
}
.sns-product-detail #sns_tab_products .sns-tab-content {
  border: none;
  width: 100%;
  position: relative;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner {
  margin: 15px 0 0px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner #sns_tab_decription {
  color: #222;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item {
  margin: 0 0;
  background: #FFF;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 100%;
  top: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item h2 {
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0px;
  color: #686868;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item h3 {
  line-height: normal;
  margin-top: 0px;
  font-weight: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item h4 {
  line-height: normal;
  margin-top: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item label {
  font-weight: bold;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item ul.product-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item ul.product-tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item tbody td.label {
  width: 20%;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .validation-advice {
  display: none;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager p.amount {
  float: left;
  margin: 0 0;
  line-height: 24px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager .limiter {
  float: right;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager .limiter label {
  float: left;
  margin: 0 8px 0 0;
  line-height: 24px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #customer-reviews .pager .limiter select {
  width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #review-form {
  margin: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #review-form td.value {
  text-align: center;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #review-form td.value input {
  display: inline-block;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm {
  margin: 0 0 10px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm .input-box input {
  float: left;
  margin: 0 10px 5px 0;
  padding: 6px 10px 6px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm button.button {
  clear: both;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item #addTagForm .validation-advice {
  float: left;
  width: 100%;
  line-height: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-content-inner .tab-item .box-tags h2 {
  display: none;
}
.sns-product-detail .related-products {
  margin-bottom: 40px;
}
.sns-product-detail .related-products .block-content .block-subtitle a {
  color: #76bdd1;
}
.sns-product-detail .related-products .block-content .owl-item {
  padding: 0 15px;
}
.sns-product-detail .related-products .block-content .owl-item .item {
  margin-top: 0;
}
.toolbar-bottom .toolbar {
  margin: 20px 0 0;
}
#confirmbox {
  border: 2px solid #686868;
}
#confirmbox .add-to-cart {
  margin: 0 0 !important;
}
#confirmbox .head-cfbox .product-title {
  font-weight: bold;
  color: #222;
}
#confirmbox .product-name a {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
#confirmbox .product-name a:hover {
  color: #76bdd1;
}
#confirmbox .cf-producinfo .product-image {
  border: none;
}
#confirmbox #bottom-cfbox .btn {
  font-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  padding: 6px 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #222;
  border: 1px solid #ccc;
  background: #f7f7f9;
}
#confirmbox #bottom-cfbox .btn:hover {
  background-color: #76bdd1;
  color: #FFF;
  border-color: #76bdd1;
}
#confirmbox #cout_down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 5px;
  color: #FFF;
  background: #686868;
}
#confirmbox .product-shop table.grouped-items-table {
  margin-bottom: 0;
}
.postWrapper {
  padding-bottom: 20px;
}
.postWrapper .postTitle {
  border: none;
  margin-bottom: 10px;
}
.postWrapper .postTitle h2 {
  line-height: 24px;
  font-size: 150%;
}
.postWrapper .postTitle h2 a:hover {
  color: #76bdd1;
}
.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: #222;
}
.postWrapper .postContent {
  padding-bottom: 5px;
}
.postWrapper .aw-blog-read-more {
  display: none;
}
.postWrapper .post-info {
  padding: 3px 0;
  border-top: 1px solid #dfdfdf;
}
.postWrapper .postDetails h4.poster {
  font-size: 100%;
  line-height: normal;
}
.postWrapper .postDetails .create-time {
  margin: 0 0;
}
.blog-toolbar .toolbar {
  margin: 30px 0 0;
}
.blog-toolbar .toolbar .limiter {
  display: none;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner select {
  width: 70px;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  width: 110px !important;
}
.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  width: 110px !important;
}
.blog-toolbar.post .toolbar {
  margin: 10px 0 20px;
}
.cmt-heading h2 {
  font-size: 125%;
  line-height: 24px;
}
.commentWrapper h4.username {
  font-size: 100%;
  line-height: normal;
  color: #76bdd1;
}
#postComment h4.legend {
  font-weight: normal;
  font-size: 125%;
}
#postComment .commentDetails {
  margin: 0 0;
}
#postComment ul.form-list {
  list-style: none;
  margin: 0 0;
}
#postComment ul.form-list .input-box {
  margin-bottom: 20px;
}
#postComment ul.form-list .input-box input.input-text {
  margin: 0 0;
  padding: 5px 10px;
  max-width: 215px;
}
#postComment ul.form-list .input-box textarea {
  margin: 0 0;
}
#postComment ul.form-list .input-box .validation-advice {
  margin-top: 3px;
}
#postComment ul.form-list .input-box label {
  color: #222;
  display: none;
}
.contact-page {
  margin: 0 auto;
}
.contact-page input,
.contact-page textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-page input:hover,
.contact-page input:active,
.contact-page input:focus,
.contact-page textarea:hover,
.contact-page textarea:active,
.contact-page textarea:focus {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-page .contact-info h3 {
  margin: 0 0 10px;
}
.contact-page #contactForm textarea {
  height: 83px;
}
.contact-page #contactForm .buttons-set {
  padding: 0 !important;
}
.contact-page #contactForm .buttons-set button {
  float: none;
  margin: 0;
}
.contact-page #contact_gmap {
  margin-bottom: 20px;
}
.contact-page .page-title h1 {
  margin: 0 0 20px;
}
#google_map img {
  max-width: none;
}
#google_map h3 {
  margin: 10px 0;
}
#sns_menu {
  position: relative;
  padding-bottom: 15px;
  z-index: 99;
  -webkit-box-shadow: 0px 1px 2px #ccc;
  box-shadow: 0px 1px 2px #ccc;
}
body.ie8 #sns_menu {
  border-bottom: 1px solid #eee;
}
#sns_menu.keep-menu {
  position: fixed !important;
  bottom: auto !important;
  top: 0 !important;
  width: 100%;
  z-index: 20;
  background: #FFF;
}
#sns_menu .container > .inner {
  position: relative;
}
#sns_menu #sns_mainnav {
	position: static;
	margin: 10px 0 0 0;
	width:100%!important;
 }
#sns_menu .wrap_topblock h3.headtitle,
#sns_menu .wrap_rightblock h3.headtitle,
#sns_menu .wrap_bottomblock h3.headtitle {
  margin: 0;
  font-size: 165%;
  text-transform: none;
}
#sns_menu .wrap_topblock ul.menu,
#sns_menu .wrap_rightblock ul.menu,
#sns_menu .wrap_bottomblock ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_menu .wrap_topblock ul.menu li,
#sns_menu .wrap_rightblock ul.menu li,
#sns_menu .wrap_bottomblock ul.menu li {
  display: block;
  padding: 3px 0;
}
#sns_menu .wrap_topblock ul.menu li a,
#sns_menu .wrap_rightblock ul.menu li a,
#sns_menu .wrap_bottomblock ul.menu li a {
  display: block;
}
@media (max-width: 991px) {
  #sns_menu .block_topsearch {
    position: absolute;
    min-width: 200px;
    right: 0;
    top: 0;
    width: 30%;
    padding: 0;
  }
}
@media (max-width: 479px) {
  #sns_menu .block_topsearch {
    width: 30px;
    min-width: 0;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  #sns_menu .block_topsearch:hover {
    width: 200px;
  }
}
#sns_mommenu {
  margin:0;
  width:auto!important
}
#sns_mommenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_mommenu > .btn {
  color: #ccc;
  background: #222;
  cursor: pointer;
}
#sns_mommenu .mainnav .accr_content {
  padding-left: 20px;
}
#sns_mommenu .mainnav.collapse > li:first-child {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
#sns_mommenu .mainnav li {
  padding: 3px;
}
#sns_mommenu .mainnav li.level0 > .accr_header {
  font-size: 140%;
}
#sns_mommenu .mainnav a.active {
  color: #76bdd1;
}
#sns_mommenu .mainnav .accr_header .btn_accor {
  cursor: pointer;
  float: left;
  padding-right: 5px;
}
#sns_mommenu .btn .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 #menu_offcanvas {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -250px;
  height: 100%;
  overflow: auto;
  width: 250px;
  background: #222;
  color: #ccc;
  padding: 20px;
  z-index: 9999;
}
#sns_mommenu #menu_offcanvas.active {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_mommenu #menu_offcanvas a {
  color: #ccc;
}
#sns_mommenu #menu_offcanvas a:hover,
#sns_mommenu #menu_offcanvas a.active {
  color: #76bdd1;
}
#sns_custommenu ul.mainnav {
  margin: 0;
  padding: 0;
  list-style: none;
  width:100%!important;
}
#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 .wrap_group{
	margin-top: 0px;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a {
  font-size: 165%;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li {
  position: relative;
}
#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: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: #76bdd1;
}
#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;
  -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: 3px 20px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu {
  display: none;
  position: absolute;
  min-width: 180px;
  padding: 10px 0;
  top: 10%;
  left: 90%;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-out;
  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 > a {
  padding: 0;
  display: block;
  padding: 3px 0;
}
#sns_custommenu ul.mainnav li.level0 {
  border: none;
  position: relative;
  display: inline-block;
}
#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 > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #76bdd1;
}
body:not(.ie8) #sns_custommenu ul.mainnav li.level0 > div {
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 120%;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu {
  min-width: 180px;
  padding: 10px 0;
}
#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 li {
  position: relative;
}
#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: #76bdd1;
}
#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;
  -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: 3px 20px;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu {
  display: none;
  position: absolute;
  min-width: 180px;
  padding: 10px 0;
  top: 10%;
  left: 90%;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-out;
  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.fullwidth {
  padding: 20px 30px;
}

li.level0:last-child {
position: static!important;
}


#sns_custommenu ul.mainnav li.level0:hover > div {
  display: block;
  width: 200px;
}
body:not(.ie8) #sns_custommenu ul.mainnav li.level0:hover > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  padding: 20px;
}
#sns_custommenu ul.mainnav li.level0 > a:hover{
	background: transparent !important;
}
#sns_custommenu ul.mainnav li.level0 > a {
  display: block;
  margin: 5px 0 0 0;
	padding: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 130%;
  line-height: 20px;
  font-weight: bold;
}
#sns_custommenu ul.mainnav li.level0 > a:before {
  content: '/';
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -6px;
}
#sns_custommenu ul.mainnav li.level0:first-child > a {
  padding-left: 0;
}
#sns_custommenu ul.mainnav li.level0:first-child > a:before {
  display: none;
}
#sns_custommenu ul.mainnav li.level0:hover > a,
#sns_custommenu ul.mainnav li.level0.active > a {
  color: #76bdd1;
}
#sns_custommenu ul.mainnav li.level0[class*="drop-"] > a {
  position: relative;
}
#sns_custommenu ul.mainnav li.level0[class*="drop-"] > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #76bdd1 transparent;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
#sns_custommenu ul.mainnav li.level0[class*="drop-"]:hover > a:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0%;
  top: 25px;
}
#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: -250px;
    width: 250px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    Z-index: 9999;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in;
    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: -250px;
    width: 250px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    Z-index: 9999;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in;
    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;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  #bd.boxed-layout #sns_wrapper {
    max-width: 960px;
  }
  .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%;
  }
  #bd.boxed-layout #sns_wrapper {
    width: 744px;
  }
}
@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%;
  }
  .quickview-wrap {
    display: none;
  }
  .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) {
  #sns_wrapper {
    padding-top: 0px !important;
  }
  .stickynote-top {
    display: none;
  }
  #modal_login,
  #modal_regis {
    left: 20%;
    margin: 0;
    width: 60%;
  }
  #modal_login.fade.in,
  #modal_regis.fade.in {
    top: 15px;
  }
  #modal_regis .buttons-set {
    padding-bottom: 20px !important;
  }
  #sns_ajaxinner {
    margin: 0 0 0 -158px;
    width: 316px;
  }
  .col2-set .col-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col2-set .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart .col2-set {
    width: 100%;
  }
  .cart tbody td .product-name {
    line-height: 18px;
  }
  .cart tfoot td {
    padding: 10px 5px;
  }
  .cart .totals {
    width: 100%;
  }
  .cart .a-center input.input-text {
    padding: 6px 2px;
    text-align: center;
  }
  #sns_content .block.block-social .block-title {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  #sns_content .block.slide-banner ul {
    margin-left: 0px !important;
  }
  #sns_content .block.slide-banner ul > li {
    width: 620px !important;
  }
  #sns_content #sns_right,
  #sns_content #sns_left {
    margin-bottom: 30px;
  }
  #sns_content #sns_right .block-layered-nav .price .text-box input[type="text"],
  #sns_content #sns_left .block-layered-nav .price .text-box input[type="text"] {
    width: 60px;
  }
  #sns_content #sns_mainmidle .category-products .toolbar .sort-by {
    display: none;
  }
  #sns_promotions {
    display: none;
  }
  .price-box .old-price {
    margin-right: 5px;
  }
}
@media (max-width: 481px) {
  #modal_login,
  #modal_regis {
    left: 15%;
    margin: 0;
    width: 70%;
  }
  #modal_login.fade.in,
  #modal_regis.fade.in {
    top: 15px;
  }
}
@media (max-width: 361px) {
  #modal_login,
  #modal_regis {
    left: 5%;
    margin: 0;
    width: 90%;
  }
  #modal_login.fade.in,
  #modal_regis.fade.in {
    top: 15px;
  }
}
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;
}
