/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .shopping_cart_wrapper {
  float: right; }
#header .shopping_cart {
  position: relative;
  float: right;
  padding: 10px 0 7px 10px; 
  font-family: "GothamHTF",sans-serif;
}
  @media (min-width: 370px) {
    #header .shopping_cart {
      padding-left: 20px;
      padding-right: 2px; } }
  @media (min-width: 768px) {
    #header .shopping_cart {
      border-right: 1px solid #e5e5e5;
      padding-left: 25px;
      padding-right: 25px; }

      }
  #header .shopping_cart > a:first-child:after {
    position: absolute;
    top: 4px;
    right: 0;
    font-family: "Material Icons";
    content: "\e5cf";
    display: inline-block;
    font-weight: normal;
    font-size: inherit;
    font-size: 16px;
    font-weight: normal;
    top: 3px;
    color: #333333;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  #header .shopping_cart > a:first-child:hover:after, #header .shopping_cart > a:first-child.active:after {
    color: #000000; }
  #header .shopping_cart > a:first-child.active:after {
    content: "\e5ce"; }
#header .cart_block {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 102%;
  z-index: 2;
  overflow: hidden;
  background: #faf9f9;
  border-radius: 0;
  color: #888888;
  right: -2px;
  padding: 0; }
  #header .cart_block li {
    padding: 5px; }
  #header .cart_block .cart_block_list {
    padding: 0; }
    #header .cart_block .cart_block_list .products {
      padding: 15px 17px;
      margin-bottom: 12px; }
      #header .cart_block .cart_block_list .products .cart-info .price {
        display: block; }
      #header .cart_block .cart_block_list .products dt {
        padding-left: 44px; }
#header .block_content {
  margin-bottom: 0;
  padding-top: 26px; }
  #header .shopping_cart .block_content h3:before {
      font-family: "Material Icons";
    content: "\E876";
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    color: #85a1c8;
    margin-right: 10px;
    /* line-height: normal; */
    position: relative;
    top: 4px;
    left: -4px;
  }
  #header .block_content h3 {
    font-family: "GothamHTF", sans-serif;
    margin: 0;
    font-size: 32px;
    letter-spacing: 0.08em;
    color: #333333;
    font-weight: 700;
    padding: 0 31px;
    font-size: 17px;
  text-transform: uppercase;
  color: #333;
  }

/*******************************************************************
					Cart Block(MAIN) Styles
********************************************************************/
.shopping_cart {
  width: 100%; }
  .shopping_cart > a:first-child {
    position: relative;
    display: inline-block;
    color: #333333;
    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;
    color: #888888;
    padding: 4px 22px 5px 40px;
    font: normal 14px "GothamHTF", sans-serif;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    border: none;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s; }
    .shopping_cart > a:first-child b {
      display: inline-block;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin: 0 !important;
      line-height: 1 !important;
      padding-right: 5px;
      color: #333333;
      -moz-transition: 0.3s color ease;
      -o-transition: 0.3s color ease;
      -webkit-transition: 0.3s color ease;
      transition: 0.3s color ease; }
      @media (max-width: 991px) {
        .shopping_cart > a:first-child b {
          display: none !important; } }
    .shopping_cart > a:first-child span {
      -moz-transition: 0.3s color ease;
      -o-transition: 0.3s color ease;
      -webkit-transition: 0.3s color ease;
      transition: 0.3s color ease; }
    .shopping_cart > a:first-child:before {
       font-family: "FontAwesome";
      content: "\f07a";
      position: absolute;
      left: 5px;
      display: inline-block;
      font-weight: normal;
      color: #85a1c8;
      font-size: 22px;
       }
    .shopping_cart > a:first-child:hover, .shopping_cart > a:first-child:focus, .shopping_cart > a:first-child.active {
      color: #000000; }
      .shopping_cart > a:first-child:hover b, .shopping_cart > a:first-child:hover span, .shopping_cart > a:first-child:focus b, .shopping_cart > a:first-child:focus span, .shopping_cart > a:first-child.active b, .shopping_cart > a:first-child.active span {
        color: #000000; }
  .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: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 102%;
  z-index: 2;
  overflow: hidden;
  background: #faf9f9;
  border-radius: 0;
  color: #888888;
  width: 395px !important;
  position: static;
  display: block;
  padding: 0; }
  .cart_block li {
    padding: 5px; }
  @media (max-width: 479px) {
    .cart_block {
      width: 320px !important;
      right: -15px !important; } }
  .cart_block .cart_block_list {
    padding: 15px; }
    .cart_block .cart_block_list .products {
      max-height: calc(100vh - 330px);
      overflow-y: auto; }
    .cart_block .cart_block_list dl a {
      color: #888888; }
      .cart_block .cart_block_list dl a:hover {
        color: #333333; }
    .cart_block .cart_block_list .remove_link {
      line-height: 1;
      height: 22px;
      width: 22px;
      font-size: 0;
      position: absolute;
      left: 10px;
      top: 3px; }
    .cart_block .cart_block_list .remove_link a,
    .cart_block .cart_block_list .ajax_cart_block_remove_link {
      color: #333333; }
      .cart_block .cart_block_list .remove_link a:before,
      .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
        font-family: "Material Icons";
        content: "\e5cd";
        display: inline-block;
        font-weight: normal;
        font-size: 20px; }
      .cart_block .cart_block_list .remove_link a:hover,
      .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
        color: #000000; }
    .cart_block .cart_block_list .product-atributes {
      padding: 15px 0 10px 3px;
      font-size: 12px; }
  .cart_block .cart-images {
    display: block;
    padding: 0;
    position: relative;
    background: #f2f2f4;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    max-width: 47%; }
    .cart_block .cart-images img {
      max-width: 100%;
      height: auto; }
  .cart_block .cart-info {
    overflow: hidden;
    position: relative; }
    .cart_block .cart-info .quantity-formated {
      display: inline-block;
      text-transform: uppercase;
      background: #f2f2f2;
      width: 86px;
      height: 50px;
      font-size: 16px;
      padding: 14px 8px;
      text-align: center;
      color: #333333;
      margin-top: 14px; }
  .cart_block dt {
    font-weight: normal;
    overflow: hidden;
    position: relative;
    padding: 4px 0; }
    .cart_block dt .product-name a {
      color: #333333;
      font: normal 20px/30px "GothamHTF", sans-serif;
      font-weight: 400;
      letter-spacing: 0.06em;
      line-height: 1.2; }
      .cart_block dt .product-name a:hover {
        color: #000000; }
  .cart_block dd {
    position: relative; }
    .cart_block dd .cart_block_customizations {
      border: 1px solid #faf9f9;
      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 dd + dt {
      margin-top: 18px; }
  .cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px; }
  .cart_block .cart-prices {
    border-top: 1px solid #e5e5e5;
    background: #faf9f9;
    padding: 26px 31px 15px;
    margin: 0; }
    .cart_block .cart-prices .cart-prices-line > span:first-child {
      color: #333333;
      font-weight: bold;
      margin-right: 3px; }
    .cart_block .cart-prices .cart-prices-line + .cart-prices-line {
      margin-top: 3px; }
    .cart_block .cart-prices span {
      font-size: 20px;
      letter-spacing: 0.08em; }
  .cart_block .cart-buttons {
    overflow: hidden;
    padding: 9px 30px 31px;
    margin: 0; }
    .cart_block .cart-buttons .btn {
      padding-left: 32px;
      padding-right: 32px; }
  .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; }

.lang_ru .shopping_cart > a:first-child {
  font-family: "Roboto Condensed", sans-serif; }
  @media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .lang_ru .shopping_cart > a:first-child {
      font-size: 12px; } }
.lang_ru .cart_block dt .product-name a {
  font-family: "Roboto Condensed", sans-serif; }

/*****************************************************************************
					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: 999991;
  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: white;
  -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: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 999992;
  display: none;
  position: absolute;
  width: 84%;
  max-width: 900px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  #layer_cart .layer_cart_product {
    padding: 36px 20px 20px 20px;
    overflow: hidden;
    position: static; }
    @media (min-width: 992px) {
      #layer_cart .layer_cart_product {
        padding: 36px 39px 30px 39px; } }
    #layer_cart .layer_cart_product .title {
      display: block;
      position: relative;
      padding-left: 34px;
      font-family: "GothamHTF", sans-serif;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #333333;
      margin: 0 0 16px; }
      @media (min-width: 992px) {
        #layer_cart .layer_cart_product .title {
          font-size: 24px; } }
      #layer_cart .layer_cart_product .title i {
        position: absolute;
        left: 0;
        top: -6px;
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px;
        color: #000000; }
        @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: 0;
      position: relative;
      background: #f2f2f4;
      text-align: center;
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 530px) {
        #layer_cart .layer_cart_product .product-image-container {
          max-width: 80%; } }
      @media (min-width: 992px) {
        #layer_cart .layer_cart_product .product-image-container {
          max-width: 300px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      padding: 22px 2px 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title, #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_attributes {
        display: block;
        text-align: center; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_attributes {
        font-size: 14px;
        margin-bottom: 20px; }
        @media (min-width: 530px) {
          #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_attributes {
            margin-bottom: 35px; } }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div #layer_cart_product_price {
          font-weight: 600; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div span {
          font-size: 18px;
          letter-spacing: 0.08em;
          color: #000000; }
          @media (min-width: 992px) {
            #layer_cart .layer_cart_product .layer_cart_product_info > div span {
              font-size: 20px; } }
          #layer_cart .layer_cart_product .layer_cart_product_info > div span:first-child {
            padding-right: 3px;
            color: #333333; }
  #layer_cart .layer_cart_cart {
    border-left: 1px solid #e5e5e5;
    padding: 36px 20px 130px 20px;
    position: relative; }
    @media (min-width: 530px) {
      #layer_cart .layer_cart_cart {
        padding-bottom: 160px; } }
    @media (min-width: 992px) {
      #layer_cart .layer_cart_cart {
        padding: 36px 43px 170px 43px; } }
    @media (max-width: 529px) {
      #layer_cart .layer_cart_cart {
        border-left: none;
        border-top: 1px solid #e5e5e5; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      position: relative;
      font-family: "GothamHTF", sans-serif;
      font-size: 18px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      line-height: 1;
      color: #333333;
      padding-bottom: 26px;
      padding-left: 33px; }
      @media (min-width: 992px) {
        #layer_cart .layer_cart_cart .title {
          font-size: 24px; } }
      #layer_cart .layer_cart_cart .title:before {
        position: absolute;
        left: 0;
        top: -4px;
        font-family: "Material Icons";
        content: "\e8cb";
        display: inline-block;
        font-weight: normal;
        font-size: 24px;
        color: #000000; }
      #layer_cart .layer_cart_cart .title .ajax_cart_quantity {
        color: #000000; }
    #layer_cart .layer_cart_cart .layer_cart_row {
      padding: 0 0 4px 0;
      font-size: 16px;
      letter-spacing: 0.06em; }
      @media (min-width: 992px) {
        #layer_cart .layer_cart_cart .layer_cart_row {
          font-size: 20px; } }
      #layer_cart .layer_cart_cart .layer_cart_row .ajax_block_products_total, #layer_cart .layer_cart_cart .layer_cart_row .ajax_block_cart_total {
        color: #000000; }
    #layer_cart .layer_cart_cart .button-container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 20px 15px 20px; }
      @media (min-width: 992px) {
        #layer_cart .layer_cart_cart .button-container {
          padding: 0 44px 30px 44px; } }
      #layer_cart .layer_cart_cart .button-container .btn {
        margin-bottom: 10px;
        max-width: 100%; }
        @media (min-width: 530px) {
          #layer_cart .layer_cart_cart .button-container .btn {
            margin-bottom: 16px; } }
        @media (min-width: 768px) {
          #layer_cart .layer_cart_cart .button-container .btn {
            min-width: 220px; } }
        @media (max-width: 991px) {
          #layer_cart .layer_cart_cart .button-container .btn {
            font-size: 16px;
            line-height: 20px; } }
        #layer_cart .layer_cart_cart .button-container .btn:first-child {
          margin-right: 10px; }
  #layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #cccccc;
    z-index: 2;
    text-align: center;
    background: none;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    #layer_cart .cross:before {
      font-family: "Material Icons";
      content: "\e5cd";
      display: inline-block;
      font-weight: normal;
      font-size: 20px;
      display: block;
      line-height: 25px;
      position: absolute;
      left: 50%;
      top: 50%;
      -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 .cross:hover {
      color: #000000; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
@media (min-width: 530px) {
  #layer_cart > div {
    display: flex; } }
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #e5e5e5;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2 {
  font: normal 32px/40px "GothamHTF", 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 {
        text-align: center;
        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; }

.lang_ru #layer_cart .layer_cart_product .title {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #layer_cart .layer_cart_cart .title {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #layer_cart .crossseling h2 {
  font-family: "Roboto Condensed", sans-serif; }


#shoppingcardderoulementshippinginfos {
  font-family: "GothamHTF";
  font-size: 14px;
  text-transform: uppercase;
  color: #959595;
  margin-top: 15px;
}

#HeaderSubmitLogin {
      display: inline-block !important;
    width: auto !important;
    padding: 4px 15px !important;
    background: #000 !important;
}

#HeaderSubmitLogin:before, #HeaderSubmitLogin:after {
  background: #000 !important;
}

