#highlights {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 50px;
    margin-top: 88px;
}

.highlight {
    position: relative;
    width: 100%;
    display: block;
    height: auto !important;
    text-align: center;
    color: white;
    font-size: 48px;
    text-decoration: underline;
}

.widthContainer {
    width: 100%;
}


#imageGroupTitle {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #333234;
    text-align: center;
}

.slick-dots {
    bottom: 20px;
}

figure.videoIndex {
    margin-top: 90px;
    margin-bottom: 60px;
}

figure.videoIndex video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dots li button:before {
    border: 2px solid #58595b;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    color: transparent;
    opacity: 0.5;
    font-size: 0px;
}

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

.shopContainer {
    /* min-height: 500px; */
    width: 92%;
    margin-left: 4%;
    float: left;
    position: relative;
}

.shopTitle {
    color: #000000;
    font-size: 40px;
    letter-spacing: 0.1em;
}

#beers {}

.filtersContainer {
    width: auto;
    float: left;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 19px;
}

.infoContainer {
    color: #666666;
    font-size: 17px;
    margin-top: 30px;
    float: left;
    width: 92%;
    line-height: 20px;
    margin-bottom: 25px;
    margin-left: 4%;
}

.filterName {
    width: fit-content;
    float: left;
}

#beersFilter {
    background-color: transparent;
    margin-top: -3px;
    text-indent: 9px;
    margin-left: 20px;
    cursor: pointer;
}

#beerArrow {
    margin-left: -25px;
    margin-top: 30px;
    position: absolute;
    pointer-events: none;
}

select option {
    background-color: #0e1e32 !important;
    text-indent: 7px;
}

/* VIDEO HARDCODEADO VIMEO */
.videoIndex {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.videoIndex iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  */


.filterOption {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    border-bottom: 1.5px solid transparent;
    opacity: 0.7;
}

.filterOption:hover,
.selectedFilter {
    border-bottom: 1.5px solid #000000;
    opacity: 1;
}

#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: white;
    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 white;
    border-radius: 5px;
    color: white;
    font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
    opacity: 1;
}

.contactInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.contactInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.contactInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    opacity: 1;
}

.contactInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    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: white;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
    border-radius: 3px;
    border: 2px solid #84cdc4;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

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

#imageGroups {
    width: 1065px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 60px;
}

.brandLogo {
    float: left;
    width: 15%;
    margin-left: 1%;
}

#brandsContainer {
    width: 80%;
    background-color: #ebebeb;
    height: fit-content;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 50px;
}

#newsLetterContainerIndex {
    width: 79%;
    margin: 0px auto;
    border-top: 0px solid #FF96A2;
    height: 196px;
}

.titleLine {
    width: fit-content;
    background-color: #FF96A2;
    margin: 0px auto;
    font-size: 27px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 34px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#emailFooterInput {
    float: right;
}

#subscribeNewsletterButton {
    width: 140px;
    background-color: #FF96A2;
    text-align: center;
    height: 40px;
    border-radius: 22px;
    font-weight: 900;
    color: white;
    font-size: 21px;
    line-height: 40px;
    margin-left: 55px;
    margin-top: 70px;
    cursor: pointer;
    text-transform: lowercase;
    float: left;
}

#headerDummy {
    position: fixed !important;
}

.shownBar {}

@media screen and (max-width: 768px) {
    .promoColumnImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px;
    }

    #highlights {
        margin-top: 60px;
    }

    figure.videoIndex {
        margin-top: 60px;
        /* height: calc(82vh - 60px); */
        margin-bottom: 30px;
    }

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

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

    #paymentAndShipping {
        height: auto;
        overflow: hidden;
    }

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

    #deliveryOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0px;
        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: 0px;
        position: relative;
        /* border-bottom: 1px solid #F7F7F7; */
        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: 0px;
        height: 20px;
    }

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

    #specialOffers {
        display: none;
    }

    .dots {
        display: none;
    }

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

    .specialOfferImg {
        margin-left: 0px;
    }

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

    .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: 0px;
        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;
    }

    #imageGroups {
        width: 100%;
    }

    .highlight {
        width: 100% !important;
    }

    .titleLine {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    #newsLetterTitleContainer {
        width: 100%;
    }

    #newsLetterInputsContainer {
        width: 95%;
        height: 83px;
    }

    #subscribeNewsletterButton {
        width: 50%;
    }

    .newsletterinput {
        width: 80%;
        margin: 0px auto;
        float: none !important;
        margin-left: 10%;
        margin-bottom: 14px;
        height: 28px;
    }

    #newsLetterSubtitle {
        font-size: 21px;
    }

    .shopTitle {
        font-size: 32px;
    }

    .filtersContainer {
        font-size: 16px;
    }

    .infoContainer {
        line-height: 20px;
        font-size: 15px;
    }

    #beerArrow {
        margin-top: 5px;
    }
}