/* ===========max-width-1400=========== */
/* ===========max-width-1400=========== */
/* ===========max-width-1400=========== */





@media screen and (max-width: 1400px) {

    /* nav links */
    .nav-item a {
        padding: 5px 8px;
    }


    /* product card */
    .prod-card .slider-card .slider-img {
        object-fit: cover;
    }

    .prod-card .slider-card .hover-image {
        object-fit: cover;
    }

}



/* ===========max-width-1200=========== */
/* ===========max-width-1200=========== */
/* ===========max-width-1200=========== */
@media screen and (max-width: 1200px) {

    /* nav links */
    .nav-item a {
        padding: 5px;
        font-size: 11px;
    }

    /* section-3 top-pick cards */
    .top-pick-cards-link a:nth-child(1) {
        font-size: 40px;
    }

    /* section-4 formal box */
    .section-4 .formal-box .formal-right .formal-card-link-1 a:nth-child(1) {
        width: 160px;
    }

    /* section-6 */
    .cover-box-heading {
        font-size: 30px;
    }

    /* footer */
    .ftr-cols h3 {
        font-size: 14px;
    }

    .ftr-cols a {
        font-size: 13px;
    }

    .ftr-cols p {
        font-size: 13px;
    }

    /* product page */
    .card-btns .filter-menu {
        width: 40vw;
    }

    /* product-detaill page */
    /* product-detaill page */
    /* product-detaill page */
    .prod-dtl .prod-dtl-wrap {
        flex-direction: column;
    }

    .dtl {
        width: 100%;
        padding: 0 100px;
    }



    .dtl-right-slider {
        width: 100%;
    }

    .cart-menu {
        width: 28vw;
    }

    /* about us page */
    .abt-sect-1 {
        align-items: center;
        padding: 50px 70px;
    }

    .sect-1-left h2 {
        width: 100%;
    }

    .sect-1-left p {
        width: 100%;
    }

    .sect-1-left {
        width: 50%;
    }


    /* checkout page */
    .checkout-wrapper-left-info {
        width: 90%;
    }

    .checkout-wrapper-right-info {
        width: 90%;
    }

    /* VIEW CART PAGE */

    .main-cart-wrapper {
        padding: 70px 40px;
    }
}











/* ===========max-width-1023=========== */
/* ===========max-width-1023=========== */
/* ===========max-width-1023=========== */


@media screen and (min-width: 1023px) {

    /* mobile header display */
    .mobile {
        display: none;
    }

}




/* ===========max-width-1024=========== */
/* ===========max-width-1024=========== */
/* ===========max-width-1024=========== */
@media screen and (max-width: 1024px) {

    /* desktop-header */
    header {
        transition: all 0.3s ease-in-out;
    }
    .desktop {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    /* class added by js for scroll event */
    .desktop-scroll {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    /* mobile-header */
    .mobile {
        display: block;
    }

    /* section-4 */
    .formal-box {
        flex-direction: column;
    }

    .formal-left {
        width: 100%;
    }

    .formal-right {
        width: 100%;
    }

    .formal-right-wrap {
        width: 100%;
    }

    .formal-card-links {
        justify-content: center;
        padding: 0 10px;
    }

    .section-4 .formal-box .formal-right .formal-card-link-1 {
        width: 50%;
    }

    .section-4 .formal-box .formal-right .formal-card-link-1 a:nth-child(1) {
        width: 100%;
    }

    .w-1024 {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .section-4 .formal-box .formal-right .w-25 {
        width: 48%;
    }

    /* section-10 */
    .diaries-flex {
        flex-direction: column;
    }

    .diaries-box {
        width: 100%;
    }

    .diaries-slider {
        width: 100%;
    }

    .swiper-slide img {
        object-fit: contain;
    }

    /* footer */
    footer {
        padding: 0 80px 100px 80px;
    }

    .ftr-wrapper {
        flex-wrap: wrap;
    }

    .ftr-cols {
        width: 50%;
    }

    .ftr-cols:nth-child(1) {
        align-items: center;
    }

    .ftr-cols:nth-child(2) {
        align-items: center;
    }

    .ftr-cols:nth-child(4) h3 {
        width: 100%;
        text-align: center;
    }

    .ftr-cols:nth-child(4) p {
        text-align: center;
    }

    .ftr-cols .subs-box {
        width: 100%;
    }

    /* bottom menu */
    .btm-gap {
        display: none;
    }

    .bottom-menu {
        display: none;
    }



    /* product page */
    /* product page */
    /* product page */
    .prod-wrap .prod-card {
        width: 48%;
    }

    .card-btns {
        padding: 10px 20px;
    }

    /* product page */
    .card-btns .filter-menu {
        width: 45vw;
    }

    /* product detail page */
    .cart-menu {
        width: 32vw;
    }

    /* about us page */
    .about-h {
        width: 50%;
    }

    .abt-sect-1 {
        align-items: flex-end;
        flex-direction: column;
        padding: 20px 70px;
    }

    .sect-1-left {
        width: 100%;
    }

    .sect-1-right {
        width: 50%;
    }

    .flex-start {
        align-items: flex-start;
    }

    .width-50 {
        width: 50%;
    }

    .flex-center {
        align-items: center;
    }

    .locator .map-wrap {
        flex-direction: column;
    }

    .locator .map-wrap .map-left {
        width: 100%;
    }

    .locator .map-wrap .map-right {
        width: 100%;
    }


    /* contact page */
    .sect-cont .cont-left {
        padding: 0 70px 20px 10px;
    }


    /* view cart page */
    .text-size {
        display: none;
    }
    .main-cart-wrapper .cart-pd {
        flex-direction: column;
        align-items: flex-start;
    }
    .media-query {
        width: 100%;
        padding: 14px 0;
        justify-content: space-around;
    }
    .media-query-top {
        border: 1px solid var(--grey-white);
        width: 100%;
    }
    .main-cart-wrapper .cart-pd {
        padding: 7px 0;
     }
}




/* ===========max-width-992=========== */
/* ===========max-width-992=========== */
/* ===========max-width-992=========== */

@media screen and (max-width: 992px) {

    /* section-2 top-pick cards */
    .top-pick-cards-link {
        bottom: 30px;
    }

    .top-pick-cards-link a:nth-child(1) {
        font-size: 30px;
    }

    .top-pick-cards-link a:nth-child(2) {
        padding: 5px 11px;
    }

    /* section-5 cover image */
    .section-5 .btn {
        bottom: 11vh;
    }

    /* section-6 */
    .cover-box-heading {
        font-size: 26px;
    }

    /* section-8 */
    .section-8 .flex-cards-logo>p {
        font-size: 12px;
        text-align: center;
    }

    .dtl {
        padding: 0 65px;
    }

    /* contact page */
    .sect-cont .cont-left {
        padding: 0 40px 20px 10px;
    }

    .sect-cont .cont-right {
        padding: 0 10px 20px 30px;
    }

    .sect-cont h1 {
        padding-right: 30px;
    }

    /* product page */
    .card-btns .filter-menu {
        width: 50vw;
    }

    /* product detail page */
    .cart-menu {
        width: 38vw;
    }

    .checkbox-wrapper label {
        font-size: 12px;
    }

    /* checkout page */
    .checkout-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .checkout-wrapper-left-info {
        width: 100%;
    }

    .checkout-wrapper-right-info {
        width: 100%;
    }
}




/* ------------------MAX-WIDTH 768--------------------------*/
/* ------------------MAX-WIDTH 768--------------------------*/
/* ------------------MAX-WIDTH 768--------------------------*/
/* ------------------MAX-WIDTH 768--------------------------*/
/* ------------------MAX-WIDTH 768--------------------------*/



@media screen and (max-width: 768px) {

    /* top-line */
    .top-line a {
        font-size: 10px;
    }

    /* nav-bar */
    .mobile {
        padding: 15px;
    }

    /* Side Menu */
    .side-menu {
        width: 55vw;
    }

    /* carousel slider */

    .slider-card-detail .dtl-left {
        padding: 4px 0;
    }

    .slider-card-detail .dtl-left a {
        font-size: 12px;
    }

    .slider-card-detail .dtl-left span:nth-child(2) {
        font-size: 10px;
    }

    .slider-card-detail .dtl-left span:nth-child(3) {
        font-size: 9px;
        font-weight: 500;
    }

    .slider-card-detail .dtl-right a {
        width: 30px;
        height: 30px;
    }

    .slider-card-detail .dtl-right a i {
        font-size: 15px;
    }

    /* section-2 top-pick cards */
    .top-pick-cards-link {
        bottom: 20px;
        gap: 15px;
    }

    .top-pick-cards-link a:nth-child(1) {
        font-size: 25px;
        margin: 4px 0;
    }

    .top-pick-cards-link a:nth-child(2) {
        display: none;
    }

    /* section-5 cover image */
    .section-5 .btn {
        bottom: 8vh;
        left: 22vw;
    }

    /* section-6 */
    .section-6 .wrapper-2 {
        flex-direction: column;
    }

    .section-6 .link-cover {
        width: 100%;
    }

    .section-6 .link-cover-box {
        width: 100%;
    }

    /* section-8 */
    .mx-768 {
        flex-direction: column;
    }

    .mx-768-flex {
        display: flex;
        flex-direction: column;
    }

    /* section-10 */

    .diaries-box {
        padding: 0;
    }

    /* footer */
    .ftr-cols {
        width: 100%;
    }

    .ftr-cols h3 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .ftr-cols:nth-child(3) {
        align-items: center;
    }

    .dtl {
        padding: 0 30px;
    }

    /* product page */
    .card-btns .filter-menu {
        width: 55vw;
    }

    /* product detail page */
    .cart-menu {
        width: 48vw;
    }

    /* about us page */
    .about-us-bg {
        align-items: flex-start;
    }

    .about-h {
        width: 100%;
    }

    .about-us-bg h1 {
        text-align: center;
        font-size: 40px;
    }

    .about-us-bg p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }

    .abt-sect-1 {
        align-items: center;
        flex-direction: column;
        padding: 20px 20px;
    }

    .sect-1-left {
        width: 100%;
    }

    .sect-1-right {
        width: 100%;
    }

    .sect-1-left h2 {
        text-align: center;
        padding: 0;
    }

    .sect-1-left p {
        text-align: center;
    }

    .sect-1-left .abt-full-width {
        text-align: center;
    }

    .sect-1-left .abt-sect-3-width {
        text-align: center;
    }



    .disc-wrap {
        padding: 2px 30px 40px 30px;
    }




    /* contact page */
    .sect-cont .contact-wrap {
        width: 100%;
        flex-direction: column-reverse;

    }

    .sect-cont .cont-right {
        border: none;
        width: 100%;
    }

    .sect-cont h1 {
        padding: 0;
        text-align: center;
    }

    .sect-cont button {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .addr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sect-cont .cont-left h1::after {
        width: 100%;
    }

    .sect-cont .cont-left .addr>a {
        text-align: center;
    }

    .sect-cont .cont-left .addr>p {
        text-align: center;
    }

    /* checkout page */
    .checkout-wrapper-left {
        width: 100%;
        padding: 35px 80px;
    }

    .checkout-wrapper-right {
        width: 100%;
        padding: 25px 80px;
    }

    /* view cart page */
    .main-cart-wrapper .order-note {
        flex-direction: column;
     }
     .main-cart-wrapper .order-note-left-wrapper {
        width: 100%;
     }
     .main-cart-wrapper .order-note-right {
        width: 100%;
     }
}



/* ===========max-width-576=========== */
/* ===========max-width-576=========== */
/* ===========max-width-576=========== */
@media screen and (max-width: 576px) {
    .section-1 .main-slider{
        width: 100% ;
        height: 250px !important;
    }
    .section-1 .main-slider .slider-slides .item img{
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }
    /* top-line */
    .top-line a {
        font-size: 8px;
    }

    /* Side Menu */
    .side-menu {
        width: 85vw;
    }

    .submenu-item {
        padding: 10px 0 10px 17px;
    }
    .mobile{
        width: 100%;
    }

    /* carousel */

    .slider-card-detail .dtl-left a {
        font-size: 10px;
    }

    .slider-card-detail .dtl-left span:nth-child(2) {
        font-size: 8px;
    }

    .slider-card-detail .dtl-left span:nth-child(3) {
        font-size: 7px;
        font-weight: 400;
    }

    .slider-card-detail .dtl-right a {
        width: 30px;
        height: 30px;
    }

    .slider-card-detail .dtl-right a i {
        font-size: 14px;
    }



    /* section-2 top-pick cards */
    .top-pick-cards {
        flex-wrap: wrap;
    }

    .top-pick-cards-link a:nth-child(1) {
        font-size: 45px;
        margin: 4px 0;
    }
    .top-cards-wrap{
        width: 100%;
        height: 400px;
    }

    .section-8 .top-cards-wrap {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    /* section-5 cover image */
    .section-5 .btn {
        bottom: 6vh;
        left: 18vw;
        padding: 5px 16px;
    }



    /* faqs page */
    /* faqs page */
    /* faqs page */
    .faqs {
        padding: 20px 50px 70px 50px;
    }


    /* product page */
    .prod-wrap .prod-card>a {
        height: 350px;
    }

    .prod-card .slider-card .slider-img {
        object-fit: contain;
    }

    .prod-card .slider-card .hover-image {
        object-fit: contain;
    }

    /* product page */
    .card-btns .filter-menu {
        width: 80vw;
    }

    /* product detail page */
    .cart-menu {
        width: 65vw;
    }

    /* checkout page */
    .checkout-wrapper-left {
        width: 100%;
        padding: 35px 30px;
    }

    .checkout-wrapper-right {
        width: 100%;
        padding: 25px 30px;
    }

    .last-container {
        font-size: 14px;
        font-weight: 600;
    }

    .last-container span {
        font-size: 7px;
        margin-right: 2px;
    }

    .formal-box {
        flex-direction: column !important; /* default stack on mobile */
    }
    .formal-box.reverse {
        flex-direction: column-reverse !important; /* reverse the order on mobile */
    }
    .right-side-menu{
        width: 100%;
    }
}



/* ------------------MAX-WIDTH 450--------------------------*/
/* ------------------MAX-WIDTH 450--------------------------*/
/* ------------------MAX-WIDTH 450--------------------------*/
/* ------------------MAX-WIDTH 450--------------------------*/
/* ------------------MAX-WIDTH 450--------------------------*/


@media screen and (max-width: 450px) {
    .section-1 .main-slider{
        width: 100% ;
        height: 250px !important;
    }
    .section-1 .main-slider .slider-slides .item img{
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }
    /* top-line */
    .top-line {
        padding: 2px 0;
    }

    .top-line a {
        font-size: 7px;
    }

    .mrHeader h1 {
        display: block;
    }

    .mobile{
        width: 100%;
    }
    /* carousel */



    /* section-2 top-pick cards */
    .top-pick-cards-link {
        gap: 7px;
    }

    .top-pick-cards-link a:nth-child(1) {
        font-size: 22px;
    }
    .top-cards-wrap{
        width: 100%;
        height: 400px;
    }

    .section-8 .top-cards-wrap {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /* section-5 cover image */
    .section-5 .btn {
        bottom: 4vh;
        left: 12vw;
        padding: 2px 10px;
    }

    /* section-10 */

    .diaries-box p {
        font-size: 11px;
        line-height: 18px;
    }

    .dtl {
        padding: 0 10px;
    }

    .add-to-cart {
        flex-direction: column;
    }


    /* faqs page */
    /* faqs page */
    /* faqs page */
    .faqs {
        padding: 20px 10px 40px 10px;
    }

    /* product page */
    .prod-wrap .prod-card {
        width: 100%;
    }

    .prod-wrap .prod-card>a {
        height: 450px;
    }

    .card-btns .filter-menu {
        width: 100vw;
    }

    /* product detail page */
    .cart-menu {
        width: 80vw;
    }

    /* checkout page */
    .checkout-wrapper-left {
        width: 100%;
        padding: 35px 10px;
    }

    .checkout-wrapper-right {
        width: 100%;
        padding: 25px 10px;
    }

    /* view cart page */
    .media-query p{
        font-size: 14px;
    }
    
    .formal-box {
        flex-direction: column !important; /* default stack on mobile */
    }
    .formal-box.reverse {
        flex-direction: column-reverse !important; /* reverse the order on mobile */
    }
    .right-side-menu{
        width: 100%;
    }
}



/* ------------------MAX-WIDTH 350--------------------------*/
/* ------------------MAX-WIDTH 350--------------------------*/
/* ------------------MAX-WIDTH 350--------------------------*/
/* ------------------MAX-WIDTH 350--------------------------*/
/* ------------------MAX-WIDTH 350--------------------------*/


@media screen and (max-width: 375px) {
    .section-1 .main-slider{
        width: 100% ;
        height: 250px !important;
    }
    .section-1 .main-slider .slider-slides .item img{
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }

    /* nav bar */
    .mobile {
        width: 100%;
    }
    .mrHeader{
        width: 100%;
    }
    .scroll-nav-clr{
        width: 260px;
    }
    .side-menu {
        width: 100vw;
    }

    .links a {
        padding: 0 4px;
    }

    .accordion-title a {
        font-size: 20px;
    }

    /* section-2 top-pick cards */
    .top-pick-cards-link {
        bottom: 10px;
    }

    .top-pick-cards-link a:nth-child(1) {
        font-size: 25px;
    }
    .top-cards-wrap{
        width: 100%;
        height: 400px;
    }

    .section-8 .top-cards-wrap {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /* product page */
    /* product page */
    /* product page */

    .prod-card .slider-card .slider-img {
        object-fit: cover;
    }

    .prod-card .slider-card .hover-image {
        object-fit: cover;
    }

    /* product detail page */
    .cart-menu {
        width: 95vw;
    }

    /* checkout page */
    .checkout-wrapper-left {
        width: 100%;
        padding: 15px 5px;
    }

    .checkout-wrapper-right {
        width: 100%;
        padding: 15px 4px;
    }

    /* view cart page */
    .media-query p{
        font-size: 11px;
    }
    .media-query-counter-size {
        padding: 4px 7px;
        margin-right: 3px;
    }
    

    .formal-box {
        flex-direction: column !important; /* default stack on mobile */
    }
    .formal-box.reverse {
        flex-direction: column-reverse !important; /* reverse the order on mobile */
    }
    .right-side-menu{
        width: 100%;
    }
}

/* ------------------MAX-WIDTH 250--------------------------*/


@media screen and (max-width: 250px) {
    .accordion-header {
        height: 70px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        align-items: center;
        padding: 20px 10px 20px 10px;
    }

    .accordion-title a {
        font-size: 16px;
    }
    
    .mobile {
        width: 100%;
    }
    .mrHeader{
        width: 100%;
    }
    .scroll-nav-clr{
        width: 240px;
    }
    .submenu-item {
        padding: 7px 0 7px 12px;
    }

    .submenu-item {
        padding: 7px 0 7px 12px;
        font-size: 12px;
    }
    .top-cards-wrap{
        width: 100%;
        height: 400px;
    }
    .section-8 .top-cards-wrap {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .right-side-menu{
        width: 100%;
    }
}