/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .shopping_cart {
  float: right; }
  @media (min-width: 992px) {
    #header .shopping_cart {
      position: relative; } }
#header .cart_block {
  display: none;
  width: 180px;
  padding: 31px 38px;
  position: absolute;
  right: -20px;
  top: 100%;
  margin-top: 6px;
  z-index: 2;
  overflow: hidden;
  background: white;
  border-radius: 0;
  color: #888888;
  font-size: 14px;
  -moz-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  width: 337px;
  padding: 34px 33px 40px 38px; }
  #header .cart_block li + li {
    margin-top: 10px; }
  @media (max-width: 991px) {
    #header .cart_block {
      width: 400px;
      max-width: 100%;
      left: 50%;
      right: auto;
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  #header .cart_block .cart_block_list {
    padding: 0; }
#header .block_content {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .cartBox {
    float: right;
    margin: 12px 0; } }
@media (max-width: 991px) {
  .cartBox {
    display: inline-block;
    vertical-align: top; } }

/*******************************************************************
					Cart Block(MAIN) Styles
********************************************************************/
.shopping_cart {
  width: 100%; }
  @media (max-width: 991px) {
    .shopping_cart {
      line-height: 0; } }
  .shopping_cart > a:first-child {
    display: inline-block;
    position: relative; }
    .shopping_cart > a:first-child:before {
      font-family: "Linearicons";
      content: "\e74e";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 22px;
      line-height: 1;
      color: #B2BE2C;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .shopping_cart > a:first-child:hover, .shopping_cart > a:first-child:focus {
      color: #afbc25; }
    @media (min-width: 992px) {
      .shopping_cart > a:first-child {
        padding: 5px 0;
        position: relative;
        display: block;
        color: #888888;
        font-size: 14px;
        line-height: 1.333;
        letter-spacing: 0.06em;
        font-weight: normal;
        text-transform: uppercase;
        cursor: pointer;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        padding-left: 31px;
        overflow: hidden;		font-weight:800;		}
        .shopping_cart > a:first-child:before {
          position: absolute;
          left: 0;
          top: 50%;
          line-height: 26px;
          margin-top: -13px; }
        .shopping_cart > a:first-child:hover, .shopping_cart > a:first-child:focus {
          color: #333333; } }
    @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 b {
      font-weight: 400; }
      @media (max-width: 991px) {
        .shopping_cart > a:first-child b {
          display: none; } }
    .shopping_cart > a:first-child span {
      vertical-align: top; }
      @media (max-width: 991px) {
        .shopping_cart > a:first-child span {
          position: absolute;
          left: 100%;
          top: 3px;
          margin-left: -9px;
          font-size: 12px;
          line-height: 1;
          color: #888888; } }
    @media (max-width: 991px) {
      .shopping_cart > a:first-child {
        line-height: 0;
        padding: 8px 9px 10px; }
        .shopping_cart > a:first-child .ajax_cart_no_product {
          display: none; }
        .shopping_cart > a:first-child:hover:before, .shopping_cart > a:first-child:focus:before {
          color: #afbc25; } }
  .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;
    float: right; }
  .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: 180px;
  padding: 31px 38px;
  position: absolute;
  right: -20px;
  top: 100%;
  margin-top: 6px;
  z-index: 2;
  overflow: hidden;
  background: white;
  border-radius: 0;
  color: #888888;
  font-size: 14px;
  -moz-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  position: static;
  display: block;
  padding: 0;
  text-align: left; }
  .cart_block li + li {
    margin-top: 10px; }
  .cart_block .cart_block_list {
    padding: 15px; }
    .cart_block .cart_block_list .products {
      margin: 0; }
      @media (min-width: 992px) {
        .cart_block .cart_block_list .products {
          max-height: calc(100vh - 220px);
          overflow-y: auto; } }
    .cart_block .cart_block_list dl a:hover {
      color: #333333; }
    .cart_block .cart_block_list dt:first-child {
      background: none; }
    .cart_block .cart_block_list dd + dt, .cart_block .cart_block_list dt + dt {
      margin-top: 24px; }
    .cart_block .cart_block_list .remove_link {
      position: absolute;
      right: 0;
      top: 1px;
      line-height: 1; }
    .cart_block .cart_block_list .remove_link a,
    .cart_block .cart_block_list .ajax_cart_block_remove_link {
      display: inline-block;
      text-align: center; }
      .cart_block .cart_block_list .remove_link a:before,
      .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
        font-family: "Linearicons";
        content: "\e92a";
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        font-size: 18px; }
    .cart_block .cart_block_list .product-atributes {
      padding-bottom: 6px;
      font-size: 12px; }
    .cart_block .cart_block_list .price {
      font-size: 14px;
      font-weight: 400; }
  .cart_block .cart-images {
    display: none;
    position: relative;
    background: #f7f7f7;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    max-width: 30%; }
    .cart_block .cart-images img {
      max-width: 100%;
      height: auto; }
  .cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px; }
    .cart_block .cart-info .quantity-formated {
      font-size: 14px;
      display: inline-block; }
  .cart_block dt {
    font-weight: normal;
    overflow: hidden;
    position: relative; }
    .cart_block dt .product-name {
      color: #333333;
      padding-bottom: 6px; }
      .cart_block dt .product-name a:hover {
        color: #afbc25; }
  .cart_block dd {
    position: relative; }
    .cart_block dd .cart_block_customizations {
      border: 1px solid #404040;
      margin-top: 10px; }
      .cart_block dd .cart_block_customizations li {
        padding: 8px 15px; }
        .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
          position: absolute;
          right: 10px;
          top: 6px; }
  .cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px; }
  .cart_block .cart-prices {
    margin-top: 23px; }
    .cart_block .cart-prices .cart-prices-line {
      overflow: hidden;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #333333; }
      .cart_block .cart-prices .cart-prices-line .price {
        font-weight: 700; }
      .cart_block .cart-prices .cart-prices-line + .cart-prices-line {
        margin-top: 5px; }
  .cart_block .cart-buttons {
    overflow: hidden;
    padding: 25px 5px 0 0;
    margin: 0; }
    .cart_block .cart-buttons .btn {
      width: 100%; 	  background:#d2b26d;	  	  }
    .cart_block .cart-buttons #button_order_cart span:before {
      font-family: "Linearicons";
      content: "\e934";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      line-height: 12px;
      margin-right: 3px;
      vertical-align: -2px; }
  .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.2);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  display: none;
  margin: 0 !important; }

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

#layer_cart {
  background: white;
  -moz-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 99999;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 590px;
  max-height: 100vh;
  max-width: 92%;
  overflow-y: auto;
  text-align: left;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #layer_cart .layer_cart_product {
    padding: 20px 25px 25px;
    overflow: hidden;
    position: static;
    border-bottom: 1px solid #e5e5e5; }
    @media (min-width: 768px) {
      #layer_cart .layer_cart_product {
        padding: 32px 38px 40px; } }
    #layer_cart .layer_cart_product .title {
      display: block;
      position: relative;
      font: bold 20px/1.3 "PT Sans", sans-serif;
      color: #333333;
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        #layer_cart .layer_cart_product .title {
          padding-left: 43px;
          padding-top: 5px;
          margin-bottom: 28px; }
          #layer_cart .layer_cart_product .title:before {
            position: absolute;
            top: 0;
            left: 0;
            font-family: "Linearicons";
            content: "\e934";
            display: inline-block;
            font-weight: normal;
            font-style: normal;
            font-size: 28px; } }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product .title {
          font-size: 18px; } }
    #layer_cart .layer_cart_product .product-image-container {
      display: block;
      position: relative;
      background: #f7f7f7;
      float: left;
      max-width: 148px;
      margin-right: 20px;
      margin-top: 6px; }
      @media (max-width: 479px) {
        #layer_cart .layer_cart_product .product-image-container {
          width: 40%; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      overflow: hidden;
      font-size: 14px; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 6px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        margin-top: 6px; }
  #layer_cart .layer_cart_cart {
    padding: 25px 25px 20px;
    position: relative; }
    @media (min-width: 768px) {
      #layer_cart .layer_cart_cart {
        padding: 24px 38px 30px; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      position: relative;
      font: bold 20px/1.3 "PT Sans", sans-serif;
      padding-bottom: 25px;
      color: #333333; }
      @media (min-width: 768px) {
        #layer_cart .layer_cart_cart .title {
          padding-left: 43px;
          padding-top: 5px; }
          #layer_cart .layer_cart_cart .title:before {
            position: absolute;
            top: 0;
            left: 0;
            font-family: "Linearicons";
            content: "\e74e";
            display: inline-block;
            font-weight: normal;
            font-style: normal;
            font-size: 28px; } }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_cart .title {
          font-size: 18px; } }
    #layer_cart .layer_cart_cart .layer_cart_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase; }
      #layer_cart .layer_cart_cart .layer_cart_row strong {
        color: #333333; }
        #layer_cart .layer_cart_cart .layer_cart_row strong:after {
          content: ':';
          margin-left: -4px; }
      #layer_cart .layer_cart_cart .layer_cart_row + .layer_cart_row {
        margin-top: 6px; }
      #layer_cart .layer_cart_cart .layer_cart_row.unvisible {
        display: none; }
    #layer_cart .layer_cart_cart .button-container {
      padding-top: 1px;
      margin-top: 24px; }
      @media (min-width: 768px) {
        #layer_cart .layer_cart_cart .button-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          #layer_cart .layer_cart_cart .button-container .btn {
            flex: 1 1 auto;
            margin-top: 1px; } }
      #layer_cart .layer_cart_cart .button-container .btn {
        margin-bottom: 10px; }
        @media (max-width: 479px) {
          #layer_cart .layer_cart_cart .button-container .btn {
            width: 100%;
            margin-right: 0; } }
      #layer_cart .layer_cart_cart .button-container span.btn {
        margin-right: 18px; }
  #layer_cart .cross {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #888888;
    z-index: 2;
    text-align: center;
    background: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    #layer_cart .cross:before {
      font-family: "Linearicons";
      content: "\e92a";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      line-height: 30px; }
    #layer_cart .cross:hover {
      color: #333333; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #e5e5e5;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2 {
  font: bold 20px/1.3 "PT Sans", sans-serif;
  color: #888888;
  margin-bottom: 25px; }
#layer_cart .crossseling #blockcart_list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 1px; }
  #layer_cart .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #e5e5e5;
        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; }
