/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* primary_block ***************************************************************************** */
/* line 6, ../sass/product.scss */
.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Poppins";
}

/* line 14, ../sass/product.scss */
.page-product-box .page-subheading {
  margin: 50px 0 30px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  /* line 14, ../sass/product.scss */
  .page-product-box .page-subheading {
    font-size: 40px;
    letter-spacing: 0;
    margin: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  /* line 14, ../sass/product.scss */
  .page-product-box .page-subheading {
    font-size: 30px;
  }
}
/* line 26, ../sass/product.scss */
.page-product-box .carousel {
  margin: 0 -5px;
}
/* line 29, ../sass/product.scss */
.page-product-box .carousel-inner .item {
  padding: 5px;
}

/* line 33, ../sass/product.scss */
img {
  max-width: 100%;
  height: auto;
}

/* .pb-left-column ***************************************************************************** */
/* line 40, ../sass/product.scss */
.pb-left-column {
  /* miniatures */
}
/* line 41, ../sass/product.scss */
.pb-left-column .p-label {
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 408, ../sass/mixins/_theme.scss */
.rtl .pb-left-column .p-label {
  right: 5px;
  left: auto;
}
/* line 45, ../sass/product.scss */
.pb-left-column .p-label .label {
  padding: 0 5px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
}
/* line 53, ../sass/product.scss */
.pb-left-column #image-block {
  position: relative;
  margin-left: 100px;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #image-block {
  margin-right: 100px;
  margin-left: inherit;
}
@media (max-width: 767px) {
  /* line 53, ../sass/product.scss */
  .pb-left-column #image-block {
    margin-left: 70px;
    margin-bottom: 15px;
  }
  /* line 317, ../sass/mixins/_theme.scss */
  .rtl .pb-left-column #image-block {
    margin-right: 70px;
    margin-left: inherit;
  }
}
/* line 60, ../sass/product.scss */
.pb-left-column #image-block img {
  margin: auto;
}
/* line 63, ../sass/product.scss */
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
  text-align: center;
}
/* line 67, ../sass/product.scss */
.pb-left-column #image-block #view_full_size a {
  display: inline-block;
}
/* line 68, ../sass/product.scss */
.pb-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;
}
/* line 415, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #image-block #view_full_size .span_link {
  left: 10px;
  right: auto;
}
/* line 76, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 20px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 2px;
}
/* line 330, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
  margin: 0 2px 0 0;
}
/* line 85, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: white;
}
/* line 92, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
/* line 96, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
/* line 101, ../sass/product.scss */
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
/* line 106, ../sass/product.scss */
.pb-left-column #views_block {
  position: absolute;
  width: 100px;
  height: 400px;
  left: 15px;
  top: 0;
  margin: 30px 0;
}
/* line 408, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #views_block {
  right: 15px;
  left: auto;
}
@media (max-width: 767px) {
  /* line 106, ../sass/product.scss */
  .pb-left-column #views_block {
    width: 70px;
    height: 160px;
    margin: 0;
  }
}

/* line 120, ../sass/product.scss */
#thumbs_list {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #thumbs_list {
  float: right;
}
/* line 125, ../sass/product.scss */
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
/* line 131, ../sass/product.scss */
#thumbs_list li {
  cursor: pointer;
  margin-bottom: 10px;
}
/* line 134, ../sass/product.scss */
#thumbs_list li.last {
  margin-bottom: 0;
}
/* line 137, ../sass/product.scss */
#thumbs_list li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  text-align: center;
}
/* line 144, ../sass/product.scss */
#thumbs_list li a.shown {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 148, ../sass/product.scss */
#thumbs_list li img {
  margin: 0 auto;
}

/* line 153, ../sass/product.scss */
.primary_block {
  margin-bottom: 40px;
  font-size: 15px;
}
/* line 158, ../sass/product.scss */
.primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
  width: 294px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 158, ../sass/product.scss */
  .primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
    width: 194px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 158, ../sass/product.scss */
  .primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
    width: 82px;
  }
}
@media (max-width: 767px) {
  /* line 158, ../sass/product.scss */
  .primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
    width: 196px;
  }
}
/* line 173, ../sass/product.scss */
.primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 173, ../sass/product.scss */
  .primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 44px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 173, ../sass/product.scss */
  .primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 41px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  /* line 173, ../sass/product.scss */
  .primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 45px;
    padding-left: 14px;
  }
}

/* line 192, ../sass/product.scss */
#view_scroll_left,
#view_scroll_right {
  height: 20px;
  font-size: 0;
  position: absolute;
  z-index: 99;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  width: 20px;
  line-height: 19px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  color: #333;
  left: 50%;
  top: -20px;
  margin-left: -10px;
}
/* line 209, ../sass/product.scss */
#view_scroll_left:hover,
#view_scroll_right:hover {
  background: #ffd32c;
  border-color: #ffd32c;
  color: #fff;
}
/* line 214, ../sass/product.scss */
#view_scroll_left:before,
#view_scroll_right:before {
  font-family: "FontAwesome";
  font-size: 12px;
}

/* line 219, ../sass/product.scss */
#view_scroll_right {
  top: auto;
  bottom: -20px;
}
/* line 223, ../sass/product.scss */
#view_scroll_right:before {
  content: "\f054";
}

/* line 227, ../sass/product.scss */
#view_scroll_left {
  margin-top: 0;
}
/* line 229, ../sass/product.scss */
#view_scroll_left:before {
  content: "\f053";
  padding-right: 2px;
}

/* line 234, ../sass/product.scss */
.resetimg {
  padding: 10px 0 0;
}
/* line 236, ../sass/product.scss */
.resetimg #resetImages i {
  margin-right: 6px;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl .resetimg #resetImages i {
  margin-left: 6px;
  margin-right: inherit;
}

/* link list */
/* line 242, ../sass/product.scss */
#usefull_link_block {
  list-style-type: none;
  margin-bottom: 20px;
}
/* line 245, ../sass/product.scss */
#usefull_link_block li {
  margin-right: 10px;
  float: left;
  border: none;
  padding: 0;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li {
  float: right;
}
/* line 250, ../sass/product.scss */
#usefull_link_block li a {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li a {
  padding-right: 20px;
  padding-left: inherit;
}
/* line 256, ../sass/product.scss */
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  left: 0;
  font-weight: normal;
}
/* line 408, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li a:before {
  right: 0;
  left: auto;
}
/* line 264, ../sass/product.scss */
#usefull_link_block li a:hover {
  color: #8bd319;
}
/* line 269, ../sass/product.scss */
#usefull_link_block li.print a:before {
  content: "\f02f";
}
/* line 274, ../sass/product.scss */
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
/* line 278, ../sass/product.scss */
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
/* line 281, ../sass/product.scss */
#usefull_link_block li#left_share_fb a {
  padding-left: 18px;
}
/* line 284, ../sass/product.scss */
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
/* line 291, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
  cursor: pointer;
  clear: both;
  float: none;
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
  position: relative;
}
/* line 299, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
  font-family: "FontAwesome";
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
/* line 408, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li#favoriteproducts_block_extra_remove:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_add:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_removed:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_added:before {
  right: 0;
  left: auto;
}
/* line 312, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* pb-left-column ****************************************************************************** */
/* line 320, ../sass/product.scss */
.pb-center-column {
  /* form */
}
/* line 321, ../sass/product.scss */
.pb-center-column h1 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -2px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  /* line 321, ../sass/product.scss */
  .pb-center-column h1 {
    letter-spacing: 0;
    font-size: 24px;
  }
}
/* line 332, ../sass/product.scss */
.pb-center-column p {
  margin-bottom: 10px;
}
/* line 335, ../sass/product.scss */
.pb-center-column #product_reference {
  margin-bottom: 6px;
}
/* line 338, ../sass/product.scss */
.pb-center-column #short_description_block {
  color: #666;
  margin-bottom: 20px;
}
/* line 343, ../sass/product.scss */
.pb-center-column #buy_block {
  margin-top: 10px;
}
/* line 345, ../sass/product.scss */
.pb-center-column #buy_block label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl .pb-center-column #buy_block label {
  text-align: left;
}
/* line 353, ../sass/product.scss */
.pb-center-column #buy_block p.price {
  padding: 0;
}
/* line 358, ../sass/product.scss */
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

/* line 363, ../sass/product.scss */
#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 10px 0 -5px;
  position: relative;
}
/* line 330, ../sass/mixins/_theme.scss */
.rtl #product p#loyalty {
  padding: 17px 35px 15px 0;
}
/* line 369, ../sass/product.scss */
#product p#loyalty:before {
  content: "\f024";
  font-family: "FontAwesome";
  color: #cfcccc;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  top: 16px;
  left: 0;
}
/* line 408, ../sass/mixins/_theme.scss */
.rtl #product p#loyalty:before {
  right: 0;
  left: auto;
}

/* line 382, ../sass/product.scss */
#attributes .attribute_list {
  width: 100%;
}
/* line 384, ../sass/product.scss */
#attributes .attribute_list .form-control {
  max-width: 230px;
}
/* line 386, ../sass/product.scss */
#attributes .attribute_list .form-control option {
  color: #999999;
}
/* line 391, ../sass/product.scss */
#attributes .attribute_list ul li {
  float: left;
  margin-right: 30px;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list ul li {
  float: right;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list ul li {
  margin-left: 30px;
  margin-right: inherit;
}
/* line 396, ../sass/product.scss */
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list input.attribute_radio {
  float: right;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list input.attribute_radio {
  margin-right: 3px;
  margin-left: inherit;
}
/* line 402, ../sass/product.scss */
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}
/* line 406, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
/* line 408, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 10px 0 0;
  clear: none;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list #color_to_pick_list li {
  float: right;
}
/* line 330, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list #color_to_pick_list li {
  margin: 0 0 0 10px;
}
/* line 412, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 2px #ffd32c;
  box-shadow: 0 0 2px #ffd32c;
}
/* line 421, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #fff;
  font-size: 12px;
  display: none;
}
/* line 435, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected a, #attributes .attribute_list #color_to_pick_list li:hover a {
  -webkit-box-shadow: 0 0 2px #8bd319;
  box-shadow: 0 0 2px #8bd319;
}
/* line 437, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected a:before, #attributes .attribute_list #color_to_pick_list li:hover a:before {
  display: block;
}
/* line 441, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected a[name="White"]:before, #attributes .attribute_list #color_to_pick_list li:hover a[name="White"]:before {
  color: #000;
}

/* line 451, ../sass/product.scss */
.box-cart-bottom {
  padding: 0;
}

/* line 454, ../sass/product.scss */
#add_to_cart {
  margin-right: 15px;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl #add_to_cart {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 456, ../sass/product.scss */
#add_to_cart button {
  height: 45px;
  line-height: 45px;
  min-width: 200px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #333;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  border: 0;
  text-transform: uppercase;
}
/* line 468, ../sass/product.scss */
#add_to_cart button:hover {
  color: #fff;
  background: #8bd319;
}

/* line 475, ../sass/product.scss */
.box-cart-bottom > div > p {
  display: inline-block;
  vertical-align: top;
}
/* line 479, ../sass/product.scss */
.box-cart-bottom a {
  color: #b7b7b7;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 0;
  display: inline-block;
  padding: 0;
}
/* line 488, ../sass/product.scss */
.box-cart-bottom a:hover {
  color: #8bd319;
}
/* line 491, ../sass/product.scss */
.box-cart-bottom a .fa {
  font-size: 18px;
  vertical-align: middle;
}
/* line 495, ../sass/product.scss */
.box-cart-bottom a:before {
  display: none;
}
/* line 500, ../sass/product.scss */
.box-cart-bottom #wishlist_button:before,
.box-cart-bottom #wishlist_button_nopop:before {
  display: none;
}

/* table_data_sheet */
/* line 505, ../sass/product.scss */
.table-data-sheet {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  margin: 0 0 20px;
}
/* line 510, ../sass/product.scss */
.table-data-sheet tr {
  border-top: 1px solid #dddddd;
}
/* line 512, ../sass/product.scss */
.table-data-sheet tr.even {
  background: #f9f9f9;
}
/* line 515, ../sass/product.scss */
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
/* line 517, ../sass/product.scss */
.table-data-sheet tr td:first-child {
  border-right: 1px solid #dddddd;
  width: 30%;
  font-weight: 500;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl .table-data-sheet tr td:first-child {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}

/* table product-discounts */
/* line 527, ../sass/product.scss */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 50%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  /* line 527, ../sass/product.scss */
  table.table-product-discounts {
    width: 100%;
  }
}
/* line 537, ../sass/product.scss */
table.table-product-discounts tr th {
  background: transparent;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
/* line 544, ../sass/product.scss */
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #dddddd;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #dddddd;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

/* accessories  */
/* line 560, ../sass/product.scss */
.accessories-block .block_description {
  display: none;
}
/* line 563, ../sass/product.scss */
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
/* line 569, ../sass/product.scss */
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
/* line 573, ../sass/product.scss */
.accessories-block .page-subheading {
  margin-bottom: 0;
}

/* quantity_wanted */
/* line 577, ../sass/product.scss */
#quantity_wanted_p {
  margin-bottom: 10px;
}
/* line 579, ../sass/product.scss */
#quantity_wanted_p input {
  width: 70px;
  float: left;
  height: 38px;
  line-height: 38px;
  background: #fff;
  padding: 0 15px;
  border: 0;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #quantity_wanted_p input {
  float: right;
}
/* line 486, ../sass/mixins/_theme.scss */
.rtl #quantity_wanted_p input {
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
/* line 589, ../sass/product.scss */
#quantity_wanted_p .btn {
  background: none;
  width: 33px;
  height: 19px;
  line-height: 25px;
  padding: 0;
  border: 0;
  font-size: 12px;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
/* line 415, ../sass/mixins/_theme.scss */
.rtl #quantity_wanted_p .btn {
  left: 0;
  right: auto;
}
/* line 602, ../sass/product.scss */
#quantity_wanted_p .btn.product_quantity_down {
  top: auto;
  bottom: 0;
  line-height: 13px;
}
/* line 608, ../sass/product.scss */
#quantity_wanted_p label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  float: left;
  color: #333;
  vertical-align: top;
  padding-right: 10px;
  min-width: 80px;
}

/* line 622, ../sass/product.scss */
.quantity-wapper {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  border: 1px solid #ffd32c;
  background: #ffd32c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-right: 33px;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl .quantity-wapper {
  padding-left: 33px;
  padding-right: inherit;
}

/* availability_statut */
/* line 643, ../sass/product.scss */
#last_quantities {
  background: #6087d2;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

/* line 649, ../sass/product.scss */
.avabliti-wapper {
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

/* line 655, ../sass/product.scss */
#availability_statut,
#pQuantityAvailable {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
/* line 660, ../sass/product.scss */
#availability_statut .fa,
#pQuantityAvailable .fa {
  display: none;
}
/* line 663, ../sass/product.scss */
#availability_statut .label,
#pQuantityAvailable .label {
  background: none;
  color: #999;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
/* line 671, ../sass/product.scss */
#availability_statut .label.label-success,
#pQuantityAvailable .label.label-success {
  color: #8bd319;
}
/* line 673, ../sass/product.scss */
#availability_statut .label.label-success + .fa,
#pQuantityAvailable .label.label-success + .fa {
  display: inline-block;
  color: #8bd319;
}
/* line 678, ../sass/product.scss */
#availability_statut .label.label-warning,
#pQuantityAvailable .label.label-warning {
  padding: 0 10px;
  background: #ffd32c;
  font-size: 12px;
  color: #fff;
}

/* line 686, ../sass/product.scss */
#pQuantityAvailable {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  background: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 695, ../sass/product.scss */
#availability_statut #availability_value.warning_inline {
  margin: 0;
}

/* box-security */
/* prices */
/* line 701, ../sass/product.scss */
.content_prices {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
/* line 705, ../sass/product.scss */
.content_prices .our_price_display {
  font-size: 30px;
  color: #ffd32c;
  font-weight: 400;
}
/* line 711, ../sass/product.scss */
.content_prices .price > p {
  display: inline-block;
  padding-right: 10px;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl .content_prices .price > p {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 716, ../sass/product.scss */
.content_prices #reduction_percent_display {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  background: #eee;
  border-radius: 10px;
  line-height: 20px;
  vertical-align: 5px;
  color: #333;
}

/* line 727, ../sass/product.scss */
.discount {
  display: none;
}

/* line 730, ../sass/product.scss */
#old_price, .old-price {
  font-size: 18px;
  text-decoration: line-through;
  display: inline-block;
}

/* online_only */
/* line 737, ../sass/product.scss */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl .pb-center-column p.online_only {
  text-align: right;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
/* line 746, ../sass/product.scss */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
/* line 750, ../sass/product.scss */
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #dddddd;
}
/* line 754, ../sass/product.scss */
#send_friend_form .product p {
  padding: 0;
}
/* line 757, ../sass/product.scss */
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
/* line 763, ../sass/product.scss */
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #dddddd;
}
/* line 767, ../sass/product.scss */
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
}
/* line 773, ../sass/product.scss */
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
/* line 778, ../sass/product.scss */
#send_friend_form .form_container .text {
  padding-bottom: 10px;
}
/* line 780, ../sass/product.scss */
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
/* line 788, ../sass/product.scss */
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #send_friend_form .submit {
  text-align: left;
}

/* PERSONNALISATION ##################################################################### */
/* line 797, ../sass/product.scss */
p.infoCustomizable {
  margin-bottom: 30px;
}

/* line 802, ../sass/product.scss */
ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

/* line 807, ../sass/product.scss */
.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

/* line 813, ../sass/product.scss */
.customizationUploadLine {
  padding-bottom: 10px;
}
/* line 815, ../sass/product.scss */
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
/* line 819, ../sass/product.scss */
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #dddddd;
  color: #999999;
}

/* line 825, ../sass/product.scss */
.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

/* line 830, ../sass/product.scss */
#customizedDatas {
  float: right;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl #customizedDatas {
  float: left;
}

/* line 836, ../sass/product.scss */
.accessories_block div ul li a {
  display: inline-block;
}
/* line 840, ../sass/product.scss */
.accessories_block div ul li.s_title_block a, .accessories_block div ul li.s_title_block span {
  font-weight: 700;
}

/***** IE code ****/
/* line 852, ../sass/product.scss */
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #dddddd;
}
/* line 859, ../sass/product.scss */
.ie8 .box-security {
  filter: none;
}

/* line 864, ../sass/product.scss */
.social-wapper .list-inline {
  margin: 0 0 20px;
}
/* line 867, ../sass/product.scss */
.social-wapper button {
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 871, ../sass/product.scss */
.social-wapper:hover button {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 873, ../sass/product.scss */
.social-wapper:hover button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/******************************************************************
Quick View Styles
******************************************************************/
/* line 884, ../sass/product.scss */
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

/* line 889, ../sass/product.scss */
#product.content_only div.primary_block {
  margin-bottom: 0;
  padding: 10px;
}
@media (max-width: 991px) {
  /* line 889, ../sass/product.scss */
  #product.content_only div.primary_block {
    margin-right: 0;
  }
}
/* line 897, ../sass/product.scss */
#product.content_only #leo-paneltool {
  display: none !important;
}

@media (max-width: 1050px) {
  /* line 906, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column, #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px;
  }
  /* line 909, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block, #product.content_only section.primary_block div.pb-left-column #image-block, #product.content_only section.primary_block div.pb-left-column #views_block {
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 916, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column #thumbs_list li, #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
    width: 90px;
    height: 90px;
  }
  /* line 919, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column #thumbs_list li img, #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
    width: 82px;
    height: 82px;
  }
  /* line 926, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column, #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px;
  }
  /* line 306, ../sass/mixins/_theme.scss */
  .rtl #product.content_only div.primary_block div.pb-center-column, .rtl #product.content_only section.primary_block div.pb-center-column {
    float: right;
  }
  /* line 317, ../sass/mixins/_theme.scss */
  .rtl #product.content_only div.primary_block div.pb-center-column, .rtl #product.content_only section.primary_block div.pb-center-column {
    padding-right: 35px;
    padding-left: inherit;
  }
  /* line 931, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column, #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left;
  }
  /* line 306, ../sass/mixins/_theme.scss */
  .rtl #product.content_only div.primary_block div.pb-right-column, .rtl #product.content_only section.primary_block div.pb-right-column {
    float: right;
  }
}
/* line 941, ../sass/product.scss */
.tab-content {
  padding: 20px;
  border: 1px solid #dddddd;
  border-top-color: transparent;
}

/* line 944, ../sass/product.scss */
.product_attributes {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
/* line 948, ../sass/product.scss */
.product_attributes .attribute_fieldset {
  margin-bottom: 10px;
}
/* line 950, ../sass/product.scss */
.product_attributes .attribute_fieldset:after {
  content: "";
  display: block;
  clear: both;
}
/* line 955, ../sass/product.scss */
.product_attributes .attribute_fieldset label {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  float: left;
  color: #333;
  vertical-align: top;
  padding-right: 10px;
  min-width: 80px;
}
/* line 306, ../sass/mixins/_theme.scss */
.rtl .product_attributes .attribute_fieldset label {
  float: right;
}
/* line 317, ../sass/mixins/_theme.scss */
.rtl .product_attributes .attribute_fieldset label {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 969, ../sass/product.scss */
.product_attributes .form-control {
  width: auto;
  font-size: 14px;
  border: 1px solid #eee;
}

/* line 975, ../sass/product.scss */
.refer-wapper {
  padding: 20px 0;
  line-height: 25px;
  font-size: 14px;
}
/* line 979, ../sass/product.scss */
.refer-wapper p {
  margin: 0;
}
/* line 982, ../sass/product.scss */
.refer-wapper label {
  margin: 0px;
  font-weight: 300;
  color: #333;
}

@media (min-width: 992px) {
  /* line 989, ../sass/product.scss */
  .tab-wapper {
    position: relative;
    padding: 50px 0 90px;
    margin-bottom: 60px;
    border: 1px solid #f0f0f0;
    border-width: 1px 0;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    line-height: 25px;
  }
  /* line 999, ../sass/product.scss */
  .tab-wapper:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 1004, ../sass/product.scss */
  .tab-wapper .nav-tabs {
    border-bottom: 0;
    width: 25%;
    float: left;
    position: relative;
  }
  /* line 306, ../sass/mixins/_theme.scss */
  .rtl .tab-wapper .nav-tabs {
    float: right;
  }
  /* line 1009, ../sass/product.scss */
  .tab-wapper .nav-tabs:before {
    content: "";
    width: 1px;
    position: absolute;
    top: -999px;
    height: 9999px;
    right: 0;
    background: #f0f0f0;
    z-index: 9;
  }
  /* line 415, ../sass/mixins/_theme.scss */
  .rtl .tab-wapper .nav-tabs:before {
    left: 0;
    right: auto;
  }
  /* line 1019, ../sass/product.scss */
  .tab-wapper .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
  /* line 1023, ../sass/product.scss */
  .tab-wapper .nav-tabs > li > a {
    margin-right: 0;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    padding: 6px 15px;
    color: #aaa;
  }
  /* line 1032, ../sass/product.scss */
  .tab-wapper .nav-tabs > li > a:hover, .tab-wapper .nav-tabs > li > a:focus {
    background: #fff;
    color: #333;
  }
  /* line 1039, ../sass/product.scss */
  .tab-wapper .nav-tabs > li.active > a, .tab-wapper .nav-tabs > li.active > a:hover, .tab-wapper .nav-tabs > li.active > a:focus {
    color: #333;
    border: 0;
  }
  /* line 1045, ../sass/product.scss */
  .tab-wapper .tab-content {
    padding: 0 0 0 50px;
    border: 0;
    width: 75%;
    float: left;
  }
  /* line 330, ../sass/mixins/_theme.scss */
  .rtl .tab-wapper .tab-content {
    padding: 0 50px 0 0;
  }
  /* line 306, ../sass/mixins/_theme.scss */
  .rtl .tab-wapper .tab-content {
    float: right;
  }
}
@media (max-width: 480px) {
  /* line 1055, ../sass/product.scss */
  .tab-info > li {
    margin: 5px 0;
    width: 100%;
  }
  /* line 1060, ../sass/product.scss */
  .tab-info > li.active a, .tab-info > li.hover a {
    border: 1px solid #333 !important;
    background: #333 !important;
    color: #fff !important;
    margin: 0;
  }
  /* line 1065, ../sass/product.scss */
  .tab-info > li.active a:focus, .tab-info > li.hover a:focus {
    border: 1px solid #333;
  }
  /* line 1070, ../sass/product.scss */
  .tab-info > li a {
    background: #eee !important;
    border: 1px solid #eee !important;
  }
}
