/*******************************************************************
					Cart Block Styles
********************************************************************/
/* line 6, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart {
  position: relative;
  float: right;
}
/* line 10, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart .ajax_cart_product_txt {
  display: none !important;
}
/* line 14, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart .ajax_cart_quantity, #header .shopping_cart .ajax_cart_no_product {
  position: absolute;
  left: 36px;
  top: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block !important;
  text-align: left;
}
/* line 25, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart .ajax_cart_no_product, #header .shopping_cart .ajax_cart_product_txt_s {
  display: none !important;
}
/* line 28, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart a {
  text-align: center;
}

/* line 32, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart {
  width: auto;
}
@media (max-width: 1220px) {
  /* line 32, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}
/* line 40, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child {
  padding: 0;
  display: block;
  font-weight: bold;
  color: #777777;
  overflow: hidden;
  width: 50px;
  background: url("../../../img/megnor/sprite.png") no-repeat scroll -27px -131px transparent;
}
@media (max-width: 480px) {
  /* line 40, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child {
    padding: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 50, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
    display: none !important;
  }
}
/* line 55, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child b {
  font-size: 0;
  padding-right: 5px;
  display: none;
}
/* line 60, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child:before {
  content: "\f07a";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 0;
  line-height: 24px;
  padding-right: 10px;
}
/* line 69, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .ajax_cart_total {
  display: none !important;
}
/* line 73, ../../../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 10px;
}
/* line 84, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0px 2px 0px;
}

/* line 93, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 0;
  top: 5px;
}
/* line 99, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #777777;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 104, ../../../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: "\f057";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
/* line 112, ../../../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: #ffd900;
}
/* line 117, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images {
  float: left;
  margin: 0 10px 0 0;
}
/* line 121, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
}
/* line 124, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name {
  padding-bottom: 5px;
  margin-top: -4px;
}
/* line 127, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name a {
  font-size: 14px;
  line-height: 18px;
  text-align: left !important;
  display: inline-block;
  color: #fff;
}
/* line 133, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name a:hover {
  color: #ffd900;
}
/* line 136, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 5px;
}
/* line 142, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated .quantity {
  font-size: 15px;
}
/* line 147, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative;
}
/* line 153, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd {
  position: relative;
}
/* line 155, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations {
  border-top: 1px dashed #333333;
}
/* line 157, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li {
  padding: 10px 20px;
}
/* line 160, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 10px;
}
/* line 168, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px;
}
/* line 172, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices {
  font-weight: bold;
  padding: 10px 20px 22px 20px;
}
/* line 175, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  padding: 0 0 7px;
}
/* line 178, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line span {
  color: #fff;
}
/* line 179, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line .price {
  font-weight: normal;
}
/* line 180, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line.last-line {
  border: none;
}
/* line 185, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 185, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-buttons {
    padding: 20px 5px 10px 5px;
  }
}
/* line 193, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a {
  width: auto;
  float: right;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* line 199, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart {
  margin-right: 0;
  margin: 0;
  border: none;
}
/* line 204, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart:hover span {
  color: #000;
  background: #ffd900;
  border: 2px solid #ffd900;
}
/* line 206, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart span {
  padding: 8px 10px;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.7px;
  font-weight: 700;
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
/* line 224, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  padding: 20px;
  background: #4d4d4d;
  border: none;
  width: 335px;
}
@media (max-width: 767px) {
  /* line 224, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    top: 46px;
  }
}
@media (max-width: 480px) {
  /* line 224, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    top: 42px;
    width: 251px;
  }
}
@media (max-width: 319px) {
  /* line 224, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    width: 220px;
  }
}
/* line 244, ../../../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 {
  outline: none;
  text-decoration: none;
}
/* line 248, ../../../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: #9c9b9b;
}
/* line 254, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dl {
  margin-bottom: 0;
}
/* line 257, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt {
  border-bottom: 3px double #e4e3e3;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
/* line 261, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt.first_item {
  background: none;
}
/* line 265, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes {
  padding-bottom: 5px;
}
/* line 267, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a {
  color: #fff;
}
/* line 269, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a:hover {
  color: #ffd900;
}
/* line 274, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .price {
  font-size: 14px;
  color: #fff;
}
/* line 278, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-prices {
  border: none;
  padding: 10px 0;
}
/* line 282, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-buttons {
  padding: 0;
  background: none;
}
/* line 287, ../../../sass/modules/blockcart/blockcart.scss */
#header .block_content {
  margin-bottom: 0;
}

/* line 296, ../../../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 303, ../../../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 307, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 312, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td {
  padding: 2px;
}
/* line 314, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px;
}
/* line 318, ../../../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 329, ../../../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: 98;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 341, ../../../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 348, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart {
  background-color: #fff;
  border: 1px solid #00538b;
  position: absolute;
  display: none;
  z-index: 99;
  width: 85%;
  margin-right: 8%;
  margin-left: 8%;
  left: 0;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 359, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .icon-check:before {
  content: "\f046";
  font-family: "FontAwesome";
}
/* line 363, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 30px 30px 30px 30px;
  overflow: hidden;
  position: static;
  border-right: 1px solid #e4e3e3;
}
/* line 368, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_attributes {
  color: #fff;
}
/* line 371, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .title {
  font: 700 15px/29px "Raleway", sans-serif;
  margin-bottom: 22px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 371, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title {
    font-size: 18px;
    padding-right: 0;
    line-height: normal;
  }
}
/* line 381, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .title i {
  font-size: 18px;
  float: left;
  padding-right: 8px;
}
@media (max-width: 767px) {
  /* line 381, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title i {
    font-size: 22px;
    line-height: 22px;
  }
}
/* line 391, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .product-image-container {
  max-width: 138px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 480px) {
  /* line 391, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 401, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info {
  padding: 15px 0 0 0;
}
/* line 403, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > span {
  color: #000;
}
/* line 406, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px;
}
/* line 410, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div {
  padding-bottom: 7px;
  color: #000;
}
/* line 413, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px;
  color: #000;
}
/* line 420, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart {
  padding: 21px 30px 100px 30px;
  -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: 1220px) {
  /* line 420, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 218px;
  }
}
@media (max-width: 991px) {
  /* line 420, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    border-left: none;
    border-top: 1px solid #e4e3e3;
  }
}
/* line 432, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .title {
  font: 700 15px/29px "Raleway", sans-serif;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e3e3;
  padding-bottom: 13px;
  margin-bottom: 17px;
  display: block;
}
@media (max-width: 767px) {
  /* line 432, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .title {
    font-size: 18px;
  }
}
/* line 444, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0;
  color: #000;
}
/* line 447, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row strong {
  color: #000;
}
/* line 451, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 30px 20px 30px;
}
@media (max-width: 480px) {
  /* line 451, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container {
    bottom: -10px;
  }
}
/* line 460, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px;
}
/* line 463, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px;
}
/* line 465, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
  padding-right: 5px;
}
/* line 471, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: black;
  z-index: 2;
}
/* line 480, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:before {
  content: "\f057";
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px;
}
/* line 487, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:hover {
  color: #ffd900;
}
/* line 491, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .continue {
  cursor: pointer;
}
/* line 494, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart p {
  padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
/* line 503, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #e4e3e3;
  padding: 26px 30px 40px 30px;
  position: relative;
}
/* line 508, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling h2 {
  font: 700 15px/26px "Raleway", sans-serif;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding: 0 0 15px;
  border-bottom: 4px double #e4e3e3;
}
/* line 516, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
}
@media (min-width: 1219px) {
  /* line 516, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling #blockcart_list {
    width: 80%;
  }
}
@media (max-width: 991px) {
  /* line 516, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling #blockcart_list {
    width: 74%;
  }
}
@media (max-width: 767px) {
  /* line 516, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling #blockcart_list {
    width: 58%;
  }
}
/* line 530, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul {
  display: block;
}
/* line 532, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0;
  text-align: center;
}
/* line 538, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li:hover .product-name {
  color: #fff;
}
/* line 542, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  text-align: center;
  margin-bottom: 15px;
}
/* line 546, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%;
}
/* line 550, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px;
}
/* line 553, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 13px;
}
/* line 557, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li:hover .product-name a {
  color: white;
}
/* line 561, ../../../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: 28px;
  color: black;
  text-indent: -5000px;
  position: absolute;
  top: -20%;
  background: none;
  margin-top: -20px;
  overflow: visible;
}
@media (max-width: 991px) {
  /* line 561, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  #layer_cart .crossseling #blockcart_list a.bx-next {
    top: 0;
  }
}
/* line 578, ../../../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 582, ../../../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 588, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: auto;
  right: 25px;
  background: url("../../../img/megnor/sprite.png") no-repeat scroll -5px 3px transparent;
}
@media (max-width: 991px) {
  /* line 588, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling #blockcart_list a.bx-prev {
    right: -25px;
  }
}
/* line 595, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:hover {
  background-position: -5px -27px;
}
/* line 599, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 0;
  background: url("../../../img/megnor/sprite.png") no-repeat scroll -30px 3px transparent;
}
@media (max-width: 991px) {
  /* line 599, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: -50px;
  }
}
/* line 605, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
  background-position: -30px -27px;
}
/* line 609, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden;
}

/* line 615, ../../../sass/modules/blockcart/blockcart.scss */
#header .header_cart {
  padding: 0 0 1px 3px;
  width: auto;
  position: absolute;
  /*bottom: -46px;*/
  top:-30px;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  /* line 615, ../../../sass/modules/blockcart/blockcart.scss */
  #header .header_cart {
    top: 172px;
    width: 50px;
    bottom: 0;
    padding: 0;
    right: 10px;
  }
}
@media (max-width: 480px) {
  /* line 615, ../../../sass/modules/blockcart/blockcart.scss */
  #header .header_cart {
    top: 133%;
  }
}

/* line 635, ../../../sass/modules/blockcart/blockcart.scss */
#header .header_cart.fixed {
  /*
  margin-top: 15px;
  position: fixed;
  right: 50px;
  top: 0;
  z-index: 10;
  border: none;
  bottom: auto;
  */
}
/* line 643, ../../../sass/modules/blockcart/blockcart.scss */
#header .header_cart.fixed .cart_block {
  top: 53px;
}
/* line 645, ../../../sass/modules/blockcart/blockcart.scss */
/*
#header .header_cart.fixed .shopping_cart > a:first-child {
  background: url("../../../img/megnor/cart1.png") no-repeat scroll 0 8px transparent;
  padding: 3px;
}
*/
/* line 649, ../../../sass/modules/blockcart/blockcart.scss */
/*
#header .header_cart.fixed .shopping_cart .ajax_cart_no_product, #header .header_cart.fixed .shopping_cart .ajax_cart_quantity {
  top: -18px;
  position: absolute;
  color: #000;
  right: -10px;
  float: none;
  top: -2px;
}
*/
@media (max-width: 767px) {
  /* line 649, ../../../sass/modules/blockcart/blockcart.scss */
  /*
  #header .header_cart.fixed .shopping_cart .ajax_cart_no_product, #header .header_cart.fixed .shopping_cart .ajax_cart_quantity {
    left: 30px;
    right: auto;
  }
  */
}
@media (max-width: 991px) {
  /* line 635, ../../../sass/modules/blockcart/blockcart.scss */
  #header .header_cart.fixed {
    right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 635, ../../../sass/modules/blockcart/blockcart.scss */
  #header .header_cart.fixed {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 635, ../../../sass/modules/blockcart/blockcart.scss */
  #header .header_cart.fixed {
    right: 10px;
  }
}

/* line 674, ../../../sass/modules/blockcart/blockcart.scss */
.fix-nav {
  z-index: 9;
}
