#product #page {
	background: #f9f9f9;
}

#primary_block{
	display: flex;
}

#product .header_global_container {
	margin-bottom: 15px;
}

#product #product-gallery .breadcrumb{
	margin-top: 30px;
}

#pb-right-column{
	width: 60%;
	padding-right: 15px;
}

#pb-left-column {
	width: 40%;
}

#product_stock{
	margin-right: 25px;

	display: flex;
	align-items: center;
}

.send_time{
	font-style: italic;
	color: #80996d;
	margin-left: 15px;
	font-weight: 400;
}

#product_stock i.stock_positive{
	color: #80996d;
	position: relative;
	top: 2px;
	margin-right: 6px;
}

#product_stock i.stock_negative{
	color: #c37171;
	position: relative;
	top: 2px;
	margin-right: 6px;
}

#pb-right-column #image-block {
	position: relative;
}

#pb-right-column #image-block img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
}

#pb-right-column #image-block #view_full_size.product-images-desktop {
  display:block;
  cursor:pointer;
}

#pb-right-column #image-block #view_full_size .span_link {
  position: absolute;
  background-image: url(../img/icon/zoom.png);
  width: 36px;
  height: 36px;
  text-indent:-9999px;
  left: 0px;
  display: none !important;
}

#pb-right-column #image-block #view_full_size .span_link img {
  position:relative;
  top:3px;
  left:-3px;
  border:none;
  padding-right:2px;
}

/* miniatures */
#pb-right-column #views_block {
	margin-top: 15px;
	margin-bottom: 10px;
}

body.content_only span.view_scroll_spacer {position:absolute;left:20px;}

span.view_scroll_spacer {
  position:relative; 
  z-index: 10;
  height: 30px;
  width: 30px;
}

#view_scroll_left,
#view_scroll_right {
  height: 30px;
  width: 30px;
  min-width: 30px;
  text-indent:-3000px;
  background:url(../img/thumbs_left.gif) no-repeat center center transparent;
  outline: none;
  display: block;
}

body.content_only #view_scroll_left {
text-indent: -3000px;
background: #fff url(../img/thumbs_left.gif) no-repeat center;
outline: none;
border: 1px solid rgb(170, 170, 170);
left: 0px;
}

#view_scroll_left {
text-indent: -3000px;
background: #fff url(../img/thumbs_left.gif) no-repeat center;
outline: none;
border: 1px solid rgb(170, 170, 170);
-webkit-border-radius: 50%;
border-radius: 50%;
}


#view_scroll_right {
  text-indent: -3000px;
  background: #fff url(../img/thumbs_right.gif) no-repeat center;
  outline: none;
  border: 1px solid rgb(170, 170, 170);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  /*margin-left: 455px;*/
  z-index: 99;
}

.resetimg {
  padding:10px 0 0;
}

.specialacc:after {
  float: right;
	content: "\e07f";
	font-family: "uicons-regular-straight";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 3px;
  color: #8e8e8e;
}

.specialacc.collapsed:after {
  float: right;
	content: "\e07c";
	font-family: "uicons-regular-straight";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 3px;
  color: #8e8e8e;
}

#wrapResetImages img {margin-top: -3px;margin-right: 5px;}

#pb-left-column h1,
#product .mobile-proudct-name {
	line-height: 1em;
	padding-bottom: 8px;
	font-family: "Marcellus", serif;
	font-size: 26px;
	color: #3c3c3b;
	text-transform: none;
}

#pb-left-column #short_description_block {
  color:#666;
  margin-bottom: 0;
  margin-top: 5px;
}

#pb-left-column #short_description_block .buttons_bottom_block {
  display:none;
}

/* form */
#pb-left-column #buy_block {}

#buy_block p {}

#pb-left-column #buy_block label {
  display:inline-block;
  width:125px;
  font-weight:700;
  font-size:12px;
  text-align:right;
}

.ie7 #pb-left-column #buy_block label {margin-right:5px;float:left}

/* color_picker */
#pb-left-column #color_picker p {
  padding-bottom:5px;
  font-weight:700;
}

#attributes fieldset {}

#attributes fieldset label {
  vertical-align:top;
}

#attributes .attribute_list {
  display:inline-block;
}

.ie7 #attributes .attribute_list {
  display:inline;
  zoom:1;
  float:right
}

#attributes .attribute_list ul{
  list-style:none
}

#attributes .attribute_list ul li{
  clear:both
}

#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
#attributes .attribute_list span{margin-bottom: 0px;margin-left: 3px;margin-top: -2px;}

.ie7 #attributes .attribute_list span{margin-top:1px}

#attributes .attribute_list #color_to_pick_list {
  list-style-type:none;
  margin-top: -3px;
}

#attributes .attribute_list #color_to_pick_list li {
  float:left;
  margin-left: 5px;
  padding:1px;
  border:1px solid #ccc;
  clear:none
}

#attributes .attribute_list #color_to_pick_list li.selected {
  border:1px solid #000;
}

#attributes .attribute_list #color_to_pick_list a.color_pick {
  display:block;
  height:25px;
  width:25px;
}
#attributes .attribute_list #color_to_pick_list a.color_pick img {height:25px;  width:25px;}

/* attributes */
#attributes select {
width: 120px;
margin: -10px 0px 0px 0px;
padding: 2px;
margin-top: -3px;
margin-right: 0px;
border: 1px solid #ccc;
display: block;
background: rgba(252, 252, 252, 1);
}

/* quantity_wanted */
#quantity_wanted_p input {
	width: 50px;
	padding: 2px;
	text-align: right;
	margin: 0 5px;
	border: 1px solid #ccc;
	display: block;
	background: #fff;
	font-size: 15px !important;
	height: 24px;
	color: #000 !important;
	font-weight: 400 !important;
}

#oos_customer_email{padding: 2px;margin: 0px;margin-left:10px;}

#availability_statut {
	display: none;
}

#availability_statut span#availability_label,
#availability_date_label {
  display:inline-block;
}

#minimal_quantity_wanted_p, #last_quantities, #availability_date, #pQuantityAvailable{
line-height: 15px;
color: rgb(197, 197, 197) !important;
height: 15px;
font-size: 11px;
margin-top: 12px;
margin-bottom: -14px;
font-family: 'latolight', Arial, Verdana, sans-serif;
}

#availability_statut #availability_value {
}

#availability_statut #availability_value.warning_inline {
  color:#9B0000;
}

/* prices */
.content_prices {
  margin-bottom: 0;
  margin-top: 30px;
  /* border: 1px solid rgba(0, 0, 0, 0.06); */
  /* background: rgba(250, 250, 250, 0.38); */
  padding: 0;
}

#buy_block p.price {
  padding:0;
}

.discount {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 5px;
  color: #597f2c;
}

.reduction_text{
  padding: 6px 5px;
  font-size: 14px;
  font-weight: 400;
  color: #597f2c;
}

#buy_block p#old_price {
  padding: 0px;
  font-size: 17px;
  text-decoration: line-through;
  color: #848484;
  margin-top: 8px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 5px;
  font-family: 'latoregular', Arial, Verdana, sans-serif;
}

.price.product_page > .our_price_display{
  clear: both;
  display: block;
}

.our_price_display {
font-size: 24px;
color: #313131;
padding: 0px;
display: inline-block;
margin-right: 10px;
white-space: nowrap;
}

#reduction_percent,#reduction_amount {
  padding: 6px;
  font-size: 14px;
  color: #848484;
  margin-top: 0;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  font-weight: 500;
}

#reduction_percent span,#reduction_amount span {}

.price_redukcja{
  float: left;
}

.recution_section{
  display: flex;
  justify-content: center;
  width: 100%;
}

/* online_only */
#buy_block p.online_only {
font-size: 11px;
color: #494949;
text-align: left;
text-transform: uppercase;
padding: 0px;
}

/* add_to_cart */
.content_prices #add_to_cart {
position: relative;
display: inline-block;
padding: 0;
float: right;
}

.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {}



.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
font-size: 12px !important;
padding: 10px 25px !important;
margin: 0px !important;
}



.ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled,
.ie8 .content_prices #add_to_cart .exclusive, .ie8 .content_prices #add_to_cart .exclusive_disabled,
.ie7 .content_prices #add_to_cart .exclusive, .ie7 .content_prices #add_to_cart .exclusive_disabled {}

:first-child+html .content_prices #add_to_cart .exclusive {
  padding:4px 3px 4px 11px;
}
/* */
.buttons_bottom_block {
clear: both;
padding-top: 20px;
padding: 0px;
}

.buttons_bottom_block #wishlist_button {font-size: 12px;color: #979797;}


/* PACK ##################################################################### */
#blockpack {
  margin-top:20px;
  padding-top:20px;
  border-top:1px dotted #999;
}

/* PERSONNALISATION ##################################################################### */
.customization_block {
}

.customization_block p.infoCustomizable {}

ul#uploadable_files,ul#text_fields {
  list-style-type:none;
}

.customizableProductsFile,.customizableProductsText {}

.customizationUploadLine {}
.customizationUploadBrowse_uploaded img + a {
  position: relative;
  top: -25px;
}
.customizationUploadLine label {
  display:inline-block;
  width:150px;
  vertical-align:top;
}

.customizationUploadLine textarea {
width: 300px;
margin-top: -5px;
margin-right: 0px;
border: 1px solid #ccc;
padding: 5px;
display: block;
background: rgba(252, 252, 252, 1);
}

.feature_line_right file {
margin-top: -8px;
width: 300px;
margin-right: 0px;
border: 1px solid #ccc;
padding: 5px;
display: block;
background: rgba(252, 252, 252, 1);
}

#customizedDatas {
  float:right;
}

.accessories_block div ul li a {
  display:inline-block;
}

.accessories_block div ul li .s_title_block a, .accessories_block div ul li .s_title_block span  {
  font-weight:bold;
}
.feature_line_right ul li .radio {display:inline-block;margin-top: 0px;margin-bottom: 2px;}
#comments .star {background: url(../img/star.gif) no-repeat scroll 0 0 transparent;top: 0px;}
#comments .star_on {background: url(../img/star.gif) no-repeat scroll 0 -12px transparent;top:0px;}
.star {background: url(../img/star.gif) no-repeat scroll 0 0 transparent;}
.star_on {background: url(../img/star.gif) no-repeat scroll 0 -12px transparent;}

#buy_block .feature_line{    
  padding: 0;
  overflow: auto;
  overflow-y: hidden;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 15px;
  margin-right: 15px;
}

#short_description_block .panel-default{
	border: none;
	background: none;
	border-bottom: 1px solid #e3e3e3 !important;
	margin-top: 0;
}

#short_description_block .panel-default:last-child{
	border-bottom: none !important;
}

#short_description_block .panel-body{
	padding: 10px 0 15px 0;
	border: none;
}

#short_description_block .panel-heading{
	background: none;
	padding: 0;
	border: none;
}

#short_description_block .panel-title > a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
}

#short_description_block .panel-title > a.collapsed{
	border-radius: 18px;
	overflow: hidden;
}

.product_quality_front_tab_title .panel-title > a{
	color: #3c3c3b !important;
}

.product_quality_front_tab_title .panel-title > acollapsed{
	border-radius: 18px;
	overflow: hidden;
}

#short_description_block .product_quality_front_tab_title{
	background: none !important;
}

#short_description_block .panel-title > a.specialacc:after{
	font-size: 21px;
	right: 0px;
	top: 0;
	color: #8d8d8d;
}

#short_description_block .panel-title {
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #3c3c3b;
	font-weight: 400;
	text-transform: uppercase;
}

#full_description,
#condition_of_use,
#short_description,
#prod_quality_info,
#product_sheet {
	background: #fff;
	padding: 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

#short_description_block .product_quality_front_tab_title .panel-title a {
	font-weight: 400 !important;
}


#full_description strong,
#condition_of_use strong,
#short_description strong,
#full_description b,
#condition_of_use b,
#short_description b{
  font-weight: 600;
}

/*
#short_description p{
	display: flex;
	padding: 5px !important;
}

#short_description p:nth-child(odd){
	background: #ffffff;
	border-radius: 8px;
}

#short_description strong{
	min-width: 160px;
}
	*/

.product_quantity_up,
.product_quantity_down{
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

.buttons_up_down_container{
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
}


a.product_quantity_up span,
a.product_quantity_down span{

}

a.product_quantity_up span i,
a.product_quantity_down span i{
	display: block;
	height: auto;
	font-style: normal;
}

.product_quantity_up .icon-plus:before,
.product_quantity_down .icon-minus:before{
	font-size: 11px;
	padding: 0;
	position: relative;
	top: 0;
}

.feature_line_left{}

.feature_line_right{
	font-weight: 600;
}

.feature_line#availability_statut .feature_line_right{
  font-weight: 400;
  margin-right: 15px;
}

.unit-price{padding-bottom:0;}

#idTab10 .feature_line{padding: 20px 0px;}
.customizationUploadBrowse_uploaded{
border: 5px solid rgba(0, 0, 0, 0.06);
padding: 10px;
padding: 0px;
}

.product_page{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	float:none;
	display: block;
	margin-top: 25px;
	margin-bottom: 0px;
}

.customizationUploadBrowse input{
width: 300px;
margin-top: -5px;
margin-right: 0px;
border: 1px solid #ccc;
padding: 5px;
display: block;
background: rgba(252, 252, 252, 1);
}
.content_only #pb-right-column{margin-left:20px;}

#product #pb-left-column .panel-group {
  margin-bottom: 0px;
}

#product .show_in_a_line{
	margin-bottom: 0;
	display: flex;
	align-items: center;
	margin-right: 30px;
	justify-content: flex-end;
	margin-left: 30px;
}

input#quantity_wanted{
	border: none;
	text-align: center;
	width: 32px;
}

#product .panel-body p {
	padding: 0;
	line-height: 1.6em;
}

.price_redukcja,
#add_to_cart_mobile,
button.exclusive{
	width: 100%;
}

.total_savings {
	background-color: #ffffff;
	color: #525252;
	position: relative;
	cursor: pointer;
	padding: 0 22px !important;
	border-radius: 10px 10px 0 0;
	display: inline-flex;
	align-items: center;
	height: 34px;
	z-index: 2;
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
	width: auto;
	margin-top: 25px;
	min-width: 80%;
	justify-content: center;
	margin-bottom: -1px;
}

.total_savings .you_save_part {
	margin-left: 5px;
	display: none;
}

.under_title_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature_lines{
	color: #3c3c3b;
	font-weight: 400;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#usefull_link_block{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

#quantityDiscount{
	display: flex;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px;
}

#quantityDiscount.no_qty_discounts{
	justify-content: center;
}

.product_title_container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#product .pol_add_to_wishlist_button{
	cursor: pointer;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 999;
}

#product #wishlist_popup_container{
	top: 45px;
	margin-top: 0;
}

#product .price.product_page {
	text-align: center;
	position: relative;
}

#product .cart_in_line_items {
	margin-top: 0px;
	text-align: left;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	border: none;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 3px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 0 4px 0 #0000003b;
	box-shadow: 0 0 4px 0 #0000003b;
}

#product .reduction_title_span a {
	width: auto;
	white-space: nowrap;
	background: #ececec;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 1px 10px;
	height: 20px;
}

.reduction_sys_hovered{
	border: 1px solid #919191 !important;
	cursor: pointer;
}

.reduction_sys_hovered_not_available{
	opacity: 0.5;
	cursor: not-allowed;
}

#product .reduction_title_span a.reduction_title_not_available,
#product .reduction_title_span a.reduction_title_not_available:hover {
	opacity: 0.5;
	cursor: not-allowed;
}

#product .reduction_title_span a:hover {
	background: #91a16d;
}

.product_quantity_discount_percentage{
	width: auto;
	margin-right: 10px;
	display: block;
}

.reduction_container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reduction_container.reduction_sys{
	width: 33.333%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 15px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 5px;
	position: relative;
}

.reduction_container.reduction_sys .reduction_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.reduction_container.reduction_price_one{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 15px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 5px;
	position: relative;
}

.reduction_sys_qty_not_avail{
	opacity: 0.5;
}

.reduction_title_table_header{
	background: #efefef;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reduction_container > .reduction_title_span{
	width: 40%;
	display: none !important;
}

.reduction_container > .reduction_price,
.reduction_container.reduction_price_one > .reduction_price_one {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reduction_price_spacer{
	width: 1px;
	height: 20px;
	background: #3c3c3b;
}

#quantityDiscount .reduction_price_spacer:last-of-type{
	display: none;
}

.reduction_price_unit{
}

.cart_in_line_items{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.oosHook_title{
	display: block;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	color: #666;
	line-height: 1em;
}

#quantity_wanted_p{
	position: relative;
	display: flex;
	align-items: center;
}

.miniatures_section{

}

#thumbnail_9999999999{
  list-style: none;
  border-left: 1px solid #2e2e2e;
}

.Magic360-container.desktop{
  display: block !important;
}

button.m360-icon.m360-icon-fullscreen-close{
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  background: none !important;
}

button.m360-icon.m360-icon-fullscreen-close:before {
  /*
  background-image: url(../img/icon-close.png) !important;
  background-size: 31px;
  */
  content: "\a001";

  background-image: none !important;
  text-indent: 0 !important;

  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;

  font: 900 26px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;

  color: rgba(180, 180, 180, .75) !important;
      -webkit-transform: scale(.85) !important;
      transform: scale(.85) !important;
      -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
      transition: color .25s, border-color .25s, transform .25s !important;

      line-height: 56px !important;
}

button.m360-icon.m360-icon-fullscreen-close:before{

}

.Magic360-container.desktop{
  outline: 1px solid #dddddd;
  outline-offset: 0;
}

button.m360-icon.m360-icon-fullscreen-close:hover:before {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.fullscreen360icon{
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -40px;
}

.product_version_container{
	margin-top: 5px;
	background: #ffffff;
	padding: 20px;
	border-radius: 18px;
}

.product_version_container > span{
  display: block;
}

.product_version_container select{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #ffffff !important;
	font-weight: 500;
	border: 1px solid #eceff6;
	margin: 0;
	font-size: 15px;
}

.lang_badge{
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  left: 15px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  z-index: 5;
  background: #717172;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
}

.lang_badge.badge_lowered{
  top: 40px;
}

.download_pdf_element_new{
  font-weight: 500;
}

.download_pdf_element_new span{
  text-decoration: underline !important;
}

.download_pdf_element_new span:hover{
  color: #333 !important;
}

.info_photos_container{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 997;
}

.info_photos_button{
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	font-size: 15px;
	color: #a3a3a3;
	background: hsl(0deg 0% 100% / 65%);
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.info_photos_container:hover{
	color: #80996d;
}

.info_photos_text{
	display: none;
	position: absolute;
	right: 34px;
	bottom: 0px;
	font-style: italic;
	z-index: 99;
	color: #3c3c3b;
	font-weight: 400;
	font-size: 13px;
	width: 400px;
	background: #ffffffa8;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
}

.info_photos_container:hover .info_photos_text{
	display: flex;
}

.prices_tax_excl{
	font-size: 12px;
	margin-top: 5px;
	font-style: italic;
	display: flex;
	justify-content: flex-end;
	margin-right: 25px;
	margin-bottom: 20px;
}

.reduction_container.reduction_sys_active{
	outline: 1px solid #80996d;
}

.reduction_container.reduction_sys_active.reduction_sys_qty_not_avail{
	outline: none !important;
}

#views_block {
	/*opacity: 0;*/
	visibility: hidden;
}

#views_block #thumbs_list{
	display: flex;
	align-items: center;
	justify-content: center;
}

#views_block #thumbs_list .mini-carousel-wrapper{
	width: 100%;
}

#views_block #thumbs_list .carousel-cell.product_miniature_images{
	margin: 0 4px;
}

#views_block #thumbs_list .carousel-cell.product_miniature_images img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

#views_block #thumbs_list ul#thumbs_list_frame{
	list-style: none;
}

.miniature-flickity-prev.disabled,
.miniature-flickity-next.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.flickity-prev-next-button {
	display: none !important;
}

.miniature-flickity-prev, 
.miniature-flickity-next {
	background: none;
	border: none;
	font-size: 21px;
	color: #8d8d8d;
	cursor: pointer;
	padding: 0;
	margin: 0;
	height: 60px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bigpic {
	cursor: none;
}

#custom-cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;

	display: none; /* domyślnie ukryty */

	font-size: 32px;
	color: #3c3c3b;
	transform: translate(-50%, -50%);
	transition: transform 0.05s linear;

}

#bigpic {
	cursor: url('../img/zoom-in-new.png') 8 8, auto;
}

#product #pb-left-column .under_title_container .feature_line#product_reference {
	display: flex;
}

.reference_mobile{
	display: none;
}

/*
#product_list_gview.product_page_accessories{
	width: calc(100% - 40px);
	margin-left: 20px;
}
*/

#product_list_gview .owl-item {
	width: 20%;
	box-sizing: border-box;
}

#pb-right-column #image-block .product-images-mobile img{
	border-radius: 0;
}

#short_description h2{
	font-size: 14px;
	text-transform: none;
	color: #666;
	line-height: 1.6em;
		font-style: italic;
}

#oosHook .allert_note{
	top: 36px;
	left: calc(50% - 100px);
}

.quality_info_description{
	margin-top: 15px;
	color: #889665;
}

.quality_info_description ul{
	
}

#add_to_cart_button_container{
	transition: transform 0.3s ease;
	will-change: transform;
}

#add_to_cart_button_container.sticky{
	
}

#product_add_to_cart_container_bottom{
	display: flex;
	position: fixed;
	bottom: 0; /* pozostaje zero */
	left: 0;
	right: 0;
	background-color: #ffffff;
	border-top: 1px solid #e3e3e3;
	height: 70px;
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	will-change: transform;
}

#product_add_to_cart_container_bottom.bottomCartVisible{
	transform: translateY(0);
}

#product_add_to_cart_container_bottom .total_savings{
	margin: 0;
	background-color: #f9f9f9;
	min-width: 320px;
	white-space: nowrap;
	margin-right: -25px;
	padding-right: 45px !important;
	border-radius: 10px 10px 10px 10px;
}

#product_add_to_cart_container_bottom #add_to_cart_button_container{
	
}

#product_add_to_cart_container_bottom #add_to_cart_button_container .price_redukcja{
	min-width: 200px;
}