/**
* 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: "KlimTypeFoundry";
}

/* line 13, ../sass/product.scss */
img {
  max-width: 100%;
  height: auto;
}

/* .pb-left-column ***************************************************************************** */
/* line 20, ../sass/product.scss */
.pb-left-column {
  /* miniatures */
}
@media (max-width: 991px) {
  /* line 20, ../sass/product.scss */
  .pb-left-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    justify-content: center;
    margin-bottom: 30px;
  }
}
/* line 26, ../sass/product.scss */
.pb-left-column .p-label {
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 27, ../sass/product.scss */
.pb-left-column #image-block {
  position: relative;
  float: left;
  width: 80%;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #image-block {
  float: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 27, ../sass/product.scss */
  .pb-left-column #image-block {
    width: 75%;
  }
}
@media (max-width: 991px) {
  /* line 27, ../sass/product.scss */
  .pb-left-column #image-block {
    width: 80%;
  }
}
/* line 40, ../sass/product.scss */
.pb-left-column #image-block img {
  width: 100%;
}
/* line 44, ../sass/product.scss */
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
  text-align: center;
}
/* line 48, ../sass/product.scss */
.pb-left-column #image-block #view_full_size a {
  display: inline-block;
}
/* line 49, ../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 369, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #image-block #view_full_size .span_link {
  left: 10px;
  right: auto;
}
/* line 57, ../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 284, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
  margin: 0 2px 0 0;
}
/* line 66, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: white;
}
/* line 73, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
/* line 77, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
/* line 82, ../sass/product.scss */
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
/* line 87, ../sass/product.scss */
.pb-left-column #views_block {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 80px;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #views_block {
  float: right;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .pb-left-column #views_block {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 92, ../sass/product.scss */
.pb-left-column #views_block .box-views-block {
  position: relative;
}

/* line 97, ../sass/product.scss */
#thumbs_list {
  overflow: hidden;
  float: left;
  height: 450px;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #thumbs_list {
  float: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 97, ../sass/product.scss */
  #thumbs_list {
    height: 335px;
  }
}
@media (max-width: 991px) {
  /* line 97, ../sass/product.scss */
  #thumbs_list {
    height: 335px;
  }
}
@media (max-width: 479px) {
  /* line 97, ../sass/product.scss */
  #thumbs_list {
    height: 225px;
  }
}
@media (max-width: 380px) {
  /* line 97, ../sass/product.scss */
  #thumbs_list {
    height: 110px;
  }
}
/* line 113, ../sass/product.scss */
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
/* line 119, ../sass/product.scss */
#thumbs_list li {
  width: 80px;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 125, ../sass/product.scss */
#thumbs_list li:hover a {
  border-color: #777777;
}
/* line 128, ../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;
  display: block;
  text-align: center;
}
/* line 135, ../sass/product.scss */
#thumbs_list li a.shown {
  border-color: #777777;
}
/* line 139, ../sass/product.scss */
#thumbs_list li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 144, ../sass/product.scss */
.primary_block {
  margin-bottom: 40px;
}
/* line 148, ../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 148, ../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 148, ../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 148, ../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 163, ../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 163, ../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 163, ../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 163, ../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 182, ../sass/product.scss */
#view_scroll_left,
#view_scroll_right {
  height: 40px;
  width: 40.5px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: -45px;
  border: 1px solid #999999;
}
/* line 192, ../sass/product.scss */
#view_scroll_left:before,
#view_scroll_right:before {
  color: #666666;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 38px;
}
/* line 198, ../sass/product.scss */
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #e44853;
}

/* line 202, ../sass/product.scss */
#view_scroll_right {
  left: 0;
}
/* line 204, ../sass/product.scss */
#view_scroll_right:before {
  content: "\f107";
  font-size: 14px;
}

/* line 209, ../sass/product.scss */
#view_scroll_left {
  right: 0;
}
/* line 211, ../sass/product.scss */
#view_scroll_left:before {
  content: "\f106";
  font-size: 14px;
}

/* line 216, ../sass/product.scss */
.resetimg {
  padding: 10px;
  margin-bottom: 0px;
  bottom: 0px;
}
/* line 220, ../sass/product.scss */
.resetimg #resetImages i {
  margin-right: 6px;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .resetimg #resetImages i {
  margin-left: 6px;
  margin-right: inherit;
}

/* link list */
/* line 226, ../sass/product.scss */
#usefull_link_block {
  list-style-type: none;
}
/* line 228, ../sass/product.scss */
#usefull_link_block li {
  margin: 0 0 8px 0;
}
/* line 230, ../sass/product.scss */
#usefull_link_block li:first-child {
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
}
/* line 235, ../sass/product.scss */
#usefull_link_block li a {
  position: relative;
  padding-left: 25px;
  line-height: 25px;
  display: inline-block;
  font-weight: 500;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li a {
  padding-right: 25px;
  padding-left: inherit;
}
/* line 242, ../sass/product.scss */
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 0;
  font-weight: normal;
}
/* line 362, ../sass/mixins/_theme.scss */
.rtl #usefull_link_block li a:before {
  right: 0;
  left: auto;
}
/* line 251, ../sass/product.scss */
#usefull_link_block li a:hover:before {
  color: #666666;
}
/* line 255, ../sass/product.scss */
#usefull_link_block li.print a:before {
  content: "\f02f";
}
/* line 260, ../sass/product.scss */
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
/* line 264, ../sass/product.scss */
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
/* line 267, ../sass/product.scss */
#usefull_link_block li#left_share_fb a {
  padding-left: 18px;
}
/* line 270, ../sass/product.scss */
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
/* line 277, ../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 285, ../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 362, ../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 298, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* pb-left-column ****************************************************************************** */
/* line 306, ../sass/product.scss */
.pb-center-column {
  /* form */
}
/* line 307, ../sass/product.scss */
.pb-center-column h1 {
  margin-bottom: 20px;
  margin-top: 0;
 font-size: 35px;
line-height: 40px;
text-transform: uppercase;
letter-spacing: 4px;
  font-family: 'Lato', sans-serif;
}
/* line 314, ../sass/product.scss */
.pb-center-column p {
  margin-bottom: 10px;
}
/* line 317, ../sass/product.scss */
.pb-center-column #product_reference {
  margin-bottom: 6px;
}
/* line 320, ../sass/product.scss */
.pb-center-column #short_description_block {
  color: #666666;
  margin-bottom: 20px;
}
/* line 324, ../sass/product.scss */
.pb-center-column #buy_block {
  margin-top: 10px;
}
/* line 326, ../sass/product.scss */
.pb-center-column #buy_block label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl .pb-center-column #buy_block label {
  text-align: left;
}
/* line 334, ../sass/product.scss */
.pb-center-column #buy_block p.price {
  padding: 0;
}
/* line 339, ../sass/product.scss */
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

/* line 344, ../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 284, ../sass/mixins/_theme.scss */
.rtl #product p#loyalty {
  padding: 17px 35px 15px 0;
}
/* line 350, ../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 362, ../sass/mixins/_theme.scss */
.rtl #product p#loyalty:before {
  right: 0;
  left: auto;
}

/* line 361, ../sass/product.scss */
.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;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .product-boxinfo {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 284, ../sass/mixins/_theme.scss */
.rtl .product-boxinfo {
  margin: 15px 15px 20px 0;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .product-boxinfo {
  border-right: #cccccc;
  border-left: inherit;
}
/* line 284, ../sass/mixins/_theme.scss */
.rtl .product-boxinfo {
  border-style: none solid none none;
}
/* line 284, ../sass/mixins/_theme.scss */
.rtl .product-boxinfo {
  border-width: 0 2px 0 0;
}
/* line 367, ../sass/product.scss */
.product-boxinfo p {
  margin-bottom: 6px;
}
/* line 369, ../sass/product.scss */
.product-boxinfo p:last-child {
  margin-bottom: 0;
}
/* line 373, ../sass/product.scss */
.product-boxinfo label {
  font-weight: 500;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
#attributes:before, #attributes:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
#attributes:after {
  clear: both;
}
/* line 379, ../sass/product.scss */
#attributes fieldset {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  /* line 379, ../sass/product.scss */
  #attributes fieldset {
    float: left;
    width: 50%;
  }
  /* line 260, ../sass/mixins/_theme.scss */
  .rtl #attributes fieldset {
    float: right;
  }
}
/* line 385, ../sass/product.scss */
#attributes fieldset > label {
  font-family: 'Lato', sans-serif;
  margin-bottom: 0px;
  line-height: 35px;
  color: #000;
  font-weight: 400;
  display: block;
}
/* line 393, ../sass/product.scss */
#attributes .attribute_list {
  width: 100%;
}
/* line 395, ../sass/product.scss */
#attributes .attribute_list .box-select {
  background: transparent;
  border: 1px solid #e8e8e8;
  font-weight: normal;
}
/* line 400, ../sass/product.scss */
#attributes .attribute_list .form-control {
  max-width: 230px;
  min-width: 100px;
}
/* line 403, ../sass/product.scss */
#attributes .attribute_list .form-control option {
  color: #666666;
}
/* line 407, ../sass/product.scss */
#attributes .attribute_list ul {
  margin-bottom: 0;
  clear: both;
}
/* line 410, ../sass/product.scss */
#attributes .attribute_list ul li {
  float: none;
  margin-right: 10px;
  display: inline-block;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list ul li {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 416, ../sass/product.scss */
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list input.attribute_radio {
  float: right;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list input.attribute_radio {
  margin-right: 3px;
  margin-left: inherit;
}
/* line 422, ../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 426, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
/* line 428, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #dddddd;
  clear: none;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list #color_to_pick_list li {
  float: right;
}
/* line 284, ../sass/mixins/_theme.scss */
.rtl #attributes .attribute_list #color_to_pick_list li {
  margin: 0 0 3px 3px;
}
/* line 434, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
/* line 440, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 2px solid #414141;
}

/* line 447, ../sass/product.scss */
.box-cart-bottom {
  padding: 0;
  margin-top: -54px;
margin-left: 120px;

}
/* line 450, ../sass/product.scss */
.box-cart-bottom #wishlist_button,
.box-cart-bottom #wishlist_button_nopop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e8e8e8;
  padding: 0;
  color: inherit;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 461, ../sass/product.scss */
.box-cart-bottom #wishlist_button:before,
.box-cart-bottom #wishlist_button_nopop:before {
  font-size: 13px;
  height: auto;
  line-height: normal;
}
/* line 466, ../sass/product.scss */
.box-cart-bottom #wishlist_button:hover, .box-cart-bottom #wishlist_button:focus, .box-cart-bottom #wishlist_button:active,
.box-cart-bottom #wishlist_button_nopop:hover,
.box-cart-bottom #wishlist_button_nopop:focus,
.box-cart-bottom #wishlist_button_nopop:active {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  color: #e44853;
  border-color: #e44853;
}
/* line 472, ../sass/product.scss */
.box-cart-bottom #wishlist_button:hover:before, .box-cart-bottom #wishlist_button:focus:before, .box-cart-bottom #wishlist_button:active:before,
.box-cart-bottom #wishlist_button_nopop:hover:before,
.box-cart-bottom #wishlist_button_nopop:focus:before,
.box-cart-bottom #wishlist_button_nopop:active:before {
  color: #e44853;
}
/* line 476, ../sass/product.scss */
.box-cart-bottom #wishlist_button .fa,
.box-cart-bottom #wishlist_button_nopop .fa {
  display: none;
}
/* line 480, ../sass/product.scss */
.box-cart-bottom .add_to_compare {
  height: 30px;
  display: block;
  line-height: 30px;
  border-bottom: 2px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 486, ../sass/product.scss */
.box-cart-bottom .add_to_compare:hover, .box-cart-bottom .add_to_compare:focus, .box-cart-bottom .add_to_compare:active {
  color: #e44853;
  border-color: #e44853;
}
/* line 491, ../sass/product.scss */
.box-cart-bottom .buttons_bottom_block, .box-cart-bottom #add_to_compare {
  margin-bottom: 0;
  margin-top: 20px;
  float: left;
  margin-right: 20px;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl .box-cart-bottom .buttons_bottom_block, .rtl .box-cart-bottom #add_to_compare {
  float: right;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .box-cart-bottom .buttons_bottom_block, .rtl .box-cart-bottom #add_to_compare {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 497, ../sass/product.scss */
.box-cart-bottom #product_payment_logos {
  clear: both;
  padding-top: 20px;
}
/* line 500, ../sass/product.scss */
.box-cart-bottom #product_payment_logos img {
  display: inline-block;
}

/* line 505, ../sass/product.scss */
#add_to_cart {
  margin-top: 0;
}
/* line 507, ../sass/product.scss */
#add_to_cart .btn {
  height: 50px;
  line-height: 47px;
  padding: 0 10px;
  min-width: 185px;
  text-transform: uppercase;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 700;
  border: 2px solid #242424;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 520, ../sass/product.scss */
#add_to_cart .btn:hover, #add_to_cart .btn:active, #add_to_cart .btn:focus {
  background: #f8981d;
  color: #000;
  outline: 0;
}
/* line 525, ../sass/product.scss */
#add_to_cart .btn .icon {
  margin-right: 5px;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #add_to_cart .btn .icon {
  margin-left: 5px;
  margin-right: inherit;
}

/* table_data_sheet */
/* line 531, ../sass/product.scss */
.table-data-sheet {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  margin: 0 0 20px;
}
/* line 536, ../sass/product.scss */
.table-data-sheet tr {
  border-top: 1px solid #dddddd;
}
/* line 538, ../sass/product.scss */
.table-data-sheet tr.even {
  background: #f9f9f9;
}
/* line 541, ../sass/product.scss */
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
/* line 543, ../sass/product.scss */
.table-data-sheet tr td:first-child {
  border-right: 1px solid #dddddd;
  width: 30%;
  font-weight: 500;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .table-data-sheet tr td:first-child {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}

/* table product-discounts */
/* line 554, ../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 554, ../sass/product.scss */
  table.table-product-discounts {
    width: 100%;
  }
}
/* line 564, ../sass/product.scss */
table.table-product-discounts tr th {
  background: transparent;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
/* line 571, ../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 587, ../sass/product.scss */
.accessories-block .block_description {
  display: none;
}
/* line 590, ../sass/product.scss */
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
/* line 596, ../sass/product.scss */
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}

/* quantity_wanted */
/* line 603, ../sass/product.scss */
#quantity_wanted_p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
/* line 607, ../sass/product.scss */
#quantity_wanted_p .button-minus {
  bottom: 0;
}
/* line 610, ../sass/product.scss */
#quantity_wanted_p .button-plus {
  top: 0;
}
/* line 613, ../sass/product.scss */
#quantity_wanted_p input {
  width: 80px;
  height: 50px;
  border-color: #e8e8e8;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-left: 1px solid #e8e8e8 !important;
  border-right: none !important;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #696969;
  text-align: center;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #quantity_wanted_p input {
  float: right;
}
/* line 630, ../sass/product.scss */
#quantity_wanted_p input::-webkit-outer-spin-button, #quantity_wanted_p input::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
/* line 634, ../sass/product.scss */
#quantity_wanted_p input:active, #quantity_wanted_p input:hover, #quantity_wanted_p input:focus {
  outline: 0;
}
/* line 638, ../sass/product.scss */
#quantity_wanted_p .btn {
  position: absolute;
  width: 25px;
  height: 25.5px;
  padding: 0;
  border: 1px solid #e8e8e8;
  color: #747474;
  font-size: 13.68px;
  right: -25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 369, ../sass/mixins/_theme.scss */
.rtl #quantity_wanted_p .btn {
  left: -25px;
  right: auto;
}
/* line 649, ../sass/product.scss */
#quantity_wanted_p .btn:active, #quantity_wanted_p .btn:hover, #quantity_wanted_p .btn:focus {
  background: #f7f7f7;
  color: black;
}

/* line 661, ../sass/product.scss */
.rtl #quantity_wanted_p input {
  border-right: 1px solid #e8e8e8 !important;
  border-left: none !important;
}

/* line 665, ../sass/product.scss */
.quantity_label {
  margin-bottom: 0px;
  line-height: 35px;
  color: #000;
font-weight: 400;
  display: block;
  font-family: 'Lato', sans-serif;
}

/* availability_statut */
/* line 675, ../sass/product.scss */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
  text-align: left;
}

/* line 682, ../sass/product.scss */
#quantityAvailable {
  font-size: 13px;
  line-height: 18px;
}

/* line 688, ../sass/product.scss */
#availability_value,
#last_quantities {
  color: white;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
  white-space: initial;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #availability_value, .rtl
#last_quantities {
  margin-right: 5px;
  margin-left: inherit;
}

/* line 695, ../sass/product.scss */
#last_quantities {
  background: #6087d2;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

/* line 702, ../sass/product.scss */
#availability_statut,
#pQuantityAvailable {
  display: inline-block;
}

/* line 705, ../sass/product.scss */
#pQuantityAvailable span {
  font-weight: 500;
}

/* line 709, ../sass/product.scss */
#availability_statut #availability_value.warning_inline {
  margin: 0;
}

/* box-security */
/* prices */
/* line 715, ../sass/product.scss */
.content_prices {
  padding: 0 0 5px 0;
}

/* line 718, ../sass/product.scss */
.discount {
  display: none;
}

/* line 721, ../sass/product.scss */
.price {
  font-family: "KlimTypeFoundry";
}
/* line 723, ../sass/product.scss */
.price p {
  margin-right: 10px;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .price p {
  margin-left: 10px;
  margin-right: inherit;
}

/* line 727, ../sass/product.scss */
.our_price_display {
  font-size: 28px;
  display: inline-block;
    font-family: 'Lato', sans-serif;
  color: #000;
}

/* line 732, ../sass/product.scss */
#old_price, .old-price {
  font-size: 18px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 23px;
  color: #999999;
}

/* line 740, ../sass/product.scss */
#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 3px;
  font-size: 14px;
  line-height: 23px;
  color: white;
  background: #f13340;
  border: 1px solid #d02a2c;
  margin-top: 5px;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl #reduction_percent, .rtl
#reduction_amount {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 750, ../sass/product.scss */
#reduction_percent span,
#reduction_amount span {
  display: block;
}

/* online_only */
/* line 756, ../sass/product.scss */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl .pb-center-column p.online_only {
  text-align: right;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
/* line 766, ../sass/product.scss */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
/* line 770, ../sass/product.scss */
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #dddddd;
}
/* line 774, ../sass/product.scss */
#send_friend_form .product p {
  padding: 0;
}
/* line 777, ../sass/product.scss */
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
/* line 783, ../sass/product.scss */
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #dddddd;
}
/* line 787, ../sass/product.scss */
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
}
/* line 793, ../sass/product.scss */
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
/* line 798, ../sass/product.scss */
#send_friend_form .form_container .text {
  padding-bottom: 10px;
}
/* line 800, ../sass/product.scss */
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
/* line 808, ../sass/product.scss */
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #send_friend_form .submit {
  text-align: left;
}

/* PERSONNALISATION ##################################################################### */
/* line 817, ../sass/product.scss */
p.infoCustomizable {
  margin-bottom: 30px;
}

/* line 822, ../sass/product.scss */
ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

/* line 827, ../sass/product.scss */
.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

/* line 833, ../sass/product.scss */
.customizationUploadLine {
  padding-bottom: 10px;
}
/* line 835, ../sass/product.scss */
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
/* line 839, ../sass/product.scss */
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #dddddd;
  color: #666666;
}

/* line 845, ../sass/product.scss */
.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

/* line 850, ../sass/product.scss */
#customizedDatas {
  float: right;
}
/* line 260, ../sass/mixins/_theme.scss */
.rtl #customizedDatas {
  float: left;
}

/* line 856, ../sass/product.scss */
.accessories_block div ul li a {
  display: inline-block;
}
/* line 860, ../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 872, ../sass/product.scss */
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #dddddd;
}
/* line 879, ../sass/product.scss */
.ie8 .box-security {
  filter: none;
}

/* line 884, ../sass/product.scss */
.socialsharing_product {
  margin-left: 0;
}
/* line 271, ../sass/mixins/_theme.scss */
.rtl .socialsharing_product {
  margin-right: 0;
  margin-left: inherit;
}
/* line 886, ../sass/product.scss */
.socialsharing_product button {
  margin: 0 !important;
  font-size: 0;
  border: none;
}
/* line 890, ../sass/product.scss */
.socialsharing_product button i:before {
  font-size: 13px;
}

/******************************************************************
Quick View Styles
******************************************************************/
/* line 901, ../sass/product.scss */
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

/* line 906, ../sass/product.scss */
#product.content_only div.primary_block {
  margin-bottom: 0;
  padding: 10px;
}
@media (max-width: 991px) {
  /* line 906, ../sass/product.scss */
  #product.content_only div.primary_block {
    margin-right: 0;
  }
}
/* line 914, ../sass/product.scss */
#product.content_only #leo-paneltool {
  display: none !important;
}

/* line 918, ../sass/product.scss */
.page-product-heading {
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
}
/* line 921, ../sass/product.scss */
.page-product-heading > li {
  float: none;
  margin: 0;
  display: inline-block;
}
/* line 925, ../sass/product.scss */
.page-product-heading > li > a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0 15px;
  color: #999999;
  text-transform: uppercase;
  padding: 15px 0;
  border: none;
  outline: none;
  position: relative;
}
@media (max-width: 479px) {
  /* line 925, ../sass/product.scss */
  .page-product-heading > li > a {
    padding: 10px 0;
  }
}
/* line 939, ../sass/product.scss */
.page-product-heading > li > a:active, .page-product-heading > li > a:focus, .page-product-heading > li > a:hover {
  background: transparent;
  color: #222222;
}
/* line 943, ../sass/product.scss */
.page-product-heading > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 2px;
  background: #666666;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 954, ../sass/product.scss */
.page-product-heading > li > a:hover:before {
  left: -14px;
  right: -14px;
}
/* line 961, ../sass/product.scss */
.page-product-heading > li.active a {
  border: none;
  color: #222222;
  background: transparent;
}
/* line 965, ../sass/product.scss */
.page-product-heading > li.active a:hover, .page-product-heading > li.active a:active, .page-product-heading > li.active a:focus {
  background: transparent;
  border: none;
  color: #222222;
}
/* line 970, ../sass/product.scss */
.page-product-heading > li.active a:before {
  left: -14px;
  right: -14px;
}
.size-redio{
border: none !important;
}
.size-redio input[type="radio"]{
position: relative;
z-index: 10;
opacity: 0;
width: 25px;
height: 25px;

}
.size-redio span{
position: relative;
left: -20px;
top: -11px;
z-index: 0;
font-size: 12px;
font-weight: 600;
}
.size-redio div{
display: inline-block;
z-index: 2;
height: 30px;

}
.size-redio div:focus{
border:1px solid #414141;
}
.size-redio input[type="radio"]:not(old){

}
.boder-check{
  border:2px solid #414141;
}
#product #add_to_compare{
  display: none;
}
#product #usefull_link_block{
  display: none;
}
/*#product #short_description_block{*/
/*   display: none;*/
/*}*/
#availability_statut span{
  background: transparent;
color: #2ab100;
padding: 0px;
font-size: 13px;
margin-left: 0px;

}
#availability_statut{
  position: relative;
top: -15px;

}
.share-lable{
color: #000;
margin-bottom: -21px;
display: block;

}
#product .socialsharing_product{
margin-left: 50px;
}

#view_full_size span.span_link{
  border:none;
}