#shippingPopupContainer,
#paymentPopupContainer,
#pickupPopupContainer {
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: none;
    top: 0;
    left: 0
}

#shippingPopupContainer.openedPopup,
#paymentPopupContainer.openedPopup,
#pickupPopupContainer.openedPopup {
    display: flex;
    opacity: 1
}

.backDrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    pointer-events: all;
    mix-blend-mode: normal;
    backdrop-filter: blur(9px)
}

.backDrop.triggered {
    display: block
}

#shippingPopup,
#paymentPopup,
#pickupPopup {
    box-sizing: border-box;
    background: #f9f9f9;
    position: relative;
    max-width: 90%;
    width: 80vh;
    width: 95vh
}

.popup-header {
    width: 100%;
    display: flex;
    align-items: center;
    height: 8vh;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%)
}

.popup-closeButton {
    position: absolute;
    color: #124194;
    width: 12px;
    font-size: 20px;
    right: 5%;
    cursor: pointer;
    font-weight: 700
}

.popup-title {
    width: 95%;
    display: block;
    background: #fff;
    color: #124194;
    font-size: 20px;
    text-align: left;
    line-height: 50px;
    font-weight: 700;
    padding-left: 5%;
    /* display:none; */
}

.popup-body {
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 15px
}

.text-container {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 15px
}

.mainTitle {
    color: #124194;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600
}

.subtitle {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600
}

.text {
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
    color: #000;
    line-height: 16px
}

.final-text {
    margin-top: 35px;
    margin-bottom: 20px;
    color: #000;
    line-height: 20px;
    font-size: 13px;
    width: 100%
}

.final-text article {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.final-text h3 {
    font-size: 15px;
    font-weight: 700
}

.final-text article p {
    margin: 3px 0
}

.popup-mapContainer {
    width: 100%;
    height: 430px;
    margin: 20px auto;
    background-color: #35b7a7
}

#paymentPopupContainer .text-container {
    width: 100%;
    height: 55vh
}

.text-container img {
    width: 100%;
    height: auto
}

#pickupPopupContainer .final-text {
    margin: 30px auto;
    color: #000;
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

#pickupPopupContainer .popup-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: unset
}

#pickupPopupContainer .popup-body {
    margin-top: 8vh
}

#highlights {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 38%;
    margin: 0 auto
}

.highlight {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center;
    color: #fff;
    font-size: 48px;
    text-decoration: underline
}

.slick-slide img {
    width: 100% !important;
}

.slick-prev {
    width: 50px;
    height: 50px;
    left: -10PX;
    background: #00aae3;
    border-radius: 0 100% 100% 0;
    z-index: 9
}

.slick-prev:before {
    content: url(../../files/arrowWhiteLeft.png)
}

.slick-next {
    width: 50px;
    height: 50px;
    right: -10PX;
    background: #00aae3;
    border-radius: 100% 0 0 100%
}

.slick-next:before {
    content: url(../../files/arrowWhiteRight.png)
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #00aae3
}

.widthContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#imageGroupTitle {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 60px;
    color: #333234;
    text-align: center
}

.slick-dots {
    bottom: 12px
}

.slick-dots li {
    width: 12px;
    height: 14px
}

.slick-dots li button:before {
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: #5a5a5a;
    color: transparent;
    opacity: .2;
    font-size: 0
}

.slick-dots li.slick-active button:before {
    opacity: 1
}

#specialOffersContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent
}

#specialOffersTitle {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
    color: #84cdc4;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px
}

#specialOffersDiv {
    position: relative;
    margin: 0 auto;
    width: 1250px;
    margin-top: 25px
}

#specialOffersLeftArrow {
    position: absolute;
    left: 5px;
    height: 50px;
    top: 92px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

#specialOffersLeftArrow:hover {
    left: 0
}

#specialOffersRightArrow {
    position: absolute;
    right: 5px;
    height: 50px;
    top: 92px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

#specialOffersRightArrow:hover {
    right: 0
}

#specialOffers {
    position: relative;
    height: auto;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden
}

.specialOffer {
    position: relative;
    float: left;
    width: 330px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    top: 0
}

.specialOffer:hover {
    top: -10px
}

.specialOfferImg {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 180px
}

.specialOfferInfo {
    position: relative;
    width: 98%;
    margin: 0 auto;
    height: 45px;
    margin-top: 10px;
    border: 2px solid #84cdc4;
    border-radius: 2px;
    display: table
}

.specialOfferTitle {
    position: relative;
    color: #8e8e8e;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 130px;
    line-height: 14px;
    padding-top: 3px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.specialOfferPrice {
    position: relative;
    float: right;
    color: #8e8e8e;
    margin-right: 20px;
    font-weight: 700;
    font-size: 14px;
    padding-top: 17px
}

#promotions {
    height: 570px
}

#promoShadow {
    width: 75%;
    margin: 0 auto;
    height: 16px;
    position: relative;
    margin-bottom: 30px
}

#topPromotionImages {
    height: 240px;
    margin-top: 40px;
    width: 100%
}

#bottomPromotionImages {
    height: 270px
}

.promoColumnImages {
    width: 275px;
    height: 275px;
    margin-left: 70px;
    float: left;
    display: inline-block;
    position: relative;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.promoColumnImages:hover,
.promoWideImages:hover {
    cursor: pointer
}

.promoWideImages {
    margin-left: 70px;
    height: 230px;
    width: 448px;
    margin-top: 20px;
    float: left;
    position: relative;
    display: inline-block;
    background-size: 100%;
    background-position: 50% 50%;
    margin-bottom: 15px;
    background-repeat: no-repeat
}

.promoImageColumnBkg {
    height: 20%;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.promoImageWideBkg {
    height: 20%;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: #333234;
    opacity: .8
}

.promoImageColumnText {
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-top: 17px;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: uppercase
}

.promoImageColumnPrice {
    margin-left: 10px;
    margin-top: 5px;
    float: left
}

.promoImageWideText {
    float: left;
    margin-left: 5px;
    margin-top: 5px
}

.promoImageWidePrice {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    height: auto;
    padding-bottom: 15px
}

#mapDiv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    min-width: 1100px;
    margin-top: 20px
}

#contactDiv {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #b2d6d1
}

#contactTitle {
    position: relative;
    margin-top: 80px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px
}

.contactInput {
    position: relative;
    float: left;
    width: 360px;
    padding-left: 15px;
    margin-top: 30px;
    height: 35px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px
}

.contactInput::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.contactInput:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.contactInput::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.contactInput:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.contactInput::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

#contactName {
    margin-left: 150px;
    margin-right: 40px
}

#contactMessage {
    margin-left: 150px;
    width: 780px;
    padding-top: 10px;
    height: 200px;
    resize: none
}

#contactSend {
    position: relative;
    float: right;
    width: 300px;
    margin-right: 150px;
    margin-top: 20px;
    height: 40px;
    background-color: #84cdc4;
    color: #fff;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
    border-radius: 3px;
    border: 2px solid #84cdc4;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

#contactSend:hover {
    background-color: #35b7a7;
    border: 2px solid #35b7a7
}

.leftArrow {
    position: absolute;
    z-index: 9;
    top: 308px;
    left: 20px;
    cursor: pointer
}

.rightArrow {
    position: absolute;
    z-index: 9;
    top: 308px;
    right: 20px;
    transform: rotate(180deg);
    cursor: pointer
}

.homeInfoContainer {
    position: relative;
    width: calc(98% - 20px);
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-left: 1%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7
}

.homeInfo {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px
}

.info {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    align-items: center;
    border-right: 1px solid;
    border-color: #00abda
}

.imageInfo {
    width: 20%;
    margin: auto;
    text-align: center
}

.imageInfo img {
    height: 64px
}

.textInfo {
    color: #525252;
    width: 60%;
    margin-right: 10%
}

.noBorder {
    border: none
}

.firstLine,
.secondLine,
.thirdLine {
    width: 90%;
    margin: auto
}

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

.secondLine {
    font-size: 14px;
    line-height: 18px
}

#paymentsViewMore {
    cursor: pointer;
    color: #00aae3
}

.thirdLine {
    font-size: 10px;
    line-height: 16px
}

.homeInfo .info:nth-child(2) .textInfo .firstLine,
.homeInfo .info:nth-child(3) .textInfo .firstLine {
    font-size: 15px
}

.homeInfo .info:nth-child(2) .textInfo .secondLine,
.homeInfo .info:nth-child(3) .textInfo .secondLine {
    font-size: 13px
}

@media screen and (max-width: 768px) {
    #content {
        width: 100%;
        padding: 0
    }

    .popup-title {
        display: block
    }

    .centeredContent,
    .widthContainer {
        width: 100% !important;
        margin-left: 0px !important
    }

    .leftArrow {
        display: none
    }

    .rightArrow {
        display: none
    }

    #backImage,
    #frontImage {
        display: none
    }

    .mainImageTextBox,
    #mainImageTextBoxTransparent {
        display: none !important
    }

    #frontImageMobile {
        display: block;
        height: 250px;
        background-size: cover
    }

    #backImageMobile {
        display: block;
        height: 250px;
        background-size: cover
    }

    #mainImageTextBoxTransparent {
        display: none
    }

    .mainImageTextBox {
        display: none
    }

    #mainImageSelectorTransparent {
        width: 300px;
        top: initial;
        bottom: 10px;
        left: 50%;
        margin-left: -150px;
        height: 83px
    }

    .mainImageSelector {
        width: 300px;
        top: initial;
        bottom: 10px;
        left: 50%;
        margin-left: -150px;
        height: 83px
    }

    .mainImageSelect {
        width: 90px;
        height: 67px;
        float: left;
        margin-right: 1px
    }

    .promoColumnImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px
    }

    .promoWideImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px;
        margin-top: 0
    }

    #promoShadow {
        width: 80%;
        margin-bottom: 10px
    }

    #paymentAndShipping {
        height: auto;
        overflow: hidden
    }

    #paymentOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0;
        position: relative;
        border-bottom: 1px solid #f7f7f7;
        overflow: hidden;
        text-align: center
    }

    #deliveryOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0;
        position: relative;
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 5px;
        overflow: hidden;
        text-align: center
    }

    #locationOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0;
        position: relative;
        overflow: hidden
    }

    #deliveryOptions:hover,
    #locationOptions:hover {
        cursor: pointer
    }

    .paymentOption {
        height: 20px;
        margin-right: 4px;
        margin-left: 4px;
        float: none;
        margin-top: 15px;
        margin-bottom: 10px
    }

    #mobileCreditCard {
        display: block
    }

    #mobileDelivery {
        display: block;
        margin-top: 13px;
        width: 36px;
        float: left;
        margin-left: 20px;
        display: inline-block;
        margin-bottom: 8px
    }

    #mobileLocation {
        display: block;
        background-image: url(../../files/paymentLocationIcon.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 10px;
        width: 18px;
        height: 24px;
        float: left;
        margin-left: 29px;
        display: inline-block;
        margin-bottom: 13px
    }

    #paymentOption2 {
        width: 26px;
        height: 18px;
        margin-top: 8px
    }

    #paymentText {
        display: none
    }

    #deliveryOptionIcon {
        display: none
    }

    #locationOptionIcon {
        display: none
    }

    #deliveryOptionText {
        margin-top: 17px;
        margin-left: 20px;
        font-size: 13px;
        float: left;
        top: 0;
        height: 20px
    }

    #locationOptionText {
        margin-top: 17px;
        margin-left: 28px;
        font-size: 13px;
        float: left;
        top: 0;
        height: 20px
    }

    #specialOffers {
        display: none
    }

    .dots {
        display: none
    }

    #specialOffersMobile {
        display: block;
        padding-top: 0;
        padding-bottom: 10px
    }

    .specialOfferImg {
        margin-left: 0
    }

    #specialOffersTitle {
        margin-top: 25px;
        margin-bottom: 0
    }

    .specialOffer {
        height: auto;
        overflow: hidden
    }

    #offersLeftArrowContainer {
        position: absolute;
        margin-top: 41px;
        width: 15%;
        height: 250px
    }

    .imagesLeftArrow {
        background-image: url(../../images/carousell/leftArrow.png);
        height: 30%;
        width: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 30%;
        top: 30%
    }

    #offersRightArrowContainer {
        width: 15%;
        height: 250px;
        position: absolute;
        right: 0;
        margin-top: 41px
    }

    .imagesRightArrow {
        background-image: url(../../images/carousell/rightArrow.png);
        height: 30%;
        width: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 30%;
        top: 30%
    }

    .mainImageSelect {
        background-size: cover
    }

    .homeInfoContainer {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
        margin-left: 0
    }

    .securityInfo {
        height: 85px;
        font-size: 14px;
        line-height: 85px;
        position: relative;
        width: 75%;
        padding-left: 15%;
        margin: auto;
        color: #525252
    }

    .securityInfo img {
        position: absolute;
        height: 30px;
        top: 26px;
        left: 5%
    }

    .homeInfo {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        grid-template-columns: none;
        grid-column-gap: 0;
        grid-row-gap: 0
    }

    .info {
        display: flex !important;
        position: relative;
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
        border-right: none
    }

    .imageInfo {
        width: 25%;
        margin: unset
    }

    .textInfo {
        width: 70%;
        margin-right: 0%
    }

    .imageInfo img {
        height: 50px;
        margin: auto;
        max-width: 55px
    }

    .firstLine,
    .secondLine,
    .thirdLine {
        width: 91%;
        margin: auto
    }

    .firstLine {
        font-size: 14px;
        line-height: 18px
    }

    .secondLine {
        font-size: 11px;
        line-height: 15px
    }

    .thirdLine {
        font-size: 10px;
        line-height: 14px
    }

    #shippingPopup,
    #paymentPopup,
    #pickupPopup {
        height: 70vh;
        overflow: hidden
    }

    #shippingPopup {
        overflow: unset
    }

    .subtitle {
        font-size: 14px
    }

    .final-text {
        font-size: 11px;
        margin: 10px auto;
        margin-top: unset
    }

    .popup-body {
        overflow: scroll;
        height: calc(62vh - 10px)
    }

    .text-container {
        height: 60vh;
        overflow: scroll
    }

    .text-container img {
        position: relative;
        top: -80px
    }

    .final-text h3 {
        font-size: 14px
    }

    .popup-mapContainer {
        height: 280px;
        margin: unset
    }

    #paymentPopupContainer .text-container {
        height: 60vh
    }

    #pickupPopupContainer .final-text {
        width: 90%;
        font-size: 11px;
        margin-bottom: 10px;
        gap: 5px;
        flex-direction: column
    }

    #pickupPopupContainer .final-text article {
        align-items: center
    }

    #pickupPopupContainer .final-text article p {
        margin: 1px 0
    }

    #pickupPopup {
        height: auto
    }

    #pickupPopupContainer .popup-header {
        margin-bottom: unset;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

    #pickupPopupContainer .popup-body {
        height: auto;
        margin-top: 8vh
    }
}

@media screen and (min-width: 415px) and (max-width:768px) {
    .groupItem {
        height: 300px
    }

    .textColumn {
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 13px;
        margin-bottom: 10px
    }
}