/* product desc */
/* primary_block ***************************************************************************** */
/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.primary_block {
  margin-bottom: 10px;
}
/*.primary_block h1 { /*ajout 2020*/
  /*padding-bottom: 20px;
  font-size: 30px;
  line-height: 50px;
  margin: 0px 0px 0px 30px;
  color: #1c1c1c;*/
}
/* p.product-desc{ /*ajout 2020*/
/*  width: 80%;
  margin: 0 auto;
} */
/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-heading-h5 {
  color: #777777;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Ubuntu", sans-serif;
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#productscategory_list .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
  font: 300 14px/22px "Ubuntu", sans-serif;
}

@media only screen and (max-width: 991px) {
  /* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #productscategory_list .product-name,
  .accessories-block .product-name {
    font: 300 12px/18px "Ubuntu", sans-serif;
  }
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#productscategory_list .product-name a,
.accessories-block .product-name a {
  font: 300 14px/22px "Ubuntu", sans-serif;
  color: #888;
}

@media only screen and (max-width: 991px) {
  /* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #productscategory_list .product-name a,
  .accessories-block .product-name a {
    font: 300 12px/18px "Ubuntu", sans-serif;
  }
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
  color: #333;
}
/*MODIF 2020*/
#view_full_size{
  text-align: center;
}
.primary_block .pb-left-column #image-block img {
  width:auto;
  height:auto;
  max-width: 100%;
  max-height: 60vh;
}
/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto;
}

.pb-left-column h1 {/*MODIF 2020*/
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
 }
/* .pb-left-column ***************************************************************************** */
/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column {
  margin-bottom: 15px;
  width: 70%;
  margin-left:2%;
}
@media (max-width: 1080px){
  .pb-left-column {
    width: 90%;
    margin: 0 auto;
  }
}
h5.product-name{
  text-align: center;
}
.information-nicotine{
  font-size: 12px;
  display: flex;
  width: auto;
  margin: 0 auto;
  margin-bottom: 4%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-nicotine ul{
  padding-left: 10px;
  list-style: inside;
}
.container-nicotine{
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 30px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}
/*fin modif 2020*/


/*modif 2020 : commentaire */
/* @media only screen and (min-width: 480px) and (max-width: 767px) { */
  /* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column {
    max-width: 480px;
    margin: 0 auto 15px;
    float: none;
  }
} */
/*fin modif 2020 : commentaire*/
/* line 53, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block {
  position: relative;
  z-index: 1;
  padding: 5px;
  /* border: 1px solid #d9d9d9; <- modif 2020*/
  background: #fff;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block.is_caroucel {
  /* margin-left: 100px;
  margin-right: 4px; /*modif 2020*/
  width: auto;
  height: auto;
}
/*modif 2020 : commentaire */
/* @media (min-width: 1200px) { */
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column #image-block.is_caroucel {
    margin-right: 37px;
    margin-left: 95px;
  }
} */

/* @media (min-width: 1200px) and (max-width: 1580px) { */
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column #image-block.is_caroucel {
    margin-right: 0;
    margin-left: 63px;
  }
} */

/* @media (min-width: 992px) and (max-width: 1199px) { */
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column #image-block.is_caroucel {
    margin-left: 91px;
    margin-right: -3px;
  } */
}

/* @media (min-width: 768px) and (max-width: 991px) { */
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column #image-block.is_caroucel {
    margin-left: 85px;
    margin-right: -10px;
  }
} */

/* @media only screen and (min-width: 480px) and (max-width: 767px) { */
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column #image-block.is_caroucel {
    margin-left: 93px;
    margin-right: 0;
  }
} */

/* @media only screen and (max-width: 479px) { */
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-left-column #image-block.is_caroucel {
    margin-left: 72px;
  }
} */
/*fin modif 2020 : commmentaire */
/* line 88, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block img {
  background: #f1f1f1;
  width: 100%;
}

/* line 92, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block #view_full_size {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #777676;
  width: 50px;
  border-radius: 15px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

/* line 110, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 0px;
}
.pb-left-column #image-block #view_full_size .span_link:hover {
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
/* line 119, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #333;
}

/* line 126, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}

/* line 130, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block .zoomPad {
  z-index: auto !important;
}

/* line 138, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #image-block .new-sale-box {
  z-index: 50002;
}

/* miniatures */
/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column #views_block { /*modif 2020 : commentaire */
  /* margin-top: 0px; */
  /* position: absolute;
  top: 0;
  left: 15px; */
  margin-top: 10px;
  /* position: relative;
  top: 0px;
  left: 15px; */
  z-index: 1;
}

/* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#thumbs_list { /*modif 2020*/
  /* overflow: hidden;
  width: 85px;
  height: 906px; */
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*modif 2020 : commentaire */
/* @media (min-width: 1200px) and (max-width: 1580px) { */
  /* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list {
    width: 58px;
    height: 691px;
  }
} */

/* @media (min-width: 992px) and (max-width: 1199px) { */
  /* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list {
    height: 750px;
  }
} */

/* @media (min-width: 768px) and (max-width: 991px) { */
  /* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list {
    height: 470px;
    width: 80px;
  }
} */

/* @media only screen and (min-width: 480px) and (max-width: 767px) { */
  /* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list {
    height: 505px;
    width: 85px;
  }
} */

/* @media only screen and (max-width: 479px) { */
  /* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list {
    height: 300px;
    width: 68px;
  }
} */
/*fin modif 2020 : commentaire */
/* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#thumbs_list ul#thumbs_list_frame {
  /* list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: -10px 0 0 0; */
  /*modif 2020*/
  list-style-type: none;
  display: flex;
  width: 100%;
  height: auto !important;
  justify-content: center;
  padding-left: 0;
  overflow: hidden;
  margin: -10px 0 0 0;
}
#thumbs_list ul#thumbs_list_frame li {
  /* float: left;
  height: 121px;
  width: 85px;
  cursor: pointer;
  margin-top: 10px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
  /*modif 2020*/
  height: 80px;
  width: 80px;
  border : solid 1px #e9e9e9;
  border-radius: 4px;
  margin: 10px 10px;
  cursor: pointer;
  line-height: 0;
}
/*modif 2020 : commentaire */
/* @media (min-width: 1200px) and (max-width: 1580px) { */
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list ul#thumbs_list_frame {
    margin-top: -4px;
  }
} */

/* @media (min-width: 992px) and (max-width: 1199px) { */
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list ul#thumbs_list_frame {
    margin-top: -5px;
  }
} */

/* @media (min-width: 768px) and (max-width: 991px) { */
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list ul#thumbs_list_frame {
    margin-top: -5px;
  } */
}

/* @media only screen and (min-width: 480px) and (max-width: 767px) { */
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list ul#thumbs_list_frame {
    margin-top: -7px;
  }
} */

/* @media only screen and (max-width: 479px) { */
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list ul#thumbs_list_frame {
    margin-top: -5px;
  }
} */
/*fin modif 2020: commentaire*/
/* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/*modif 2020 : commentaire */
/* @media (min-width: 1200px) and (max-width: 1580px) { */
  /* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list li {
    width: 58px;
    height: 83px;
    margin-top: 4px;
  }
} */

/* @media (min-width: 992px) and (max-width: 1199px) { */
  /* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list li {
    margin-top: 5px;
  }
} */

/* @media (min-width: 768px) and (max-width: 991px) { */
  /* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list li {
    margin-top: 5px;
    width: 80px;
    height: 114px;
  }
} */

/* @media only screen and (min-width: 480px) and (max-width: 767px) { */
  /* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list li {
    margin-top: 7px;
  }
} */

/* @media only screen and (max-width: 479px) { */
  /* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* #thumbs_list li {
    margin-top: 5px;
    height: 97px;
    width: 68px;
  }
} */

/* line 233, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#thumbs_list li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}

/* line 240, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#thumbs_list li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

/* line 252, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#thumbs_list li a:hover:after, #thumbs_list li a.zoomThumbActive:after {
  bottom: 0;
}

/* line 257, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#thumbs_list li img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*-------------- AJOUT 2020 : FEATURES ----------------*/
/*---------                             ---------------*/

/*AJOUT DES FEATURES EN DESSOUS DE L'IMAGE 2020*/
#product-features{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 25pt auto;
  font-size: 14px;
}
#product-features ul.product-features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 2px;
  border-bottom: 1px solid #e9e9e9;
}
ul.product-features > li:first-child {
  width: 20%;
  text-align: left;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 11px;
}
ul.product-features > li {
  width: 60%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
/*AJOUT DES DESCRIPTIONS EN DESSOUS DE L'IMAGE 2020*/
.product-desc {
  /* font-family: cursive; */
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.product-description {
  width: 100%;
}
.product-description p{
  text-align: justify !important;
}
#product-description{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 4% 0;
  text-align: justify;
  font-size: 14px;
  /* border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; */
}
#product-description > h4{
  margin-bottom: 25pt;
  line-height: 2;
  font-size: 16pt;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #e9e9e9;
}
.page-product-box {
  /* border-bottom: 1px solid #e9e9e9; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-product-box h3 {
    margin-bottom: 25pt;
    line-height: 2;
    font-size: 14pt;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 0.5px solid #e9e9e9;
}


#product-description .product-description > *{
  line-height: 1.5;
}
#product-description .product-description > ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 10px 15px;
  list-style-type: circle;
}
#product-description .product-description > ul li{
  margin: 2px 0px;
}
/*FIN AJOUT/MODIF 2020*/


/* line 268, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.two-columns .pb-left-column #image-block.is_caroucel {
  margin-right: 0;
  margin-left: 86px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 268, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns .pb-left-column #image-block.is_caroucel {
    margin-left: 83px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 268, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns .pb-left-column #image-block.is_caroucel {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 268, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns .pb-left-column #image-block.is_caroucel {
    margin-left: 94px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 268, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns .pb-left-column #image-block.is_caroucel {
    margin-left: 78px;
  }
}

@media (min-width: 991px) {
  /* line 284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns #thumbs_list {
    height: 334px;
    width: 76px;
  }
  /* line 288, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns #thumbs_list li {
    width: 76px;
    height: 76px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns #thumbs_list {
    height: 311px;
    width: 74px;
  }
  /* line 296, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns #thumbs_list li {
    width: 74px;
    height: 74px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .two-columns #thumbs_list {
    height: 442px;
  }
}

/* line 306, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.two-columns #usefull_link_block li {
  clear: left;
  border: none;
  padding-left: 0;
}

/* line 310, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.two-columns #usefull_link_block li#favoriteproducts_block_extra_add, .two-columns #usefull_link_block li#favoriteproducts_block_extra_remove, .two-columns #usefull_link_block li#favoriteproducts_block_extra_added, .two-columns #usefull_link_block li#favoriteproducts_block_extra_removed {
  padding-left: 20px;
}

/* line 315, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.two-columns #usefull_link_block li#favoriteproducts_block_extra_add:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_remove:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_added:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_removed:before {
  left: 1px;
}

@media (min-width: 1200px) {
  /* line 323, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .three-columns .pb-left-column #image-block.is_caroucel {
    margin-right: 4px;
  }
}

@media (min-width: 1200px) {
  /* line 328, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .three-columns #thumbs_list {
    height: 470px;
  }
}

/* line 335, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_scroll_left,
#view_scroll_right {
  width: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(18, 18, 18, 0.3);
  text-align: center;
}

/* line 347, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_scroll_left:before,
#view_scroll_right:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
}

/* line 353, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #333;
}

/* line 357, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_scroll_right {
  top: auto;
  bottom: 0;
}

/* line 360, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_scroll_right:before {
  content: "\f0d7";
}

/* line 365, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_scroll_left:before {
  content: "\f0d8";
}

/* line 370, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.attribute_label {
  padding-bottom: 5px;
}

/* line 374, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.resetimg {
  z-index: 1;
  display: inline-block;
  margin: 0;
  line-height: 0;
  font-size: 0;
  vertical-align: -7px;
}

/* line 381, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.resetimg #wrapResetImages {
  overflow: hidden;
}

/* line 384, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.resetimg a {
  display: inline-block;
  vertical-align: middle;
}

/* line 387, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.resetimg a:before {
  content: "\e054";
  font-family: "material-design";
  font-size: 33px;
  line-height: 23px;
  color: #333;
}

/* line 393, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.resetimg a:before:hover {
  color: #000;
}

/* line 398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.resetimg span {
  display: none;
}

/* link list */
/* line 405, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block {
  overflow: hidden;
}

/* line 407, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 5px;
}

/* line 412, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li:first-child {
  border-left: 0;
  padding-left: 0;
}

/* line 416, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li a {
  color: #888;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  display: inline-block;
}

/* line 424, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  color: #888;
  font-size: 15px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}

/* line 434, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li a:hover {
  color: #333;
}

/* line 439, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li.print a:before {
  content: "\f02f";
}

/* line 444, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}

/* line 449, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}

/* line 453, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
  cursor: pointer;
  position: relative;
}

/* line 459, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
  font-family: "FontAwesome";
  color: #333;
  font-size: 15px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 12px;
  font-weight: normal;
  content: "\f08a";
}

/* line 470, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
  color: #333;
}

/* line 474, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* pb-right-column ****************************************************************************** */
/*MODIF 2020*/
.pb-right-column {
  position: fixed;
  height: auto;
  width: 20%;
  max-width: 300px;
  padding: 1%;
  top:8%;
  right:2%;
  border:2px solid #e9e9e9;
  border-radius: 4px;
  background: white;
  z-index: 9;
}
@media (max-width: 1080px){
  .pb-right-column {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    border:none;
  }
}
.pb-right-column .content_prices {
  text-align: center;
  font-size: 18pt;
  margin-bottom: 16pt;
}
.content_prices #our_price_display{
  font-size: 18pt;
}
/*modif 2020 : commentaire */
/* @media (min-width: 1200px) { */
  /* line 481, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  /* .pb-right-column {
    padding-left: 0;
  }
} */

/* line 485, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column .product-info-line {
  overflow: hidden;
  margin: 0 0 5px -15px;
  line-height: 24px;
} */

/* line 489, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column .product-info-line > p {
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
} */

/* line 493, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column .product-info-line > p label {
  margin: 0;
  font-weight: normal;
  color: #888;
} */

/* line 499, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column .product-info-line > p span.editable {
  background: #eeeeee;
  color: #333;
  display: inline-block;
  padding: 0 9px;
  font-weight: bold;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
} */

/* line 510, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column h1 {
  padding-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  color: #888;
  margin: 0 0 0 0;
  color: #1c1c1c;
} */

/* line 518, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column #short_description_block {
  color: #666;
} */

/* line 521, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column #short_description_block #short_description_content {
  padding: 0 0 10px;
  word-wrap: break-word;
} */

/* line 524, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .pb-right-column #short_description_block #short_description_content p {
  line-height: 18px;
} */

/* line 530, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #product p#loyalty {
  padding: 17px 0 15px 35px;
  /* border-bottom: 1px solid #d9d9d9;  2020*/
  /* margin: 10px 0 0px;
  position: relative;
} */
/*AJOUT 2020*/
#attributes{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#attributes .attribute_block{
  margin-bottom: 10px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  justify-content: space-between;
}
#attributes .attribute_list {
    margin-bottom: 10px;
    width: 200px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


.extra-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#product p#loyalty {
  font-size: 8pt;
  text-align: justify;
 }
  #product p#loyalty b {
    color: #333; }
p.socialsharing_product {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
p.socialsharing_product > button {
  height: 50px;
  width: 50px;
  font-size: 15pt;
  padding: 0px;
  display: flex;
  align-items:center;
  justify-content: center;
  border-radius:6px;
}
/*FIN AJOUT 2020*/
/* line 535, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */

/*modif 2020:commentaire loyality*/
/* line 538, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #product p#loyalty:before {
  content: "\f024";
  font-family: "FontAwesome";
  color: #cfcccc;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  top: 16px;
  left: 0;
} */

/* line 549, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#page .rte {
  word-wrap: break-word;
}

/* line 551, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#page .rte p {
  margin-bottom: 0;
}
/*modif 2020 commentaire*/
/* line 555, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #attributes {
  margin-bottom: 45px;
  margin-top: 15px;
} */

/* line 559, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #attributes fieldset label {
  vertical-align: top;
  display: block;
  font-weight: normal;
  color: #888;
} */

/* line 566, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #attributes .attribute_list {
  width: 100%;
} */

/* line 568, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #attributes .attribute_list .form-control {
  max-width: 230px;
} */

/* line 570, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #attributes .attribute_list .form-control option {
  background: #fff;
  color: #666;
} */

/* line 575, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #attributes .attribute_list ul {
  clear: both;
} */
.product_attributes label{
  font-size: 14pt;
}
/* line 577, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}

/* line 582, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}

/* line 586, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}

/* line 592, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

/* line 594, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 7px 7px 0;
  clear: none;
  width: 100%;
}

/* line 598, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 25px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding-left: 25px;
  font-size: 12pt;
}

/* line 604, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border : 2px solid black;
  color:black;
  font-weight: bold;
  border-radius: 4px;
}

/* line 614, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product {
  padding-bottom: 17px;
  padding-top: 35px;
} */

/* line 615, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .buttons_bottom_block {
  margin-bottom: 0;
} */

/* line 618, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .ajax_add_to_cart_product_button {
  padding: 15px 25px 16px;
  font-size: 20px;
  line-height: 26px;
} */

/* line 622, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .ajax_add_to_cart_product_button:before {
  font-size: 30px;
  line-height: 30px;
} */

/* line 627, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .ajax_add_to_cart_product_button.added:before {
  content: "\f00c";
  font-family: "FontAwesome";
} */

/* line 632, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .ajax_add_to_cart_product_button.added.disabled, .box-info-product .ajax_add_to_cart_product_button.disabled, .box-info-product .ajax_add_to_cart_product_button[disabled] {
  opacity: 1 !important;
} */

/* line 635, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .ajax_add_to_cart_product_button.added.disabled:before, .box-info-product .ajax_add_to_cart_product_button.disabled:before, .box-info-product .ajax_add_to_cart_product_button[disabled]:before {
  content: "\f110";
  font-family: "FontAwesome";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
  opacity: 1;
} */

/* line 650, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .content_prices {
  padding-bottom: 15px;
} */

/* line 652, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* .box-info-product .content_prices .our_price_display {
  font: normal 25px/30px "Ubuntu", sans-serif;
} */
/*fin modif 2020 commentaire*/
/* table_data_sheet */
/* line 659, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.table-data-sheet, table.table-product-discounts {
  border: none;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}

/* line 664, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.table-data-sheet tr, table.table-product-discounts tr {
  border: none;
}

/* line 666, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.table-data-sheet tr.even, table.table-product-discounts tr.even {
  background: #fdfdfd;
}

/* line 669, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.table-data-sheet tr td, table.table-product-discounts tr td {
  padding: 10px 20px 11px;
}

/* line 671, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.table-data-sheet tr td:first-child, table.table-product-discounts tr td:first-child {
  border: none;
  width: 30%;
  font-weight: 700;
  color: #333;
}

/* line 678, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.table-data-sheet tr th, table.table-product-discounts tr th {
  color: #333;
}

/* accessories  */
/* line 686, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.accessories-block .block_description {
  display: none;
}

/* line 689, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.accessories-block .ajax_add_to_cart_button {
  padding: 8px 20px;
  width: 100%;
  text-align: center;
}

/* line 693, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.accessories-block .ajax_add_to_cart_button span {
  display: none;
}

/* line 696, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.accessories-block .ajax_add_to_cart_button:before {
  margin: 0;
}

/* line 703, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#tmrelatedproducts .ajax_add_to_cart_button {
  padding: 8px 20px;
  width: 100%;
  text-align: center;
}

/* line 707, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#tmrelatedproducts .ajax_add_to_cart_button span {
  display: none;
}

/* line 710, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#tmrelatedproducts .ajax_add_to_cart_button:before {
  margin: 0;
}

/* quantity_wanted */
/* quantity_wanted  MODIF 2020*/
#quantity_wanted_p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#quantity_wanted_p .quantity_choice{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
  #quantity_wanted_p input {
    width: 50px;
    height: 50px;
    font-size: 16pt;
    margin: 0 5px;
    text-align: center;
    border: none !important;
    font-weight: 500;
  }
  #quantity_wanted_p .btn.button-plus,
  #quantity_wanted_p .btn.button-minus {
    border: none;
  }
  #quantity_wanted_p .btn.button-plus span,
  #quantity_wanted_p .btn.button-minus span {
    padding: 0;
    font-size: 16pt;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
  }

#add_to_cart_product_page_button {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#add_to_cart_product_page_button #add_to_cart {
margin: 16pt 0;
}
#add_to_cart .btn-default {
color: #60c231;
background-color: #fff;
border-color: #60c231;
border-radius: 8px;
}
#add_to_cart .btn-default:hover {
color: #fff;
background-color: #60c231;
border-color: #fff;
border-radius: 8px;
}
/*fin modif 2020*/
/* line 717, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/*modif 2020 :commentaire*//* #quantity_wanted_p {
  overflow: hidden;
  float: left;
  margin-right: 20px;
} */

/* line 721, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #quantity_wanted_p input {
  width: 55px;
  height: 35px;
  padding: 0 6px;
  text-align: center;
  float: left;
  border: 1px solid #d9d9d9;
  line-height: 27px;
} */

/* line 730, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #quantity_wanted_p .btn {
  float: left;
  margin-left: 3px;
} */
/* line 734, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #quantity_wanted_p label {
  color: #888;
  font-weight: 400;
  float: left;
  line-height: 33px;
  padding-right: 10px;
} */

/* line 741, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #quantity_wanted_p .btn.button-plus,
#quantity_wanted_p .btn.button-minus {
  line-height: 33px;
} */

/* line 744, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #quantity_wanted_p .btn.button-plus span,
#quantity_wanted_p .btn.button-minus span {
  padding: 0;
  width: 33px;
  height: 33px;
  text-align: center;
  vertical-align: middle;
} */

/* #quantity_wanted_p .btn span i.fa {
  line-height: 33px;
} */


/* line 753, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #add_to_cart_product_page_button {
  margin-bottom: 34px;
  clear: both;
} */

/* line 756, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
/* #add_to_cart_product_page_button #add_to_cart {
  margin-bottom: 0;
} */
/*fin modif 2020 commenaitre*/
/* availability_statut */
/* line 761, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#availability_date_label {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
}

/* line 766, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#last_quantities, #availability_statut #availability_value.warning_inline {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  background: #46a74e;
  border: 1px solid #36943e;
}

/* line 775, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

/* line 782, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#pQuantityAvailable {
  display: inline-block;
}

/* line 784, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#pQuantityAvailable span#quantityAvailable {
  font-weight: bold;
  color: #333;
}

/* line 786, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#availability_statut #availability_value.warning_inline {
  background-color: #fe9126;
  border-color: #e4752b;
  text-shadow: 1px 1px #e68322;
  margin: 0;
}

/* line 794, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.attribute_fieldset {
  position: relative;
}

/* line 797, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.attribute_list {
  margin-bottom: 10px;
}

/* line 800, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.old-price-info {
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 803, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.old-price-info > p {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

/* line 810, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#old_price {
  text-decoration: line-through;
  font-size: 18px;
  color: #888;
}

/* line 816, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#reduction_percent,
#reduction_amount {
  display: inline-block;
  font-weight: 300;
  color: #F00;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 823, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#our_price_display {
  font-size: 30px;
  color: #333;
}

/* line 826, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#our_price_display.new-price {
  color: #333;
}

/* online_only */
/* line 831, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-right-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
/* line 838, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 838, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #send_friend_form {
    width: 280px;
  }
}

/* line 845, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #d9d9d9;
}

/* line 849, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .product p {
  padding: 0;
  color: #333;
}

/* line 852, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}

/* line 858, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  background: #f1f1f1;
}

/* line 863, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

/* line 869, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}

/* line 874, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .form_container .text {
  padding-bottom: 10px;
}

/* line 876, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}

/* line 882, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .form_container .text input {
  padding: 0 5px;
  height: 22px;
  width: 100%;
  border: 1px solid base-border-color;
  font-size: 12px;
  color: #666;
}

/* line 892, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}

/* PERSONNALISATION ##################################################################### */
/* line 900, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
}

/* line 904, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .product-info-tabs {
  padding-right: 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  /* line 908, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .product-info-tabs:after {
    border-right: 1px solid #d9d9d9;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: '.';
    text-indent: -5000px;
    display: block;
    z-index: 1;
  }
}

/* line 921, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .product-info-tabs > li {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  z-index: 2;
  font-weight: bold;
  text-transform: uppercase;
  font: normal 16px/22px "Ubuntu", sans-serif;
}

@media (min-width: 1200px) and (max-width: 1580px) {
  /* line 921, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .product-info-tabs > li {
    font: normal 13px/20px "Ubuntu", sans-serif;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 921, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .product-info-tabs > li {
    font-size: 12px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 767px) {
  /* line 921, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .product-info-tabs > li {
    border-left: 2px solid #fff;
  }
}

/* line 938, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .product-info-tabs > li a {
  padding: 15px 19px;
}

@media only screen and (min-width: 767px) {
  /* line 941, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .product-info-tabs > li a, .product-information .product-info-tabs > li a:hover, .product-information .product-info-tabs > li a:active, .product-information .product-info-tabs > li a:focus, .product-information .product-info-tabs > li a.active {
    background: none;
  }
}

@media only screen and (min-width: 767px) {
  /* line 946, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .product-info-tabs > li:hover, .product-information .product-info-tabs > li.active {
    background: #fff;
    border-left-color: #333;
  }
}

/* line 951, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .product-info-tabs > li:hover a, .product-information .product-info-tabs > li.active a {
  color: #333;
}

/* line 955, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .product-info-tabs > li:last-child {
  margin-bottom: -1px;
}

/* line 958, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .tab-content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 30px;
}

.product-description-tab-content ul  {
	list-style-type: disc;
    list-style-position: inside;
}
.product-description-tab-content ul li {
	margin-left:5px;
}

.box-info-product .content_prices .old-price-info{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.box-info-product .content_prices .discount{
  font-size: 14px;
}

@media only screen and (min-width: 767px) {
  /* line 964, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .tab-content:before {
    content: '.';
    text-indent: -5000px;
    border-left: 1px solid #d9d9d9;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    height: 100%;
  }
}

/* line 977, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.product-information .tab-content > div {
  padding-bottom: 15px;
}

@media only screen and (min-width: 767px) {
  /* line 977, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  .product-information .tab-content > div {
    padding-left: 15px;
  }
}

/* line 986, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

/* line 991, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

/* line 998, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizationUploadLine {
  padding-bottom: 10px;
}

/* line 1000, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}

/* line 1004, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #d9d9d9;
  color: #333333;
}

/* line 1011, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizationUploadBrowse img {
  border: 3px solid #333;
  margin: 0 10px 10px 0;
  padding: 5px;
  background: #fff;
}

/* line 1016, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizationUploadBrowse img + a {
  position: relative;
  vertical-align: top;
}

/* line 1019, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.customizationUploadBrowse img + a img {
  height: auto;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}

/* line 1030, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#customizedDatas {
  float: right;
}

/* line 1036, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.accessories_block div ul li a {
  display: inline-block;
}

/* line 1040, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700;
}

/* line 1047, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.pb-left-column .zoomPad {
  float: none;
}

/*************************************** two columns layout triks *******************************************/
/* line 1054, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

/* line 1059, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_full_size .zoomPreload {
  background-position: center center;
  text-indent: -5000px;
}

/* line 1063, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#view_full_size .zoomPreload {
  background: url(../img/712.GIF) no-repeat #fff 18px 18px;
  border: none;
  color: #333;
  font-family: Tahoma;
  font-size: 12px;
  height: 100px;
  left: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 100px;
  z-index: 110;
}

/***** IE code ****/
/* line 1087, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  /* line 1100, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #blockpack ul.product_list > li.first-item-of-mobile-line {
    clear: left;
  }
  /* line 1103, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #blockpack ul.product_list > li.first-item-of-tablet-line {
    clear: none;
  }
}

/* line 1111, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
.page-product-box {
  /* border-bottom: 1px solid #d9d9d9; */
}

/******************************************************************
Quick View Styles
******************************************************************/
/* line 1116, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only {
  min-height: 0 !important;
}

/* line 1120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only .primary_block.row {
  margin: 0;
}

/* line 1123, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only #image-block.is_caroucel {
  margin-left: 82px;
  margin-right: 0px;
}

/* line 1127, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only #thumbs_list {
  height: 546px;
  width: 75px;
}

/* line 1130, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only #thumbs_list ul#thumbs_list_frame {
  margin-top: -3px;
}

/* line 1133, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only #thumbs_list li {
  margin-top: 3px;
  width: 75px;
  height: 107px;
}

/* line 1140, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block {
  margin-bottom: 0;
}

/* line 1144, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-left-column {
  padding: 15px 15px 0px 15px;
  width: 498px;
  max-width: 498px;
  float: left;
}

/* line 1150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-left-column #views_block {
  top: 15px;
}

@media only screen and (max-width: 841px) {
  /* line 1144, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column {
    margin: 0 auto;
    float: none;
  }
}

/* line 1159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column {
  padding: 20px 20px 10px 15px;
  margin-bottom: 0;
  max-width: 330px;
}

@media only screen and (min-width: 842px) {
  /* line 1159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column {
    padding: 15px 0 20px;
    max-width: 380px;
  }
}

@media only screen and (max-width: 880px) {
  /* line 1159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column {
    max-width: 330px;
  }
}

@media only screen and (max-width: 841px) {
  /* line 1159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column {
    max-width: 100%;
    width: 100%;
  }
}

/* line 1175, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .product_comments_block_extra {
  padding-right: 0;
}

/* line 1178, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column #ShareDiv {
  position: absolute;
  bottom: 8px;
}

/* line 1182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column h1 {
  padding-bottom: 5px;
}

/* line 1185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .content_prices {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

/* line 1190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column #attributes {
  margin-bottom: 10px;
}

/* line 1193, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1198, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
  padding-bottom: 0;
}

/* line 1206, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/product.scss */
#tmrelatedproducts .price {
  line-height: 30px;
}

/*# sourceMappingURL=../css/product.map */
