@charset "UTF-8";
/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .shopping_cart {
  position: relative;
  float: right; }
  #header .shopping_cart > a:first-child:after {
    font-family: "material-design";
    content: "";
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 12px;
    font-size: 28px;
    color: #777; }
  #header .shopping_cart:hover > a:first-child:after {
    font-family: "material-design";
    content: "";
    display: inline-block; }
  #header .shopping_cart.emty_cart:hover > a:first-child:after {
    font-family: "material-design";
    content: "";
    display: inline-block; }
#header .cart_block {
  display: none;
  width: 194px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 3;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 0px;
  color: #333;
  border: 1px solid #e4e4e4; }
  #header .cart_block li {
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    border-top: 1px solid #e4e4e4; }
    #header .cart_block li:first-child {
      border-top: none; }
    #header .cart_block li a, #header .cart_block li > span {
      display: block;
      padding: 16px 18px; }
  #header .cart_block .cart_block_list {
    padding: 0; }
#header .block_content {
  margin-bottom: 0; }

/*******************************************************************
					Cart Block(MAIN) Styles
********************************************************************/
.shopping_cart {
  width: 100%; }
  @media (max-width: 767px) {
    .shopping_cart {
      margin-top: 40px !important;
      margin-bottom: 45px;
      padding: 15px;
      border: 1px solid #e4e4e4; } }
  .shopping_cart > a:first-child span.ajax_cart_product_txt,
  .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
    display: none !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .shopping_cart > a:first-child span.ajax_cart_product_txt,
      .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important; } }
  .shopping_cart > a:first-child span.ajax_cart_no_product {
    display: none !important; }
  .shopping_cart > a:first-child b {
    text-transform: uppercase;
    padding-right: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shopping_cart > a:first-child:before {
    font-family: "material-design";
    content: "";
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 3px;
    font-size: 45px;
    line-height: 45px;
    color: #454545;
    font-weight: normal; }
  .shopping_cart > a:first-child:hover, .shopping_cart > a:first-child:focus {
    color: #777; }
    .shopping_cart > a:first-child:hover b, .shopping_cart > a:first-child:focus b {
      color: #454545; }
  .shopping_cart .ajax_cart_total {
    display: none !important; }
  .shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    float: right; }
  .shopping_cart .block_cart_collapse:after {
    font-family: "FontAwesome";
    content: "";
    display: inline-block; }

/*******************************************************************
					Cart Block(Drop Down Box) Styles
********************************************************************/
.cart_block {
  display: none;
  width: 194px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 3;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 0px;
  color: #333;
  border: 1px solid #e4e4e4;
  width: 300px !important;
  position: static;
  padding: 0 15px 15px;
  margin-top: 10px; }
  .cart_block li {
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    border-top: 1px solid #e4e4e4; }
    .cart_block li:first-child {
      border-top: none; }
    .cart_block li a, .cart_block li > span {
      display: block;
      padding: 16px 18px; }
  @media (max-width: 767px) {
    .cart_block {
      right: 50% !important;
      margin-right: -150px;
      margin-top: 15px; } }
  .cart_block .cart_block_list {
    padding: 15px; }
    .cart_block .cart_block_list dl a {
      color: #333;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .cart_block .cart_block_list dl a:hover {
        color: #454545; }
    .cart_block .cart_block_list dt {
      border-top: 1px solid #e4e4e4; }
      .cart_block .cart_block_list dt.first_item {
        border-top: none; }
    .cart_block .cart_block_list .remove_link {
      font-size: 20px;
      line-height: 25px;
      position: absolute;
      right: 0;
      top: 20px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .cart_block .cart_block_list .remove_link:hover {
        color: #454545; }
    .cart_block .cart_block_list .remove_link a:before,
    .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
      content: "\f00d";
      font-family: "FontAwesome"; }
    .cart_block .cart_block_list .product-atributes {
      padding-bottom: 10px;
      font-size: 11px; }
  .cart_block .cart-images {
    border: 1px solid #e4e4e4;
    display: block;
    padding: 9px;
    position: relative;
    background: #F5F5F5;
    padding: 0;
    float: left;
    margin-right: 20px;
    max-width: 30%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .cart_block .cart-images:hover {
      opacity: 0.8; }
    .cart_block .cart-images img {
      display: block;
      max-width: 100%;
      height: auto; }
  .cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px; }
    .cart_block .cart-info .quantity-formated {
      display: inline-block;
      text-transform: uppercase;
      font-size: 10px;
      padding-right: 5px; }
      .cart_block .cart-info .quantity-formated .quantity {
        font-size: 15px; }
  .cart_block dt {
    font-weight: normal;
    overflow: hidden;
    position: relative;
    padding: 20px 0; }
    .cart_block dt .product-name {
      color: #777;
      font: 400 16px/25px "Catamaran", sans-serif;
      padding-bottom: 10px; }
      .cart_block dt .product-name a {
        color: #777;
        font: 400 16px/25px "Catamaran", sans-serif;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .cart_block dt .product-name a:hover {
          color: #454545; }
  .cart_block dd {
    position: relative; }
    .cart_block dd .cart_block_customizations {
      border: 1px solid #525252;
      margin-top: 10px; }
      .cart_block dd .cart_block_customizations li {
        padding: 10px 20px; }
        .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
          position: absolute;
          right: 10px; }
  .cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px; }
  .cart_block .cart-prices {
    background: #fff;
    padding: 10px 15px;
    margin: 0 -15px; }
    .cart_block .cart-prices .cart-prices-line {
      overflow: hidden;
      border-bottom: 1px solid #F5F5F5;
      padding: 7px 0; }
      .cart_block .cart-prices .cart-prices-line.last-line {
        border: none; }
  .cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 0 0;
    margin: 0; }
  .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; }
  .cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .cart_block table.vouchers tr td {
      padding: 2px; }
      .cart_block table.vouchers tr td.quantity {
        margin-right: 5px;
        min-width: 18px; }
      .cart_block table.vouchers tr td.delete {
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background: rgba(51, 51, 51, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  display: none; }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  background: #F5F5F5;
  -moz-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
  -webkit-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
  box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 99999;
  display: none;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 90%;
  max-width: 800px; }
  #layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static; }
    #layer_cart .layer_cart_product .title {
      display: block;
      font: 600 24px/30px "Catamaran", sans-serif;
      color: #ccae6a;
      margin: 0 0 22px;
      padding-right: 100px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product .title {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product .title i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container {
      border: 1px solid #e4e4e4;
      display: block;
      padding: 9px;
      position: relative;
      background: #F5F5F5;
      padding: 5px;
      float: left;
      max-width: 178px;
      margin-right: 30px; }
      @media (max-width: 480px) {
        #layer_cart .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      padding: 38px 0 0 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart {
    border-left: 1px solid #e4e4e4;
    padding: 21px 50px 170px 30px;
    position: relative; }
    @media (min-width: 1310px) {
      #layer_cart .layer_cart_cart {
        min-height: 421px; } }
    @media (min-width: 992px) and (max-width: 1309px) {
      #layer_cart .layer_cart_cart {
        min-height: 421px; } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #e4e4e4; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      font: 600 24px/30px "Catamaran", sans-serif;
      color: #6e6e6e;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_cart .title {
          font-size: 18px; } }
    #layer_cart .layer_cart_cart .layer_cart_row {
      padding: 0 0 7px 0; }
    #layer_cart .layer_cart_cart .button-container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 30px 20px 30px; }
      #layer_cart .layer_cart_cart .button-container .btn {
        margin-bottom: 10px;
        max-width: 100%;
        padding: 15px 20px; }
      #layer_cart .layer_cart_cart .button-container span.btn-md {
        margin-right: 5px; }
  #layer_cart .cross {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #ccae6a;
    z-index: 2;
    background: none;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #layer_cart .cross:before {
      content: "\f00d";
      display: block;
      font-family: "FontAwesome";
      font-size: 31px;
      line-height: 30px; }
    #layer_cart .cross:hover {
      color: #878787; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #e4e4e4;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2 {
  font: 600 24px/30px "Catamaran", sans-serif;
  color: #6e6e6e;
  margin-bottom: 25px; }
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }
  #layer_cart .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left;
      width: 178px;
      margin: 0 0 0 0; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #e4e4e4;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; }
        #layer_cart .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; }
  #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: #6e6e6e;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover {
      color: #454545; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after {
      font-family: "FontAwesome";
      content: "";
      display: inline-block; }
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      font-family: "FontAwesome";
      content: "";
      display: inline-block; }
  #layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }

/*# sourceMappingURL=blockcart.css.map */
