.product-card-image {
    border-radius: 15px !important;
}

.pro-info {
    font-size: 13px !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 14px !important;
}

.filter-menu {
    padding: 10px !important;
    color: var(--secondary) !important;
    /* border-radius: 10px !important; */
}

.filter-div {
    border-radius: 10px !important;
}

.filter-div ul li:hover {
    background-color: #f5f5f5 !important;
    border-radius: 10px !important;
    /* width: 100% !important; */
}

.custom-btn {
    background: #000 !important;
    color: #fff !important;
}

.custom-shadow:hover {
    box-shadow: 0 0.5rem 50rem rgba(0, 0, 0, 0.15) !important;
}

.filter_variation_active {
    background: #f2f2f2 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
}

/* Active state for color circle variations */
.attribute_Color_div.variation_active {
    border: 2px solid #667eea !important;
    box-shadow: 0 3px 15px rgba(102, 126, 234, 0.6) !important;
    transform: scale(1.08) !important;
}

.right-menu .main-manu {
    border: none !important;
    /* border-bottom: 1px solid #dee2e6 !important; */
    background-color: #fff !important;
}


.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .check-container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .check-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .check-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .check-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  .sticky-header .header-sticky-inner nav .navbar-collapse ul .nav-item .nav-link {
    white-space: nowrap !important;
  }
  .sticky-header .header-sticky-inner nav .navbar-collapse {
    overflow: hidden !important;
  }

  .sticky-header .header-sticky-inner .logo {
    padding: 12px !important;
  }
 