.cart-dropdown,
.compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
body a,
body span,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body,
html {
  font-family: "Poppins" !important;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
}

.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  width: 350px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  padding: 2.2rem 3rem 2.5rem;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  /* visibility:hidden; */
  /* opacity:0; */
  transition: all 0.25s;
}

.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}
body {
  font-family: "Poppins" !important;
}
.header a {
  font-family: "Poppins" !important;
}
.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px;
}

.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  right: -0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
  color: #333;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #ffcc02;
}

.cart-dropdown:hover .dropdown-menu,
.cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.compare-dropdown {
  padding-left: 2.5rem;
}

.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

.compare-dropdown {
  padding-left: 2.5rem;
}

.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-product {
  position: relative;
  padding: 0.5rem 0;
  margin: 0;
  box-shadow: none !important;
}

.compare-product:hover {
  box-shadow: none;
}

.compare-product-title {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}

.compare-product-title a {
  color: inherit;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
  color: #ffcc02;
}

.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.compare-actions .action-link {
  font-size: 1.3rem;
  color: #666;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
  color: #ffcc02;
  text-decoration: underline;
}

.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-left: auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}

.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  color: #fff;
}

.cart-dropdown .dropdown-cart-products {
  margin-top: -1rem;
}

.cart-dropdown .product {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 2.4rem 1.6rem 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}

.cart-dropdown .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
}

.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: 0.4rem;
}

.cart-dropdown .product-title a {
  color: inherit;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
  color: #ffcc02;
}

.cart-dropdown .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  color: #999;
  text-align: left;
}

.dropdown-cart-total {
  padding: 1rem 0 0.5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 1.1rem;
}

.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}

.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.5rem;
}

.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
