/* text */
/* bg */
/* border */
/* title */
/* button */
/* sticker */
/* icon */
/* hover */
/* active */
/* box-shadow */
/* text-shadow */
/*******************************************************************
		  Cart Block Styles
********************************************************************/
/* line 6, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart {
  display: inline-block;
  position: relative; }

/* line 10, ../../../sass/modules/blockcart/blockcart.scss */
#header .wrap_cart {
  float: right;
  padding: 0 15px;
  text-align: right;
  border-left-style: solid;
  border-left-width: 1px; }

/* line 19, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a > span {
  display: inline-block !important; }

/* line 23, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart a .ajax_cart_no_product {
  display: none !important; }

/* line 26, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a {
  display: inline-block;
  position: relative;
  z-index: 101;
  border: 0px;
  font-weight: normal; }

/* line 33, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child:before {
  font-family: 'fontAwesome';
  display: inline-block;
  margin-right: 5px;
  content: "\f07a";
  font-weight: 300; }

/* line 40, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .remove_link {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1; }

/* line 46, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .ajax_cart_block_remove_link:before {
  display: inline-block;
  content: "\e602";
  font-family: fontello;
  font-size: 20px; }

/* line 52, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images {
  float: left;
  display: block;
  max-width: 60px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px; }

/* line 60, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images img {
  display: block;
  max-width: 100%; }

/* line 64, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  text-align: left; }

/* line 69, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .product-name a {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
  vertical-align: top; }

/* line 76, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .quantity-formated {
  font-size: 16px;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2; }

/* line 82, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .quantity-formated:after {
  content: "\f00d";
  font-family: fontAwesome;
  display: inline-block; }

/* line 87, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  overflow: hidden;
  position: relative; }

/* line 90, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd {
  position: relative; }

/* line 92, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_customizations li {
  padding: 10px 20px; }

/* line 94, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_customizations .deleteCustomizableProduct {
  position: absolute;
  right: 10px; }

/* line 98, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

/* line 104, ../../../sass/modules/blockcart/blockcart.scss */
.cart-prices .title_total {
  font-size: 16px;
  float: left; }

/* line 108, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  clear: both;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  float: right;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px; }

/* line 118, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices-line .price {
  display: inline-block;
  font-size: 16px;
  font-weight: 400; }

/* line 123, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons {
  margin: 0;
  overflow: hidden;
  padding: 20px 0 0;
  text-align: right; }

/* line 129, ../../../sass/modules/blockcart/blockcart.scss */
.cart-buttons .view-cart {
  margin-right: 15px; }

/*******************************************************************
		  Cart Block(Header) Styles
********************************************************************/
/* line 135, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  height: auto;
  width: 370px;
  padding: 20px;
  margin-top: -1px;
  right: 0;
  border-top-style: solid;
  border-top-width: 3px;
  text-align: left;
  margin-top: 16px; }

/* line 150, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block_list .products .price {
  line-height: 1; }

/* line 153, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .product-atributes {
  display: none; }

/* line 156, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .price {
  font-size: 16px;
  vertical-align: baseline; }

/* line 160, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  line-height: 1.5;
  padding-bottom: 20px; }

/* line 164, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dl.products {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

/* line 168, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt:last-child {
  margin-bottom: 10px; }

/* line 171, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-prices {
  border: none;
  line-height: normal;
  margin-top: 15px; }

/* line 176, ../../../sass/modules/blockcart/blockcart.scss */
#header .block_content {
  margin-bottom: 0; }

/* line 179, ../../../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 185, ../../../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 {
  vertical-align: baseline;
  padding-left: 5px;
  text-transform: uppercase; }

/* line 192, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }

/* line 198, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td {
  padding: 2px; }

/* line 200, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px; }

/* line 203, ../../../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 212, ../../../sass/modules/blockcart/blockcart.scss */
.layer_cart_overlay {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

/* line 224, ../../../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 231, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart {
  background-color: #ffffff;
  position: absolute;
  display: none;
  z-index: 10000;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 850px; }

/* line 247, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 8px 20px 20px;
  overflow: hidden;
  position: static; }

/* line 251, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product h2 {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.2; }

@media (max-width: 767px) {
  /* line 257, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product h2 {
    font-size: 18px;
    padding-right: 0;
    line-height: normal; }

  /* line 261, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product {
    padding: 11px 20px 20px; } }
/* line 265, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 8px 20px 20px; }

/* line 268, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product h2 i {
  font-size: 30px;
  line-height: 30px;
  float: left;
  padding-right: 8px; }

/* line 273, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart_product_quantity, #layer_cart_product_price, #layer_cart_product_attributes,
#layer_cart .layer_cart_row span {
  color: #333333;
  font-weight: 700; }

@media (max-width: 767px) {
  /* line 279, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product h2 i {
    font-size: 22px;
    line-height: 22px; }

  /* line 282, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart h2 {
    border: none; } }
/* line 286, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .product-image-container {
  max-width: 140px;
  border: 1px solid #fbfbfb;
  padding: 5px;
  float: left;
  margin-right: 30px; }

@media (max-width: 480px) {
  /* line 293, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: none; } }
/* line 302, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px; }

/* line 305, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div {
  padding-bottom: 7px; }

/* line 307, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px; }

/* line 309, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart {
  border-left: 1px solid #fbfbfb;
  padding: 8px 20px 170px 20px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  position: relative; }

@media (min-width: 1200px) {
  /* line 319, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 318px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 323, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 360px; } }
@media (max-width: 991px) {
  /* line 329, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    border-left: none;
    border-top: 1px solid #fbfbfb; } }
/* line 334, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart h2 {
  font-size: 20px;
  border-bottom: 1px solid #fbfbfb;
  padding-bottom: 13px;
  margin-bottom: 17px;
  line-height: 1.2; }

@media (max-width: 767px) {
  /* line 342, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart h2 {
    font-size: 18px; } }
/* line 346, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0; }

/* line 349, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 15px 20px;
  text-align: center; }

/* line 357, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px; }

/* line 360, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px; }

/* line 363, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #333333;
  z-index: 2; }

/* line 373, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:before {
  display: block;
  font-family: "fontello";
  font-size: 30px;
  line-height: 30px;
  content: "\e602"; }

/* line 380, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .continue {
  cursor: pointer; }

/* line 383, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart p {
  padding: 0px; }

/************************************************************************
			Layer Cart Caroucel
*************************************************************************/
/* line 390, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #fbfbfb;
  padding: 26px 30px 40px 30px;
  position: relative; }

/* line 394, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling h2 {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.2; }

/* line 399, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }

/* line 404, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul {
  display: block; }

/* line 406, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0; }

/* line 410, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  border: 1px solid #fbfbfb;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px; }

/* line 415, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%; }

/* line 417, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px; }

/* line 419, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 15px;
  line-height: 20px; }

/* line 422, ../../../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: #333333;
  text-indent: -5000px;
  position: absolute;
  top: 45%;
  margin-top: -20px; }

/* line 435, ../../../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 439, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
  color: #cfcfcf; }

/* line 442, ../../../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 445, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: 5%; }

/* line 447, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
  content: "\f137"; }

/* line 449, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 5%; }

/* line 451, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  content: "\f138"; }

/* line 453, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden; }

@media (max-width: 1199px) {
  /* line 456, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart {
    width: 75%; }

  /* line 459, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container .btn {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    min-width: 165px; } }
@media (max-width: 991px) {
  /* line 468, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container {
    position: static;
    padding: 20px 15px 0px; }

  /* line 472, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  /* line 477, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling h2 {
    font-size: 18px; }

  /* line 480, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }

  /* line 485, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart .ajax_cart_quantity, .shopping_cart .ajax_cart_product_txt, .shopping_cart .title-cart {
    display: none !important; } }
@media (max-width: 639px) {
  /* line 490, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container .btn,
  #layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 10px;
    min-width: 240px; }

  /* line 495, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart {
    left: 15px;
    right: 15px;
    width: auto; }

  /* line 500, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product {
    padding: 12px 35px 20px 20px; }

  /* line 503, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product h2, #layer_cart .layer_cart_cart h2, #layer_cart .crossseling h2 {
    font-size: 16px; }

  /* line 506, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart .ajax_cart_product_txt {
    display: none !important; } }
@media (max-width: 480px) {
  /* line 511, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product {
    padding: 12px 30px 20px 30px; }

  /* line 515, ../../../sass/modules/blockcart/blockcart.scss */
  #header .shopping_cart {
    position: static; }

  /* line 518, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    left: 0;
    right: 0;
    width: 100%;
    margin: 10px auto 0; }

  /* line 524, ../../../sass/modules/blockcart/blockcart.scss */
  .cart-prices .title_total, .cart_block .product-name a, .cart_block .product-atributes a, .cart_block .quantity-formated {
    font-size: 12px; }

  /* line 527, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block .price {
    font-size: 15px; }

  /* line 530, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block dt {
    padding: 10px; }

  /* line 533, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-prices .cart-prices-line {
    padding-right: 10px; }

  /* line 536, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-info .product-name {
    max-width: 130px; }

  /* line 539, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart_block_list .remove_link {
    right: 7px; } }
@media (max-width: 419px) {
  /* line 545, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-prices .cart-prices-line {
    width: 100%;
    padding-left: 10px; } }
@media (max-width: 419px) {
  /* line 551, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-info {
    float: none; }

  /* line 554, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-info .product-name {
    max-width: none; }

  /* line 557, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-buttons {
    text-align: center; }

  /* line 560, ../../../sass/modules/blockcart/blockcart.scss */
  .cart-buttons .btn.btn-default {
    width: 100%;
    margin-bottom: 15px; } }

/*# sourceMappingURL=blockcart.css.map */
