.manuf-item p {
  color: var(--primary-gray) !important;
  font-size: 1.3rem !important;
  text-transform: none !important;
  text-align: center;
  word-break: break-word;
  padding: 0 15px;
}

.card-icons {
  max-height: 35px;
  margin-right: 15px;
  display: inline-block;
}

.category-box h6 a {
  font-weight: 600 !important;
}

.toggle-password,
.toggle-confirm-password {
  position: absolute;
  right: 25px;
  font-size: 20px;
  transform: translateY(-52px);
  cursor: pointer;
}

.mini-cart-total th {
  vertical-align: baseline;
}

.mini-cart-total td {
  justify-content: end !important;
}

.cart-dropdown .cart-action {
  display: block !important;
}

/*.cart-dropdown.cart-offcanvas .dropdown-box {
  max-width: 360px !important;
}*/

.product.product-cart .product-name {
  word-break: break-word;
  font-size: 12px !important;
}

.cart-line-items-small .product-name small {
  display: contents;
}

.cart-quantity-buttons button {
  padding: 4px 8px !important;
}

.cart-quantity-buttons {
  position: relative;
  top: -35px;
  right: 30px;
}

.mini-cart-info .cart-subtotal {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.category-menu img.megamenu-category-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: -5px 10px 0 0 !important;
  text-align: center;
  float: left;
}

@media (max-width: 479px) {
  .cart-dropdown.cart-offcanvas .dropdown-box {
    max-width: 300px !important;
  }
}

.custom-checkbox {
  position: relative;
  opacity: 0;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  left: 18px;
  top: 4px;
}

.product-brand-logo img {
  max-width: 102px;
}

.swal2-popup {
  font-size: 14px !important;
}

.popular-categories-cnt .category-icon img {
  max-width: 50px;
}

.toolbox .toolbox-show select {
  width: 11.4rem !important;
}

.category-image img {
  max-width: 148px;
  max-height: 148px;
  width: 100%;
}

.category-image .category-icon {
  padding: 30px !important;
}

.discount-percent {
  padding: 1px 3px;
  border-radius: 3px;
  background: #f4442c;
  color: var(--primary-white);
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}

.product-discount {
  margin: 10px 0 6px;
}

.save-price {
  color: #f4442c;
  font-size: 12px;
  font-weight: 500;
}

.comment-avatar {
  max-width: 55px !important;
}

.home-recently-viewed figure img {
  max-width: 100% !important;
  max-height: 172px !important;
}

.product-media img {
  max-height: 300px !important;
}

.featured-products-cnt .product-media img {
  max-height: 496px !important;
}

.product-name {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: inherit !important;
  font-size: 15px;
}

.more-products .product-media img {
  max-height: 113px !important;
}

@media (max-width: 991px) {
  .header-bottom {
    display: block;
  }

  .header-bottom .dropdown.category-dropdown,
  .header-bottom .header-right {
    display: none !important;
  }

  .header-bottom .header-search.hs-expanded {
    max-width: 100%;
  }

  .search-new {
    padding: 20px 0;
  }

  .search-new-v2 {
    position: absolute;
    top: 140px;
    width: 100%;
    left: 15px;
  }

  .search-new-v2 .header-search {
    margin: 0;
    width: 93%;
  }

  .search-new-v2 .search-suggestions {
    width: 93%;
    left: 0px;
    top: 50px;
  }

  .header-middle-v2 {
    padding-bottom: 90px;
  }

  .header-bottom .header-search {
    max-width: 100%;
    margin: 0 auto !important;
  }

  body.home .search-suggestions {
    width: 100%;
    left: 0px;
    top: 71px;
  }

  .header-middle-v2 #search-suggestions .pl25 {
    padding-left: 10px !important;
  }

  .search-new #search-suggestions .pl25 {
    padding-left: 10px !important;
  }

  body.home .header-middle {
    border-bottom: none !important;
    padding: 30px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .my-account .icon-box-light {
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
  }

  .icon-box-side .icon-box-icon {
    margin-bottom: 0 !important;
  }

  .footer-cards {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    grid-gap: 5px;
    flex-wrap: wrap;
    width: 360px;
    margin: 20px auto 20px;
    flex-direction: row !important;
  }

  .account-orders-table {
    display: block;
    overflow-x: auto;
    min-width: 100%;
  }

  .account-orders-table tbody tr td,
  .account-orders-table thead tr th {
    width: auto !important;
  }

  .account-orders-table .order-action .btn {
    background-color: #eee !important;
    padding: 7px !important;
    border: 1px solid #ccc !important;
  }
}

@media (max-width: 479px) {
  .element-section .element {
    max-width: 100% !important;
  }

  .product-tabs .nav-link {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .toolbox-right .toolbox-layout {
    display: block !important;
  }

  .toolbox select {
    max-width: 115px !important;
  }

  .wishlist-table .product-price,
  .shop-table.cart-table .product-price {
    width: 100% !important;
  }

  .btn-icon-left.btn-shopping,
  .clear-cart-btn,
  .checkout-btn {
    width: 100%;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .toolbox-right label {
    display: none !important;
  }
}

.home-counter {
  background-color: #f4442c !important;
}

.product-single-filter label {
  display: block;
  max-width: 7.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  color: var(--primary-dark);
  line-height: 2.5;
}

.cart-dropdown .products {
  max-height: 515px !important;
  overflow-y: auto;
}

.popular-products-cnt .btn-dark,
.vendor-product-section .btn-dark,
.related-product-section .btn-dark,
.popular-products-cnt .btn-default,
.vendor-product-section .btn-default,
.related-product-section .btn-default {
  margin: 0 auto 10px;
}

.megamenu li {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
}

.megamenu {
  padding: 10px 20px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

.megamenu li a {
  padding: 5px 0 !important;
  line-height: 1 !important;
}

.megamenu {
  height: auto;
  max-height: 500px;
  overflow-y: auto;
}

.home-megamenu li a i {
  margin: 0 1.1rem 0 0 !important;
  font-size: 1.8rem !important;
}

.brands-wrapper figure {
  padding: 15px;
}

.shop-table.cart-table td.product-price {
  font-weight: 600 !important;
}

.noUi-connects {
  padding: 6px 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

/* test */
.variant-picker-item .variant-picker-values label.type-disable {
  pointer-events: none;
  background-color: #f7f7f7;
  color: #000;
  cursor: not-allowed;
  opacity: 0.4;
}

.variant-picker-item .variant-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.variant-picker-item .variant-picker-values label.style-text {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  padding: 0px !important;
  margin-right: 10px;
}

.variant-picker-item .variant-picker-values input:checked + label.style-text {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-weight: 500;
  color: var(--primary-white);
}
