/* product desc */
/* primary_block ***************************************************************************** */
#columns{
	max-width: 1500px;
    margin: 0 auto;
}
.primary_block {
  margin-bottom: 40px;
  display:flex;}
@media (max-width: 767px) {
  .primary_block {
    flex-direction:column;}
	.pb-left-column, .pb-right-column{
		width: 100%;
		display: contents;}
	.pb-left-column #views_block{order:1;}
	.pb-right-column .pb-center-column{order:2;}
	.pb-right-column .prod_right_col_content{order:3;}
	.pb-left-column #hook_product_tab{order:4;}
	.pb-left-column #more_info_block{order:5;}	
}
@media (min-width: 768px) {
	.pb-right-column{margin-left: 20px;}
}

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

.custom_success {
    margin: 0 auto 10px;
    padding: 10px;
    border: 1px solid #35873b;
    font-size: 14px;
    background: none repeat scroll 0 0 #46a74e;
    color: white;
    border-radius: 3px;
    text-align: center;
}

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px;
position:relative;  }
.pb-left-column #views_block .reduction_block{
    background: url(../img/fond-reduction.png) no-repeat left top;
    position: absolute;
    top: 1px;
    left: 1px;
    overflow: hidden;
    background-size: cover;
    height: 80px;
    width: 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 65px;
    padding-right: 5px;
    text-align: center;
	z-index:2;
}
#thumbs_list {
  overflow: hidden;
  float: left;
  width: 100%;}
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #thumbs_list li {
    cursor: pointer;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
	#thumbs_list li:first-child { grid-column: 1 / -1;}
    #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: #fff; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #dbdbdb; }
    #thumbs_list li img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
 @media (max-width: 767px) {
	  .pb-left-column #views_block{overflow:hidden;margin: 10px -15px;padding: 0 15px;}
	  #thumbs_list{    
			  position: relative;
		  overflow:visible;		
	  }
		#thumbs_list ul#thumbs_list_frame{
		  overflow:visible;		
			width: 100%;
			height: 100%;
			margin-bottom:30px;
			z-index: 1;
			display: flex;
			transition-property: transform;
			box-sizing: content-box;
			gap:0;
		}
		#thumbs_list li {
			display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex: 0 0 80%; } 	
		#thumbs_list li img{
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			border: 1px solid #eee;
		}
		    .swiper-slide {
			  width: 80%;
			}
			.swiper-slide:nth-child(2n) {
			  width: 60%;
			}
			.swiper-slide:nth-child(3n) {
			  width: 40%;
			}
			.swiper-pagination {
				position: absolute;
				text-align: center;
				transition: .3s opacity;
				transform: translate3d(0, 0, 0);
				z-index: 10;
			}
			.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
				bottom: 8px;
				top: auto;
				left: 0;
				width: 100%;
			}
			.swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				display: inline-block;
				border-radius: 50%;
				background: #000;
				opacity: .2;
			}
			.swiper-pagination-clickable .swiper-pagination-bullet {
				cursor: pointer;
			}
			.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
				margin: 0 4px;
			}
			.swiper-pagination-bullet-active {
				opacity: 1;
				background: var(--var-color-red);
			}
	}

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
  width: 294px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 194px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 82px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 196px; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      width: 30px;
      padding-left: 3px; } }
  @media (max-width: 767px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 44px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 41px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 45px;
      padding-left: 14px; } }

#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) {
    #view_scroll_left,
    #view_scroll_right {
      margin-top: 28px; } }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 8px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
      color: #777676;
      font-weight: 700;
      position: relative;
      padding-left: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #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; }
      #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: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #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; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 20px;
  /* form */ }
  .pb-center-column h1 {
	font-family:Poppins, sans-serif;
	font-size: 36px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 6px;
    font-weight: 500;
    color: var(--var-color-blue); }
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    color: #888;
    font-size: 12px;
    height: 24px; }
  .pb-center-column .badge_prod {
    text-align: center;
    background-color: var(--var-color-blue);
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 12px;}
  .pb-center-column .badge_prod p{
	  margin:0;
}
  .pb-center-column .product_header, .pb-center-column .product_subheader{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;}
	#product-header-color{display:none;}
  @media (max-width: 991px) {
  .pb-center-column .product_header, .pb-center-column .product_subheader{
    flex-direction: column;
    align-items: normal;}	  
  }
  .pb-center-column .badge_prod {
	  margin:5px 0 10px;
  }
  .pb-center-column .product_catch_phrase{
	  font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #777;
        margin: 5px 0 10px;
  }
  .pb-center-column #short_description_block {
    color: #666;
	margin-top: 10px;}
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0;
      word-wrap: break-word; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; }
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
 #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }
.prod_right_col_content{
	padding:0;
}
  @media (min-width: 768px) {
	 .prod_right_col_content{
		position: sticky;
		top: 80px;
		padding-top: 15px;
		z-index:2;
	} 
  }
 body.bodyfixed .header-container{z-index:1;}
 body.bodyfixed .prod_right_col_content{position:initial;}
 body.bodyfixed .pb-left-column #views_block .reduction_block{z-index:0;}
#attributes fieldset {
  padding-bottom: 40px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
#attributes .attribute_list #more-color-display {    
    position: fixed;
    top: 0;
    bottom: 0;
	right:0;
    z-index: 9999;
	overflow:hidden;
    width: 0; 
	transition-delay:.3s;}	
#attributes .attribute_list #more-color-display.show_color {   
	width:100%;
	transition-delay:0s;}
#attributes .attribute_list #more-color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(4, 42, 95, 0.55);
    overflow-x: hidden !important;
    overflow-y: auto !important;
	opacity:0;
    transition: all .3s ease-out;
	backdrop-filter:blur(5px);
	cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 12 12,auto;
}
#attributes .attribute_list .show_color #more-color-overlay {
    opacity: 1;
}
#attributes .attribute_list #more-color-display .color_content {    
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
	right:0;
    max-width: 800px;
	min-width:33%;
	transform: translateX(800px);
    transition: all .3s ease-out;
}
#attributes .attribute_list #more-color-display.show_color .color_content {
    transform: translateX(0);
}
#attributes .attribute_list #more-color-display .color_content .color_content-title{  
    border-bottom: 1px solid #eeeeee;
    padding: 13px 0;
	margin: 0 13px;
}
#attributes .attribute_list #more-color-display .color_content .color_content-title .modal-title{ 
    color: var(--var-color-blue);
    font-size: 20px;
    line-height: 30px;
    padding: 6px 0;
    margin-left: 57px;
    font-family: 'Poppins';
    font-weight: 700;
    text-align: left;
    display: inline-block;
}
#attributes .attribute_list #more-color-display .color_content .color_content-title .modal-title::before {
    content: '';
    background: url(../img/picto-nuancier.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
}
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: #fff;
      color: #666; }
  #attributes .attribute_list ul {
    clear: both; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
    overflow-y: scroll;
    overflow-x: hidden;
	padding: 0 13px 10px;
    max-height: 100%;
    position: absolute;
    top: 75px;
    bottom: 0;	}
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }


#short_description_content a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }


/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        color: #333; }

/* table product-discounts */
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) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  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  */
.accessories-block .block_description {
  display: none; }
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }
.accessories-block .product-name {
  margin-bottom: 5px; }
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    .accessories-block .product-name a:hover {
      color: #515151; }
.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: 700; }

/* quantity_wanted */
.add_to_cart_block{
}
.qty_block{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
#buy_block #quantity_wanted_p {
    margin-right: 10px;
    display: flex;
    justify-content: center;
}
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: none;}
#buy_block #quantity_wanted_p .qty_selector_btn {
  display:none;
  position:relative;
  width: 48px;
  font-size:25px;
  display: inline-block;
  height: 42px;
  text-align: center;
  line-height: 49px;
  cursor: pointer;
  border: 1px solid var(--var-color-blue);
  transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;
 touch-action: manipulation;
}
#buy_block #quantity_wanted_p .qty_selector_btn:hover {
	box-shadow: inset 0 -6rem 0 0 var(--var-color-bluelight);
}
#buy_block #quantity_wanted_p #qty_selector_minus.qty_selector_btn {
	border-radius: 5px 0 0 5px;
    border-right: 0;
}
#buy_block #quantity_wanted_p #qty_selector_plus.qty_selector_btn {
	border-radius: 0 5px 5px 0;
    border-left: 0;
}	
#buy_block #quantity_wanted_p #qty_selector_minus.qty_selector_btn::after {
    content: '';
	width: 21px;
    height: 2px;
    background-color: #444;
    display: block;
    top: 20px;
    left: 13px;
    position: absolute;
}
#buy_block #quantity_wanted_p #qty_selector_plus.qty_selector_btn::before {
    content: '';
    width: 21px;
    height: 2px;
    background-color: #444;
    display: block;
    top: 20px;
    left: 13px;
    position: absolute;
}	
#buy_block #quantity_wanted_p #qty_selector_plus.qty_selector_btn::after {
	content: '';
    height: 21px;
    width: 2px;
    background-color: #444;
    display: block;
    left: 23px;
    top: 10px;
    position: absolute;
}

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
}

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block;
  margin-right: 5px;
}

#pQuantityAvailable span {
  font-weight: 700;
  color: #333; }

/* box-security */
.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 */
.content_prices {
  display:flex;
  justify-content:flex-start;
  flex-direction: column;
  flex: 0 1 auto;}
.content_old_prices {
  flex: 2 1 0;}

.discount {
  display: none; }

.our_price_display {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 0;
  color: #333; }
  .our_price_display .price {
    font-size: 18px;
    line-height: 24px;
    color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
		font-size: 12px;
		line-height: 28px; } 
    .our_price_display .price {
        font-size: 20px;
        line-height: 28px; }
	.content_prices .unit-price{font-size:12px;} 
	}

#old_price {
  font-size: 13px;
  display: inline-block;
  margin:0;  }
#old_price #old_price_display{
	text-decoration: line-through;
    line-height: 24px;
    color: #000;
}
#old_price #old_price_display .price{
	color: var(--var-color-red);
    white-space: nowrap;
}
#old_price #old_price_display .tax_price{
	font-size: 7.4px;
    line-height: 0.8em;
    vertical-align: super;
    color: var(--var-color-red);
}
#reduction_percent,
#reduction_amount {
  margin: 0;
  padding: 0 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  background: #d02a2c;
  margin-left:5px; 
  border-radius: 14px;}
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }
.content_prices .unit-price{
	font-size:11px;
    line-height: 15px;
    margin-bottom: 0;}

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

.buttons_bottom_block {
  clear: both;
  display: block; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

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

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 392px; }
  #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) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #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) {
        #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; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #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; }
        #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) {
            #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; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #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; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

@media (max-width: 1050px) {
  #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; }
    #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; }
    #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; }
      #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; }
  #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; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; }
    #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 ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4; }
.ie8 .box-security {
  filter: none; }


.productscomments_btnform{
	margin: 0 0 5px 0;
	background-color: #E5E7F3;
	padding: 12px 0;
}
.productscomments_btnform #new_comment_tab_btn{
	background-color: #fff;
    color: var(--var-color-blue);
	width: 200px;
    text-align: center;
	margin:0 auto;
    padding: 12px 0;
    display: block;
    line-height: 13px;
    position: relative;
    border: 1px solid var(--var-color-blue);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.productscomments_btnform #new_comment_tab_btn:hover{
	background-color: var(--var-color-blue);
	color:#fff;
}
#product_comments_block_tab{
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap:20px 2%;
}
#product_comments_block_tab .comment_btn_line{
	width: 100%;
    text-align: center;
    gap: 2%;
    display: flex;
    justify-content: center;
}
#product_comments_block_tab a.btn{
	width:171px;
}
#product_comments_block_tab .comment_author_infos em{
	display:none;
}
#idTab5 #product_comments_block_tab .comment{
	width: 49%;
    min-width: 300px;
	border-radius: 7px;
    border: 1px solid var(--var-color-bluelight);
    background: #fff;
    overflow: hidden;
    padding: 10px;
    margin: 0;
	box-shadow: 0 2px 20px rgb(33 48 90 / 4%);
}
#idTab5 #product_comments_block_tab .comment .comment_author{
	width:auto;
	float:none;
	padding: 0 20px 0 0;
	display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#idTab5 #product_comments_block_tab .comment .comment_details{
	width:auto;
	float:none;
	padding-top:10px;
	padding-left:0;
	border:0;
}
#idTab5 p.title_block {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
#idTab5 #product_comments_block_tab .comment .comment_author span{
	font-weight: 300;
}
#idTab5 #product_comments_block_tab .comment .comment_author .comment_certif{
	display: inline-block;
    background-color: var(--var-color-blue);
    color: white;
    padding: 2px 8px;
    margin-left: 12px;
	min-width: 105px;
    max-height: 22px;
}
#idTab5 #product_comments_block_tab .comment .comment_content{
	display: flex;
    justify-content: space-between;
    gap: 10px;
}
#idTab5 #product_comments_block_tab .comment .comment_photo img{
	max-width:100px;
	cursor:zoom-in;
}

#comments-display{
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    width: 0;
	transition-delay: .3s;
}
#comments-display.show_comments{
	width: 100%;
    transition-delay: 0s;
}
#comments-display #comments-display-overlay{
	width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(4, 42, 95, 0.55);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    opacity: 0;
    transition: all .3s ease-out;
	backdrop-filter:blur(5px);
	cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 12 12,auto;
}
#comments-display.show_comments #comments-display-overlay{
	opacity: 1;
}
#comments-display #comments-display-content, #new_comment_form{
	position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 800px;
    padding: 5px 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(800px);
    transition: all .3s ease-out;
}
#comments-display.show_comments #comments-display-content, .fancybox-is-open #new_comment_form{
	transform: translateX(0);
}
#comments-display #comments-display-content .label_comments_display{
	font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: var(--var-color-blue);
    margin: 10px 0 0;
    line-height: 26px;
}
#close-comments-display {
    position: absolute;
    top: 0;
    right: 6px;
    line-height: 42px;
    opacity: .5;
    cursor: pointer;
    padding: 1rem 1rem;
}
#comments-display #comments-display-content #comments-display-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 488px) {
	#idTab5 #product_comments_block_tab .comment{width:100%;}
}

#buy_block #attributes label{
	vertical-align: top;
    font-weight: 700;
    display: inline-block;
    margin: 0px 0px 5px;
}
#buy_block #attributes label.attribute_label, #buy_block .add_to_cart_block .label_qty_step {
    margin: 0 0 5px 0;
    vertical-align: top;
    display: inline-block;
	color:#333;
	font-family: Poppins, sans-serif;
	font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
}
#buy_block #attributes label.attribute_label span, #buy_block .add_to_cart_block .label_qty_step span {
	font-size: 34px;
    font-weight: bold;
    font-style: italic;
    color: var(--var-color-blue);
	margin-right:5px;
}
#buy_block #attributes fieldset.attribute_fieldset_group_color .attribute_list {
    display: flex;
    flex-direction: column;
}
#buy_block #attributes .color_result_row {
    margin-bottom: 10px;
	display: flex;
    border: 1px solid #ccc;
    max-height: 50px;
	display:none;
}
#attributes .color_result_left {
    float: left;
    width: 195px;
    border-right: 1px solid #ccc;
}
#attributes .color_result_right {
    float: left;
    flex: 1;
}
#ral_color{
	border: 0px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
    height: 48px;
}
#color_picker, #color_to_pick_list, #color_to_pick_list_best {
    margin-top: 4px;
	margin-bottom:0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.attribute_list .color_bestsale {
    display: block;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}
.attribute_list .color_bestsale .color_button_content{
	display:flex;
	margin-top:12px;
	gap:3px;
}
.attribute_list .color_bestsale #btn_more_color, .attribute_list .color_bestsale #btn_color_perso{
	cursor:pointer;
	font-weight:700;
	border: 1px solid var(--var-color-blue);
    border-radius: 7px;
    padding: 7px 25px 7px 5px;
    max-width: 190px;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
	transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.attribute_list .color_bestsale #btn_more_color:hover, .attribute_list .color_bestsale #btn_color_perso:hover{
	-webkit-box-shadow: inset 0 -6rem 0 0 var(--var-color-bluelight);
    -moz-box-shadow: inset 0 -6rem 0 0 var(--var-color-bluelight);
    box-shadow: inset 0 -6rem 0 0 var(--var-color-bluelight);
}
.attribute_list .color_bestsale #btn_more_color::before {
	display: block;
    content: '';
    width: 25px;
    height: 25px;
	background: url(../img/picto-nuancier.png) no-repeat center center;
	
}
.attribute_list .color_bestsale #btn_color_perso::before {
	display: block;
    content: '';
    width: 25px;
    height: 25px;
	background: url(../img/picto-sur-mesure.png) no-repeat center center;
	
}
.attribute_list .color_bestsale #btn_color_perso_2::before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: linear-gradient(-45deg, rgb(208, 222, 33) 0px, rgb(208, 222, 33) 10%, rgb(208, 222, 33) 20%, rgb(255, 154, 0) 30%, rgb(113, 29, 48) 40%, rgb(186, 12, 248) 50%, rgb(28, 127, 238) 60%, rgb(79, 220, 74) 70%, rgb(137, 103, 42) 80%, rgb(137, 103, 42) 90%, rgb(137, 103, 42) 100%) 0% 0% / 25px 25px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(51, 51, 51, 0.3) 2px 2px 4px 0;
    -moz-box-shadow: rgba(51, 51, 51, 0.3) 2px 2px 4px 0;
    box-shadow: rgba(51, 51, 51, 0.3) 2px 2px 4px 0;
}
.attribute_list .color_bestsale_label {
    min-width: 140px;
    line-height: 22px;
    margin-top: 4px;
}
#close-more-color-display {
    position: absolute;
	top: 19px;
    right: 19px;
	font-family: Poppins;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    box-shadow: none;
    background-image: none;
}
#color_to_pick_list li, #color_to_pick_list_best li {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    border: 1px solid transparent;
    float: left;
	border-radius: 7px;
	transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
@media (max-width: 488px) {
	#color_to_pick_list li, #color_to_pick_list_best li, .attribute_list .color_bestsale #btn_more_color, .attribute_list .color_bestsale #btn_color_perso{
		flex-grow:1;
		max-width:227px
	}
}
#color_to_pick_list .color_pick, #color_to_pick_list_best .color_pick {
    display: flex;
    justify-content: flex-start;
	cursor:pointer;
    padding: 7px 5px;
    gap: 8px;
}
#color_to_pick_list a, #color_to_pick_list img, #color_to_pick_list div.color_frame, #color_to_pick_list_best a, #color_to_pick_list_best img, #color_to_pick_list_best div.color_frame {
    display: block;
    width: 25px;
    height: 25px;
	transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
	box-shadow: rgba(51, 51, 51, 0.3) 2px 2px 4px 0;
/*    box-shadow: rgba(51, 51, 51, 0.3) 2px 2px 4px 0, inset -3px 3px 8px 0px rgba(255, 255, 255, 0.3), inset 12px -4px 1px -12px rgba(0, 0, 0, 0.2); */
    border-radius: 68% 32% 56% 44% / 44% 36% 64% 56%;
}
#color_to_pick_list span, #color_to_pick_list_best span {
    line-height: 25px;
	margin-right: 5px;
}
#color_to_pick_list li:hover, #color_to_pick_list_best li:hover {	
	box-shadow: inset 0 -6rem 0 0 var(--var-color-bluelight);
	color:var(--var-color-blue);
}
#color_to_pick_list_best li:hover div.color_frame{
	/* border-radius: 68% 32% 56% 44% / 44% 36% 64% 56%; */
}
#color_to_pick_list li.selected, #color_to_pick_list_best li.selected {
    border: 1px solid var(--var-color-blue);
    /*-webkit-box-shadow: rgba(33,48,90,1) 0 0 5px;
    -moz-box-shadow: rgba(33,48,90,1) 0 0 5px;
    box-shadow: rgba(33,48,90,1) 0 0 5px;*/
	background-color:var(--var-color-bluelight);
	color:var(--var-color-blue);
}
#attributes .color_result_left #ral_text {
    height: 44px;
    padding: 0;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 0;
    background: var(--var-color-grey);
    box-shadow: none;
    width: 100%;
    border: 0;
    padding-top: 4px;
    padding-bottom: 2px;
    -webkit-appearance: none;
    -webkit-text-fill-color: #444;
    opacity: 1;
}

/* Afichage contenance produits type radio */
#buy_block #attributes .attribute_fieldset_group_radio .attribute_list {
    width: 100%;
	position:relative;
}
#buy_block #attributes #RadioAttr{
	display:flex;
	flex-flow:row wrap;
	margin-left:-7px;
}
#buy_block #attributes #RadioAttr input.attribute_radio {
    display: none;
}
#buy_block #attributes #RadioAttr label{
	width:100px;
	min-height: 73px;
	padding: 5px;
    background-color: #fff;
	cursor:pointer;
	border: 1px solid transparent;
	border-radius:7px;
	margin:7px 7px 0 !important;
	-webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
#buy_block #attributes #RadioAttr label:has(.group_text):not(:has(img)) {
	min-height: 0px;
}
#buy_block #attributes #RadioAttr label:not(.attr_selected):hover {
    background-color: var(--var-color-bluelight);
}
#buy_block #attributes #RadioAttr label.attr_selected{
    background-color: var(--var-color-bluelight);
    position: relative;
    border-color: var(--var-color-blue);
}
/*#buy_block #attributes #RadioAttr label.attr_selected::after{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    position: absolute;
    top: -11px;
    right: -13px;
	background-color: #a5d34f;
    color: white;
    border-radius: 50%;
}*/
#buy_block #attributes #RadioAttr .attr_lib{
	color:var(--var-color-blue);
	font-size: 13px;
	letter-spacing: -0.2px;
    font-weight: 700;
	text-align: center;
    display: block;
	border-bottom: 1px dashed var(--var-color-bluelight);
    padding-bottom: 3px;
    margin-bottom: 3px;
}
#buy_block #attributes #RadioAttr label.attr_selected .attr_lib, #buy_block #attributes #RadioAttr label:not(.attr_selected):hover .attr_lib{
	border-bottom: 1px dashed var(--var-color-blue);	
}
#buy_block #attributes #RadioAttr .attr_unit_price{
	display:none;
}
#buy_block #attributes #RadioAttr .attr_block_tot{
	display:block;
	text-align:right;
}
#buy_block #attributes #RadioAttr .attr_tot{
	font-size: 14px;
    font-weight: 500;
}
#buy_block #attributes #RadioAttr .attr_pu, #RadioAttr .attr_per_unit{
	font-size: 12px;
    font-weight: 400;
}
#buy_block #attributes #RadioAttr .content_old_price{
	text-decoration: line-through;
	color:#000;
}
#buy_block #attributes #RadioAttr .attr_old_price {	
	font-size: 12px;
    font-weight: 400;
	color:var(--var-color-red);
}
#buy_block #attributes #RadioAttr .attr_old_price_tax_display {
	font-size: 50%;
    line-height: 0.8em;
    vertical-align: super;
	color:var(--var-color-red);
}
#buy_block #attributes #RadioAttr .attr_img{
	display:block;
	height:60px;
}
#buy_block #attributes #RadioAttr .attr_img.group_text:not(:has(img)) {
    display:none;
}
#buy_block #attributes #RadioAttr .attr_img img {
    max-width: 100px;
}

#buy_block #attributes #RadioAttr .attr_img svg {
    width: 100%;
	height:60px;
}
#buy_block #attributes #RadioAttr .attr_img svg#picto-attr-PotMini, #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-BidonMini {
    width: 100%;
	height:40px;
	padding-top:20px;
}
#buy_block #attributes #RadioAttr .attr_img svg#picto-attr-PotMid, #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-BidonMid {
    width: 100%;
	height:50px;
	padding-top:10px;
}
#buy_block #attributes #RadioAttr .attr_img svg path{
	fill: #052A60;
    stroke-width: 0px;	
}
      #buy_block #attributes #RadioAttr .attr_img svg .cls-1, #buy_block #attributes #RadioAttr .attr_img svg .cls-2, #buy_block #attributes #RadioAttr .attr_img svg .cls-3, #buy_block #attributes #RadioAttr .attr_img svg .cls-4, #buy_block #attributes #RadioAttr .attr_img svg .cls-5 {
        stroke-width: 0px;
      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-bombe .cls-1 {        fill: #6a5f5f;      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-bombe .cls-2 {        fill: var(--var-color-blue);      }

      #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-1, #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-2, #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-3, #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-4, #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-5, #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-6, #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-7 {
        stroke-width: 0px;
      }
      #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_PotSimple .cls-1 {        fill: var(--var-color-blue);      } 
	  
      #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-1, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-2, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-3, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-4, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-5, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-6, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-7, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-8, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-9, #buy_block #attributes #RadioAttr .attr_img svg.picto-attr-multipots .cls-10 {
        stroke-width: 0px;
      }
	  #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multipots .cls-1 {        fill: #303d65;      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multipots .cls-2 {        fill: var(--var-color-blue);      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multipots .cls-3 {        fill: #3b496f;      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multipots .cls-4 {        fill: #9ea4b5;      }
	  
	  
      #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_BidonSimple .cls-1 {        fill: var(--var-color-blue);      } 
	  #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_BidonSimple .cls-2 {        fill: #544666;      } 
	  #buy_block #attributes #RadioAttr .attr_img svg.picto_attr_BidonSimple .cls-3 {        fill: var(--var-color-blue);stroke: var(--var-color-blue);stroke-miterlimit: 10;      } 
	  
	  #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multibidons .cls-1 {        fill: #303d65;      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multibidons .cls-2 {        fill: var(--var-color-blue);      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multibidons .cls-3 {        fill: #544666;      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multibidons .cls-4 {        fill: #3b496f;      }
      #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multibidons .cls-5 {        fill: #9ea4b5;      }
	  #buy_block #attributes #RadioAttr .attr_img svg#picto-attr-multibidons .cls-6 {        fill: var(--var-color-blue);stroke: var(--var-color-blue);stroke-miterlimit: 10;      } 
	  
	  
#buy_block #attributes #RadioAttr label.attr_selected .attr_img svg path{
	/*fill: #fff;*/
}
#buy_block #attributes #RadioAttr .attr_unit_price {
  display: none;
}
#buy_block #attributes #RadioAttr .attr_block_tot {
  display: block;
  text-align: right;
}
#buy_block #attributes #RadioAttr .attr_block_tot .tax_display {
  font-size: 50%;
  line-height: 0.8em;
  vertical-align: super;
  margin-right: 2px;
}
#buy_block #attributes #RadioAttr.group_RadioLite label{
	min-height:24px;
}
#buy_block #attributes #RadioAttr.group_RadioLite label .attr_lib{
	border:0;
    padding: 0;
    margin: 0;
}
#buy_block #attributes #RadioAttr.group_RadioLite label .attr_img, #buy_block #attributes #RadioAttr.group_RadioLite label .attr_block_tot{
	display:none;
}

#calculate_quantity {
	position:relative;
    padding: 8px 20px 8px 44px;
	margin:0;
    text-align: center;
	font-size:14px;
	font-weight:700;
	line-height:24px;
	color:var(--var-color-blue);
    text-transform: none;
    letter-spacing: 0.8px;
    background-color: #fff;
    cursor: pointer;
	border: 1px solid var(--var-color-blue);
	border-radius: 5px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
	font-family: 'Poppins';
    font-weight: 500;
}
#calculate_quantity:hover{
	box-shadow: inset 0 -6rem 0 0 var(--var-color-blue);
    border-color: var(--var-color-blue);
    color: #fff;
}
div#calculate_quantity::before {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 10px;
    color: var(--var-color-red);
	transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    content: "\f1ec";
}
#calculate_quantity:hover::before {
    color: #fff;
}
.add_to_cart_stock{
	margin-top: 20px;
}
.add_to_cart_stock .stock_available{
	line-height: 14px;
    font-family: 'Poppins';
    color: #4caf50;
    display: flex;
    align-items: center;
    height: 14px;
    gap: 10px;
    margin-left: 5px;
}
.add_to_cart_stock .stock_available::before{
    content: '';
    background-color: #4caf50;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    /*border: 2px solid #fff;
    box-shadow: 0 0 0 1px #000;*/
    margin-top: -2px;
}

#add_to_cart_reassur {
    overflow: hidden;
    display: flex;
	justify-content: space-between;
    clear: both;
    text-align: center;
    font-weight: 600;
    color: var(--var-color-blue);
	margin-top:35px;
	flex-wrap: wrap;
	background-color: var(--var-color-grey);
    padding: 15px 25px;
}
#add_to_cart_reassur div.reassur_content{
	flex:0 0 33%;
}
#add_to_cart_reassur span {
	display: flex;
    flex-direction: column;
    align-items: center;
}
#add_to_cart_reassur span:before{
	content:'';
    width: 70px;
    height: 60px;
    line-height: 26px;
    display: inline-block;
    color: var(--var-color-blue);
}
#add_to_cart_reassur span.reassur_retour:before{
    background: url(../img/picto-retour.png) no-repeat center center;
}
#add_to_cart_reassur span.reassur_paie:before{
    background: url(../img/picto-paiement-securise.png) no-repeat center center;
}
#add_to_cart_reassur span.reassur_satisf:before{
    background: url(../img/picto-satisfait.png) no-repeat center center;
}
#add_to_cart_reassur span.reassur_secur:before{
    background: url(../img/picto-paiement-securise.png) no-repeat center center;
}
@media (max-width: 949px) and (min-width: 894px){
	#calculate_quantity {
		/*float:right;
		margin-left:0;*/
	}
}
@media (max-width: 488px){
	#calculate_quantity {
		line-height: 12px;
        font-size: 12px;
	}
}
@media (max-width: 396px){
	#calculate_quantity {
		padding: 8px 10px 8px 34px;
	}
}

.product_strength{
	margin:10px 0;
}

.product_strength .product_strength_title{
	color:#444444;
	font-size:13px;
	font-weight:700;
}
.product_strength li{
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_strength li::before{
	color: #36557F;
    content: "\f00c";
	font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 1.08em;
    font-weight: 100;
}

.product_strength_v2{
    overflow: hidden;
}
.product_strength_v2 ul{
    display: flex;
    flex-wrap: wrap;
}
.product_strength_v2 li {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 90px;
    min-height: 70px;
	margin-bottom: 15px;
	width:50%;
}
.product_strength_v2 li:last-child {
	margin-bottom: 0px;
}
@media (max-width: 949px){
	.product_strength_v2 li {
		width:100%;	
	}
}
.product_strength_v2 li img {
    position: absolute;
    width: 60px;
    left: 10px;
}
.product_strength_v2 li p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.product_strength_v2 li span {
    margin-top: 3px;
    line-height: 15px;
    display: block;
}
#product-attachment ul{
	display: flex;
    justify-content: space-evenly;
    gap: 20px;
}
#product-attachment ul li{
	-webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
	
}
#product-attachment a.file-icon{
    display: flex;
	align-items: center;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    color: var(--var-color-blue);
    font-weight: 400;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    flex-direction: column;
    gap: 10px;
    max-width: 155px;
}
#product-attachment ul li:hover{
	background-color: var(--var-color-bluelight);
}
#product-attachment a.file-icon::before{
    content: '';
    width: 70px;
    height: 60px;
    line-height: 26px;
    display: inline-block;
    color: var(--var-color-blue);
    background: url(../img/picto-doc.png) no-repeat center center;
}

#product-feature .more_info_content{
	display: grid;
    grid-template-columns: 225px auto;
	/*border-top: 1px solid #ccc;*/
}
@media (max-width: 488px){	
	#product-feature .more_info_content{grid-template-columns: 2fr 3fr;}
}
#product-feature .more_info_content .feature_title{
	border: 1px solid #fff;
    border-width: 0 2px 1px 1px;
	padding: 8px 5px;
	font-weight: 600;
	color:#333;
	line-height:20px;
}
#product-feature .more_info_content .feature_content{
	border: 1px solid #fff;
    border-width: 0 1px 1px 0;
	padding: 8px 5px;
	line-height:20px;
}
#product-feature .more_info_content .feature_odd_line{
	background-color:var(--var-color-bluelight);
}


.add_to_cart_block .cart_content{
	display:flex;
    padding-top: 44px;
	align-items:flex-start;
	gap:20px;
}
#buy_block .add_to_cart_block #quantity_wanted_p input#quantity_wanted{
    height: 42px;
    width: 71px;
    border-radius: 0;
    font-size: 20px;
    padding: 5px 16px;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    line-height: 16px;
    font-weight: 300;
    background: #ffffff;
    border: 1px solid var(--var-color-blue);
    color: #444444;
    font-family: Arial, sans-serif;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    -o-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}
#pb-left-column .prod_center_col, #pb-left-column .prod_right_col{
	float: left;
	width: 50%;
}
#pb-left-column .prod_right_col .prod_right_col_content {
	padding: 10px;
	/*border: 1px solid var(--var-color-blue);*/
	max-width: 672px;
	border: 1px solid #ededed;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 20px rgb(42 50 57 / 5%);
}
#product #primary_block, #product #image-block {
  background:#ffffff;
}
#product #pb-left-column h1{
	margin-left:0;
	padding-top:0;
}
#product .prod_center_col #notation .notation_form{
	padding:0;
}
#product .prod_center_col #notation .ratingValue{
	padding:0 5px;
}
#product .prod_center_col .comments_note{
	display:none;
}
#product_reference label{
	display: inline-block;
}
#product .prod_right_col #buy_block .our_price_display{
	display:inline-block;
}
#product .prod_right_col #buy_block .old_price_display{
	display:inline-block;
	margin-left:20px;
}
@media (max-width: 1200px){
	#product #pb-right-column{
		width:30%;
	}
	#product #center_column.span12 #pb-left-column{
		width: 68%;
	}
}
@media (max-width: 1183px){
	#pb-left-column .prod_center_col, #pb-left-column .prod_right_col{
		width: 100%;
	}
}
@media (max-width: 962px){
	#pb-left-column .prod_center_col, #pb-left-column .prod_right_col{
		width: 50%;
	}
}
@media (max-width: 892px){
	#pb-left-column .prod_center_col, #pb-left-column .prod_right_col{
		width: 100%;
	}
}
@media (max-width: 768px){
	#pb-left-column .prod_right_col{
		margin-top: 15px;
	}
}
#add_to_cart{
	margin-bottom:0;
	flex: 1 1 0;
}
#add_to_cart_button{
	display: inline-block;
	float: right;
    height: auto;
    padding: 10px 20px;
    min-width: 260px;
    background: none;
    background-color: var(--var-color-red);
    border: 1px solid var(--var-color-red);
    border-radius: 5px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 17px;
    -webkit-appearance: none;
	cursor: pointer;
	transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
#add_to_cart_button:hover{
    box-shadow: inset 0 -6rem 0 0 #fff;
    color: var(--var-color-red);
}
  @media (max-width: 767px) {
	.add_to_cart_block .cart_content{}
	#add_to_cart_button{min-width:210px;}
  }
@media (max-width: 488px){	
	.add_to_cart_block .cart_content.sticky_cart{
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #fff;
		padding: 5px;	
		z-index:9;
		box-shadow: 0 -1px 1px #eee;
	}
	.add_to_cart_block .cart_content{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0px;
	}
	.footer-container{margin-bottom:50px;}
	.footer-container .container{padding:0;}
	#add_to_cart{flex: 0 0 100%;}
	#add_to_cart_button{width: 100%;}
	.add_to_cart_block .cart_content .content_prices{flex:0 1 auto;flex-direction: row;align-items: center;}
	.add_to_cart_block .cart_content .content_old_prices{flex:0 1 auto;margin-top:4px;}
	.add_to_cart_block .cart_content .content_prices .unit-price{margin:3px 0 0 8px;}
}

#product-tool-surface {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
	opacity: 1;
    overflow: hidden;
    outline: 0;    
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
#product-tool-surface.hide{
	opacity: 0;
    height: 0;
}
#product-tool-surface #modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
	background-color:rgba(4,42,95,0.55);
    overflow-x: hidden !important;
    overflow-y: auto !important;
	transition: all .3s ease-out;
	backdrop-filter:blur(5px);
	cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 12 12,auto;
}
#product-tool-surface.hide #modal-overlay {
	background-color: transparent;
}
#product-tool-surface .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
	transition: 0.3s ease all;
}
@media (min-width: 576px){
	#product-tool-surface .col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px){
	#product-tool-surface .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
		padding:0;
	}
	#product-tool-surface .col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		padding:0;
	}
	#product-tool-surface .col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding:0;
	}
}
#product-tool-surface .form-group {
    margin-bottom: 0.5rem;
}
#product-tool-surface .modal-dialog {
    max-width: 500px;
    position: absolute;
	top:0;
	bottom:0;
	right:0;
    width: auto;
    pointer-events: none;
	transition: transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
    transform: none;
}
#product-tool-surface.hide .modal-dialog {
	transform: translate(0,-50px);
}
@media (max-width: 810px){
	#product-tool-surface .modal-dialog {
		margin:10px;
	}
}
#product-tool-surface .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
	height:100%;
	padding:13px;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
}
#product-tool-surface .modal-header {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
}
#product-tool-surface .modal-title {
    font-family: 'Poppins';
    color: var(--var-color-blue);
    font-size: 20px;
    line-height: 30px;
    padding: 6px 0;
    margin: 0 0 0 57px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
}
#product-tool-surface .modal-title::before {
    content: "\f1ec";
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
}
#product-tool-surface .switch_tool {
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    border: 1px solid #ccc;
}
#product-tool-surface div.close {
    float: right;
    font-size: 30px;
    line-height: 42px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    box-shadow: none;
    background-image: none;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#product-tool-surface div.close svg.icon.icon-close{
	height: 20px;
    width: 20px;
}
#product-tool-surface .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 0 0;
}
#product-tool-surface .modal-body form{
	margin-top:30px;
}
#product-tool-surface .modal-body form .modal-tool-form{
	margin-top:15px;
}
#product-tool-surface .modal-body form .modal-tool-form .modal-tool-form-info{
	margin-bottom: 35px;
}
#product-tool-surface .modal-stitle {
	margin: 0 0 5px 0;
    vertical-align: top;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
#product-tool-surface .modal-footer.justify-content-start {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    justify-content: flex-start;
}
#product-tool-surface .form-group [data-unit]::after {
    content: attr(data-unit);
    position: absolute;
    left: 90px;
    top: 0;
    line-height: 2.5em;
}
#product-tool-surface .form-group label{
	text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
}
#product-tool-surface .form-group input{
	padding: 5px 10px;
    height: 30px;
    font-size: 16px;
    width: 130px;
    padding-right: 60px;
    margin-left: 10px;
	text-align:center;
}
@media (max-width: 767px){
	#product-tool-surface .form-group label{	
		text-align:left;
	}
	#product-tool-surface .form-group [data-unit]::after {
		right: auto;
		left:160px;
	}
}
#product-tool-surface .result_content{
	margin: 15px 0 30px;
}
#product-tool-surface .result_content p{
	margin:5px;
}
@media (max-width: 750px){
	#product-tool-surface .result_content{
		margin-top:1.5rem;
	}
}
#product-tool-surface input#CalcPaintResult{
    width: 200px;
    text-align: center;
    padding: 5px;
    margin: auto;
    height: 30px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 25px;
	border: 1px solid var(--var-color-blue);
    color: var(--var-color-red);
    background-color: #fff;
	cursor:defaut;
}
#product-tool-surface  .toggle_question{
	text-align:center;
}
#product-tool-surface  .toggle_tool{
	margin-top:35px;
}
#product-tool-surface #res_switch_superficie, #product-tool-surface #res_switch_calc{
	transform: scaleY(0);
	transform-origin:top center;
    transition: transform 0.3s, max-height 0.2s;	
	-ms-transition: transform 0.3s, max-height 0.2s;
	-webkit-transition: transform 0.3s, max-height 0.2s;
	-moz-transition: transform 0.3s, max-height 0.2s;
	-o-transition: transform 0.3s, max-height 0.2s;
	max-height:0;
}
#product-tool-surface #res_switch_superficie.active, #product-tool-surface #res_switch_calc.active{
	transform: none;
	max-height:500px;
}
#product-tool-surface .toggle_tool .knobs, .layer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#product-tool-surface .toggle_tool .button{
    position: relative;
    top: 50%;
    width: 130px;
    height: 56px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}
#product-tool-surface .toggle_tool .button.r, #product-tool-surface .toggle_tool .button.r .layer{
    border-radius: 100px;
}
#product-tool-surface .toggle_tool .button.b2{
    border-radius: 2px;
}
#product-tool-surface .toggle_tool .checkbox{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
#product-tool-surface .toggle_tool .knobs{
    z-index: 2;
}
#product-tool-surface .toggle_tool .layer{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;	
	-ms-transition: 0.3s ease all;	
	-webkit-transition: 0.3s ease all;	
	-moz-transition: 0.3s ease all;	
	-o-transition: 0.3s ease all;	
    z-index: 1;
}
#product-tool-surface .toggle_tool .knobs:before, #product-tool-surface .toggle_tool .knobs:after, #product-tool-surface .toggle_tool .knobs span{
    position: absolute;
    top: 4px;
    width: 58px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height:30px;
    padding: 9px 4px;
	margin:0;
    border-radius: 2px;
    transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;	
	-webkit-transition: 0.3s ease all;	
	-moz-transition: 0.3s ease all;	
	-o-transition: 0.3s ease all;	
}
#product-tool-surface .toggle_tool .knobs:before{
    content: '';
    left: 4px;
    background-color: #2672DC;
}
#product-tool-surface .toggle_tool .knobs:after{
    content: 'NON';
    right: 4px;
    color: #4e4e4e;
	font-weight:100;
}
#product-tool-surface .toggle_tool .knobs span{
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
	font-weight:100;
}
#product-tool-surface .toggle_tool .checkbox:checked + .knobs span{
    color: #4e4e4e;
}
#product-tool-surface .toggle_tool .checkbox:checked + .knobs:before{
    left: 68px;
    background-color: #F44336;
}
#product-tool-surface .toggle_tool .checkbox:checked + .knobs:after{
    color: #fff;
}
#product-tool-surface .toggle_tool .checkbox:checked ~ .layer{
    background-color: #ffeeee;
}
#product-tool-surface  #product-tool-conseil{
	background-color: var(--var-color-bluelight);
    padding: 10px 10px;
    margin: 0 5px;
    color: var(--var-color-blue);
}
#product-tool-surface  #product-tool-conseil ul{
	list-style: disc;
    padding-left: 15px;
}

.fancybox-container .fancybox-slide--image .fancybox-content{background-color:#fff;}

#product .faq_on_product {margin: 0px 0 40px;}
.more_info_title, .faq_on_product .title_block, h2.product_h2 {
    font-size: 30px;
	font-family:Poppins,sans-serif;
	font-weight:400;
    color: var(--var-color-blue);
    border: 0;
    background: transparent;
    margin: 80px 0 30px;
	line-height: 26px;
    text-transform: uppercase;
	letter-spacing: 2px;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .title_block{
	color: var(--var-color-blue);
    font-size: 20px;
    font-weight: 700;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .form-group:has(.title_block){
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
}
.more_info_content {
    margin: 8px 0 0;
    text-align: justify;
}
.more_info_content h2 {
    font-size: 18px;
}
.more_info_content a{
	color: #333;
    transition: opacity .3s;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2rem;
    font-weight: 700;
}
.more_info_content p a:hover{
	opacity:.6;
}
#faq-on-product.faq_on_product .faq_forms.faq_overlay{
	background-color: rgba(4, 42, 95, 0.55);
	backdrop-filter:blur(5px);
	cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 12 12,auto;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up{
	text-align:left;
    top: 0;
    bottom: 0;
    margin: 0;
    transform: translateX(0);
    right: 0;
    left: auto;
    max-width: 800px;
    position: absolute;
    padding: 5px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s ease-out;
	cursor:default;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up.hidden{
    transform: translateX(800px);	
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .faq_close{
    right: 13px;
    top: 21px;
    width: 25px;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .faq_close::before{
    height:25px;
	width:1px;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .faq_close::after{
    height:1px;
    width: 25px;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .faq_form{
	border:0;
}
#faq-on-product.faq_on_product .faq_ask_a_question .faq_pop_up .footer{
	text-align:right;
}
.faq_on_product ul{
	background-color: var(--var-color-bluelight);
	padding:15px;
}
.faq_on_product ul .faq_question_li{
	border:0px;
	border-bottom:1px solid #fff;
	margin: 0;
    padding: 10px 0;
}
.faq_on_product ul .faq_question_li:last-child{border: 0;}
.faq_on_product ul .faq_question_li .faq_question_name{
	padding: 10px 20px 10px 0px;
}

.faq_on_product ul .faq_question_li .faq_answer {
	display: block;
    border: 0;
    font-style: normal;
    padding: 10px 30px;
    text-align: justify;
    color: #666;
	overflow: hidden;
	max-height: 0;
	padding: 0px 30px;
	-ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.faq_on_product ul .faq_question_li .faq_question_name::before{
	border-color:var(--var-color-blue);
	margin-right: -17px;
}
.faq_on_product ul .faq_question_li .faq_answer.open {
	padding: 10px 30px;
    max-height: none;
	background-color: #ffffff;
}
.faq_on_product ul .faq_question_li .faq_answer a{
	color: var(--var-color-blue);
    font-weight: 600;
	opacity: 1;
	-ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.faq_on_product ul .faq_question_li .faq_answer a:hover{
	opacity: 0.7;
}
.faq_on_product .faq_ask_a_question{
	text-align:center;
	margin-top: 30px;
}
.faq_on_product #ask_a_question, .faq_on_product button#faq_send_mail{
	font: bold 13px / 17px Arial, Helvetica, sans-serif;
    color: var(--var-color-blue);
    text-align: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid var(--var-color-blue);
    padding: 8px 20px 8px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.faq_on_product #ask_a_question:hover, .faq_on_product button#faq_send_mail:hover{
	box-shadow: inset 0 -6rem 0 0 var(--var-color-blue) !important;
    border-color: var(--var-color-blue);
    color: #fff;
}
.faq_product_col_left{
	position: sticky;
    top: 0;
}

.faq_product_col_left img{
	max-width:500px;
}
.faq_product_col_right{
	margin-top: 80px;
}
@media (max-width: 488px) {
	.faq_product_col_left{position: relative;}
	.faq_product_col_left img{display: none;}
	.faq_product_col_right, .faq_on_product .faq_ask_a_question{margin-top: 5px;}
}
.blockproductscategory{display:none;}

#accessories_block{
	overflow:hidden;
	margin-top:60px;
}
#accessories_block #product_list{
	display: flex;
    justify-content: space-between;
}
#accessories_block #product_list .left_block {
    position: relative;
}
#accessories_block li.product_accessories_description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
@media (max-width: 1199px) {
	#accessories_block #product_list{
		flex-wrap: wrap;
		gap: 2%;
	}
	#accessories_block li.product_accessories_description {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}
#accessories_block .a_product_block{
	max-width:250px;
	margin:0 auto;
}
#accessories_block li.product_accessories_description .product_img_container{
	position:relative;
}
#accessories_block li.product_accessories_description .product_img_container .product_image_first {
    opacity: 1;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
#accessories_block li.product_accessories_description .product_img_container .hover-image{
	position: absolute;
    top: 0;
	right:0;
	width:100%;
    opacity: 0;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
#accessories_block li.product_accessories_description:hover .product_img_container:has(.hover-image) .product_image_first {
    opacity: 0;
}
#accessories_block li.product_accessories_description:hover .product_img_container .hover-image{
    opacity: 1;
}
#accessories_block #product_list h3 {
    font-family: 'Poppins';
    font-size: 14px;
    color: #444;
    height: 26px;
    line-height: 13px;
    overflow: hidden;
    margin: 18px 0 0;
    padding: 0;
}
#accessories_block #product_list .product_resum li {
    list-style-type: disc;
    margin: 0;
    display: list-item;
    padding: 0 0 0 3px;
    list-style-position: inside;
	font-size: 12px;
    line-height: 18px;
    color: #444;
}
#accessories_block #product_list .right_block {
    min-height: 40px;
    margin: 10px 15px 0 0;
}
#accessories_block #product_list .price_container {
    text-align: right;
}
#accessories_block #product_list .price_container .price_total {
    display: block;
    display: none;
}
#accessories_block #product_list .price_container .price_per_unit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}
#accessories_block #product_list .price_container .price_per_unit .price_from_lib {
    padding: 0 5px 1px 0;
    font-size: 11px;
    color: #666;
}
#accessories_block #product_list .price {
    display: block;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
#accessories_block #product_list .price_container_reduct .price {
    color: var(--var-color-red);
}
#accessories_block .tax_display {
    font-size: 50%;
    line-height: 0.8em;
    vertical-align: super;
    margin-right: 2px;
}
#accessories_block #product_list .old_price_display {
    display: block;
    color: var(--var-color-red);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}
#accessories_block #product_list .price_container_reduct .old_price_display {
    color: #000;
    padding: 0 0 4px 5px;
}
#accessories_block #product_list .old_price {
    text-decoration: line-through;
}

.fancybox-container .fancybox-inner .fancybox-toolbar{display:none !important;}
.fancybox-container .fancybox-inner .fancybox-stage img.fancybox-image{cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 12 12, auto;}