/*******************************************************************
					Cart Block Styles
********************************************************************/
/* line 6, ../../../sass/modules/blockcart/blockcart.scss */
.ttheader_cart {
  bottom: 0;
  float: right;
  height: 65px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 47px;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  background: #71a35f none repeat scroll 0 0;
  top: -40px;
}
@media (max-width: 991px) {
  /* line 6, ../../../sass/modules/blockcart/blockcart.scss */
  .ttheader_cart {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    border-radius: 0 4px 0 0;
    height: 46px;
    position: absolute;
    width: 55px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  /* line 6, ../../../sass/modules/blockcart/blockcart.scss */
  .ttheader_cart {
    float: none;
    margin: 20px auto 0;
  }
}

/* line 34, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart {
  float: right;
  height: 100%;
  padding-top: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  /* line 41, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  /* line 41, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}
/* line 50, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child {
  padding: 0;
  display: block;
  width: 100%;
  text-align: right;
  font: 400 14px/20px "Poppins", sans-serif;
  color: white;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  /* line 50, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child {
    font-size: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  /* line 50, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child {
    text-align: left;
  }
}
/* line 66, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child b {
  font: 400 14px/20px "Poppins", sans-serif;
  color: white;
  float: left;
  width: 100%;
  margin: 11px 0 0;
  display: none;
}
@media (max-width: 767px) {
  /* line 66, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child b {
    font-size: 0;
  }
}
/* line 78, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child:before {
  content: "";
  background: transparent url("../../../img/templatetrip/sprite.png") no-repeat scroll -36px -101px;
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  /* line 78, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child:before {
    float: left;
    height: 100%;
    width: 100%;
    position: static;
    background-position: -28px -112px;
  }
}
/* line 94, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .ajax_cart_total {
  display: none !important;
}
/* line 97, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .ajax_cart_product_txt_s.unvisible {
  display: none;
}
/* line 101, ../../../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 0;
}
/* line 112, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0px 2px 0px;
}
/* line 119, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart:hover > a:first-child:before {
  background-position: -36px -101px;
}
@media (max-width: 991px) {
  /* line 119, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart:hover > a:first-child:before {
    background-position: -28px -166px;
  }
}
/* line 126, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart:hover > a:first-child b {
  color: white;
}

/* line 135, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 141, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #333333;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 146, ../../../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: "\f00d";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 18px;
}
/* line 153, ../../../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: #111111;
}
/* line 158, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images {
  float: left;
  margin-right: 15px;
}
/* line 161, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images img {
  border: 1px solid #f0f0f0;
}
/* line 165, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 165, ../../../sass/modules/blockcart/blockcart.scss */
  .cart_block .cart-info {
    text-align: left;
  }
}
/* line 172, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .price {
  color: #222222;
  font-size: 14px;
}
/* line 176, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name {
  padding-bottom: 0;
  margin-top: 0;
}
/* line 179, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name a {
  line-height: 18px;
  display: inline-block;
}
/* line 184, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 3px;
}
/* line 189, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated .quantity {
  font-size: 15px;
}
/* line 194, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 200, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd {
  position: relative;
}
/* line 202, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations {
  border-top: 1px dashed #333333;
}
/* line 204, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li {
  padding: 10px 20px;
}
/* line 207, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 10px;
}
/* line 215, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px;
}
/* line 219, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices {
  position: relative;
  padding: 10px 0;
}
/* line 222, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices:before {
  border-top: 1px solid #f0f0f0;
  bottom: 0;
  content: "";
  float: left;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
/* line 233, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices:after {
  border-top: 1px solid #f0f0f0;
  content: "";
  float: left;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 244, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  margin: 5px 0;
}
/* line 247, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line.last-line {
  border: none;
}
/* line 252, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 15px 0 0;
  margin: 0;
  background: #f6f6f6;
}
/* line 257, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a {
  width: auto;
  float: right;
  text-align: center;
  margin-bottom: 0;
  margin-right: 10px;
}
/* line 263, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart {
  margin-right: 0;
}
/* line 265, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart span {
  color: black;
  padding: 8px 20px;
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
/* line 277, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 100;
  display: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: auto;
  background: white;
  padding: 20px;
  border: 1px solid #f0f0f0;
  width: 270px;
}
@media (max-width: 480px) {
  /* line 277, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    width: 225px;
  }
}
/* line 294, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block a {
  color: #888888;
}
/* line 297, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block a:hover span {
  color: white;
}
/* line 301, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block a:hover {
  color: black;
}
/* line 307, ../../../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 {
  color: #888888;
  outline: none;
  text-decoration: none;
}
/* line 311, ../../../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 316, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt {
  margin: 15px 0;
}
/* line 318, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt.first_item {
  margin-top: 0;
}
/* line 322, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes {
  font-size: 11px;
}
/* line 324, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a {
  color: #9c9b9b;
}
/* line 326, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a:hover {
  color: #888888;
}
/* line 332, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-buttons {
  background: none;
}
/* line 336, ../../../sass/modules/blockcart/blockcart.scss */
#header .block_content {
  margin-bottom: 0;
}

/* line 345, ../../../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 352, ../../../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;
  color: #222222;
}

/* line 357, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 362, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td {
  padding: 2px;
}
/* line 364, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px;
}
/* line 368, ../../../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 379, ../../../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 391, ../../../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 398, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart {
  background-color: white;
  position: absolute;
  display: none;
  z-index: 999;
  padding: 20px;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
}
/* line 407, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 0;
  overflow: hidden;
  position: static;
}
/* line 411, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .title {
  display: block;
  font: 400 16px/22px "Poppins", Helvetica, sans-serif;
  margin-bottom: 22px;
  display: table;
}
@media (max-width: 767px) {
  /* line 411, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title {
    font-size: 18px;
    padding-right: 0;
    line-height: normal;
  }
}
/* line 421, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .title i {
  line-height: 22px;
  float: left;
  padding-right: 8px;
}
@media (max-width: 767px) {
  /* line 421, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title i {
    font-size: 22px;
    line-height: 22px;
  }
}
/* line 431, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .product-image-container {
  max-width: 178px;
  float: left;
  margin-right: 30px;
  border: 1px solid white;
  border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media (max-width: 480px) {
  /* line 431, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 446, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info {
  float: left;
  padding: 0;
}
/* line 449, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px;
}
/* line 453, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div {
  clear: left;
  display: block;
  float: left;
}
/* line 457, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px;
}
/* line 463, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart {
  border-left: 1px solid #f0f0f0;
  padding: 0 30px 170px 30px;
  position: relative;
  float: left;
}
@media (min-width: 1200px) {
  /* line 463, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 318px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 463, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  /* line 463, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    padding: 20px 0 100px;
    border: none;
  }
}
/* line 480, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .title {
  display: block;
  font: 700 14px/22px "Poppins", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  /* line 480, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .title {
    font-size: 18px;
  }
}
/* line 489, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0;
  float: left;
  width: 100%;
}
/* line 493, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row .dark {
  margin-bottom: 5px;
}
/* line 497, ../../../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: 991px) {
  /* line 497, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container {
    padding: 0px 0 20px;
  }
}
/* line 506, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px;
}
/* line 509, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px;
}
/* line 511, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
  padding-right: 5px;
  color: #777777;
}
/* line 518, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross {
  position: absolute;
  right: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #222222;
  z-index: 2;
}
/* line 527, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:before {
  content: "\f00d";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 25px;
}
/* line 534, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:hover {
  color: #111111;
}
/* line 538, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .continue {
  cursor: pointer;
}
/* line 541, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart p {
  padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
/* line 549, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .ajax_cart_quantity {
  display: none !important;
}
/* line 552, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling {
  margin: 30px 0 0 0;
  text-align: center;
}
/* line 555, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .ttcrossselling {
  position: relative;
}
/* line 558, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #f0f0f0;
  padding: 26px 30px 40px 30px;
  position: relative;
}
/* line 563, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling h2 {
  font: 400 23px/26px "Poppins", Helvetica, sans-serif;
  color: #222222;
  margin-bottom: 25px;
}
/* line 568, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 573, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul {
  display: block;
}
/* line 575, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0;
}
/* line 579, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  text-align: center;
  margin-bottom: 15px;
}
/* line 583, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%;
}
/* line 587, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px;
}
/* line 590, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 15px;
  line-height: 20px;
}
/* line 598, ../../../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: #222222;
  text-indent: -5000px;
  position: absolute;
  top: 45%;
  margin-top: -20px;
}
/* line 610, ../../../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 614, ../../../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 617, ../../../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 621, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: 5%;
}
/* line 623, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
  content: "\f137";
}
/* line 627, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 5%;
}
/* line 629, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  content: "\f138";
}
/* line 633, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden;
}

/* line 640, ../../../sass/modules/blockcart/blockcart.scss */
.price.cart_block_tax_cost.ajax_cart_tax_cost {
  color: #777777;
  font-weight: normal;
  line-height: 10px;
}

/* line 646, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .ajax_cart_quantity {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #777777;
  display: inline-block !important;
  position: static;
  font-weight: bold;
  font-size: 14px;
  float: none;
}

/* line 657, ../../../sass/modules/blockcart/blockcart.scss */
.price.cart_block_total.ajax_block_cart_total,
.price.cart_block_shipping_cost.ajax_cart_shipping_cost {
  font-size: 14px;
}

/* line 660, ../../../sass/modules/blockcart/blockcart.scss */
.ttheader .ajax_cart_product_txt, .ttheader .ajax_cart_product_txt_s {
  display: none !important;
}
