@media (min-width: 1600px) {
    header.header .container-fluid {
        max-width: 1600px;
    }
}

@media (min-width: 1320.98px) {
    .categies-box img {
        width: 150px !important;
        height: 150px;
    }
}

@media (min-width: 768px) {
    .header-nav-left:hover .category-dropdown {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
    }
}

@media(min-width: 1199.98px) {
    .right-side:hover .notifivation-dropdown-inner,
    .right-side:hover .profile-dropdown-inner {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
    }

    .bottto-menu-header {
        transition-duration: 0.5s;
        border-top: 1px solid #CACACA;
        border-bottom: 1px solid #CACACA;
        background: var(--white);
    }

    .bottto-menu-header ul li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

    .bottto-menu-header ul li .sub-menu li a::after {
        display: none;
    }

    .mobile-menu-trigger {
        display: none;

    }

    .login-btn {
        display: inline-block;
    }

    .right-side a .fa-user {
        display: none;
    }

    .bottto-menu-header ul .fa-angle-down {
        display: none;
    }

    .bottto-menu-header ul {
        margin-bottom: 0px;
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 30px;
        position: relative;
    }

    .bottto-menu-header ul li.menu-item-has-children:last-child .sub-menu.mega-menu-column-2,
    .bottto-menu-header ul li.menu-item-has-children:last-child .sub-menu.mega-menu-column-3,
    .bottto-menu-header ul li.menu-item-has-children:last-child .sub-menu.mega-menu-column-4,
    .bottto-menu-header ul li.menu-item-has-children:last-child .sub-menu.mega-menu-column-5 {
        left: auto !important;
        transform: unset;
        right: 0px;
    }

}

@media (max-width: 1280.98px) {
    .bottto-menu-header ul li.menu-item-has-children:nth-last-child(3) .sub-menu.mega-menu-column-2 {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media (max-width: 1199.98px) {
    .scrollable-tabs-container ul li a {
        font-size: 13px;
    }

    .scrollable-tabs-container ul li img {
        margin-bottom: 8px;
        height: 28px;

    }

    .scrollable-tabs-container ul {
        gap: 15px;
        padding: 0px 40px;
    }

    li.right-side .notifivation-dropdown-inner.open,
    li.right-side .profile-dropdown-inner.open {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .price-range-slider {
        padding: 10px 20px 20px;
    }

    .slider-cotnent-hero {
        padding-bottom: 50px;
    }

    .promotion-sections {
        margin-top: -35px;
    }

    .slider-section h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .bottto-menu-header ul a>i {
        margin-right: 0px;
        font-size: 16px;
        width: 25px;
    }

    .bottto-menu-header i.fa-light.fa-plane {
        transform: unset
    }

    li.menu-item-has-children.position-relative, .bottto-menu-header ul li.menu-item-has-children:last-child {
        position: unset !important;
    }

    .bottto-menu-header ul li .sub-menu.mega-menu, .bottto-menu-header ul li.menu-item-has-children:nth-last-child(3) .sub-menu.mega-menu-column-2 {
        left: 0px !important;
    }

    .bottto-menu-header .menu>ul>li .sub-menu>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .bottto-menu-header .menu>ul>li .sub-menu>ul>li>a, .bottto-menu-header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .bottto-menu-header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .bottto-menu-header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }


    .right_arrpw{

        position: absolute;
          right: 14px;
          z-index: 9;
      }

    .bottto-menu-header .menu ul li a .fa-angle-down {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    li.right-side i {
        margin-bottom: 0px;
    }

    .login-btn {
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
        background: transparent;
        color: #fff;
        border: 0px;
        font-size: 24px;
        padding: 0px;
        width: auto;
        height: auto;
    }

    .logo-part {
        gap: 15px;
    }

    .bottto-menu-header .menu.active {
        transform: translate(0%);
    }

    .bottto-menu-header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header-nav-left {
        display: none;
    }

    .navbar-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    li.right-side span.d-block {
        display: none !important;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        width: 100%;
    }

    /* header mobile responsive start  */
    .bottto-menu-header .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .bottto-menu-header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .bottto-menu-header .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .bottto-menu-header .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .bottto-menu-header .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .bottto-menu-header .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .bottto-menu-header .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .bottto-menu-header ul li {
        line-height: 1;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bottto-menu-header ul>li .sub-menu.mega-menu, .bottto-menu-header ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .bottto-menu-header ul>li .sub-menu.active {
        display: block;
    }

    .bottto-menu-header ul li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .product-title {
        margin-bottom: 30px;
    }

    .form-check.checkoutboxouters {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .product-details-page h1 {
        font-size: 18px;
    }

    .modal .modal-header button.btn-close {
        right: 0px;
    }

    .breadcrumb li:last-child {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .breadcrumb {
        flex-wrap: nowrap;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .related-products {
        padding: 30px 0px 40px;
    }

    .modal.reviewModal .modal-lg {
        width: 95%;
        max-width: 95%;
    }

    .mobile-viewshow {
        margin-bottom: 10px;
    }

    .product-details-content {
        padding-top: 0px;
    }

    .select-optionrightside {
        position: relative;
        top: 0px;
    }

    .mobile-viewshow .stroe-name i {
        margin-right: 4px;
    }

    .product-details-page {
        padding-top: 20px;
    }

    .navbar-top {
        display: flex;
        flex-wrap: wrap;
    }

    .search-middle-box {
        order: 3;
        width: 100%;
        margin-top: 10px;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .neartest-deals-inner, .categries-section {
        padding: 30px 15px;
    }

    .promotion-sections {
        padding: 20px 15px 5px;
        margin-top: 25px;
        border-radius: 10px;
    }

    .categries-section {}

    .locatione-stroe {
        font-size: 13px;
        padding: 6px 12px 6px;
    }

    .titles-slider {
        padding: 10px 12px 10px;
    }

    .locatione-stroe i, .stroe-name i {
        margin-right: 2px;
    }

    .kilo-distance {
        font-size: 12px;
        border-radius: 4px;
        gap: 2px;
        padding: 4px 4px;
    }

    .icon-heart {
        width: 1.5rem;
        line-height: 1.6rem;
        height: 1.5rem;
        font-size: 15px;
    }

    .slider-box-trending {
        padding: 5px 5px;
    }

    footer {
        padding: 40px 0px 0px;
    }

    .copy-right-section p {
        line-height: 24px;
    }

    .neartest-deals-inner, .categries-section {
        padding: 30px 0px;
    }

    .categries-section .owl-nav button {
        width: 25px;
        height: 25px;
        line-height: 25px !important;
        font-size: 14px !important;
    }


}

@media (max-width: 767.98px) {

    .promotion-box {
    
        justify-content: flex-start;
    }

    .promotion-box img {
        height: 20px;}
    
      .promotion-box{
          font-size: 11px;
      }

    .deal-img-tile {
        width: 100%!important}
    .cart-list-pro .price-product {
        margin-top: 0px;
        flex-wrap: wrap;
    }

    .but-double-btn {
        display: flex;
        gap: 10px;
    }

    .btn-shop {
        padding: 8px 20px;
    }

    .delete-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .select-optionrightside {
        padding: 10px;
    }

    .photos-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .service-name {
        font-size: 14px;
        line-height: 20px;
    }

    .view-gallery-btn {
        right: 5px;
        bottom: 5px;
        padding: 7px 10px;
        gap: 4px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 12px;
    }

    .product-details-page {
        padding-top: 20px;
    }

    .heroslider-img img {
        border-radius: 0px;
    }

    .booking-sort-box {
        min-width: 180px;
    }

    button.filter-btn, .booking-sort .nice-select {
        font-size: 14px;
        padding: 7px 20px;
    }

    .slider-cotnent-hero {
        padding: 20px 20px;
        text-align: center;
    }

    .slider-cotnent-hero::after {
        display: none;
    }

    .slider-section {
        background: #FFF3D9;
    }

    .slider-section h1 {
        text-align: center;
    }

    .explore-top-selling {
        text-align: center;
        font-size: 16px;
    }

    .slider-cotnent-hero {
        align-items: center;
        justify-content: center;
    }

    .product-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
    

    .categries-section {
        padding: 20px 0px 0px;
    }

    footer h2 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    footer ul li {
        margin-bottom: 5px;
    }

    .categies-box p {
        margin-bottom: 0px;
    }

    .search-listing-pro {
        padding-bottom: 0px;
        height: 318px;
    }

    .search-blockpopup {
        padding: 10px;
    }

    .location-icon-iputer {
        border-radius: 100px;
        padding: 10px 10px;
    }

    .set-cureent-location {
        margin: 10px 0px 0px;
        font-size: 12px;
        padding-bottom: 6px;
    }

    .search-blockpopup ul li a {
        font-size: 12px;
    }

    .logo-part {
        gap: 10px;
    }

    ul.right-side-menu {
        gap: 1rem;
    }

    li.right-side i {
        font-size: 16px;
    }

    .right-side-menu span.count-add {
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
    }

    .logo-part img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-trigger {
        font-size: 20px;
    }

    .search-listing-pro .titles-slider h4 a {
        font-size: 16px;
    }

    .search-listing-pro .theme_common_box_two {
        gap: 0px;
    }

    .search-listing-pro .inner-price-product,
    .search-listing-pro .inner-price-product span {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .search-listing-pro .kilo-distance {
        border-radius: 2px;
        font-size: 8px;
        gap: 2px;
        padding: 2px 4px;
        white-space: nowrap;
        margin-left: 5px;
    }

    .search-listing-pro .inner-price-product span {
        margin-left: 5px;
    }

    .search-listing-pro .stroe-name i, .search-listing-pro .locatione-stroe i {
        margin-right: 0px;
    }

    .search-listing-pro .titles-slider h4 {
        margin-bottom: 0px;
        line-height: normal;

    }

    .search-listing-pro .theme_two_box_content {
        width: calc(100% - 100px);
        padding: 5px 8px;
    }

    .search-listing-pro .theme_two_box_img img {
        height: 100%;
        object-fit: cover;
        width: 90px !important;
    }

    .search-listing-pro .titles-slider h4 a {
        font-size: 12px;
        line-height: normal;
    }

    .search-listing-pro .stroe-name, .search-listing-pro .locatione-stroe {
        font-size: 10px;
        line-height: normal;
    }

    .search-listing-pro span.rating-start {
        font-size: 8px;
        border-radius: 2px;
        padding: 1px 4px;
        line-height: normal;
    }

    .search-listing-pro .icon-heart {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        color: #000;
    }

    button.btn.location-button {
        border-radius: 100px;
        font-size: 12px;
        font-weight: bold;
        width: 100px;
        height: 100%;
        gap: 0px;
        padding: 3px 10px;
    }

    .search-middle-box .search-box .searchbtn-btn {
        width: 25px;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
    }

    .search-middle-box .search-box {
        gap: 4px;
    }

    .search-middle-box input {
        font-size: 10px;
        padding: 0px 11px;
        line-height: normal;
    }

    .slider-cotnent-hero {
        padding: 20px 10px 30px;
        text-align: center;
    }

    .slider-section h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .backbutton-page,
    .backbutton-page a {
        font-size: 16px;
        line-height: 35px;
    }

    .backbutton-page a i {
        margin-right: 5px;
    }

    .scrollable-tabs-container svg {
        width: 25px;
        height: 25px;
        padding: 5px;
        line-height: 25px;
    }

    .scrollable-tabs-container .right-arrow, .scrollable-tabs-container .left-arrow {
        width: 25px;
    }

    .scrollable-tabs-container ul li a {
        font-size: 12px;
    }

    .scrollable-tabs-container ul li img {
        margin-bottom: 8px;
        height: 22px;
    }

    .scrollable-tabs-container ul {
        gap: 12px;
        padding: 0px 35px;
    }

    .wishlist-page, .career-single  {
        padding: 20px 0px;
    }

    .slider-section p {
        font-size: 14px;
    }

    .btn-shop {
        font-size: 14px;
    }

    .backbutton-page {
        margin-bottom: 20px;
    }

    .deals-purchage li {
        flex-wrap: wrap;
        gap: 15px;
    }
    .static-pages h2, .career-single h2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        color: #111827;
    }
 
    .job-single-info {
        padding: 15px;
    }
    .static-pages, .contact-pages{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.page-intro-cerv .promotion-sections{
        margin-top: 0px;
    }
    section.page-intro-cerv {
        padding-top: 0px;
    }
    .page-intro-cerv .cont {
        padding: 15px;
        height: 100%;
    }
    .numb-font {
        font-size: 70px !important;
        line-height: 1;
        font-family: 'Allerta Stencil', sans-serif;
    }
}

@media (max-width: 575.98px) {
    .login-container img {
        margin-bottom: 25px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .social-login {
        flex-wrap: wrap;
    }

    .login-btn-page {
        padding: 20px 0px;
    }

    .login-container h2, .login-container p {
        text-align: center;
    }

    .copy-right-section p {
        font-size: 13px;
    }

    .profile-dropdown-inner .usernameadd p {
        font-size: 12px;
    }

    .profile-dropdown-inner .usernameadd h6 {
        margin-bottom: 2px;
        font-weight: bold;
        font-size: 14px;
        line-height: normal;
    }

    .map-loaction-add li {
        padding: 10px;
    }

    .map-loaction-add p {
        font-size: 12px;
    }

    .map-loaction-add .radius-dis {
        font-size: 12px;
        padding: 4px 7px;
        border-radius: 5px;
    }

    .ava-names-outer {
        gap: 10px;
    }

    .review-box-details-inner {
        margin-bottom: 5px;
    }

    .review-show-view {
        padding: 10px 10px 30px;
    }

    .map-loaction-add iframe {
        height: 300px;
    }

    .what-we-offer p {
        line-height: 25px;
    }

    .offcanvas.cart-popups {
        width: 320px;
    }

    .price-offer-inner {
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 10px;
        gap: 5px;
    }

    .price-offer-div {
        width: 100%;
    }

    .copy-share-div {
        justify-content: center;
    }

    .price-offer-div {
        padding: 10px;
    }

    .price-offer-iner-outer {
        justify-content: center;
    }

    .qr-code-img {
        width: 120px;
        height: 120px;
        margin: auto;
    }

    .price-offer-iner-outer .price-offer-div {
        width: 100%;
    }

    .price-offer-iner-outer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .order-sucss-box-inner .stroe-name, .order-sucss-box-inner .cart-list-pro .titles-slider h4 a {
        white-space: unset;
    }

    .order-sucss-box-inner .cart-list-pro .theme_two_box_content {
        width: calc(100% - 82px);
    }

    .order-sucss-box-inner td:last-child {
        width: 30%;
    }

    .order-sucss-box-inner td:first-child {
        width: 70%;
    }

    .deal-img-tile {
        flex-wrap: wrap;
    }

    .deals-purchage li {
        padding: 10px;
    }

    .deals-purchage li .deal-img-tile img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .account-setting ul.nav.nav-pills {
        padding: 0px 15px;
        gap: 10px;
    }

    .account-setting .tab-content {
        padding: 20px 15px 30px;
    }

    .account-setting .table-responsive .table thead th:first-child, .account-setting .table-responsive .table thead th:last-child, .account-setting .table-responsive .table tbody td:last-child, .account-setting .table-responsive .table tbody td:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .account-setting .table-responsive .table td, .table td .id-div{
        font-size: 14px;
    }
}

@media (max-width: 359.98px) {
    li.right-side i {
        font-size: 14px;
    }

    a.profile-dropdown.d-flex {
        padding: 4px 5px;
    }

    .logo-part img {
        height: 35px;
        width: auto;
    }
}