/*******************************************************************************************************************
 *     ╔═══╗ ╔══╗ ╔═══╗ ╔════╗ ╔═══╗ ╔══╗        ╔══╗  ╔═══╗ ╔╗╔╗ ╔═══╗ ╔╗   ╔══╗ ╔═══╗ ╔╗  ╔╗ ╔═══╗ ╔╗ ╔╗ ╔════╗
 *     ║╔══╝ ║╔╗║ ║╔═╗║ ╚═╗╔═╝ ║╔══╝ ║╔═╝        ║╔╗╚╗ ║╔══╝ ║║║║ ║╔══╝ ║║   ║╔╗║ ║╔═╗║ ║║  ║║ ║╔══╝ ║╚═╝║ ╚═╗╔═╝
 *     ║║╔═╗ ║╚╝║ ║╚═╝║   ║║   ║╚══╗ ║╚═╗        ║║╚╗║ ║╚══╗ ║║║║ ║╚══╗ ║║   ║║║║ ║╚═╝║ ║╚╗╔╝║ ║╚══╗ ║╔╗ ║   ║║
 *     ║║╚╗║ ║╔╗║ ║╔╗╔╝   ║║   ║╔══╝ ╚═╗║        ║║─║║ ║╔══╝ ║╚╝║ ║╔══╝ ║║   ║║║║ ║╔══╝ ║╔╗╔╗║ ║╔══╝ ║║╚╗║   ║║
 *     ║╚═╝║ ║║║║ ║║║║    ║║   ║╚══╗ ╔═╝║        ║╚═╝║ ║╚══╗ ╚╗╔╝ ║╚══╗ ║╚═╗ ║╚╝║ ║║    ║║╚╝║║ ║╚══╗ ║║ ║║   ║║
 *     ╚═══╝ ╚╝╚╝ ╚╝╚╝    ╚╝   ╚═══╝ ╚══╝        ╚═══╝ ╚═══╝  ╚╝  ╚═══╝ ╚══╝ ╚══╝ ╚╝    ╚╝  ╚╝ ╚═══╝ ╚╝ ╚╝   ╚╝
 *------------------------------------------------------------------------------------------------------------------
 * @author Gartes | sad.net79@gmail.com | Skype : agroparknew | Telegram : @gartes
 * @date 08.05.2021 10:47
 * @copyright  Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later;
 ******************************************************************************************************************/
/** Поле ввода количества товара */
.cart-counter {
  display: flex;
  /* flex-direction: row; */
  /* align-items: flex-start; */
  /* width: 100px; */
  margin: 0 0 0 10px;
}
.cart-counter__button[_ngcontent-rz-client-c106] {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 30px;
  padding: 0;
}
.cart-counter__button[_ngcontent-rz-client-c106]
  svg[_ngcontent-rz-client-c106] {
  fill: #3e77aa;
}
.cart-counter__button[_ngcontent-rz-client-c106]:disabled {
  background-color: transparent;
}
.cart-counter__button[_ngcontent-rz-client-c106]:disabled
  svg[_ngcontent-rz-client-c106] {
  fill: #d2d2d2;
}
.cart-counter__input[_ngcontent-rz-client-c106] {
  width: 40px;
  /* margin-left: 4px; */
  /* margin-right: 4px; */
  text-align: center;
}

.wishlist_view .count-ptoduct,
.count_compare,
#ajax_cart_with_related #jshop_quantity_products {
  background: #be1e2d;
  line-height: 22px;
  width: 22px;
  height: 22px;
  font-size: 13px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 100;
}
#ajax_cart_with_related[data-count-cart="0"] #jshop_quantity_products,
#jshop_module_compare[data-count-compare="0"] .count_compare,
[data-count-wishlist="0"] .count-ptoduct {
  display: none;
}

#ecommerce_icons-top {
  display: flex;
  align-items: center;
}

ul#ecommerce_icons-top > li {
  position: relative;
  text-align: center;
  font-size: 11px;
}

#ecommerce_icons-top > li + li {
  margin-left: 20px;
}

#ecommerce_icons-top button {
  padding: 0px;
  border-width: 0px;
  background:none;
}
/* Cart Icon */
#ajax_cart_with_related {
}
.wrapper_cart_quantity_products {
  /* background-position: 6px 5px; */
  /* width: 40px; */
  /* height: 40px; */
}
.wishlist_view .count-ptoduct {
  top: -5px;
  right: -5px;
}
.count_compare {
  top: -4px;
  right: -8px;
}
#ajax_cart_with_related #jshop_quantity_products {
  top: -4px;
  right: -7px;
}

#jshop_module_compare,
.ajax_cart_wl.wishlist_view {
  /* width: 40px; */
  /* height: 35px; */
  /* margin: 0px 15px 0 0; */
  /* cursor: pointer; */
  position: relative;
}
.externbootstrap_wrapp.wrapp_min,
.mycart_wrapp.externbootstrap_wrapp.wrapp_min[class*=" "] .mini_cart_img {
  /* position: relative; */
  /* display: inline-block; */
  /* min-width: inherit; */
  /* max-width: inherit; */
  /* max-height: inherit; */
  /* width: inherit; */
  /* height: inherit; */
  /* background-color: transparent; */
  /* padding: 0; */
  /* margin: 0; */
}
