/***********************************************************************/
.display-none {
  display: none !important; }

/*
@media (min-width: 992px) {
   .description-desktop{
         position: absolute;
         width: 150%;
   }
  .description-tab, #idTab1{
     display: none !important; 
  }
  
  .tabs-group {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
  }
  
}

@media (max-width: 991px) {
	  .description-desktop{
         display: none;
      }
}*/
.product-price {
  color: #000;
  font-size: 20px;
  font-family: 'Oswald';
  font-weight: 700; }

.prices {
  font-size: 16px;
  color: black;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  width: 100%; }
  .prices .sale-price {
    color: #000;
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 700; }

.price-old, .old-price {
  font-size: 14px;
  color: #ffc952;
  font-family: 'Oswald';
  font-weight: 400;
  text-decoration: line-through; }

.product-block {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  text-align: center; }
  .product-block .product-meta {
    position: relative;
    padding: 15px 10px 30px 10px;
    text-align: center; }
  .product-block .content_price {
    margin: 0px; }
  .product-block .product-desc {
    height: 40px;
    overflow: hidden;
    display: none;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px; }
  .product-block .name {
    text-transform: none;
    margin: 0;
    min-height: 36px;
    height: 36px;
    height: auto !important;
    line-height: 18px;
    text-align: center;
    font-weight: 100;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-block .name a {
      color: black;
      font-size: 16px;
      font-family: Pluto;
      font-weight: 300;
      text-decoration: none; }
      .product-block .name a:hover {
        color: #ffc952; }
  .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;
    border: 0px;
    outline: 1px solid transparent;
    outline-offset: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 9; }
  .product-block .swap.image .product_img_link {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: -3; }
  .product-block .swap.image .product_img_link .img-responsive {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover; }
  .product-block .swap.image .hover-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: -3; }
  .product-block .swap.image:hover .hover-image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .product-block .swap.image:hover .product_img_link {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .product-block .label-new {
    position: absolute;
    top: 5px;
    left: 5px; }
  .product-block .product-flags {
    float: left; }
  .product-block .price-quick {
    position: absolute;
    bottom: 80px;
    left: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding-left: 5px; }
  .product-block .functional-buttons {
    margin: 0px;
    position: absolute;
    bottom: -60px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product-block .functional-buttons .btn {
      color: #cccccc; }
    .product-block .functional-buttons .cart {
      float: left;
      width: 50%; }
      .rtl .product-block .functional-buttons .cart {
        float: right; }
    .product-block .functional-buttons .wishlist {
      float: left;
      width: 25%; }
      .rtl .product-block .functional-buttons .wishlist {
        float: right; }
      .product-block .functional-buttons .wishlist .btn-wishlist {
        display: inline-block;
        padding: 0;
        border: 0;
        width: 25px;
        text-indent: -999em;
        height: 20px;
        background-color: transparent; }
        .product-block .functional-buttons .wishlist .btn-wishlist span {
          font-size: 0px; }
    .product-block .functional-buttons .view_detail {
      float: left;
      width: 25%; }
      .rtl .product-block .functional-buttons .view_detail {
        float: right; }
      .product-block .functional-buttons .view_detail .lnk_view {
        width: 25px;
        height: 20px;
        z-index: 10;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
  .product-block .quickview {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    width: 100%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product-block .quickview .quick-view {
      text-transform: uppercase;
      color: black;
      font-family: Pluto;
      font-weight: 300;
      display: block;
      padding: 0px;
      height: 30px;
      line-height: 28px;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .product-block .quickview .quick-view .fa-plus {
        font-size: 10px;
        display: initial; }
      .product-block .quickview .quick-view:hover {
        background-color: black;
        color: white;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
  .product-block .review {
    line-height: 20px;
    margin-bottom: 8px; }
    .product-block .review .spr-badge-starrating {
      margin: 0px;
      padding: 0 10px;
      position: relative; }
      .product-block .review .spr-badge-starrating .spr-icon {
        font-size: 8px;
        text-align: center;
        padding: 0px 1px; }
        .product-block .review .spr-badge-starrating .spr-icon.spr-icon-star-empty {
          color: #ffc952; }
      .product-block .review .spr-badge-starrating:before {
        /*background: #a0a0a0;*/
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        left: 100%;
        top: 10px; }
      .product-block .review .spr-badge-starrating:after {
        /*background: #a0a0a0;*/
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        right: 100%;
        top: 10px; }
  .product-block .deal-clock {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    -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; }
  .product-block .action {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 20px; }
    .product-block .action:before, .product-block .action:after {
      content: " ";
      display: table; }
    .product-block .action:after {
      clear: both; }
    .product-block .action > div {
      background: rgba(255, 255, 255, 0.7);
      overflow: hidden;
      height: 55px;
      padding: 20px 0; }
    .product-block .action .quick-view {
      text-align: left;
      padding: 0;
      padding-left: 5px; }
      .product-block .action .quick-view a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        background: url("icon-hover.png") no-repeat 0 3px;
        padding-left: 25px;
        width: 25px;
        height: 20px; }
        .product-block .action .quick-view a span {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700;
          display: inherit;
          color: black; }
        .product-block .action .quick-view a:hover {
          background-position: 0 -17px; }
          .product-block .action .quick-view a:hover span {
            color: #ffc952; }
    .product-block .action .btn-action {
      padding: 0; }
      .product-block .action .btn-action > div {
        float: right;
        width: 25px;
        height: 25px;
        margin-right: 5px; }
        .product-block .action .btn-action > div a span {
          display: none; }
      .product-block .action .btn-action .wishlist {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: 10;
        color: black;
        background-color: black;
        right: 50%;
        text-align: center;
        background: url("icon-hover.png") no-repeat 0 -37px;
        width: 25px;
        height: 20px;
        display: block;
        cursor: pointer;
        border: 0; }
        .product-block .action .btn-action .wishlist:hover {
          background-position: 0 -58px; }
      .product-block .action .btn-action .view_detail a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: 10;
        color: black;
        background-color: black;
        right: 50%;
        text-align: center;
        background: url("icon-hover.png") no-repeat 0 -86px;
        width: 25px;
        height: 20px;
        display: block; }
        .product-block .action .btn-action .view_detail a:hover {
          background-position: 0 -106px; }
  .product-block .bottom {
    position: relative;
    padding: 9px 0 0 0;
    overflow: hidden;
    min-height: 55px; }
    .product-block .bottom .cart {
      float: right;
      width: auto; }
      .product-block .bottom .cart i {
        font-size: 13px; }
    .product-block .bottom .price {
      text-align: center;
      margin-top: 0;
      width: 100%; }
    .product-block .bottom .wrap-hover {
      height: 40px;
      width: 100%;
      position: relative; }
      .product-block .bottom .wrap-hover .cart {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        position: absolute;
        top: 0;
        left: -110%;
        width: 100%;
        text-align: center; }
      .product-block .bottom .wrap-hover .prices {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100%;
        text-align: center; }
  .product-block:hover .quickview {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product-block:hover .quickview .quick-view {
      border-top-color: #ededed;
      border-bottom-color: black; }
  .product-block:hover .functional-buttons {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .product-block:hover .price-quick {
    opacity: 1;
    filter: alpha(opacity=100); }
  .product-block:hover .image {
    outline-color: #C1C1C3;
    outline-offset: -20px; }
  .product-block:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .product-block:hover .wrap-hover .prices {
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0); }
  .product-block:hover .wrap-hover .cart {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  .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 .ap-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 {
  display: inline-block;
  color: black;
  background-color: transparent;
  border: 3px double black;
  font-weight: 700;
  font-family: Pluto;
  text-transform: uppercase;
  padding: 7px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
  .ajax_addtocart:hover, .ajax_addtocart:focus, .ajax_addtocart:active, .ajax_addtocart.active {
    color: white !important;
    background-color: #ffc952;
    border-color: #ffc952;
    cursor: pointer; }
  .open .ajax_addtocart.dropdown-toggle {
    color: white;
    background-color: #ffc952;
    border-color: #ffc952; }
  .ajax_addtocart:active, .ajax_addtocart.active {
    background-image: none; }
  .open .ajax_addtocart.dropdown-toggle {
    background-image: none; }
  .ajax_addtocart .badge {
    color: transparent;
    background-color: black; }

.selector-wrapper {
  margin: 10px 0; }
  .selector-wrapper label {
    margin: 0px 10px 0px 0px;
    float: left;
    line-height: 35px;
    height: 35px;
    font-weight: 100;
    min-width: 60px; }
    .rtl .selector-wrapper label {
      margin: 0px 0px 0px 10px; }
    .rtl .selector-wrapper label {
      float: right; }
  .selector-wrapper select {
    height: 35px; }

.total-price label {
  color: #333333; }

.sale-box {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 34px;
  left: 34px;
  overflow: hidden;
  text-align: center;
  padding: 17px 0px;
  border: 3px double #e53838;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .sale-box .label-sale {
    font-family: bebas_neue;
    font-size: 18px;
    color: #e53838;
    height: 22px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    line-height: 18px;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.product_list.list .product-block {
  padding: 20px;
  text-align: left; }
  .product_list.list .product-block .product-meta {
    padding: 0px;
    text-align: left; }
    .product_list.list .product-block .product-meta .name {
      text-align: left; }
  .product_list.list .product-block .review {
    padding-left: 20px; }
  .product_list.list .product-block .product-desc {
    display: block; }
  .product_list.list .product-block .functional-buttons {
    position: relative;
    display: block;
    top: 0px;
    bottom: auto;
    width: 100%; }
  .product_list.list .product-block .bottom .wrap-hover .cart {
    text-align: left; }
  .product_list.list .product-block .wrap-hover .price {
    text-align: left; }
.product_list.list .ajax_addtocart {
  border: 3px double #ffc952;
  background: #ffc952;
  color: black; }
  .product_list.list .ajax_addtocart:hover, .product_list.list .ajax_addtocart:focus {
    background: #6cabd5;
    color: white;
    border: 3px double #ffc952; }
.product_list.list .quickview {
  position: relative;
  bottom: auto;
  width: 33.334%;
  opacity: 1;
  filter: alpha(opacity=100);
  float: left;
  border: 0px; }
  .rtl .product_list.list .quickview {
    float: right; }
  .product_list.list .quickview .quick-view {
    height: 40px;
    line-height: 36px;
    border: 3px double #ffc952;
    color: #CCC; }
    .product_list.list .quickview .quick-view span {
      display: none; }
    .product_list.list .quickview .quick-view:hover {
      background-color: #f8f8f8; }
.product_list.list .wishlist {
  width: 33.334%; }
.product_list.list .view_detail {
  width: 33.334%; }

.product_heading {
  line-height: 35px;
  margin-bottom: 20px;
  height: 40px; }

#productrelated01 .block_content {
  margin-top: 30px; }
#productrelated01 .owl-controls {
  position: absolute;
  top: -5px;
  right: 0px; }

#product_releted_01 .carousel-control {
  top: -78px; }

.product-left-column #image-block {
  position: relative;
  padding: 0px;
  float: right; }
  .product-left-column #image-block img {
    width: 100%; }
  .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 .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: black; }

#views_block {
  text-align: center;
  position: relative;
  padding: 0; }

#thumbs_list, #thumbs_list_quickview {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 79px;
  height: 416px; }
  #thumbs_list #thumblist, #thumbs_list #thumblist_quickview, #thumbs_list_quickview #thumblist, #thumbs_list_quickview #thumblist_quickview {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden; }
  #thumbs_list li, #thumbs_list_quickview li {
    width: 78px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 1px;
    line-height: 0;
    box-sizing: border-box;
    list-style: outside none none; }
    #thumbs_list li a, #thumbs_list_quickview li a {
      display: block;
      background: #fff;
      border: 1px solid #eeeeee; }
      #thumbs_list li a:hover, #thumbs_list li a.shown, #thumbs_list_quickview li a:hover, #thumbs_list_quickview li a.shown {
        border-color: #ffc952; }
    #thumbs_list li.last, #thumbs_list_quickview li.last {
      margin-right: 0px; }

#view_scroll_left, #view_scroll_right, #view_scroll_right_quickview, #view_scroll_left_quickview {
  float: left;
  width: 39px;
  height: 40px;
  line-height: 0;
  font-size: 0px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #dadada;
  background: url("../assets/carousel-control.png") no-repeat scroll -131px 13px white; }

#view_scroll_left:hover, #view_scroll_right:hover, #view_scroll_right_quickview:hover, #view_scroll_left_quickview:hover {
  background-position: -85px 13px; }

#view_scroll_right, #view_scroll_right_quickview {
  background-position: -38px 13px; }
  #view_scroll_right:hover, #view_scroll_right_quickview:hover {
    background-position: 8px 13px; }

span.view_scroll_spacer {
  position: relative;
  left: 1px;
  width: 78px;
  display: inline-block; }

.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: black; }

.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;
  background: url("../image/carousel-control.png") no-repeat scroll center 8px white; }

.quantity_wanted_p {
  display: inline-block;
  padding: 10px 0 38px; }
  .quantity_wanted_p #Quantity {
    height: 32px; }

.product-info h1 {
  margin: 0px;
  font-size: 30px;
  font-family: Pluto;
  font-weight: 100;
  color: black;
  text-transform: none;
  line-height: 42px;
  padding-bottom: 15px; }
.product-info .spr-badge-starrating .spr-icon {
  font-size: 9px; }
.product-info .review {
  line-height: 24px;
  margin-bottom: 8px; }
.product-info .brand {
  margin: 0px;
  text-transform: none;
  font-weight: 100;
  line-height: 30px;
  font-size: 15px;
  color: black; }
  .product-info .brand a {
    font-size: 13px; }
  .product-info .brand:before {
    content: "\f078";
    position: relative;
    font-size: 7px;
    padding: 3px;
    line-height: 13px;
    font-family: "FontAwesome";
    color: #ffc952;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 0 0; }
    .rtl .product-info .brand:before {
      float: right; }
    .rtl .product-info .brand:before {
      margin: 3px 0 0 5px; }
.product-info .availability, .product-info .product-sku {
  font-size: 15px;
  color: black; }
  .product-info .availability:before, .product-info .product-sku:before {
    content: "\f078";
    position: relative;
    font-size: 7px;
    padding: 3px;
    line-height: 13px;
    font-family: "FontAwesome";
    color: #ffc952;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 0 0; }
    .rtl .product-info .availability:before, .rtl .product-info .product-sku:before {
      float: right; }
    .rtl .product-info .availability:before, .rtl .product-info .product-sku:before {
      margin: 3px 0 0 5px; }
  .product-info .availability p, .product-info .product-sku p {
    margin-top: 5px; }
  .product-info .availability span, .product-info .product-sku span {
    color: black;
    font-size: 13px; }
.product-info .product-description {
  color: black;
  line-height: 28px;
  padding: 6px 0px;
  font-size: 15px; }
.product-info .socialsharing_product {
  margin: 20px 0px; }
.product-info #usefull_link_block {
  margin: 10px 0px;
  line-height: 25px; }
  .product-info #usefull_link_block li a {
    color: black;
    font-weight: normal; }
    .product-info #usefull_link_block li a:hover {
      color: black; }

.tabs-group {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
  overflow: hidden; }
  .tabs-group .tab-content {
    padding: 20px 0;
    font-size: 15px;
    line-height: 25px; }

ul.page-product-heading > li a {
  border-left: 1px solid #e5e5e5;
  font-weight: 100;
  color: black;
  font-size: 18px;
  padding: 6px 30px;
  text-transform: uppercase; }
ul.page-product-heading > li:first-child a {
  border-left: 0; }

.qtip-content img {
  width: 80px !important; }

.product-right-column .product-extra {
  padding: 35px 25px;
  border: 1px solid #e5e5e5;
  text-align: left; }
  .product-right-column .product-extra .deal-clock {
    font-size: 16px;
    border: 0; }
  .rtl .product-right-column .product-extra {
    text-align: right; }
.product-right-column #ProductPrice, .product-right-column #Product-Price-Top {
  font-weight: bold;
  font-size: 30px; }
.product-right-column .quantity-selector {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 100;
  line-height: 30px;
  height: 34px;
  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 6px 10px 0px;
  float: left;
  clear: left; }
  .rtl .product-right-column .price-product-detail {
    margin: 6px 0px 10px 6px; }
  .product-right-column .price-product-detail .old-price {
    font-size: 23px; }
.product-right-column .btn-wishlist {
  width: 100%;
  border: 1px solid;
  border-color: transparent transparent #e5e5e5 transparent;
  text-transform: uppercase;
  color: black;
  font-size: 11px;
  margin-top: 15px; }
  .product-right-column .btn-wishlist:hover {
    color: white;
    background: #ffc952;
    border-color: #ffc952; }
.product-right-column .add_to_cart_detail {
  display: block;
  background: transparent;
  color: black;
  text-transform: uppercase;
  width: 100%;
  height: 35px;
  border: 3px double black;
  font-size: 11px;
  font-weight: 700; }
  .product-right-column .add_to_cart_detail:hover, .product-right-column .add_to_cart_detail:focus {
    background: #ffc952;
    color: white;
    border: 3px double #ffc952; }

.deal-clock {
  margin-bottom: 10px;
  font-family: bebas_neue;
  text-align: center;
  color: black;
  padding: 10px 0px;
  border-top: 3px double #ffc952;
  border-bottom: 3px double #ffc952; }

.primary_block {
  margin-bottom: 60px; }

.more_info_block {
  margin-bottom: 10px; }
  .more_info_block .spr-container {
    padding: 10px !important;
    border: none;
    color: black; }
    .more_info_block .spr-container .spr-header-title {
      font-size: 16px;
      margin: 0px;
      height: 40px;
      line-height: 36px; }
    .more_info_block .spr-container .spr-icon {
      font-size: 12px; }
  .more_info_block .products_block .productscategory_title {
    font-size: 18px;
    padding: 20px 30px;
    text-align: center; }
    .more_info_block .products_block .productscategory_title span {
      padding: 0 20px;
      position: relative; }
      .more_info_block .products_block .productscategory_title span:before, .more_info_block .products_block .productscategory_title span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 1000px;
        background: #e5e5e5;
        height: 1px; }
      .more_info_block .products_block .productscategory_title span:after {
        right: 100%; }
      .more_info_block .products_block .productscategory_title span:before {
        left: 100%; }

.rte {
  font-size: 15px;
  color: black;
  font-family: Pluto; }

.spr-icon-star {
  color: #ffc952; }
  .spr-icon-star:hover, .spr-icon-star:focus {
    color: #ffc952; }

.ap-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); }
  .ap-more-info .views_block {
    position: relative;
    text-align: center; }
  .ap-more-info .thumbs_list {
    width: 80px;
    margin: 0px;
    height: 200px;
    overflow: hidden; }
    .ap-more-info .thumbs_list li {
      margin: 0px 0px 5px;
      width: 80px;
      height: 100px;
      border: 0px; }
      .ap-more-info .thumbs_list li a {
        display: block; }
  .ap-more-info .view_scroll_left:before, .ap-more-info .view_scroll_right:before {
    font-family: "FontAwesome";
    padding: 0 2px;
    color: #C0C0C0;
    font-size: 20px;
    line-height: 22px; }
  .ap-more-info span.view_scroll_spacer {
    top: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
    text-align: center;
    margin-top: 0px; }
    .ap-more-info span.view_scroll_spacer .view_scroll_left {
      margin-top: 0px; }
      .ap-more-info span.view_scroll_spacer .view_scroll_left:before {
        content: "\f106"; }
      .ap-more-info span.view_scroll_spacer .view_scroll_left:hover:before {
        color: black; }
  .ap-more-info .view_scroll_right {
    margin-top: 0px;
    height: 30px;
    display: block;
    width: 100%; }
    .ap-more-info .view_scroll_right:before {
      content: "\f107";
      line-height: 28px; }
    .ap-more-info .view_scroll_right:hover:before {
      color: black; }

.ap-more-info .thumbs_list {
  height: auto !Important; }

.ap-more-info {
  background: none; }

.ap-more-info .thumbs_list li {
  height: auto;
  margin-bottom: 0px; }

#thumbs_list li, #thumbs_list_quickview li {
  margin-bottom: 10px; }

.product-left-column #image-block #view_full_size {
  padding-left: 10px; }

.product-desc {
  min-height: 40px;
  height: auto !important; }

.product-info h2 {
  margin: 0px;
  font-size: 30px;
  font-family: Pluto;
  font-weight: 100;
  color: #000;
  text-transform: none;
  line-height: 42px;
  padding-bottom: 15px; }
