/* product desc */
/* primary_block ***************************************************************************** */
/* line 6, ../sass/product.scss */
.primary_block {
  /*margin-bottom: 40px;*/
}
.fabric-group .showF {
	display: block;
}
		
@media screen and (max-width: 767px) {
  /* line 6, ../sass/product.scss */
  .primary_block {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 6, ../sass/product.scss */
  .primary_block {
    margin-bottom: 15px;
  }
}

/* line 15, ../sass/product.scss */
.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px;
}

/* line 20, ../sass/product.scss */
.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Palatino", serif;
}

/* line 27, ../sass/product.scss */
.box-security .product-heading-h5 {
  margin: 3px 0 -8px;
}
@media (max-width: 1199px) {
  /* line 27, ../sass/product.scss */
  .box-security .product-heading-h5 {
    margin-bottom: 8px;
  }
}

/* line 33, ../sass/product.scss */
.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto;
}

/* line 37, ../sass/product.scss */
a.fancybox-nav {
  outline: 0;
}

/* line 41, ../sass/product.scss */
.product-info-border {
  border: 1px solid #808080;
  min-height: 480px;
  overflow: hidden;
}

div#short_description_content p {
  padding-right: 10px;
}

@media (max-width: 767px) {
  /* line 41, ../sass/product.scss */
  .product-info-border {
    position: fixed;
    height: 0;
    min-height: auto;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
    transition: height 0.7s linear 0s;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    overflow: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 41, ../sass/product.scss */
  .product-info-border {
    height: 0;
    width: 100%;
    padding-right: 125px;
  }
}
/* line 68, ../sass/product.scss */
.product-info-border.open {
  height: 100%;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 68, ../sass/product.scss */
  .product-info-border.open {
    height: 100%;
  }
}

/* line 76, ../sass/product.scss */
.product-info-border-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 76, ../sass/product.scss */
  .product-info-border-mobile {
    display: block;
  }
}
/* line 81, ../sass/product.scss */
.product-info-border-mobile .primary_block {
  margin-bottom: 0;
}
/* line 84, ../sass/product.scss */
.product-info-border-mobile #image-block-mobile {
  text-align: center;
}
/* line 86, ../sass/product.scss */
.product-info-border-mobile #image-block-mobile img {
  max-width: 100%;
  height: auto;
}

/*making the product apear in the responsive with little twking*/
/* line 96, ../sass/product.scss */
.responsive .product-info-border-responsive {
  border: 1px solid #808080;
  height: 590px;
  overflow: hidden;
}
/* line 101, ../sass/product.scss */
.responsive #image-block-responsive {
  text-align: center;
}
/* line 104, ../sass/product.scss */
.responsive #image-block-responsive #view_full_size #bigpic {
  width: 45%;
  height: 45%;
}

/* line 111, ../sass/product.scss */
.box-cart-bottom-responsive {
  padding: 0;
  display: inline-flex;
  line-height: 18px;
}
@media (max-width: 767px) {
  /* line 111, ../sass/product.scss */
  .box-cart-bottom-responsive {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 119, ../sass/product.scss */
  .box-cart-bottom-responsive #add_to_cart .exclusive {
    width: 100%;
    padding: 25px;
    margin-left: 0;
  }
}

/* line 128, ../sass/product.scss */
.pb-right-column-responsive {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 5px;
}
/* line 133, ../sass/product.scss */
.pb-right-column-responsive ul {
  margin-left: 25%;
  list-style: initial;
}
/* line 136, ../sass/product.scss */
.pb-right-column-responsive ul li {
  font-size: 15px;
  line-height: 25px;
}

/* .pb-left-column ***************************************************************************** */
/* line 144, ../sass/product.scss */
.pb-left-column {
  position: relative;
}
@media (max-width: 767px) {
  /* line 144, ../sass/product.scss */
  .pb-left-column {
    display: none;
  }
}
/* line 149, ../sass/product.scss */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
@media (max-width: 767px) {
  /* line 149, ../sass/product.scss */
  .pb-left-column #image-block {
    width: 280px;
    margin: 0 auto;
  }
}
/* line 160, ../sass/product.scss */
.pb-left-column #image-block img {
  background: #fbfbfb;
  width: 100%;
}
/* line 165, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -68px;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  width: 136px;
  text-align: center;
  font-weight: 700;
 /* background: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); */
}
/* line 180, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}
/* line 189, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #5b5b5b;
}
/* line 196, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
/* line 200, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
/* line 205, ../sass/product.scss */
.pb-left-column #image-block .zoomPad {
  z-index: auto !important;
}
/* line 208, ../sass/product.scss */
.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
  z-index: 5002;
  display: none;
  /*delet this in order to get the labels new and sale in products */
}
/* line 215, ../sass/product.scss */
.pb-left-column #image-block .zoom {
  display: inline-block;
  position: relative;
}
/* line 218, ../sass/product.scss */
.pb-left-column #image-block .zoom img {
  display: block;
}
/* line 223, ../sass/product.scss */
.pb-left-column .socialsharing_product {
  margin: 30px 10px;
}
@media (max-width: 991px) {
  /* line 223, ../sass/product.scss */
  .pb-left-column .socialsharing_product {
    border-top: 1px solid #5b5b5b;
    padding-top: 50px;
    padding-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 232, ../sass/product.scss */
.pb-left-column .socialsharing_product button {
  display: inline-block;
  width: 35px;
  padding: 0;
  border: none;
  font-size: 28px;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  /* line 232, ../sass/product.scss */
  .pb-left-column .socialsharing_product button {
    margin-left: 8px;
  }
}
/* line 243, ../sass/product.scss */
.pb-left-column .socialsharing_product button i {
  color: #aba08e;
  line-height: 40px;
}
/* line 248, ../sass/product.scss */
.pb-left-column .socialsharing_product button:hover i {
  color: white;
}

/* miniatures */
/* line 258, ../sass/product.scss */
.pb-left-column #views_block {
  border-right: 1px solid #808080;
  height: 97px;
}
@media (max-width: 1199px) {
  /* line 258, ../sass/product.scss */
  .pb-left-column #views_block {
    height: 100%;
  }
}
@media (max-width: 767px) {
  /* line 258, ../sass/product.scss */
  .pb-left-column #views_block {
    width: 280px;
    margin-left: 10px auto 0px auto;
  }
}

/* line 269, ../sass/product.scss */
#full-view {
  float: left;
  height: 100%;
  width: 227px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
/* line 277, ../sass/product.scss */
#full-view a {
  display: inline-block;
  padding: 15px;
  color: #aba08e;
}
/* line 281, ../sass/product.scss */
#full-view a:hover, #full-view a:active, #full-view a:focus {
  color: #aba08e;
}

/* line 286, ../sass/product.scss */
#thumbs_list {
  float: right;
  overflow: hidden;

}
@media (max-width: 991px) {
  /* line 286, ../sass/product.scss */
  #thumbs_list {
    float: none;
    margin-bottom: -15px;
  }
}
/* line 293, ../sass/product.scss */
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
  width: 230px !important;
}
@media (max-width: 991px) {
  /* line 300, ../sass/product.scss */
  #thumbs_list li:first-child {
    border-right: 1px solid #5b5b5b;
  }
}
/* line 305, ../sass/product.scss */
#thumbs_list li {
  height: 97px;
  padding-top: 15px;
  float: left;
  cursor: pointer;
  border-left: 1px solid #808080;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  /* line 305, ../sass/product.scss */
  #thumbs_list li {
    height: 118px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 305, ../sass/product.scss */
  #thumbs_list li {
    width: 111px;
    height: 100px;
    border-left: none;
  }
}
/* line 319, ../sass/product.scss */
#thumbs_list li a {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbfbfb;
}
@media (max-width: 1199px) {
  /* line 319, ../sass/product.scss */
  #thumbs_list li a {
    margin-top: 20px;
  }
}
/* line 328, ../sass/product.scss */
#thumbs_list li img {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 328, ../sass/product.scss */
  #thumbs_list li img {
    width: 111px;
    height: 80px;
  }
}

/* line 339, ../sass/product.scss */
span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 339, ../sass/product.scss */
  span.view_scroll_spacer {
    padding-left: 6px;
    width: 28px;
  }
}

/* line 348, ../sass/product.scss */
#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 348, ../sass/product.scss */
  #view_scroll_left,
  #view_scroll_right {
    margin-top: 28px;
  }
}
/* line 359, ../sass/product.scss */
#view_scroll_left:before,
#view_scroll_right:before {
  padding-left: 2px;
  color: #c0c0c0;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
}
/* line 366, ../sass/product.scss */
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #5b5b5b;
}

/* line 370, ../sass/product.scss */
#view_scroll_right {
  float: left;
}
/* line 372, ../sass/product.scss */
#view_scroll_right:before {
  content: "\f138";
}

/* line 376, ../sass/product.scss */
#view_scroll_left {
  margin-top: 0;
}
/* line 378, ../sass/product.scss */
#view_scroll_left:before {
  content: "\f137";
  padding-right: 2px;
}

/* line 383, ../sass/product.scss */
.resetimg {
  padding: 10px 0 0;
}
/* line 385, ../sass/product.scss */
.resetimg #resetImages i {
  margin-right: 6px;
}

/* line 389, ../sass/product.scss */
.view_scroll_spacer {
  margin-top: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 389, ../sass/product.scss */
  .view_scroll_spacer {
    margin-top: 28px;
  }
}

/* link list */
/* line 397, ../sass/product.scss */
#usefull_link_block {
  list-style-type: none;
}
/* line 399, ../sass/product.scss */
#usefull_link_block li {
  margin: 0 0 8px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 399, ../sass/product.scss */
  #usefull_link_block li {
    float: none !important;
  }
}
/* line 404, ../sass/product.scss */
#usefull_link_block li:first-child {
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
}
/* line 409, ../sass/product.scss */
#usefull_link_block li a {
  color: #777676;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  display: inline-block;
}
/* line 417, ../sass/product.scss */
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  color: #5b5b5b;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
}
/* line 427, ../sass/product.scss */
#usefull_link_block li a:hover {
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 431, ../sass/product.scss */
  #usefull_link_block li.print {
    margin: 8px 0 0;
    padding: 0;
    border: none;
  }
}
/* line 437, ../sass/product.scss */
#usefull_link_block li.print a:before {
  content: "\f02f";
}
/* line 442, ../sass/product.scss */
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
/* line 446, ../sass/product.scss */
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
/* line 449, ../sass/product.scss */
#usefull_link_block li#left_share_fb a {
  padding-left: 18px;
}
/* line 452, ../sass/product.scss */
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
/* line 456, ../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;
  font-weight: 700;
  clear: both;
  float: none;
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
  position: relative;
}
/* line 468, ../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";
  color: #5b5b5b;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
/* line 479, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
  color: #000;
}
/* line 483, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* pb-left-column ****************************************************************************** */
/* line 491, ../sass/product.scss */
#center_column .pb-center-column {
  margin-top: 15px;
  border-right: 1px solid #c6c6c6;
  padding-left: 40px;
  padding-right: 40px;
  width: 29%;
  overflow-y: auto;
  height: 480px;
  /* form */
}
@media (max-width: 1199px) {
  /* line 491, ../sass/product.scss */
  #center_column .pb-center-column {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  /* line 491, ../sass/product.scss */
  #center_column .pb-center-column {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 491, ../sass/product.scss */
  #center_column .pb-center-column {
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 491, ../sass/product.scss */
  #center_column .pb-center-column {
    border-right: none;
  }
}
/* line 515, ../sass/product.scss */
#center_column .pb-center-column h1 {
  margin-top: 25px;
  font-size: 22px;
  color: #353535;
  text-align: left;
}
@media (max-width: 1199px) {
  /* line 515, ../sass/product.scss */
  #center_column .pb-center-column h1 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 515, ../sass/product.scss */
  #center_column .pb-center-column h1 {
    text-align: center;
  }
}
/* line 526, ../sass/product.scss */
#center_column .pb-center-column h1 span:last-child {
  font-size: 20px;
  color: #ccc750;
}
/* line 531, ../sass/product.scss */
#center_column .pb-center-column p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  /* line 531, ../sass/product.scss */
  #center_column .pb-center-column p {
    display: none;
  }
}
/* line 539, ../sass/product.scss */
#center_column .pb-center-column #product_reference {
  margin-bottom: 6px;
}
/* line 542, ../sass/product.scss */
#center_column .pb-center-column #short_description_block {
  color: #5b5b5b;
  max-height: 280px;
  margin-bottom: 15px;
  overflow-y: auto;
}
/* line 544, ../sass/product.scss */
#center_column .pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}
/* line 547, ../sass/product.scss */
#center_column .pb-center-column #short_description_block #short_description_content {
  padding: 0 0 15px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  /* line 547, ../sass/product.scss */
  #center_column .pb-center-column #short_description_block #short_description_content {
    display: none;
  }
}
/* line 556, ../sass/product.scss */
#center_column .pb-center-column #buy_block {
  margin-top: 10px;
}
/* line 558, ../sass/product.scss */
#center_column .pb-center-column #buy_block label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
/* line 566, ../sass/product.scss */
#center_column .pb-center-column #buy_block p.price {
  padding: 0;
}
/* line 571, ../sass/product.scss */
#center_column .pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

/* line 576, ../sass/product.scss */
.pb-right-column {
  margin-top: 43px;
  width: 29.3333%;
  /*667*375*/
}
@media (max-width: 1199px) {
  /* line 576, ../sass/product.scss */
  .pb-right-column {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  /* line 576, ../sass/product.scss */
  .pb-right-column {
    width: 36%;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  /* line 576, ../sass/product.scss */
  .pb-right-column {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  /* line 576, ../sass/product.scss */
  .pb-right-column {
    padding: 0;
  }
}
/* line 597, ../sass/product.scss */
.pb-right-column .box-info-product {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  /* line 597, ../sass/product.scss */
  .pb-right-column .box-info-product {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 603, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-images {
    text-align: center;
  }
}
/* line 607, ../sass/product.scss */
.pb-right-column .box-info-product .selection-items .selection-images img {
  border: 1px solid #ebebeb;
  margin-right: 30px;
  /*480*320*/
  /*568*320*/
}
@media (max-width: 1199px) {
  /* line 607, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-images img {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 607, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-images img {
    width: 20%;
    height: 20%;
    margin-right: 15px;
  }
  /* line 617, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-images img:last-child {
    margin-right: 0;
  }
}
@media screen and (max-device-width: 320px) and (orientation: landscape) {
  /* line 607, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-images img {
    width: 22%;
  }
}
@media screen and (max-device-width: 568px) and (orientation: landscape) {
  /* line 607, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-images img {
    width: 20%;
  }
}
@media (max-width: 767px) {
  /* line 634, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-text {
    text-align: center;
  }
}
/* line 638, ../sass/product.scss */
.pb-right-column .box-info-product .selection-items .selection-text p {
  font-family: palatino;
  font-weight: 800;
  color: #353535;
  padding-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 638, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-text p {
    text-align: center;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  /* line 638, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-text p {
    line-height: 5px !important;
  }
}
/* line 652, ../sass/product.scss */
.pb-right-column .box-info-product .selection-items .selection-text ul {
  list-style: initial;
  margin-left: 25px;
}
@media (max-width: 767px) {
  /* line 652, ../sass/product.scss */
  .pb-right-column .box-info-product .selection-items .selection-text ul {
    margin-left: 0;
    display: inline-block;
    text-align: left;
  }
}
/* line 660, ../sass/product.scss */
.pb-right-column .box-info-product .selection-items .selection-text ul li {
  font-size: 15px;
  line-height: 25px;
}

/* line 670, ../sass/product.scss */
#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative;
}
/* line 676, ../sass/product.scss */
#product p#loyalty b {
  color: #5b5b5b;
}
/* line 679, ../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 690, ../sass/product.scss */
#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word;
}
/* line 693, ../sass/product.scss */
#page .rte p {
  margin-bottom: 1em;
  min-height: 1px;
}

/* line 699, ../sass/product.scss */
#attributes fieldset {
  padding-bottom: 3px;
}
/* line 701, ../sass/product.scss */
#attributes fieldset label {
  vertical-align: top;
  display: block;
}
/* line 706, ../sass/product.scss */
#attributes .attribute_list {
  width: 100%;
}
/* line 708, ../sass/product.scss */
#attributes .attribute_list .form-control {
  max-width: 230px;
}
/* line 710, ../sass/product.scss */
#attributes .attribute_list .form-control option {
  background: #fff;
  color: #5b5b5b;
}
/* line 715, ../sass/product.scss */
#attributes .attribute_list ul {
  clear: both;
}
/* line 717, ../sass/product.scss */
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}
/* line 722, ../sass/product.scss */
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
/* line 726, ../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 732, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
/* line 734, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #d6d4d4;
  clear: none;
  width: 26px;
  height: 26px;
}
/* line 742, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
/* line 747, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  display: block;
  height: 22px;
  width: 22px;
}
/* line 753, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}

/* line 760, ../sass/product.scss */
.product_attributes,
.box-cart-bottom {
  padding: 10px 5px 10px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 760, ../sass/product.scss */
  .product_attributes,
  .box-cart-bottom {
    padding: 0;
  }
}
/* line 766, ../sass/product.scss */
.product_attributes #customise_product,
.box-cart-bottom #customise_product {
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 766, ../sass/product.scss */
  .product_attributes #customise_product,
  .box-cart-bottom #customise_product {
    margin-left: 30px;
  }
}
/* line 772, ../sass/product.scss */
.product_attributes #customise_product button,
.box-cart-bottom #customise_product button {
  font-weight: 400;
  text-transform: none;
  border-bottom: 1px solid #5b5b5b;
  display: inline;
  background: none;
  color: #5b5b5b;
  padding: 0;
  line-height: 1.2;
}
/* line 781, ../sass/product.scss */
.product_attributes #customise_product button i,
.box-cart-bottom #customise_product button i {
  padding-right: 4px;
}

@media screen and (max-width: 767px) {
  /* line 788, ../sass/product.scss */
  .product_attributes {
    text-align: center;
  }
}

/* line 795, ../sass/product.scss */
.box-cart-bottom .add_to_cart_container {
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 795, ../sass/product.scss */
  .box-cart-bottom .add_to_cart_container {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 795, ../sass/product.scss */
  .box-cart-bottom .add_to_cart_container {
    width: 55%;
  }
}
@media (max-width: 767px) {
  /* line 805, ../sass/product.scss */
  .box-cart-bottom .add_to_cart_container #add_to_cart .exclusive {
    width: 100%;
    padding: 25px;
    margin-left: 0;
  }
}

/* line 817, ../sass/product.scss */
#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline;
}
/* line 821, ../sass/product.scss */
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none;
}

/* line 826, ../sass/product.scss */
.box-info-product p {
  margin-bottom: 7px;
  padding: 0;
}
/* line 830, ../sass/product.scss */
.box-info-product .exclusive {
  border: none;
  background-color: #ccc750;
  padding: 0;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 800;
  padding: 3px 15px 0px 10px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #5b5b5b;
}
@media (max-width: 1199px) {
  /* line 830, ../sass/product.scss */
  .box-info-product .exclusive {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 830, ../sass/product.scss */
  .box-info-product .exclusive {
    line-height: 18px;
    padding: 6px 15px 4px 10px;
  }
}
/* line 851, ../sass/product.scss */
.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
  height: 51px;
  border: none;
}
/* line 856, ../sass/product.scss */
.box-info-product .exclusive span {
  font-family: "Palatino", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 5px;
  color: black;
  display: block !important;
}
@media (max-width: 1199px) {
  /* line 856, ../sass/product.scss */
  .box-info-product .exclusive span {
    padding: 15px 5px 15px 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /* line 856, ../sass/product.scss */
  .box-info-product .exclusive span {
    padding: 8px 12px 10px;
    text-align: left;
  }
}

/* line 878, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
}
/* line 883, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
  padding: 0;
  border-top: 1px solid #0079b6;
  border-right: 1px solid #006fa8;
  border-left: 1px solid #006fa8;
  border-bottom: 1px solid #012740;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background-image: -moz-linear-gradient(#009ad0, #007ab7);
  background-image: -webkit-linear-gradient(#009ad0, #007ab7);
  background-image: linear-gradient(#009ad0, #007ab7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 );
}
/* line 894, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
  font-family: "FontAwesome";
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  color: black;
  font-size: 25px;
  line-height: 47px;
  text-shadow: 0 1px #015883;
  content: "\f07a";
  z-index: 2;
  width: 51px;
  text-align: center;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  /* line 894, ../sass/product.scss */
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    display: none;
  }
}
/* line 915, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
  content: "\f00c";
}
/* line 921, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
}
/* line 929, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
@media (max-width: 991px) {
  /* line 929, ../sass/product.scss */
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    display: none;
  }
}
/* line 942, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
  border-top: 1px solid #006fa8;
  text-shadow: 0 1px #015883;
  padding: 12px 16px 14px;
  color: black;
  display: block !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  /* line 942, ../sass/product.scss */
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /* line 942, ../sass/product.scss */
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    padding: 8px 12px 10px;
    text-align: center;
  }
}
/* line 962, ../sass/product.scss */
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
  background-image: -moz-linear-gradient(#007ab7, #009ad0);
  background-image: -webkit-linear-gradient(#007ab7, #009ad0);
  background-image: linear-gradient(#007ab7, #009ad0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
  background-position: 0 0;
}

/* table_data_sheet */
/* line 973, ../sass/product.scss */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}
/* line 978, ../sass/product.scss */
.table-data-sheet tr {
  border-top: 1px solid #d6d4d4;
}
/* line 980, ../sass/product.scss */
.table-data-sheet tr.even {
  background: #fdfdfd;
}
/* line 983, ../sass/product.scss */
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
/* line 985, ../sass/product.scss */
.table-data-sheet tr td:first-child {
  border-right: 1px solid #d6d4d4;
  width: 30%;
  font-weight: 700;
  color: #5b5b5b;
}

/* table product-discounts */
/* line 996, ../sass/product.scss */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 996, ../sass/product.scss */
  table.table-product-discounts {
    width: 100%;
  }
}
/* line 1006, ../sass/product.scss */
table.table-product-discounts tr th {
  background: #fbfbfb;
  color: #5b5b5b;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
/* line 1013, ../sass/product.scss */
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #d6d4d4;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #d6d4d4;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

/* accessories  */
/* line 1030, ../sass/product.scss */
.accessories-block .block_description {
  display: none;
}
/* line 1033, ../sass/product.scss */
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
/* line 1038, ../sass/product.scss */
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
/* line 1043, ../sass/product.scss */
.accessories-block .product-name {
  margin-bottom: 5px;
}
/* line 1045, ../sass/product.scss */
.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: #353535;
}
/* line 1049, ../sass/product.scss */
.accessories-block .product-name a:hover {
  color: #515151;
}
/* line 1055, ../sass/product.scss */
.accessories-block div ul li a {
  display: inline-block;
}
/* line 1059, ../sass/product.scss */
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700;
}

/* quantity_wanted */
@media (max-width: 767px) {
  /* line 1068, ../sass/product.scss */
  #quantity_wanted_p {
    margin-bottom: 15px;
    display: inline-block;
  }
}
/* line 1073, ../sass/product.scss */
#quantity_wanted_p input {
  width: 40px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px;
  text-align: center;
}
/* line 1082, ../sass/product.scss */
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px;
}
/* line 1086, ../sass/product.scss */
#quantity_wanted_p .product_quantity_down, #quantity_wanted_p .product_quantity_up {
  border: none;
}
/* line 1088, ../sass/product.scss */
#quantity_wanted_p .product_quantity_down span, #quantity_wanted_p .product_quantity_up span {
  background: transparent;
}
/* line 1092, ../sass/product.scss */
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px;
}

/* availability_statut */
/* line 1099, ../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 1107, ../sass/product.scss */
#quantityAvailable {
  color: #5b5b5b;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

/* line 1113, ../sass/product.scss */
#availability_value,
#last_quantities {
  color: black;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px;
}

/* line 1122, ../sass/product.scss */
#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px;
}

/* line 1130, ../sass/product.scss */
#availability_statut,
#pQuantityAvailable {
  display: inline-block;
}

/* line 1134, ../sass/product.scss */
#pQuantityAvailable span {
  font-weight: 700;
  color: #5b5b5b;
}

/* box-security */
/* line 1140, ../sass/product.scss */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 );
}

/* prices */
/* line 1148, ../sass/product.scss */
.content_prices {
  padding: 13px 19px;
}

/* line 1151, ../sass/product.scss */
.discount {
  display: none;
}

/* line 1154, ../sass/product.scss */
.our_price_display {
  font-weight: 400;
  font-size: 29px;
  line-height: 32px;
  font-family: "Palatino", serif;
  color: #5b5b5b;
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 1154, ../sass/product.scss */
  .our_price_display {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  /* line 1154, ../sass/product.scss */
  .our_price_display {
    text-align: center;
    display: block;
  }
}
/* line 1170, ../sass/product.scss */
.our_price_display .price {
  font-weight: 700;
  font-size: 29px;
  line-height: 32px;
  color: #066964;
}
@media (max-width: 991px) {
  /* line 1170, ../sass/product.scss */
  .our_price_display .price {
    font-size: 26px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  /* line 1170, ../sass/product.scss */
  .our_price_display .price {
    font-size: 35px;
  }
}

/* line 1184, ../sass/product.scss */
#old_price {
  padding-bottom: 15px;
  font-size: 17px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Palatino", serif;
  line-height: 23px;
}

/* line 1192, ../sass/product.scss */
#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 400;
  font-family: "Palatino", serif;
  font-size: 21px;
  line-height: 23px;
  color: black;
  background: #f13340;
  border: 1px solid #d02a2c;
}
/* line 1203, ../sass/product.scss */
#reduction_percent span,
#reduction_amount span {
  display: block;
}
/* line 1206, ../sass/product.scss */
.hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
#reduction_amount {
  display: inline-block;
}

/* online_only */
/* line 1212, ../sass/product.scss */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}

/* line 1218, ../sass/product.scss */
.buttons_bottom_block {
  clear: both;
  padding: 13px 19px 0;
}
/* line 1221, ../sass/product.scss */
.buttons_bottom_block #wishlist_button {
  font-weight: 700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
/* line 1227, ../sass/product.scss */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 1227, ../sass/product.scss */
  #send_friend_form {
    width: 280px;
  }
}
/* line 1234, ../sass/product.scss */
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #d6d4d4;
}
/* line 1238, ../sass/product.scss */
#send_friend_form .product p {
  padding: 0;
  color: #5b5b5b;
}
/* line 1241, ../sass/product.scss */
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
/* line 1247, ../sass/product.scss */
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #d6d4d4;
  background: #fbfbfb;
}
/* line 1252, ../sass/product.scss */
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #5b5b5b;
}
/* line 1258, ../sass/product.scss */
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
/* line 1263, ../sass/product.scss */
#send_friend_form .form_container .text {
  padding-bottom: 10px;
}
/* line 1265, ../sass/product.scss */
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
/* line 1271, ../sass/product.scss */
#send_friend_form .form_container .text input {
  padding: 0 5px;
  height: 22px;
  width: 100%;
  border: 1px solid base-border-color;
  font-size: 12px;
  color: #666;
}
/* line 1281, ../sass/product.scss */
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}

/* PERSONNALISATION ##################################################################### */
/* line 1290, ../sass/product.scss */
p.infoCustomizable {
  margin-bottom: 30px;
}

/* line 1294, ../sass/product.scss */
ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

/* line 1298, ../sass/product.scss */
.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4;
}

/* line 1304, ../sass/product.scss */
.customizationUploadLine {
  padding-bottom: 10px;
}
/* line 1306, ../sass/product.scss */
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
/* line 1310, ../sass/product.scss */
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #d6d4d4;
  color: #777777;
}

/* line 1316, ../sass/product.scss */
.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

/* line 1320, ../sass/product.scss */
#customizedDatas {
  float: right;
}

/******************************************************************
Quick View Styles
******************************************************************/
/* line 1329, ../sass/product.scss */
#product.content_only div.primary_block {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 1329, ../sass/product.scss */
  #product.content_only div.primary_block {
    margin-right: 0;
  }
}
/* line 1335, ../sass/product.scss */
#product.content_only div.primary_block div.pb-left-column {
  padding: 20px 20px 5px 35px;
  width: 47%;
}
@media (max-width: 479px) {
  /* line 1335, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column {
    width: 100%;
    float: none;
  }
}
/* line 1342, ../sass/product.scss */
#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
  width: 38px;
  padding-left: 10px;
}
/* line 1346, ../sass/product.scss */
#product.content_only div.primary_block div.pb-left-column #thumbs_list {
  width: 392px;
}
/* line 1350, ../sass/product.scss */
#product.content_only div.primary_block div.pb-center-column {
  padding: 20px 20px 60px 0px;
  width: 27.5%;
  margin-bottom: 0;
  min-height: 623px;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 1350, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column {
    min-height: 440px;
  }
}
@media (max-width: 479px) {
  /* line 1350, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column {
    width: 100%;
    float: none;
  }
}
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  /* line 1350, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column {
    padding: 0;
  }
}
/* line 1368, ../sass/product.scss */
#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
  padding-right: 0;
}
@media (max-width: 479px) {
  /* line 1372, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column .comments_advices li {
    display: block;
  }
  /* line 1375, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
    margin: 0;
    padding: 0;
    border: none;
  }
}
/* line 1381, ../sass/product.scss */
#product.content_only div.primary_block div.pb-center-column #ShareDiv {
  position: absolute;
  bottom: 8px;
}
/* line 1386, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column {
  width: 25.5%;
  padding-right: 15px;
  padding-left: 0;
}
/* line 1390, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product {
  border-top-width: 0px;
  border-right: none;
  border-bottom: none;
  min-height: 623px;
  height: 100%;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  padding-bottom: 125px;
}
@media (max-width: 991px) {
  /* line 1390, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column .box-info-product {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d6d4d4;
  }
}
/* line 1403, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
  display: block;
  width: 100%;
}
/* line 1406, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
  display: block;
}
/* line 1410, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1410, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
    padding: 12px 22px 14px 70px;
    font-size: 20px;
  }
}
/* line 1419, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product #customise_product button {
  display: inline;
  background: none;
  color: #066964;
}
/* line 1424, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
  right: 0;
  left: 0;
}
/* line 1430, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
  width: 230px;
}
/* line 1434, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .product_attributes,
#product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
  -moz-box-shadow: transparent 0px 0px 0px;
  -webkit-box-shadow: transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px;
}
/* line 1438, ../sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .product_attributes {
  padding-top: 0;
}

/* line 1446, ../sass/product.scss */
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

@media (max-width: 1050px) and (max-width: 479px) {
  /* line 1454, ../sass/product.scss */
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-left: 0;
  }
}
@media (max-width: 1050px) {
  /* line 1459, ../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 1462, ../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 1469, ../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 1472, ../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 1479, ../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;
  }
}
@media (max-width: 1050px) and (max-width: 479px) {
  /* line 1479, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 100%;
    float: none;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1050px) {
  /* line 1490, ../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;
  }
}
@media (max-width: 1050px) and (max-width: 479px) {
  /* line 1490, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    margin-top: 10px;
    width: 100%;
    float: none;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1050px) {
  /* line 1500, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column .box-info-product,
  #product.content_only section.primary_block div.pb-right-column .box-info-product {
    border-top-width: 1px;
    min-height: 1px;
  }
}
/***** IE code ****/
/* line 1517, ../sass/product.scss */
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4;
}
/* line 1524, ../sass/product.scss */
.ie8 .box-security {
  filter: none;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 1529, ../sass/product.scss */
  #product #page {
    margin-right: 120px;
  }
}

/* line 1535, ../sass/product.scss */
p#current-section-text {
  display: none;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 1535, ../sass/product.scss */
  p#current-section-text {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 20px !important;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-height: 320px) and (orientation: landscape) {
  /* line 1535, ../sass/product.scss */
  p#current-section-text {
    margin-bottom: 2px;
  }
}
@media screen and (max-height: 285px) and (orientation: landscape) {
  /* line 1549, ../sass/product.scss */
  p#current-section-text span.current {
    display: none;
  }
}

.pb-right-column .box-info-product .selection-items .selection-images img[src=" "]{ display:none;}