
/* =============================================
           BASE / NON-MEDIA STYLES
           ============================================= */
.hero-slider-one .slider-text-info h1, .hero-slider-two .slider-text-info h1 {
    color: var(--addbutton);
}

.hero-slider .single-slide .slider-text-info .badge {
    font-size: 14px;
}

.hero-slider-one .buttons .shop-btn {
    border: none;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    background-color: #217E79;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    border-radius: 30px;
    padding: 14px 24px;
}

.hero-slider-one .buttons .prod-btn {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: black;
    text-underline-offset: 3px;
    margin: 3rem 0 0 3rem;
}

.hero-slider-one .flower-img {
    border-radius: 50px;
    background: #C6E6E4;
    width: 30px;
    height: 30px;
}

.hero-slider-one .buttons .shop-btn:hover::before {
    background-color: var(--addbutton);
}

.hero-slider-one .slider-text-info p {
    font-size: 16px;
    color: var(--addbutton)
}

/* Video container positioning */
.hero-slider-one .single-slide {
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* Gradient overlay — dark on left, fades to transparent right */
.hero-slider-one .single-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 40%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.05) 100% );
    z-index: 1;
}

/* Text content sits above the overlay */
.hero-slider-one .slider-text-info {
    position: relative;
    z-index: 2;
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.hero-slider {
    overflow: hidden;
}

    .hero-slider .single-slide {
        height: 70vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.sec-heading {
    font-size: 32px !important;
}

.sec-para {
    font-size: 16px !important;
}

.occasion h2 {
    font-size: 32px;
}

.occasion-active .rounded-circle {
    width: 100px;
    height: 100px;
    background: var(--addbutton);
}
.category-slider .slick-slide a{
    padding:10px 0px;
}
.category-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #F0A500;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .category-circle img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #c4e1dc;
        object-fit: contain;
        padding: 12px;
    }

    .category-circle:hover {
        transform: scale(1.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

/* About us */
.about-section {
    background-color: #85828233;
    padding: 80px 0;
}

.about-image {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20%;
    border: 5px solid white;
    box-shadow: 0 0 0 5px #fff, 0 0 0 10px #e8f8f5;
    position: relative;
    z-index: 1;
    border-color: #F1A502;
    overflow: hidden;
}

.about-title {
    font-size: 45px;
    font-weight: 700;
}

.about-box {
    background-color: var(--addbutton);
    border-radius: 15px;
    padding: 20px 30px;
    color: #fff;
}

    .about-box .col {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

        .about-box .col:last-child {
            border-right: none;
        }

    .about-box .number {
        font-size: 24px;
        font-weight: 600;
    }

.signature {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    margin-top: 30px;
}

.all-products .img-a {
    display: block;
    overflow: hidden;
    position: relative;
}

.best-seller .all-products .img-a img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .all-products .img-a:hover img {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.text-card {
    font-weight: 500;
    font-size: 14px;
    color: var(--addbutton);
}

.text-shopnow {
    color: var(--addbutton);
}

.rating-icon {
    width: 15px;
    display: inline-block;
    height: auto;
}

.rating-number {
    font-size: 15px;
    padding: 0 5px;
}

.all-products h6 {
    font-weight: 500;
}

.text-price {
    color: #16563B;
    font-weight: 500;
}

.text-del {
    color: #33B6AE;
}

.hover-icons {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.all-products .position-relative:hover .hover-icons {
    opacity: 1;
    right: 15px;
}

.icon-btn img {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: 0.3s;
    border: 0.77px solid #C6E6E4;
}

    .icon-btn img:hover {
        transform: scale(1.1);
    }

.view-prod {
    background-color: var(--addbutton);
    border: none;
    color: white;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .view-prod:hover::before {
        background-color: var(--addbutton);
        color: white;
    }

.new-arrival .slick-list .card {
    border: 1px solid #16563B !important;
    border-radius: 20px;
}

.new-arrival h6 {
    font-weight: 500;
}

.new-arrival .img-arrow {
    width: 25px;
    padding-left: 10px;
}

.product-image {
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.product-title {
    font-family: Lato;
    font-size: 25px;
    font-weight: 500;
}

.new-arrival .position-relative:hover .hover-icons {
    opacity: 1;
    right: 15px;
}

.weekly-deals-section {
    background-color: #fff;
}

.deals-banner {
    background: var(--addbutton);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.deals-content {
    padding: 60px 50px;
    color: white;
}

.deals-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: 0.9;
}

.deals-title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
}

.deals-subtitle {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #D3D6FFD9;
}

.deals-description {
    font-size: 16px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.shop-now-btn {
    background-color: #57A99A;
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .shop-now-btn:hover::before {
        background-color: rgba(255, 255, 255, 0.3);
    }

.deals-image {
    position: relative;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .deals-image img {
        max-width: 60%;
        height: auto;
        object-fit: cover;
    }

.star {
    color: #f9a825;
    font-size: 1.1rem;
    line-height: 1;
    margin-right: 0.1rem;
}

.avatar-border {
    border: 2px solid #dee2e6;
}

.pagination-indicator {
    width: 40px;
    height: 7px;
    border-radius: 50px;
    margin: 0 5px;
}

    .pagination-indicator.active {
        background-color: #3b8686;
    }

    .pagination-indicator.inactive {
        background-color: #d6e6e6;
    }

.today-deals .vertical-img {
    min-width: 650px;
}

.teal-bg {
    background-color: var(--addbutton);
    padding: 0 12px;
}

.teal-text {
    color: var(--addbutton);
}

.category-strip {
    background-color: var(--headertoparea);
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 0;
    position: relative;
}

.category-strip-inner {
    display: flex;
    animation: slide-left 40s linear infinite;
    will-change: transform;
}

.circle-bg {
    width: 64px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
}

.circle-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-item {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
    color: #fff;
    flex-shrink: 0;
}

    .category-item span {
        font-size: 17px;
    }

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.category-strip:hover .category-strip-inner {
    animation-play-state: paused;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}

.demo-section {
    padding: 50px 0;
    text-align: center;
}

.demo-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.demo-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.instagram-section {
    background-color: #85828233;
    padding: 80px 0;
}

.follow-text {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.main-heading {
    color: #16563B;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.instagram-text {
    color: #4a9fb8;
}

.instagram-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

    .instagram-grid img:hover {
        transform: scale(1.05);
    }

.instagram-item {
    margin-bottom: 20px;
}

    .instagram-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 16px;
        display: block;
    }

.faqs .feature-icon {
    height: 40px;
    object-fit: contain;
    display: block;
    width: 50px;
}

.faq-card {
    border: none !important;
    background: transparent !important;
    overflow: visible;
}

    .faq-card .accordion-header {
        border: 1px solid #F0A500;
        border-radius: 20px;
        overflow: hidden;
        background: #fff;
    }

.faqs .faq-card button {
    line-height: 24px;
    min-height: 60px;
}

.faqs h4 {
    color: #ffff;
}

.contact-card {
    background-color: var(--addbutton);
    border-radius: 20px;
}

    .contact-card .btn {
        border-radius: 200px;
        background-color: #57A99A;
        color: white !important;
        padding: 12px 20px;
    }

        .contact-card .btn:hover::before {
            background-color: #C6E6E480;
        }

.faquser_icon {
    width: 80px;
    height: auto !important;
}

.faq-card .accordion-body {
    background-color: #1A3A5C !important;
    color: #fff !important;
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 8px;
}

.accordion-button:not(.collapsed) {
    border: none;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #217e79;
}

.accordion-button {
    background: transparent;
    width: 100%;
    text-align: left;
}

    .accordion-button img {
        width: 20px;
    }

.accordion-header {
    font-size: 16px;
    padding: 0 10px;
}

    .accordion-header .collapsed {
        border: none;
    }

.newsletter-icon {
    color: white !important;
}

.product-content .price-box .new-price {
    color: var(--addbutton);
}

.btn-newsletter {
    background: var(--addbutton);
    border: 1px solid var(--addbutton);
}

.btn-default:hover {
    color: var(--addbutton);
    background-color: white !important;
    border-color: var(--addbutton);
}

.btn-default {
    color: white !important;
    background-color: var(--addbutton);
    border-color: var(--addbutton);
}

.btn::before, .btn-2::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 150%;
    background-color: white;
    color: #000 !important;
    transition: all 0.3s ease 0s;
    content: "";
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
    opacity: 0;
    z-index: -1;
}

.col-sm-8 {
    position: relative;
    width: 50% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.text-default {
    color: var(--addbutton);
}

.text-default-white {
    color: white !important;
}

.section-title.text-center p {
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.col-sm-4 {
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.newsletter-section {
    background: #85828233;
    padding: 80px 0;
    min-height: 400px;
}

.newsletter-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
    font-weight: 500;
}

.newsletter-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--addbutton);
    margin-bottom: 10px;
    line-height: 1.2;
}

.newsletter-subtitle {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--addbutton);
    margin-bottom: 25px;
    line-height: 1.2;
}

.newsletter-description {
    color: var(--headertoparea);
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 500;
}

.email-input {
    border: none;
    border-radius: 50px !important;
    padding: 25px 25px;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 300px;
    outline: none;
}

    .email-input::placeholder {
        color: #adb5bd;
    }

.subscribe-btn {
    background-color: var(--addbutton);
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    box-shadow: 0 2px 10px rgba(32, 201, 151, 0.3);
    transition: all 0.3s ease;
}

    .subscribe-btn:hover::before {
        background-color: var(--addbutton);
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(32, 201, 151, 0.4);
    }

.input-group {
    max-width: 450px;
    margin: 0 auto;
}

.citycol {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.city-name-Occasion {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #16563B;
    border-radius: 10px;
    padding: 0px 22px;
    min-width: 100px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-direction: row;
}

    .city-name-Occasion img {
        width: 100%;
        max-width: 40px;
        height: auto;
        display: block;
    }

    .city-name-Occasion span {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .city-name-Occasion:hover {
        background-color: #f5fffd;
        border: 1px solid #16563B;
        border-radius: 8px;
    }

.imgbgchk:checked + .city-name-Occasion {
    background-color: #38b2a3;
    border-radius: 8px;
}

    .imgbgchk:checked + .city-name-Occasion span {
        color: #fff;
    }

    .imgbgchk:checked + .city-name-Occasion img {
        filter: brightness(0) invert(1);
    }

.image-container,
.figure {
    margin: 0;
    padding: 0;
}

.product-card-description {
    word-wrap: break-word;
    overflow: hidden;
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.gradient-text {
    background: #F0A500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-arrival-slider .slick-slide {
    padding: 6px 8px;
}

.new-arrival-slider .slick-prev,
.new-arrival-slider .slick-next {
    display: none !important;
}

.new-arrival .slick-slide {
    width: 321px !important;
}

.section-spacing {
    padding-top: 30px;
    padding-bottom: 50px;
}

.mb-4, .my-4 {
    margin-bottom: 0.5rem !important;
}

.categorybox img {
    border-radius: 20px;
    height: 220px;
    width: 220px;
    margin: auto;
}

.zoom {
    transition: transform .5s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.all-product-image {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.product-image > a img {
    height: 275px;
    object-fit: fill;
}

.add-button {
    margin-top: -5px !important;
    background-color: var(--addbutton);
    border: none;
    border-radius: 50%;
    color: white;
    font-weight: 500;
    cursor: pointer;
    padding: 7px 15px;
    transition: background-color 0.3s ease-in-out;
}

    .add-button:hover {
        background-color: white;
        border: 1px solid var(--addbutton);
    }

        .add-button:hover .add-icon {
            color: black;
        }

.add-Slide-button {
    margin-top: 5% !important;
    background-color: var(--addbutton);
    border: none;
    border-radius: 50%;
    color: white;
    font-weight: 500;
    cursor: pointer;
    padding: 7px 15px;
    transition: background-color 0.3s ease-in-out;
}

    .add-Slide-button:hover {
        background-color: white;
        border: 2px solid var(--addbutton);
    }

        .add-Slide-button:hover .add-icon {
            color: black;
        }

.imgcon {
    position: relative;
    display: inline-block;
}

    .imgcon img {
        position: relative;
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: fill;
    }

.im:hover {
    color: white !important;
}

.btn-default-custom {
    color: var(--addbutton);
    background-color: White !important;
    border-color: white !important;
    border: 2px solid white;
}

    .btn-default-custom:hover {
        color: var(--addbutton);
        background-color: white !important;
        border-color: var(--addbutton);
        border-radius: 6px;
    }

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 0rem !important;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .7rem !important;
    border-top-right-radius: .7rem !important;
    background-color: #FFF9E6 !important;
}

.instagram-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .instagram-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0%;
        height: 2px;
        background-color: #000;
        transition: 0.3s ease;
    }

    .instagram-link:hover::after {
        width: 100%;
    }

    .instagram-link:hover {
        cursor: pointer;
    }


/* =============================================
           MEDIA: min-width 1025px
           ============================================= */
@media only screen and (min-width: 1025px) {
    .mSlider {
        padding-top: 21px;
        margin-left: 84px;
    }

    .mobview {
        padding-top: 21px !important;
        text-align: right;
    }

    .mView {
        width: 50% !important;
    }
}


/* =============================================
           MEDIA: max-width 1024px
           ============================================= */
@media (max-width: 1024px) {
    .hero-slider .single-slide {
        height: 45vh !important;
    }

    .deals-image {
        display: none;
    }

    .contact-card .btn {
        margin-bottom: 20px;
    }

    .mobview {
        padding-top: 21px !important;
        text-align: right;
    }

    .mView {
        width: 50% !important;
    }

    .best-seller .all-products .img-a img {
        height: clamp(140px, 25vw, 220px);
    }

}


/* =============================================
           MEDIA: min-width 992px
           ============================================= */
@media (min-width: 992px) {
    .pt-lg-5, .py-lg-5 {
        padding-top: 0rem !important;
    }
}


/* =============================================
           MEDIA: min-width 768px  (and combined 768–1024)
           ============================================= */
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 100%;
    }

    .mobileSlide {
        display: block !important;
    }

    .pt-40 {
        padding-top: 15px;
    }

    .mob {
        padding-bottom: 0em;
        margin-bottom: 0.2rem;
    }

    .mobview {
        padding-top: 21px !important;
        text-align: right;
    }

    .mView {
        width: 50% !important;
    }

    .mobCatImg {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mSlider {
        padding-top: 21px;
        margin-left: 115px;
    }
    .new-arrival .container {
        max-height: 18vh;
    }

}


/* =============================================
           MEDIA: max-width 768px
           ============================================= */
@media (max-width: 768px) {
    /* Hero banner */
    .hero-slider .single-slide {
        height: 35vh !important;
    }

    .hero-slider-one .single-slide img {
        height: 220px;
        object-fit: cover;
    }
    .new-arrival .container{
        max-height:20vh;
    }

    .desktop-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }
    /* Section spacing */
    .section-spacing {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .weekly-deals-section {
        padding: 48px 16px;
    }

    .about-section {
        padding: 48px 0;
    }

    .instagram-section {
        padding: 48px 0;
    }

    .newsletter-section {
        padding: 48px 0;
    }
    /* Header top */
    .header-top-area {
        padding: 6px 0;
    }

    .new-arrival .slick-slide {
        width: 370px !important;
    }
        .header-top-area .container-topheader .row {
            flex-direction: row;
            align-items: center;
            flex-wrap: nowrap;
        }

        .header-top-area .col-lg-1,
        .header-top-area .col-lg-3:last-child {
            display: none !important;
        }

        .header-top-area .col-lg-3:nth-child(3) {
            display: none !important;
        }

    #TopHeaderText {
        font-size: 11px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* Logo */
    .logo-area img.main-logo {
        max-width: 100px;
    }
    /* Search */
    #searchBar {
        padding: 16px 0 !important;
    }

    #search {
        font-size: 14px !important;
    }
    /* About */
    .about-title {
        font-size: 26px !important;
    }

    .about-image {
        max-width: 240px !important;
        margin: 0 auto 24px !important;
        display: block;
    }
    /* Holiday sales */
    .holiday-sales-section .col-md-6 {
        width: 100% !important;
        padding: 0 8px !important;
    }

    .holiday-sales-section .col-md-3 {
        display: none !important;
    }
    /* Deals of the day */
    .deals-left-img {
        display: none !important;
    }

    .deals-grid .col-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    /* FAQ */
    .faqs .col-lg-7,
    .faqs .col-lg-5 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .contact-card {
        margin-top: 24px;
    }
    /* Footer */
    footer [style*="background: #1C3D5A"] > div:first-child {
        padding: 30px 0 20px !important;
    }

    footer .col-lg-3,
    footer .col-lg-2 {
        margin-bottom: 24px;
    }

    footer .col-md-6.text-end {
        text-align: left !important;
        margin-top: 12px;
    }

        footer .col-md-6.text-end > div {
            justify-content: flex-start !important;
        }
    /* Misc */
    .mobview {
        padding-top: 21px !important;
        text-align: right;
    }

    .mView {
        width: 50% !important;
    }
}


/* =============================================
           MEDIA: min-width 481px  to  max-width 767px
           ============================================= */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .mobview {
        padding-top: 21px !important;
        text-align: right;
    }

    .mView {
        width: 50% !important;
    }

    .about-title {
        font-size: 28px;
    }

    .about-box {
        text-align: center;
    }

        .about-box .col {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .about-box .col:last-child {
                border-bottom: none;
            }

    .main-heading {
        font-size: 2rem;
    }

    .instagram-grid img {
        height: 150px;
    }

    .deals-content {
        padding: 40px 30px;
        text-align: center;
    }

    .deals-title,
    .deals-subtitle {
        font-size: 2.2rem;
    }

    .deals-image {
        min-height: 300px;
        margin-top: 20px;
    }
}


/* =============================================
           MEDIA: max-width 576px
           ============================================= */
@media (max-width: 576px) {
    /* Hero */
    .hero-slider .single-slide {
        height: 30vh !important;
    }
    /* Text sizes */
    .main-heading {
        font-size: 1.8rem;
    }
    .new-arrival .slick-slide {
        width: 375px !important;
    }

    .product-details-area {
        padding: 0px !important;
    }
    .product-details-large{
        min-height:320px !important;
    }
    .sec-heading {
        font-size: 22px !important;
    }

    .new-arrival h2 {
        font-size: 24px !important;
    }

    .hero-slider .single-slide .slider-text-info .badge {
        margin-top: 5%;
    }

    .hero-slider-one .slider-text-info h1,
    .hero-slider-two .slider-text-info h1 {
        font-size: 22px !important;
    }

    .hero-slider-one .buttons .shop-btn {
        font-size: 10px;
        padding: 6px 16px;
    }

    .hero-slider-one .buttons .shop-btn {
        font-size: 8px !important;
        padding: 2px 8px !important;
    }

    .hero-slider-one .buttons .prod-btn {
        font-size: 8px !important;
    }
    /* General section padding */
    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    /* Category circles */
    .category-circle {
        width: 70px !important;
        height: 70px !important;
    }

    .occasion .col-4 span {
        font-size: 11px;
    }
    /* Promo cards */
    .promo-card-section .row {
        flex-direction: column;
    }

    .promo-card-section .col-md-6 {
        width: 100% !important;
    }

    .promo-card-section [style*="display:flex"] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .promo-card-section img[style*="width: 160px"] {
        width: 100% !important;
        height: 160px !important;
        object-fit: cover;
        margin: 12px 0 0 0 !important;
    }
    /* Top seller products grid */
    .all-products .col-lg-3 {
        padding: 6px !important;
    }

        .all-products .col-lg-3 img {
            height: auto !important;
        }
    /* New arrival slider */
    .new-arrival-slider .slick-slide > div > div {
        height: 160px !important;
    }


    /* Weekly deals */
    .weekly-deals-section {
        padding: 40px 15px;
    }

    .deals-content {
        padding: 24px 16px !important;
    }

    .deals-title,
    .deals-subtitle {
        font-size: 1.5rem !important;
    }

    .deals-label {
        font-size: 16px;
    }

    .deals-description {
        font-size: 14px;
    }

    .deals-image {
        display: none !important;
    }
    /* Instagram */
    .instagram-grid img {
        height: 100px !important;
        border-radius: 10px !important;
    }
    /* Section spacing */
    .section-spacing {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    /* Testimonial */
    .testimonial-new-slider .slick-slide {
        padding: 0 6px !important;
    }

    section[style*="padding: 60px"] {
        padding: 30px 12px !important;
    }
    /* About */
    .about-section .container,
    .faqs .container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    /* Category strip */
    .category-item {
        padding: 8px 16px !important;
        font-size: 0.85rem !important;
    }
}


/* =============================================
           MEDIA: max-width 480px
           ============================================= */
@media (max-width: 480px) {
    /* Hero */
    .hero-slider .single-slide {
        height: 24vh !important;
    }

        .hero-slider .single-slide img {
            height: 24vh;
        }

    .view-prod {
        padding: 6px 14px;
        font-size: 8px;
    }
    /* Section spacing */
    .section-spacing {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .weekly-deals-section {
        padding: 32px 12px;
    }

    .about-section {
        padding: 32px 0;
    }

    .newsletter-section h2 {
        font-size: 26px !important;
        line-height: 30px;
    }
    .instagram-section {
        padding: 32px 0;
    }

    .newsletter-section {
        padding: 32px 0;
    }
    /* Deals grid */
    .deals-grid .col-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    /* Various */
    .hero-slider-one .buttons .shop-btn {
        font-size: 10px;
        padding: 6px 12px;
        margin: 10px;
    }

    .hero-slider-one .buttons .prod-btn {
        font-size: 12px;
        margin: 10px 0 0 10px;
    }

    .hero-slider .single-slide .slider-text-info .badge {
        font-size: 10px;
    }

        .hero-slider .single-slide .slider-text-info .badge img {
            height: 10px;
            width: 10px;
        }

    .header-top-area {
        font-size: 12px;
    }

    .occasion h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .category-circle {
        width: 80px;
        height: 80px;
    }

    .Feature-tiem > a img, .product-image > a img {
        height: auto;
        min-height: 165px;
        max-height: 165px;
    }

    .occasion-active .slick-slide .rounded-circle {
        width: 60px;
        height: 60px;
    }

    .faquser_icon {
        width: 60px;
    }

    .contact-card .btn {
        padding: 6px 10px;
    }

    .occasionSwiper .slick-slide span {
        font-size: 12px;
    }

    .about-title {
        font-size: 26px;
        line-height: 32px;
    }

    .porduct-area .sec-heading {
        font-size: 13px !important;
    }

    .newsletter-section .newsletter-title {
        font-size: 24px;
    }

    .newsletter-section .newsletter-subtitle {
        font-size: 24px;
    }

    .product-image {
        height: auto;
    }

    .mSlider {
        padding-top: 9px !important;
        margin-left: -5px !important;
    }

    .newsletter-section .input-group {
        width: 300px;
    }

    .email-input {
        padding: 20px 20px;
        font-size: 12px;
    }

    .newsletter-section .subscribe-btn {
        font-size: 11px;
        padding: 10px 20px;
    }
}


/* =============================================
           MEDIA: max-width 430px
           ============================================= */
@media only screen and (max-width: 430px) {
    .hero-slider-one .slider-text-info h1 {
        font-size: 18px;
    }

    .hero-slider-one .buttons .shop-btn {
        margin: 0;
    }

    .hero-slider-one .slider-text-info p {
        font-size: 10px;
        line-height: 18px;
    }
}


/* =============================================
           MEDIA: max-width 390px
           ============================================= */
@media (max-width: 390px) {
    .hero-slider .single-slide {
        height: 25vh !important;
    }
}


/* =============================================
           MEDIA: min-width 425px
           ============================================= */
@media (min-width: 425px) {
    .mobileSlide {
        display: block !important;
    }

    .pt-40 {
        padding-top: 15px;
    }

    .mob {
        padding-bottom: 0em;
        margin-bottom: 0.2rem;
    }

    .mobview {
        padding-top: 0px;
        text-align: right;
    }

    .mView {
        width: 50% !important;
    }

    .mobCat {
        height: 135px !important;
    }

    .mobCatImg {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* =============================================
           MEDIA: min-width 375px
           ============================================= */
@media (min-width: 375px) {
    .mobileSlide {
        display: block !important;
    }

    .pt-40 {
        padding-top: 15px;
    }

    .mob {
        padding-bottom: 0em;
        margin-bottom: 0rem;
        font-size: 15px !important;
    }

    .mobview {
        padding-top: 12px;
        text-align: right;
        font-size: 16px !important;
    }

    .mView {
        width: 50% !important;
    }

    .mobCat {
        height: 135px !important;
    }

    .mobCatImg {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

