.font-family-inherit {
    font-family: MontserratRegular, sans-serif!important;
}

.compliment-products-modal {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 1020;
}

.font-family-montserrat-regular{
    font-family: MontserratRegular,serif !important;
}
.font-family-montserrat-medium{
    font-family: MontserratMedium,serif !important;
}

.sale-compliments-1{
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 2%;
}

.sale-compliments-2{
    text-align: center;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 2%;

}

@media screen and (max-width: 32em){
    .sale-compliments-2-font-size-miniphone {
    font-size: 0.5rem;
  }
}

@media screen and (min-width: 32em) and (max-width: 42em){
    .sale-compliments-2-font-size-phone {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 42em) and (max-width: 82em){
    .sale-compliments-2-font-size-ipad {
    font-size: 0.7rem;
  }
}

.sale-margin{
    margin-top: 2%
}

.compliment-products-modal-body {
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 90%;
    height: 90%;
    position: relative;
    overflow: hidden;
}

#compliment_close {
    width: 40px;
    height: 40px;
    background-color: #FED4B1;
    border: 0;
    float: right;
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
}

.compliment-products-modal-title {
    font-style: normal;
    font-weight: normal;
    font-size: 5vh;
    text-transform: uppercase;
    margin-left: 10%
}

.compliment-products-modal-title p:first-child{
    padding-top: 2%
}

.compliment-products-modal-title p:last-child{
    margin-bottom: 0;
    margin-top: -1%
}

.main-color {
    color: #EB9D6D;
}

.compliment-products-modal-subtitle {
    background-color: #FCD7B6;
    font-style: italic;
    text-transform: lowercase;
}

.compliment-products-modal-subtitle-p {
    margin-left: 10%;
    color: #1C1C1C;
    font-size: 3vh;
    line-height: 3.5vh;
}

.card-container {
    margin-left: 10%;
    margin-right: 10%;
}

.compliment-card {
    width: 20vw;
    max-height: 70vh;
    margin: 0 auto;
    padding-top: 0;
}

.compliment-nav-arrow {
    top: 30vh;
    bottom:50vh;
    opacity: .9
}

.compliment-desktop-response {
    display: block;
    height: 70%
}

.compliment-mobile-response {
    display: none;
}

@media (max-height: 800px) {
    .compliment-image {
        max-height: 45vh!important;
    }
}

@media (max-width: 800px) {
    .compliment-products-modal {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;

        display: none;
        flex-flow: column nowrap;
        justify-content: flex-end;
        align-items: center;
        z-index: 120;
    }

    .compliment-products-modal-body {
        border-radius: 40px 40px 0 0;
        width: 100%;
        height: 80%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .compliment-products-modal-title {
        font-size: 150%;
        margin-left: 5%;
        margin-top: 3%;
    }

    #compliment_close {
        background-color: #FFF;
        top: 10px;
        right: 10px;
    }

    .compliment-products-modal-subtitle{
        padding: 3% 0;
    }

    .mobile-compliment-stick {
        margin-top: 3%!important;
    }

    .mobile-compliment-icon{
        position: absolute;
        right: 3vw;
        top: 5vh;
    }

    .main-color {
        margin-bottom: .1rem!important;
    }

    .compliment-products-modal-subtitle-p {
        margin-left: 5%;
        color: #1C1C1C;
        font-size: 105%;
        line-height: 130%;
        margin-bottom: .1rem!important;
        display: flex;
        align-items: center;
    }

    .compliment-desktop-response {
        display: none;
    }

    .mobile-compliment-price {
        width: 100%!important;
    }

    .compliment-mobile-response {
        display: block;
        margin-top: 2%;
    }

    .compliment-card {
        width: 100%;
        max-height: 65vh;
        margin: 0;
        padding-top: 0;
    }

    .mobile-card {
        width: 50% !important;
        height: 50vh;
        max-height: 70vh;
    }

    .card-container {
        flex-direction: row;
    }

    .compliment-image {
        height: 30vh;
        width: 40vw;
    }

    .mobile-compliment-container {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 1720px) {
    .compliment-products-modal-body {
        width: 1530px
    }

    .compliment-card {
        width: auto;
    }
}

@media (min-width: 800px) {

    .compliment-card {
        width: auto;
    }

    .compliment-products-modal {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: none;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        z-index: 1020;
    }

    .compliment-image {
        max-height: 50vh;
    }
}