html, body {
    height: 100%;
    /*overflow: overlay;*/
    font-family: Helvetica Neue;
    background-image: url("../images/main_bg.png");
    background-attachment: fixed;
}

@font-face {
    font-family: "Gerstner Programm";
    src: url("fonts/GerstnerProgramm-Regular.otf");
}

@font-face {
    font-family: "Gerstner Programm Medium";
    src: url("fonts/GerstnerProgramm-Medium.otf");
}

@font-face {
    font-family: "Gerstner Programm Bold";
    src: url("fonts/GerstnerProgramm-Bold.otf");
}

@font-face {
    font-family: "Gerstner Programm Light";
    src: url("fonts/GerstnerProgramm-Light.otf");
}

a {
    cursor: pointer;
    color: #000000;
}

a:hover {
    color: #E50023;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
}

.hide {
    display: none;
}


.module-content {
    border-radius: 0 0 12px 12px;
}

.module {
    margin-top: 40px;
}

.module-header {
    height: 40px;
    /* header gradient */
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 1px solid #000000;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: 'Gerstner Programm';
    font-size: 18px;
    line-height: 22px;
}

.left-side-row {
    width: 45%;
    float: left;
    position: sticky;
    /*flex: 1;*/
    margin-right: -12px;
    margin-left: -12px;
    top: 80px;
    z-index: 10;
}

.sticky-container {
    display: flex;
    align-items: self-start;
}

.overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1002;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.video-popup {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    max-width: 80%;
    right: 0;
    height: auto;
    margin: auto;
    z-index: 1003;
    overflow: visible;
}

.close-video {
    cursor: pointer;
    color: black;
    border-radius: 3px;
    background: transparent;
    font-size: 31px;
    position: absolute;
    z-index: 1002;
    opacity: 0.9;
    right: 9px;
    top: 8px;
    font-family: 'Gerstner Programm Light';
}

.video-header {
    height: 40px;
    /* header gradient */
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 1px solid #000000;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: 'Gerstner Programm';
    font-size: 18px;
    line-height: 22px;
}

.close-video:before {
    content: "×";
}

.main-video {
    border-radius: 0 0 12px 12px;
    width: 100%;
}

/* nav */
.desktop-nav {
    display: flex;
    height: 41px;
    padding-left: 20px;
    /* header gradient */
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 1px solid #000000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
    position: sticky;
    top: 0;
    z-index: 1001;
}

.desktop-nav a, .mobile-nav a {
    color: black;
}

.nav-name {
    font-family: 'Gerstner Programm Bold';
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    width: 45%;
}

.right-desktop-nav {
    width: 50%;
    display: flex;
    align-items: center;
    font-family: 'Gerstner Programm';
    font-size: 18px;
    line-height: 22px;
}

.right-desktop-nav li {
    width: 33%;
}

.right-desktop-nav a.active {
    font-family: "Gerstner Programm Bold";
}

/*  footer  */

.footer {
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 1px solid #000000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    z-index: 1010;
}

.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.mobile-link-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.mobile-link-container a {
    font-family: 'Gerstner Programm';
    font-size: 18px;
    line-height: 22px;
}

.mobile-link-container a.active {
    font-family: 'Gerstner Programm Bold';
}

/*  top module  */

.main-gif {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.marquee {
    font-family: 'Gerstner Programm Light';
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 55px;
    --offset: 20vw;
    --move-initial: calc(-20% + var(--offset));
    --move-final: calc(-40% + var(--offset));
}

.marquee-inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(0, 0, 0);
    animation: marquee2 20s linear infinite;
    animation-play-state: play;
}

.marquee-inner span {
    display: inherit;
    width: 332px;
    vertical-align: middle;
    line-height: 55px;
    font-family: 'Gerstner Programm Light';
    font-size: 20px;
}

.marquee-inner-mobile {
    width: max-content;
    position: absolute;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}

.marquee-inner-mobile span {
    float: left;
    width: 333px;
    font-family: 'Gerstner Programm Light';
    font-size: 20px;
    height: 55px;
    line-height: 55px;
}

@keyframes marquee2 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

img.globe-gif {
    height: 51px;
}

.first-module {
    margin-bottom: 0;
    margin-top: 0;
}

.main-container {
    margin-top: 40px;
}

.main-module-header {
    height: 90px;
    /* header gradient */
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 1px solid #000000;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Gerstner Programm';
}

.user-name {
    font-size: 16px;
    line-height: 20px;
}

.user-name-link {
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #E50023;
    margin-top: 7px;
}

.status-text {
    font-size: 16px;
    line-height: 20px;
}

.green-dot {
    animation: blink 680ms step-start infinite;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 93px;
    top: 7px;
    background-color: #33ff33;
}

@keyframes blink {
    50% {
        opacity: 0;

    }
}

.status {
    font-size: 18px;
    line-height: 22px;
    margin-top: 7px;
}


.main-leaf-container {
    /*width: 17%;*/
    text-align: center;
    max-width: 110px;
    width: 100px;
    margin-right: -30px;
}

.user-name-container {
    width: 30%;
}

.status-container {
    width: 30%;
}

.member-container {
    display: none;
}

.main-module-footer {
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 1px solid #000000;
    height: 55px;
    border-radius: 0 0 12px 12px;
}

.main-module-content {
    /*margin-bottom: -6px;*/
}


/*  values module  */

.tooltip-text {
    width: 245px;
    background-color: white;
    border: 1px solid #E50023;
    border-radius: 12px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 37%;
    left: 74%;
    opacity: 0;
    transition: opacity 0.3s;
    font-family: 'Gerstner Programm';
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    color: #E50023;
}

/*.value-container:hover .tooltip-text {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

.tooltip-text.active {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
}

.values-module .module-content {
    height: 170.63px;
    /* light-grey */
    background: #EDEDED;
    border: 1px solid #000000;
    border-top: none;
    display: flex;
    justify-content: space-evenly;
    /*justify-content: space-around;*/
    align-items: center;
}

.value-container {
    font-family: 'Gerstner Programm Medium';
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    width: 33%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.value-image {
    position: relative;
    z-index: 1000;
    width: 90px;
    height: 90px;
    margin-bottom: 14px;
}

/* always fresh module */

img.disintegrate-gif {
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.fresh-module .module-content {
    min-height: 493px;
    display: flex;
    background: #4E563E;
    flex-direction: column;
    justify-content: center;
}

/*  stockist module  */

.stockist-module .module-content {
    height: 583.36px;
    border: 1px solid #000000;
    border-radius: 0 0 12px 12px;
    border-top: none;
}

/*  thank you module  */

.thank-you-module {
    margin-bottom: 120px;
}

.thank-you-module .module-content {
    background: #EDEDED;
    border: 1px solid #000000;
    border-radius: 0 0 12px 12px;
    border-top: none;
    text-align: center;
}

.thank-you-footer {
    padding-bottom: 25px;
    font-family: 'Gerstner Programm';
    font-size: 12px;
    line-height: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.thank-you-red {
    font-family: 'Gerstner Programm';
    font-size: 44.6121px;
    line-height: 55px;
    /* Variety Red */
    color: #E50023;

    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.border-line {
    border: 1px solid #000000;
    margin-bottom: 25px;
    border-top: none;
}

img.leaf-image {
    height: 180px;
    margin-top: 27px;
}

.thank-you-sub-footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* width: 140px; */
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gerstner Programm';
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    max-width: 300px;
}

.thank-you-sub-footer a {
    font-family: 'Gerstner Programm Medium';
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.thank-you-sub-footer a:hover {
    text-decoration-line: underline;
    color: #000000;
}


/*  contact module  */

.contact-module .module-content {
    background: #F2F2F2;
    border: 1px solid #000000;
    border-radius: 0 0 12px 12px;
    border-top: none;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 65px;
}

.location-module .module-content {
    background: #F2F2F2;
    border: 1px solid #000000;
    border-radius: 0 0 12px 12px;
    border-top: none;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
    padding-bottom: 65px;

}

.location-block {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
}

.location-city-header {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.location-block .location-block-header {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #E50023;
}

.location-block .location-block-content {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000000;
}

.contact-phone-img:hover, .contact-hand-img:hover {
    transform: rotate(-20deg);
}

.contact-computer-img:hover {
    transform: rotate(15deg);
}

.phone.sub-container {
    padding-bottom: 80px;
}

.sub-container.computer {
    padding-bottom: 90px;
}

.red-contact-link {
    color: #E50023;
    font-family: "Gerstner Programm Medium";
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.red-contact-link:hover {
    text-decoration: underline;
    color: #E50023;
}

.sub-contact-text {
    font-family: 'Gerstner Programm Medium';
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    margin-top: 30px;
}

/*  follow us module  */

.follow-module .module-content {
    background: #EDEDED;
    border: 1px solid #000000;
    border-radius: 0 0 12px 12px;
    border-top: none;
    padding-top: 31px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.follow-us-btn {
    background: linear-gradient(180deg, #C6C6C6 0%, #FFFFFF 100%);
    border: 0.785863px solid #000000;
    box-shadow: 0px 3.14345px 3.14345px rgba(0, 0, 0, 0.25);
    border-radius: 8.94912px;
    height: 49.86px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.follow-us-btn:hover {
    background: linear-gradient(180deg, #c6c6c6ad 0%, #FFFFFF 100%);
}

.follow-us-btn.instagram, .follow-us-btn.myspace {
    margin-bottom: 0;
}

.follow-us-image {
    height: 40px;
    width: 40px;
    mix-blend-mode: multiply;
}

.follow-us-text {
    font-family: 'Gerstner Programm';
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    display: flex;
    align-items: center;

    color: #000000;
    width: 100%;
    /*!* Inside auto layout *!*/
    /*flex: none;*/
    /*order: 0;*/
    /*flex-grow: 0;*/
}

.social-img-container {
    width: 40px;
}

.social-row {
    margin-left: 0;
    margin-right: 0;
}

.social-text-container {
    width: 100%;
    text-align: center;
}

.social-col {
    padding: 0;
}

.col.social-col.twitter, .col.social-col.myspace {
    padding-left: 10px;
}

.col.social-col.facebook, .col.social-col.instagram {
    padding-right: 10px;
}

img.follow-us-image.instagram {
    height: 33px;
    width: 33px;
    margin-left: 8px;
    margin-right: 21px;
}

img.follow-us-image.twitter {
    height: 33px;
    width: 33px;
    margin-left: 8px;
    margin-right: 21px;
}

img.follow-us-image.facebook {
    height: 38px;
    width: 38px;
    margin-left: 6px;
    margin-right: 20px;
}

img.follow-us-image.myspace {
    height: 36px;
    width: 36px;
    margin-left: 8px;
    margin-right: 20px;
    border-radius: 9px;
}

/*  delivery module  */

.delivery-module .module-content {
    background: #EDEDED;
    border: 1px solid #000000;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.delivery-top-container {
    height: 350px;
    position: relative;
    background-image: url("../images/delivery/gradient.png");
    background-size: 100% 100%;
}

.delivery-middle {
    position: relative;
    border: 1px dashed black;
}

.scissors {
    position: absolute;
    top: -9px;
    left: 27%;
    background-color: #EDEDED;
}

.dotted-line {
    position: absolute;
    width: 100%;
    height: 2px;
}

img.delivery-text {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    /*bottom: 0;*/
}

.delivery-sparkle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.truck-image {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.delivery-bottom-container {
    height: 300px;
    position: relative;
}

.delivery-sub-text {
    font-family: 'Gerstner Programm';
    font-size: 7px;
    line-height: 9px;
    color: #000000;
    /*padding-right: 20px;*/
}

img.qr-image {
    position: relative;
    top: -4px;
    cursor: pointer;
}

.bold-delivery {
    font-family: 'Gerstner Programm Bold';
}

.delivery-container {
    width: 237px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.delivery-sub-container {
    position: absolute;
    display: flex;
    width: 237px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 35px;
}

.discount {
    color: #E50023;
    font-family: 'Gerstner Programm';
    font-style: normal;
    font-size: 60px;
    line-height: 74px;
    padding-top: 5px;
    align-items: center;
}

.red-line {
    border-top: 3px solid #E50023;
    width: 100%;
    margin-top: -9px;
    margin-bottom: 10px;
}

.first-delivery {
    color: #E50023;
    font-family: 'Gerstner Programm';
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24.5px;
    margin-bottom: 17px;

}

.bold-zoomer {
    font-family: 'Gerstner Programm Bold';
}

.want-deliver {
    font-family: 'Gerstner Programm Medium';
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
}

/*  product module  */
.product-module .module-content {
    min-height: 507px;
    border-radius: 0;
    border: none;
    background-image: url("../images/products/bg.png");
    background-size: 100% 100%;
}

.product-module .module-header {
    border-bottom: none;
}

.next-image, .prev-image {
    top: 50%;
    bottom: 50%;
    font-family: 'Gerstner Programm Medium';
    font-size: 12.2583px;
    line-height: 15px;
    color: #000000;
    display: block;
    width: 38.82px;
    height: 27.92px;
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C2C2 100%);
    border: 0.681018px solid #000000;
    border-radius: 8.17221px;
    opacity: 1;
}

.next-image:hover, .prev-image:hover, .next-image:focus, .prev-image:focus {
    color: black;
}

.next-image {
    right: 20px;
}

.prev-image {
    left: 20px;
}

div#productCarousel {
    padding-top: 30px;
    padding-bottom: 30px;
}

.carousel-inner {
    padding-bottom: 30px;
}

.generic-btn, .shop-now-btn {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 75px;
    padding: 10px 30px;
    margin-right: 12px;
    font-family: 'Gerstner Programm Medium';
    font-size: 16px;
    line-height: 20px;
    color: black;
}

.generic-btn:hover {
    color: black;
}

/*:hover*/
.shop-now-btn, .shop-now-btn:hover {
    color: #E50023;
    border: 1px solid #E50023;
}

.product-btn-container {
    /* padding-bottom: 30px; */
    padding-left: 30px;
    overflow-y: auto;
    padding-bottom: 10px;
    height: 52px;
}

.btn-container {
    width: max-content;
    height: 42px;
    display: flex;
    padding-right: 30px;
}

/*Small devices (landscape phones, 375px and up)*/
@media (min-width: 375px) {

}

/*Small devices (landscape phones, 425px and up)*/
@media (min-width: 425px) {

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .row-cols-xs-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }


}

@media (min-width: 992px) {
    /*.right-side-row {*/
    /*    width: 60%;*/
    /*    flex: 1;*/
    /*    margin-right: -12px;*/
    /*    margin-left: -12px;*/
    /*    padding-left: 30px;*/
    /*}*/
    /*.product-module {*/
    /*    margin-top: 0;*/
    /*}*/
    /*.col.social-col.twitter, .col.social-col.myspace {*/
    /*    padding-right: 10px;*/
    /*}*/
    /*.col.social-col.instagram {*/
    /*    padding-left: 10px;*/
    /*}*/
    /*.member-container {*/
    /*    display: none;*/
    /*}*/
    .member-container {
        display: block;
        width: 24%;
    }

    .main-leaf-container {
        margin-right: 0;
    }

    .right-side-row {
        width: 55%;
        flex: 1;
        margin-right: -12px;
        margin-left: -12px;
        padding-left: 30px;
    }

    .product-module {
        margin-top: 0;
    }

    .member-container {
        display: none;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .member-container {
        display: block;
        width: 24%;
    }

    .value-image {
        width: 120px;
        height: 120px;
        margin-bottom: 14px;
    }

    .value-container {
        font-size: 15px;
        line-height: 18px;
    }

    .values-module .module-content {
        height: 220px;
    }
}

@media (min-width: 1300px) {
    .value-image {
        width: 140px;
        height: 140px;
        margin-bottom: 14px;
    }

    .follow-us-btn {
        margin-bottom: 0;
    }

    .value-container {
        font-size: 15px;
        line-height: 18px;
    }

    .values-module .module-content {
        height: 270px;
    }

    .contact-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .sub-container {
        width: 33%;
        padding-bottom: 0 !important;
    }

    .sub-container img {
        width: auto;
        max-height: 150px;
    }

    .row-cols-custom-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col.social-col.twitter, .col.social-col.myspace {
        padding-right: 10px;
    }

    .col.social-col.instagram {
        padding-left: 10px;
    }
}

@media (min-width: 1400px) {

    .thank-you-sub-footer {
        text-align: left;
        max-width: 300px;
    }

    .ty-upper {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    img.leaf-image {
        margin-top: 0;
        padding-right: 20px;
    }

    .tv-lower {
        display: flex;
        flex-direction: row-reverse;
    }

    .border-line {
        margin-bottom: 0;
    }

    .thank-you-red {
        margin: 0;
        max-width: 400px;
    }

    .thank-you-footer {
        padding-bottom: 10px;
        text-align: left;
        margin-left: 0;
        padding-left: 20px;
        padding-top: 10px;
        max-width: 60%;
    }

    .thank-you-sub-footer {
        margin-left: 0;
        margin-bottom: 0;
    }

    .delivery-module .module-content {
        display: flex;
    }

    .delivery-top-container {
        width: 50%;
    }

    .scissors {
        top: 40%;
        background-color: #EDEDED;
        z-index: 100;
        transform: rotate(270deg);
        left: -11px;
    }

    .delivery-bottom-container {
        width: 50%;
        margin: auto;
    }

    .value-image {
        height: 160px;
        width: 160px;
    }
}

@media only screen and (max-width: 600px) {
    #desktop-nav {
        display: none;
    }
}
