@media (max-width: 767px) {
    .border-lg-end {
        border-right: 0!important;
    }

    .topbar {
        padding: 5px 0;
        height: 60px;
    }

    .topbar ul>li>a, .topbar ul>li, .topbar p {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .navbar-brand img {
        width: 80%;
        height: auto;
    }

    .mobi-login {
        display: block;
        text-align: center;
    }

    header {
        z-index: 999;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #fff;
    }

    .header-socials i {
        line-height: normal;
    }

    .navbar-toggler {
        padding: 0 20px;
        /* font-size: 40px; */
        line-height: 1;
        color: #000;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 30px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        border: 0;
    }

    .header .nav-item {
        display: block;
        justify-content: center;
        margin-bottom: 15px;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 16px;
    }

     /* Home */
    .home-header,.other-header {
        margin-top: 40px;
    }

    .home-intro h1 {
        font-size: 20px;
    }

    .other-header {
        background-position: center;
        height: 150px;
    }

    .home-header .row, .other-header .row {
        height: auto;
    }

    .home-header h1 {
        font-size: 20px;
    }

    .other-header h1, .login h1 {
        font-size: 30px;
        top:25%;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
    }

    .home-about, .home-links, .about, .logistics, .contact, .brands, .featured-products {
        padding: 10% 0;
    }

    .home-create-account .card {
        background-image: url('https://files.crtgroupstorage.com/wineathome/createaccountbanner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 230px;
    }

    .home-create-account .card-img {
        display: none;
    }

    .home-create-account .card-img-overlay {
        padding:40px 20px;
    }

    .slider {
        -webkit-appearance: none;
        position: absolute;
        top: -20px;
        width: 100%;
        pointer-events: none;
        background: #ddd;
        z-index: 1;
        border: 0;
    }

    .slider::-webkit-slider-thumb {
        z-index: 9999999999;
    }

    .min-slider::-webkit-slider-thumb {
        left: 0px;
        z-index: 2;
    }
    .max-slider::-webkit-slider-thumb {
        right:0px;
    }

    .slider-container {
        height: auto;
    }

    .mobileFilterTrigger:hover {
        cursor: pointer;
    }

    .library-list li {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        vertical-align: middle;
    }

    .main-products-page {
        margin-top: 40px;
        padding: 20% 0 0 0;
        margin-bottom: 0;
    }

    .individual-skip-page .carousel-control-next, .individual-skip-page .carousel-control-prev {
        top: auto;
        bottom: 0;
        width: 85%;
        height: auto;
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .dashboard, .orders-page, .main-products-page, .individual-skip-page, .cart {
        margin-top: 40px;
        padding: 20% 0 0 0;
        margin-bottom: 60px;
    }
    
    #map {
        height: 400px;
        width: 100%;
    }

    .create-account {
        padding: 10% 0;
    }

    .custom-control-label {
        width: 85%;
    }

    .custom-control-input {
        vertical-align: top;
    }

    footer {
        text-align: center;
        padding-bottom: 10%;
    }

    .footer-links {
        display: none;
    }

    .footer-socials {
        margin-top: 20px;
    }

    .footer p>i {
        font-size: 22px;
    }

    .footer-socials i {
        font-size: 21px;
        height: auto;
        width: 25px;
        line-height: 30px;
        padding: 0;
    }
    
    .footer-socials a {
        vertical-align: middle;
        line-height: 35px;
        text-align: center;
        padding: 5px;
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    /* Cart */
    .prod-desc {
        max-width: 100%;
        text-align: left;
        float: left;
        padding-right: 33px;
    }

    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        /* border-bottom: 0; */
        margin-top: 10px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
        padding-bottom: 10px;
    }
    
    /* treat columns like divs */
    .table-responsive table td {
        display: block;
        justify-content: space-between!important;
        align-items: flex-start!important;
        border-bottom: 0;
    }

    .table-responsive table td>a {
        text-align: end;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 30px;
        margin: 0 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .table-responsive table td>img {
        width: 80% !important;
        text-align: left;
        margin: 10px 0;
        /* display: none; */
        float: left;
    }

    .cart-table td.mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .cart-table td.mobi-delete a>i {
        color: #000;
        font-size: 20px;
        margin: -15px 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    .qty-down, .qty-up {
        top: -3px;
    }

    .qty-up i, .qty-down i {
        font-size: 20px;
        line-height: 32px;
    }

    .table th:first-child, .table td:first-child {
        border-left: 0;
        padding: .5rem .5rem;
    }

    .table.cart-table td {
        flex-direction: column;
    }

    .btn-check:checked+.btn {
        color: #ED3C5B !important;
        background-color: transparent !important;
        border-color: #ED3C5B !important;
        box-shadow: none !important;
    }

    .login {
        padding: 60% 0% 25% 0;
    }

    .login-card a {
        font-size: 14px;
    }

    .actions i {
        vertical-align: middle;
        font-size: 30px;
        margin: 0 5px;
    }

    .payments-secured-by img {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h4, .h4 {
        font-size: 20px;
    }
    .topbar {
        padding: 5px 0;
        height: fit-content;
    }

    .topbar ul>li>a, .topbar ul>li, .topbar p {
        color: #fff;
        font-size: 12px;
    }

    .navbar-brand img {
        width: 60%;
        height: auto;
    }

    .mobi-login {
        display: block;
        text-align: center;
    }

    header {
        z-index: 999;
        top: 33px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0px;
        width: 40%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #fff;
    }

    .header-socials i {
        line-height: normal;
    }

    .navbar-toggler {
        padding: 0 0 0 20px;
        line-height: 1;
        color: #000;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 30px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        border: 0;
    }

    .header .nav-item {
        display: block;
        justify-content: center;
        margin-bottom: 15px;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 16px;
    }

    /* Home */
    .home-header,.other-header {
        margin-top: 55px;
    }

    .home-intro h1 {
        font-size: 20px;
    }

    .other-header {
        background-position: center;
        height: 200px;
    }

    .home-header .row, .other-header .row {
        height: auto;
        padding-bottom: 0;
    }

    .home-header h1 {
        font-size: 20px;
    }

    .other-header h1 {
        font-size: 30px;
        top: 30%;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
    }

    .brands {
        padding: 5% 0;
    }
    
    .carousel-indicators {
        bottom: -20px;
    }

    .slider {
        -webkit-appearance: none;
        position: absolute;
        top: -20px;
        width: 100%;
        pointer-events: none;
        background: #ddd;
        z-index: 1;
        border: 0;
    }

    .slider::-webkit-slider-thumb {
        z-index: 9999999999;
    }

    .min-slider::-webkit-slider-thumb {
        left: 0px;
        z-index: 2;
    }
    .max-slider::-webkit-slider-thumb {
        right:0px;
    }

    .slider-container {
        height: auto;
        width: 200px;
        margin: 50px 0;
    }

    .mobileFilterTrigger:hover {
        cursor: pointer;
    }

    .individual-skip-page h1, .order-details h3 {
        font-size: 20px;
    }

    .wishlist-icon-single i {
        padding: 7px;
        vertical-align: middle;
        margin-top: 9px;
    }
    
    /* Footer */
    .footer-crown img {
        width: 90%;
    }

    .footer-crown {
        margin-top: -5.5%;
    }

    #map {
        height: 400px;
    }

    .footer p>i {
        font-size: 22px;
    }

    .footer-socials i {
        font-size: 25px;
        height: auto;
        width: 25px;
        line-height: 30px;
        padding: 0;
    }
    
    .footer-socials a {
        vertical-align: middle;
        line-height: 35px;
        text-align: center;
        padding: 5px;
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .login {
        padding: 20% 0 10% 0;
    }

    /* Cart */
    .prod-desc {
        max-width: 400px;
        text-align: left;
        float: left;
        display: block;
        width: 400px;
        justify-self: start;
        margin-right: 10%;
    }

    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        border-bottom: 0;
        margin-top: 5px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
    }
    
    /* treat columns like divs */
    .table-responsive table td {
        display: block;
        justify-content: space-between!important;
        align-items: flex-start!important;
        border-bottom: 0;
    }

    .table-responsive table td>a {
        text-align: start;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 20px;
        margin: 0 10px 0 0;
        line-height: 40px;
        vertical-align: top;
    }

    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        display: block;
        width: 100px;
        text-align: left;
        font-size: 15px;
        padding-right: 20px;
    }

    .table-responsive table td>img {
        width: 20% !important;
        text-align: center;
        margin: 0;
    }

    .mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .qty-down, .qty-up {
        top: 0;
    }

    .table th:first-child, .table td:first-child {
        border-left: 0;
        padding: 0;
        max-width: 50px;
        text-align: left;
    }

    .actions i {
        vertical-align: middle;
        font-size: 25px;
        margin: 0 5px;
    }

    .whatsapp-blocks .card-body {
        padding: 0 10px;
    }

    .grn-icon i {
        font-size: 40px;
        line-height: 100px;
    }
    
    .cart, .checkout-page {
        margin-top: 70px;
        padding: 5% 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h4, h4 {
        font-size: 18px;
    }

    p, li, a, span {
        font-size: 15px;
    }

    .logo img {
        width: 50%;
    }

    .navbar-nav .btn-primary {
        padding: 10px 10px;
        font-size: 14px;
    }

    .navbar-nav {
        width: 100%;
    }

    .topbar ul>li>a, .topbar ul>li, .topbar p {
        color: #fff;
        font-size: 13px;
    }

    .dashboard, .orders-page, .main-products-page, .individual-skip-page {
        margin: 60px 0;
        padding: 5% 0;
    }

    .cart {
        padding: 5% 0;
    }

    .login {
        padding: 15% 0 5% 0;
    }

    .home-header {
        background-position: right 25% center;
    }

    .home-header h1 {
        font-size: 35px;
    }

    .home-header .row {
        height: 380px;
        padding-bottom: 0;
    }

    .individual-skip-page h1 {
        font-size: 20px;
    }

    .individual-skip-page p {
        font-size: 15px;
    }

    .home-intro h1 {
        font-size: 25px;
    }

    .header .navbar-nav .nav-item .nav-link {
        line-height: 60px;
        font-size: 14px;
        padding-left: 0;
        margin-left: 5px;
    }

    .other-header .row {
        height: 300px;
    }

    .about-header h1, .contact-header h1, .client-header h1, .login h1 {
        font-size: 35px;
    }

    .other-header {
        margin-top: 65px;
    }

    .product-card p {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .filter-category li, .filter-category li>a,  .filter-category .dropdown-item {
        font-size: 15px;
    }

    .slider-container {
        width: 200px;
        margin-left: 0;
    }

    .min-slider::-webkit-slider-thumb {
        left: 0px;
    }

    .wishlist-icon-single a {
        line-height: 50px;
    }

    .footer-socials i {
        font-size: 21px;
        height: auto;
        width: 25px;
        line-height: 30px;
        padding: 0;
    }
    
    .footer-socials a {
        vertical-align: middle;
        line-height: 25px;
        text-align: center;
        padding: 5px;
        width: 40px;
        height: 40px;
    }

    .qty-down i, .qty-up i {
        line-height: 30px;
    }

    label {
        font-size: 15px;
    }

    .actions i {
        vertical-align: middle;
        font-size: 25px;
        margin: 10px;
    }

    .actions-th {
        width: 18%;
    }

    .remove-item i {
        font-size: 20px;
    }

    .dashboard .media i {
        font-size: 20px;
    }
}

@media (min-width: 1199px) and (max-width: 1600px) {
    .topbar ul>li>a, .topbar ul>li, .topbar p {
        color: #fff;
        font-size: 15px;
    }

    .home-header .row {
        height: 450px;
        padding-bottom: 0;
    }

    .home-intro h1 {
        font-size: 30px;
    }

    .filter-category li, .filter-category li>a,  .filter-category .dropdown-item {
        font-size: 15px;
    }

    .slider-container {
        width: 200px;
        margin: 50px 0;
    }

    .min-slider::-webkit-slider-thumb {
        left: 0px;
    }

    .individual-skip-page h1 {
        font-size: 25px;
    }

    .qty-down i, .qty-up i {
        font-size: 20px;
        line-height: 32px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 70px;
    }

    .other-header {
        margin-top: 75px;
    }

    .other-header .row {
        height: 400px;
    }

    .other-header h1, .login h1 {
        font-size: 35px;
    }

    .payments-secured-by img {
        width: 50%;
    }

    .login {
        padding: 15% 0% 5% 0;
    }

    .actions-th {
        width: 13%;
    }

    .dashboard, .main-products-page, .individual-skip-page, .cart {
        margin: 100px 0 0 0;
        padding: 5% 0;
    }
}

@media (min-width: 1390px) and (max-width: 1600px) {
    .home-header .row {
        height: 510px;
        padding-bottom: 0;
    }
}
@media (min-width: 2000px) and (max-width: 2600px) {
    .home-page-body .topbar {
        background-color: #64AFB3;
        padding: 10px 0;
        -webkit-animation: slide-top 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
        animation: slide-top 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
    }

    header {
        top: 44px;
    }

    .home-header .row {
        height: 670px;
        padding-bottom: 0;
        justify-items: center;
        align-items: baseline;
        flex-direction: column-reverse;
        text-align: center;
        margin-top: 170px;
    }
}