/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_wrap {
  margin-top: 15px; }
#header .shopping_cart {
  position: relative;
  padding-top: 20px;
  padding-left: 15px;
  display: inline-block; }
  #header .shopping_cart > a:first-child {
    display: inline-block; }
    #header .shopping_cart > a:first-child:after {
      font-family: "FontAwesome";
      content: "\f0d7";
      display: inline-block;
      font-weight: normal; }
  #header .shopping_cart:hover > a:first-child:after {
    font-family: "FontAwesome";
    content: "\f0d8";
    display: inline-block;
    font-weight: normal; }
#header .cart_block {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  overflow: hidden;
  background: #fffffe;
  border-radius: 4px;
  border: 2px solid #fec45c;
  color: #a1a1a1;
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
  #header .cart_block li {
    padding: 5px; }
  @media (max-width: 479px) {
    #header .cart_block {
      padding: 5px; } }
  #header .cart_block .cart_block_list {
    padding: 0; }
  @media (max-width: 767px) {
    #header .cart_block {
      right: -70px;
      margin-top: 8px; } }
#header .block_content {
  margin-bottom: 0; }

/*******************************************************************
					Cart Block(MAIN) Styles
********************************************************************/
.shopping_cart > a:first-child {
  overflow: hidden;
  border: none; }
  @media (max-width: 1199px) {
    .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 b {
    padding-right: 5px;
    font-family: "Lora", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #303639; }
  .shopping_cart > a:first-child:before {
    font-family: "Thin Regular";
    content: "\e837";
    display: inline-block;
    font-weight: normal;
    padding-right: 15px;
    font-size: 46px;
    vertical-align: -7px;
    color: #f76b40;
    line-height: 40px; }
  .shopping_cart > a:first-child:hover:before, .shopping_cart > a:first-child:focus:before {
    animation: Shake linear .5s; }
  .shopping_cart > a:first-child span.ajax_cart_no_product {
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #a1a1a1; }
    @media (max-width: 1199px) {
      .shopping_cart > a:first-child span.ajax_cart_no_product {
        display: none !important; } }
  @media (max-width: 991px) {
    .shopping_cart > a:first-child:before {
      padding-right: 5px; }
    .shopping_cart > a:first-child b {
      display: none; }
    .shopping_cart > a:first-child .ajax_cart_quantity {
      display: inline-block !important;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #fec45c;
      font-size: 16px;
      color: #fffffe;
      text-align: center;
      line-height: 35px;
      vertical-align: 2px; } }
.shopping_cart .ajax_cart_total {
  display: none !important; }
.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  display: inline-block;
  font-weight: normal; }
.shopping_cart .block_cart_collapse:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  display: inline-block;
  font-weight: normal; }

/*******************************************************************
					Cart Block(Drop Down Box) Styles
********************************************************************/
.cart_block {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  overflow: hidden;
  background: #fffffe;
  border-radius: 4px;
  border: 2px solid #fec45c;
  color: #a1a1a1;
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 270px !important;
  position: static;
  display: block;
  padding: 0; }
  .cart_block li {
    padding: 5px; }
  @media (max-width: 479px) {
    .cart_block {
      padding: 5px; } }
  .cart_block .cart_block_list {
    padding: 25px 15px; }
    .cart_block .cart_block_list dl a {
      color: #1f2731; }
      .cart_block .cart_block_list dl a:hover {
        color: #f76b40; }
    .cart_block .cart_block_list dt {
      margin-top: 5px;
      border-bottom: 1px solid #ebebeb; }
      .cart_block .cart_block_list dt.first_item {
        background: none; }
    .cart_block .cart_block_list .remove_link {
      font-size: 17px;
      line-height: 25px;
      position: absolute;
      right: 5px;
      top: 2px; }
    .cart_block .cart_block_list .remove_link a:before,
    .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
      font-family: "FontAwesome";
      content: "\f057";
      display: inline-block;
      font-weight: normal; }
    .cart_block .cart_block_list .product-atributes {
      padding-bottom: 10px;
      font-size: 11px;
      color: #1f2731; }
  .cart_block .cart-images {
    display: block;
    padding: 5px;
    position: relative;
    background: #fffffe;
    max-width: 30%;
    float: left;
    margin-right: 20px;
    margin-left: 10px; }
    .cart_block .cart-images img {
      max-width: 100%;
      height: auto; }
  .cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    color: #1f2731; }
    .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: #1f2731;
      font: 400 16px/25px "Lora", sans-serif;
      padding-bottom: 10px; }
      .cart_block dt .product-name a {
        color: #1f2731;
        font: 400 16px/25px "Lora", sans-serif; }
        .cart_block dt .product-name a:hover {
          color: #a1a1a1; }
  .cart_block dd {
    position: relative; }
    .cart_block dd .cart_block_customizations {
      border: 1px solid #293341;
      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 {
    border-top: 2px solid #fec45c;
    border-bottom: 2px solid #fec45c;
    padding: 10px 15px;
    margin: 0 -15px;
    color: #1f2731; }
    .cart_block .cart-prices .cart-prices-line {
      overflow: hidden;
      border-bottom: 1px solid #151b21;
      padding: 7px 0; }
      .cart_block .cart-prices .cart-prices-line.last-line {
        border: none; }
    .cart_block .cart-prices .price {
      color: #1f2731; }
  .cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 0 0;
    margin: 0; }
    .cart_block .cart-buttons .btn {
      color: #1f2731;
      background: transparent;
      border-color: #1f2731; }
      .cart_block .cart-buttons .btn:hover, .cart_block .cart-buttons .btn:focus, .cart_block .cart-buttons .btn:active {
        color: #fffffe;
        background: #1f2731;
        border-color: #1f2731; }
  .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(31, 39, 49, 0.5);
  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: #fffffe;
  -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: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 99999;
  display: none;
  margin-left: 8%;
  margin-right: 8%;
  position: absolute;
  width: 84%; }
  #layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static; }
    #layer_cart .layer_cart_product .title {
      display: block;
      font: bold 24px/30px "Open Sans", Arial, sans-serif;
      color: #f76b40;
      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 {
      display: block;
      padding: 5px;
      position: relative;
      background: #fffffe;
      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 #fec45c;
    padding: 21px 30px 170px 30px;
    position: relative; }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart {
        min-height: 330px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_cart {
        min-height: 360px; } }
    @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 #fec45c; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      font: bold 24px/30px "Open Sans", Arial, sans-serif;
      color: #1f2731;
      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: 5px 0;
      color: #303639;
      font-size: 16px; }
    #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; }
      #layer_cart .layer_cart_cart .button-container span.btn-md {
        margin-right: 5px; }
  #layer_cart .cross {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fffffe;
    z-index: 2;
    background: #1f2731;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    #layer_cart .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 30px; }
    #layer_cart .cross:hover {
      color: #f76b40; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #ebebeb;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2 {
  font: bold 24px/30px "Open Sans", Arial, sans-serif;
  color: #888888;
  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 #ebebeb;
        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: #888888;
    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: #1f2731; }
    #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: "\f137";
      display: inline-block;
      font-weight: normal; }
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      font-family: "FontAwesome";
      content: "\f138";
      display: inline-block;
      font-weight: normal; }
  #layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }
