/*******************************************************************
					Cart Block Styles
********************************************************************/
/* line 6, ../../../sass/modules/blockcart/blockcart.scss */
.ttheader_cart {
  float: right;
  height: 40px;
  padding: 0;
  width: 80px;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 6, ../../../sass/modules/blockcart/blockcart.scss */
  .ttheader_cart {
    margin-right: 0;
    height: 40px;
    width: 80px;
  }
}

/* line 19, ../../../sass/modules/blockcart/blockcart.scss */
#header .shopping_cart {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  padding-top: 0;
}

@media (max-width: 480px) {
  /* line 26, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  /* line 26, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}

/* line 35, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:before {
  background: rgba(0, 0, 0, 0) url("../../../img/templatetrip/sprite.png") no-repeat scroll -30px -118px;
  content: '';
  width:40px;
  height:40px;
  display: block;
}

.shopping_cart > a:hover::before {
  background: rgba(0, 0, 0, 0) url("../../../img/templatetrip/sprite.png") no-repeat scroll -30px -171px;
}

@media (max-width: 991px) {
  /* line 35, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:before {
    /* background: rgba(0, 0, 0, 0) url("../../../img/templatetrip/sprite.png") no-repeat scroll -23px -164px;*/
  }
}

/* line 35, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child {
  padding: 0;
  display: block;
  color: #999999;
  width: 70px;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 991px) {
  /* line 35, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:first-child {
  }
}
/* line 48, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_car > a:before:hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
@media (max-width: 991px) {
  /* line 48, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart > a:before:hover {
    /*background-position: -23px -103px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 54, ../../../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 59, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart > a:first-child b {
  color: #999999;
  font-size: 0;
}
/* line 64, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .ajax_cart_total {
  color: #222222;
  font-size: 14px;
  position: absolute;
  right: 38px;
  top: 33px;
  display: block;
}
@media (max-width: 991px) {
  /* line 64, ../../../sass/modules/blockcart/blockcart.scss */
  .shopping_cart .ajax_cart_total {
    display: none!important;
  }
}
/* line 76, ../../../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 87, ../../../sass/modules/blockcart/blockcart.scss */
.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0px 2px 0px;
}

/* line 96, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 102, ../../../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 107, ../../../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 114, ../../../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: black;
}
/* line 119, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-images {
  float: left;
  margin-right: 15px;
}
/* line 123, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 15px;
}
/* line 127, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .price {
  color: #454545;
}
/* line 130, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name {
  padding-bottom: 0;
  margin-top: 0;
}
/* line 134, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .product-name a {
  line-height: 18px;
  display: inline-block;
}
/* line 139, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 3px;
}
/* line 144, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-info .quantity-formated .quantity {
  font-size: 15px;
}
/* line 149, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 155, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd {
  position: relative;
}
/* line 157, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations {
  border-top: 1px dashed #222222;
}
/* line 159, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li {
  padding: 10px 20px;
}
/* line 162, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 10px;
}
/* line 170, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px;
}
/* line 174, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices {
  position: relative;
  padding: 10px 0;
  color: #555;
}
/* line 177, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  line-height: 16px;
}
/* line 179, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-prices .cart-prices-line.last-line {
  border: none;
}
/* line 184, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 15px 0 0 0;
  margin: 0;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
}
/* line 190, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a {
  width: auto;
  float: right;
  text-align: center;
  margin-bottom: 0;
  margin-right: 10px;
}
/* line 196, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart {
  margin-right: 0;
  border: none;
  border-radius: 25px;
}
/* line 199, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block .cart-buttons a#button_order_cart span {
  padding: 8px 15px;
  color: white;
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
/* line 212, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: white;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #555555;
  width: 300px;
}
@media (max-width: 991px) {
  /* line 212, ../../../sass/modules/blockcart/blockcart.scss */
  #header .cart_block {
    top: 40px;
  }
}
/* line 230, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block a {
  color: #999999;
}
/* line 232, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block a:hover {
  color: #454545;
}
/* line 235, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block a img {
  border: 1px solid #e5e5e5;
}
/* line 242, ../../../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: #999999;
  outline: none;
  text-decoration: none;
}
/* line 246, ../../../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 251, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt {
  margin: 20px 0;
}
/* line 253, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block dt.first_item {
  margin-top: 0;
}
/* line 257, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes {
  font-size: 11px;
}
/* line 259, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a {
  color: #9c9b9b;
}
/* line 261, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .product-atributes a:hover {
  color: #999999;
}
/* line 267, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .cart-buttons {
  background: none;
}
/* line 270, ../../../sass/modules/blockcart/blockcart.scss */
#header .cart_block .block_content {
  margin-bottom: 0;
}

/* line 281, ../../../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 288, ../../../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 292, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 297, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td {
  padding: 2px;
}
/* line 299, ../../../sass/modules/blockcart/blockcart.scss */
.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px;
}
/* line 303, ../../../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 314, ../../../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 326, ../../../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 333, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart {
  background-color: white;
  position: relative;
  display: none;
  z-index: 9999;
  width: 100%;
}

#layer_cart .container{
  padding: 20px;
}

/* line 340, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product {
  padding: 0;
  overflow: hidden;
  position: static;
}
/* line 344, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .title {
	display: block;
	font: 700 14px/22px "Roboto slab", Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 22px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 344, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .title {
    font-size: 18px;
    padding-right: 0;
    line-height: normal;
  }
}
/* line 355, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .title i {
  line-height: 22px;
  float: left;
  padding-right: 8px;
}
@media (max-width: 767px) {
  /* line 355, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .title i {
    font-size: 22px;
    line-height: 22px;
  }
}
/* line 365, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .product-image-container {
  max-width: 178px;
  float: left;
  margin-right: 30px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 480px) {
  /* line 365, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 376, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info {
  float: left;
  padding: 0;
}
/* line 379, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px;
}
/* line 383, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div {
  clear: left;
  display: block;
  float: left;
}
/* line 387, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px;
}
/* line 393, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart {
  border-left: 1px solid #e5e5e5;
  padding: 0 30px 170px 30px;
  position: relative;
  float: left;
}
@media (min-width: 1200px) {
  /* line 393, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 318px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 393, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  /* line 393, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart {
    padding: 20px 0 100px;
    border: none;
  }
}
/* line 410, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .title {
  display: block;
  font: 700 14px/22px "Roboto slab", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  /* line 410, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .title {
    font-size: 18px;
  }
}
/* line 419, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0;
  float: left;
  width: 100%;
}
/* line 423, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .layer_cart_row .dark {
  margin-bottom: 5px;
}
/* line 427, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 20px 20px;
}
@media (max-width: 991px) {
  /* line 427, ../../../sass/modules/blockcart/blockcart.scss */
  #layer_cart .layer_cart_cart .button-container {
    padding: 0px 0 20px;
  }
}
/* line 436, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px;
}
/* line 439, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px;
}
/* line 441, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
  padding-right: 5px;
  color: #777777;
}
/* line 448, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross {
	float: right;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #fff;
	z-index: 2;
}
/* line 457, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:before {
  content: "\f00d";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 25px;
}
/* line 464, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .cross:hover {
  color: #fff;
}
/* line 468, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .continue {
  cursor: pointer;
}
/* line 471, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart p {
  padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
/* line 479, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .ajax_cart_quantity {
  display: none !important;
}
/* line 482, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling {
  margin: 30px 0 0 0;
}
/* line 484, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .ttcrossselling {
  position: relative;
  text-align: center;
}
/* line 487, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .ttcrossselling .title_block {
  margin-bottom: 35px!important;
}
/* line 490, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .ttcrossselling .block_content {
  margin-bottom: 30px;
}
/* line 494, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #e5e5e5;
  padding: 26px 30px 40px 30px;
  position: relative;
}
/* line 499, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling h2 {
  font: 400 23px/26px "Roboto slab", Helvetica, sans-serif;
  color: #454545;
  margin-bottom: 25px;
}
/* line 504, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 509, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul {
  display: block;
}
/* line 511, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0;
}
/* line 515, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  text-align: center;
  margin-bottom: 15px;
}
/* line 519, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%;
}
/* line 523, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px;
}
/* line 526, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 15px;
  line-height: 20px;
}
/* line 534, ../../../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: #454545;
  text-indent: -5000px;
  position: absolute;
  top: 45%;
  margin-top: -20px;
}
/* line 546, ../../../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 550, ../../../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 553, ../../../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 557, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: 5%;
}
/* line 559, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
  content: "\f137";
}
/* line 563, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 5%;
}
/* line 565, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  content: "\f138";
}
/* line 569, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden;
}

/* line 577, ../../../sass/modules/blockcart/blockcart.scss */
#layer_cart {
  overflow: hidden;
}

/* line 580, ../../../sass/modules/blockcart/blockcart.scss */
.price.cart_block_tax_cost.ajax_cart_tax_cost {
  color: #777777;
  font-weight: normal;
}

/* line 586, ../../../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;
  float: none;
}

/* line 598, ../../../sass/modules/blockcart/blockcart.scss */
.ttheader_cart .shopping_cart a .ajax_cart_total,.ttheader_cart .shopping_cart a .ajax_cart_product_txt, .ttheader_cart .shopping_cart a .ajax_cart_product_txt_s.unvisible, .ttheader_cart .shopping_cart a .ajax_cart_product_txt_s {
  display: none !important;
}

/* line 604, ../../../sass/modules/blockcart/blockcart.scss */
#ttcartcrossselling-carousel .product-name {
  padding: 10px 0 0;
}

#ttcartcrossselling-carousel .product-container:hover .right-block .ttproducthover{
	background: #ff8e19;
}

/* line 613, ../../../sass/modules/blockcart/blockcart.scss */
ul.product_grid.grid li .product-container .left-block .ttquickview, ul.tm-carousel li .product-container .left-block .ttquickview {
  background: #fdcd69;
  box-shadow: 3px 3px 5px 0 rgba(170, 170, 170, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  /* line 613, ../../../sass/modules/blockcart/blockcart.scss */
  ul.product_grid.grid li .product-container .left-block .ttquickview, ul.tm-carousel li .product-container .left-block .ttquickview {
    display: none;
  }
}
/* line 630, ../../../sass/modules/blockcart/blockcart.scss */
ul.product_grid.grid li .product-container .left-block .ttquickview a, ul.tm-carousel li .product-container .left-block .ttquickview a {
  background: transparent url("../../../img/templatetrip/product-sprite.png") no-repeat scroll 11px -124px;
  float: left;
  width: 100%;
  height: 100%;
}
/* line 635, ../../../sass/modules/blockcart/blockcart.scss */
ul.product_grid.grid li .product-container .left-block .ttquickview a span, ul.tm-carousel li .product-container .left-block .ttquickview a span {
  font-size: 0;
}
