
@media screen and (min-width:576px) {
   
}

@media screen and (min-width:768px) {
   
}

@media screen and (min-width:880px) {
 
}
@media screen and (min-width:992px) {
 
}
@media screen and (min-width:1200px) {
  
}



@media screen and (min-width:1480px) {
   




}


@media screen and (max-width:1752px) {
    .prev-you-like-btn, .prev-cat-prod-btn, .prev-trend-now-btn {
        left: 0px;
    }
    .next-you-like-btn, .next-cat-prod-btn, .next-trend-now-btn {
        right: 0px;
    }
  
}
@media screen and (max-width:1600px) {
    .product-btn-bx a {
        padding: 10px 20px;
    }
    .order-details-table-wrapper table td {
        width: auto !important;
    }
}
@media screen and (max-width:1440px) {
    .footer-row {
        gap: 120px;
        grid-template-columns: auto 1fr;
        row-gap: 20px;
    }
    .navbar-nav {
        gap: 120px;
    }
    .header-search {
        max-width: 150px;
    }
    .sm-btn {
        min-height: 34px;
        padding: 6px 7px;
        max-width: 60px;
        min-width: 84px;
    }
    .logo-bx {
        max-width: 120px;
    }
    .product-btn-bx {
        display: flex;
        gap: 7px;
        flex-direction: column;
    }
    .product-heading-bx h3 {
        max-width: 9em;
    }
    .product-heading-bx h3 {
        font-size: 16px;
    }
    .cart-product-details h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .cart-product-details p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        margin: 0 0 15px;
    }
    .cart-product-prize h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    .cart-product-img {
        max-width: 150px;
        min-width: 150px;
        height: 150px;
    }
    .cart-product-img img {
        max-width: 100%;
        min-width: unset;
        height: 100%;
        object-fit: cover;
    }
    .cart-product-box {
        padding: 32px 20px;
    }


}
@media screen and (max-width:1199px) {
    .order-tracking-list li p a i {
        display: inline-block;
        max-width: 30em;
    }

    .footer-row {
        gap: 40px;
    }
    .container {
        padding: 0 20px;
    }
    .hero-banner-wrapper .banner-slider .banner-slider-card {
        overflow: hidden;
        height: 400px;
    }
    .banner-slider-card::after,.banner-slider-card::before {
        display: none;
    }
    .category-product-home .category-img-box {
        width: 100%;
        height: 300px;
    }   
    .login-banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .login-wrapper {
        gap: 20px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
    .register-form-box {
        margin: 0 auto;
    }
    .notification-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .notification-list-box {
        display: flex;
        gap: 15px;
    }
    .notification-icon {
        width: 75px;
        height: 75px;
        min-height: 75px;
    }
    .notification-list-box {
        padding: 22px 25px;
    }
    .notification-section {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .notification-content .notification-txt {
        font-weight: 500;
        font-size: 20px;
    }
    .cart-product-img {
        max-width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .cart-product-info {
        gap: 20px;
    }

}
@media screen and (max-width:1024px) {
    .product-heading-bx p {
        font-size: 14px;
    }

}
@media screen and (max-width:992px) {
    .footer-row {
        display: flex;
        flex-direction: column;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-nav {
        gap: 60px;
    }
    .navbar-nav {
        justify-content: center;
    }
    .banner-slider-content h1 {
        font-size: 63px;
        line-height: 57px;
        max-width: 372px;    
    }
    .category-product-names h3 {
        max-width: 7em;
    }
    .trending-card h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .you-like-sec, .category-sec {
        padding: 30px 0px;
    }
    .footer-col.logo-footer-box {
        max-width: 200px;
    }
    .product-slider-nav .slick-list.draggable {
        max-height: 500px;
    }
    .product-slider-for .slick-slide {
        max-height: 500px;
    }
    .product-slider-for .slick-slide img {
        width: 100%;
        height: 500px;
    }
    .notification-icon {
        width: 67px;
        height: 67px;
        min-height: 65px;
        min-width: 67px;
    }
    .notification-icon img {
        max-width: 25px;
    }
    .notification-content h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .notification-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .notification-content .notification-txt {
        font-weight: 500;
        font-size: 16px;
    }
    
}
@media screen and (max-width:767px) {
    .footer-list-wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }
    .footer-list li+li {
        margin-top: 12px;
    }
    .header-main-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .logo-bx {
        order: 1;
    }
    .right-header-btns {
        justify-content: center;
        order: 2;
    }
    .header-search {
        order: 3;
    }
    .navbar-nav {
        gap: 20px;
    }
    .hero-banner-wrapper .banner-slider .banner-slider-card {
        height: 300px;
    }
    .banner-slider-content {
        bottom: 20px;
        left: 20px;
    }
    .banner-slider-content h1 {
        font-size: 42px;
        line-height: 46px;
        max-width: 296px;
    }
    .topbar {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .recent-sec {
        padding: 20px 0px 35px;
    }
    .topbar-link-box {
        gap: 20px;
    }
    .banner-slider-card img {
        height: 100%;
        width: 100%;
    }

    .product-name-prize h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .product-desc-sec {
        padding: 20px 0 30px;
        overflow: hidden;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-row {
        gap: 15px;
    }
    .login-options-box {
        margin-top: 10px;
        gap: 15px;
    }
    .login-form-box {
        padding: 30px 30px;
    }
    .register-form-box .login-options-box {
        gap: 50px;
    }
    .page-login-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-heading h1, .plus-iconwith-text span {
        font-size: 26px;
        line-height: 28px;
    }
    .add-product-photo.position-relative {
        padding: 150px 0px;
    }
    .sell-your-product, .product-management, .order-management {
        padding: 30px 0;
    }
    .order-history-heading .nav .nav-item .nav-link {
        padding: 20px !important;
        max-width: 100%;
        width: 100%;
    }
    .no-pro-txt {
        font-size: 26px;
    }
    .favorite-sec {
        padding: 20px 0px 30px;
    }
    .cart-section {
        padding: 30px 0px;
    }
    .cart-product-prize h3 {
        font-size: 18px;
        line-height: 22px;
        white-space: nowrap;
    }
    .order-details-section .back-arrow {
        max-width: 12px;
    }
    .order-details-section .back_btn {
        font-size: 14px;
    }
    .order-details-section {
        padding: 30px 0;
    }
    .order-details-table-wrapper table td p{
        min-width: auto !important;
    }
    .order-details-table-wrapper table td p,
     .order-details-table-wrapper table td span {
        font-size: 14px !important;
    }
    .order-details-table-wrapper table td p span {
        min-width: 120px!important;
    }
    .order-details-table-wrapper table td> table tr td {
        padding: 15px !important;
    }
    .order-details-table-wrapper table th {
        font-size: 18px !important;
        padding: 15px !important;
    }
    .order-details-table-wrapper table th > span {
        font-size: 18px !important;
    }
    .order-details-table-wrapper table .order-status-bedge {
        font-size: 15px !important;
    }
    .order-details-table-wrapper table .order-status-bedge > span {
        font-size: 14px !important;
    }
    .order-details-table-wrapper table td p.heading {
    font-size: 16px !important;
}
body .order-details-table-wrapper table tfoot tr td {
    padding: 8px 8px !important;
}
 .order-details-table-wrapper table tr td:empty {
    display: none;
}
.order-tracking-list li {
    flex-wrap: wrap;
    gap: 10px;
}
.order-tracking-list li p a i {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    white-space: normal;
}
.order-history-heading {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px;
}
.order-history-heading .nav {
    width: 100%;
}
.order-history-heading .nav .nav-item {
    width: 33.33%;
    flex: 1 auto;
}
.order-history-heading form {
    width: 100%;
    display: block;
}
.order-history-heading .formfield input {
    min-width: auto;
}

.cart-product-box {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cart-product-prize {
    text-align: left;
}
.order-history-badge p {
    margin: 0;
}
.cart-product-box {
    margin: 0 !important;
}
.fav-almaree-bx {
    padding: 15px;
}
.cart-section .cart-product-info {
    flex-direction: row;
}
.cart-section .cart-product-info .cart-product-details {
    flex: 0 0 100%;
}
}

@media screen and (max-width:575px) {
    .nav-link {
        font-size: 14px;
    }
    .hero-banner-wrapper .banner-slider .banner-slider-card {
        height: 200px;
    }
    .product-slider-for .slick-slide {
        max-height: 300px;
    }
    .product-slider-nav .slick-list.draggable {
        max-height: 300px;
    }
    .thumb-slide {
        width: 50px !important;
        height: 50px !important;
    }
    .product-slider-for .slick-slide img {
        height: 300px;
    }
    .product-desc-feature {
        grid-template-columns: 1fr 1fr;
        padding: 10px;
        gap: 10px;
    }
    .product-desc-info {
        display: grid;
        grid-template-columns: 3.5fr 1fr;
    }
    .product-like-share-box {
        max-width: 54px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
    }
    .product-name-prize h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .product-name-prize .product-pricing {
        font-size: 16px;
        line-height: 21px;
    }
    .product-name-prize .product-desc {
        font-size: 16px;
        line-height: 18px;
    }
    .product-desc-basic-info ul {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
    .product-btns-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px;
    }
    .seller-profile-inner {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .seller-profile-inner a{
        width: 100%;
    }
    .seller-basic-info-list ul li+li {
        margin-top: 10px;
    }
    .seller-basic-info-list ul li {
        column-gap: 10px;
    }
    .seller-basic-info-list ul li p,.seller-basic-info-list ul li h4 {
        font-size: 14px;
    }
    .main-heading h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .address-box {
        padding: 12px 12px;
    }
    .two-input-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .login-checkbox label {
        flex-wrap: wrap;
    }
    .register-form-box .login-options-box {
        gap: 20px;
    }
    .login-options-box {
        flex-wrap: wrap;
    }
    .add-product-photo.position-relative {
        padding: 100px 0px;
    }
    .main-heading h1, .plus-iconwith-text span {
        font-size: 20px;
        line-height: 25px;
    }
    .uploaded-photos {
        grid-template-columns: repeat(2, 1fr);
    }
    .notification-list-box {
        padding: 10px 14px;
    }
    .notification-icon {
        width: 50px;
        height: 50px;
        min-height: 50px;
        min-width: 50px;
    }
    .notification-content h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .notification-content .notification-txt {
        font-weight: 500;
        font-size: 12px;
    }
    .notification-content p {
        font-size: 12px;
        line-height: 18px;
    }
    .cart-product-img {
        max-width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .cart-product-btns .gray-btn {
        width: fit-content;
        padding: 7px 11px;
        min-width: fit-content;
        min-height: fit-content;
    }
    .cart-product-box {
        padding: 15px 20px;
    }
    .cart-product-details h3 {
        font-size: 16px;
    }
    .cart-product-details p {
        font-size: 12px;
    }
    .cart-product-info {
        gap: 10px;
    }
    .cart-product-info {
        flex-direction: column;
    }
    .cart-product-prize h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .order-summary-box h3 {
        margin: 0px 0px 15px;
    }
    .order-summary-list {
        margin: 0 0 20px;
    }
    .order-summary-list li p {
        font-size: 14px;
        line-height: 16px;
    }
    .order-summary-box h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .order-history-heading {
        margin: 0 0 20px;
    }
    .fav-almaree-bx {
        margin: 0 auto;
    }
    .fav-almaree-wrapper > .row {
        row-gap: 0;
    }
}

@media screen and (max-width:480px) {

    .navbar-nav {
        gap: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 6px 10px !important;
    }
    .topbar-link-box {
        gap: 8px;
    }
    .header-main-wrapper {
        gap: 10px;
    }
    .header-main {
        padding: 10px 0;
    }
    .banner-slider-content h1 {
        font-size: 34px;
        line-height: 38px;
        max-width: 250px;
    }
    .hero-banner-sec {
        padding: 0 0 10px;
    }
    .you-like-sec,.category-sec,.trending-sec {
        padding: 20px 0px !important;
    }
    .main-heading h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .footer-list-wrapper {
        flex-direction: column;
    }
    .you-like-product-info h3 {
        max-width: 8em;
    }
    .login-options-box a {
        font-size: 14px;
    }
    .thumb-slide {
        width: 40px !important;
        height: 40px !important;
    }
    .order-history-heading .nav .nav-item .nav-link {
        padding: 15px 10px !important;
        font-size: 12px;
    }
}

@media screen and (max-width:360px) {
  
    .nav-link {
        font-size: 12px;
    }
    .topbar-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .order-history-heading ul {
        border: 0;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }
    .order-history-heading .nav .nav-item .nav-link {
        max-width: 100%;
        width: 100%;
    }
}

