body {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    max-width: 475px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.main_top_patti {
    background-image: linear-gradient(#c9ebff00, #eaf4f761);
}
.header { 
    padding: 15px 10px 8px; 
    z-index: 1000;
}
.b_icon {
    float: left;
    margin-right: 10px;
}
label.dropdown {
    width: 65%;
}

.delivery-info {
    font-size: 12px;
    color: #292929;
    margin-bottom: 10px; 
    font-weight: 600;

}
.dd-button span {
    font-weight: normal;
    color: #000;
    font-size: 12px;
}
.search-bar {
    border: 1px solid #e7e7e7;
    border-radius: 25px;
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
}

.category-nav {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 15px; 
    margin-bottom: 0;
}

.category-item {
    text-align: center;
    text-decoration: none;
    color: #333;
}

.category-avatar { 
    margin: 0 auto 8px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.category-avatar img {
    width: 92%;
    border-radius: 2em;
}
/* Banner Slider */
.banner-slider {
    margin-bottom: 20px;
}

.banner-slide {
    position: relative;
    color: white;
    text-align: center;
    border-radius: 15px;
    min-height: 300px;
	max-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}  

.profile-img img {
    border-radius: 0;
    width: 100%;
}
.limited_text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.booon-text {
    font-size: 38px;
    font-weight: normal;
    margin: 0;
    letter-spacing: 2px;
    line-height: initial;
}
.hero-banner-text {
    position: absolute;
    right: 30px;
    width: 85%;
    bottom: 40px;
} 
.carousel-indicators {
    bottom: 0px !important;
}
.promo-banner {
    background: rgb(255 255 255 / 80%);
    color: #333;
    padding: 15px 12px;
    border-radius: 10px;
    margin-top: 5px;
    border: 2px solid #fff;
}

.promo-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

.promo-code {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px dashed;
    display: inline-block;
    padding: 2px 10px;
    margin-top: 10px;
}

.category-section {
    background: white;
    margin-bottom: 15px;
    border-radius: 0;
    overflow: hidden;
    margin: 0 10px 15px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
}

.category-title {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.category-subtitle {
    font-size: 12px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

.category-section.party-wear .category-image {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 46%; 
}

.features-section {
    display: flex;
    justify-content: space-around;
    background: white;
    padding: 10px;
    margin: 0 5px 5px;
    border-radius: 15px;
}

.feature-item {
    text-align: center;
    flex: 1;
}

.feature-icon {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
}
.feature-icon img {
    /*width: 35%;*/
}
.feature-text {
    font-size: 13px;
    color: #333;
    line-height: 1.3;
    font-weight: 600;
}

/* Brand Slider */
.brand-spotlight {
    background: white;
    padding: 8px;
    margin: 0 10px 0;
    border-radius: 15px;
}

.brand-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}

.brand-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.brand-slider::-webkit-scrollbar {
    display: none;
}

.brand-logos {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}

.brand-logo {
    min-width: 135px; 
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-weight: bold;
    color: #333; 
    background-size: cover;
    background-position: center;
}

.carousel-indicators { 
    bottom: -10px; 
}
.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 2em;
    border: navajowhite;
}


/* Happy Customers Slider */
.testimonial-section {
    background: white;
    padding: 8px;
    margin: 0 10px 0px;
    border-radius: 15px;
}

.testimonial-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}

.testimonial-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.testimonial-slider::-webkit-scrollbar {
    display: none;
}

.testimonial-cards {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}

.testimonial-card {
    min-width: 280px; 
    padding: 0; 
} 
.testimonial-text {
    font-size: 14px;
    line-height: 1.4;
    background: #21212f73;
    padding: 12px 4px 10px 10px;
    width: 95%;
    margin: -90px auto 0;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    bottom: 10px;
}
.testimonial-text p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}
.testimonial-text p img {
    position: absolute;
    top: -7px;
}
.testimonial-author {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
#main_help {
    background: #1D1D2D;
    padding: 15px 7px;
}
.help-section {
    background: #27273C;
    color: white;
    padding: 15px;
    margin: 0 10px 0px; 
}

.help-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.help-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.help-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.help-btn {
    background: rgb(39 39 60);
    color: white;
    border: 1px solid #fff;
    padding: 9px 8px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
.help-btn i {
    margin-right: 10px;
    font-size: 16px;
}
.help-btn .fab.fa-whatsapp {
    background: #27D045;
    padding: 3px 5px;
    border-radius: 2em;
}
.help-btn .fas.fa-location-arrow {
    background: #fff;
    padding: 3px 5px;
    border-radius: 2em;
    color: #000;
}

.bigcategory-image img {
    width: 100%;
}
.category-header .party_text {
    width: 50%;
    padding: 35px 25px;
}
.bigcategory-image {
    width: 50%;
}

/* Slider dots */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

/* Auto-scroll animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.auto-scroll {
    animation: scroll 15s linear infinite;
}
.testimonial-img img {
    width: 100%;
    height: 355px;
    border-radius: 5px;
}
.category-section a {
    text-decoration: none;
    color: #000;
}
.search_bar .form-inlin {
    position: relative;
    margin-top: 7px;
}
.search_bar .form-inlin .btn.btn-outline-success {
    position: absolute;
    border: none;
    padding: 6px 10px;
    margin: 7px;
    color: #333;
    font-weight: 800;
    font-size: 14px;
}
.search_bar .form-inlin .btn.btn-outline-success:hover {
    background: transparent;
}
.search_bar .form-inlin .form-control {
    padding: 12px 10px 12px 45px;
    height: auto;
    border-radius: 10em;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
}
.right_icons a {
    color: #000;
    font-weight: bold;
}

/* Dropdown */
.dropdown {
  display: inline-block;
  position: relative;
}
.dd-button {
    cursor: pointer;
    margin-top: 3px;
}
.dd-input {
  display: none;
}
.dd-menu {
    position: absolute;
    top: 100%;
    border-radius: 15px;
    padding: 15px 2px;
    margin: 8px 0 0 0;
    background-color: #ffffff;
    list-style-type: none;
    z-index: 1;
    width: 445px;
    box-shadow: 1px 10px 20px #0000003d;
}
.dd-menu:before {
    content: '';
    border-bottom: 20px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -18px;
    left: 10%;
}

.dd-input + .dd-menu {
  display: none;
} 
.dd-input:checked + .dd-menu {
  display: block;
} 
.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
} 
.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.form_text h4 {
    font-size: 16px;
}
.form_text p {
    color: #000;
    font-size: 13px;
    word-break: break-all;
    display: block;
    clear: both;
}
.dd-menu li form .btn.btn-default.active_cls {
    background: green;
    color: #fff;
    font-size: 14px;
    width: 45%;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 2em;
}
.dd-menu li form .btn.btn-default.active_cls {
    background: green;
    color: #fff;
    font-size: 14px;
    width: 48%;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 2em;
}
.dd-menu li form .btn.btn-default {
    border: 1px solid green;
    color: green;
    font-size: 14px;
    width: 48%;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 2em;
}




/*****-==================                                     ====================-
*****-=================== PRODUCT LISTING PAGE CSS START HERE ====================-******/

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.back-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
}

.header-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.header-actions {
    display: flex;
    gap: 15px;
}

.header-actions button {
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
}

.status-bar {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding: 5px 15px;
    background: #f8f9fa;
    font-size: 12px;
}

.categories-section {
    padding: 0 10px 10px;
}

.categories-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.categories-scroll::-webkit-scrollbar {
    display: none;
}

.category-item {
    text-align: center;
    min-width: 68px;
	max-width: 68px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.category-item .active img {
	border-radius: 10em;
	border: 3px solid #00000045;
	background: #fff;
}
.category-item a {
    text-decoration: none;
}


.topTags {
    min-width: 120px !important;
	max-width: 120px !important;
}

.category-item:hover {
    transform: translateY(-2px);
}

.category-image { 
    position: relative;
    overflow: hidden;
}
#main_category {
    padding-top: 0;
}
#main_category .category-item .category-image {
    position: relative;
}
#main_category .category-item .category-image .category-name {
    position: relative;
    bottom: -3px;
    left: 0%;
    width: 100%;
    color: #0b0b0b;
    font-weight: 600;
}
#main_category .category-item .category-image:before {
    position: absolute;
    content: "";
    /*background: #0000003d;*/
    width: 100%;
    height: 100%;
    border-radius: 10%;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10%;
}

.back_btn_bb {
    width: 55%;
}
.back_btn_bb .back-btn {
    float: left;
    margin-right: 10px;
}
.back_btn_bb .header-title {
    margin-top: 5px;
}



.category-name {
    font-size: 12px;
    color: #212121;
    font-weight: 500;
    margin-top: 5px;
    text-decoration: none !important;
}

.filters-section {
    background: #fff; 
    padding: 0 10px 20px 10px;
}

.filters-container {
    display: flex;
    gap: 8px;
}

.filter-btn {
    background: transparent;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    padding: 8px 14px;
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-slide {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 2000;
    transition: left 0.3s ease;
    box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    display: flex;
}

.filter-slide.active {
    left: 0;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.filter-overlay.active {
    opacity: 1;
    visibility: visible;
}

.filter-sidebar {
    width: 120px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.filter-header {
    padding: 15px 8px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
}

.filter-header h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.filter-nav {
    flex: 1;
    padding: 0;
    border-right: 1px solid #eee;
}

.filter-nav-item {
    padding: 15px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #64646D;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
} 
.filter-nav-item.active {
    color: #000;
    font-weight: 600;
    border-right: 5px solid #000;
}

.filter-content {
    flex: 1;
    padding: 13px 30px;
    overflow-y: auto;
    margin-top: 57px;
    border-top: 1px solid #eee;
}

.filter-content-section {
    display: none;
}

.filter-content-section.active {
    display: block;
}

.filter-content h6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.filter-option {
    padding: 6px 0;
    font-size: 16px;
    color: #64646D;
    cursor: pointer;
    transition: all 0.3s ease; 
}

.filter-option:hover {
    color: #111111;
}

.filter-option.selected {
    color: #111111;
    font-weight: 600;
    position: relative;
}




.filter-actions {
    display: flex;
    gap: 7px;
    padding: 12px 10px 65px 10px;
    border-top: 1px solid #eee;
    background: white;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.clear-btn {
    flex: 1;
    padding: 10px 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 2em;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clear-btn:hover {
    background: #f8f9fa;
}

.apply-btn {
    flex: 1;
    padding: 10px 15px;
    background: #21212F;
    color: white;
    border: none;
    border-radius: 2em;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background: #555;
}

.products-section {
    padding: 0px;
    background: transparent;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
}
.product-info {
        padding: 6px 0px 0px 4px;
}    
.product-card {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 12px;
}
.product-card a {
    text-decoration: none;
}


.product-image {
    position: relative;
    height: 270px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
} 
.brand-name {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 3px;
}

.product-name {
    font-size: 12px;
    color: gray;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-price {
    font-weight: 600;
    color: #111111;
    font-size: 12px;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.discount {
    font-size: 12px;
    color: #55b763;
    font-weight: 600;
    margin-left: -3px;
}
.original-price .fa.fa-indian-rupee-sign {
    font-size: 11px;
    text-decoration: line-through;
}
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.skeleton-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.skeleton-image {
    height: 200px;
    background: #f0f0f0;
}

.skeleton-content {
    padding: 15px;
}

.skeleton-line {
    height: 12px;
    background: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 8px;
}

.skeleton-line.short {
    width: 60%;
}

.skeleton-line.medium {
    width: 80%;
}
.header-actions ul {
    margin-bottom: 0px;
    padding-left: 0;
}
.header-actions ul li {
    display: inline-block;
    margin: 0px 0 0 7px;
    position: relative;
}
@media (max-width: 576px) {
    .header-content {
        padding: 10px 0;
    }
    
    .categories-section {
        padding: 0px 10px 0px 10px;
    }
    
    .products-section {
        padding: 0px;
    }
    
    .products-grid {
        gap: 4px;
    }
}


/*****-==================                                     ====================-
*****-=================== PRODUCT LISTING PAGE CSS END HERE ====================-******/





.checkbox_listing .checkbox-list {
    padding: 0;
    list-style: none;
}
.checkbox_listing .checkbox-list li {
    display: inline-block;
    width: 30%;
    margin: 3px;
    padding: 2px 12px;
}
.checkbox_listing .checkbox-list li label input {
    padding: 10px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.checkbox_listing .checkbox-list li label {
    font-size: 16px;
    color: #64646D;
}
.modal-header h2 {
    margin-bottom: 0;
    color: #000;
}






/*--=========== Size FILTER MODEL POPUP START css ===========--*/

/* The Modal (background) */
#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
#myModal .modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border-radius: 0;
}

/* The Close Button */
#myModal .close {
    float: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 11px;
}

#myModal .close:hover,
#myModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myModal .modal-header {
    color: #000;
    display: block;
}
#myModal .modal-header h2 {
    margin: 10px 33px 0;
    color: #000;
    font-size: 24px;
}
#myModal .footer_button ul {
    padding: 0;
    list-style: none;
}
#myModal .footer_button ul li {
    display: inline-block;
}
#myModal .footer_button ul li button {
    padding: 10px 42px;
    background: transparent;
    border: 1px solid #cbcbcb;
    margin: 0 10px;
    border-radius: 2em;
    color: #000;
}
#myModal .apl_btn button {
    background: #21212F !important;
    color: #fff !important;
    border: 1px solid #21212F !important;
}
#myModal .modal-body {
    padding: 12px 4px;
}





/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/*--=========== Size FILTER MODEL POPUP END css ===========--*/




/*--=========== Gender FILTER MODEL POPUP START css ===========--*/

.modal-second {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  animation: fadeIn 0.4s;
}

.modal-content-second {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  animation: slideIn 0.4s;
  border-radius: 0;
}

.modal-header-second {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.modal-header-second h2 { 
    margin: 10px 33px;
    color: #000;
    font-size: 24px;
}
.modal-second .checkbox-list {
    padding: 10px;
    list-style: none;
}
.modal-second .checkbox-list li label input {
    padding: 10px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.modal-second .checkbox-list li label {
    font-size: 16px;
    color: #64646D;
}
.modal-second .checkbox-list li {
    display: block 
    margin: 3px;
    padding: 2px 12px;
}
.close-second { 
    cursor: pointer;
    float: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 11px;
}
 
.apl_btn_second button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
} 


/*--=========== Gender FILTER MODEL POPUP END css ===========--*/



/* Preloader full-screen container */
#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner styling */
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Keyframes for rotation */
@keyframes spin {
  to { transform: rotate(360deg); }
}




/*--=========== Sort By FILTER MODEL POPUP START css ===========--*/

#sizeModalPopup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease-in-out;
}

#sizeModalPopup .modal-popup-content {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  animation: slideIn 0.3s ease-in-out;
  border-radius: 0;
}

#sizeModalPopup .modal-popup-header {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

#sizeModalPopup .modal-popup-header h2 {
    margin: 8px 35px;
    font-size: 24px;
    color: #000;
}

#sizeModalPopup .modal-close {
  float: left;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}

#sizeModalPopup .modal-popup-body {
  padding: 15px;
}

#sizeModalPopup .size-checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0; 
}

#sizeModalPopup .size-checkbox-list li {
  width: 100%;
  padding: 5px 0;
}
#sizeModalPopup .size-checkbox-list li label {
    display: inline-block;
    color: #64646D;
}
#sizeModalPopup .modal-popup-footer {
  padding: 12px;
  text-align: center;
  border-top: 1px solid #ddd;
}

#sizeModalPopup .modal-popup-footer button {
  padding: 10px 25px;
  margin: 5px 10px;
  border-radius: 8px;
  border: 1px solid #cbcbcb;
  background: transparent;
  color: #000;
  cursor: pointer;
}

#sizeModalPopup .apply-selection-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#sizeModalPopup li label input {
    padding: 10px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

span#location_message {
    background: #ff000008;
    font-size: 13px;
    padding: 10px 10px 7px;
    display: block;
    text-align: center;
    border-radius: 2em;
    font-weight: normal;
    color: #000 !important;
    border: 1px solid #ff00000d;
    margin-bottom: 15px;
    font-weight: bold;
}
a.active_cls span {
    font-family: 'poppinsregular';
    font-weight: normal;
    letter-spacing: 0;
    font-size: 14px;
}



/* Animations */
@keyframes slideIn {
  from { bottom: -300px; opacity: 0; }
  to { bottom: 0; opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



/*--=========== Sort By FILTER MODEL POPUP END css ===========--*/


/* Auto Popup CSS Start*/
.popup {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;  
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup content box */
.popup-content {
    background-color: #F2EBE3;
    padding: 10px 10px 8px;
    border-radius: 0;
    max-width: initial;
    width: 100%;
    display: flex;
}
.popup-content .opn_btn {
    position: absolute;
    top: 14px;
    right: 35px;
    background: #000;
    color: #fff;
    padding: 4px 10px 1px;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
/* Close button */
#close-btn {
    margin-top: 0;
    padding: 0;
    color: #000;
    background: transparent;
    border: none;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.popup-content h2 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 3px;
    font-weight: 600;
}
.popup-content p {
    margin-bottom: 0;
    font-size: 13px;
}
.img_icon {
    margin-right: 5px;
    width: 10%;
}
.img_icon img {
    width: 95%;
}
.modal-header #locationModalLabel {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#exampleModal {
    margin-top: 250px;
}
.download_text h1 {
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 10px;
}
.download_text p {
    font-weight: normal;
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 5px;
}
.download_text a {
    width: 47%;
    margin: 10px 0 0;
    display: inline-block;
}
.download_text a img {
    width: 100%;
}











@media (max-width: 767px) {

    .brand-name {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: #303030;
    }

}

 .search-input {
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px;
    background-color: #f9f9f9;
}

.change_address{
    font-size: 13px;
}

#locationInput {
    width: 100%;
    border-radius: 2em;
    border: 1px solid #c7c7c7;
    padding: 15px 15px 12px;
    background: transparent;
}

.modal-body form .active_cls .fas.fa-paper-plane {
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
}
.form_grouping .fas.fa-search {
    position: absolute;
    top: 31px;
    font-size: 18px;
    left: 30px;
}
.form_grouping input#locationInput {
    padding-left: 45px;
}

#suggestions { list-style: none; padding: 0; margin: 5px 0 0; width: 300px;  }
#suggestions li {
  padding: 8px;
  cursor: pointer;
}
#suggestions li:hover { background: #f0f0f0; }
.result-box { margin-top: 10px; }
    
.wish_price {
    position: absolute;
    text-align: center;
    font-weight: 500;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 10px;
    right: -2px;
    color: #fff;
    background-color: #ff0c00;
    top: -5px;
}
.main_price {
    position: absolute;
    text-align: center;
    font-weight: 500;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 10px;
    right: -2px;
    color: #fff;
    background-color: #ff0c00;
    top: -4px;
}
 
 
