/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
/*******************************************************************
					Cart Block Styles
********************************************************************/
/*Cart title*/
@media (min-width: 992px) {
  .header__cart .shopping_cart .ajax_cart_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 9px;
    background-color: #D7272C;
    width: 14px;
    height: 14px;
    line-height: initial;
    color: #ffffff;
    border-radius: 50%;
    transform: translate(50%, -50%);
  }

  .header__cart .shopping_cart__link,
  .header__cart .shopping_cart__unlink {
    color: #ffffff;
    position: relative;
    vertical-align: 37%;
  }

  .header__cart .shopping_cart__link:before,
  .header__cart .shopping_cart__unlink:before {
    font-size: 23px;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  #_mobile_cart_block {
    -webkit-box-flex: 1 0 0;
    -moz-box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .shopping_cart .shopping_cart__link,
  .shopping_cart .shopping_cart__unlink {

    display: none !important;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .shopping_cart .shopping_cart__unlink.mobile {
    display: flex !important;
  }

  .shopping_cart .shopping_cart__link:before,
  .shopping_cart .shopping_cart__unlink:before {
    font-size: 30px;
    cursor: pointer;
    width: 1.8em;
    height: 1.8em;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.4s, color 0.4s;
    font-family: "fontAwesome";
    content: "\f07a";
  }

  .mobile-nav .font-cart:before {
    margin-top: -2px;
  }

  .shopping_cart .shopping_cart__link:before:hover,
  .shopping_cart .shopping_cart__unlink:before:hover {
    background-color: #8bcde9;
  }

  .shopping_cart .ajax_cart_quantity {
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 16px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #fa2128;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

/*Cart block*/
.cart_block {
  border: 1px solid #e3e3e3;
  line-height: 1;
  padding: 15px 15px 25px;
  text-align: left;
}

.cart_block .product-name {
  color: inherit;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cart_block .product-name {
    font-size: 18px;
  }

  .refProduct {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cart_block .product-name {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .cart_block .product-name {
    font-size: 14px;
  }
}

.cart_block .product-atributes {
  margin-top: 9px;
}

@media (max-width: 480px) {
  .cart_block .product-atributes {
    font-size: 12px;
  }
}

.cart_block .cart_block_list:after {
  clear: both;
  content: '';
  display: table;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  font-size: 28px;
}

@media (max-width: 480px) {

  .cart_block .cart_block_list .remove_link a,
  .cart_block .cart_block_list .ajax_cart_block_remove_link {
    font-size: 22px;
  }
}

.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
  content: "\f014";
  font-family: "FontAwesome";
}

.cart_block .cart-images {
  padding-right: 10px;
  width: 100px;
}

@media (max-width: 480px) {
  .cart_block .cart-images {
    width: 80px;
  }
}

.cart_block .cart-info .quantity-formated {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 5px;
}

.cart_block .cart-info .quantity-formated .quantity {
  font-size: 15px;
}

.cart_block .remove_link {
  text-align: right;
  width: 30px;
}

@media (max-width: 480px) {
  .cart_block .remove_link {
    width: 18px;
  }
}

.cart_block .products {
  margin-bottom: 35px;
}

.cart_block dt {
  display: table;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 480px) {
  .cart_block dt {
    padding: 15px 0;
  }
}

.cart_block dt>* {
  display: table-cell;
  vertical-align: middle;
}

.cart_block dt .price {
  font-size: 30px;
}

@media (max-width: 768px) {
  .cart_block dt .price {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .cart_block dt .price {
    font-size: 16px;
  }
}

.cart_block dd {
  position: relative;
}

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

@media (min-width: 481px) {
  .cart_block .cart-prices {
    float: left;
  }
}

.cart_block .cart-prices .price {
  font-size: 18px;
}

.cart_block .cart-prices .price+div {
  font-size: 14px;
}

.cart_block .cart-prices .cart-prices-line {
  display: inline-block;
  vertical-align: top;
}

.cart_block .cart-prices .cart-prices-line div {
  margin-bottom: 5px;
  padding-right: 40px;
  text-transform: uppercase;
}

.cart_block .cart-buttons {
  float: right;
}

@media (max-width: 480px) {
  .cart_block .cart-buttons {
    float: none;
    margin-top: 12px;
    text-align: center;
  }
}

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

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  background: #ffffff;
  display: none;
  height: auto;
  left: 0;
  max-height: 545px;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  #header .cart_block {
    left: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  #header .cart_block {
    max-height: calc(100vh - 75px);
  }
}

@media (max-width: 480px) {
  #header .cart_block {
    padding: 10px 10px 25px;
  }
}

#header .block_content {
  margin-bottom: 0;
  max-width: 1190px;
  margin: auto;
}

@media (max-width: 480px) {
  .cart_block .cart-prices .cart-prices-line div {
    padding-right: 20px;
  }
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5004;
}

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#layer_cart {
  background: #ffffff;
  position: absolute;
  display: none;
  z-index: 5005;
  width: 950px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #layer_cart {
    width: 100%;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 414px) {
  #layer_cart {
    position: fixed;
    top: 0 !important;
  }
}

@media screen and (min-height: 640px) {
  #layer_cart {
    position: fixed;
    top: 50% !important;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 90vw;
    height: 90vh;
  }
}

#layer_cart>.clearfix {
  display: table;
  width: 100%;
}

@media (min-width: 992px) {

  .layer_cart_product,
  .layer_cart_cart {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.layer_cart_product {
  padding: 0;
  position: static;
}

.layer_cart_product .cross {
  background: #f7f7f7;
  cursor: pointer;
  display: block;
  font: 14px/45px "fontello";
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  z-index: 1;
}

.layer_cart_product .cross:hover {
  background: #fa2128;
  color: #ffffff;
}

.layer_cart_product .cross:active {
  background: #e51e77;
  color: #ffffff;
}

.layer_cart_product .cross:before {
  content: '\2d';
}

.layer_cart_img {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
}

@media (max-width: 991px) and (min-width: 641px) {
  .layer_cart_img {
    padding-top: 50%;
  }
}

.layer_cart_cart {
  padding: 40px 45px;
}

@media (max-width: 768px) {
  .layer_cart_cart {
    padding: 0 20px;
  }
}

.layer_cart_cart .button-container {
  margin-top: 5px;
}

@media (max-width: 480px) {
  .layer_cart_cart .button-container .btn {
    width: 100%;
  }

  .layer_cart_cart .button-container .btn:first-child {
    margin-bottom: 15px;
  }

  .layer_cart_product {
    height: 300px;
  }
}

.layer_cart_cart .continue {
  float: left;
  font-size: 15px;
  padding: 10px 20px;
  background: #000000;
}

.layer_cart_cart .checkout {
  float: right;
  font-size: 15px;
  padding: 10px 20px;
  background: #000000;
}

.layer_cart_cart .btn:hover {
  background: #D7272C;
}

#layer_cart_product_title {
  font-size: 27px;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  #layer_cart_product_title {
    font-size: 16px;
  }
}

.layer_cart_row {
  font-size: 16px;
  /*text-transform: uppercase;*/
}

@media (max-width: 480px) {
  .layer_cart_row {
    font-size: 13px;
  }
}

.layer_cart_row:after {
  clear: both;
  content: '';
  display: table;
}

.layer_cart_row strong {
  display: block;
  float: left;
  margin-bottom: 10px;
}

.layer_cart_row span {
  font-weight: 700;
  display: block;
  float: right;
  margin-bottom: 10px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #cdcdcd;
  padding: 26px 30px 40px 30px;
  position: relative;
}

#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
}

#layer_cart .crossseling #blockcart_list ul {
  display: block;
}

#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%;
}

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

#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: #898989;
  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;
}


.cart_quantity {
  margin: auto;
  /*display: block;*/
}

.paiement_block .cart_quantity,
th.cart_quantity {
  display: table-cell;
}


#uniform-livraison label {
  margin-right: 30px;
}