/* Homepage Responsive */
@media (max-width: 1920px) {
    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        background-repeat: no-repeat !important;
    }

    section.counter .countdown {
        display: flex;
        justify-content: center;
    }

    section.ship .ship-box {
        width: 63%;
        margin: 0 auto;
    }

    section.mobile-app .mobile-image {
        float: right;
        margin-right: 35px;
    }

    section.locations .map img {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    section.ship .ship-box {
        width: auto;
    }

}

@media (max-width: 1366px) {}

@media (max-width: 1200px) {
    .container {
        max-width: calc(100% - 20px);
    }

    section.choose .choose-box p.first {
        font-size: 16px;
    }

    section.choose .choose-box p.last {
        min-height: 95px;
    }

    .delivery-chart .delivery-box p {
        font-size: 18px;
    }

    section.heading {
        padding: 50px 25px;
    }

    .heading-content h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .heading-content p {
        font-size: 18px;
        line-height: 31px;
        margin: 20px 0 25px;
    }

    section.delivery .tabs {
        margin: 40px 0 0px;
    }

    .fullfilment-content p {
        margin: 10px 0 0;
    }

    section.fullfilment .fullfilment-content .read.door {
        padding: 0;
    }

    .fullfilment-box .icon i.far.fa-check {
        min-width: 25px;
    }

    .delivery-chart {
        margin: 25px 0;
    }

    section.local-delivery .local-delivery-content .read.door {
        padding: 30px 0 0;
    }

    section.counter {
        margin: 60px 0 70px 0;
    }

    section.counter .counter-box {
        margin: 10px auto;
        text-align: center;
    }

    section.choose .choose-heading h1 {
        font-size: 36px;
    }

    section.locations .available-content h1 {
        font-size: 36px;
    }

    section.locations .available-content p {
        font-size: 18px;
    }

    section.ship .ship-content h1 {
        font-size: 36px;
    }

    section.ship .ship-content p {
        font-size: 18px;
    }

    section.ship .ship-box {
        width: auto;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        background-repeat: no-repeat !important;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 38px;
    }

    section.mobile-app .mobile-content p {
        font-size: 16px;
        line-height: 25px;
    }

    section.ship .ship-content p {
        width: calc(100% - 30px);
    }

    section.mobile-app .mobile-content h1 {
        line-height: 40px;
    }

    section.mobile-app .mobile-image {
        margin-right: 0px;
    }

    section.delivery .container {
        max-width: calc(100% - 0px);
    }

    section.delivery ol.carousel-indicators.mb-5.text-center.w-75 {
        width: 100% !important;
        margin: 0 auto;
    }

    .carousel-indicators li {
        margin-right: 10px;
        margin-left: 10px;
        width: fit-content !important;
    }
}

@media (max-width: 1048px) {
    .accounts i {
        color: #fff;
        margin: 0;

    }

    section.fullfilment .fullfilment-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler-icon i {
        color: #fff;
        font-weight: normal;
        border: 1px solid #fff;
        padding: 2px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 16px;
        border-radius: 7px;
        font-size: 17px;
        height: 35px;
        width: 35px;
    }

    ul.navbar-nav.mx-auto {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 17px 0;
        margin: 0 auto;
    }

    ul.navbar-nav li {
        margin: 0px 0px 5px 0px;
    }

    .accounts {
        /*text-align: center;
	    display: none;*/
        /* margin-left: 35px; */
    }

    .accounts i {
        color: #fff;
        margin: 0 10px;
    }

    li.nav-item.active.login {
        display: block;
    }

    .dropdown-menu.show {
        width: 100%;
        margin: 0 auto;
        box-shadow: none !IMPORTANT;
        background: inherit;
        border: 0;
        transition: 0.3s;
    }

    .dropdown-menu.show a {
        /*color: #fff !important;*/
        font-weight: 500 !important;
        transition: 0.3s;
        padding: 3px 18px;
    }

    li.nav-item .dropdown-menu a:last-child {
        padding: 3px 18px;
    }

    .heading-content h1 {
        font-size: 38px;
        line-height: 46px;
    }

    li.nav-item {
        margin-left: 0px;
    }

    section.delivery .tabs a.active {
        font-size: 14px;
        padding: 10px 20px;
    }

    .delivery-chart .delivery-box {
        margin: 0 0 15px 0;
    }

    .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 48px;
        left: 26px;
        width: 16px;
    }

    .buy-content .delivery-chart .delivery-box {
        margin: 0 0 30px 0;
    }

    .buy-content .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 52px;
        left: 20px;
        width: 24px;
    }

    .read.buy {
        margin: 10px 0 0;
    }

    .door-to-door-content .delivery-chart .delivery-box {
        margin: 0 0 25px 0;
    }

    .door-to-door-content .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 53px;
        left: 22px;
        width: 20px;
    }

    .read.door {
        padding: 20px 0 0;
    }

    .door-to-door-content h1 {
        font-size: 30px;
    }

    section.fullfilment .fullfilment-content h1 {
        font-size: 29px;
    }

    section.fullfilment .fullfilment-content .delivery-chart h3 {
        font-size: 26px;
    }

    section.local-delivery .local-delivery-content h1 {
        font-size: 36px;
    }

    section.delivery .tabs {
        margin: 20px 0 0px;
    }

    section.mobile-app {
        margin: 30px 0;
    }

    section.delivery li.nav-item {
        margin-left: 12px;
    }

    section.counter .counter-box h1 {
        font-size: 30px;

    }

    section.counter .counter-box p {
        text-align: center;
        font-size: 14px;
    }

    section.choose .choose-box {
        padding: 20px 15px 0px 15px;
    }

    section.choose .choose-box p.first {
        font-size: 14px;
    }

    section.locations .map {
        padding: 50px 0 0;
    }

    section.ship .ship-content h1 {
        font-size: 32px;
    }

    section.ship .ship-content p {
        font-size: 16px;
    }

    section.mobile-app .mobile-content {
        padding: 20px 10px;
    }

    section.mobile-app {
        margin: 30px 0;
    }

    section.mobile-app .mobile-content {
        margin: 50px 0 0;
    }

    section.mobile-app .row.align-items-center {
        align-items: flex-start !important;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 30px;
    }

    section.mobile-app .mobile-content .play-buttons .apple-content {
        margin: 9px 0 0px;
    }

    .heading-content p {
        width: calc(100% - 0px);
    }

    .text-heading p {
        width: calc(100% - 50px);
    }

    section.choose .choose-heading p {
        width: calc(100% - 100px);
    }

    .choose-box.last {
        min-height: 261px !important;
    }

    section.locations {
        padding: 60px 0 0px;
    }

    section.locations .available-content p {
        width: calc(100% - 100px);
    }

    .choose-box.last {
        min-height: 235px !important;
    }

    section.choose .choose-box p.last {
        width: calc(100% - 20px);
    }

    section.ship .container {
        max-width: calc(100% - 50px);
    }

    section.mobile-app .mobile-content p.first {
        width: calc(100% - 30px);
    }

    section.mobile-app .row.align-items-center {
        align-items: center !important;
    }

    section.mobile-app .row {
        padding: 0;
    }

    .show {
        width: 60%;
    }
}


@media (max-width: 767px) {
    section.ship .container {
        max-width: calc(100% - 100px);
    }

    section.heading {
        padding: 50px 20px 50px;
    }

    .heading-image {
        margin: 40px 0 0;
        text-align: center;
    }

    .text-heading h1 {
        font-size: 36px;
        padding: 30px 0 0;
    }

    .text-heading p {
        font-size: 16px;
    }

    .nav-tabs {
        margin: 0 0 25px;
    }

    .purchase-content h1 {
        margin: 10px 0 0;
        font-size: 32px;
    }

    .delivery-chart .delivery-box {
        margin: 0 0 30px 0;
        max-height: 50px;
    }

    .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 55px;
        left: 25px;
    }

    .read {
        margin: 0 0 20px;
    }

    .read.buy {
        margin: 10px 0 20px;
    }

    .door-to-door-content .delivery-chart {
        margin: 35px 0 0px;
    }

    .read.door {
        padding: 0;
    }

    section.fullfilment .fullfilment-content h1 {
        font-size: 32px;
    }

    section.fullfilment .fullfilment-content .delivery-chart h3 {
        font-size: 28px;
    }

    section.local-delivery .local-delivery-content .read.door {
        padding: 15px 0 0;
    }

    section.purchase .purchase-image {
        text-align: center;
    }

    section.delivery .tabs ul li a.active {
        font-size: 14px;
        padding: 7px 10px;
    }

    section.delivery .tabs ul li a {
        font-size: 14px;
    }

    section.delivery li.nav-item {
        margin-left: 0px;
    }

    section.delivery .nav-tabs {
        justify-content: flex-start !important;
        margin: 0 0 25px;
    }

    section.delivery li.nav-item {
        margin-left: auto;
        margin-right: auto;
    }

    section.counter .counter-box {
        margin: 10px auto !important;
        text-align: center;
    }

    section.choose .choose-box {
        margin: 10px 0 0;
        text-align: center;
        max-height: 260px !important;
    }

    section.choose .row.mt-4 {
        margin-top: 0px !important;
    }

    section.choose .choose-box {
        padding: 34px 42px 0px 42px;
    }

    section.choose .choose-box p.first {
        font-size: 16px;
    }

    section.choose .choose-box {
        max-height: 230px;
    }

    section.locations .available-content h1 {
        font-size: 32px;
    }

    section.locations .available-content p {
        font-size: 16px;
    }

    section.locations .map {
        padding: 20px 0 0;
    }

    section.locations {
        padding: 50px 0 0px;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        width: 50%;
        margin: 10px auto !important;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        width: 100%;
        background-size: 100% !important;
    }

    section.mobile-app .mobile-image {
        text-align: center;
    }

    section.mobile-app .mobile-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.mobile-app .row {
        padding: 0;
        background-size: cover;
    }

    section.mobile-app .mobile-content p {
        padding: 24px 0 25px;
    }

    section.mobile-app .mobile-image {
        margin: 15px 0 0;
    }

    section.mobile-app .mobile-image {
        float: initial;
    }

    .purchase-image {
        text-align: center;
    }

    .buy-content p,
    .door-to-door-content p,
    .local-delivery-content p {
        font-size: 16px;
    }

    section.choose .choose-box p.last {
        min-height: auto;
    }

    section.ship .ship-box.one {
        max-width: 100% !important;
    }

    section.ship .ship-box.two {
        max-width: 100% !important;
    }

    section.ship .ship-box.three {
        max-width: 100% !important;
    }

    section.mobile-app .mobile-content p.first {
        width: calc(100% - 0px);
    }

    section.mobile-app .mobile-image img {
        border-radius: 10px;
        max-width: 70%;
    }

    .heading-image img {
        height: auto !important;
    }

    .ship .row.no-gutters {
        gap: 20px;
    }

    .carousel-indicators li {
        width: fit-content !important;
        margin: 0 auto;
    }

    .carousel-indicators {
        flex-direction: column;
    }

    .get {
        padding: 9px 34px 0px;
        height: 40px;
    }

    section.ship .ship-box.one h1,
    section.ship .ship-box.two h1,
    section.ship .ship-box.three h1 {
        font-size: 26px;
    }

    .read a {
        font-size: 16px;
    }

    .heading-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 654px) {
    section.delivery .tabs {
        margin: 25px 0 48px;
    }

    section.delivery li.nav-item {
        width: 100%;
        margin: 0 0 5px;
    }

    section.delivery .tabs ul li a.active {
        width: fit-content;
        margin: 0 auto;
        font-size: 17px;
        padding: 10px 30px;
    }

    section.delivery .tabs ul li a {
        text-align: center;
        font-size: 17px;
    }

    section.delivery .nav-tabs {
        margin: 0 0 10px;
    }

    section.counter {
        margin: 20px 0 30px 0;
    }

    section.choose .choose-heading p {
        width: calc(100% - 30px);
    }
}

@media (max-width: 575px) {
    .container {
        max-width: calc(100% - 20px);
    }

    section.heading {
        padding: 30px 20px 20px;
    }

    .heading-content h1 {
        font-size: 26px;
        line-height: 35px;
        margin-top: 10px;
    }

    .heading-content p {
        margin: 20px 0 15px;
    }

    .text-heading h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .text-heading p {
        padding: 20px 0;
    }

    .buy-content h1 {
        font-size: 26px;
    }

    section.local-delivery .local-delivery-content h1 {
        font-size: 30px;
        margin: 15px 0 0;
    }

    section.choose .choose-heading h1 {
        font-size: 26px;
    }

    section.locations .available-content h1 {
        font-size: 30px;
    }

    section.ship .ship-content h1 {
        font-size: 26px;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 26px;
        line-height: 40px !important;
    }

    section.mobile-app .mobile-content p {
        font-size: 15px;
    }

    section.purchase .container {
        max-width: calc(100% - 20px);
    }

    section.locations .available-content p {
        width: calc(100% - 10px);
    }

    section.ship .container {
        max-width: calc(100% - 20px);
    }

    section.mobile-app .mobile-content h1 {
        font-size: 26px;
        line-height: 32px !important;
    }

    section.mobile-app .mobile-content p.first {
        width: calc(100% - 0px);
    }

    .purchase-content h1,
    .buy-content h1,
    .door-to-door-content h1,
    .fullfilment-content h1,
    .local-delivery-content h1 {
        font-size: 26px;
    }
}

@media (max-width: 454px) {
    .door-to-door-content h1 {
        font-size: 26px;
        font-weight: 500;
    }

    .text-heading p {
        width: calc(100% - 0px);
    }

    .delivery-chart .delivery-box p {
        font-size: 16px;
    }

    section.choose .choose-box {
        padding: 34px 29px 0px 29px;
    }

    section.locations .available-content h1 {
        font-size: 22px;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        background-size: cover !important;
    }
}

@media (max-width: 377px) {
    section.purchase .container {
        max-width: calc(100% - 0px);
    }

    .text-heading p {
        padding: 20px 0;
    }

    .purchase-content .delivery-chart .delivery-box {
        gap: 7px;
    }

    .purchase-content h1 {
        font-size: 26px;
    }

    .purchase-content .delivery-chart .delivery-box p {
        font-size: 15px;
    }

    section.counter .counter-box h1 {
        font-size: 26px;
    }

    .countdown {
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.counter .counter-box {
        margin: 0 auto 25px;
    }

    section.counter .counter-box.three,
    section.counter .counter-box.four {
        margin: 0px auto 25px;
    }

    section.locations .available-content h1 {
        font-size: 26px;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship- box.three {
        width: 100%;
        background-size: cover !important;
    }

    section.mobile-app .mobile-content .button-group {
        width: 100%;
        justify-content: center;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 26px;
    }

    section.choose .choose-box p.last {
        width: calc(100% - 0px);
    }

    section.locations .available-content h1 {
        font-size: 26px;
    }

    section.mobile-app .mobile-content .play-buttons {
        padding: 5px 7px;
    }
}

.carousel-indicators {
    position: inherit !important;
    align-items: baseline !important;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    width: 18% !important;
    height: auto !important;
    text-indent: 0 !important;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
    color: #000 !important;
    padding: 1px 0 0 0;
    line-height: 16px;
}

section.delivery li.active {
    background: #02111B !important;
    border-radius: 100px;
    padding: 0px 20px 0;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}

[translate="no"] {
    user-select: none;
    unicode-bidi: isolate;
}
