:root {
  --usk-mini-cart-header-height: 80px;
  --usk-mini-cart-footer-height: 208px;
}

.usk-mini-cart {
  z-index: 99999 !important;
  min-height: 1px;
  position: fixed !important;
}
.usk-mini-cart.toolslide .ts-content-container {
  background-color: #fff;
}
.usk-mini-cart #toggle-menu-button {
  width: 100px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  background: #f5f9ff;
  font-size: 14px;
  font-weight: 600;
  color: #2e3134;
}
.usk-mini-cart #toggle-menu-button:hover {
  color: #ffffff;
  background-color: #2f353f;
}
.usk-mini-cart .usk-mini-cart-product-thumbnail {
  width: 90px;
  height: 90px;
  z-index: 1;
}
.usk-mini-cart .bdt-button-text {
  color: #fff;
  z-index: 1;
  position: relative;
}
.usk-mini-cart .usk-widget-title {
  border-bottom: 1px solid #e0e7f2;
  font-size: 18px;
  font-weight: 700;
  color: #3c3c44;
  text-transform: uppercase;
  height: var(--usk-mini-cart-header-height);
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.usk-mini-cart .usk-mini-cart-subtotal {
  padding: 20px;
  border-bottom: 1px solid #e0e7f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.usk-mini-cart .usk-mini-cart-subtotal strong {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #3c3c44;
  text-transform: uppercase;
}
.usk-mini-cart .usk-mini-cart-subtotal .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 600;
  color: rgba(239, 2, 2, 0.955);
}
.usk-mini-cart .usk-mini-cart-product-item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e7f2;
  transition: all 0.3s ease-in-out;
}
.usk-mini-cart .usk-mini-cart-product-item:hover {
  background-color: #e0e7f2;
}
.usk-mini-cart .bdt-margin-small-left {
  z-index: 1;
}
.usk-mini-cart .usk-mini-cart-product-remove {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.usk-mini-cart .usk-mini-cart-product-remove a {
  color: #25262d;
  padding: 4px 7px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.usk-mini-cart .usk-mini-cart-product-remove a i {
  transition: all 0.3s ease;
}
.usk-mini-cart .usk-mini-cart-product-remove a:hover {
  background-color: #fff;
  color: rgba(239, 2, 2, 0.955);
}
.usk-mini-cart .usk-mini-cart-product-remove a:hover i {
  transform: rotate(180deg);
}
.usk-mini-cart .usk-mini-cart-content-wrap {
  z-index: 1;
  margin-left: 5px;
}
.usk-mini-cart .usk-mini-cart-product-name {
  margin-bottom: 5px;
}
.usk-mini-cart .usk-mini-cart-product-name a {
  font-size: 13px;
  color: #504e69;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.usk-mini-cart .usk-mini-cart-product-name a:hover {
  color: rgba(239, 2, 2, 0.955);
}
.usk-mini-cart .usk-mini-cart-product-price {
  font-size: 12px;
  font-weight: 600;
  color: #63666e;
}
.usk-mini-cart .usk-mini-cart-product-price bdi {
  color: rgba(239, 2, 2, 0.955);
}
.usk-mini-cart .usk-mini-cart-products {
  max-width: 100%;
  overflow: auto;
}
.usk-mini-cart .usk-mini-cart-products::-webkit-scrollbar {
  width: 3px;
}
.usk-mini-cart .usk-mini-cart-products::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.usk-mini-cart .usk-mini-cart-products::-webkit-scrollbar-thumb {
  background: rgb(209, 209, 209);
}
.usk-mini-cart .usk-mini-cart-footer-buttons {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.usk-mini-cart .usk-mini-cart-footer-buttons a {
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.usk-mini-cart .usk-mini-cart-footer-buttons a:nth-last-child(1) {
  margin-bottom: 0;
}
.usk-mini-cart .usk-mini-cart-footer-buttons a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.usk-mini-cart .usk-mini-cart-footer-buttons a:hover::before {
  opacity: 1;
  width: 100%;
}
.usk-mini-cart .usk-mini-cart-footer-buttons .usk-button-text {
  z-index: 1;
  position: relative;
}
.usk-mini-cart .usk-mini-cart-footer-buttons .bdt-button-view-cart {
  background: #25262d;
}
.usk-mini-cart .usk-mini-cart-footer-buttons .bdt-button-view-cart::before {
  background: rgba(239, 2, 2, 0.955);
}
.usk-mini-cart .usk-mini-cart-footer-buttons .bdt-button-checkout {
  background: rgba(239, 2, 2, 0.955);
}
.usk-mini-cart .usk-mini-cart-footer-buttons .bdt-button-checkout::before {
  background: #25262d;
}
.usk-mini-cart .usk-mini-cart-content-footer {
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 5px rgba(210, 217, 228, 0.459);
}
.usk-mini-cart .__widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - var(--usk-mini-cart-header-height));
}

.usk-mini-cart-opened {
  background: rgba(0, 0, 0, 0.372);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.usk-mini-cart-inner {
  display: inline-flex;
  align-items: center;
  grid-column-gap: 10px;
  cursor: pointer;
  line-height: 1;
}
.usk-mini-cart-inner .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #25262d;
  font-weight: 600;
}
.usk-mini-cart-inner .usk-mini-cart-button-icon {
  position: relative;
}
.usk-mini-cart-inner .usk-cart-icon {
  font-size: 22px;
  color: #25262d;
}
.usk-mini-cart-inner .usk-cart-badge {
  position: absolute;
  right: -10px;
  top: -6px;
  font-size: 10px;
  background: #f00;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
}

.elementor-widget-usk-mini-cart .usk-cart-button-text .usk-mini-cart-price-amount {
  display: none;
}

.elementor-widget-usk-mini-cart .usk-cart-button-text .usk-mini-cart-price-amount .tax_label {
  display: none;
}

.elementor-widget-usk-mini-cart.wc-cart-price--yes .usk-cart-button-text .usk-mini-cart-price-amount {
  display: inherit;
}

.elementor-widget-usk-mini-cart.wc-cart-badge--yes .usk-mini-cart-button-icon .usk-cart-badge {
  display: inherit;
}