/*------------------------------------------------------------------------
 * Copyright (C) 2013 The SNS Group. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: SNS Group
 * Websites: http://www.snstheme.com
-------------------------------------------------------------------------*/
#sns_ajaxwrap {
  display: none;
  width: 100%;
  height: 100%;
}
#sns_ajaxinner {
  width: 360px;
  margin: 0 0 0 -180px;
  z-index: 10002;
  position: fixed;
  left: 50%;
  padding: 0px;
  background-color: none;
  display: block;
  visibility: visible;
}
#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);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* IE8 */

}
#ajax_process div {
  margin-top: 8px;
  color: #ffffff;
}
#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);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  /* IE8 */

}
#sns_ajaxbox {
  width: 100%;
  display: block;
}
#btn-close {
  background: none;
  display: block;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  z-index: 1103;
}
#confirmbox {
  background-color: #FFF;
  padding: 10px 15px 15px;
  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);
  /*border-radius: 6px 6px;
    -moz-border-radius: 6px 6px;
    -webkit-border-radius: 6px 6px;
    -o-border-radius: 6px 6px;*/

}
#confirmbox p span {
  font-weight: bold;
}
#confirmbox .head-cfbox {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 20px;
}
#confirmbox .content-cfbox {
  clear: both;
}
#confirmbox .cf-producinfo {
  padding-top: 8px;
  text-align: center;
}
#confirmbox .cf-producinfo .product-image {
  border: 1px solid #CCC;
}
#confirmbox .cf-producinfo .product-name {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: normal;
}
#confirmbox .cf-moreinfo {
  padding-top: 0px;
}
#confirmbox .cf-moreinfo .cf-label {
  vertical-align: middle;
  margin-right: 5px;
}
#confirmbox .cf-moreinfo .ratings {
  display: inline-block;
  vertical-align: middle;
}
#confirmbox .cf-moreinfo .ratings .amount {
  margin-left: 5px;
}
#confirmbox .cf-moreinfo .price-box {
  display: inline-block;
}
#confirmbox .more-text {
  text-align: center;
  padding-top: 10px;
}
#confirmbox #bottom-cfbox {
  text-align: center;
  clear: both;
  margin-top: 10px;
}
#confirmbox #bottom-cfbox ul {
  list-style: none;
  margin: 0 0;
}
#confirmbox #bottom-cfbox ul li {
  display: inline;
  margin: 0 8px;
}
#confirmbox .product-name * {
  font-size: 100%;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 0;
}
#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;
}
#confirmbox #bottom-cfbox .btn:hover {
  background: #000;
}
#confirmbox form {
  margin: 0 0;
}
#confirmbox form .add-to-cart {
  margin: 0 0;
  border: none;
  padding-bottom: 0px;
}
#confirmbox .data-table input.input-text {
  max-width: 40px;
  text-align: center;
}
.sns-ajaxcart.mini-cart {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0;
  padding: 5px 0;
  display: inline-block;
}
.sns-ajaxcart.mini-cart .block-title {
  font-size: 100%;
  color: #777777;
  text-transform: none;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  padding: 0 0;
  font-weight: normal;
}
.sns-ajaxcart.mini-cart .block-title i {
  font-size: 14px;
  padding: 0 7px 0 10px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #bf3e54;
}
.sns-ajaxcart.mini-cart .block-title .cart-status {
  float: left;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .label {
  margin: 0 3px 0 0;
  padding: 0 0;
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  color: #bf3e54;
}
.sns-ajaxcart.mini-cart .block-title .cart-status .amount {
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #95337c;
  color: #FFF;
  display: inline-block;
}
.sns-ajaxcart.mini-cart .block-content {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: transparent;
  width: 280px;
  top: 60px;
  border: none;
  right: 0px;
  position: absolute;
  border-top: 5px solid #95337c;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 99;
}
.sns-ajaxcart.mini-cart .block-content .block-inner {
  position: relative;
  background-color: #FFF;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .block-subtitle {
  margin: 0 0;
  padding: 10px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list {
  margin: 0 0;
  list-style: none;
  padding: 0 0;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item {
  margin: 10px 0 0;
  padding: 5px 10px 0 15px;
  position: relative;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-image {
  border: 1px solid #DDD;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-name {
  padding-right: 40px;
  font-size: 100%;
  line-height: normal;
  position: relative;
  top: -4px;
  margin: 0 0;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-name a:hover {
  color: #95337c;
  text-decoration: none;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item p {
  margin: 0 0 5px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .item-options {
  float: left;
  margin-left: 0px;
  width: 100%;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .rating-container {
  margin: 0 0;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container {
  margin: 5px 0 0;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input[type="button"] {
  height: 21px;
  width: 25px;
  padding: 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 5px 0 0;
  float: left;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input[type="button"]:after {
  content: "\f067";
  font-size: 18px;
  font-family: FontAwesome;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input[type="button"].quantity-minus {
  content: "\f068";
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input[type="button"]:hover {
  background-color: #95337c;
  border-color: #95337c;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container .label-qty {
  font-weight: bold;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  display: none;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .quantity-container input.qty {
  line-height: 23px;
  height: 23px;
  padding: 0 0;
  text-align: center;
  width: 43px;
  margin: 0 5px 0 0;
  float: left;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-edit,
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-remove {
  top: 0px;
  right: 10px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-edit:after,
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-remove:after {
  vertical-align: bottom;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item .product-details-bottom .btn-edit {
  right: 30px;
  top: 0px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item:first-child {
  margin-top: 0px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .mini-products-list .item:hover .product-image {
  border-color: #95337c;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions {
  background: #f5f5f5;
  padding: 10px 0 15px;
  margin: 15px 0 0;
  text-align: center;
  border-top: 3px solid #DDD;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions label {
  line-height: 40px;
  padding: 0 5px 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .total-price {
  line-height: 40px;
  font-weight: bold;
  color: #95337c;
  float: left;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button {
  margin: 0;
  border-color: #DDD;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button:hover {
  border-color: #95337c;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button.btn-update {
  float: right;
  margin-right: 10px;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button.btn-gocheckout {
  position: relative;
}
.sns-ajaxcart.mini-cart .block-content .block-inner .actions .button.btn-gocheckout:hover:after {
  background: #95337c;
}
.sns-ajaxcart.mini-cart.have-item:hover .block-content,
.sns-ajaxcart.mini-cart.have-item.open .block-content {
  opacity: 100;
  filter: alpha(opacity=10000);
  top: 45px;
  visibility: visible;
}
@media (max-width: 767px) {
  .sns-ajaxcart.mini-cart {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sns-ajaxcart.mini-cart .block-title .cart-status {
    margin-top: -4px;
    margin-left: -10px;
  }
  .sns-ajaxcart.mini-cart .block-title .cart-status .label {
    display: none;
  }
  .sns-ajaxcart.mini-cart .block-content {
    top: 45px;
  }
  .sns-ajaxcart.mini-cart.have-item:hover .block-content,
  .sns-ajaxcart.mini-cart.have-item.open .block-content {
    top: 30px;
  }
}
#ajax_content {
  position: relative;
}
#ajax_content #confirmbox {
  border: 1px solid #AAA;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#ajax_content #confirmbox .add-to-cart {
  margin: 0 0 !important;
}
#ajax_content #confirmbox .head-cfbox .product-title {
  font-weight: bold;
  color: #444444;
}
#ajax_content #confirmbox .product-name a {
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
}
#ajax_content #confirmbox .product-name a:hover {
  color: #95337c;
}
#ajax_content #confirmbox .cf-producinfo .product-image {
  border: none;
}
#ajax_content #confirmbox #bottom-cfbox .btn {
  font-size: 100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #777777;
  border-width: 1px 1px 0px;
  border-color: #DDD;
  border-style: solid;
  background: #FFF;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
}
#ajax_content #confirmbox #bottom-cfbox .btn:hover {
  background-color: #95337c;
  color: #FFF;
  border-color: #95337c #95337c #641650;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
body.ie8 #ajax_content #confirmbox #bottom-cfbox .btn {
  border-bottom: 3px solid #DDD;
}
body.ie8 #ajax_content #confirmbox #bottom-cfbox .btn:hover {
  border-bottom-color: #641650;
}
#ajax_content #confirmbox #cout_down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 5px;
  color: red;
  background: none;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
#ajax_content #confirmbox #product-shop table.grouped-items-table {
  margin: 10px 0 5px;
}
#ajax_content #confirmbox #product-shop table.grouped-items-table .price-box {
  margin-top: 0px;
}
#ajax_content #confirmbox #product-shop table.grouped-items-table .price-box .old-price {
  margin-right: 0px;
}
#ajax_content #confirmbox #product-shop table.grouped-items-table .price-box .price {
  font-size: 100%;
}
#ajax_content #confirmbox #product-shop .price-box {
  margin-top: 5px;
}
#ajax_content #confirmbox #product-shop #product-options-wrapper {
  background: none;
  padding: 5px;
}
#ajax_content #btn-close {
  opacity: 100;
  filter: alpha(opacity=10000);
  position: absolute;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 5px;
  top: 5px;
}
#ajax_content #btn-close:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sns-slider {
  margin: 0 0;
}
.sns-slider .slider-inner {
  clear: both;
  position: relative;
}
.sns-slider .title-slider {
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 6px;
  font-size: 128.57%;
  color: #444444;
}
.sns-slider .title-slider .pretext {
  margin: 0 0 0 8px;
  display: inline-block;
  position: relative;
  top: 11px;
  float: left;
  max-width: 70%;
}
.sns-slider .navslider {
  position: relative;
  margin: 0 auto 10px;
  max-width: 270px;
}
.sns-slider .navslider:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #d4d4d4;
}
.sns-slider .navslider .next,
.sns-slider .navslider .prev {
  position: absolute;
  height: 25px;
  width: 64px;
  right: -24px;
  top: -12px;
  background: url("../images/slider-nav-big.png") no-repeat left top;
  text-indent: -999em;
}
.sns-slider .navslider .next:before,
.sns-slider .navslider .prev:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  background: url("../images/purple/nav-inner.png") no-repeat -75px top;
  cursor: pointer;
  content: "";
}
.sns-slider .navslider .next:hover:before,
.sns-slider .navslider .prev:hover:before {
  background-position: -50px top;
}
.sns-slider .navslider .next.prev,
.sns-slider .navslider .prev.prev {
  right: auto;
  left: -24px;
}
.sns-slider .navslider .next.prev:before,
.sns-slider .navslider .prev.prev:before {
  left: auto;
  right: 3px;
  background-position: 0px top;
}
.sns-slider .navslider .next.prev:hover:before,
.sns-slider .navslider .prev.prev:hover:before {
  background-position: -25px top;
}
.sns-slider .container-slider {
  margin: 0 -15px;
}
.sns-slider .container-slider .products-grid .owl-item .item {
  float: none;
}
.sns-slider .container-slider .products-grid .item {
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.sns-slider.column-style {
  background: none;
}
.sns-slider.column-style .title-slider {
  text-align: left;
  padding-bottom: 5px;
  margin: 0 ;
  width: auto;
}
.sns-slider.column-style .navslider {
  max-width: none;
  margin: 0;
}
.sns-slider.column-style .navslider .next,
.sns-slider.column-style .navslider .prev {
  right: 0px;
  top: -30px;
}
.sns-slider.column-style .navslider .next.prev,
.sns-slider.column-style .navslider .prev.prev {
  right: 35px;
  left: auto;
}
.sns-slider.column-style .list-items {
  padding: 0 0;
  list-style: none;
}
.sns-slider.column-style .list-items .item {
  margin: 0 15px;
}
.sns-slider.column-style .list-items .item .item-child {
  margin: 30px 0 0;
}
.sns-slider.column-style .list-items .item .item-img {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  border: 1px solid #efefef;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns-slider.column-style .list-items .item .item-img .item-img-info {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sns-slider.column-style .list-items .item .item-img .item-img-info a.product-image {
  display: inline-block;
  max-width: 100%;
}
.sns-slider.column-style .list-items .item .item-img .item-img-info a.product-image .img-main {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.sns-slider.column-style .list-items .item .item-img.have-additional .img-main {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .sns-slider.column-style .list-items .item .item-img.have-additional .img-main {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .sns-slider.column-style .list-items .item .item-img.have-additional .img-main {
  transform: none;
}
body.eimg-translatex .sns-slider.column-style .list-items .item .item-img.have-additional .img-main {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey .sns-slider.column-style .list-items .item .item-img.have-additional .img-main {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.sns-slider.column-style .list-items .item .item-img.have-additional .img-additional {
  text-align: center;
  left: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .sns-slider.column-style .list-items .item .item-img.have-additional .img-additional {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .sns-slider.column-style .list-items .item .item-img.have-additional .img-additional {
  transform: none;
}
body.eimg-translatex .sns-slider.column-style .list-items .item .item-img.have-additional .img-additional {
  transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
}
body.eimg-translatey .sns-slider.column-style .list-items .item .item-img.have-additional .img-additional {
  transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
}
body.eimg-preserve-3d .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-main {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-main {
  transform: none;
}
body.eimg-translatex .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-main {
  transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -webkit-transform: translateX(120%);
}
body.eimg-translatey .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-main {
  transform: translateY(120%);
  -moz-transform: translateY(120%);
  -o-transform: translateY(120%);
  -webkit-transform: translateY(120%);
}
.sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-additional {
  z-index: 1;
}
body.eimg-preserve-3d .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-additional {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-additional {
  transform: none;
}
body.eimg-translatex .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-additional {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey .sns-slider.column-style .list-items .item .item-img.have-additional:hover .img-additional {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.sns-slider.column-style .list-items .item .item-info .item-title {
  margin: 0 0 5px;
}
.sns-slider.column-style .list-items .item .item-info .rating .rating-box,
.sns-slider.column-style .list-items .item .item-info .rating .no-rating {
  margin: 0 0 3px;
  float: none;
}
.sns-slider.column-style .list-items .item .item-info .rating .rating-links {
  display: none;
}
.sns-slider.column-style .list-items .item .item-info .price-box .price {
  font-size: 100%;
}
.sns-slider.column-style .list-items .item .item-info .wrap-buttons {
  margin-top: 5px;
}
.sns-slider.column-style .list-items .item .item-info .wrap-buttons .btn-cart {
  padding-left: 12px;
  padding-right: 12px;
}
.sns-slider.column-style .list-items .item .item-info .wrap-buttons .btn-cart i {
  font-size: 100%;
}
.sns-slider.column-style .list-items .item .item-info ul.add-to-links a {
  width: 35px;
  height: 33px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #DDD;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  display: inline-block;
  text-align: center;
  padding: 0 0;
  margin: 0 0;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sns-slider.column-style .list-items .item .item-info ul.add-to-links a i {
  font-size: 14px;
  color: #777777;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 9px;
}
.sns-slider.column-style .list-items .item .item-info ul.add-to-links a:hover {
  background-color: #95337c;
  border-color: #95337c;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
.sns-slider.column-style .list-items .item .item-info ul.add-to-links a:hover i {
  color: #FFF;
}
body.ie8 .sns-slider.column-style .list-items .item .item-info ul.add-to-links a {
  border-bottom: 3px solid #DDD;
}
body.ie8 .sns-slider.column-style .list-items .item .item-info ul.add-to-links a:hover {
  border-bottom-color: #641650;
}
.sns-slider.column-style .list-items .item .item-info ul.add-to-links {
  margin: 0 0;
  list-style: none;
  padding: 0 0;
}
.sns-slider.column-style .list-items .item .item-info ul.add-to-links li {
  display: block;
  float: left;
  margin: 10px 10px 0 0;
}
.sns-producttabs {
  overflow: visible;
}
.sns-producttabs .sns-pdt-nav {
  width: 100%;
  margin-top: 0px;
  position: relative;
}
.sns-producttabs .sns-pdt-nav:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  top: 50%;
  background: #d4d4d4;
}
.sns-producttabs .sns-pdt-nav ul {
  position: relative;
  background: #FFF;
  padding: 0 5px;
  display: table;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.sns-producttabs .sns-pdt-nav ul li {
  display: inline-block;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #444444;
  margin: 0 5px;
  padding: 0 20px;
  line-height: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  background: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns-producttabs .sns-pdt-nav ul li:hover,
.sns-producttabs .sns-pdt-nav ul li.tab-nav-actived {
  color: #FFF;
  border-color: #95337c;
  background-color: #95337c;
}
@media (max-width: 767px) {
  .sns-producttabs .sns-pdt-nav {
    height: 32px;
    width: 40px;
    position: relative;
    z-index: 2;
  }
  .sns-producttabs .sns-pdt-nav .pdt-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    left: 50px;
    top: 0px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 150px;
    border: 1px solid #e9e9e9;
    padding: 0 0;
    text-align: left;
  }
  .sns-producttabs .sns-pdt-nav .pdt-nav > li {
    display: block;
    font-size: 100%;
    background: none;
    padding: 0 0;
    position: static;
    line-height: normal;
    border: none;
    border-top: 1px solid #e9e9e9;
    height: auto;
    width: 100%;
    margin: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    font-weight: normal;
  }
  .sns-producttabs .sns-pdt-nav .pdt-nav > li span {
    display: block;
    position: relative;
    padding: 6px 10px;
  }
  .sns-producttabs .sns-pdt-nav .pdt-nav > li span:before {
    display: none;
  }
  .sns-producttabs .sns-pdt-nav .pdt-nav > li:hover,
  .sns-producttabs .sns-pdt-nav .pdt-nav > li.tab-nav-actived {
    color: #95337c;
    background: #FFF;
    border-color: #e9e9e9;
  }
  .sns-producttabs .sns-pdt-nav .pdt-nav > li:first-child {
    padding: 0 0;
    border: none;
  }
  .sns-producttabs .sns-pdt-nav:before {
    position: absolute;
    content: "\f0ca";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #444;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 32px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .sns-producttabs .sns-pdt-nav:hover:before {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .sns-producttabs .sns-pdt-nav:hover .pdt-nav {
    opacity: 100;
    filter: alpha(opacity=10000);
    visibility: visible;
    top: 0px;
    left: 40px;
  }
}
.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 {
  margin: 0 -15px 30px;
  float: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-content .products-grid .item {
  margin-top: 30px;
  margin-bottom: 0px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore {
  height: 40px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
  font-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  color: #777777;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  border: 1px solid #DDD;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #FFF;
  position: relative;
  box-sizing: content-box;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: -30px;
  top: 50%;
  background: #DDD;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: content-box;
  margin-top: -1px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "\f067";
  background: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  left: 0px;
  top: 0px;
  font-size: 100%;
  color: #777777;
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .ico-loading {
  display: none !important;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:hover {
  border-color: #95337c;
  color: #FFF;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:hover:before {
  background: #95337c;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore:hover:after {
  background: #95337c;
  color: #FFF;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .icon-spin {
  display: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading {
  border-color: #95337c;
  color: #FFF;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading:before {
  background: #95337c;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading:after {
  background: #95337c;
  color: #FFF;
  content: "\f118";
  font-size: 20px;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
  cursor: text;
  border: none;
  background: transparent;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded:after {
  content: "";
  display: none;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded:hover:before {
  background: #DDD;
}
.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded:hover:after {
  background: #FFF;
  color: #777777;
}
.sns-productlist .block-title {
  max-width: 270px;
  margin: 0 auto !important;
  border-bottom: 1px solid #DDD;
  padding: 0 0 6px !important;
  text-align: center;
  position: relative;
}
.sns-productlist .block-title:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  bottom: -13px;
  left: -24px;
  background: url("../images/slider-nav.png") no-repeat left top;
}
.sns-productlist .block-title:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  bottom: -13px;
  right: -24px;
  background: url("../images/slider-nav.png") no-repeat left top;
}
.sns-productlist .block-content {
  padding: 10px 0 0 !important;
  margin: 0 -15px !important;
}
.sns-productlist .block-content ul.list-item {
  margin: 0;
}
.sns-productlist .block-content ul.list-item .item {
  padding: 0 15px;
}
.sns-productlist .block-content ul.list-item .item .item-inner {
  padding: 0 0;
}
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: #444444;
  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;
}
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: #474747;
  overflow-x: hidden;
}
body p {
  line-height: 1.6em;
  margin-bottom: 1em;
}
a {
  color: #782088;
}
a:hover,
a:focus,
a:active {
  color: #4e4b8f;
  text-decoration: none;
}
blockquote {overflow:hidden}
a:focus,
input:focus,
button:focus,
select:focus {
  outline: none !important;
}
.tooltip-inner {
  background-color: #2b2b2b;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2b2b2b;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2b2b2b;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2b2b2b;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2b2b2b;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  /* IE8 */

}
/* MAY NEED TO UNCOMMENT THIS LATER
.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: #777777;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-box a.close {z-index: 1}
.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: #000;
}
#sns-totop {
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #aaa;
  border-bottom: none;
  -webkit-box-shadow: 0 3px #aaaaaa;
  box-shadow: 0 3px #aaaaaa;
  width: 45px;
  bottom: 10px;
  right: 10px;
  height: 42px;
  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: #95337c;
  border-color: #95337c;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
#sns-totop:hover i {
  color: #FFF;
}
#sns-totop i {
  font-size: 24px;
  color: #777777;
  position: relative;
  top: 7px;
}
body.ie8 #sns-totop {
  border-bottom: 3px solid #aaa;
}
body.ie8 #sns-totop:hover {
  border-bottom-color: #641650;
}
#facebook_fan iframe[style] {
  width: 100% !important;
}
.demo-notice {
  text-align: center;
  background: #95337c;
  color: #FFF;
  padding: 8px 0;
}
.demo-notice p {
  margin: 0 0;
}
select {
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 5px;
  border: 1px solid #DDD;
  color: #777;
  -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: #a9a9a9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
}
input.input-text {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #777;
  border: 1px solid #DDD;
}
input.input-text:focus {
  border-color: #a9a9a9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
}
input.input-text.validation-failed {
  border-color: #b94a48 !important;
}
textarea.form-control,
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #777;
  border: 1px solid #DDD;
  min-width: 210px;
  max-width: 100%;
}
textarea.form-control:focus,
textarea:focus {
  border-color: #a9a9a9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
}
textarea.form-control.validation-failed,
textarea.validation-failed {
  border-color: #b94a48 !important;
}
input[type="button"], .button, button {
  font-size: 100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-transform: uppercase;
  padding: 6px 15px;
  letter-spacing: 0;
  font-weight: normal;
  color: #ffffff;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  background: #782088;
  background: -moz-linear-gradient(-45deg, #782088 0%, #782088 50%, #511a5b 51%, #511a5b 100%);  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #782088), color-stop(50%, #782088), color-stop(51%, #511a5b), color-stop(100%, #511a5b));  background: -webkit-linear-gradient(-45deg, #782088 0%, #782088 50%, #511a5b 51%, #511a5b 100%);  background: -o-linear-gradient(-45deg, #782088 0%, #782088 50%, #511a5b 51%, #511a5b 100%);  background: -ms-linear-gradient(-45deg, #782088 0%, #782088 50%, #511a5b 51%, #511a5b 100%);  background: linear-gradient(135deg, #782088 0%, #782088 50%, #511a5b 51%, #511a5b 100%);
  cursor: pointer;
  border-radius: 0;
}
.button.green {
background: #0cb43d;
background: -moz-linear-gradient(-45deg, #0cb43d 0%, #0cb43d 50%, #0ca437 51%, #0ca437 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0cb43d), color-stop(50%, #0cb43d), color-stop(51%, #0ca437), color-stop(100%, #0ca437));
background: -webkit-linear-gradient(-45deg, #0cb43d 0%, #0cb43d 50%, #0ca437 51%, #0ca437 100%);
background: -o-linear-gradient(-45deg, #0cb43d 0%, #0cb43d 50%, #0ca437 51%, #0ca437 100%);
background: -ms-linear-gradient(-45deg, #0cb43d 0%, #0cb43d 50%, #0ca437 51%, #0ca437 100%);
background: linear-gradient(135deg, #0cb43d 0%, #0cb43d 50%, #0ca437 51%, #0ca437 100%);
}
.button.red {
    background: #db1500;  background: -moz-linear-gradient(-45deg, #db1500 0%, #db1500 50%, #ad0e00 51%, #ad0e00 100%);  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db1500), color-stop(50%, #db1500), color-stop(51%, #ad0e00), color-stop(100%, #ad0e00));  background: -webkit-linear-gradient(-45deg, #db1500 0%, #db1500 50%, #ad0e00 51%, #ad0e00 100%);  background: -o-linear-gradient(-45deg, #db1500 0%, #db1500 50%, #ad0e00 51%, #ad0e00 100%);  background: -ms-linear-gradient(-45deg, #db1500 0%, #db1500 50%, #ad0e00 51%, #ad0e00 100%);  background: linear-gradient(135deg, #db1500 0%, #db1500 50%, #ad0e00 51%, #ad0e00 100%);
}
input[type="button"]:hover,
.button:hover,
button:hover {
    color: #ffffff;
    border-color: #ffffff;
}
body.ie8 input[type="button"],
body.ie8 .button,
body.ie8 button {
  border-bottom: 3px solid #DDD;
}
body.ie8 input[type="button"]:hover,
body.ie8 .button:hover,
body.ie8 button:hover {
  border-bottom-color: #641650;
}
label,
.label {
  font-weight: normal;
  font-size: 100%;
}
ul,
ol,
ul ul, ol ul, ul ol, ol ol {
  padding: 0 0;
  margin: 0 0 10px 25px;
}
.price .text-box input[type="button"] {
  background: #666;
  margin-left: 5px;
}
.price .text-box input[type="button"]:hover {
  background-color: #95337c;
}
form .input-box {
  margin-bottom: 5px;
}
form .fieldset {
  margin-top: 35px;
}
form .fieldset:first-child {
  margin-top: 10px;
}
form p.required {
  color: #ff7362;
}
table img {
  max-width: none;
}
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: #444444;
}
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 {
  text-transform: uppercase;
  font-weight: bold;
}
.wrap {
  width: 100%;
  clear: both;
}
#bd.boxed-layout #sns_wrapper {
  max-width: 1230px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/*--- My account ---*/
.page-sitemap ul.links {
  list-style: none;
  margin: 0 0;
  float: left;
}
.page-sitemap .pager {
  float: right;
  margin: 0 0;
  line-height: 28px;
}
.page-sitemap .pager .amount {
  float: left;
  margin: 0 0;
  line-height: 28px;
}
.page-sitemap .pager .pages {
  margin: 0 0 0 8px;
  float: right;
}
.page-sitemap .pager .pages > strong {
  float: left;
}
.page-sitemap .pager .pages ol {
  margin: 0 0 0 8px;
  float: left;
}
.page-sitemap .pager .pages ol li {
  display: inline-block;
}
.page-sitemap .pager .pages ol li a {
  padding: 0 0;
  width: 28px;
  height: 28px;
}
.page-sitemap .pager .pages ol li a.next,
.page-sitemap .pager .pages ol li a.prev {
  padding: 0 15px;
  width: auto;
}
.page-sitemap .sitemap {
  clear: both;
  padding: 5px 0 10px;
  margin: 0 0 0 25px;
}
.page-sitemap .sitemap li {
  padding: 1px 0;
}
.tags-list {
  list-style: none;
  margin: 0 0;
}
.tags-list li {
  display: inline-block;
  margin: 2px 5px;
}
.advanced-search select {
  padding: 3px;
}
.advanced-search select option {
  padding: 3px;
}
/*--- rating ---*/
.rating-box {
  background: url("../images/bkg_rating.png") repeat-x scroll 0 0 transparent;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 70px;
  margin: 3px 8px 0 0;
  float: left;
  text-indent: -999em;
}
.rating-box .rating {
  background: url("../images/bkg_rating.png") repeat-x scroll 0 100% transparent;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
}
.no-rating a {
  color: #777777;
}
.no-rating a:hover {
  color: #95337c;
}
.rating-links {
  margin: 0;
  color: #777777;
  font-size: 85.71%;
  display: inline-block;
}
.rating-links a:hover {
  color: #95337c;
}
.rating-links .separator {
  font-size: 70%;
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
#compare-items li,
.product-details {
  position: relative;
}
#compare-items li p.product-name,
.product-details p.product-name {
  margin: 0 0;
  line-height: 24px;
}
/*--- messages ---*/
.messages {
  list-style: none;
  margin: 10px 0 15px;
  overflow: hidden;
  width: 100%;
}
.messages li.notice-msg {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
  color: #C09853;
}
.messages li.notice-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.notice-msg ul:before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.messages li.error-msg {
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  color: #B94A48;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
}
.messages li.error-msg ul ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.error-msg ul ul:before {
  font-family: FontAwesome;
  content: "\f071";
  font-size: 15px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.messages li.success-msg {
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  color: #468847;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
}
.messages li.success-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.success-msg ul:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.messages li.note-msg {
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #3A87AD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 10px;
}
.messages li.note-msg ul {
  position: relative;
  padding: 0 0 0 30px;
}
.messages li.note-msg ul:before {
  font-family: FontAwesome;
  content: "\f0eb";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.messages ul {
  margin: 0 0;
  list-style: none;
}
label em {
  padding-right: 5px;
  color: #ff7362;
}
#fancybox-content,
#fancybox-content > div {
  overflow: visible !important;
}
.fancybox-skin {
  background: #FFF;
}
.quickview-main .sns-product-detail .product-essential {
  margin: 0 0;
}
.quickview-main .sns-product-detail h1.product-name {
  display: block;
}
.quickview-main .addthis_toolbox {
  display: none !important;
}
.quickview-main .has-custom {
  display: none;
}
/*--- price-box ---*/
.price-box p {
  margin: 0 0;
  display: inline-block;
}
.price-box .old-price {
  /*text-decoration: line-through;*/
  margin: 0 10px 0 0;
  padding: 0 6px;
  display: inline-block;
  position: relative;
}
.price-box .old-price .price {
  font-size: 142.85%;
  color: #aeaeae;
  position: relative;
  line-height: normal;
  font-weight: normal;
}
.price-box .old-price:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  padding: 0 0;
  left: 0px;
  top: 50%;
  margin-top: 0px;
  background: #aeaeae;
}
.price-box .special-price .price {
  color: #95337c;
  font-size: 142.85%;
}
.price-box .price {
  font-size: 142.85%;
  line-height: 24px;
  color: #f04124;
  font-weight: bold;
}
.price-box .minimal-price-link .price {
  font-size: 100%;
}
.price-box .minimal-price .price-label {
  display: inline-block;
}
.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;
}
#modal_login {
  text-align: left;
  color: #777777;
}
#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: #777777;
}
#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;
}
.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,
.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-close,
.btn-remove {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  height: 20px;
  width: 20px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#fancybox-close:before,
#btn-close:before,
.btn-remove:before {
  position: absolute;
  color: #777777;
  font-size: 14px;
  left: 5px;
  top: 10px;
  content: "\f00d";
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#fancybox-close:hover:before,
#btn-close:hover:before,
.btn-remove:hover:before {
  color: red;
}
.btn-remove2 {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  height: 20px;
  width: 20px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.btn-remove2:before {
  position: absolute;
  color: #777777;
  font-size: 14px;
  left: 5px;
  top: 10px;
  content: "\f00d";
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-remove2:hover:before {
  color: red;
}
.block .btn-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.block .btn-remove:before {
  position: absolute;
  color: #777777;
  font-size: 14px;
  left: 5px;
  top: 10px;
  content: "\f00d";
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.block .btn-remove:hover:before {
  color: red;
}
.btn-edit {
  position: absolute;
  top: 0px;
  right: 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 20px;
  width: 20px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.btn-edit:before {
  position: absolute;
  color: #777777;
  font-size: 14px;
  left: 5px;
  top: 10px;
  content: "\f044";
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-edit:hover:before {
  color: #95337c;
}
#fancybox-close {
  top: 10px;
  right: 10px;
}
#btn-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;
}
/* jqTransform */
body .jqTransformSelectWrapper {
  height: 22px;
  background: #E2E2E2;
}
body .jqTransformSelectWrapper div span {
  padding: 0 0;
  line-height: 22px;
  height: 22px;
}
body .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  height: 21px;
  width: 9px;
  background: url("../images/ico-drop.png") no-repeat right 7px;
}
body .jqTransformSelectWrapper ul {
  top: 22px;
}
body .jqTransformSelectWrapper ul a {
  padding: 0 5px;
}
body .jqTransformSelectWrapper ul a.selected:hover,
body .jqTransformSelectWrapper ul a:hover {
  background: #999;
}
.banner-item {
  position: relative;
  display: 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.4);
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.banner-item:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.banner-item.style1:after {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.banner-item.style1:hover:after {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2) inset;
}
.banner-item.style2 {
  border: 3px solid #95337c;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.banner-item.style2: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.4);
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.banner-item.style2:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.banner-item.style2:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 17px;
}
.breadcrumbs li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 15px;
  background: url("../images/dot-1.png") no-repeat left -4px;
  width: 7px;
  height: 7px;
}
.breadcrumbs li:first-child {
  padding-left: 0px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs li.last span {
  color: #95337c;
}
h1,
h2 {
  text-transform: uppercase;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 155%;
}
h3 {
  font-size: 135%;
}
h4 {
  font-size: 120%;
}
h5,
h6 {
  font-size: 110%;
}
.page-title.category-title {
  display: none;
}
.page-title h1 {
  font-size: 200%;
  font-weight: bold;
  margin: 0px 0 15px;
  text-transform: none;
  color: #444444;
}
.sub-title {
  font-size: 110%;
}
.fieldset {
  border: 1px solid #E5E5E5;
  margin: 10px 0 0;
  padding: 20px;
}
.fieldset .legend {
  background: #FFF;
  float: left;
  font-size: 115%;
  color: #444444;
  font-weight: normal;
  margin: -30px 0 0;
  padding: 0 8px;
  line-height: 20px;
}
.fieldset label,
.fieldset .label {
  margin: 0 0;
}
.fieldset ul {
  margin: 0 0;
  list-style: none;
}
.product-name {
  font-size: 100%;
  font-weight: normal;
}
.product-name a {
  color: inherit;
}
.product-name a:hover {
  color: #95337c;
}
.buttons-set {
  border: none !important;
  padding: 10px 0 0 !important;
}
.buttons-set .required {
  color: #ff7362;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
.control .input-box input {
  margin: 0 0;
}
.control input {
  float: left;
  margin: 1px 5px 0 0;
}
.control label {
  cursor: pointer;
  margin: 0 0;
}
.input-box select {
  margin: 0 0 10px 0;
}
.col2-set {
  clear: both;
}
.col2-set h2 {
  font-size: 125%;
  margin-bottom: 5px;
  color: #444444;
}
.col2-set h3 {
  font-size: 120%;
  margin: 0 0 5px;
  color: #444444;
}
.col2-set h4 {
  font-size: 100%;
  margin: 0 0 5px;
  color: #444444;
}
.col2-set .col-1 {
  width: 48.5%;
  float: left;
}
.col2-set .col-2 {
  width: 48.5%;
  float: right;
}
.col2-set .content {
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  height: 270px;
}
.col2-set label,
.col2-set .label {
  color: #777777;
  cursor: pointer;
}
.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;
}
@media (max-width: 767px) {
  .col2-set .col-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col2-set .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.box-head h2 {
  font-size: 125%;
  margin: 10px 0 5px;
}
.box .box-title {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.box .box-title h3 {
  font-size: 100%;
  margin: 5px 0;
}
.box .box-title h2 {
  font-size: 100%;
  margin: 5px 0;
}
.box .box-title a {
  position: absolute;
  right: 0px;
  top: -2px;
}
.box-content {
  padding: 0 20px;
}
.box-content h4 {
  font-size: 110%;
  margin-top: 0px;
}
.box-account > ol {
  list-style: none;
  margin: 10px 0 10px 15px;
}
.box-account > ol li .number {
  float: left;
  margin: 0 10px 0 0;
}
.box-account > ol li .details {
  width: 100%;
}
.box-account > ol li .details .product-name {
  line-height: 18px;
  margin: 0 0;
}
.box-account > ol li .details .ratings {
  margin: 6px 0;
}
.box-account > ol li .details .ratings strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags ul {
  list-style: none;
  margin: 0 0;
}
.box-account > ol li .details .tags ul li {
  float: left;
  margin: 0 3px 0 0;
}
.table-caption {
  font-size: 125%;
}
#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}
#wishlist-table .add-to-cart-alt {
  margin-bottom: 10px;
}
.ratings-table {
  margin-left: 0;
  margin-bottom: 10px;
}
.ratings-table th {
  text-align: right;
  padding-right: 10px;
}
.ratings-table .rating-box {
  margin: 0 0;
}
.nobr {
  margin: 3px 0;
  display: block;
  white-space: nowrap;
}
p.item-msg.error {
    color: red;
    font-weight: bold;
}
.data-table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  border: 0;
  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: 0;
  padding: 8px;
  vertical-align: top;
}
.data-table tbody td.label {
  vertical-align: middle;
  display: table-cell;
  font-size: 100%;
  text-align: inherit;
}
.data-table tbody td a.product-image {
  display: block;
}
.data-table tbody td button {
  min-width: 110px;
  margin-bottom: 10px;
}
.data-table tbody td .product-name {
  margin: 0 0;
}
.data-table tfoot td {
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.data-table input.input-text {
  border: 1px solid #e9e9e9;
}
.data-table input.input-text:focus {
  border-color: #cdcdcd;
}
@media (max-width: 991px) {
  .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%;
  }
}
.checkout-progress {
  margin: 10px 0 35px 0;
  list-style: none;
}
.checkout-progress li {
  display: inline-block;
  padding: 5px 0px;
  width: 20%;
  text-align: center;
  background: #e9e9e9;
  float: left;
  color: #686868;
}
.checkout-progress li.active {
  background: #95337c;
  color: #FFF;
}
.multiple-checkout h2 {
  font-size: 120%;
  line-height: 24px;
}
.multiple-checkout .col2-set h2.legend {
  font-size: 135%;
}
.multiple-checkout .col2-set h3.legend {
  font-size: 120%;
}
.multiple-checkout .col2-set h2,
.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h4 {
  line-height: 26px;
  font-size: 100%;
  margin: 0 0;
}
.multiple-checkout .col2-set .product-name {
  font-size: 100%;
}
.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;
}
.multiple-checkout #checkout-review-submit button {
  margin-top: 15px;
}
#my-orders-table tbody td.last {
  white-space: nowrap;
}
.cart-collaterals .totals table {
  width: 100%;
}
.cart-collaterals .totals table td {
  padding: 0 0 10px;
}
.cart-collaterals .totals table tfoot td {
  border-bottom: 1px solid #e9e9e9;
  font-size: 125%;
  padding: 0 0 10px 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals ul.checkout-types {
  margin: 30px 0 0;
}
.cart-collaterals .totals ul.checkout-types li {
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
.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 15px;
  float: right;
}
.cart .btn-remove {
  font-size: 0px;
}
.cart .input-box {
  width: 100%;
}
.cart .input-box input.input-text {
  border: 1px solid #e9e9e9;
  margin: 0 0 5px;
  width: 94%;
}
.cart .input-box input.input-text:focus {
  border-color: #cdcdcd;
}
.cart .input-box select {
  width: 100%;
  margin: 0 0 5px;
}
.cart form {
  margin-bottom: 20px;
}
.cart .btn-continue {
  float: left;
}
.cart .col2-set {
  width: 70%;
  float: left;
  clear: none;
}
.cart .totals {
  width: 28%;
  float: right;
}
.cart .discount,
.cart .shipping,
.cart .crosssell {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}
.cart .discount h2,
.cart .shipping h2,
.cart .crosssell h2 {
  font-size: 125%;
  text-transform: uppercase;
}
.cart .discount form,
.cart .shipping form,
.cart .crosssell form {
  margin: 0 0;
}
.cart .discount .button,
.cart .shipping .button,
.cart .crosssell .button {
  float: left !important;
  margin: 0 0 !important;
}
.cart .crosssell {
  width: 100%;
  float: left;
}
.cart .crosssell h2 {
  margin-bottom: 18px;
  color: #444444;
}
.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: none;
  margin: 0 0;
}
.cart #co-shipping-method-form ul li input {
  float: left;
  margin: 1px 5px 0 0;
}
@media (max-width: 767px) {
  .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;
  }
}
#checkoutSteps {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps ul,
#checkoutSteps ol {
  list-style: none;
  margin: 0 0 10px;
}
#checkoutSteps li {
  margin-bottom: 1px;
}
#checkoutSteps li .step-title {
  padding: 8px 15px;
  background: #f5f5f5;
  color: #444444;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #777;
  color: #FFF;
}
#checkoutSteps li .step-title h2 {
  font-size: 114.28%;
  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 #f5f5f5;
  border-bottom: none;
  cursor: default;
}
#checkoutSteps li .step {
  border: 1px solid #f5f5f5;
  padding: 15px 20px;
}
#checkoutSteps li .step fieldset ul {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li .step fieldset p.required {
  text-align: right;
}
#checkoutSteps .sp-methods dt {
  clear: both;
  padding: 2px 0;
}
#checkoutSteps .sp-methods dt input {
  margin: 1px 5px 0 0;
  float: left;
}
#checkoutSteps .sp-methods dt label {
  float: left;
  margin: 0 0;
  cursor: pointer;
}
#checkoutSteps .please-wait {
  margin: 0 20px;
}
body.product-bundle-product #product-shop .price-box,
body.product-bundle-product .product-shop .price-box {
  margin-bottom: 10px;
}
body.product-bundle-product #product-shop .price-box-bundle .price-box,
body.product-bundle-product .product-shop .price-box-bundle .price-box {
  margin-bottom: 0px;
}
body.product-bundle-product #product-shop .availability,
body.product-bundle-product .product-shop .availability {
  margin-bottom: 15px;
}
body.product-bundle-product #product-shop .qty-holder,
body.product-bundle-product .product-shop .qty-holder {
  display: block;
  margin: 4px 0;
}
#product-shop .availability,
.product-shop .availability {
  margin: 0;
  float: left;
  margin-right: 20px;
}
#product-shop .availability.in-grouped,
.product-shop .availability.in-grouped {
  margin-bottom: 15px;
}
#product-shop .availability span,
.product-shop .availability span {
  line-height: 28px;
  padding: 0 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: green;
}
#product-shop #product-options-wrapper,
.product-shop #product-options-wrapper {
}
#product-shop #product-options-wrapper ul,
.product-shop #product-options-wrapper ul {
  list-style: none;
  margin: 0 0 5px;
}
#product-shop #product-options-wrapper .product-name h1,
.product-shop #product-options-wrapper .product-name h1 {
  font-size: 133.3%;
  color: #444444;
  text-transform: uppercase;
  line-height: normal;
}
#product-shop table.grouped-items-table,
.product-shop table.grouped-items-table { border-collapse: collapse; }
#product-shop table.grouped-items-table input,
.product-shop table.grouped-items-table input {
  text-align: center;
  width: 40px;
}
#product-shop table.grouped-items-table .price-box,
.product-shop table.grouped-items-table .price-box {
  margin: 0 0;
}
#product-shop table.grouped-items-table .price-box .price-label,
.product-shop table.grouped-items-table .price-box .price-label {
  display: none;
}
#product-shop table.grouped-items-table .price-box .old-price,
.product-shop table.grouped-items-table .price-box .old-price {
  margin: 0 10px 0 0;
}
#product-shop table.grouped-items-table .price-box .price,
.product-shop table.grouped-items-table .price-box .price {
  font-size: 130%;
}
#product-shop .product-options label,
.product-shop .product-options label {
  cursor: pointer;
  margin: 0 0;
}
#product-shop .product-options dt label,
.product-shop .product-options dt label {
  font-size: 100%;
  color: #777777;
  margin-bottom: 5px;
  font-weight: normal;
}
#product-shop .product-options dt label em,
.product-shop .product-options dt label em {
  color: #ff7362;
}
#product-shop .product-options dl,
.product-shop .product-options dl {
  margin: 0 0;
}
#product-shop .product-options dl dd .input-box select,
.product-shop .product-options dl dd .input-box select {
  margin: 0 0 5px 0;
  width: 100%;
}
#product-shop .product-options dl dd .input-box .input-text,
.product-shop .product-options dl dd .input-box .input-text {
  padding: 5px 10px;
}
#product-shop .product-options dl dd .qty-holder input.qty,
.product-shop .product-options dl dd .qty-holder input.qty {
  padding: 2px 0;
  width: 35px;
  text-align: center;
  margin: 0 0 5px 0;
}
#product-shop .product-options p.required,
.product-shop .product-options p.required {
  margin: 5px 0 0;
  color: #ff7362;
}
#product-shop .product-options .options-list input,
.product-shop .product-options .options-list input {
  float: left;
  margin: 0 8px 0 0;
}
#product-shop .product-options .options-list span.label,
.product-shop .product-options .options-list span.label {
  float: left;
  margin: 0 0 0;
  padding: 0 0;
  display: inline-block;
  color: #777777;
}
#product-shop .product-options .options-list span.label label,
.product-shop .product-options .options-list span.label label,
#product-shop .product-options .options-list span.label a,
.product-shop .product-options .options-list span.label a,
#product-shop .product-options .options-list span.label > span,
.product-shop .product-options .options-list span.label > span {
  display: inline;
  margin: 0 0;
  line-height: normal;
}
#product-shop .ratings,
.product-shop .ratings,
#product-shop .no-ratings,
.product-shop .no-ratings {
  margin-bottom: 20px;
}
#product-shop .product-options-bottom,
.product-shop .product-options-bottom {
  padding-top: 10px;
}
#product-shop .product-options-bottom .price-box,
.product-shop .product-options-bottom .price-box {
  display: none;
}
#product-shop .email-friend,
.product-shop .email-friend {
  margin-bottom: 0px;
  display: none;
}
.email-friend {display:none !important}
#product-shop .email-friend a,
.product-shop .email-friend a {
  height: 40px;
  padding-left: 48px;
  line-height: 40px;
  color: #777777;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
#product-shop .email-friend a:before,
.product-shop .email-friend a:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 36px;
  width: 36px;
  border: 1px solid #DDD;
  border-bottom: none;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#product-shop .email-friend a:after,
.product-shop .email-friend a:after {
  position: absolute;
  font-size: 100%;
  color: #777777;
  left: 11px;
  top: -1px;
  font-family: FontAwesome;
  content: "\f0e0";
}
#product-shop .email-friend a:hover,
.product-shop .email-friend a:hover {
  color: #95337c;
}
#product-shop .email-friend a:hover:before,
.product-shop .email-friend a:hover:before {
  background-color: #95337c;
  border-color: #95337c;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
#product-shop .email-friend a:hover:after,
.product-shop .email-friend a:hover:after {
  color: #FFF;
}
body.ie8 #product-shop .email-friend a:before,
body.ie8 .product-shop .email-friend a:before {
  border-bottom: 3px solid #DDD;
}
body.ie8 #product-shop .email-friend a:hover:before,
body.ie8 .product-shop .email-friend a:hover:before {
  border-bottom-color: #641650;
}
#product-shop .add-to-cart,
.product-shop .add-to-cart {
  border-bottom: 1px solid #EEE;
  text-align: center;
  background: #eee;
  padding: 1em;
}
#product-shop .add-to-cart .btn-cart,
.product-shop .add-to-cart .btn-cart {
  padding: 0 15px;
  height: 52px;
  line-height: 50px;
  margin: 0;
  display: inline-block;
  font-size: 114.28%;
  vertical-align: top;
}
#product-shop .add-to-cart label,
.product-shop .add-to-cart label {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: normal;
  color: #777777;
}
#product-shop .add-to-cart .qty-container,
.product-shop .add-to-cart .qty-container {
  height: 52px;
  display: inline-block;
  /* margin: 0 10px 0 0; */
  border: 1px solid #ccc;
}
#product-shop .add-to-cart .qty-container input.qty,
.product-shop .add-to-cart .qty-container input.qty {
  text-align: center;
  width: 40px;
  margin: 12px 0 0;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dfdfdf;
  margin: 0;
}
#product-shop .add-to-cart .qty-container input.qty:focus,
.product-shop .add-to-cart .qty-container input.qty:focus {
  border-color: #aeaeae;
  text-align: center;
  background: none;
}
#product-shop .add-to-cart .qty-container input.qty-increase,
.product-shop .add-to-cart .qty-container input.qty-increase,
#product-shop .add-to-cart .qty-container input.qty-decrease,
.product-shop .add-to-cart .qty-container input.qty-decrease {
  display: none;
  background: url("../images/qty-inc-dec.png") no-repeat left 0;
  background-color: #d5d5d5;
  height: 32px;
  width: 32px;
  padding: 0 0;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button.qty-decrease,button.qty-increase {
    width: 50px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 50px;
    float: left;
}
#product-shop .add-to-cart .qty-container input.qty-decrease,
.product-shop .add-to-cart .qty-container input.qty-decrease {
  background-position: left -32px;
}
#product-shop .add-to-cart .qty-container input.qty-decrease:hover,
.product-shop .add-to-cart .qty-container input.qty-decrease:hover {
  background-color: #95337c;
}
#product-shop .add-to-cart .qty-container input.qty-increase:hover,
.product-shop .add-to-cart .qty-container input.qty-increase:hover {
  background-color: #95337c;
}
.fields .field {
  float: left;
  width: 270px;
}
.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
  max-width: 100%;
}
.input-box select {
  width: 260px;
}
.search-form ul {
  list-style: none;
}
.page-head {
  color: #444444;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px;
}
.jqTransformHidden {
  display: none;
}
/* --- Plugin --- */
.transition {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.make_transist {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hidescale {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
body.ie8 .hidescale {
  visibility: hidden;
}
.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;
}
body.ie8 .showscale {
  visibility: visible;
}
.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;
}
body.ie8 .hideleft {
  visibility: hidden;
}
.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;
}
body.ie8 .showleft {
  visibility: visible;
}
.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;
}
body.ie8 .hidescaleup {
  visibility: hidden;
}
.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;
}
body.ie8 .showscaleup {
  visibility: visible;
}
.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%;
}
body.ie8 .hideflip {
  visibility: hidden;
}
.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%;
}
body.ie8 .showflip {
  visibility: visible;
}
@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: 80%;
  background: rgb(253, 231, 231);
  overflow: hidden;
  clear: both;
  margin: -10px 0 10px;
  padding: 5px;
}
.sns-btn-quickview {
  background-color: #95337c;
  background-color: rgba(148, 51, 124, 0.5);
}
/* General style */
/*--- Block ---*/
.block .block-title {
  color: #444444;
  font-size: 128.57%;
  font-weight: bold;
  line-height: 1.1em;
  padding: 5px 10px;
  margin: 0 0;
}
.block .block-content {
  padding: 10px 0;
}
.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: #888888;
}
.block.block-custommenu:hover {
  border-color: #888;
}
.block.block-twitter {
  margin-bottom: 0px;
}
.block.block-twitter .block-title {
  text-align: center;
  padding: 0 0 5px;
}
.block.block-twitter .navslider {
  position: relative;
  margin: 0 24px 25px;
}
.block.block-twitter .navslider:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #d4d4d4;
}
.block.block-twitter .navslider .next,
.block.block-twitter .navslider .prev {
  position: absolute;
  height: 25px;
  width: 25px;
  right: -24px;
  top: -12px;
  background: url("../images/slider-nav.png") no-repeat left top;
  text-indent: -999em;
}
.block.block-twitter .navslider .next:before,
.block.block-twitter .navslider .prev:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  background: url("../images/purple/nav-inner.png") no-repeat -75px top;
  cursor: pointer;
  content: "";
}
.block.block-twitter .navslider .next:hover:before,
.block.block-twitter .navslider .prev:hover:before {
  background-position: -50px top;
}
.block.block-twitter .navslider .next.prev,
.block.block-twitter .navslider .prev.prev {
  right: auto;
  left: -24px;
}
.block.block-twitter .navslider .next.prev:before,
.block.block-twitter .navslider .prev.prev:before {
  left: auto;
  right: 3px;
  background-position: 0px top;
}
.block.block-twitter .navslider .next.prev:hover:before,
.block.block-twitter .navslider .prev.prev:hover:before {
  background-position: -25px top;
}
.block.block-twitter .block-content {
  padding: 10px 0 0;
}
.block.block-twitter .block-content #sns_twitter {
  margin-top: 5px;
}
.block.block-twitter .block-content #sns_twitter ul {
  list-style: none;
  padding: 0 0;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child {
  padding-top: 10px;
  margin-top: 8px;
  border-top: 1px solid #DDD;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child .user {
  margin: 0 0;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child .user a img {
  margin: 0 8px 0 0;
  float: left;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child .user a span {
  display: block;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child .tweet {
  float: left;
  margin: 8px 0 0px;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child .tweet a {
  color: #95337c;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child .timePosted {
  margin-top: 3px;
  padding-top: 0px;
  border: none;
}
.block.block-twitter .block-content #sns_twitter ul li.item .item-child:first-child {
  border: none;
  padding: 0 0;
  margin: 0;
}
.block.block-twitter.in-rightcol .block-title {
  text-align: left;
}
.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: #444444;
}
.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 #95337c;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url("../images/purple/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: #95337c;
}
.block.block-privacypolicy .block-content ul.custom-block li:hover:before {
  background-color: #95337c;
  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: #444444;
  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: #444444;
}
.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/purple/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: #95337c;
  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: #777777;
  -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: #95337c;
}
.block.block-social .block-content ul li.last {
  margin-right: 0px;
}
.block.block-wishlist ol {
  margin: 0 0 0 20px;
}
.block.block-wishlist ol li {
  margin: 5px 0;
}
.block.block-wishlist ol .product-details .price-box .price {
  font-size: 100%;
}
.block.block-wishlist .actions {
  padding: 15px 0 0;
}
.block.block-compare ol {
  margin: 0 0 0 20px;
}
.block.block-compare ol li {
  margin: 3px 0;
}
.block.block-compare ol li .product-name a {
  padding-right: 10px;
}
.block.block-compare .actions {
  padding: 15px 0 0;
}
.block.block-compare .actions .button {
  margin: 0 0 0 5px;
}
.language-switcher,
.currency-switcher {
  float: left;
  margin: 0 0 0 10px;
  z-index: 5;
  cursor: pointer;
  position: relative;
  height: 50px;
  background: url("../images/separator-h.gif") no-repeat left center;
}
.language-switcher label,
.currency-switcher label {
  float: left;
  margin-right: 10px;
  display: none;
}
.language-switcher .tongle,
.currency-switcher .tongle {
  line-height: 32px;
  padding: 9px 14px 9px 32px;
  position: relative;
  background: url("../images/arrow-down.gif") no-repeat right center;
}
.language-switcher .tongle:before,
.currency-switcher .tongle:before {
  position: absolute;
  font-family: FontAwesome;
  left: 10px;
  top: 9px;
  font-size: 14px;
}
.language-switcher > ul,
.currency-switcher > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 65px;
  border-top: 5px solid #95337c;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 90px;
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: hidden;
}
body.ie8 .language-switcher > ul,
body.ie8 .currency-switcher > ul {
  visibility: visible;
  display: none;
}
.language-switcher > ul li,
.currency-switcher > ul li {
  border-top: 1px solid #ddd;
}
.language-switcher > ul li:first-child,
.currency-switcher > ul li:first-child {
  border: none;
}
.language-switcher > ul li a,
.currency-switcher > ul li a {
  padding: 7px 11px;
  color: #777777;
  text-transform: none;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.language-switcher > ul li a.selected,
.currency-switcher > ul li a.selected,
.language-switcher > ul li a:hover,
.currency-switcher > ul li a:hover {
  color: #000;
}
.language-switcher:hover .tongle,
.currency-switcher:hover .tongle {
  color: #000;
}
.language-switcher:hover > ul,
.currency-switcher:hover > ul {
  opacity: 100;
  filter: alpha(opacity=10000);
  top: 45px;
  visibility: visible;
}
body.ie8 .language-switcher:hover > ul,
body.ie8 .currency-switcher:hover > ul {
  display: block;
}
@media (max-width: 767px) {
  .language-switcher,
  .currency-switcher {
    height: 30px;
  }
  .language-switcher .tongle,
  .currency-switcher .tongle {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
  }
  .language-switcher .tongle:before,
  .currency-switcher .tongle:before {
    top: 0px;
  }
  .language-switcher > ul,
  .currency-switcher > ul {
    top: 45px;
  }
  .language-switcher:hover > ul,
  .currency-switcher:hover > ul {
    top: 30px;
  }
  .language-switcher.language-switcher,
  .currency-switcher.language-switcher {
    margin-left: 0px;
    background: none;
  }
  .language-switcher.language-switcher .tongle,
  .currency-switcher.language-switcher .tongle {
    padding-left: 22px;
  }
  .language-switcher.language-switcher .tongle:before,
  .currency-switcher.language-switcher .tongle:before {
    left: 0px;
  }
}
.language-switcher .tongle:before {
  content: "\f024";
}
.language-switcher > ul {
  width: 110px;
}
.currency-switcher .tongle:before {
  content: "\f0d6";
}
/* Added by Mark */
.std h1,
.std h2,
.std h3,
.std h4,
.std h5,
.std h6 { margin-bottom: 1em; }
.std a {
    text-decoration: underline;
}
.short-description .std {
    clear: both;
    margin-top: 1em;
    float: left;
}
.product-recommend {
    display: none !important;
}
.mtn {margin-top: 0 !important;}
.box {
	background: #f7f7f7;
	padding: 1em;
	margin-bottom: 0.5em;
	border: 5px solid #eee;
	overflow: hidden;
}
ul.reclist {
    display: none !important;
}
.inner .topright-links {
    
	padding: 5px 0px 5px 0px;
    float: left;
    display: inline-block;
}

.inner .topright-links ul.links {
    float: left;
    display: inline-block;
    list-style: none;
    margin: 0;
    line-height: 30px;
}

.inner .topright-links ul.links li {
    float: left;
    display: inline-block;
    margin: 0 0 0 10px;
    padding-left: 10px;
}

.inner .topright-links ul.links li a {
    color: #bf3e54;
}
.sns-quickaccess {
  float: left;
  position: relative;
  z-index: 50;
  margin: 0 0 0 10px;
}
.sns-quickaccess .quick-access-title {
  line-height: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 5px 14px 5px 0px;
  cursor: pointer;
  background: url("../images/arrow-down.gif") no-repeat right center;
  color: #bf3e54;
}
.sns-quickaccess .quick-access-title i {
  padding: 0 7px 0 10px;
  font-size: 14px;
}
.sns-quickaccess .quick-access-content {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 1;
  min-width: 140px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  border-top: 5px solid #95337c;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
body.ie8 .sns-quickaccess .quick-access-content {
  visibility: visible;
  display: none;
}
.sns-quickaccess .quick-access-content ul.links {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.sns-quickaccess .quick-access-content ul.links li {
  display: block;
  border-top: 1px solid #ddd;
}
.sns-quickaccess .quick-access-content ul.links li a {
  display: block;
  padding: 7px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #bf3e54;
  background: #FFF;
}
.sns-quickaccess .quick-access-content ul.links li:first-child {
  border: none;
}
.sns-quickaccess .quick-access-content ul.links li:hover a {
  color: #95337c;
}
.sns-quickaccess:hover .quick-access-content {
  top: 40px;
  opacity: 100;
  filter: alpha(opacity=10000);
  visibility: visible;
}
body.ie8 .sns-quickaccess:hover .quick-access-content {
  display: block;
}
@media (max-width: 767px) {
	.all-prods {
    display: none;
}
  .sns-quickaccess {
    margin-left: 3px;
  }
  .sns-quickaccess .quick-access-title {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .sns-quickaccess .quick-access-title i {
    padding-right: 0px;
  }
  .sns-quickaccess .quick-access-title span {
    display: none;
  }
  .sns-quickaccess .quick-access-content {
    top: 45px;
    left: auto;
    right: -10px;
  }
  .sns-quickaccess:hover .quick-access-content {
    top: 30px;
  }
  
  /* Added by Mark */
  
  .inner .topright-links, #sns_header .container .header-inner .header-left ul.links {
	  display: none;
  }
  /* Added by Mark */
  
}
.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;
}
.toolbar {
  padding: 0;
  margin: 0;
  position: relative;
}
.toolbar .toolbar-inner {
  height: 48px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #DDD;
  background: #FFF;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.ie8 .toolbar .toolbar-inner {
  height: 49px;
  border-bottom: 4px solid #DDD;
}
.toolbar .view-mode {
  margin: 0;
  float: left;
}
.toolbar .view-mode label {
  display: none;
}
.toolbar .view-mode a,
.toolbar .view-mode strong {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  position: relative;
  border-right: 1px solid #DDD;
}
.toolbar .view-mode a:before,
.toolbar .view-mode strong:before {
  color: #777777;
  font-size: 20px;
  left: 0px;
  top: 16px;
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  display: block;
  position: absolute;
  width: 100%;
  height: 22px;
  text-align: center;
  font-family: FontAwesome;
}
.toolbar .view-mode a:hover:before,
.toolbar .view-mode strong:hover:before {
  color: #95337c;
}
.toolbar .view-mode a.list:before,
.toolbar .view-mode strong.list:before {
  content: "\f0ca";
}
.toolbar .view-mode a.grid:before,
.toolbar .view-mode strong.grid:before {
  content: "\f009";
}
.toolbar .view-mode strong:before {
  color: #95337c;
}
.toolbar .sort-by,
.toolbar .limiter {
  float: left;
  border-right: 1px solid #DDD;
  height: 48px;
  line-height: 48px;
  color: #777777;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
}
.toolbar .sort-by label,
.toolbar .limiter label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-weight: normal;
  line-height: 24px;
  margin: 12px 5px 0 0;
  text-transform: uppercase;
  color: #777777;
}
.toolbar .sort-by .select-new,
.toolbar .limiter .select-new {
  float: left;
  margin: 12px 0 0;
  color: #777777;
  margin-top: 12px;
  line-height: 24px;
}
.toolbar .sort-by .select-new .select-inner select,
.toolbar .limiter .select-new .select-inner select {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
  z-index: 1 !important;
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  margin: 0 0;
  height: 24px;
  border: 1px solid #DDD;
  width: 70px !important;
  background: #FFF;
  z-index: 3 !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
  text-align: center;
  line-height: 22px;
  height: 22px;
  width: 45px !important;
  padding: 0 10px;
  color: #777777;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
  background-image: url("../images/arrow-down2.gif");
  height: 22px;
  width: 25px;
  background-position: 8px 9px;
  right: 0px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
  top: 24px;
  width: 70px !important;
  left: -1px !important;
  border-color: #DDD;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li {
  position: relative;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li a,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li a {
  padding: 0px 6px;
  background-position: center 10px;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li a.selected,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li a.selected {
  background: #DDD;
  color: #444444;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li a:hover,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li a:hover {
  background: #DDD;
  color: #444444;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li:before,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 1px;
  width: 100%;
  background: #FFF;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li:first-child:before,
.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li:first-child:before {
  display: none;
}
@media (max-width: 991px) {
	.toolbar .sort-by, .toolbar .limiter {
		display: none;
	}

	.toolbar .toolbar-inner {
		height: auto;
		border: 0;
		overflow: hidden;
		padding-bottom: 5px;
	}
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
  width: 100px !important;
  z-index: 1 !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
  width: 75px !important;
}
.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
  width: 100px !important;
}
.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc {
  width: 7px;
  height: 12px;
  border: none;
  position: relative;
  margin: 18px 0 0 5px;
  display: block;
  float: left;
  text-indent: -999em;
}
.toolbar .sort-by .set-desc:before,
.toolbar .sort-by .set-asc:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  height: 100%;
  background: url("../images/ico-drop-updown.png") no-repeat left top;
}
.toolbar .sort-by .set-desc:before {
  background-position: left -12px;
}
.toolbar .pager {
  float: right;
  margin: 11px 11px 0 0;
}
.toolbar .pager p.amount {
  float: left;
  display: none;
}
.toolbar .pager .pages {
  float: left;
}
.toolbar .pager .pages strong {
  display: none;
}
.toolbar .pager .pages ol {
  margin: 0 0;
}
.toolbar .pager .pages ol li {
  display: inline-block;
  float: left;
  margin: 0 0 0 2px;
  line-height: 26px;
}
.toolbar .pager .pages ol li:first-child {
  margin-left: 0px;
}
.toolbar .pager .pages ol li a {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0 0;
  margin: 0 0;
  display: block;
  border: none;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: center;
}
.toolbar .pager .pages ol li a.next,
.toolbar .pager .pages ol li a.previous {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 8px;
  width: auto;
  background: none;
}
.toolbar .pager .pages ol li a.next:before {
  left: 1px;
  background-position: -78px top;
}
.toolbar .pager .pages ol li a.next:hover:before {
  background-position: -52px top;
}
.toolbar .pager .pages ol li a:hover,
.toolbar .pager .pages ol li.current {
  background: #95337c;
  color: #FFF;
}
.toolbar .pager .pages ol li.current {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/*.block-cart{ width: 40px; height: 40px; position: relative; float: right; margin: 0 0 0 1px;
	ol{margin: 0 0 15px 0; list-style: none;
		li{display: block; width: 100%;clear: both; padding: 8px 0;
			.product-image{float: left; border: 1px solid #e9e9e9; margin: 0 10px 0 0;}
		}
	}
	p.empty{margin: 10px 0 0;}
	p.subtotal{float: left; margin: 10px 0; .label{margin: 0 0; padding: 0 0;}}
	.actions{float: right;}
} */.container {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*--- Wrap: #sns_header ---*/
#sns_header {
  position: relative;
}
#sns_header .container .header-inner {
  position: relative;
}
#sns_header .container .header-inner:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #ddd;
}
#sns_header .container .header-inner .header-left .welcome {
  line-height: 50px;
  float: left;
  margin-right: 3px;
}
#sns_header .container .header-inner .header-left ul.links {
  list-style: none;
  margin: 0 0;
  float: left;
  padding: 0 0;
}
#sns_header .container .header-inner .header-left ul.links li {
  display: inline-block;
  line-height: 40px;
  float: left;
}
#sns_header .container .header-inner .header-left ul.links li a {
  color: #222;
}
#sns_header .container .header-inner .header-left ul.links li a:hover {
  color: #95337c;
}
#sns_header .container .header-inner .header-left ul.links li.separator {
  margin: 0 3px;
}
@media (max-width: 767px) {
  #sns_header .container .header-inner .header-left ul.links li {
    line-height: 30px;
  }
}
#sns_header .container .inner {
  float: right;
}
#sns_header .container #search_mini_form {
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  width: 75px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  display: inline-block;
  float: left;
  border: 1px solid transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#sns_header .container #search_mini_form .input-text {
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 0;
  color: #bf3e54;
  position: absolute;
  top: -1px;
  right: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 0px;
  background: transparent;
}
#sns_header .container #search_mini_form .button {
  padding: 0 0;
  background: transparent;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 100%;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bf3e54;
}
#sns_header .container #search_mini_form .button span {
  padding-left: 6px;
}
#sns_header .container #search_mini_form .button i {
  font-size: 14px;
}
#sns_header .container #search_mini_form .button:hover {
  color: #000;
}
#sns_header .container #search_mini_form .search-autocomplete {
  background: #FFF;
  z-index: 5;
}
#sns_header .container #search_mini_form .search-autocomplete ul {
  margin: 0 0;
  list-style: none;
}
#sns_header .container #search_mini_form .search-autocomplete ul li {
  cursor: pointer;
  padding: 0 8px;
  border: 1px solid #DDD;
  border-top: none;
}
#sns_header .container #search_mini_form .search-autocomplete ul li.first {
  border-top: 1px solid #DDD;
}
#sns_header .container #search_mini_form:hover {
  width: 200px;
  border-color: #DDD;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sns_header .container #search_mini_form:hover .input-text {
  right: auto;
  left: 0px;
  width: 160px;
  border: none;
  background: transparent;
  padding: 0 10px 0 15px;
}
#sns_header .container #search_mini_form:hover .button {
  left: auto;
  right: 12px;
}
#sns_header .container #search_mini_form:hover .button span {
  display: none;
}
@media (max-width: 767px) {
  #sns_header .container #search_mini_form {
    width: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #sns_header .container #search_mini_form .input-text {
    color: #FFF;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;
  }
  #sns_header .container #search_mini_form .button {
    left: 8px;
    line-height: 28px;
  }
  #sns_header .container #search_mini_form .button span {
    display: none;
  }
  #sns_header .container #search_mini_form:hover {
    position: relative;
    z-index: 5;
    width: 30px;
    border: none;
  }
  #sns_header .container #search_mini_form:hover .input-text {
    border: 1px solid #ddd;
    color: #777777;
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 160px;
    left: auto;
    right: 0px;
  }
}
#logo {
    font-size: 100%;
    margin: 10px 0 0;
    height: 75px;
}
#logo a {
  /* display: inline-block; disabled for SVG logo */
}
#logo a svg {width: 220px;}
#logo span {
  display: none;
}
#sns_slideshow {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
#sns_slideshow .tp-caption {
  font-family: inherit;
}
#sns_slideshow .tp-caption.large_text {
  font-size: 40px;
  text-transform: uppercase;
  font-family: inherit;
  text-shadow: none;
}
#sns_slideshow .tp-caption.large_text.fs-30 {
  font-size: 30px;
}
#sns_slideshow .tp-caption.large_text.fs-50 {
  font-size: 50px;
}
#sns_slideshow .tp-caption.large_text.fs-60 {
  font-size: 60px;
}
#sns_slideshow .tp-caption.large_text.fs-70 {
  font-size: 70px;
}
#sns_slideshow .tp-caption.large_text.fs-75 {
  font-size: 75px;
  font-weight: normal;
}
#sns_slideshow .tp-caption.large_text.fs-80 {
  font-size: 80px;
}
#sns_slideshow .tp-caption.white-text {
  color: #FFF;
}
#sns_slideshow .tp-bannertimer.tp-bottom {
  height: 3px;
}
#sns_slideshow .tp-bullets.simplebullets.round-old .bullet {
  height: 16px;
  width: 16px;
  background: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 3px;
}
#sns_slideshow .tp-bullets.simplebullets.round-old .bullet:before {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #777777;
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "";
}
#sns_slideshow .tp-bullets.simplebullets.round-old .bullet:hover:before,
#sns_slideshow .tp-bullets.simplebullets.round-old .bullet.selected:before {
  background: #95337c;
}
#sns_slideshow .tp-rightarrow.default,
#sns_slideshow .tp-leftarrow.default {
  background: url("../images/arrow-sliseshow.png") no-repeat left top;
  height: 72px;
  width: 72px;
}
#sns_slideshow .tp-rightarrow.default:before,
#sns_slideshow .tp-leftarrow.default:before {
  height: 39px;
  width: 20px;
  background: url("../images/purple/arrow-sliseshow-inner.png") no-repeat left top;
  position: absolute;
  content: "";
  left: 16px;
  top: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sns_slideshow .tp-rightarrow.default:hover:before,
#sns_slideshow .tp-leftarrow.default:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
#sns_slideshow .tp-rightarrow.default:before {
  background-position: -20px top;
  left: auto;
  right: 16px;
}
/*--- Wrap: #sns_promotions ---*/
#sns_topsl .banner-item {
  margin-bottom: 20px;
}
#sns_topsl .row {
  margin-left: -10px;
  margin-right: -10px;
}
#sns_topsl .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/*--- Wrap: #sns_productswrap ---*/
#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;
  position: relative;
}
#sns_breadcrumbs {
  height: auto;
  line-height: 1.3em;
  background: #f1f1f1;
}
/*! begin #sns_partner */
.block-partner {
  position: relative;
}
.block-partner .block-title {
  padding: 6px 0 6px;
  color: #782088;
  font-size: 2.5em;
  font-weight: normal;
}
.block-partner .navslider .next,
.block-partner .navslider .prev {
  position: absolute;
  height: 65px;
  width: 40px;
  right: 0px;
  top: 50%;
  background: url("../images/slider-nav-big.png") no-repeat left top;
  text-indent: -999em;
  z-index: 1;
}
.block-partner .navslider .next {
    background-position: -40px 0;
}
.block-partner .navslider .next.prev,
.block-partner .navslider .prev.prev {
  left: 0;
}
.block-partner .block-content {
  padding: 30px 0;
  overflow: hidden;
}
.block-partner .block-content .inner {
  margin: 0 0px;
}
.block-partner .block-content .owl-item {
  padding: 0 0px;
}
.block-partner .block-content a.item {
  text-align: center;
  display: block;
  position: relative;
}
.block-partner .block-content a.item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid transparent;
  margin: -1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.block-partner .block-content a.item:hover:before {
}
#sns_shoppolicy {
  margin-bottom: 45px;
}
#sns_shoppolicy .row div.item {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
#sns_shoppolicy .row div.item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#sns_shoppolicy .row div.item:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
@media (max-width: 767px) {
  #sns_shoppolicy .row [class*="col-"] {
    text-align: center;
    margin-top: 20px;
  }
  #sns_shoppolicy .row [class*="col-"]:first-child {
    margin-top: 0px;
  }
}
#sns_testimonial {
  margin-bottom: 40px;
  color: #FFF;
  background: url("../images/testimonial-bg.jpg") no-repeat center top;
}
#sns_testimonial .block-testimonial {
  padding: 45px 0;
  position: relative;
}
#sns_testimonial .block-testimonial .block-title {
  text-align: center;
  background: url("../images/tesimonial-title.png") no-repeat center bottom;
  padding: 0 0 30px;
  color: #FFF;
}
#sns_testimonial .block-testimonial .navslider .prev,
#sns_testimonial .block-testimonial .navslider .next {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 0px;
  z-index: 1;
  text-indent: -999em;
  cursor: pointer;
  background: url("../images/arrow-sliseshow.png") no-repeat left top;
  height: 72px;
  width: 72px;
}
#sns_testimonial .block-testimonial .navslider .prev:before,
#sns_testimonial .block-testimonial .navslider .next:before {
  height: 39px;
  width: 20px;
  background: url("../images/purple/arrow-sliseshow-inner.png") no-repeat left top;
  position: absolute;
  content: "";
  left: 16px;
  top: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sns_testimonial .block-testimonial .navslider .prev:hover:before,
#sns_testimonial .block-testimonial .navslider .next:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
#sns_testimonial .block-testimonial .navslider .prev.next,
#sns_testimonial .block-testimonial .navslider .next.next {
  right: 0px;
  left: auto;
}
#sns_testimonial .block-testimonial .navslider .prev.next:before,
#sns_testimonial .block-testimonial .navslider .next.next:before {
  background-position: -20px top;
  left: auto;
  right: 16px;
}
#sns_testimonial .block-testimonial .block-content {
  padding: 30px 0 0;
}
#sns_testimonial .block-testimonial .block-content .item {
  padding: 0 15px;
  text-align: center;
}
#sns_testimonial .block-testimonial .block-content .item .avatar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
}
#sns_testimonial .block-testimonial .block-content .item .info {
  padding: 5px 0 12px;
}
#sns_testimonial .block-testimonial .block-content .item .info .name {
  font-size: 114.28%;
}
#sns_testimonial .block-testimonial .block-content .item .info .position {
  color: #777777;
}
#sns_testimonial .block-testimonial .block-content .item .content {
  padding: 0 10px;
}
#sns_specialwrap .sns-slider {
  margin-bottom: 40px;
  padding: 0 15px;
}
#sns_specialwrap .block {
  margin-bottom: 35px;
}
#sns_specialwrap .block.block-latestblog .block-title {
  text-align: center;
  padding: 0 0 5px;
}
#sns_specialwrap .block.block-latestblog .navslider {
  position: relative;
  margin: 0 24px 25px;
}
#sns_specialwrap .block.block-latestblog .navslider:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #d4d4d4;
}
#sns_specialwrap .block.block-latestblog .navslider .next,
#sns_specialwrap .block.block-latestblog .navslider .prev {
  position: absolute;
  height: 25px;
  width: 25px;
  right: -24px;
  top: -12px;
  background: url("../images/slider-nav.png") no-repeat left top;
  text-indent: -999em;
}
#sns_specialwrap .block.block-latestblog .navslider .next:before,
#sns_specialwrap .block.block-latestblog .navslider .prev:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  background: url("../images/purple/nav-inner.png") no-repeat -75px top;
  cursor: pointer;
  content: "";
}
#sns_specialwrap .block.block-latestblog .navslider .next:hover:before,
#sns_specialwrap .block.block-latestblog .navslider .prev:hover:before {
  background-position: -50px top;
}
#sns_specialwrap .block.block-latestblog .navslider .next.prev,
#sns_specialwrap .block.block-latestblog .navslider .prev.prev {
  right: auto;
  left: -24px;
}
#sns_specialwrap .block.block-latestblog .navslider .next.prev:before,
#sns_specialwrap .block.block-latestblog .navslider .prev.prev:before {
  left: auto;
  right: 3px;
  background-position: 0px top;
}
#sns_specialwrap .block.block-latestblog .navslider .next.prev:hover:before,
#sns_specialwrap .block.block-latestblog .navslider .prev.prev:hover:before {
  background-position: -25px top;
}
#sns_specialwrap .block.block-latestblog .block-content {
  padding: 10px 0 0px;
  margin: 0 -15px;
}
#sns_specialwrap .block.block-latestblog .block-content ul.list-blog {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
#sns_specialwrap .block.block-latestblog .block-content ul.list-blog li.item {
  padding: 0 15px;
}
#sns_specialwrap .block.block-latestblog .block-content ul.list-blog li.item .postTitle {
  margin: 0 0 3px;
  border: none;
  font-weight: bold;
}
#sns_specialwrap .block.block-latestblog .block-content ul.list-blog li.item .date {
  font-style: italic;
  margin: 0 0 3px;
}
#sns_specialwrap .block.block-latestblog .block-content ul.list-blog li.item .postContent {
  padding: 0 0;
}
#sns_botsl {
  padding-top: 30px;
  background: #EEE;
}
#sns_botsl .block {
  margin-bottom: 30px;
}
#sns_botsl .block.block-subcribe .block-content,
#sns_botsl .block.block-twitter .block-content {
  padding: 16px 20px;
  background: #FFF;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter {
  margin: 0 0;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul {
  padding: 0 0 0 68px;
  list-style: none;
  position: relative;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item {
  position: relative;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item .user {
  margin: 0 0;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item .user a span {
  color: #777777;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item .user a span span {
  color: #444444;
  font-weight: bold;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item .tweet {
  margin: 0 0;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item .tweet a {
  color: #95337c;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul .item .timePosted {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 0;
  margin: 0 0;
  border: none;
  color: #CCC;
}
#sns_botsl .block.block-twitter .block-content #sns_twitter ul:after {
  position: absolute;
  content: "\f099";
  font-family: FontAwesome;
  font-size: 40px;
  left: 10px;
  top: 5px;
  color: #39c5e2;
}
#sns_botsl .block.block-subcribe .block-content {
  padding: 25px 20px;
}
#sns_botsl .block.block-subcribe .block-content label {
  text-transform: uppercase;
  margin: 0 0;
  padding: 0 10px 0 0;
  float: left;
  color: #444444;
  font-size: 128.57%;
  line-height: 38px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #sns_botsl .block.block-subcribe .block-content label {
    float: none;
  }
}
#sns_botsl .block.block-subcribe .block-content form input.input-text {
  float: left;
  margin: 0 10px 0 0;
  width: 280px;
  padding: 7px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_botsl .block.block-subcribe .block-content form input.input-text {
    width: 180px;
  }
}
@media (max-width: 767px) {
  #sns_botsl .block.block-subcribe .block-content form input.input-text {
    margin-bottom: 5px;
    width: 260px;
  }
}
#sns_footerbefore {
  padding: 40px 0 30px;
  background: rgb(253, 253, 253);
  border-bottom: 6px solid #dbdbdb;
  box-shadow: 0 -3px 1px rgba(0,0,0,0.3);
}
#sns_footerbefore.footer-style2 {
  background: #222;
  border-color: #444;
}
#sns_footerbefore.footer-style2 .row-1 .block {
  color: #CCC;
}
#sns_footerbefore.footer-style2 .row-1 .block .block-title {
  border-color: #444;
  color: #CCC;
}
#sns_footerbefore.footer-style2 .row-1 .block ul li {
  margin: 5px 0;
}
#sns_footerbefore.footer-style2 .row-1 .block ul li a {
  color: #CCC;
}
#sns_footerbefore.footer-style2 .row-1 .block ul li a:hover {
  color: #95337c;
}
#sns_footerbefore.footer-style2 .row-1 .block ul.list-solicals li {
  margin: 0 0;
}
#sns_footerbefore.footer-style2 .row-1 .block ul.list-solicals li a {
  color: #CCC;
}
#sns_footerbefore.footer-style2 .row-1 .block ul.list-solicals li a:hover {
  color: #95337c;
}
#sns_footerbefore .row-1 .block .block-title {
  padding: 5px 0 16px;
  border-bottom: 1px solid #dbdbdb;
}
#sns_footerbefore .row-1 .block ul {
  margin: 0 0;
  list-style: none;
  padding: 10px 0 0;
}
#sns_footerbefore .row-1 .block ul li {
  display: block;
}
#sns_footerbefore .row-1 .block ul li a {
  padding: 3px 10px 3px 14px;
  display: block;
  color: #777777;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
#sns_footerbefore .row-1 .block ul li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  height: 16px;
  width: 7px;
  background: url("../images/purple/dot-1.png") no-repeat 0px 0px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sns_footerbefore .row-1 .block ul li a:hover {
  color: #95337c;
}
#sns_footerbefore .row-1 .block ul li a:hover:before {
  background-position: 0px -17px;
}
#sns_footerbefore .row-1 .block ul.list-solicals {
  list-style: none;
  margin: 5px 0 0;
  float: left;
  padding: 0 0;
}
#sns_footerbefore .row-1 .block ul.list-solicals li {
  display: inline-block;
  float: left;
  padding: 0 8px;
  line-height: 20px;
}
#sns_footerbefore .row-1 .block ul.list-solicals li a {
  font-size: 20px;
  color: #777777;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  display: inline-block;
  padding: 0 0;
}
#sns_footerbefore .row-1 .block ul.list-solicals li a:before {
  display: none;
}
#sns_footerbefore .row-1 .block ul.list-solicals li a span {
  display: none;
}
#sns_footerbefore .row-1 .block ul.list-solicals li a:hover {
  color: #95337c;
}
#sns_footerbefore .row-1 .block ul.list-solicals li:first-child {
  padding-left: 0px;
}
#sns_footerbefore .row-1 .block .block-content {
  padding: 10px 0 0;
}
#sns_footerbefore .row-1 .block .block-content p {
  padding: 4px 10px 4px 0px;
  margin: 0 0 3px;
  line-height: 20px;
}
#sns_footerbefore .row-1 .block .block-content p em,
#sns_footerbefore .row-1 .block .block-content p i {
  margin-right: 3px;
}
@media (max-width: 991px) {
  #sns_footerbefore .row-1 .block {
    margin-bottom: 20px;
  }
}
#sns_footerbefore .row-2-wrap {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
#sns_footerbefore .row-2 .block-title {
  padding: 0 0 3px;
}
#sns_footerbefore .row-2 .block-float .block-title {
  margin: 0 0 3px;
  line-height: 20px;
}
#sns_footerbefore .row-2 p.quote {
  margin-bottom: 20px;
  line-height: 20px;
  padding-right: 55px;
}
#sns_footerbefore .row-2 ul.list-solicals {
  list-style: none;
  margin: 1em 0;
  float: left;
  padding: 0 0;
}
#sns_footerbefore .row-2 ul.list-solicals li {
  display: inline-block;
  float: left;
  padding: 0 8px;
  line-height: 20px;
}
#sns_footerbefore .row-2 ul.list-solicals li a {
  font-size: 40px;
  color: #777777;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  display: inline-block;
}
#sns_footerbefore .row-2 ul.list-solicals li a span {
  display: none;
}
#sns_footerbefore .row-2 ul.list-solicals li a:hover {
  color: #95337c;
}
#sns_footerbefore .row-2 .block-content {
  padding: 10px 0 0;
}
#sns_footerbefore .row-2 .block-content label {
  font-weight: normal;
  color: #777777;
  cursor: pointer;
  margin-bottom: 3px;
}
#sns_footerbefore .row-2 .block-content input {
  float: left;
  margin: 5px 10px 0 0;
  width: 245px;
  padding: 7px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_footerbefore .row-2 .block-content input{
    width: 180px;
  }
}
#sns_footerbefore .row-2 .block-content .button {
  float: left;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  #sns_footerbefore .row-2 .block {
    margin-top: 20px;
    float: left;
  }
  #sns_footerbefore .row-2 .block:first-child {
    margin-top: 0px;
  }
}
/*! begin footer */
#sns_footer {
  padding: 30px 0;
}
#sns_footer.footer-style2 {
  background: #222;
}
#sns_footer.footer-style2 .sns-copyright {
  color: #CCC;
}
#sns_footer .footer_menu {
  margin: 0 0 5px 0;
}
#sns_footer .footer_menu .store-switcher {
  float: left;
  margin: 0 5px 0 0;
}
#sns_footer .footer_menu ul {
  margin: 0 0;
  list-style: none;
}
#sns_footer .footer_menu ul li {
  display: inline-block;
  float: left;
  padding: 0 8px;
}
#sns_footer .sns-copyright {
  padding-left: 60px;
  height: 42px;
  color: #444444;
  background: url("../images/purple/logo-footer.png") no-repeat left center;
}
#sns_footer .sns-copyright a {
  color: #95337c;
}
#sns_footer ul.payment {
  list-style: none;
  margin: 12px 0 0;
  float: right;
}
#sns_footer ul.payment li {
  display: inline-block;
  padding: 0 0 0 20px;
  float: left;
}
#sns_footer ul.payment li a {
  background: url("../images/pay-me.png") no-repeat left top;
  text-indent: -999em;
  height: 16px;
  width: 60px;
  display: inline-block;
}
#sns_footer ul.payment li a.visa {
  background-position: left -16px;
  width: 39px;
}
#sns_footer ul.payment li a.mastercard {
  background-position: left -32px;
  width: 27px;
}
#sns_footer ul.payment li a.skrill {
  background-position: left -48px;
  width: 48px;
}
#sns_footer ul.payment li:first-child {
  padding-left: 0px;
}
@media (max-width: 767px) {
  #sns_footer .container .row > div {
    margin: 20px 0 5px;
  }
  #sns_footer .container .row > div ul.payment {
    float: none;
  }
  #sns_footer .container .row > div:first-child {
    margin: 10px 0 0;
  }
}
/*! end footer */
.sticky {
  background: #FFF;
  padding: 0px;
  z-index: 998;
  border: 1px solid #cecece;
  border-right: none;
  position: fixed;
  right: 0px;
  top: 100px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-box-shadow: 0 3px #cecece;
  box-shadow: 0 3px #cecece;
  border-bottom: none;
}
.sticky.style-show-content {
  width: 270px;
}
.sticky.style-show-title {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sticky.style-show-title .sticky-content {
  padding: 0 20px;
  display: block;
}
.sticky.style-show-title.social-facebook a {
  color: #3C599F;
}
.sticky.style-show-title.social-twitter a {
  color: #55ACEE;
}
.sticky.style-show-title.social-youtube a {
  color: #e22d26;
}
.sticky.style-show-title.rss-feed a {
  color: #f8bc2e;
}
.sticky.style-show-title.social-gplus a {
  color: #d53c34;
}
.sticky.style-show-title.pinterest a {
  color: #cb2027;
}
body.ie8 .sticky {
  border-bottom: 3px solid #cecece;
}
.sticky .sticky-button {
  position: absolute;
  top: -1px;
  left: -50px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  cursor: pointer;
  line-height: 46px;
  background: #f5f5f5;
  text-align: center;
  border: 1px solid #cecece;
  border-bottom: none;
  -webkit-box-shadow: 0 3px #cecece;
  box-shadow: 0 3px #cecece;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sticky .sticky-button span {
  display: none;
}
.sticky .sticky-button i {
  text-align: center;
  vertical-align: middle;
}
body.ie8 .sticky .sticky-button {
  border-bottom: 3px solid #cecece;
}
.sticky .sticky-content {
  padding: 12px 20px;
}
.sticky .sticky-content .block .block-title {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #DDD;
}
.sticky .sticky-content .block .block-content {
  padding: 10px 0px 5px;
}
.sticky .sticky-content .block.block-facebook .btn-like {
  top: 0px;
  right: 0px;
}
.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face {
  background: #DDD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face:hover {
  background: #95337c;
}
#sns_sticky_left .sticky {
  border: 1px solid #cecece;
  border-left: none;
  right: auto;
  left: 0px;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
body.ie8 #sns_sticky_left .sticky {
  border-bottom: 3px solid #cecece;
}
#sns_sticky_left .sticky .sticky-button {
  right: -50px;
  left: auto;
  border: 1px solid #cecece;
  border-bottom: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
body.ie8 #sns_sticky_left .sticky .sticky-button {
  border-bottom: 3px solid #cecece;
}
@media (max-width: 991px) {
  #sns_cpanel {
    display: none;
  }
}
/*--- Wrap: #sns_content ---*/
[class*="cms-home"] #sns_content,
.cms-index-index #sns_content {
  margin: 0;
  display:block !important;
}
#sns_content {
  margin: 30px 0 45px;
  position: relative;
  /* account form */

  /*-- Block in content ---*/

}
#sns_content #login-form h2 {
  font-size: 120%;
  margin: 10px 0;
  color: #444444;
}
#sns_content #login-form ul {
  list-style: none;
  margin: 0 0;
}
#sns_content #login-form ul .input-box {
  margin-bottom: 5px;
}
#sns_content #sns_mainmidle .sns-producttabs {
  margin-bottom: 40px;
}
#sns_content #sns_mainmidle .banner-item {
  margin-bottom: 45px;
}
#sns_content #sns_mainmidle .sns-slider {
  margin-bottom: 45px;
}
#sns_content #sns_mainmidle .widget-static-block {
  margin-bottom: 0px;
}
#sns_content #sns_mainmidle .box-up-sell {
  position: relative;
  margin: 0 0;
}
#sns_content #sns_mainmidle .box-up-sell .block-title {
  padding: 0 0 6px;
  text-align: center;
}
#sns_content #sns_mainmidle .box-up-sell .navslider {
  position: relative;
  margin: 0 auto 10px;
  max-width: 270px;
}
#sns_content #sns_mainmidle .box-up-sell .navslider:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #d4d4d4;
}
#sns_content #sns_mainmidle .box-up-sell .navslider .next,
#sns_content #sns_mainmidle .box-up-sell .navslider .prev {
  position: absolute;
  height: 25px;
  width: 25px;
  right: -24px;
  top: -12px;
  background: url("../images/slider-nav.png") no-repeat left top;
  text-indent: -999em;
}
#sns_content #sns_mainmidle .box-up-sell .navslider .next:before,
#sns_content #sns_mainmidle .box-up-sell .navslider .prev:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  background: url("../images/purple/nav-inner.png") no-repeat -75px top;
  cursor: pointer;
  content: "";
}
#sns_content #sns_mainmidle .box-up-sell .navslider .next:hover:before,
#sns_content #sns_mainmidle .box-up-sell .navslider .prev:hover:before {
  background-position: -50px top;
}
#sns_content #sns_mainmidle .box-up-sell .navslider .next.prev,
#sns_content #sns_mainmidle .box-up-sell .navslider .prev.prev {
  right: auto;
  left: -24px;
}
#sns_content #sns_mainmidle .box-up-sell .navslider .next.prev:before,
#sns_content #sns_mainmidle .box-up-sell .navslider .prev.prev:before {
  left: auto;
  right: 3px;
  background-position: 0px top;
}
#sns_content #sns_mainmidle .box-up-sell .navslider .next.prev:hover:before,
#sns_content #sns_mainmidle .box-up-sell .navslider .prev.prev:hover:before {
  background-position: -25px 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 {
  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 .block {
  margin-bottom: 40px;
}
#sns_content .paypal-logo {
  text-align: center;
  margin: 0 0 20px 0;
  display: none;
}
#sns_content .more-block .block {
  border: 1px solid #e9e9e9;
}
#sns_content .more-block .block .block-title {
  font-size: 165%;
  padding: 8px 0px;
  text-align: center;
  background: none;
}
#sns_content .more-block .block .block-content {
  padding: 0 10px;
}
#sns_content .more-block .block .block-content ul {
  margin: 0 0;
  list-style: none;
}
#sns_content .more-block .block .block-content ul li {
  position: relative;
  border-top: 1px solid #e9e9e9;
}
#sns_content .more-block .block .block-content ul li .product-image {
  width: 40%;
  float: left;
  margin: 0 0;
  border: none;
}
#sns_content .more-block .block .block-content ul li .product-details {
  width: 60%;
  float: left;
  padding: 40px 0 0;
}
#sns_content .more-block .block .block-content ul li .product-details .price-box .price {
  font-size: 130%;
  text-align: left;
}
#sns_content .more-block .block .block-content ul li .product-details .price-box .old-price .price {
  font-size: 100%;
}
#sns_content .more-block .block .block-content ul li .product-details input.checkbox {
  position: absolute;
  top: 10px;
  left: 0px;
}
#sns_content .more-block .block .block-content ul li:first-child {
  border: none;
  padding-top: 0px;
}
#sns_content .block {
  margin-bottom: 45px;
}
#sns_content .block .block-title {
  padding: 10px 0;
}
#sns_content .block .block-content {
  margin: 0 0;
  padding: 1em;
}
#sns_content .block.blank {
  margin: 0 0;
  border: none !important;
}
#sns_content .block.block-custom .block-content {
  padding: 10px;
}
#sns_content .block.block-testimonial .item .position {
  font-style: italic;
  position: relative;
  top: -4px;
}
#sns_content .block.block-testimonial .item .name {
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 8px;
  position: relative;
  padding-top: 8px;
}
#sns_content .block.block-testimonial .item .name:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: #DDD;
  left: 0px;
  top: 0px;
}
#sns_content .block.block-compare p.empty {
  margin: 0 0;
}
#sns_content .block.block-account ul {
  list-style: none;
  margin: 0;
}
#sns_content .block.block-account ul li {
  margin: 3px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content .block.block-account ul li strong {
  color: #95337c;
}
#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-subscribe.forright {
  padding: 0 0;
  border: none;
}
#sns_content .block.block-subscribe.forright form {
  margin: 0 0;
}
#sns_content .block.block-subscribe.forright label {
  margin: 0 0 10px 0;
}
#sns_content .block.block-subscribe.forright input {
  margin: 0 0;
}
#sns_content .block.block-subscribe.forright button.button {
  margin-top: 10px;
}
#sns_content .category-image {
  margin-bottom: 30px;
}
#sns_content #sns_right .block,
#sns_content #sns_left .block {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
#sns_content #sns_left .block.block-blog-text {
    border: none;
    text-align: center;
}
#sns_content #sns_right .block .block-title,
#sns_content #sns_left .block .block-title {
  padding: 14px 20px;
  background: #f5f5f5;
}
#sns_content #sns_right .block .block-content,
#sns_content #sns_left .block .block-content {
  padding: 15px 20px;
}
#sns_content #sns_right .block.block-related,
#sns_content #sns_left .block.block-related {
  position: relative;
}
#sns_content #sns_right .block.block-related .block-title,
#sns_content #sns_left .block.block-related .block-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 55px;
}
#sns_content #sns_right .block.block-related .block-content,
#sns_content #sns_left .block.block-related .block-content {
  padding: 0 0 20px;
}
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-next,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-next,
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-prev,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 10px;
  top: -37px;
  background: url("../images/slider-nav.png") no-repeat left top;
  text-indent: -999em;
}
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-next:before,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-next:before,
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:before,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  background: url("../images/purple/nav-inner.png") no-repeat -75px top;
  cursor: pointer;
  content: "";
}
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-next:hover:before,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-next:hover:before,
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:hover:before,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:hover:before {
  background-position: -50px top;
}
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-prev,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-prev {
  right: 40px;
}
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:before,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:before {
  left: auto;
  right: 3px;
  background-position: 0px top;
}
#sns_content #sns_right .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:hover:before,
#sns_content #sns_left .block.block-related .block-content .owl-controls .owl-buttons .owl-prev:hover:before {
  background-position: -25px top;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item,
#sns_content #sns_left .block.block-related .block-content ul.list-item {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent {
  width: 100%;
  float: left;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child {
  width: 100%;
  display: block;
  float: left;
  padding: 20px 20px 0;
  margin: 20px 0 0;
  border-top: 1px solid #e9e9e9;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .related-checkbox,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .related-checkbox {
  display: none;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  border: 1px solid #efefef;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img .item-img-info,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img .item-img-info {
  text-align: center;
  position: relative;
  overflow: hidden;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img .item-img-info a.product-image,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img .item-img-info a.product-image {
  display: inline-block;
  max-width: 100%;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img .item-img-info a.product-image .img-main,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img .item-img-info a.product-image .img-main {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main,
body.eimg-preserve-3d #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main,
body.eimg-preserve-3d.ie #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main {
  transform: none;
}
body.eimg-translatex #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main,
body.eimg-translatex #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main,
body.eimg-translatey #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-main {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional {
  text-align: center;
  left: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional,
body.eimg-preserve-3d #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional,
body.eimg-preserve-3d.ie #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional {
  transform: none;
}
body.eimg-translatex #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional,
body.eimg-translatex #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional {
  transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
}
body.eimg-translatey #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional,
body.eimg-translatey #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional .img-additional {
  transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
}
body.eimg-preserve-3d #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main,
body.eimg-preserve-3d #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main,
body.eimg-preserve-3d.ie #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main {
  transform: none;
}
body.eimg-translatex #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main,
body.eimg-translatex #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main {
  transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -webkit-transform: translateX(120%);
}
body.eimg-translatey #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main,
body.eimg-translatey #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-main {
  transform: translateY(120%);
  -moz-transform: translateY(120%);
  -o-transform: translateY(120%);
  -webkit-transform: translateY(120%);
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional {
  z-index: 1;
}
body.eimg-preserve-3d #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional,
body.eimg-preserve-3d #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional,
body.eimg-preserve-3d.ie #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional {
  transform: none;
}
body.eimg-translatex #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional,
body.eimg-translatex #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey #sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional,
body.eimg-translatey #sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-img.have-additional:hover .img-additional {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .item-title,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .item-title {
  line-height: normal;
  position: relative;
  top: -4px;
  font-weight: normal;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child .btn-cart,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child .btn-cart {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 15px;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child:first-child,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child:first-child {
  padding-top: 0px;
  border-top: none;
}
#sns_content #sns_right .block.block-related .block-content ul.list-item li.item-parent .item-child:hover .product-image,
#sns_content #sns_left .block.block-related .block-content ul.list-item li.item-parent .item-child:hover .product-image {
  border-color: #e9e9e9;
}
#sns_content #sns_right .block.block-tags .block-content,
#sns_content #sns_left .block.block-tags .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
#sns_content #sns_right .block.block-tags .tags-list,
#sns_content #sns_left .block.block-tags .tags-list {
  list-style: none;
  margin: 0 0 10px;
  display: block;
  padding: 0 0;
}
#sns_content #sns_right .block.block-tags .tags-list li,
#sns_content #sns_left .block.block-tags .tags-list li {
  display: inline-block;
  margin: 0px 5px 5px 0;
  float: left;
}
#sns_content #sns_right .block.block-tags .tags-list li a,
#sns_content #sns_left .block.block-tags .tags-list li a {
  display: inline-block;
  background: #FFF;
  padding: 2px 7px;
  font-size: 100% !important;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sns_content #sns_right .block.block-tags .tags-list li a:hover,
#sns_content #sns_left .block.block-tags .tags-list li a:hover {
  text-decoration: none;
  background-color: #95337c;
  border-color: #95337c;
  color: #FFF;
}
#sns_content #sns_right .block.block-tags .actions,
#sns_content #sns_left .block.block-tags .actions {
  display: block;
  text-transform: uppercase;
  margin: 10px 0 0;
}
#sns_content #sns_right .block.block-tags .actions a.button,
#sns_content #sns_left .block.block-tags .actions a.button {
  float: left;
}
#sns_content #sns_right .block.block-tags .actions a.button span,
#sns_content #sns_left .block.block-tags .actions a.button span {
  display: inline-block;
}
#sns_content #sns_right .block.sns-slider .navslider,
#sns_content #sns_left .block.sns-slider .navslider {
  max-width: none;
  margin: 0;
}
#sns_content #sns_right .block.sns-slider .navslider .next,
#sns_content #sns_left .block.sns-slider .navslider .next,
#sns_content #sns_right .block.sns-slider .navslider .prev,
#sns_content #sns_left .block.sns-slider .navslider .prev {
  right: 20px;
  top: -37px;
}
#sns_content #sns_right .block.sns-slider .navslider .next.prev,
#sns_content #sns_left .block.sns-slider .navslider .next.prev,
#sns_content #sns_right .block.sns-slider .navslider .prev.prev,
#sns_content #sns_left .block.sns-slider .navslider .prev.prev {
  right: 55px;
  left: auto;
}
#sns_content #sns_right .block.sns-slider .navslider:before,
#sns_content #sns_left .block.sns-slider .navslider:before {
  display: none;
}
#sns_content #sns_right .block.sns-slider .block-content,
#sns_content #sns_left .block.sns-slider .block-content {
  padding: 20px 0;
}
#sns_content #sns_right .block.sns-slider .block-content .list-items .item,
#sns_content #sns_left .block.sns-slider .block-content .list-items .item {
  margin: 0 0;
}
#sns_content #sns_right .block.sns-slider .block-content .list-items .item .item-child,
#sns_content #sns_left .block.sns-slider .block-content .list-items .item .item-child {
  margin-top: 20px;
  padding: 20px 20px 0;
  border-top: 1px solid #e9e9e9;
}
#sns_content #sns_right .block.sns-slider .block-content .list-items .item .item-child:first-child,
#sns_content #sns_left .block.sns-slider .block-content .list-items .item .item-child:first-child {
  border: none;
  margin-top: 0px;
  padding-top: 0px;
}
#sns_content #sns_right .block.block-sns-layered-nav .block-content,
#sns_content #sns_left .block.block-sns-layered-nav .block-content {
  padding: 0 0;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li {
  position: relative;
  display: block;
  line-height: 34px;
  border-top: 1px solid #EEE;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header {
  position: relative;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header a,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header a {
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  color: #777777;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header a i,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header a i {
  font-size: 18px;
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header a:hover,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header a:hover {
  color: #95337c;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header .btn_accor,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header .btn_accor {
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header .btn_accor i,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header .btn_accor i {
  font-size: 16px;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header .btn_accor:hover i,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header .btn_accor:hover i {
  color: #95337c;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header.open a,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header.open a {
  color: #95337c;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_header.open .btn_accor i,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_header.open .btn_accor i {
  color: #95337c;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li .accr_content,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li .accr_content {
  border-top: 1px solid #EEE;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li:first-child,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li:first-child {
  border-top: none;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li ul,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li ul {
  margin: 0 0;
  padding: 0 0;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li ul li .accr_header a,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li ul li .accr_header a {
  padding-left: 40px;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li ul li ul li .accr_header a,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li ul li ul li .accr_header a {
  padding-left: 60px;
}
#sns_content #sns_right .block.block-sns-layered-nav ul#sns_sidenav li ul li ul li ul li .accr_header a,
#sns_content #sns_left .block.block-sns-layered-nav ul#sns_sidenav li ul li ul li ul li .accr_header a {
  padding-left: 80px;
}
#sns_content #sns_right .block.block-layered-nav .block-content,
#sns_content #sns_left .block.block-layered-nav .block-content {
  padding: 0 0;
}
#sns_content #sns_right .block.block-layered-nav .currently,
#sns_content #sns_left .block.block-layered-nav .currently {
  padding: 0 20px;
}
#sns_content #sns_right .block.block-layered-nav .currently .block-subtitle,
#sns_content #sns_left .block.block-layered-nav .currently .block-subtitle {
  margin: 15px 0 5px;
}
#sns_content #sns_right .block.block-layered-nav .currently ol,
#sns_content #sns_left .block.block-layered-nav .currently ol {
  margin: 0 0 5px 25px;
  padding: 0 0;
}
#sns_content #sns_right .block.block-layered-nav .currently ol li,
#sns_content #sns_left .block.block-layered-nav .currently ol li {
  position: relative;
}
#sns_content #sns_right .block.block-layered-nav .currently ol li .label,
#sns_content #sns_left .block.block-layered-nav .currently ol li .label {
  font-size: 100%;
  margin: 0 0;
  padding: 0 5px 0 0;
}
#sns_content #sns_right .block.block-layered-nav .actions,
#sns_content #sns_left .block.block-layered-nav .actions {
  margin-bottom: 10px;
  padding: 10px 20px 10px;
  border-bottom: 1px solid #EEE;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list {
  margin: 0 0;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dt,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dt {
  text-transform: uppercase;
  position: relative;
  margin: 0;
  border-top: 1px solid #EEE;
  font-weight: bold;
  color: #444444;
  padding: 10px 20px;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dt:first-child,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dt:first-child {
  border-top: none;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd {
  margin-left: 0px;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd ol,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0px;
  padding: 0 0;
  list-style: none;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd ol li,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd ol li {
  list-style-type: none;
  padding: 7px 20px;
  color: #777777;
  border-top: 1px solid #EEE;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd ol li a,
#sns_content #sns_left .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;
  color: #777777;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd ol li a:hover,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd ol li a:hover {
  color: #95337c;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price {
  padding: 0 20px;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 0;
  margin: 0;
  font-size: 100%;
  position: relative;
  height: 30px;
  line-height: 30px;
  color: #777777;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box > *,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box > * {
  display: table-cell;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
  width: 4px;
  position: relative;
  text-indent: -999em;
  margin: 0 10px;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator:before,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator:before {
  height: 1px;
  width: 100%;
  background: #777777;
  top: 14px;
  left: 0px;
  position: absolute;
  content: "";
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-from,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-from,
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-to,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-to {
  position: relative;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-from:before,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-from:before,
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-to:before,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-to:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #e9e9e9;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"],
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
  font-size: 12px;
  margin: 0;
  background: #FFF;
  width: 65px;
  color: #777777;
  text-align: left;
  height: 30px;
  line-height: 30px;
  padding: 0 0;
  border: none;
  font-size: 100%;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"]:focus,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"]:focus {
  border-color: #aeaeae;
}
@media (max-width: 1199px) {
  #sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"],
  #sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
    width: 40px;
  }
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"],
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"] {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 28px;
  padding: 0 10px;
  border-width: 1px 1px 0px;
  border-color: #DDD;
  border-style: solid;
  background: #FFF;
  line-height: 28px;
  color: #444444;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover {
  background-color: #95337c;
  color: #FFF;
  border-color: #95337c #95337c #641650;
  background: #95337c;
}
body.ie8 #sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"],
body.ie8 #sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"] {
  border-bottom: 3px solid #DDD;
}
body.ie8 #sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover,
body.ie8 #sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover {
  border-bottom-color: #641650;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price p input#amount,
#sns_content #sns_left .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 #sns_right .block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 26px 0 18px;
  margin-bottom: 0px;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 3px 9.5px;
  background: #FFF;
  height: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DDD;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  background: #95337c;
  border: 1px solid #95337c;
  height: 8px;
  top: -1px;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 23px;
  width: 23px;
  background-color: ;
  border-width: 1px 1px 0px;
  border-color: #DDD;
  border-style: solid;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  margin-left: -12.5px;
  z-index: 1;
  top: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f3f3f3 url("../images/slider-handle.png") no-repeat 8px 9px;
}
body.ie8 #sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle,
body.ie8 #sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  border-bottom: 3px solid #DDD;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd.last,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd.last {
  border: none;
}
#sns_content #sns_right .block.block-layered-nav dl#narrow-by-list dd.last ol,
#sns_content #sns_left .block.block-layered-nav dl#narrow-by-list dd.last ol {
  margin-bottom: 0px;
}
#sns_content #sns_right .block.block-poll form,
#sns_content #sns_left .block.block-poll form {
  margin: 0 0;
}
#sns_content #sns_right .block.block-poll .block-subtitle,
#sns_content #sns_left .block.block-poll .block-subtitle {
  margin-bottom: 5px;
}
#sns_content #sns_right .block.block-poll ul#poll-answers,
#sns_content #sns_left .block.block-poll ul#poll-answers {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0px 0 0;
}
#sns_content #sns_right .block.block-poll ul#poll-answers li,
#sns_content #sns_left .block.block-poll ul#poll-answers li {
  padding: 4px 0;
}
#sns_content #sns_right .block.block-poll ul#poll-answers li .jqTransformRadioWrapper,
#sns_content #sns_left .block.block-poll ul#poll-answers li .jqTransformRadioWrapper {
  margin: 0 10px 0 0;
}
#sns_content #sns_right .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio,
#sns_content #sns_left .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio {
  position: relative;
  margin-top: 5px;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #DDD;
}
#sns_content #sns_right .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio:before,
#sns_content #sns_left .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio:before {
  height: 6px;
  width: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 3px;
  top: 3px;
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  content: "";
}
#sns_content #sns_right .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio:hover:before,
#sns_content #sns_left .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio:hover:before,
#sns_content #sns_right .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked:before,
#sns_content #sns_left .block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked:before {
  background: #95337c;
}
#sns_content #sns_right .block.block-poll ul#poll-answers li .jqTransformRadioWrapper input[type="radio"],
#sns_content #sns_left .block.block-poll ul#poll-answers li .jqTransformRadioWrapper input[type="radio"] {
  float: left;
  margin: 0 8px 0 0;
}
#sns_content #sns_right .block.block-poll ul#poll-answers li label,
#sns_content #sns_left .block.block-poll ul#poll-answers li label {
  cursor: pointer;
  margin: 0 0;
  color: #777777;
  font-weight: normal;
}
#sns_content #sns_right .block.block-poll ol#poll-answers,
#sns_content #sns_left .block.block-poll ol#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}
#sns_content #sns_right .block.block-poll ol#poll-answers li,
#sns_content #sns_left .block.block-poll ol#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
#sns_content #sns_right .block.block-poll ol#poll-answers li span.answer,
#sns_content #sns_left .block.block-poll ol#poll-answers li span.answer {
  float: left;
  margin: 0 5px 0 0;
  color: #444444;
}
#sns_content #sns_right .block.block-poll ol#poll-answers li:first-child,
#sns_content #sns_left .block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
/*--- category product ---*/
.category-products {
  /* products-grid */

}
/*--- products-grid ---*/
.products-grid {
  list-style: none;
  padding: 0 0;
}
.products-grid .item.first {
  margin-left: 0;
}
.products-grid .item {
  float: left;
  margin-top: 30px;
  padding-bottom: 3px;
}
.products-grid .item .item-inner {
  position: relative;
}
.products-grid .item .item-inner .item-img {
  position: relative;
  background: #FFF;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products-grid .item .item-inner .item-img .ico-product {
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 2;
    height: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2DBF39;
    color: #FFF;
    width: 100%;
    text-align: center;
    transform-origin: right;
    line-height: 26px;
}
.products-grid .item .item-inner .item-img .ico-product.ico-sale:after {content: " DISCOUNT!";}
.products-grid .item .item-inner .item-img .ico-product strong {
  font-weight: 600;
}
.products-grid .item .item-inner .item-img .ico-product.ico-sale {
    right: 0;
    left: auto;
}
.products-grid .item .item-inner .item-img .quickview-wrap .sns-btn-quickview {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 3px solid #95337c;
  background: #FFF;
  line-height: 66px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: -35px 0 0 -35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  z-index: 1;
}
.products-grid .item .item-inner .item-img .quickview-wrap .sns-btn-quickview i {
  font-size: 20px;
  color: #95337c;
}
.products-grid .item .item-inner .item-img .quickview-wrap .sns-btn-quickview span {
  display: none;
}
.products-grid .item .item-inner .item-img .item-img-info {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image {
  display: inline-block;
  max-width: 100%;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.products-grid .item .item-inner .item-img.have-additional .img-main {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-main {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-main {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-main {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-main {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.products-grid .item .item-inner .item-img.have-additional .img-additional {
  text-align: center;
  left: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-additional {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-additional {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-additional {
  transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-additional {
  transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -webkit-transform: translateX(120%);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional:hover .img-main {
  transform: translateY(120%);
  -moz-transform: translateY(120%);
  -o-transform: translateY(120%);
  -webkit-transform: translateY(120%);
}
.products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  z-index: 1;
}
body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  transform: none;
}
body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional:hover .img-additional {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.products-grid .item .item-inner .item-info {
  text-align: center;
  background: #FFF;
}
.products-grid .item .item-inner .item-info .info-inner {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-grid .item .item-inner .item-info .info-inner .item-content {
  padding: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings {
  height: 35px;
  margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .item-price {
  margin-bottom: 20px;
  height: 26px;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons {
  text-align: center;
  position: relative;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons .btn-cart {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons .btn-cart i {
  display: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons .btn-cart.out-of-stock {
  display: inline-block;
  font-size: 100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 6px 7px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #777777;
  border-width: 1px 1px 0px;
  border-color: #DDD;
  border-style: solid;
  background: #FFF;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
  background: #DDD;
  z-index: 1;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links a {
  width: 35px;
  height: 33px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #DDD;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  position: relative;
  display: block;
  padding: 0 0;
  margin: 0 0;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links a i {
  font-size: 14px;
  color: #777777;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 9px;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links a:hover {
  background-color: #95337c;
  border-color: #95337c;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links a:hover i {
  color: #FFF;
}
body.ie8 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links a {
  border-bottom: 3px solid #DDD;
}
body.ie8 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links a:hover {
  border-bottom-color: #641650;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links {
  margin: 0 0;
  list-style: none;
  padding: 0 0;
  position: relative;
  top: -33px;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li {
  display: block;
  text-align: center;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li .link-wishlist {
  position: absolute;
  left: 2px;
  top: 0px;
  z-index: 2;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li .link-compare {
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 2;
}
.products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li .tooltip-inner {
  white-space: nowrap;
}
.products-grid .item .item-inner .item-info .info-inner .item-title {
  padding-top: 15px;
  font-size: 100%;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #95337c;
}
body.igrid-style2 .products-grid .item {
  position: relative;
}
body.igrid-style2 .products-grid .item .item-inner .item-img {
  border-width: 1px;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-title {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content .item-price {
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons {
  position: absolute;
  bottom: 40px;
  top: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 48px;
  width: 100%;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons .btn-cart {
  position: absolute;
  left: 0px;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons:before {
  display: none;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links {
  position: absolute;
  bottom: 40px;
  top: auto;
  right: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 48px;
  width: 78px;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li {
  position: static;
}
body.igrid-style2 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li a {
  opacity: 100;
  filter: alpha(opacity=10000);
}
body.igrid-style2 .products-grid .item:hover .item-inner .item-img {
  border-color: #ddd;
}
body.igrid-style2 .products-grid .item:hover .item-inner .item-info .info-inner .item-title {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.igrid-style2 .products-grid .item:hover .item-inner .item-info .info-inner .item-content .item-price {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.igrid-style2 .products-grid .item:hover .item-inner .item-info .info-inner .item-content .wrap-buttons {
  bottom: 0px;
  opacity: 100;
  filter: alpha(opacity=10000);
  z-index: 1;
}
body.igrid-style2 .products-grid .item:hover .item-inner .item-info .info-inner .item-content ul.add-to-links {
  bottom: 0px;
  opacity: 100;
  filter: alpha(opacity=10000);
  z-index: 1;
}
body.igrid-style3 .products-grid .item {
  position: relative;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content .item-price {
  margin-bottom: 12px;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 100;
  filter: alpha(opacity=10000);
  height: 38px;
  width: 100%;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons .btn-cart {
  position: absolute;
  left: 0px;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content .wrap-buttons:before {
  display: none;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 100;
  filter: alpha(opacity=10000);
  height: 38px;
  width: 78px;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li {
  position: static;
}
body.igrid-style3 .products-grid .item .item-inner .item-info .info-inner .item-content ul.add-to-links li a {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.products-grid .item:hover .item-inner .item-img {
  border-color: #95337c;
}
.products-grid .item:hover .item-inner .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-grid .item:hover .item-inner .item-info .info-inner .item-content ul.add-to-links a {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/*--- product-list ---*/
.products-list {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
.products-list .item {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #EEE;
}
.products-list .item:first-child {
  margin-top: 0;
  border-top: none;
}
.products-list .item:hover .item-img {
  border-color: #95337c;
}
.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 .item-img {
  position: relative;
  background: #FFF;
  text-align: center;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.products-list .item .item-img .ico-product {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 2;
  height: 21px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #95337c;
  color: #FFF;
}
.products-list .item .item-img .ico-product strong {
  font-weight: 600;
}
.products-list .item .item-img .ico-product.ico-sale {
  right: -3px;
  left: auto;
}
.products-list .item .item-img a.product-image {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.products-list .item .item-img a.product-image .img-main {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.products-list .item .item-img .quickview-wrap .sns-btn-quickview {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 3px solid #95337c;
  background: #FFF;
  line-height: 66px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: -35px 0 0 -35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  z-index: 1;
}
.products-list .item .item-img .quickview-wrap .sns-btn-quickview i {
  font-size: 20px;
  color: #95337c;
}
.products-list .item .item-img .quickview-wrap .sns-btn-quickview span {
  display: none;
}
.products-list .item .item-img.have-additional .img-main {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-list .item .item-img.have-additional .img-main {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-list .item .item-img.have-additional .img-main {
  transform: none;
}
body.eimg-translatex .products-list .item .item-img.have-additional .img-main {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey .products-list .item .item-img.have-additional .img-main {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.products-list .item .item-img.have-additional .img-additional {
  text-align: center;
  left: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.eimg-preserve-3d .products-list .item .item-img.have-additional .img-additional {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body.eimg-preserve-3d.ie .products-list .item .item-img.have-additional .img-additional {
  transform: none;
}
body.eimg-translatex .products-list .item .item-img.have-additional .img-additional {
  transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
}
body.eimg-translatey .products-list .item .item-img.have-additional .img-additional {
  transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
}
body.eimg-preserve-3d .products-list .item .item-img.have-additional:hover .img-main {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body.eimg-preserve-3d.ie .products-list .item .item-img.have-additional:hover .img-main {
  transform: none;
}
body.eimg-translatex .products-list .item .item-img.have-additional:hover .img-main {
  transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -webkit-transform: translateX(120%);
}
body.eimg-translatey .products-list .item .item-img.have-additional:hover .img-main {
  transform: translateY(120%);
  -moz-transform: translateY(120%);
  -o-transform: translateY(120%);
  -webkit-transform: translateY(120%);
}
.products-list .item .item-img.have-additional:hover .img-additional {
  z-index: 1;
}
body.eimg-preserve-3d .products-list .item .item-img.have-additional:hover .img-additional {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
body.eimg-preserve-3d.ie .products-list .item .item-img.have-additional:hover .img-additional {
  transform: none;
}
body.eimg-translatex .products-list .item .item-img.have-additional:hover .img-additional {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.eimg-translatey .products-list .item .item-img.have-additional:hover .img-additional {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 991px) {
  .products-list .item .item-img {
    margin-bottom: 30px;
  }
}
.products-list .item .product-shop .product-name {
  margin: -6px 0 6px;
  font-size: 128.57%;
  line-height: normal;
  font-weight: normal;
  text-transform: none;
}
.products-list .item .product-shop .product-name a {
  color: #444444;
  position: relative;
}
.products-list .item .product-shop .product-name a:hover {
  color: #95337c;
}
.products-list .item .product-shop .price-box {
  margin-bottom: 14px;
  padding-top: 14px;
  border-top: 1px solid #EEE;
}
.products-list .item .product-shop .ratings {
  clear: none;
  margin: 0 0 18px 0;
}
.products-list .item .product-shop .ratings:after {
  clear: none;
}
.products-list .item .product-shop .ratings .rating-links {
  margin: 0 0;
}
.products-list .item .product-shop .no-rating {
  margin: 0 0 18px 0;
}
.products-list .item .product-shop .desc {
  margin: 0 0 15px;
  padding-top: 15px;
  border-top: 1px solid #EEE;
}
.products-list .item .product-shop .desc .link-learn {
  display: none;
}
.products-list .item .product-shop .actions-addtocart {
  padding: 20px 0 0;
  margin: 0 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #EEE;
}
.products-list .item .product-shop .actions-addtocart .btn-cart {
  float: left;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links a {
  text-align: center;
  width: 35px;
  height: 33px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #DDD;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  position: relative;
  display: block;
  padding: 0 0;
  margin: 0 0;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links a i {
  font-size: 14px;
  color: #777777;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 9px;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links a:hover {
  background-color: #95337c;
  border-color: #95337c;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links a:hover i {
  color: #FFF;
}
body.ie8 .products-list .item .product-shop .actions-addtocart ul.add-to-links a {
  border-bottom: 3px solid #DDD;
}
body.ie8 .products-list .item .product-shop .actions-addtocart ul.add-to-links a:hover {
  border-bottom-color: #641650;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links {
  margin: 0 0;
  padding: 0 0;
  float: left;
  list-style: none;
  display: block;
}
.products-list .item .product-shop .actions-addtocart ul.add-to-links li {
  float: left;
  display: block;
  margin: 0 0 0 10px;
}
/*--- Product page ---*/
.zoomLens img {
  z-index: 1;
}
.zoomTint {
  z-index: 2;
}
.zoomContainer {
  z-index: 1;
}
@media (max-width: 767px) {
  .zoomContainer {
    display: none !important;
  }
}
.sns-product-detail h1.product-name {
  font-size: 128.57%;
  font-weight: bold;
  margin: -3px 0 10px;
  color: #444444;
}
.sns-product-detail .product-image-zoom {
  position: relative;
  z-index: 1;
}
.product-image-zoom img {
    max-height: 540px;
}
.sns-product-detail .product-image-zoom .ico-product {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: url("../images/ico-product.png") no-repeat left top;
  height: 41px;
  width: 46px;
  text-indent: -999em;
}
.sns-product-detail .product-image-zoom .ico-product strong {
  font-weight: 600;
}
.sns-product-detail .product-image-zoom .ico-product.ico-sale {
  background-position: left -41px;
  right: 10px;
  left: auto;
}
.sns-product-detail .product-shop form {
  margin: 0 0;
}
.sns-product-detail .product-shop form .rating-links {
  margin: 0;
}
.sns-product-detail .product-shop .add-to-links {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.sns-product-detail .product-shop .add-to-links li {
  padding: 0 0;
  margin: 0 0 10px;
}
.sns-product-detail .product-shop .add-to-links li a {
  height: 40px;
  padding-left: 48px;
  line-height: 40px;
  color: #777777;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.sns-product-detail .product-shop .add-to-links li a:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 36px;
  width: 36px;
  border: 1px solid #DDD;
  border-bottom: none;
  -webkit-box-shadow: 0 3px #dddddd;
  box-shadow: 0 3px #dddddd;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sns-product-detail .product-shop .add-to-links li a:after {
  position: absolute;
  font-size: 100%;
  color: #777777;
  left: 11px;
  top: -1px;
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns-product-detail .product-shop .add-to-links li a:hover {
  color: #95337c;
}
.sns-product-detail .product-shop .add-to-links li a:hover:before {
  background-color: #95337c;
  border-color: #95337c;
  -webkit-box-shadow: 0 3px #641650;
  box-shadow: 0 3px #641650;
}
.sns-product-detail .product-shop .add-to-links li a:hover:after {
  color: #FFF;
}
body.ie8 .sns-product-detail .product-shop .add-to-links li a:before {
  border-bottom: 3px solid #DDD;
}
body.ie8 .sns-product-detail .product-shop .add-to-links li a:hover:before {
  border-bottom-color: #641650;
}
.sns-product-detail .product-shop .add-to-links li a.link-wishlist:after {
  content: "\f004";
}
.sns-product-detail .product-shop .add-to-links li a.link-compare:after {
  content: "\f066";
}
.sns-product-detail .product-shop .add-to-links li .separator {
  display: none;
  margin: 0 0;
  padding: 0 0;
}
.sns-product-detail .product-shop .price-availability {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin: 0 0 18px;
  padding: 18px 0;
  line-height: 28px;
}
.sns-product-detail .product-shop .price-availability .price-box {
  float: left;
  margin-right: 20px;
}
.sns-product-detail .product-shop .price-availability .price-box .price {
  line-height: 28px;
  font-size: 214.28%;
}
.sns-product-detail .product-shop .price-availability .price-box .old-price .price {
  font-size: 142.85%;
}
.sns-product-detail .product-shop .price-availability .availability {
  margin: 0 0;
}
.sns-product-detail .product-shop .addthis_toolbox {
  padding: 0 0 8px;
  margin-bottom: 15px;
}
.sns-product-detail .product-shop .short-description {
  margin: 0 0 5px;
}
.sns-product-detail .product-shop .short-description p {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .sns-product-detail .product-shop {
    margin-top: 30px;
  }
}
.sns-product-detail .more-views {
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
}
.sns-product-detail .more-views .navslider {
  position: relative;
  margin: 0 24px 22px;
}
.sns-product-detail .more-views .navslider:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #d4d4d4;
}
.sns-product-detail .more-views .navslider .next,
.sns-product-detail .more-views .navslider .prev {
  position: absolute;
  height: 25px;
  width: 25px;
  right: -24px;
  top: -12px;
  background: url("../images/slider-nav.png") no-repeat left top;
  text-indent: -999em;
}
.sns-product-detail .more-views .navslider .next:before,
.sns-product-detail .more-views .navslider .prev:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  background: url("../images/purple/nav-inner.png") no-repeat -75px top;
  cursor: pointer;
  content: "";
}
.sns-product-detail .more-views .navslider .next:hover:before,
.sns-product-detail .more-views .navslider .prev:hover:before {
  background-position: -50px top;
}
.sns-product-detail .more-views .navslider .next.prev,
.sns-product-detail .more-views .navslider .prev.prev {
  right: auto;
  left: -24px;
}
.sns-product-detail .more-views .navslider .next.prev:before,
.sns-product-detail .more-views .navslider .prev.prev:before {
  left: auto;
  right: 3px;
  background-position: 0px top;
}
.sns-product-detail .more-views .navslider .next.prev:hover:before,
.sns-product-detail .more-views .navslider .prev.prev:hover:before {
  background-position: -25px top;
}
.sns-product-detail .more-views #gallery_img {
  margin: 0 -3px;
  list-style: none;
}
.sns-product-detail .more-views #gallery_img .item {
  text-align: center;
  margin: 0 3px;
  border: 1px solid transparent;
  display: block;
}
.sns-product-detail .more-views #gallery_img .item:hover,
.sns-product-detail .more-views #gallery_img .item.active {
  border-color: #e9e9e9;
}
.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 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 #sns_tab_products {
  margin: 50px 0 0;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi {
  list-style: none;
  margin: 0 0;
  position: relative;
  z-index: 1;
  padding: 0 0;
  border: 1px solid #e9e9e9;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li {
  display: inline-block;
  float: left;
  margin: 0 0;
  border-right: 1px solid #e9e9e9;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
  color: #444444;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 128.57%;
  padding: 0 20px;
  line-height: 50px;
  display: inline-block;
}
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a:hover,
.sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .sns-product-detail #sns_tab_products ul.sns-tab-navi {
    white-space: nowrap;
    overflow: auto;
  }
  .sns-product-detail #sns_tab_products ul.sns-tab-navi li {
    float: none;
    border: none;
  }
  .sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
    line-height: 46px;
  }
  .sns-product-detail #sns_tab_products ul.sns-tab-navi li a:hover,
  .sns-product-detail #sns_tab_products ul.sns-tab-navi li a.tabulous_active {
    background: none;
    color: #95337c;
  }
}
.sns-product-detail #sns_tab_products .sns-tab-content {
  border: none;
  padding: 20px 0;
  border: 1px solid #e9e9e9;
  border-top: none;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
}
.sns-product-detail #sns_tab_products .sns-tab-content #sns_tab_decription {
  color: #777777;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item {
  margin: 0 20px;
  background: #FFF;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  top: 20px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item h2 {
  font-size: 125%;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0px;
  color: #686868;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item h3 {
  font-size: 100%;
  line-height: normal;
  margin: 0 0 3px;
  font-weight: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item h4 {
  font-size: 100%;
  line-height: normal;
  margin: 0 0 3px;
  text-transform: none;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item label {
  font-weight: bold;
  color: #777777;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item ul.product-tags {
  list-style: none;
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item ul.product-tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item tbody td.label {
  width: 20%;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .validation-advice {
  display: none;
}
.sns-product-detail #sns_tab_products .sns-tab-content .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-item #customer-reviews .pager .limiter {
  float: right;
}
.sns-product-detail #sns_tab_products .sns-tab-content .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-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-item .box-reviews dl {
  margin: 0 0 15px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .box-reviews dl dt {
  padding: 0 0;
  margin: 10px 0 0;
  font-weight: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .box-reviews dl dt:first-child {
  border: none;
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .box-reviews dl dt span {
  font-weight: bold;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .box-reviews dl dt a {
  font-weight: bold;
  text-decoration: underline;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .box-reviews dl dd {
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #review-form {
  margin: 0px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #review-form h4 {
  margin-bottom: 15px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #addTagForm {
  margin: 0 0 10px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #addTagForm .input-box {
  margin: 0 0;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #addTagForm .input-box input {
  float: left;
  margin: 0 10px 5px 0;
  padding: 7px 10px;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #addTagForm button.button {
  clear: both;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item #addTagForm .validation-advice {
  float: left;
  width: 100%;
  line-height: normal;
}
.sns-product-detail #sns_tab_products .sns-tab-content .tab-item .box-tags h2 {
  display: none;
}
.sns-product-detail .upsell-products {
  margin-top: 45px;
}
.toolbar-bottom .toolbar {
  margin: 20px 0 0;
}
.postWrapper {
  padding-bottom: 0;
}
.postWrapper .postTitle {
  border: none;
  margin-bottom: 10px;
}
.postWrapper .postTitle h2 {
  line-height: 24px;
  font-size: 150%;
}
.postWrapper .postTitle h2 a:hover {
  color: #95337c;
}
.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: #444444;
}
.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: #95337c;
}
#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: #444444;
  display: none;
}
.contact-page {
  margin: 0 auto;
}
.contact-page #contact_gmap {
  margin-bottom: 20px;
  position: relative;
}
.contact-page .contact-info {
  position: absolute;
  left: 70px;
  bottom: 0px;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 5px;
}
.contact-page .contact-info h3 {
  margin: 0 0 8px 0;
  color: #444444;
}
.contact-page .contact-info ul {
  margin-left: 30px;
}
.contact-page .contact-info ul li {
  margin: 2px 0;
  color: #777777;
}
.contact-page .contact-info ul li a {
  color: #95337c;
}
.contact-page .contact-info ul li a:hover {
  color: #95337c;
}
.contact-page .contact-info i {
  width: 30px;
  left: -30px;
}
.contact-page .contact-form {
  margin: 1em 0 2em;
}
.contact-page .buttons-set {
  padding: 0 0 !important;
}
.contact-page .buttons-set .button {
  margin: 0 0;
  float: left;
}
/*--- Wrap: #sns_menu ---*/
.cms-index-index #sns_menu {
  margin: 0 0;
  border-bottom: none;
}
.wrap_dropdown.fullwidth {
  border-top: 1px solid #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cms-index-index #sns_menu.keep-menu {
  border-bottom: 5px solid #dbdbdb;
}
.cms-index-index #sns_menu.keep-menu #sns_custommenu ul.mainnav li.level0 > div {
  border-top: none;
}
#sns_menu {
  position: relative;
  border-bottom: 5px solid #dbdbdb;
  height: 90px;
}
#sns_menu.keep-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #FFF;
}
ul.mainnav {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.mainnav:before,
ul.mainnav:after {
  content: " ";
  display: table;
}
ul.mainnav:after {
  clear: both;
}
#sns_custommenu {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 20;
}
#sns_custommenu ul.mainnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_custommenu ul.mainnav:before,
#sns_custommenu ul.mainnav:after {
  content: " ";
  display: table;
}
#sns_custommenu ul.mainnav:after {
  clear: both;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 {
  list-style: none;
  padding: 0;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a {
  font-size: 114.28%;
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 3px;
  border-bottom: 1px solid #ddd;
  display: block;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a:hover {
  color: #95337c;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > .wrap_submenu {
  margin-top: 10px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > .group-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:first-child a {
  border-top: none;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a {
  display: block;
  padding: 3px 0;
  color: #777777;
}
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a:hover {
  color: #95337c;
}
#sns_custommenu ul.mainnav .group-item .wrap_bottomblock,
#sns_custommenu ul.mainnav .group-item .wrap_topblock,
#sns_custommenu ul.mainnav .group-item .wrap_rightblock {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sns_custommenu ul.mainnav .group-item .wrap_bottomblock h3,
#sns_custommenu ul.mainnav .group-item .wrap_topblock h3,
#sns_custommenu ul.mainnav .group-item .wrap_rightblock h3,
#sns_custommenu ul.mainnav .group-item .wrap_bottomblock h4,
#sns_custommenu ul.mainnav .group-item .wrap_topblock h4,
#sns_custommenu ul.mainnav .group-item .wrap_rightblock h4 {
  margin-top: 0px;
}
#sns_custommenu ul.mainnav .group-item .block-menuc .block-inner {
  background: #f5f5f5;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 15px 10px 0;
}
#sns_custommenu ul.mainnav .group-item .block-menuc .block-title {
  padding-top: 10px;
}
#sns_custommenu ul.mainnav .group-item .block-menuc i {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sns_custommenu ul.mainnav .group-item .block-menuc:hover .block-inner {
  border-color: #CCC;
  background: #dddddd;
}
#sns_custommenu ul.mainnav .group-item .block-menuc:hover i {
  color: #95337c;
}
#sns_custommenu ul.mainnav li.level0 {
  border: none;
  position: static;
  display: inline-block;
  height: 90px;
}
#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 {
  background: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #f3f3f3;
  border-top: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu {
  min-width: 180px;
  padding: 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: #95337c;
}
#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.active > .wrap_submenu,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > .wrap_submenu,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.active > .wrap_submenu {
  opacity: 100;
  filter: alpha(opacity=10000);
  visibility: visible;
  margin: 0 0;
}
body.ie8 #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover > .wrap_submenu,
body.ie8 #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.active > .wrap_submenu,
body.ie8 #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > .wrap_submenu,
body.ie8 #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.active > .wrap_submenu {
  display: block;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li a {
  display: block;
  border-top: 1px solid #f3f3f3;
  padding: 7px 20px;
  color: #777777;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li a:hover {
  color: #95337c;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  min-width: 190px;
  padding: 0 0;
  top: 10px;
  left: 95%;
  background: #FFF;
  border: 1px solid #f3f3f3;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  margin: 0 0 0 40px;
}
body.ie8 #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu {
  display: none;
  visibility: visible;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 li.parent:before {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 8px;
  font-family: FontAwesome;
  font-size: 14px;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 li.parent:hover:before {
  color: #95337c;
}
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 li:first-child a {
  border-top: none;
}
#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
  width: 100%;
  padding: 20px 30px;
}
#sns_custommenu ul.mainnav li.level0 > a {
  font-weight: normal;
  display: block;
  padding: 0 22px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 150%;
  color: #933a8f;
  height: 60px;
  line-height: 60px;
}
#sns_custommenu ul.mainnav li.level0 > a:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 100%;
  background: #95337c;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  bottom: -15px;
  left: 0px;
}
#sns_custommenu ul.mainnav li.level0:hover > a,
#sns_custommenu ul.mainnav li.level0.active > a {
  color: #95337c;
}
#sns_custommenu ul.mainnav li.level0:hover:hover > a:before,
#sns_custommenu ul.mainnav li.level0.active:hover > a:before {
  height: 5px;
  opacity: 100;
  filter: alpha(opacity=10000);
}
#sns_custommenu ul.mainnav li.level0:hover:hover > div,
#sns_custommenu ul.mainnav li.level0.active:hover > div {
  margin-top: 0px;
  opacity: 100;
  filter: alpha(opacity=10000);
  visibility: visible;
}
#sns_custommenu ul.mainnav li.level0[class*="drop-"] > a {
  position: relative;
}
#sns_custommenu ul.mainnav li.level0[class*="drop-"] > a:after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 50%;
  margin-left: -10px;
  visibility: hidden;
  display: block;
  -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%;
}
body.ie8 #sns_custommenu ul.mainnav li.level0 > div {
  display: none;
  visibility: visible;
}
body.ie8 #sns_custommenu ul.mainnav li.level0:hover > div {
  display: block;
}
#sns_mommenu {
  z-index: 4;
  margin: 7px 0;
}
#sns_mommenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_mommenu > .btn {
  color: #FFF;
  background: #444;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 15px;
  top: 28px;
  width: 40px;
}
#sns_mommenu > .btn:hover {
  background: #95337c;
}
#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;
}
#sns_mommenu.has-left > .btn.leftsidebar {
  right: 60px;
}
#sns_mommenu.has-right > .btn.rightsidebar {
  right: 60px;
}
#sns_mommenu.has-right.has-left > .btn.rightsidebar {
  right: 60px;
}
#sns_mommenu.has-right.has-left > .btn.leftsidebar {
  right: 105px;
}
#sns_mommenu .mainnav {
  float: none;
  background: #444;
}
#sns_mommenu .mainnav#menu_collapse {
  margin: 90px -15px 0;
  padding: 0 15px;
}
#sns_mommenu .mainnav li {
  position: relative;
  display: block;
  line-height: 1.3em;
  border-top: 1px solid #666;
  padding: 10px 0;
}
#sns_mommenu .mainnav li .accr_header {
  position: relative;
}
#sns_mommenu .mainnav li .accr_header a {
  display: inline-block;
  padding: 0 0;
  text-transform: uppercase;
  color: #FFF;
  font-size: 18px;
}
#sns_mommenu .mainnav li .accr_header a i {
  font-size: 18px;
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
  color: #FFF;
}
#sns_mommenu .mainnav li .accr_header a:hover {
  color: #95337c;
}
#sns_mommenu .mainnav li .accr_header .btn_accor {
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
}
#sns_mommenu .mainnav li .accr_header .btn_accor i {
  font-size: 21px;
  color: #FFF;
}
#sns_mommenu .mainnav li .accr_header .btn_accor:hover i {
  color: #95337c;
}
#sns_mommenu .mainnav li .accr_header.open a {
  color: #95337c;
}
#sns_mommenu .mainnav li .accr_header.open .btn_accor i {
  color: #95337c;
}
#sns_mommenu .mainnav li .accr_content {
  border-top: 1px solid #666;
}
#sns_mommenu .mainnav li:first-child {
  border-top: none;
}
#sns_mommenu .mainnav li ul {
  margin: 0 0;
  padding: 0 0;
}
#sns_mommenu .mainnav li ul li .accr_header a {
    padding-left: 20px;
    text-transform: none;
    font-size: 90%;
}
#sns_mommenu .mainnav li ul li ul li .accr_header a {
  padding-left: 40px;
}
#sns_mommenu .mainnav li ul li ul li ul li .accr_header a {
  padding-left: 60px;
}
#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: #444;
  color: #FFF;
  padding: 20px;
  z-index: 9999;
}
#sns_mommenu #menu_offcanvas.active {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sns_mommenu #menu_offcanvas a {
  color: #FFF;
}
#sns_mommenu #menu_offcanvas a:hover,
#sns_mommenu #menu_offcanvas a.active {
  color: #95337c;
}
@media (max-width: 991px) {
  #sns_right {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    bottom: 0;
    background: #FFF;
    z-index: 9999;
    overflow: auto;
    height: 100%;
    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;
    bottom: 0;
    background: #FFF;
    z-index: 9999;
    overflow: auto;
    height: 100%;
    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: 992px) and (max-width: 1199px) {
  #sns_custommenu ul.mainnav li.level0 > a {
    padding: 0 18px;
  }
}
@media (max-width: 991px) {
  #sns_menu .container {
    position: relative;
  }
  #sns_mainnav {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
  }
}
/* Menu style */

/*Added by Mark */
h1, h2, h3, h4, h5, h6 {
	color: #782088;
}
h1, h2, h3, h5, h6 {
    letter-spacing: -1px;
	word-spacing: 3px;
}
.difference-pane h4>em {
    font-family: "Century Schoolbook", Georgia, serif;
}
.difference-pane h2 {
    font-size: 3.4375em;
}
.difference-pane h2,
.difference-pane h4 {
margin-bottom: 22px;
}
.fullwidthbanner-container {
z-index: 1;
}
div#sns_beinformed {
    position: relative;	
    z-index: 1; 
	width: 100%;
    background: rgba(17, 17, 17, 0.7);  	  
    color: white;
    padding: 20px 0 10px;
	margin: -153px 0 20px;
}
#sns_beinformed h3 {
    font-size: 220%;
	margin: 0;
	color: white;
}
div#sns_beinformed .block-content {
padding: 20px;
}
#sns_beinformed input, #sns_ourbrands input {
width: 100%;
}
#sns_beinformed label {
    margin-top: 10px;
}
div#sns_searcharea {
    background: url(../images/vegetable-greens-bg.jpg) no-repeat 50% 0;
    background-size: cover;
	margin: 30px 0 45px;
    padding: 3em 0 5em;
}
div#sns_searcharea form {
    position: relative;
}
#sns_searcharea input.input-text, #sns_searcharea button.button {
    padding: 1em;
    font-size: 1.4em;
    color: #878787;
}
#sns_searcharea input.input-text {width: 100%}
#sns_searcharea button.button {color:#fff;position: absolute;right: 15px;top: 0;}
.center { text-align: center; }
.white { color: white; }
.serif {font-family: "Century Schoolbook", Georgia, serif !important;}
.large-text { font-size: 3em; }
.medium-text { font-size: 1.5em; line-height: 1.2em; }
.italic { font-style: italic; }
.lowercase {text-transform:none !important;}
.uppercase {text-transform:uppercase;}
.bold {font-weight: bold}
.purple {color: #782088;}
.purplebg { background: #782088; color: white; padding: 2px; }
.tiny { font-size: 75%; }
.blackbg { background: black; }
.top-bar p { margin: 10px 0 !important; }

div#sns_bepanes {
    margin: 70px 0 40px;
}
.be-panels .left-pane {background-image: url(../images/left-pane.jpg);margin-left: -5px;}
.be-panels .middle-pane {background-image: url(../images/middle-pane.jpg);min-height: 500px;margin-top: -40px;margin-left: 5px;margin-right: 5px;}
.be-panels .right-pane {background-image: url(../images/right-pane.jpg);margin-right: -5px;}
.be-panels  > div {
    padding: 3em 1em;
    min-height: 422px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.be-panels > div form {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.be-panels h3,.be-panels p {
    text-shadow: 1px 1px 0 #777;
}
.be-panels > div form select {
    width: 90%;
    margin-bottom: 1em;
}

.be-panels .button {font-size: 150%}



div#sns_ourbrands {
    background: #f9f2ea;
    padding: 3em 0;
    margin: 30px 0 40px;
}

.fancy {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.fancy:before, .fancy:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: #782088;
}
.fancy:before {
    margin-left: -54%;
    text-align: right;
}
.fancy:after {
    margin-left: 4%;
} 
#sns_beprograms .block-title {
    margin-bottom: 2em;
    font-size: 120%;
}

div#sns_beprograms {
    margin: 30px 0 40px;
}
div#sns_beprograms ul {list-style:none}
div#sns_beprograms ul li {
	border-bottom: 1px dashed #dfaa0d;
	padding: 3px 0;
}
div#sns_beprograms ul li:last-child {border:none}
#sns_beprograms div, #sns_beprograms ul {
	overflow: hidden;
}
div#sns_beprograms a.button {display:inline-block}
div#sns_bemedia {
    background: #f9f2ea;
    margin: 30px 0 0;
}
#sns_bemedia .panel {
    text-align: center;
    padding: 1em;
}

.crop-image {
	/* image specified in seperate class  */
	height: 102px;
	width: 100%;
	-ms-background-position-x: center;
	-ms-background-position-y: bottom;
	background-position: center bottom;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	text-indent: -999em;
	margin-bottom: 1em;
}

.crop-image-75 {
  height: 75px;
  width: 75px;
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  text-indent: -999em;
  margin-bottom: 1em;
}

.bg-center-center {
	-ms-background-position-x: center;
	-ms-background-position-y: center;
	background-position: center center;
}
#sns_bemedia h4 {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.3em;
    text-align: left;
}

#sns_bemedia p {
    line-height: 1.1em;
    text-align: left;
    font-size: 14px;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
    width: 134.5%;
    left: -300px;
}

#sns_custommenu ul.mainnav > li.Get.Started,
#sns_custommenu ul.mainnav > li.About.BE {
    position: relative;
}

#sns_custommenu ul.mainnav li.Get.Started > div.fullwidth,
#sns_custommenu ul.mainnav li.About.BE > div.fullwidth {
    width: auto;
    left: 0;
    padding: 0;
    min-width: 185px;
}

#sns_custommenu ul.mainnav li.Get.Started > div.fullwidth ul,
#sns_custommenu ul.mainnav li.About.BE > div.fullwidth ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#sns_custommenu ul.mainnav li.Get.Started > div.fullwidth ul li,
#sns_custommenu ul.mainnav li.About.BE > div.fullwidth ul li  {
    position: relative;
}

#sns_custommenu ul.mainnav li.Get.Started > div.fullwidth ul li a,
#sns_custommenu ul.mainnav li.About.BE > div.fullwidth ul li a {
    display: block; 
	border-top: 1px solid #f3f3f3; 
	padding: 7px 20px; 
	color: #777777;
}
#sns_custommenu ul.mainnav li.Get.Started > div.fullwidth ul li:hover a,
#sns_custommenu ul.mainnav li.About.BE > div.fullwidth ul li:hover a {color: #95337c;}

#sns_custommenu ul.mainnav li.All.Products .col-sm-4 {
    border-left: 1px solid #bf3e54;
}
#sns_custommenu ul.mainnav li.All.Products > div.wrap_dropdown {
border: 3px solid #a14ea9 !important;
}
#sns_custommenu ul.mainnav li.All.Products a.button { display: inline-block; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 dl {padding-right: 65px;}
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 dt, #sns_custommenu ul.mainnav li.All.Products .col-sm-3 dt { margin-bottom: 5px; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 dd, #sns_custommenu ul.mainnav li.All.Products .col-sm-3 dd {margin-bottom: 6px;font-size: 13px;}
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .super_foods { background: url("../images/menu/super_foods2.jpg") no-repeat right 88%; background-size: 26%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .probiotic_drinks { background: url("../images/menu/probiotic_drinks.jpg") no-repeat 197px 50%; background-size: 11%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .culture_starters { background: url("../images/menu/culture_starters.jpg") no-repeat 183px 88%; background-size: 23%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .fermented_foods { 	background: url("../images/menu/fermented_foods.jpg") no-repeat 90% 100%; background-size: 11%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .digestive_aids { background: url("../images/menu/digestive_aids.jpg") no-repeat 100% 58%; 	background-size: 26%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .cleanse_aids { background: url("../images/menu/cleanse_aids.jpg") no-repeat 194px 88%; background-size: 14%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .mineral_supplements { background: url("../images/menu/mineral_supplements.jpg") no-repeat 193px 88%; background-size: 14%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .natural_sweeteners { background: url("../images/menu/natural_sweeteners.jpg") no-repeat right 88%; background-size: 8%; }
#sns_custommenu ul.mainnav li.All.Products .col-sm-4 .herbal_blends { background: url("../images/menu/fermented_herbal_blends.jpg") no-repeat 186px 100%;  background-size: 19%; }
dl.bundles {
    background-color: #f2f2f2;
    padding: 1em;
	border: 2px solid #dbdbdb;
    margin: 10px 0 0;
}

.wrap_rightblock {
    text-align: center;
}
.newsletter-fields {
    background: #f2f2f2;
    padding: 2em;
}

.newsletter-fields label {
    margin-top: 10px;
}

.news-sidebar {
    background: #3e60ba;
}

.news-sidebar .inner {
    padding: 0 1em 1em;
}

.news-sidebar .inner h4, .news-sidebar .inner p {
    color: white;
}

.gold {
    color: rgb(255, 219, 37);
}

.news-sidebar #banner-newsletter-btn {
    display: block;
    width: 100%;
}

.crop-image h2 {
    text-indent: 0;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0 0;
    font-size: 170%;
    text-shadow: 1px 1px 1px white;
    float: left;
}

.health-wellness {
    margin-top: 30px;
}

.health-wellness ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.health-wellness ul li {
padding: 1em;
border-bottom: 1px solid #E1E1E1;
}

.recipes-header {
    margin-bottom: 2em;
}

.grey-title {
    background: #EEE;
    padding: 0.5em;
    color: #111;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.clear {
    clear: both;
}
.post-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-list ul li {
    margin-bottom: 1em;
    border-bottom: 1px solid #eaeaea;
    padding: 1em 0;
}
.post-list .featured-image img {
    border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #dbdbdb;
	width: 100%;
}

.post-list .featured-image img:hover {
    border-bottom: 3px solid #782088;
    opacity: 0.9;
}
ul#wp-category-list, ul#wp-category-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#sns_content #sns_left .wp-sidebar .block-content {
    padding: 0;
}

ul#wp-category-list li {
    padding: 5px 1em;
}

ul#wp-category-list > li.even {
    background: #F3F3F3;
}

ul#wp-category-list ul {
    margin-top: 5px;
}
.post-list h2 {
    margin-top: 0;
}
ul.reclist {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.reclist h2 {
    margin-top: 0;
    font-size: 120%;
}
.product-recommend ul ul {
    list-style-type: disc;
}
.product-recommend > p {
    border-bottom: 1px solid #dbdbdb;
}

ul.reclist h3 {
    margin-top: 10px;
	margin-bottom: 1em !important;
}

.product-recommend {
    border: 1px solid #cbcbcb;
    padding: 1em;
    background: #FCFCFC;
    margin: 2em 0;
	overflow: hidden;
}
.entry .sideimage {
    float: right;
    width: 33%;
    margin: 0 0 1em 1em;
    background: #fcfcfc;
    padding: 1em;
}

.entry .sideimage img {
    width: 100%;
	border-bottom: 0;
}
.sideimage p {
    margin: 0;
    line-height: 1.3em;
    font-size: 88%;
    color: #868686;
    background: white;
    padding: 15px;
    border-top: 0;
}
.remember {
    background: #f0f9ff; /* Old browsers */  background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */  background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */;
    padding: 2em;
    margin: 2em 0;
}

.remember > h3 {
    margin-top: 0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
}
.remember ul.reclist {
    padding: 1em 2em;
    background: #fcfcfc;
    margin: 2em 2em 0;
    box-shadow: 5px 5px 0 #ccc;
}

.remember ul.reclist > li {
    border-top: 1px solid #d8d8d8;
    padding-top: 1em;
    padding-bottom: 1em;
}
ul.reclist a.button {
    float: left;
    margin: 1em 0;
}
.sourcebox {
    font-size: 0.8em;
}
div#sharethis-icons * {
box-sizing: initial;
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
}
.remember ul.reclist > li:first-child {
    border: none;
}

.remember ul.reclist h3 {
    margin: 0 0 1em;
}

.remember ul.reclist:before {
    content: "Related Products:";
    font-size: 1.3em;
    font-weight: bold;
}
.entry h2 {
    margin: 2em 0 0.5em;
}
.featbox {
    overflow: hidden;
	padding: 2%;
	background-color: #efefef;  
    margin: 0% 4% 4% 4%;  
    border-left: 5px solid #782088;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0;
	border-radius: 0 3px 3px 0;
	line-height: 1.4em;
	color: #3b3b3b;
	font-weight: bold;
	font-style: italic;
}
#sns_content #sns_right .wp-sidebar .block {
  border: none;
  margin: 0;
  background: #F9F9F9;
  margin: 1em 0;
}

#sns_content #sns_right .wp-sidebar .block img {
    width: 100%;
}
ul.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.comment-list .by {
    font-weight: bold;
}

ul.comment-list .when {
    display: none;
}

div#comments {
    margin: 2em 0;
}
.box-account {
    margin: 2em 0 3em;
}
.subscription-product {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}
.subscription-info {
    width: 100% !important;
}

.subscription-block .input-box input.delivery_date {
    margin-left: 0 !important;
}

.subscription-info p {
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.subscription-actions {
    width: 100% !important;
}

.subscription-actions p {
    margin: 0 !important;
    padding: 0 !important;
}

.subscription-actions {
    padding: 1em;
    background-color: #F4F4F4;
    margin-top: 20px;
}
.subscription-block > div {
    position: static;
}
.cart .subscription-product .options-list {list-style:none; background-color: white !important; }

.autoship-mysubscriptions-index div#sns_main {
    position: static;
}

.active-subscriptions div.change {
}

.active-subscriptions .change .block-title {
    background: #F5F5F5;
    padding: 10px;
}

.shopping-btns a {
    display: inline-block !important;
    margin: 0 10px !important;
}

.active-subscriptions .change .block-title h2 {
    margin: 0;
    color: #444;
    font-size: 23px;
    font-weight: bold;
    text-transform: none;
}

.active-subscriptions .change .block-content input {
    float: left;
    margin: 2px 7px 0 0;
}
.product-options-bottom ul.options-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.product-options-bottom ul.options-list .label, .product-options-bottom ul.options-list label {
    text-align: left;
    padding: 0;
    margin: 0;
}

.product-options-bottom ul.options-list select {
    margin-left: 5px;
}
.button.green {
	background: #43ac6a;
	background: -moz-linear-gradient(-45deg, #43ac6a 0%, #43ac6a 50%, #368a55 51%, #368a55 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #43ac6a), color-stop(50%, #43ac6a), color-stop(51%, #368a55), color-stop(100%, #368a55));
	background: -webkit-linear-gradient(-45deg, #43ac6a 0%, #43ac6a 50%, #368a55 51%, #368a55 100%);
	background: -o-linear-gradient(-45deg, #43ac6a 0%, #43ac6a 50%, #368a55 51%, #368a55 100%);
	background: -ms-linear-gradient(-45deg, #43ac6a 0%, #43ac6a 50%, #368a55 51%, #368a55 100%);
	background: linear-gradient(135deg, #43ac6a 0%, #43ac6a 50%, #368a55 51%, #368a55 100%);
	border-color: #fff;
	color: #fff;
}
.button.orange {
	background: #dfaa0d;
	background: -moz-linear-gradient(-45deg, #dfaa0d 0%, #dfaa0d 50%, #b2880a 51%, #b2880a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dfaa0d), color-stop(50%, #dfaa0d), color-stop(51%, #b2880a), color-stop(100%, #b2880a));
	background: -webkit-linear-gradient(-45deg, #dfaa0d 0%, #dfaa0d 50%, #b2880a 51%, #b2880a 100%);
	background: -o-linear-gradient(-45deg, #dfaa0d 0%, #dfaa0d 50%, #b2880a 51%, #b2880a 100%);
	background: -ms-linear-gradient(-45deg, #dfaa0d 0%, #dfaa0d 50%, #b2880a 51%, #b2880a 100%);
	background: linear-gradient(135deg, #dfaa0d 0%, #dfaa0d 50%, #b2880a 51%, #b2880a 100%);
}
.button.white {
	background: #fff;
	color: black;
}
.button.grey {
	background: #cdcdcd;
	background: -moz-linear-gradient(-45deg, #cdcdcd 0%, #cdcdcd 50%, #bfbfbf 51%, #bfbfbf 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cdcdcd), color-stop(50%, #cdcdcd), color-stop(51%, #bfbfbf), color-stop(100%, #bfbfbf));
	background: -webkit-linear-gradient(-45deg, #cdcdcd 0%, #cdcdcd 50%, #bfbfbf 51%, #bfbfbf 100%);
	background: -o-linear-gradient(-45deg, #cdcdcd 0%, #cdcdcd 50%, #bfbfbf 51%, #bfbfbf 100%);
	background: -ms-linear-gradient(-45deg, #cdcdcd 0%, #cdcdcd 50%, #bfbfbf 51%, #bfbfbf 100%);
	background: linear-gradient(135deg, #cdcdcd 0%, #cdcdcd 50%, #bfbfbf 51%, #bfbfbf 100%);
	color: #474747;
}
#add_to_cart input#qty {float: left;height: 50px;width: 50px;
text-align: center;
vertical-align: top;border-width: 0 1px;}
.subscription-product .options-list li.delivery-every p.dropdown {
    display: none;
}
.subscription-product .options-list li {
    padding: 5px 10px !important;
    font-size: 0.9em;
}
li.highlight {
background: #FFFFD6;
padding: 10px;
}
.subscription-product .product-price {
    font-size: 1em !important;
}
.menu-offcanvas .All.Products {
    display: none !important;
}
.fullwidth {
    margin-top: -30px;
}
.fullwidth #banner {
	background: url("../images/banners/fullwidth-ferment.jpg");
	filter: none;
	background-attachment: scroll;
	background-attachment: fixed;
	clear: both;
	margin: 0;
	padding: 25px 0;
	background-size: cover;
}
.fullwidth #banner .list-box {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	padding: 15px;
}
.fullwidth #banner .list-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fullwidth #banner .list-box ul li {
	background: url("../images/check.png") no-repeat 0 12px;
	padding: 7px 0 7px 26px;
	color: white;
	font-weight: bold;
}
.fullwidth #banner h1 {
    font-size: 2.8em;  font-weight: 700;  color: #ffffff;  
    margin: 0px 0 8px 0;
    text-align: center;
}

.fullwidth #banner h2 {
    text-align: center;
    color: white;
    font-style: italic;
    text-transform: none;
    margin: 0px 0 25px;
}
.fullwidth #banner .buttons {
    clear: both;
    text-align: center;
    margin: 1em 0;
}

.fullwidth #banner .buttons .button {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.quick-start-program h3 {
    text-align: center;
    margin: 2em 0;
}

.fullwidth .new_row {
    background: none repeat scroll 0 0 #f9f2ea;  border: 2px dashed #f1e4d5;  height: auto;  
    margin: 1em auto;  overflow: hidden;  padding: 2%;  
    width: 80%;
}
.plus_arrow {
    background: url("../images/plus_sign.jpg") no-repeat scroll 0 0px rgba(0, 0, 0, 0);  width: 71px;  height: 47px;  margin: 20px auto;
}

.fullwidth .new_row img {
    border: 4px double black;
}

.fullwidth .new_row h3 {
    text-align: left;
    margin: 1em 0;
    font-size: 175%;
}
.fullwidth .new_row ul li:before {
    content: "\2023 \0020";
    font-size: 250%;
    vertical-align: -15%;
}

.fullwidth .new_row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fullwidth .new_row ul li {
    line-height: 40px;
}
.fullwidth .new_row h4 {
    margin: 0;
}
.fullwidth .list-box {
    color: white;
}

.fullwidth .new_row ul li ul li:before {
    content: "\2022";
    font-size: 1em;
    vertical-align: 0;
    margin-right: 5px;
}

.fullwidth .new_row ul li ul li {
    font-size: 90%;
    line-height: 1.4em;
    margin-left: 10px;
}
.fullwidth .new_row a {
    border-bottom: 1px dashed #782088;
}
.fullwidth .std h1 {
    color: #474747;
    font-weight: bold;
}
.big-button {
    font-size: 200%;
}
.all-prods .inner {
    padding: 1em;
    border: 1px solid #dbdbdb;
    text-align: center;
    height: 400px;
    margin: 0 0 1em;
}

.all-prods .inner img {
    max-height: 145px;
}

.all-prods .inner .cat-description {
    font-size: 85%;
}
.alignleft {
    float: left;
    margin: 0 2em 2em 0;
}
.alignright {
    float: right;
    margin: 0 0 2em 2em;
}
.top-buffer-20 { margin-top:20px; }
.top-buffer-30 { margin-top:30px; }
.top-buffer-40 { margin-top:40px; }

div.alignleft, div.alignright {
    max-width: 40%;
    background: #f2f2f2;
    padding: 1em;
}

div.alignleft img,
div.alignright img {
    border: 1px solid #474747;
    margin-bottom: 10px;
}

div.alignleft p,
div.alignright p {
    margin-bottom: 10px;
}

.byline {
    font-size: 80%;
    text-align: right;
}

.byline span {
    display: inline-block;
    margin-right: 5px;
    color: #888;
}

.byline span.by:before {
    content: "- ";
}

dd {
    margin-bottom: 1.4em;
}
.endorsement .image {
    float: left;
    margin-right: 1em;
}

.endorsement {
    float: left;
    margin: 0 0 1em;
}

.endorsement .image img {
    border-radius: 100%;
    border: 1px solid #dbdbdb;
}
.red {color:red}

/* TABS START */

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #E0E0E0;
    border-top-color: #E0E0E0;
    overflow: hidden;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


/* TABS END */

ul.declarations {
	text-align: center;
	margin: 0.625rem 0 1.25rem
}
ul.declarations, ul.declarations li {
	list-style-type: none
}
ul.declarations li {
	display: inline-block;
	margin-right: 1em;
	background-image: url("../images/declarations.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 85px;
	height: 95px;
	text-indent: -999em
}
ul.declarations li.gmo {
	background-position: 0 0
}
ul.declarations li.organic {
	background-position: 0 -664px
}
ul.declarations li.dairy {
	background-position: 0 -95px
}
ul.declarations li.soy {
	background-position: 0 -190px
}
ul.declarations li.gluten {
	background-position: 0 -285px
}
ul.declarations li.kosher {
	background-position: 0 -569px
}
ul.declarations li.vegetarian {
	background-position: 0 -380px
}
ul.declarations li.vegan {
  background-position: 0 -475px;
}
ul.declarations li.stark {
  background-position: 0 -760px;
}
ul.declarations li.koshercheck {
    background-position: 0 -855px;
}
ul.declarations li:last-child {
	margin-right: 0
}
.product-tab {
    margin: 30px 0;
}
#customer-reviews dd {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1.4em;
}
.cart-logo {
    overflow: hidden;
	
    border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2em;
}
.cart-logo h1#logo {
    margin: 0;
    padding: 0;
}
.cart .subscription-product .options-list {
    margin: 0;
    font-size: 0.8em;
}

.cart .subscription-product .options-list .radio, .cart .subscription-product .options-list .radio-text {
    margin: 0 !important;
}
.cart-table thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table .product-name {
  margin: 0 0 10px !important;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: none;
}
.cart .subscription-product p {
    font-size: 0.8em;
    margin: 0;
}

.cart .subscription-product .options-list li {
    padding: 0 !important;
}

.cart .subscription-product .options-list li label {
}

.cart .subscription-product .options-list li .radio-text p {
    margin-left: -14px;
    margin-top: 8px;
}

.cart .subscription-product .options-list li .radio-text p label {
    float: left;
    line-height: 32px;
    margin: 0 10px 0 0;
    font-size: 11px;
}

.cart .subscription-product .options-list li .radio-text p br {
    display: none;
}

.data-table input.input-text.qty {
    text-align: center;
}
span.cart-price.unit-price:before,
.cart-table .qty-box:before,
.cart-table .subtotal-box:before {
  display: none;
  width: 30%;
  min-width: 100px;
  max-width: 140px;
  margin-right: 10px;
  font-weight: bold;  
  font-size: 13px;
}
span.cart-price.unit-price:before { content: "Price"; }
.cart-table .qty-box:before { content: "Quantity"; }
.cart-table .subtotal-box:before {content: "Subtotal"; }
dl.sp-methods {
    clear: both;
    padding-top: 10px;
}
.relative {position:relative}
.flex-video {
	position: relative;
	padding-top: 1.5625rem;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden
}
.flex-video.widescreen {
	padding-bottom: 56.34%
}
.flex-video.vimeo {
	padding-top: 0
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
form#onestepcheckout-form ul {
    list-style: none;
    margin: 0;
}
.onestepcheckout-threecolumns > div {
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 2em;
    padding-bottom: 1em;
    background: -moz-linear-gradient(-45deg,  rgba(242,242,242,0.65) 0%, rgba(240,240,240,0.65) 1%, rgba(65,65,65,0) 73%, rgba(0,0,0,0) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(242,242,242,0.65)), color-stop(1%,rgba(240,240,240,0.65)), color-stop(73%,rgba(65,65,65,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(-45deg,  rgba(242,242,242,0.65) 0%,rgba(240,240,240,0.65) 1%,rgba(65,65,65,0) 73%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(-45deg,  rgba(242,242,242,0.65) 0%,rgba(240,240,240,0.65) 1%,rgba(65,65,65,0) 73%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(-45deg,  rgba(242,242,242,0.65) 0%,rgba(240,240,240,0.65) 1%,rgba(65,65,65,0) 73%,rgba(0,0,0,0) 100%); /* IE10+ */  background: linear-gradient(135deg,  rgba(242,242,242,0.65) 0%,rgba(240,240,240,0.65) 1%,rgba(65,65,65,0) 73%,rgba(0,0,0,0) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f2f2f2', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
}

.onestepcheckout-threecolumns > div:last-child {
    border: 0;
}
#sns_content div.checkoutcontainer {
  border: 0;
}
#sns_content div.checkoutcontainer div.input-address-short .input-text, div.checkoutcontainer div.input-firstname .input-text, div.checkoutcontainer div.input-lastname .input-text, div.checkoutcontainer div.input-email .input-text, div.checkoutcontainer div.input-telephone .input-text, div.checkoutcontainer div.input-company .input-text, div.checkoutcontainer div.input-fax .input-text, div.checkoutcontainer div.input-password .input-text {
  width: 98% !important;
}
#sns_content #onestepcheckout-form .group-select {
    padding: 0 !important;
}
#sns_content div.checkoutcontainer > div > div {
    padding: 10px;
}
h1.onestepcheckout-title {
    margin-top: 0;
}
.header-left,.header-right {
    font-size: 0.8em;
}
ul.howto {
margin-left: 0;
padding-left: 0;
}

.howto li {
	border-bottom: 1px solid #03C;
	font-size: 140%;
	text-align: left;
	list-style-position: inside;
	list-style-type: decimal;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}

.howto li img {
margin-left: 1em;
}
.onestepcheckout-index-index .small {
    background: #f2f2f2;
    padding: 1em;
    color: #666;
}
.accr_header.open {
    padding-bottom: 10px;
}
#onestepcheckout-login-popup {
    max-width: 100%;
}
ul.horz li {
    display: inline-block;
}

ul.horz {
    margin: 0;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9;
}

table thead {
    background: #f5f5f5;
}

#product-shop table.grouped-items-table, .product-shop table.grouped-items-table td {
    padding: 5px;    vertical-align: middle;    border-bottom: 1px solid #ccc;
}
#product-shop table.grouped-items-table tr td:nth-child(2) {
    text-decoration: line-through;
}
.cart ul.checkout-types:before {
    content: "PAYMENT OPTIONS";
    font-size: 11px;
    position: absolute;
    top: -15px;
    left: 10px;
    text-align: center;
    width: 135px;
    white-space: nowrap;
    background: white url(../images/ico/secure.png) no-repeat 5px 50%;
	padding-left: 20px;
    border: 1px solid #ccc;
}

.cart .title-buttons ul.checkout-types li {
    display: inline-block;
}

.cart ul.checkout-types li img {
    max-height: 35px;
}

.cart .title-buttons ul.checkout-types li:nth-child(2) div:before {
    content: "or";
    text-align: center;
	
    margin: 0 10px;
}

.cart ul.checkout-types {
    line-height: 22px;
    background: #f2f2f2;
    padding: 15px 10px 10px;
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
    text-align: center;
}
.btn-proceed-checkout {
    text-transform: none;
    padding-left: 10px;
}

.btn-proceed-checkout span {
    margin-left: 5px;
}
.coupon-box {
    display: none;
}

#sns_content div.checkoutcontainer > div > div.onestepcheckout-coupons {
    padding: 0;
}

label.open-coupon {
    cursor: pointer;
}
div.onestepcheckout-place-order-wrapper {
    text-align: center !important;
    margin-top: 5px !important; 
}
.free-shipping a {
    display: inline-block;
    padding: 0 10px;
    border: 0;
}
.ccfp-main {
    width: 100% !important;
    background: none !important;
}

.ccfp input, .ccfp textarea {
    padding: 5px !important;
    border-radius: 0 !important;
}
.subscription-product .options-list .radio {
    margin: 2px 5px 0 0 !important;
}

.subscription-product .options-list .radio-text {
    max-width: 90% !important;
    margin: 0 !important;
}
.page-message {
    text-align: center;
    background: whitesmoke;
    padding: 1em;
    margin: 1em 0;
}

.page-message * {
    margin: 0;
}
.badges ul li {
  display: inline-block;
  max-width: 33%;
}
.badges ul {
    text-align: center;
}
dl#checkout-payment-method-load input {
    float: left;
    margin: 2px 5px 0 0;
}
p.note {
    background: rgb(255, 240, 240);
    text-align: left;
    margin: 2em 0 1em !important;
    padding: 10px;
    border-left: 3px solid red;
    font-size: 0.8em;
}
p.note a { color: blue; }
.ssl-seal {
    margin: 1em 0;
    text-align: center;
}
.link {
    cursor: pointer;
    text-decoration: underline;
	color: #782088;
}

.hide2 {
    display: none;
}
.form-addÃ‚Â .buttons-set .button {
    float: left;
}

.form-add .buttons-set .button {
    float: left;
}

.form-add ul.form-list {
    margin: 0;
    list-style: none;
}

.form-add .data-table tbody th {
    border: 0;
}
.qty-box {
  display: inline;
}
.size {display:none}
.coupon {
	width: 200px;
	background: #f7f7f7;
	text-align: center;
	padding: 30px;
	border: 3px dashed #aaa;
	margin-bottom: 1em;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.coupon p {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:2px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
div#sharethis-icons {
    padding: 5px 0;
    border: 1px solid #ECECEC;
    border-width: 1px 0;
    margin-bottom: 10px;
}
ul.related-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.related-posts li {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
}
ul.related-posts li:last-child { border: 0; }
ul.related-posts .featured-image {
    float: left;
    max-width: 100px;
}
.related-posts .left {
  float: left;
  margin: 0 10px 0 0;
}
#related-carousel .item{
  margin: 3px;
}
#related-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
.qty-box .btn-update { display: none; min-width: 0;}
option:disabled, select:disabled { background: rgb(235, 235, 228);; }
.tier-prices {
    background-color: rgb(227, 58, 86);
    margin: 1em 0 2em;
    padding: 10px 0 15px 40px;
    color: white;
}

.tier-prices:before {
    content: "Save BIG with multiple items!";
    display: block;
    margin: 0 0 10px -20px;
    font-weight: bold;
}
.grouped-items-table .tier-prices {
    display: none;
}
.mobile-only {display:none}
.awac-button-label {
    background: #FBFAFA;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
}
.cart .top-cart .totals {
    width: 100%;
	margin-bottom: 1em;
}
.cart .top-cart .totals table {
    float: right;
}
.cart .top-cart .totals table td {
    padding: 2px 10px;
}
img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
    border: 0 !important;
}
#gsf_associated_products {display:none}
label[for=rememberme] input {
    float: left;
    margin-right: 5px;
    margin-top: 2px !important;
}

label[for=rememberme] {
    margin-top: 10px;
}
@media (max-width: 767px) {
	.products-grid .item .item-inner .item-info .info-inner .item-title {  white-space: normal; text-overflow: initial; }
	div#b_7fac1f64_293 { display: none; } /* Chat Button */
	#logo a { width: 80%; }
	#sns_searcharea input.input-text, #sns_searcharea button.button {
	font-size: 1em;
	}
	.be-panels  > div {
		margin: 10px 0 !important;
		overflow: hidden;
		min-height: 422px !important;
		background-position: 50%;
	}
	#sns_beprograms div > div > div:nth-child(3) {
		background: #f2f2f2;
	}
	#sns_beprograms div > div > div {
		margin-bottom: 2em;
		padding-top: 1em;
		padding-bottom: 2em;
	}
	.crop-image {
		float: left;
		width: 75px;
		height: 65px;
		margin-right: 1em;
	}
	#sns_right .crop-image {
	    height: 102px;
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.all-prods .inner {
		height: auto; 
	}
	img.alignleft,
    img.alignright	{
		float: none;
		margin: 1em 0;
		width: 100%;
	}
	.cart .data-table thead, .my-wishlist .data-table thead, .my-account .data-table thead, .order-review .data-table thead {
	  display: none;
	}	
	.cart .data-table tr, .cart .data-table td, .my-wishlist .data-table tr, .my-wishlist .data-table td, .my-account .data-table tr, .my-account .data-table td, .order-review .data-table tr, .order-review .data-table td {
	  border: none !important;
	  background: transparent !important;
	  display: block;
	  width: 100%;
	  text-align: left !important;
	}	
	span.cart-price.unit-price:before,
	.cart-table .qty-box:before,
	.cart-table .subtotal-box:before	{ display: inline-block; }
	.edit-box,
	.cart .crosssell	{display:none}
	.cart .button {
	}

	.cart ul.checkout-types {
    margin-top: 10px;
	
}
	div#sns_beinformed .fields {
		padding: 0 20px;
		margin-top: -20px;
	}

	div#sns_beinformed {
		font-size: 0.8em;
	
		margin-top: -5% !important;
}

	div#sns_beinformed .fields label {
		display: none;
	}	
	div#sns_beinformed .name {
		display: none;
	}	
	a#search-menu {
	  width: 30px;
	  margin: 0 !important;
	  display: block;
	}
	.difference-pane img { display: none; }
	.difference-pane h2 { font-size: 2em; }
	#sns_searcharea .gsc-search-box-tools .gsc-search-box .gsc-input input {background-size: contain !important}
	div.alignleft, div.alignright {
	  max-width: 100%;
	  margin: 0 0 1em;
	}	
	.endorsement .image {
		float: none;
		text-align: center;
	}	
	.wordpress-homepage-index .post-list {
	  font-size: 1.3em;
	}
	.zoomContainer {
	  display: none;
	}
	div#sns_breadcrumbs {
	  display: none;
	}
	.remember ul.reclist {
	  margin: 0;
	}	
    .sns-product-detail .more-views {display:none}	
}
@media (max-width: 991px) {
	.desktop-only {display:none}
	.mobile-only {display:block !important}
	div#ajaxcartpro-add-confirm .crosssell  {  display: none;  }
	.large-text {
	font-size: 2em;
	}
	#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
	width: 136.5%;
	left: -256px;
	}
	.entry .sideimage {
	width: 100%;
	margin: 1em 0;
	}
    .entry {font-size: 1.2em;}
	.product-recommend { font-size: 13px; }
	div#sns_beinformed { margin-top: -12%; background: rgba(64, 64, 64, 1);}		
	.all-prods .inner h2 {
		font-size: 18px;
	}
	.sns-product-detail .product-image-zoom { text-align: center; }
	#sns_product_img img { max-width: 60%; }
}
@media (max-width: 1200px) {
	#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
		width: 134.5%;
		left: -250px;
	}
	#sns_custommenu ul.mainnav li.All.Products .col-sm-4 dl {
	    background: none !important;
		padding: 0;
	}
	.health-wellness .crop-image h2 { font-size: 140%; }
	.free-shipping { clear: both; }
}

   



/*Added by Mark */