/*******************************************************************
					Cart Block Styles
********************************************************************/
/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .cartBox {
  clear: both;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .shopping_cart {
  position: relative;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .shopping_cart > a:first-child:after {
  content: "\e071";
  font-family: "material-design";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 47px;
  font-size: 24px;
  line-height: 40px;
  display: block;
  color: #aeaeae;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .shopping_cart:hover > a:first-child, #header .shopping_cart.activeBox > a:first-child {
  color: #fff;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .shopping_cart:hover > a:first-child b, #header .shopping_cart:hover > a:first-child:before, #header .shopping_cart.activeBox > a:first-child b, #header .shopping_cart.activeBox > a:first-child:before {
  color: #888;
}

/* line 29, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .shopping_cart:hover > a:first-child:after, #header .shopping_cart.activeBox > a:first-child:after {
  color: #fff;
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .shopping_cart.activeBox > a:first-child:after {
  content: "\e073";
}

/* line 42, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart {
  width: 100%;
}

/* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child {
  padding: 8px 50px 9px 15px;
  background: #333;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #888;
}

@media (max-width: 1199px) {
  /* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child {
    padding-left: 15px;
  }
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child b {
  color: #fff;
  font: normal 16px/22px "Ubuntu", sans-serif;
  padding-right: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 61, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child:before {
  content: "\e14d";
  font-family: "material-design";
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding-right: 9px;
  vertical-align: -4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart .ajax_cart_total {
  display: none !important;
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  float: right;
  font-size: 18px;
  color: #686666;
  padding: 6px 0 0 0;
}

/* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0 2px 0;
}

/* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link {/*2020*/
  position: absolute;
  right: 12px;
  top: 4px;
}

/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #888;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
  display: inline-block;
  content: "\e054";
  font-family: "material-design";
  font-size: 18px;
  line-height: 18px;
}

/* line 115, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #333;
}

/* line 120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images {
  float: left;
  margin-right: 20px;
  position: relative;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images img {
  max-width: 100%;
  height: auto;
}

/* line 129, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 30px;
}

/* line 133, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name {
  padding-bottom: 5px;
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name a {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

/* line 141, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated {
  display: inline-block;
  color: #9c9b9b;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 5px;
}

/* line 147, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated .quantity {
  font-size: 15px;
}

/* line 152, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative;
  border-top: 1px solid #f2f2f2;}/*2020*/
}
.blockcart-price{/*AJOUT 2020*/
  position: absolute;
  bottom:4px;
  right:22px;
  font-size: 12px;
}
/* line 158, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block dd {
  position: relative;
}

/* line 160, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations {
  border-bottom: 1px dashed #f2f2f2;
}

/* line 162, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li {
  padding: 10px 20px;
}

/* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 20px;
}

/* line 173, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px;
}

/* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices {
  padding: 10px 20px 22px 20px;
}

/* line 179, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
}

/* line 183, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line.last-line {
  border: none;
}

/* line 188, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: none;
}

/* line 193, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons .btn { /*  2020  */
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #60c231;
  background-color: #fff;
  border-color: #60c231;
  border-radius: 8px;
}
.cart_block .cart-buttons .btn:hover {
  color: #fff;
  background-color: #60c231;
  border-color: #fff;
  border-radius: 8px;
} /*  FIN 2020  */


/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
/* line 202, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .cart_block {
  z-index: 100;
  display: none;
  height: auto;
  background: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}

/* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #333;
  outline: none;
  text-decoration: none;
}

/* line 215, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #000;
}

/* line 220, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes {
  padding-bottom: 10px;
  font-size: 11px;
}

/* line 224, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-prices {
  border: none;
  background: #f2f2f2;
}

/* line 229, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#header .block_content {
  height:90vh;
  overflow: auto;
  margin-bottom: 0;
}

#header .block_content .cart_block_list {
  /*overflow:scroll;*/
}


/* line 234, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none;
}

/* line 242, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right;
}

/* line 249, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 254, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td {
  padding: 2px;
}

/* line 256, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px;
}

/* line 260, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.delete {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  width: 15px;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
/* line 271, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 283, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 290, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 501;
  width: 64%;
  margin-right: 28%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  /* line 290, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart {
    width: 64%;
    margin-left: 28%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 290, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart {
    margin-left: 325px;
    width: 84%;
    min-height: 430px;
  }
}

/* line 315, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 30px 30px 30px 30px;
  overflow: hidden;
  position: static;
}

/* line 319, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product h2 {
  font: normal 20px/26px "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 22px;
  padding-right: 100px;
}

@media (max-width: 767px) {
  /* line 319, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product h2 {
    font-size: 18px;
    padding-right: 0;
    line-height: normal;
  }
}

/* line 330, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product h2 i {
  font-size: 30px;
  line-height: 30px;
  float: left;
  padding-right: 8px;
}

@media (max-width: 767px) {
  /* line 330, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product h2 i {
    font-size: 22px;
    line-height: 22px;
  }
}

/* line 341, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .product-image-container {
  position: relative;
  padding: 5px;
  float: left;
  max-width: 178px;
  margin-right: 30px;
}

@media (max-width: 480px) {
  /* line 341, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* line 353, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info {
  padding: 38px 0 0 0;
}

/* line 355, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px;
}

/* line 359, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div {
  padding-bottom: 7px;
}

/* line 361, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px;
}

/* line 367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart {
  background: #fafafa;
  border-left: 1px solid #d9d9d9;
  padding: 21px 30px 20px 30px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  position: relative;
}

@media (min-width: 1200px) {
  /* line 367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 430px;
  }
}

@media (max-width: 991px) {
  /* line 367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    border-left: none;
    border-top: 1px solid #d9d9d9;
  }
}

@media (min-width: 992px) {
  /* line 367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    padding-bottom: 170px;
  }
}

/* line 388, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart h2 {
  font: 400 23px/29px "Ubuntu", sans-serif;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 13px;
  margin: 0 0 17px;
}

@media (max-width: 767px) {
  /* line 388, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart h2 {
    font-size: 18px;
  }
}

/* line 398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0;
}

/* line 400, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row span {
  font: normal 16px/22px "Ubuntu", sans-serif;
  margin-left: 5px;
  display: inline-block;
}

/* line 404, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row span.ajax_block_cart_total {
  color: #F00;
}

/* line 409, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container {
  padding-top: 20px;
}

@media (min-width: 992px) {
  /* line 409, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 20px 30px;
  }
}

/* line 418, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px;
}

/* line 421, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.btn-md {
  margin-right: 5px;
}

/* line 426, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .cross {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #333;
  z-index: 2;
}

/* line 435, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:before {
  content: "\f057";
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px;
}

/* line 442, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:hover {
  color: #888;
}

/* line 446, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart p {
  padding: 0;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
/* line 455, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #d9d9d9;
  padding: 26px 30px 40px 30px;
  position: relative;
}

/* line 460, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling h2 {
  font: 400 23px/26px "Ubuntu", sans-serif;
  color: #333;
  margin-bottom: 25px;
}

/* line 465, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
}

/* line 470, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul {
  display: block;
}

/* line 472, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0 0 0;
}

/* line 476, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}

/* line 482, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%;
}

/* line 486, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px;
}

/* line 489, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 15px;
  line-height: 20px;
}

/* line 496, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: #333;
  text-indent: -5000px;
  position: absolute;
  top: 45%;
  margin-top: -20px;
}

/* line 509, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  display: block;
  text-indent: 0;
}

/* line 513, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
  color: #c0c0c0;
}

/* line 516, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
  display: none;
}

/* line 520, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: 5%;
}

/* line 522, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
  content: "\f137";
}

/* line 526, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 5%;
}

/* line 528, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  content: "\f138";
}

/* line 532, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden;
}

/*AJOUT d'une ligne d'info pour le frais de port gratuit*/
.freeshipping{
  display: block;
  font-size: 10px;
  position: relative;
  top:10px;
  width: 100%;
  text-align: center;
}
.freeshipping:before{
  content: "\f0d1";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 10px;
  color: #686666;
  padding-right: 5px;
}
.table_block .freeshipping{
  display: block;
  font-size: 12px;
  position:static;
  width: 100%;
  text-align: left;
}
.table_block .freeshipping:before{
  content: "\f0d1";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  color: #686666;
  padding-right: 5px;
}

/*# sourceMappingURL=../../../css/modules/blockcart/blockcart.map */
