/***********************************************************************/
.product-price {
  font-family: Montserrat;
  font-size: 16px;
  padding: 0px; }

.price {
  color: black;
  font-weight: 500; }
  .price.sale-price {
    color: black; }

.price-old, .old-price {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  text-decoration: line-through; }

.product_list_owl {
  margin-left: -15px;
  margin-right: -15px; }
  .product_list_owl .owl-item {
    margin: 15px 0px;
    padding: 0px 15px; }

.product-block {
  position: relative;
  margin: 0px 0px 45px;
  padding: 0px;
  background: white;
  overflow: hidden; }
  .product-block .product-meta {
    position: relative;
    text-align: center; }
  .product-block .content_price {
    margin: 10px 0px; }
  .product-block .product-desc {
    overflow: hidden;
    display: none;
    padding: 14px 0px;
    line-height: 22px;
    color: black;
    font-size: 14px;
    font-weight: 400; }
  .product-block .name {
    text-transform: none;
    margin: 0px;
    padding: 0px;
    min-height: 25px; }
    .product-block .name a {
      color: black;
      font-size: 14px;
      font-family: Playfair Display;
      text-decoration: none;
      line-height: 25px;
      font-weight: 600; }
      .product-block .name a:hover {
        color: #b0896c; }
  .product-block .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 0px 10px;
    border: 0px; }
  .product-block .product-additional {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    width: 100%;
    perspective: 500px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .product-block:hover .product-additional {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg); }
  .product-block .product-flags {
    float: left; }
  .product-block .functional-buttons {
    position: absolute;
    display: block; }
    .product-block .functional-buttons > div {
      text-align: center;
      display: block;
      width: 40px;
      height: 40px;
      margin-top: 2px;
      margin-bottom: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .product-block .functional-buttons > div a, .product-block .functional-buttons > div .ajax_addtocart, .product-block .functional-buttons > div .btn-wishlist {
        width: 100%;
        color: black;
        background-color: white;
        line-height: 30px;
        font-size: 13px;
        padding: 5px 12px;
        border: none; }
        .product-block .functional-buttons > div a span, .product-block .functional-buttons > div .ajax_addtocart span, .product-block .functional-buttons > div .btn-wishlist span {
          display: none; }
      .product-block .functional-buttons > div .fa {
        font-size: 16px; }
      .product-block .functional-buttons > div:hover a, .product-block .functional-buttons > div:hover .ajax_addtocart, .product-block .functional-buttons > div:hover .btn-wishlist {
        color: white;
        background: #b0896c;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .product-block .functional-buttons .ap-cp-add-compare {
      height: 40px;
      width: 40px;
      background: white;
      position: relative;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      vertical-align: middle; }
      .product-block .functional-buttons .ap-cp-add-compare:hover {
        background: #b0896c; }
        .product-block .functional-buttons .ap-cp-add-compare:hover .fa {
          color: white; }
      .product-block .functional-buttons .ap-cp-add-compare .ap-cp-add {
        height: 40px;
        width: 40px;
        opacity: 0;
        margin: 0;
        cursor: pointer; }
      .product-block .functional-buttons .ap-cp-add-compare .fa {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 40px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 0;
        opacity: 1;
        font-size: 16px;
        pointer-events: none;
        color: black; }
      .product-block .functional-buttons .ap-cp-add-compare span {
        display: none; }
  .product-block .review .spr-badge-starrating {
    margin: 0px; }
    .product-block .review .spr-badge-starrating .spr-icon {
      font-size: 10px;
      text-align: center;
      padding: 0px 1px;
      opacity: 1;
      filter: alpha(opacity=100); }
      .product-block .review .spr-badge-starrating .spr-icon.spr-icon-star-empty {
        color: #999; }
  .product-block .review .spr-badge-caption {
    font-size: 11px;
    font-style: italic;
    color: black;
    padding-top: 4px;
    float: right;
    display: none; }
  .product-block .review .spr-badge {
    padding: 5px 0px; }
  .product-block .deal-clock {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100%;
    margin-bottom: 0px;
    z-index: 1;
    background-color: rgba(200, 200, 200, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product_list.list .product-block .deal-clock {
      position: relative;
      margin-top: 10px;
      z-index: 1 !important;
      bottom: 0px !important;
      background-color: transparent; }
    .product-block .deal-clock ul li b {
      display: block; }
  .product-block:hover .deal-clock {
    z-index: -1;
    bottom: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product_list.list .product-block:hover .deal-clock {
      opacity: 1;
      filter: alpha(opacity=100); }
  .product-block:hover .leo-more-info {
    left: 0px;
    width: 80px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }

.ajax_addtocart {
  background: #b0896c;
  color: white;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: none;
  border: none;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .ajax_addtocart:hover {
    background: #666666;
    color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.ajax_addtocart.disabled, .ajax_addtocart[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none; }

.new-box {
  position: absolute;
  top: 20px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 6px;
  color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  left: 20px;
  background: #5aa0c1; }
  .rtl .new-box {
    right: 20px;
    left: auto; }

.sale-box {
  position: absolute;
  top: 20px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 6px;
  color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  right: 20px;
  background-color: #e86666; }
  .rtl .sale-box {
    left: 20px;
    right: auto; }

.product_list.list .product-block .product-meta {
  padding: 0px;
  text-align: left; }
  .rtl .product_list.list .product-block .product-meta {
    text-align: right; }
  .product_list.list .product-block .product-meta .name {
    margin: 15px 0 10px; }
    .product_list.list .product-block .product-meta .name a {
      font-size: 16px; }
.product_list.list .product-block .product-desc {
  display: block;
  line-height: 25px; }
.product_list.list .product-block .review .spr-badge-caption {
  display: none; }
.product_list.list .product-block .review .spr-badge {
  padding: 0px 0px 5px; }
.product_list.list .product-block .functional-buttons {
  margin-top: 10px;
  position: inherit;
  width: auto;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }
  .rtl .product_list.list .product-block .functional-buttons {
    right: 0;
    left: auto; }
  .product_list.list .product-block .functional-buttons > div {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: auto;
    font-family: Montserrat; }
    .rtl .product_list.list .product-block .functional-buttons > div {
      float: right; }
    .rtl .product_list.list .product-block .functional-buttons > div {
      margin-left: 5px;
      margin-right: inherit; }
    .product_list.list .product-block .functional-buttons > div a, .product_list.list .product-block .functional-buttons > div .ajax_addtocart, .product_list.list .product-block .functional-buttons > div .btn-wishlist {
      background: black;
      color: #fff;
      text-transform: uppercase;
      padding: 6px 12px; }
      .product_list.list .product-block .functional-buttons > div a span, .product_list.list .product-block .functional-buttons > div .ajax_addtocart span, .product_list.list .product-block .functional-buttons > div .btn-wishlist span {
        display: none; }
      .product_list.list .product-block .functional-buttons > div a:hover, .product_list.list .product-block .functional-buttons > div .ajax_addtocart:hover, .product_list.list .product-block .functional-buttons > div .btn-wishlist:hover {
        background: #b0896c; }
  .product_list.list .product-block .functional-buttons .ap-cp-add-compare {
    background: black;
    height: 42px; }
    .product_list.list .product-block .functional-buttons .ap-cp-add-compare:hover {
      background: #b0896c; }
    .product_list.list .product-block .functional-buttons .ap-cp-add-compare span {
      display: none;
      font-size: 13px;
      color: white;
      line-height: 42px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      pointer-events: none; }
    .product_list.list .product-block .functional-buttons .ap-cp-add-compare .fa {
      color: white; }

.product_heading {
  line-height: 38px;
  border: 1px solid #eaeaea;
  background: white;
  margin-bottom: 20px;
  padding: 0px 15px;
  height: 40px;
  font-size: 13px; }

.product-left-column #image-block {
  position: relative;
  padding: 0px; }
  .product-left-column #image-block a {
    display: inline-block;
    vertical-align: middle; }
    .product-left-column #image-block a.jqzoom div div img {
      width: auto;
      max-width: 10000px; }
  .product-left-column #image-block #view_full_size {
    display: block;
    cursor: pointer;
    text-align: center; }
    .product-left-column #image-block #view_full_size > div {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%; }
    .product-left-column #image-block #view_full_size .span_link {
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: block;
      padding: 4px;
      text-align: center;
      line-height: 20px; }
      .product-left-column #image-block #view_full_size .span_link::after {
        font-family: "FontAwesome";
        color: #C0C0C0;
        font-size: 25px;
        line-height: 25px;
        content: "\f00e";
        font-weight: normal;
        margin: 0px 0px 0px 2px; }
      .product-left-column #image-block #view_full_size .span_link:hover {
        color: #b0896c; }

#views_block {
  text-align: center;
  position: relative;
  margin-top: 20px; }

#thumbs_list {
  position: relative;
  padding: 0px; }
  #thumbs_list .owl-carousel {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: static; }
  #thumbs_list .owl-thumblist {
    margin-left: -5px;
    margin-right: -5px; }
    #thumbs_list .owl-thumblist .owl-item {
      padding: 0px 5px; }
  #thumbs_list .thumb_item {
    margin-right: 5px; }
  #thumbs_list .owl-prev, #thumbs_list .owl-next {
    width: 25px;
    height: 25px;
    line-height: 21px;
    margin-top: -12px;
    border: 1px solid #eaeaea;
    color: black;
    background: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #thumbs_list .owl-prev:before, #thumbs_list .owl-next:before {
      font-size: 14px;
      text-shadow: none; }
    #thumbs_list .owl-prev:hover, #thumbs_list .owl-next:hover {
      background-color: #b0896c;
      border-color: #b0896c;
      color: white; }
  #thumbs_list .owl-prev {
    left: -10px; }
  #thumbs_list .owl-next {
    right: -10px; }

#view_scroll_left, #view_scroll_right {
  width: 30px;
  height: 30px;
  line-height: 0;
  font-size: 0px;
  overflow: hidden; }
  #view_scroll_left:before, #view_scroll_right:before {
    padding-left: 2px;
    color: #C0C0C0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }

#view_scroll_left:before {
  content: "\f137";
  padding-right: 2px; }

#view_scroll_right {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -15px; }
  #view_scroll_right:before {
    content: "\f138"; }

span.view_scroll_spacer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 30px;
  margin-top: -15px; }

.product-left-column .owl-controls {
  top: 50%; }
  .product-left-column .owl-controls .owl-prev {
    left: 0; }
  .product-left-column .owl-controls .owl-next {
    right: 0; }
.product-left-column .image-block {
  position: relative;
  padding: 0px;
  border: 1px solid #EBEBEB; }
  .product-left-column .image-block .view_full_size {
    display: block;
    cursor: pointer;
    text-align: center; }
    .product-left-column .image-block .view_full_size a {
      display: block; }
    .product-left-column .image-block .view_full_size .span_link {
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: block;
      padding: 4px;
      text-align: center;
      line-height: 20px; }
      .product-left-column .image-block .view_full_size .span_link::after {
        font-family: "FontAwesome";
        color: #C0C0C0;
        font-size: 25px;
        line-height: 25px;
        content: "\f00e";
        font-weight: normal;
        margin: 0px 0px 0px 2px; }
      .product-left-column .image-block .view_full_size .span_link:hover {
        color: #b0896c; }

.thumbs_list {
  overflow: hidden;
  float: left;
  width: 295px;
  margin-left: 45px; }
  .rtl .thumbs_list {
    float: right; }
  .thumbs_list .thumblist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 126px; }
  .thumbs_list li {
    float: left;
    width: 88px;
    height: 126px;
    cursor: pointer;
    border: 1px solid #DBDBDB;
    margin-right: 8px;
    line-height: 0;
    box-sizing: border-box;
    list-style: outside none none; }
    .rtl .thumbs_list li {
      float: right; }
    .thumbs_list li:first-child {
      margin: 0px 9px 0px 0px; }
    .thumbs_list li.last {
      margin-right: 0px; }

.view_scroll_left, .view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  overflow: hidden; }
  .view_scroll_left:before, .view_scroll_right:before {
    padding-left: 2px;
    color: #C0C0C0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }

.view_scroll_left:before {
  content: "\f137";
  padding-right: 2px; }

.view_scroll_right {
  float: left; }
  .view_scroll_right:before {
    content: "\f138"; }

.product-center-column {
  font-size: 14px;
  font-weight: 300;
  color: black; }
  .product-center-column h1 {
    margin: 0px 0px 10px;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 40px;
    color: black;
    text-transform: capitalize; }
    @media (max-width: 990px) {
      .product-center-column h1 {
        margin-top: 20px; } }
  .product-center-column .price {
    margin-bottom: 15px; }
    .product-center-column .price #ProductPrice {
      font-size: 18px;
      font-weight: 700;
      color: #b0896c; }
  .product-center-column .review {
    padding: 0px 0px 25px; }
  .product-center-column .spr-badge-starrating .spr-icon {
    font-size: 12px;
    padding: 0px 1px;
    top: 0px; }
  .product-center-column .spr-badge-caption {
    font-size: 14px;
    color: black; }
  .product-center-column .brand {
    margin: 0px;
    text-transform: none;
    line-height: 30px; }
    .product-center-column .brand a, .product-center-column .brand span {
      color: black; }
    .product-center-column .brand span {
      font-weight: bold; }
  .product-center-column .product-description {
    line-height: 23px;
    margin-bottom: 15px;
    padding: 6px 0px;
    font-size: 14px; }

.product-right-column {
  font-size: 14px;
  font-weight: 300;
  color: black; }
  .product-right-column .available {
    margin: 0px;
    font-weight: 400;
    color: #72c13d;
    text-transform: uppercase; }
    .product-right-column .available.outstock {
      color: #e55e5e; }
  .product-right-column .price {
    float: left; }
  .product-right-column #ProductPrice {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #b0896c; }
  .product-right-column .review {
    float: right;
    padding: 5px 0; }
    .product-right-column .review .spr-icon-star, .product-right-column .review .spr-icon-star-half-alt {
      color: #b0896c; }
  .product-right-column .total-price {
    margin-top: 15px;
    display: none; }
  .product-right-column .selector-wrapper {
    display: block;
    margin-top: 15px; }
    .product-right-column .selector-wrapper:before, .product-right-column .selector-wrapper:after {
      content: "";
      display: table; }
    .product-right-column .selector-wrapper:after {
      clear: both; }
    .product-right-column .selector-wrapper label {
      margin: 0px 10px 0px 0px;
      float: left;
      line-height: 26px;
      min-width: 60px;
      font-weight: 300; }
      .rtl .product-right-column .selector-wrapper label {
        float: right; }
    .product-right-column .selector-wrapper select {
      padding: 5px 15px; }
  .product-right-column .quantity_wanted_p {
    margin-top: 20px; }
  .product-right-column .quantity-selector {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 30px;
    min-width: 60px; }
    .rtl .product-right-column .quantity-selector {
      float: right; }
    .rtl .product-right-column .quantity-selector {
      margin-left: 10px;
      margin-right: inherit; }
  .product-right-column .js-qty {
    float: left;
    margin-bottom: 0px; }
    .rtl .product-right-column .js-qty {
      float: right; }
  .product-right-column .price-product-detail {
    margin: 6px 0px 10px 0px; }
  .product-right-column .btn-wishlist {
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    padding: 0px 10px;
    line-height: 30px;
    margin-top: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .product-right-column .btn-wishlist:hover, .product-right-column .btn-wishlist:focus, .product-right-column .btn-wishlist:active {
      color: #b0896c;
      background: transparent; }
  .product-right-column .add_to_cart_detail {
    display: block;
    padding: 0px 10px;
    background: #b0896c;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    height: 35px;
    line-height: 30px;
    width: auto;
    margin: 0 20px 10px 0;
    float: left; }
    .rtl .product-right-column .add_to_cart_detail {
      margin: 0 0 10px 20px; }
    .rtl .product-right-column .add_to_cart_detail {
      float: right; }
    .product-right-column .add_to_cart_detail:hover, .product-right-column .add_to_cart_detail:focus {
      background: #666666;
      color: white; }
  .product-right-column .add-to-cart {
    margin-top: 20px; }
  .product-right-column .wishlist {
    margin-bottom: 20px; }
  .product-right-column .socialsharing_product {
    margin: 30px 0px 0px; }

.line-product-top {
  margin: 20px 0px 10px;
  border-top: 1px solid #eaeaea; }

.line-product {
  margin: 10px 0px;
  border-top: 1px solid #eaeaea; }

.deal-clock {
  margin-bottom: 10px;
  font-family: Montserrat;
  text-align: center;
  padding: 10px 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

.primary_block {
  padding: 30px 0px;
  background: white; }

#product-detail-image img {
  margin: 0; }

.more_info_block {
  margin-top: 50px; }
  .more_info_block .panel {
    border-color: transparent; }
    .more_info_block .panel .panel-body {
      border: 1px solid #eaeaea; }
  .more_info_block .page-subheading {
    background: #666666; }
    .more_info_block .page-subheading a {
      display: block;
      color: white; }
  .more_info_block .tab-content {
    border: none;
    padding: 25px;
    margin-bottom: 70px;
    background-color: #f8f8f8; }
  .more_info_block .nav-tabs {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea; }
    .more_info_block .nav-tabs li {
      margin-bottom: -2px;
      float: left; }
      .rtl .more_info_block .nav-tabs li {
        float: right; }
      @media (max-width: 480px) {
        .more_info_block .nav-tabs li {
          width: 100%; } }
      .more_info_block .nav-tabs li a {
        text-transform: uppercase;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 14px;
        border: none;
        color: #555555;
        margin: 0 25px;
        border-bottom: 2px solid transparent;
        padding: 20px 0 20px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        .rtl .more_info_block .nav-tabs li a {
          padding: 20px 0 20px 0; }
        .more_info_block .nav-tabs li a:hover, .more_info_block .nav-tabs li a:focus {
          background: transparent;
          border: none;
          color: #b0896c;
          border-bottom: 2px solid #b0896c; }
      .more_info_block .nav-tabs li:hover a {
        background: transparent;
        border: none;
        color: #b0896c;
        border-bottom: 2px solid #b0896c; }
      .more_info_block .nav-tabs li.active a {
        background: transparent;
        border: none;
        color: #b0896c;
        border-bottom: 2px solid #b0896c; }
        .more_info_block .nav-tabs li.active a:hover, .more_info_block .nav-tabs li.active a:focus {
          background: transparent;
          border: none;
          color: #b0896c;
          border-bottom: 2px solid #b0896c; }
  .more_info_block #shopify-product-reviews {
    margin: 0px; }
  .more_info_block .spr-container {
    padding: 15px !important;
    border: none;
    color: black; }
    .more_info_block .spr-container a {
      color: black; }
      .more_info_block .spr-container a:hover {
        color: #666666; }
    .more_info_block .spr-container .spr-form-label {
      font-weight: 400; }
    .more_info_block .spr-container .spr-form-input-text, .more_info_block .spr-container .spr-form-input-email, .more_info_block .spr-container .spr-form-input-textarea {
      padding: 6px 10px;
      border: 1px solid #eaeaea; }
    .more_info_block .spr-container .spr-header-title, .more_info_block .spr-container .spr-form-title {
      font-size: 14px;
      margin: 0px;
      height: 30px;
      line-height: 30px; }
    .more_info_block .spr-container .spr-form-input-error, .more_info_block .spr-container input.spr-form-input-error[type="text"], .more_info_block .spr-container input.spr-form-input-error[type="email"] {
      border-color: #C0363A; }
    .more_info_block .spr-container .spr-icon {
      font-size: 12px;
      color: #fad31f; }
      .more_info_block .spr-container .spr-icon.spr-icon-star-empty {
        color: black; }
        .more_info_block .spr-container .spr-icon.spr-icon-star-empty:hover, .more_info_block .spr-container .spr-icon.spr-icon-star-empty:focus {
          color: #fad31f; }
      .more_info_block .spr-container .spr-icon.spr-icon-star-hover {
        color: #fad31f; }

.zoomWindow {
  border: 0px !important; }

#productrelated {
  margin-bottom: 22px; }
  #productrelated .page-subheading {
    font-size: 45px;
    color: black; }
    @media screen and (max-width: 991px) {
      #productrelated .page-subheading {
        font-size: 30px; } }

.spr-icon-star, .spr-icon-star-half-alt {
  color: #FFD314; }
  .spr-icon-star:hover, .spr-icon-star:focus, .spr-icon-star-half-alt:hover, .spr-icon-star-half-alt:focus {
    color: #FFD314; }

.leo-more-info {
  position: absolute;
  top: 0px;
  left: -20px;
  height: auto;
  width: 0px;
  overflow: hidden;
  background-color: white;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); }
  .leo-more-info .views_block {
    position: relative;
    text-align: center; }
  .leo-more-info .thumbs_list {
    width: 80px;
    margin: 0px;
    height: 200px;
    margin-top: 30px;
    overflow: hidden; }
    .leo-more-info .thumbs_list li {
      margin: 0px 0px 5px;
      width: 80px;
      height: 100px;
      border: 0px; }
      .leo-more-info .thumbs_list li a {
        display: block; }
  .leo-more-info span.view_scroll_spacer {
    top: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
    text-align: center;
    margin-top: 0px; }
    .leo-more-info span.view_scroll_spacer .view_scroll_left {
      margin-top: 0px; }
      .leo-more-info span.view_scroll_spacer .view_scroll_left:before {
        content: "\f106"; }
      .leo-more-info span.view_scroll_spacer .view_scroll_left:hover:before {
        color: black; }
  .leo-more-info .view_scroll_right {
    margin-top: 0px;
    height: 30px;
    display: block;
    width: 100%; }
    .leo-more-info .view_scroll_right:before {
      content: "\f107";
      line-height: 28px; }
    .leo-more-info .view_scroll_right:hover:before {
      color: black; }

.page-product-box .panel-body .rte {
  padding: 15px; }
.page-product-box .page-subheading {
  margin-bottom: 0px; }

.zoomContainer {
  z-index: 9; }

.warring {
  padding: 20px 0px 15px;
  text-align: center; }

.product-boxinfo {
  padding-left: 15px;
  margin: 15px 0 20px 15px;
  border-left: #cccccc;
  border-style: none none none solid;
  border-width: 0 0 0 2px; }

@media screen and (max-width: 991px) and (min-width: 481px) {
  #product_list .row:after {
    clear: none; } }
