/*******************************************************************
					Cart Block Styles
********************************************************************/

#header .shopping_cart {
	position: absolute;
	top: 192px;
	left: 820px;
	width: 167px; 
	}
/* Fin Modif AB */  

  #header .shopping_cart > a:first-child:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
/*    float: right; */
/*	margin-left: 5px; */
    font-size: 18px;
	color: white;	
	text-shadow: 0 0 0.3em black, 0 0 0.3em black;	
	width: 25px;
	text-align: center;
/*Modif AB
    color: #686666;
    padding: 6px 0 0 0; 
	text-shadow: black 0.1em 0.1em 0.1em;	
Fin de Modif AB */	
	}
  #header .shopping_cart > a:first-child:hover:after {
    content: "\f0d8";
/*Modif AB
    padding: 4px 0px 2px 0px; 
Fin de Modif AB */
	}

.shopping_cart {
  width: 270px; }
  @media (min-width: 768px) and (max-width: 1279px) {
	  #header .shopping_cart {
		  left: 350px;
		  top: 110px;
  }}	  
  @media (max-width: 1200px) {
   #header .shopping_cart {
      margin: 0 auto;
      float: none; } }

/*AB */
  @media (max-width: 767px) {
	#header .shopping_cart {
		float: left;
		position: relative;
		top: 0px;
		left: -35px;
		width: 200px;
		background-image: url("/magasin/themes/TestAlex/img/panneau-malle-a-reves-mobile.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position-y: bottom;
		background-position-x: center;
		padding-top: 0px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		height: 100px;
  } }
  @media (max-width: 450px) {
	#header .shopping_cart {
		top: -60px;
		left: -80px;
  }}		
/*Fin AB */	
	  
	  
  .shopping_cart > a:first-child {
/* Modif AB 
    padding: 7px 10px 14px 16px;
    background: #333;
    color: #777777;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
*/
    padding: 0px 0px 0px 0px;
	color: white;
	text-shadow: 0 0 0.3em black, 0 0 0.3em black;
	text-align: right;
/* Fin Modif AB */
    display: block;
    font-weight: bold;
    overflow: hidden; }
	@media (min-width: 768px) and (max-width: 1279px) {
		.shopping_cart > a:first-child {
			font-size: 85%;
	}}
		@media (max-width: 767px) {
		.shopping_cart > a:first-child {
			font-size: 85%;
			padding-top: 50px;
			padding-right: 55px;
	}}
/*AB    @media (min-width: 768px) and (max-width: 991px) {
      .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important; } }*/
    .shopping_cart > a:first-child b {
      color: #fff;
/* Modif AB      
	  font: 600 18px/22px "Open Sans", sans-serif;
*/
	  font: 600 0px/0px "Open Sans", sans-serif;
/* Fin Modif AB */
      padding-right: 5px; }
    .shopping_cart > a:first-child:before {
/* Modif AB 
      content: "\f07a";
Fin Modif AB */
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      color: #fff;
      padding-right: 15px; }
  .shopping_cart .ajax_cart_total {
    display: none !important; }
/* Ajout AB */
.ajax_cart_no_product {
	position: absolute;
	padding-left: 25px;
}
	@media (min-width: 768px) and (max-width: 1279px) {
		.ajax_cart_no_product {
			margin-left: -50px;
	}}
/* Fin ajout */
  .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; }
  .shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px; }

.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 70px; }
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #777;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151; 
	}
.cart_block .cart-images {
  float: left;
/* Modif AB
  margin-right: 20px; 
Fin Modif AB */
	}
	@media (max-width: 767px) {
		.cart_block .cart-images {
			width: 50%;		}
		.cart_block .cart-images img {
			width: 90%; }
	}
	.cart_block .cart-images img {
		padding: 5px 5px 5px 5px;
		border-radius: 50px;
		margin-bottom: 5px;
		box-shadow: black 0.1em 0.1em 0.5em;
	}
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 10px;   }
  @media (min-width: 768px) and (max-width: 1279px) {
	  .cart_block .cart-info {
		  float: left;
		  text-align: center;
  }}
  .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
/* Modif AB 
    color: #9c9b9b;
*/
	color: white;
/* Fin modif */
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
/* Modif AB 
  padding: 20px 10px 16px 20px;
*/
  padding: 10px 1px 0px 20px;
/*Fin Modif */
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
/* Modif AB 
  padding: 10px 20px 22px 20px; 
*/
  padding: 10px 20px 5px 20px; 
/* Fin Modif AB */
  }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
/* Modif AB 
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
*/
	overflow: hidden;
	padding: 5px 110px 15px 20px;
	margin: 0; }
/* Fin Modif AB */
  .cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px; 
/* Modif AB */
	font-size: 0px;
/* Fin modif */
	}
/* Modif AB */
    #header  .cart_block .cart-buttons a:hover {
  font-size: 0px; }
/* Fin Modif */	
    .cart_block .cart-buttons a#button_order_cart {
      margin-right: 0;
      border: none; 
	  background: none; }
	  @media (min-width: 768px) and (max-width: 1279px) {
		  .cart_block .cart-buttons a#button_order_cart {
			  width: 50px;
			  margin-top: -5px;
	  }}
/*Modif AB      .cart_block .cart-buttons a#button_order_cart span {
        padding: 7px 0;
        font-size: 1.1em;
        border: solid 1px #63c473;
        background: #43b155; }
      .cart_block .cart-buttons a#button_order_cart:hover span {
        border: solid 1px #358c43;
        background: #2e7a3a;
        color: #fff; }
Fin de Modif AB */

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/

/* Modif AB 
#header .cart_block {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #484848;
  color: #fff;
  width: 270px; }
*/
#header .cart_block {
  position: relative;
  z-index: 100;
  display: none;
  height: auto;
  color: #fff;
  width: 245px; 
  left: 9px;
  top: -2px;
  text-shadow: 0 0 0.3em black, 0 0 0.3em black; }
  @media (max-width: 480px) {
    #header .cart_block {
      width: 100%; } }
  @media (max-width: 767px) {
    #header .cart_block {
      left: -6px;
	  top: -3px; } }	  
  @media (max-width: 1200px) {
    #header .cart_block {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1279px) {
	  #header .cart_block {
		top: 15px;
		left: 59px;
		width: 129px;
		position: absolute; 
  }}
/* Fin Modif AB */

  #header .cart_block a {
    color: #fff; 
/**/text-shadow: 0 0 0.3em black, 0 0 0.3em black;	}
    #header .cart_block a:hover {
/* Modif AB 
      color: #9c9b9b; 
*/
	font-size: 13px;
	color: black;
	text-shadow: 0 0 0.3em white, 0 0 0.3em white;
/* Fin Modif */
	  }
  #header .cart_block .cart_block_list .remove_link a,
  #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none; }
    #header .cart_block .cart_block_list .remove_link a:hover,
    #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
 /* Modif AB
		color: #9c9b9b; 
*/
		color: black;
		text-shadow: 0 0 0.3em white, 0 0 0.3em white; 
/* Fin Modif */
		}
  #header .cart_block .price {
    color: #fff;
/**/text-shadow: 0 0 0.3em black, 0 0 0.3em black;	}
/* Modif AB
  #header .cart_block dt {
    background: url(../../../img/cart-shadow.png) repeat-x; }
Fin Modif AB */
    #header .cart_block dt.first_item {
      background: none; }
  #header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    #header .cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .cart_block .product-atributes a:hover {
        color: #fff; }
  #header .cart_block .cart-prices {
    border: none;
/* Modif AB
    background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d; }
*/
	background: repeat-y url("http://www.100000-reves.com/magasin/themes/TestAlex/img/Panier%20parchemin%20bas%20total.png"); 
	background-size: 220px;
	width: 230px;
	}
	@media (min-width: 768px) and (max-width: 1279px) {
		#header .cart_block .cart-prices {
			background-size: contain;
			width: unset;
			padding-right: 10px;
	}}
		@media (max-width: 767px) {
			#header .cart_block .cart-prices {
			margin-right: 10px;
			margin-left: 1px;
			background-size: contain;
			width: unset; }}
/*Fin Modif AB */

  #header .cart_block .cart-buttons {
/* Modif AB 
    background: url(../../../img/cart-shadow.png) repeat-x #333; 
*/
    background-image: url("http://www.100000-reves.com/magasin/themes/TestAlex/img/Panier%20parchemin%20bas.png"); 
	width: 220px;
	background-size: 220px;
	background-repeat: no-repeat;

/* Fin Modif AB */
	}
	@media (min-width: 768px) and (max-width: 1279px) {
		#header .cart_block .cart-buttons {
			width: unset;
			background-size: contain;
	}}
	@media (max-width: 767px) {
		#header .cart_block .cart-buttons {
			margin-right: 10px;
			margin-left: 1px;
			background-size: contain;
			width: unset;
	}}	
#header .block_content {
  margin-bottom: 0; }

.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; }

.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; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }

dl.vouchers {
background: repeat-y url("http://www.100000-reves.com/magasin/themes/TestAlex/img/Panier%20parchemin%20centre.png");
    background-size: auto;
background-size: 220px;
width: 220px;
margin-bottom: 0px;
text-align: right;
padding-right: 13px;
}	
	  
/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
/**/	left: 0px;
/**/	width: auto;
/**/	background: #e7f6ff url('/wp-content/themes/cmreves/images/bg.jpg') repeat-x;  }
  #layer_cart .layer_cart_product {
/*    padding: 30px 30px 10px 30px; */
/**/	padding: 30px 10px 10px 10px;
    overflow: hidden;
    position: static;
/**/width: 65%;
	float: left; /**/ }
/**/ 	@media (max-width: 700px) {
				#layer_cart .layer_cart_product {
				width: 100%;				
}}
	
    #layer_cart .layer_cart_product .title {
      display: block;
      font: 400 23px/29px Arial, Helvetica, sans-serif;
/*      color: #46a74e; */
      margin-bottom: 22px;
/**/	color: #06267f;	  }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product .title {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product .title i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container {
      /*max-width: 178px; */
      border: 1px solid #d6d4d4;
      padding: 5px;
      float: left;
      margin-right: 30px;
/**/box-shadow: black 0.1em 0.1em 0.5em;
/**/margin-right: 10px;
	  }
/**/  @media (max-width: 1023px) {
        #layer_cart .layer_cart_product .product-image-container {
			max-width: 178px;
	  }}			
      @media (max-width: 480px) {
        #layer_cart .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
/*      padding: 38px 0 0 0; */
/**/	padding: 0px;
/**/	color: #294db0;
}
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; 
/**/	text-shadow: 0 0 0.3em white, 0 0 0.3em white;
/**/		font-weight: bold;
/**/		color: #294db0;
/**/		font-style: italic;
/**/		font-size: 20px;
/**/		font-family: Georgia, serif;		
		}
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart {
/*    background: #fafafa; */
/*    border-left: 1px solid #d6d4d4; */
/*    padding: 21px 30px 170px 30px; */
/**/  padding: 35px 40px 0px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
/**/	width: 30%;
	margin: 10px;
	background-image: url('/magasin/themes/TestAlex/img/panier-parchemin.png');
	background-repeat: no-repeat;
	background-size: 90% 100%;
	color: #294db0; /**/
	}
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart {
        min-height: 318px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_cart {
        min-height: 360px; } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
/*        border-top: 1px solid #d6d4d4; */
/**/	float: left;
		background-size: 100% 100%;
		padding: 40px 10px 25px 20px; /**/
} }
/**/	    @media (max-width: 700px) {
      #layer_cart .layer_cart_cart {
            width: 100%;
			max-width: 270px;
}}
#layer_cart .layer_cart_cart .title {
      display: block;
      font: 400 23px/29px Arial, Helvetica, sans-serif;
/*      color: #333; */
/**/	color: #294db0;
/**/	font-size: 20px;
      border-bottom: 1px solid #d6d4d4;
/**/      padding-bottom: 5px;
/*      margin-bottom: 17px;	 */ }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_cart .title {
          font-size: 18px;
/**/	color: #294db0;		  } }
    #layer_cart .layer_cart_cart .layer_cart_row {
      padding: 0 0 7px 0;
/**/	color: #294db0;	  }
    #layer_cart .layer_cart_cart .button-container {
/*      position: absolute; */
      bottom: 0;
      left: 0;
      width: 100%;
/*      padding: 20px 30px 20px 30px; */
/**/	padding: 0px 0px 20px 0px;
}
      #layer_cart .layer_cart_cart .button-container .btn {
/*        margin-bottom: 10px; */
/**/	background-image: url('/magasin/themes/TestAlex/img/bouton-voir-ma-malle.png');
		background-size: auto;
		background-repeat: no-repeat;
		background-color: transparent;
		color: transparent;
		border: none;
		text-shadow: none;
		background-position: center;
		width: 100%; /**/
		}
      #layer_cart .layer_cart_cart .button-container span.exclusive-medium {
        margin-right: 5px;
/**/	background: none;
		}
        #layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
          padding-right: 5px;
/*          color: #777777; */
}
  #layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
/**/	color: #06267f;
	}
    #layer_cart .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px; }
    #layer_cart .cross:hover {
      color: #515151; }
  #layer_cart .continue {
    cursor: pointer; }
  #layer_cart p {
    padding: 0px; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #d6d4d4;
  padding: 10px 30px 40px 30px;
  position: relative;
/**/	text-align: center;  }
#layer_cart .crossseling h2 {
  font: 400 23px/26px Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 25px;
/**/	color: #06267f;
		font-style: italic;
		font-size: 21px; /**/  
/*AB*/
	background-image: url('/magasin/themes/TestAlex/img/barre-menu-gf.png');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 600;
  font-size: 22px;
  font-family: "Gill Sans", sans-serif;
  text-shadow: 3px 3px 3px black;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  border: none;
  outline: none;
  display: inline-block;
  padding-right: 45px;
  padding-left: 45px;
  background-size: cover;
  margin-left: 30px;
  margin-top: 10px; }
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
/**/	margin-top: 10px;  }
  #layer_cart .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left;
/*      width: 178px; */
      margin: 0 0px 0 0;
/**/ width: auto !important;	
	margin-right: 10px !important; /**/}
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #d6d4d4;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px;
/**/	box-shadow: black 0.1em 0.1em 0.5em; /**/		}
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%;
/**/	margin: 0;		  }
/*      #layer_cart .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; } */
        #layer_cart .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; 
/**/		color: #294db0;
			font-family: Georgia, serif;
			text-shadow: 0 0 0.3em white, 0 0 0.3em white;
			font-style: italic; /**/		  }
  #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; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover {
      color: #c0c0c0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after {
      content: "\f137"; }
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      content: "\f138"; }
  #layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }

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