/* product desc */
/* primary_block ***************************************************************************** */
/* line 7, ../sass/product.scss */
.primary_block {
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}

/* line 12, ../sass/product.scss */
.three_column .primary_block {
  overflow: inherit;
}

/* line 15, ../sass/product.scss */
.top-hr {
  background: #c4c4c4;
  height: 5px;
  margin: 2px 0 31px;
}

/* line 20, ../sass/product.scss */
.product-heading-h5 {
  color: white;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
}

/* line 27, ../sass/product.scss */
.box-security .product-heading-h5 {
  display: none;
}

/* line 31, ../sass/product.scss */
#productscategory_list .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
}
/* line 33, ../sass/product.scss */
#productscategory_list .product-name a,
.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: black;
}
/* line 37, ../sass/product.scss */
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
  color: #0072ff;
}

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

/* .pb-left-column ***************************************************************************** */
/* line 49, ../sass/product.scss */
.pb-left-column #image-block {
  text-align: center;
  margin-top: 10px;
}
/* line 52, ../sass/product.scss */
.pb-left-column #image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 55, ../sass/product.scss */
  .pb-left-column #image-block .zoomPup, .pb-left-column #image-block .zoomWindow, .pb-left-column #image-block .zoomPreload {
    display: none !important;
  }
}
/* line 60, ../sass/product.scss */
.pb-left-column #image-block #view_full_size {
  display: inline-block;
  cursor: pointer;
}
/* line 63, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link {
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  font-weight: 700;
}
/* line 70, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}
/* line 78, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:hover {
  color: #333333;
}
/* line 85, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
/* line 89, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
/* line 94, ../sass/product.scss */
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
/* line 98, ../sass/product.scss */
.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
  z-index: 50002;
}

/* miniatures */
/* line 104, ../sass/product.scss */
.pb-left-column #views_block {
  margin-top: 45px;
  position: relative;
  text-align: center;
}

/* line 109, ../sass/product.scss */
#thumbs_list {
  overflow: hidden;
  width: 369px;
  display: inline-block;
}
@media (max-width: 479px) {
  /* line 109, ../sass/product.scss */
  #thumbs_list {
    width: 246px;
  }
}
/* line 116, ../sass/product.scss */
#thumbs_list ul#thumbs_list_frame {
  overflow: hidden;
}
/* line 119, ../sass/product.scss */
#thumbs_list li {
  float: left;
  cursor: pointer;
  margin-right: 6px;
  line-height: 0;
  width: 117px;
}
/* line 125, ../sass/product.scss */
#thumbs_list li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
/* line 129, ../sass/product.scss */
#thumbs_list li a:hover, #thumbs_list li a.shown {
  border: 1px solid #d1d1d1;
}
/* line 133, ../sass/product.scss */
#thumbs_list li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 138, ../sass/product.scss */
#product.content_only #thumbs_list {
  width: 369px;
}

@media (min-width: 1200px) {
  /* line 142, ../sass/product.scss */
  .two_column #thumbs_list {
    width: 246px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 142, ../sass/product.scss */
  .two_column #thumbs_list {
    width: 123px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 152, ../sass/product.scss */
  .one_column #thumbs_list {
    width: 246px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 152, ../sass/product.scss */
  .one_column #thumbs_list {
    width: 246px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 161, ../sass/product.scss */
  .three_column #thumbs_list {
    width: 246px;
  }
}

/* line 167, ../sass/product.scss */
#view_scroll_right {
  right: 40%;
  top: -39px;
}
@media (max-width: 479px) {
  /* line 167, ../sass/product.scss */
  #view_scroll_right {
    right: 38%;
  }
}

@media (max-width: 1199px) {
  /* line 176, ../sass/product.scss */
  .two_column #view_scroll_right {
    right: 35%;
  }
  /* line 177, ../sass/product.scss */
  .two_column #view_scroll_left {
    left: 35%;
  }
}

/* line 180, ../sass/product.scss */
#view_scroll_left {
  left: 40%;
  top: -40px;
}
@media (max-width: 479px) {
  /* line 180, ../sass/product.scss */
  #view_scroll_left {
    left: 38%;
  }
}

/* line 188, ../sass/product.scss */
.resetimg {
  padding: 10px 0 0;
}
/* line 190, ../sass/product.scss */
.resetimg #resetImages i {
  margin-right: 6px;
}

/* link list */
/* line 196, ../sass/product.scss */
#usefull_link_block {
  clear: both;
}
/* line 198, ../sass/product.scss */
#usefull_link_block li {
  margin-bottom: 7px;
  position: relative;
}
/* line 201, ../sass/product.scss */
#usefull_link_block li a {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  line-height: 16px;
  display: inline-block;
}
/* line 207, ../sass/product.scss */
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: -1px;
  left: 0;
  font-weight: normal;
}
/* line 218, ../sass/product.scss */
#usefull_link_block li.print a:before {
  content: "\f02f";
}
/* line 223, ../sass/product.scss */
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
/* line 227, ../sass/product.scss */
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
/* line 230, ../sass/product.scss */
#usefull_link_block li#left_share_fb a {
  padding-left: 18px;
}
/* line 233, ../sass/product.scss */
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
/* line 240, ../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 249, ../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: #333333;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
/* line 260, ../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 264, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* line 269, ../sass/product.scss */
#usefull_link_block li {
  float: left;
  margin-left: 12px;
  border-left: 1px solid #ccc;
  padding-left: 12px;
  margin-bottom: 0px;
}
/* line 275, ../sass/product.scss */
#usefull_link_block li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}

/* line 281, ../sass/product.scss */
#quantity_wanted_p input {
  width: 85px;
}

/* pb-left-column ****************************************************************************** */
/* line 286, ../sass/product.scss */
.pb-center-column {
  padding-top: 20px;
  border-right: 1px dashed #d9d9d9;
  /* form */
}
@media (max-width: 767px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    min-height: 475px;
  }
}
@media (min-width: 992px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    min-height: 510px;
  }
}
@media (min-width: 1200px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    min-height: 567px;
  }
}
/* line 301, ../sass/product.scss */
.pb-center-column h5 {
  padding-bottom: 10px;
}
/* line 303, ../sass/product.scss */
.pb-center-column h5 span {
  font-size: 24px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 20px;
}
/* line 311, ../sass/product.scss */
.pb-center-column p {
  margin-bottom: 10px;
}
/* line 313, ../sass/product.scss */
.pb-center-column p label {
  font-weight: 400;
  color: #666666;
  margin-bottom: 0px;
}
/* line 319, ../sass/product.scss */
.pb-center-column #product_reference {
  margin-bottom: 2px;
  font-size: 13px;
  margin-top: 8px;
}
/* line 324, ../sass/product.scss */
.pb-center-column #product_condition {
  margin-bottom: 2px;
}
/* line 327, ../sass/product.scss */
.pb-center-column #short_description_block {
  margin-top: 18px;
  margin-bottom: 30px;
}
/* line 330, ../sass/product.scss */
.pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}
/* line 335, ../sass/product.scss */
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

/* line 340, ../sass/product.scss */
#buy_block {
  margin: 20px 20px 0;
}
@media (max-width: 767px) {
  /* line 340, ../sass/product.scss */
  #buy_block {
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 340, ../sass/product.scss */
  #buy_block {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 353, ../sass/product.scss */
#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin: 10px 0 -5px;
  position: relative;
}
/* line 359, ../sass/product.scss */
#product p#loyalty b {
  color: #333333;
}
/* line 362, ../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 373, ../sass/product.scss */
#page .rte {
  word-wrap: break-word;
}

/* line 377, ../sass/product.scss */
#attributes fieldset {
  margin-bottom: 10px;
}
/* line 380, ../sass/product.scss */
#attributes .attribute_list {
  width: 100%;
}
/* line 382, ../sass/product.scss */
#attributes .attribute_list .form-control {
  max-width: 230px;
}
/* line 384, ../sass/product.scss */
#attributes .attribute_list .form-control option {
  background: white;
  color: #666666;
}
/* line 389, ../sass/product.scss */
#attributes .attribute_list ul {
  clear: both;
}
/* line 391, ../sass/product.scss */
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}
/* line 396, ../sass/product.scss */
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
/* 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 3px 3px 0;
  padding: 1px;
  border: 1px solid #d1d1d1;
  clear: none;
}
/* line 414, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
/* line 420, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li:hover {
  border: 1px solid #4d4d4d;
}
/* line 423, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}
/* line 425, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected a {
  cursor: default;
}

/* line 434, ../sass/product.scss */
.box-cart-bottom p {
  margin-bottom: 30px;
}
/* line 437, ../sass/product.scss */
.box-cart-bottom p#add_to_cart {
  margin-bottom: 10px;
}

/* table_data_sheet */
/* line 443, ../sass/product.scss */
.table-data-sheet {
  border: 1px solid #d3d3d3;
  width: 100%;
  background: white;
}
/* line 447, ../sass/product.scss */
.table-data-sheet tr {
  border-top: 1px solid #d1d1d1;
}
/* line 449, ../sass/product.scss */
.table-data-sheet tr.even {
  background: #fdfdfd;
}
/* line 452, ../sass/product.scss */
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
/* line 454, ../sass/product.scss */
.table-data-sheet tr td:first-child {
  border-right: 1px solid #d1d1d1;
  width: 30%;
  font-weight: 700;
  color: #333333;
}

/* table product-discounts */
/* line 465, ../sass/product.scss */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  width: 50%;
  margin: 0 0 20px;
  background: white;
}
@media (max-width: 767px) {
  /* line 465, ../sass/product.scss */
  table.table-product-discounts {
    width: 100%;
  }
}
/* line 475, ../sass/product.scss */
table.table-product-discounts tr th {
  background: #f6f6f6;
  color: #333333;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
/* line 483, ../sass/product.scss */
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #d1d1d1;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #d1d1d1;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

/* accessories  */
/* line 499, ../sass/product.scss */
.accessories-block .block_description {
  display: none;
}
/* line 502, ../sass/product.scss */
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
/* line 508, ../sass/product.scss */
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}

/* quantity_wanted */
/* line 516, ../sass/product.scss */
#quantity_wanted_p input {
  width: 56px;
  float: left;
  height: 36px;
  line-height: 26px;
  padding: 5px 10px;
}
/* line 523, ../sass/product.scss */
#quantity_wanted_p .btn {
  float: left;
}
/* line 526, ../sass/product.scss */
#quantity_wanted_p label {
  display: block;
}

/* availability_statut */
/* line 536, ../sass/product.scss */
#quantityAvailable {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

/* line 543, ../sass/product.scss */
#availability_value,
#last_quantities {
  color: #569800;
  font-size: 13px;
}

/* line 547, ../sass/product.scss */
#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

/* line 554, ../sass/product.scss */
#pQuantityAvailable span {
  font-weight: 700;
  color: #333333;
}

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

/* prices */
/* line 563, ../sass/product.scss */
.content_prices {
  margin-top: 18px;
  margin-bottom: 15px;
}

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

/* line 570, ../sass/product.scss */
.our_price_display {
  font-size: 24px;
}

/* line 575, ../sass/product.scss */
#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: white;
  background: #f13340;
  border: 1px solid #d02a2c;
}
/* line 586, ../sass/product.scss */
#reduction_percent span,
#reduction_amount span {
  display: block;
}

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

/* line 599, ../sass/product.scss */
.buttons_bottom_block {
  clear: both;
}
/* line 601, ../sass/product.scss */
.buttons_bottom_block #wishlist_button {
  font-weight: 700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
/* line 607, ../sass/product.scss */
#send_friend_form {
  width: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 607, ../sass/product.scss */
  #send_friend_form {
    width: 280px;
  }
}
/* line 613, ../sass/product.scss */
#send_friend_form .product {
  margin-bottom: 20px;
}
/* line 615, ../sass/product.scss */
#send_friend_form .product img {
  margin-right: 10px;
  border: 1px solid #d1d1d1;
  float: left;
}
@media (max-width: 767px) {
  /* line 615, ../sass/product.scss */
  #send_friend_form .product img {
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
/* line 625, ../sass/product.scss */
#send_friend_form .product p {
  padding: 0;
  color: #333333;
}
/* line 628, ../sass/product.scss */
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
/* line 634, ../sass/product.scss */
#send_friend_form .form-control {
  width: 95%;
}
/* line 637, ../sass/product.scss */
#send_friend_form .submit {
  margin: 20px 10px;
  text-align: right;
}

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

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

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

/* line 661, ../sass/product.scss */
.customizationUploadLine {
  padding-bottom: 10px;
}
/* line 663, ../sass/product.scss */
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
/* line 667, ../sass/product.scss */
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #d1d1d1;
  color: #777777;
}

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

/* line 678, ../sass/product.scss */
#customizedDatas {
  float: right;
}

/* line 684, ../sass/product.scss */
.accessories_block div ul li a {
  display: inline-block;
}
/* line 689, ../sass/product.scss */
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700;
}

/******************************************************************
Quick View Styles

#product.content_only {
	div {
		&.primary_block {	
			margin-bottom: 0;															
			@media (max-width: $screen-sm-max) { //max 991px
				margin-right: 0;
			} 
			div {
				&.pb-left-column {
					padding: 20px 20px 5px 35px;
					width: 47%;
					@media (max-width: $screen-xs - 1)  {  // max 479px 
						width: 100%;
						float: none	;																		
					}
					span.view_scroll_spacer{
						width: 38px;
						padding-left: 10px;
					}
					#thumbs_list {
						width: 392px;	
					}
				}
				&.pb-center-column {
					padding: 20px 20px 60px 0px;
					width: 27.5%;
					margin-bottom: 0;
					min-height: 623px;
					height: 100%;														
					@media (max-width: $screen-sm-max) {  //max 991px
						min-height: 440px;																			
					}
					@media (max-width: $screen-xs - 1)  { // max 479px 
						width: 100%;
						float: none	;																		
					}
					.product_comments_block_extra{
						padding-right: 0;
					}
					@media (max-width: $screen-xs - 1)  { 	// max 479px 
						.comments_advices li{
							display: block;
						}	
						.comments_advices a.reviews{
							margin: 0;
							padding: 0;
							border: none;
						}	
					}
					#ShareDiv{
						position: absolute;
						bottom: 8px;
					}
				}
				&.pb-right-column {
					width: 25.5%;
					padding-right: 15px;
					padding-left: 0;
					.box-info-product {
						border-top-width: 0px;
						border-right: none;
						border-bottom: none;
						min-height: 623px;
						height: 100%;
						@include border-radius(0 4px 4px 0);
						position: relative;
						padding-bottom: 125px;															
						@media (max-width: $screen-sm-max) {  //max 991px
							@include border-radius(0);	
							border: $main_border;
						} 					
						#add_to_cart .exclusive{
							display: block;
							width: 100%;
							&:before,
							&:after{
								display: block;
							}
							span {													
								font-size: 20px;	
								text-align: center;
								@media (max-width: $screen-md-max) { //max 1199px
									padding: 12px 22px 14px 70px;
									font-size: 20px;  
								}
							}
						}
						.box-cart-bottom {
							position: absolute;
							bottom: 0;
							right: 0;
							left: 0;
						}
					}		
					#attributes .attribute_list {
						.form-control {
							width: 230px;
						}	
					}
					.product_attributes, 
					.box-cart-bottom {
						@include box-shadow(rgba(black,0) 0px 0px 0px);
					}
					.product_attributes { 
						padding-top:0;
					}
				}
			}
		}	
	}
}
*/
/* line 811, ../sass/product.scss */
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

@media (max-width: 1000px) {
  /* line 823, ../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 826, ../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 833, ../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: 130px;
    height: 130px;
  }
  /* line 836, ../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: 120px;
    height: 120px;
  }
  /* line 843, ../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 854, ../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 864, ../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;
  }
}
@media (max-width: 1000px) and (max-width: 479px) {
  /* line 818, ../sass/product.scss */
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-left: 0;
  }
}
@media (max-width: 1000px) and (max-width: 479px) {
  /* line 843, ../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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) and (max-width: 479px) {
  /* line 854, ../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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 876, ../sass/product.scss */
.page-product-box > div {
  background-color: #fff;
  padding: 20px;
}
/* line 880, ../sass/product.scss */
.page-product-box .rte {
  font-size: 13px;
}
/* line 882, ../sass/product.scss */
.page-product-box .rte > div {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 6px;
}
/* line 886, ../sass/product.scss */
.page-product-box .rte > div em {
  font-style: italic;
  color: #999;
}
/* line 891, ../sass/product.scss */
.page-product-box .rte p {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  /* line 898, ../sass/product.scss */
  .hide-left-column .page-product-box .rte em,
  .hide-right-column .page-product-box .rte em {
    width: 675px;
    display: inline-block;
  }
}

/* line 905, ../sass/product.scss */
.block_product {
  margin-bottom: 20px;
  position: relative;
}

/* line 909, ../sass/product.scss */
.zoomWindow {
  border: 1px solid #dcdcdc;
}

/* line 913, ../sass/product.scss */
.three_column .primary_block > div {
  width: 100%;
  float: none;
}
/* line 917, ../sass/product.scss */
.three_column #buy_block {
  margin: 10px;
}
/* line 920, ../sass/product.scss */
.three_column .pb-center-column {
  min-height: 100px;
  border-right: none;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 929, ../sass/product.scss */
  .two_column .primary_block > div {
    width: 100%;
  }
  /* line 932, ../sass/product.scss */
  .two_column #buy_block {
    margin: 10px;
  }
  /* line 935, ../sass/product.scss */
  .two_column .pb-center-column {
    min-height: 100px;
    border-right: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
