/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
#cart_block {
  float: right;
  position: relative;
  z-index: 3;
}

#cart_block:hover {
  z-index: 3;
}

#cart_block > .sg-blockcart {
  display: block;
  margin: auto;
}

#cart_block > .mobile {
  display: none;
}

#cart_block #cart_block_summary {
  width: 182px;
  color: #4b4746;
  display: block;
  margin: 8px auto 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  text-align: center;
  line-height: 13px;
  text-decoration: none;
}

#cart_block #cart_block_summary .text {
  text-transform: uppercase;
}

#cart_block #cart_block_summary .ajax_cart_total {
  margin-left: 2px;
  font-size: 12px;
}

#cart_block_list {
  display: none;
  background: white;
  overflow-y: auto;
}

#cart_block_list .close {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50px;
  background: #4b4746;
  border: 2px solid white;
  height: 20px;
  width: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  display: none;
}

#cart_block .free_shipping_text {
  font-size: 14px;
  text-align: center;
  color: #E3328B;
  margin-top: 2px;
  display: block;
}

#cart_block .free_shipping_text span {
  /*color:$brown*/
}

#cart_block #cart_block_list {
  width: 420px !important;
  position: absolute;
  right: 0;
  top: calc(100% + 7px);
  z-index: 2;
}

#cart_block #cart_block_list .shipping_free {
  color: white;
  height: 37px;
  font-size: 14px;
  text-align: center;
  background: #4b4746;
  display: block;
  line-height: 37px;
}

#cart_block #cart_block_list .content {
  border: 1px solid #d2d2d2;
  border-top: none;
  padding: 6px 10px 0 12px;
}

#cart_block .cart_block_customizations {
  padding: 0 8px;
  font-size: 12px;
}

#cart_block .ajax_cart_no_product {
  padding: 10px 0;
  text-align: center;
}

#cart_block_list dt {
  border-top: 1px solid #e3e3e3;
  padding: 8px;
}

#cart_block_list dt:first-child {
  border-top: 0;
}

#cart_block_list dt .cart-images img {
  width: 60px;
  height: 60px;
}

#cart_block_list dt > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#cart_block_list dt.first_item {
  border-top: none;
}

#cart_block_list dt .infos {
  font-size: 13px;
  color: #593312;
  width: 135px;
  margin-right: 10px;
  margin-left: 5px;
}

#cart_block_list dt .infos ul {
  list-style: none;
  word-wrap: break-word;
}

#cart_block_list dt .infos a {
  color: #593312;
}

#cart_block_list dt .infos .quantity-formated {
  font-family: "Open Sans", sans-serif;
  display: block;
  margin-right: 4px;
  float: left;
}

#cart_block_list dt .price {
  float: right;
  margin-top: 15px;
  height: 23px;
  color: white;
  line-height: 23px;
  border-radius: 4px;
  width: 62px;
  text-align: center;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  background: #E3328B;
}

#cart_block_list #cart-prices {
  border-top: 1px solid #e3e3e3;
  padding: 16px 8px 0;
}

#cart_block_list #cart-prices span {
  display: block;
  float: left;
}

#cart_block_list #cart-prices .label {
  width: 200px;
  float: left;
  text-align: right;
  font-size: 13px;
  color: #593312;
}

#cart_block_list #cart-prices .price {
  float: left;
  margin-left: 12px;
  width: 66px;
  text-align: right;
}

#cart_block_list #cart-prices .total {
  color: #E3328B;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

/* btn order */
#cart-buttons #button_order_cart {
  background: #E3328B;
  color: white;
  height: 55px;
  line-height: 55px;
  border-radius: 6px;
  padding: 0 22px 0 25px;
  display: block;
  margin: 28px 0 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

#cart-buttons #button_order_cart > span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#cart-buttons #button_order_cart .default,
#cart-buttons #button_order_cart .hover {
  position: absolute;
  top: 19px;
  right: 20px;
}

#cart-buttons #button_order_cart .text {
  width: 100%;
  text-align: center;
}

#cart-buttons #button_order_cart .hover {
  display: none;
}

#cart-buttons #button_order_cart .circle {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: -9px;
  right: -54px;
  display: block;
  background: #f9d6e7;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

#cart-buttons #button_order_cart:hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -13px;
}

#cart-buttons #button_order_cart:hover .hover {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
}

#cart-buttons #button_order_cart:hover .default {
  display: none;
}

/* btn back*/
#cart-buttons .btn_back {
  background: #acacac;
  color: white;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 22px 0 25px;
  display: block;
  margin: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

#cart-buttons .btn_back .hover {
  display: none;
}

#cart-buttons .btn_back .circle {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: -11px;
  left: -60px;
  display: block;
  background: #eeeeee;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

#cart-buttons .btn_back .default,
#cart-buttons .btn_back .hover {
  position: absolute;
  top: 11px;
  left: 18px;
  z-index: 3;
}

#cart-buttons .btn_back .text {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
}

#cart-buttons .btn_back:hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -9px;
}

#cart-buttons .btn_back:hover .hover {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
}

#cart-buttons .btn_back:hover .default {
  display: none;
}

#vouchers {
  width: 100%;
}

#vouchers .quantity {
  text-align: center;
}

#vouchers td.price {
  text-align: right;
}

#cart_block .block_content > a .ajax_cart_quantity {
  position: absolute;
  top: -9px;
  right: 90px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: block;
  background: #E3328B;
  line-height: 19px;
}

@media (max-width: 1206px) {
  #cart_block_list {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #cart_block {
    margin-top: 22px;
  }

  #cart_block > .normal {
    display: none;
  }

  #cart_block > .mobile {
    display: block;
  }

  #cart_block > .mobile span {
    display: block;
    margin: 0 auto;
  }

  #cart_block .block_content #cart_block_summary {
    width: auto;
    border: none;
  }

  #cart_block .block_content .free_shipping_text,
  #cart_block .block_content #cart_block_summary > * {
    display: none;
  }

  #cart_block .block_content > a .ajax_cart_quantity {
    position: absolute;
    top: -3px;
    right: -3px;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    display: block !important;
    background: #E3328B;
    line-height: 19px;
  }
}

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