 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 body {
     font-family: "Roboto", sans-serif;
 }

 .men-header {
     background-color: #d9e2ef;
 }

 .top-bar {
     background-color: #02437c;
 }

 .btn {
     border: 1px solid rgb(57, 56, 56);
     color: rgb(57, 56, 56);

 }

 .btn:hover {
     background-color: white;
     color: black;
 }

 .form-control:focus {
     box-shadow: unset;
 }

 .logo {
     /* height: 70px; */
     width: 160px;
 }

 .email-text {
     font-size: 16px;
     font-weight: 400;
 }

 .men-header {
     border-bottom: 1px solid #eee;
 }

 .btn-main {
     background: #007bff;
     color: #fff;
     border: none;
 }

 .btn-main:hover {
     background: #0056b3;
     color: #fff;
 }

 .badge.bg-main {
     background: #ff5722;
     /* cart badge color */
 }

 .form-control {
     border: 1px solid #ddd;
     box-shadow: none;
 }

 .form-control:focus {
     border-color: #007bff;
     box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
 }





 .security:hover .two-m {
     opacity: 1;
     visibility: visible;
     pointer-events: auto;

 }

 .owl-nav-btn {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background: rgba(0, 0, 0, 0.5);
     color: #fff;
     border: none;
     font-size: 30px;
     padding: 0px 15px;
     z-index: 800;
     cursor: pointer;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .left-arrow {
     left: 20px;
 }

 .right-arrow {
     right: 20px;
 }


 .product {
     border-radius: 10px;
     overflow: hidden;
     /* border: 2px solid rgba(0, 0, 0, 0.171); */
     background-color: #efefef;

 }

 .product-img {

     overflow: hidden;
     object-fit: cover;

 }

 .coreprix-text {
     font-size: 14px;

 }
.coreprix-text a{
	    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
 .cart-btn {

     color: #222;
     background-color: #ebebeb;
     padding: 15px 25px;
     border-radius: 50px;
     border: 1px solid #ddd;
 }
.buy-now-btn {
     color: #fff;
     background-color: #222;
     padding: 15px 25px;
     border-radius: 50px;
     border: 1px solid #252323;
}
 .cart-btn:hover {
     background-color: #c5c5c5;
     color: #222;
     border: 1px solid #ddd;
 }
.buy-now-btn:hover {
     background-color: #272727;
     color: #fff;
     border: 1px solid #252323;
}
 .scanner-img {
     height: 100px !important;
     width: 100px !important;
     overflow: hidden;
     object-fit: cover;
 }
.fs-12{
    font-size: 12px !important;
}

 .gallery-container {
     max-width: 100%;
     /* height: 660px !important; */
 }

 .main-img {

     border-radius: 12px;

     border: 1px solid #ddd;
 }


 .menCarouselll {
     margin-left: 20px;
     margin-right: 20px;
 }


 .filter-box {
     background: #fff;
     border: 1px solid #ddd;
     padding: 15px;
     border-radius: 8px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

 }

 .filter-box {
     position: sticky;
     top: 20px;
     height: calc(100vh - 40px);
     /* poora height screen ka minus gap */
     overflow-y: auto;
     /* agar filter box ka content jyada ho to scroll */
     background: #fff;
     /* background fix */
     padding: 15px;
 }

 .filter-title {
     font-weight: bold;
     font-size: 1.1rem;
     cursor: pointer;
     padding: 10px 5px;
     border: 1px solid #ddd;
     margin-bottom: 5px;
     border-radius: 5px;
 }

 .filter-items {
     display: none;
     padding-left: 15px;
     margin-bottom: 15px;
 }

 .filter-items li {
     list-style: none;
     padding: 5px 0;
     cursor: pointer;
 }

 .filter-items li:hover {
     text-decoration: underline;
 }

 .arrow {
     float: right;
     transition: transform 0.2s ease;
 }

 .rotate {
     transform: rotate(90deg);
 }

 .fs-12 {
     font-size: 12px !important;
 }

 @media (max-width:600px) {
     .cart-p {
         font-size: 13px;
     }

     .logo {
         width: 80px;
     }

     .email-text {
         font-size: 11px;
         font-weight: 400;
     }
	 .buy-now-btn{
		 padding: 11px 16px;
		     font-size: 13px !important;
    text-transform: capitalize;
	 }
	 .coreprix-text a{
	    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

 }










 /* My Account Custom Page */
 .card {
     border-radius: 12px;
     background: #fff;
     border: none;
 }

 .nav-tabs .nav-link {
     border: none;
     color: #555;
     font-weight: 600;
     font-size: 16px;
 }

 .nav-tabs .nav-link.active {
     border-bottom: 3px solid #0d6efd;
     color: #0d6efd;
 }

 .list-group-item {
     border: none;
     padding: 12px 15px;
     font-size: 15px;
 }

 .list-group-item a {
     text-decoration: none;
     color: #333;
     font-weight: 500;
     display: block;
 }

 .list-group-item a:hover {
     color: #0d6efd;
 }

 /* ===== Premium My Account Page ===== */
 .account-card {
     border-radius: 16px;
     background: #fff;
     border: none;
     transition: all 0.3s ease-in-out;
 }

 .account-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
 }

 .account-card h3 {
     font-size: 22px;
     color: #222;
 }

 .account-card .nav-pills .nav-link {
     border-radius: 30px;
     font-weight: 600;
     padding: 10px 20px;
     color: #555;
     transition: 0.3s;
 }

 .account-card .nav-pills .nav-link.active {
     background: #0d6efd;
     color: #fff;
 }

 .account-card .list-group-item {
     border: none;
     font-size: 15px;
     padding: 12px 0;
 }

 .account-card .list-group-item a {
     text-decoration: none;
     color: #333;
     font-weight: 500;
     display: block;
 }

 .account-card .list-group-item a:hover {
     color: #0d6efd;
 }

 .shop_table th {
     background: #f8f9fa;
     font-weight: bold;
 }

 .shop_table td {
     vertical-align: middle;
 }

 .cart-collaterals .card {
     border-radius: 15px;
 }

 /* Nav Links */
 .menu .nav-link {
     color: #fff;
     font-weight: 500;
     padding: 0.6rem 0;
     transition: color 0.3s ease;
 }

 .menu .nav-link:hover {
     color: #0dcaf0;
 }

 /* Dropdown */
 .dropdown-menu-custom {
     position: absolute;
     top: 100%;
     left: 0;
     min-width: max-content;

     background: #fff;
     border-radius: 0.75rem;
     box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
     padding: 1.5rem;
     display: none;
     z-index: 1000;
 }

 @media (min-width: 991px) {
     .menu-item:hover .dropdown-menu-custom {
         display: block;
         animation: fadeInUp 0.3s ease;
     }

 }

 /* Mobile Click */

 /* Grid Layout */
 .dropdown-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 1.5rem;
 }

 .dropdown-grid ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .menu-title {
     font-weight: 600;
     color: #0d6efd;
     text-transform: uppercase;
     margin-bottom: 0.5rem;
     font-size: 0.85rem;
 }

 .dropdown-grid a {
     color: #444;
     text-decoration: none;
     font-size: 0.9rem;
     transition: color 0.3s ease;
 }

 .dropdown-grid a:hover {
     color: #0dcaf0;
 }

 .mobileFFix {
     background-color: #02437c;
 }

 /* Animation */
 @keyframes fadeInUp {
     from {
         opacity: 0;
         transform: translateY(10px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .aws-container .aws-search-field {
     border-color: #efefef;
     background-color: #efefef;
     border-top-left-radius: 50px !important;
     border-bottom-left-radius: 50px !important;
     padding-left: 20px;

 }

 .aws-container .aws-search-form .aws-form-btn {
     background-color: #efefef;
     border-color: #efefef;
     border-top-right-radius: 50px !important;
     border-bottom-right-radius: 50px !important;


 }

 .footIcon {
     height: 45px;
     width: 45px;
     line-height: 1;
     padding: 10px;
     border-radius: 8px;
     color: #fff;
     backdrop-filter: blur(10px);
     background-color: #ffffff08 !important;
     border: 1px solid #fff3 !important;
 }

 .gallery-container {
     max-width: 100%;
 }

 .gallery-img img.active {
     border: 2px solid #02437c;
 }

 .main-img {
     border-radius: 12px;
     cursor: zoom-in;
 }

 .gallery-img {
     height: 70px !important;
     width: 70px !important;
     object-fit: cover;
     object-position: top center;

 }

 #quantity {
     padding: 11px;
     background-color: #efefef;
     border-color: #efefef;
 }

 .input-group .btn.btn-outline-secondary {
     border-color: #efefef;
     background-color: #efefef;
 }

 /* Mobile */
 @media (max-width: 991px) {
     .mobileFFix {
         position: fixed;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         z-index: 1030;
         width: 100%;
         height: 100%;
         overflow-y: auto;
         transform: translateX(-130%);
         transition: all 0.4s ease;
     }

     .mobileFFix.open {
         transform: translateX(0);
     }

     .menu-item {
         padding: 10px;
     }

     .dropdown-grid {
         display: grid;
         grid-template-columns: 1fr;
     }

     .menu-item.active>.dropdown-menu-custom {
         display: block;
         position: relative;
         box-shadow: none;
         background: #222;
         color: #fff;

         min-width: 100%;
         border-radius: unset;
         padding: 20px;
         margin-top: 10px;

     }


     .menu-item.active a {
         color: #fff;
     }

     .menu-item.active .menu-title {
         color: #ff5722;
     }
 }


  .btn-whatsapp,
 .btn-call {
     display: inline-block;
     padding: 10px 20px;
     margin: 5px;
     border-radius: 8px;
     font-size: 16px;
     font-weight: bold;
     text-decoration: none;
     color: #fff;
 }

 .btn-whatsapp {
     background-color: #25D366;
     /* WhatsApp green */
 }

 .btn-call {
     background-color: #222222;
     /* Blue */
 }

 .btn-whatsapp:hover {
     background-color: #1ebc57;
 }

 .btn-call:hover {
     background-color: #0056b3;
 }

 .phone {
     color: white !important;
 }
.whatsapp-float {
   position: fixed;
   width: 60px;
   height: 60px;
   bottom: 20px;
   right: 20px;
   background-color: #25d366;
   color: #fff;
   border-radius: 50%;
   text-align: center;
   font-size: 28px;
   box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
   z-index: 1000;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   transition: 0.3s;
}

.whatsapp-float:hover {
   background-color: #1ebc57;
   transform: scale(1.1);
}
 
.aws-container .aws-search-form{
    height: 50px;
}
.aws-container .aws-search-form .aws-search-btn{
    width: 55px!important;
}

.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
}