/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*******************************************************************
					Cart Block Styles
********************************************************************/
/* line 8, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .block_content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 30px 8px;
}
@media (max-width: 480px) {
  /* line 8, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .block_content {
    padding: 10px;
  }
}
/* line 18, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 0;
}
/* line 415, ../../../sass/mixins/_theme.scss */
.rtl .cart_block .cart_block_list .remove_link {
  left: 10px;
  right: auto;
}
/* line 24, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images {
  float: left;
  margin-right: 10px;
}
/* line 306, ../../../sass/mixins/_theme.scss */
.rtl .cart_block .cart-images {
  float: right;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl .cart_block .cart-images {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 28, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 30px;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl .cart_block .cart-info {
  padding-left: 30px;
  padding-right: inherit;
}
/* line 33, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name a {
  float: left;
  color: #000;
}
/* line 306, ../../../sass/mixins/_theme.scss */
.rtl .cart_block .cart-info .product-name a {
  float: right;
}
/* line 38, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated {
  text-transform: uppercase;
  padding: 0 10px;
}
/* line 42, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .price {
  display: block;
  padding-top: 10px;
  clear: both;
  color: black;
}
/* line 49, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  position: relative;
}
/* line 54, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd {
  position: relative;
  margin-bottom: 20px;
}
/* line 57, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations {
  border-top: 1px dashed #dddddd;
}
/* line 59, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li {
  padding: 10px 20px;
}
/* line 62, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 10px;
}
/* line 415, ../../../sass/mixins/_theme.scss */
.rtl .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  left: 10px;
  right: auto;
}
/* line 70, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 0;
}
/* line 75, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  padding: 7px 0;
  font-weight: 400;
  text-transform: none;
  color: black;
  font-size: 18px;
}
/* line 84, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons {
  overflow: hidden;
  margin: 20px  0 0;
}

/* line 90, ../../../sass/modules/blockcart/blockcart.scss */
.bg-over-lay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  visibility: hidden;
  will-change: opacity;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

/* line 103, ../../../sass/modules/blockcart/blockcart.scss */
.show-over-lay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@-webkit-keyframes anim-item {
  /* line 109, ../../../sass/modules/blockcart/blockcart.scss */
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }

  /* line 113, ../../../sass/modules/blockcart/blockcart.scss */
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}

@-moz-keyframes anim-item {
  /* line 109, ../../../sass/modules/blockcart/blockcart.scss */
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }

  /* line 113, ../../../sass/modules/blockcart/blockcart.scss */
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}

@-o-keyframes anim-item {
  /* line 109, ../../../sass/modules/blockcart/blockcart.scss */
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }

  /* line 113, ../../../sass/modules/blockcart/blockcart.scss */
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}

@keyframes anim-item {
  /* line 109, ../../../sass/modules/blockcart/blockcart.scss */
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }

  /* line 113, ../../../sass/modules/blockcart/blockcart.scss */
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}

/* line 118, ../../../sass/modules/blockcart/blockcart.scss */
.anim-item {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 121, ../../../sass/modules/blockcart/blockcart.scss */
.anim-active {
  -webkit-animation: anim-item 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1;
  -moz-animation: anim-item 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1;
  -o-animation: anim-item 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1;
  animation: anim-item 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
/* line 130, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block {
  overflow: hidden;
  position: fixed;
  z-index: 2222;
  display: block;
  top: 0;
  height: 100%;
  width: 375px;
  padding: 0px;
  font-size: 16px;
  background-color: white;
  right: 0px;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
/* line 415, ../../../sass/mixins/_theme.scss */
.rtl #header .cart_block {
  left: 0px;
  right: auto;
}
/* line 40, ../../../sass/mixins/_theme.scss */
.rtl #header .cart_block {
  webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 480px) {
  /* line 130, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    width: 260px;
  }
}
/* line 147, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
/* line 150, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt.first_item {
  background: none;
}
/* line 154, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes {
  margin-top: 10px;
}
/* line 156, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a {
  font-style: italic;
  color: #999999;
  float: left;
}
/* line 306, ../../../sass/mixins/_theme.scss */
.rtl #header .cart_block .product-atributes a {
  float: right;
}
/* line 163, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-buttons #button_order_cart {
  width: 100%;
  text-transform: uppercase;
  background-color: #8bd319;
  border: none;
  height: 46px;
  line-height: 46px;
  color: white;
  padding: 0;
}
/* line 172, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-buttons #button_order_cart:hover {
  background-color: #ffd32c;
}
/* line 178, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .block-info-cart .title_block {
  font-size: 20px;
  font-weight: 400;
  display: block;
}
/* line 185, ../../../sass/modules/blockcart/blockcart.scss */
#header .show-cart-block {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 40, ../../../sass/mixins/_theme.scss */
.rtl #header .show-cart-block {
  webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 195, ../../../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 202, ../../../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 306, ../../../sass/mixins/_theme.scss */
.rtl .cart_block .cart_block_shipping_cost, .rtl
.cart_block .cart_block_tax_cost, .rtl
.cart_block .cart_block_total, .rtl
.cart_block .cart_block_wrapping_cost {
  float: left;
}

/* line 206, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers {
  border-top: 1px solid #dddddd;
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 212, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td {
  padding: 2px;
}
/* line 214, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl .cart_block table.vouchers tr td.quantity {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 218, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.delete {
  width: 15px;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
/* line 229, ../../../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;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 241, ../../../sass/modules/blockcart/blockcart.scss */
* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl * html .layer_cart_overlay {
  margin-right: -160px;
  margin-left: inherit;
}

/* line 248, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart {
  background-color: white;
  position: absolute;
  display: none;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  /* line 248, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart {
    left: 15px;
    right: 15px;
    width: auto;
  }
}
/* line 264, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 30px 30px 30px 30px;
  overflow: hidden;
  position: static;
}
/* line 268, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .title {
  font: 400 23px/29px "Poppins";
  color: #46a74e;
  margin-bottom: 22px;
  display: block;
  padding-right: 100px;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .layer_cart_product .title {
  padding-left: 100px;
  padding-right: inherit;
}
@media (max-width: 767px) {
  /* line 268, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title {
    font-size: 18px;
    padding-right: 0;
    line-height: normal;
  }
  /* line 317, ../../../sass/mixins/_theme.scss */
  .rtl #layer_cart .layer_cart_product .title {
    padding-left: 0;
    padding-right: inherit;
  }
}
/* line 279, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .title i {
  font-size: 30px;
  line-height: 30px;
  float: left;
  padding-right: 8px;
}
/* line 306, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .layer_cart_product .title i {
  float: right;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .layer_cart_product .title i {
  padding-left: 8px;
  padding-right: inherit;
}
@media (max-width: 767px) {
  /* line 279, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title i {
    font-size: 22px;
    line-height: 22px;
  }
}
/* line 290, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .product-image-container {
  max-width: 178px;
  border: 1px solid #dddddd;
  padding: 5px;
  float: left;
  margin-right: 30px;
}
/* line 306, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .layer_cart_product .product-image-container {
  float: right;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .layer_cart_product .product-image-container {
  margin-left: 30px;
  margin-right: inherit;
}
@media (max-width: 480px) {
  /* line 290, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container {
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 10px;
    max-width: 100%;
  }
  /* line 301, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container img {
    margin: auto;
  }
}
/* line 306, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info {
  padding: 38px 0 0 0;
}
@media (max-width: 480px) {
  /* line 306, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .layer_cart_product_info {
    padding-top: 20px;
  }
}
/* line 311, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px;
}
/* line 315, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div {
  padding-bottom: 7px;
}
/* line 317, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px;
}
/* line 317, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-left: 3px;
  padding-right: inherit;
}
/* line 323, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart {
  background: #fafafa;
  border-left: 1px solid #dddddd;
  padding: 21px 30px 170px 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: 1200px) {
  /* line 323, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 365px;
  }
}
@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 323, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    border-left: none;
    border-top: 1px solid #dddddd;
  }
}
/* line 341, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .title {
  font: 400 23px/29px "Poppins";
  color: #999999;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 13px;
  margin-bottom: 17px;
  display: block;
}
@media (max-width: 767px) {
  /* line 341, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .title {
    font-size: 18px;
  }
}
/* line 352, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0;
}
/* line 355, ../../../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;
}
/* line 363, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #999999;
  z-index: 2;
}
/* line 415, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .cross {
  left: 7px;
  right: auto;
}
/* line 372, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:before {
  content: "\f057";
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px;
}
/* line 379, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:hover {
  color: #ffd32c;
}
/* line 383, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .continue {
  cursor: pointer;
}
/* line 386, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart p {
  padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
/* line 395, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #dddddd;
  padding: 26px 30px 40px 30px;
  position: relative;
}
/* line 400, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling h2 {
  font: 400 23px/26px "Poppins";
  color: #999999;
  margin-bottom: 25px;
}
/* line 405, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 410, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul {
  display: block;
}
/* line 412, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0;
}
/* line 306, ../../../sass/mixins/_theme.scss */
.rtl #layer_cart .crossseling #blockcart_list ul li {
  float: right;
}
/* line 416, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  text-align: center;
  margin-bottom: 15px;
}
/* line 420, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%;
}
/* line 424, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px;
}
/* line 427, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 15px;
  line-height: 20px;
}
/* line 435, ../../../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: #999999;
  text-indent: -5000px;
  position: absolute;
  top: 45%;
  margin-top: -20px;
}
/* line 447, ../../../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 451, ../../../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 454, ../../../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 458, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: 5%;
}
/* line 460, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
  content: "\f137";
}
/* line 464, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 5%;
}
/* line 466, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  content: "\f138";
}
/* line 470, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden;
}

/* line 477, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a {
  display: block;
  line-height: 38px;
  height: 38px;
  margin: 32px 0px;
  position: relative;
}
/* line 484, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .cart-inner {
  display: none;
}
/* line 487, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .title-cart {
  margin: 0 10px;
}
/* line 489, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .title-cart i {
  display: none;
}
/* line 493, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .cart-quantity {
  height: 20px;
  line-height: 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: -3px;
  right: -10px;
  background: #8bd319;
  color: #fff;
}
/* line 415, ../../../sass/mixins/_theme.scss */
.rtl .shopping_cart .cart-quantity {
  left: -10px;
  right: auto;
}
