/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .shopping_cart {
  position: relative;
  float: right; }
  #header .shopping_cart:hover .cart_block {
    animation: moveFromRight 300ms ease;
    -webkit-animation: moveFromRight 300ms ease; }
#header .cart_block {
  display: none;
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  background: #262626;
  color: white;
  font-size: 14px;
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-right: none;
  top: 102%;
  width: 240px;
  display: none; }
  #header .cart_block li {
    padding: 4px; }
  @media (max-width: 991px) {
    #header .cart_block {
      top: 93%; } }
  @media (max-width: 767px) {
    #header .cart_block {
      top: 90%; } }
  #header .cart_block .cart_block_list {
    padding: 0; }
#header .block_content {
  margin-bottom: 0; }

/*******************************************************************
					Cart Block(MAIN) Styles
********************************************************************/
@media (max-width: 1230px) {
  .shopping_cart {
    margin-top: 10px; } }
.shopping_cart > a:first-child {
  border: none;
  background: none;
  width: 100px;
  display: block;
  height: 110px;
  text-align: center;
  border-left: 1px solid #e1e1e1;
  color: white;
  padding-top: 6px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1230px) {
    .shopping_cart > a:first-child {
      height: 70px;
      width: 70px;
      border: none; } }
  .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s, .shopping_cart > a:first-child .ajax_cart_no_product {
    display: none !important; }
  .shopping_cart > a:first-child .ajax_cart_quantity {
    display: block !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    top: 19px;
    right: 27px;
    color: #262626; }
    @media (max-width: 1230px) {
      .shopping_cart > a:first-child .ajax_cart_quantity {
        top: 5px;
        right: 21px; } }
    @media (max-width: 767px) {
      .shopping_cart > a:first-child .ajax_cart_quantity {
        top: 3px; } }
  .shopping_cart > a:first-child b {
    padding-right: 5px;
    display: none; }
  .shopping_cart > a:first-child:before {
    font-family: "material-design";
    content: "\e14e";
    display: inline-block;
    font-weight: normal;
    font-size: 30px;
    line-height: 99px;
    font-weight: normal;
    color: #ebc953; }
    @media (max-width: 1230px) {
      .shopping_cart > a:first-child:before {
        line-height: 70px; } }
    @media (max-width: 767px) {
      .shopping_cart > a:first-child:before {
        font-size: 25px;
        line-height: 59px; } }
  .shopping_cart > a:first-child:hover, .shopping_cart > a:first-child:focus {
    background: #262626; }
    .shopping_cart > a:first-child:hover .ajax_cart_quantity, .shopping_cart > a:first-child:focus .ajax_cart_quantity {
      color: white; }
    @media (max-width: 1230px) {
      .shopping_cart > a:first-child:hover, .shopping_cart > a:first-child:focus {
        background: none; }
        .shopping_cart > a:first-child:hover .ajax_cart_quantity, .shopping_cart > a:first-child:focus .ajax_cart_quantity {
          color: #262626; } }
.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: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  background: #262626;
  color: white;
  font-size: 14px;
  position: static;
  display: block;
  padding: 0;
  border-top: none; }
  .cart_block li {
    padding: 4px; }
  .cart_block .cart_block_list {
    padding: 15px; }
    .cart_block .cart_block_list dl.products {
      max-height: 406px;
      overflow-y: auto;
      padding-right: 15px; }
      .cart_block .cart_block_list dl.products::-webkit-scrollbar {
        width: 6px; }
      .cart_block .cart_block_list dl.products::-webkit-scrollbar-track {
        background: white; }
      .cart_block .cart_block_list dl.products::-webkit-scrollbar-thumb {
        background: #d2dae3;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .cart_block .cart_block_list dl.products::-webkit-scrollbar-thumb:hover {
          background: #262626; }
    .cart_block .cart_block_list dl a {
      color: #888888; }
      .cart_block .cart_block_list dl a:hover {
        color: #ebc953; }
    .cart_block .cart_block_list dt {
      border-top: 1px solid #d2dae3; }
      .cart_block .cart_block_list dt.first_item {
        border: none; }
    .cart_block .cart_block_list .remove_link {
      font-size: 20px;
      line-height: 25px;
      position: absolute;
      right: -10px;
      top: 19px;
      width: 23px; }
    .cart_block .cart_block_list .remove_link a:before,
    .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
      font-family: "material-design";
      content: "\e132";
      display: inline-block;
      font-weight: normal; }
    .cart_block .cart_block_list .remove_link a:hover {
      color: #ebc953; }
    .cart_block .cart_block_list .product-atributes {
      padding-bottom: 10px;
      font-size: 11px; }
  .cart_block .cart-images {
    border: none;
    display: block;
    padding: 5px;
    position: relative;
    background: #f7f7f7;
    float: left;
    margin-right: 20px;
    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 {
      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;
    position: relative;
    padding: 20px 10px 20px 0; }
    .cart_block dt .product-name {
      color: #ebc953;
      font: 400 16px/23px 'Cuprum', sans-serif;
      padding-bottom: 10px; }
      .cart_block dt .product-name a {
        color: #ebc953;
        font: 400 16px/23px 'Cuprum', sans-serif; }
        .cart_block dt .product-name a:hover {
          color: #888888; }
  .cart_block dd {
    position: relative; }
    .cart_block dd .cart_block_customizations {
      margin-top: 10px;
      font-size: 11px; }
      .cart_block dd .cart_block_customizations li {
        margin: 5px 0;
        padding: 10px 20px !important;
        color: #888888;
        border-top: 1px solid whitesmoke;
        border-bottom: 1px solid whitesmoke; }
        .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
          position: absolute;
          right: -10px;
          top: 4px;
          font-size: 20px; }
  .cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px; }
  .cart_block .cart-prices {
    background: #333333;
    padding: 10px 15px;
    margin: 0 -15px; }
    .cart_block .cart-prices .cart-prices-line {
      overflow: hidden;
      border-bottom: 1px solid #191919;
      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;
    color: white; }
  .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 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(38, 38, 38, 0.7);
  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 {
  border: none;
  z-index: 99999;
  background: #f7f7f7;
  display: none;
  margin-left: 8%;
  margin-right: 8%;
  position: absolute;
  width: 84%;
  margin-top: 8%;
  background: #f7f7f7; }
  @media (min-width: 992px) {
    #layer_cart .clearfix {
      display: flex; } }
  @media (max-width: 767px) {
    #layer_cart {
      margin-left: 5%;
      margin-right: 5%;
      width: 85%; } }
  @media (max-width: 320px) {
    #layer_cart {
      margin-left: 3%; } }
  #layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static; }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_product {
        min-height: 400px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_product {
        min-height: 360px; } }
    #layer_cart .layer_cart_product .title {
      display: block;
      font: 500 30px/1em 'Cuprum', sans-serif;
      color: #ebc953;
      margin: 0 0 22px; }
      @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: none;
      display: block;
      padding: 5px;
      position: relative;
      background: #f7f7f7;
      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 {
      margin-top: 30px;
      float: left; }
      #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 {
    padding: 21px 30px 30px 30px;
    position: relative;
    border-left: 1px solid #d2dae3; }
    @media (min-width: 992px) {
      #layer_cart .layer_cart_cart {
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart {
        border-left: none;
        border-top: 1px solid #d2dae3; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      font: 500 30px/1em 'Cuprum', sans-serif;
      color: #262626;
      padding-bottom: 15px; }
      #layer_cart .layer_cart_cart .title .ajax_cart_quantity {
        color: #ebc953; }
      @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 {
      margin-top: 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: white;
    z-index: 2;
    text-align: center;
    background: #262626;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #layer_cart .cross:before {
      content: "\e054";
      display: block;
      font-family: "material-design";
      font-size: 30px;
      line-height: 30px; }
    #layer_cart .cross:hover {
      background: #ebc953; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #d2dae3;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2 {
  font: 500 30px/1em 'Cuprum', sans-serif;
  color: #262626;
  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 {
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%;
          background: #f7f7f7; }
      #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: #6f6f6f;
    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: #262626; }
    #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; }
