
:root {
    --font-family-sans-serif: "Montserrat",sans-serif;
}


html {
    font-family: "Montserrat",sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.intro-logo {
    width:350px;
    max-width:60%;
    margin: 30px 0 50px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: xxx;
}

h1, h2, h3 {
    margin-bottom:20px;
}


iframe {
    border:1px solid #eee;
    margin-top: 20px;
    margin-bottom: 30px;
}

.modal-dialog {
    max-width:700px;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 80%;
}
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}


section.pricing {
}
.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing hr {
    margin: 1.5rem 0;
}
.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}
.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}
.pricing .card-price .period {
    font-size: 0.8rem;
}
.pricing ul li {
    margin-bottom: 1rem;
}
.pricing .text-muted {
    opacity: 0.7;
}
.btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    /*padding: 1rem;*/
    opacity: 0.7;
    transition: all 0.2s;
    height:38px;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

.wait {
    display: block;
    width: 80px;
    height: 100px;
    border: 1px solid black;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 4px;
}


/* ************************** RADIO BUTTON FOR PAYMENT ************************************ */
/*.cc-selector input{*/
/*    margin:0;padding:0;*/
/*-webkit-appearance:none !important;*/
/*-moz-appearance:none !important;*/
/*appearance:none !important;*/
/*opacity: 0;*/
/*}*/
/*.visa{background-image:url(https://apa.internationalscienceediting.com/wp-content/uploads/2017/02/logo-stripe.png);}*/
/*.mastercard{background-image:url(https://www.etraveligroup.com/wp-content/uploads/2017/05/klarna-logo-300x150.png);}*/

/*.cc-selector input:active +.drinkcard-cc{opacity: .9;}*/
/*.cc-selector input:checked +.drinkcard-cc{*/
/*    -webkit-filter: none;*/
/*    -moz-filter: none;*/
/*    filter: none;*/
/*}*/
/*.drinkcard-cc{*/
/*    cursor:pointer;*/
/*    background-size:contain;*/
/*    background-repeat:no-repeat;*/
/*    display:inline-block;*/
/*    width:100px;height:70px;*/
/*    -webkit-transition: all 100ms ease-in;*/
/*    -moz-transition: all 100ms ease-in;*/
/*    transition: all 100ms ease-in;*/
/*    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);*/
/*    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);*/
/*    filter: brightness(1.8) grayscale(1) opacity(.7);*/
/*}*/

/*.drinkcard-cc:hover{*/
/*    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);*/
/*    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);*/
/*    filter: brightness(1.2) grayscale(.5) opacity(.9);*/
/*}*/

/* Extras */
/*a:visited{color:#888}*/
/*a{color:#444;text-decoration:none;}*/
/*p{margin-bottom:.3em;}*/

/* ***************** END RADIO BUTTON FOR PAYMENT **************************************/

/*********** IMAGES OF PAYMENT ************************/
.drinkcard-cc img{
    /*cursor:pointer;*/
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    filter: grayscale(100%);
}

.drinkcard-cc img:hover{
    filter: grayscale(0%);
}

img .stripe_radio_button{
    height: 50px !important;
    width: 50%
}

img .klarna_radio_button{
    height: 50px;
}

.product-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.product-specs > li {
    width: 19.5%;
    max-width: 19.5%;
    margin: 0 2em 0 1em;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}
ul.product-specs > li:before {
    content: '.';
    margin-left: -1em;
    margin-right: 0.7em;
    font-size: 30px;
    line-height: 18px;
    font-weight: 900;
}
ul.product-specs {
    list-style-position: outside;
}


/*********** END IMAGES OF PAYMENT ************************/

@media  (max-width: 1199px) {
    .product-specs > li {
        width: 26.5%;
        max-width: 26.5%;
    }
}

@media  (max-width: 991px) {
    .product-img {
        height: 250px;
    }
    .product-specs > li {
        width: 24.5%;
        max-width: 24.5%;
    }
}

@media  (max-width: 767px) {
    .product-specs > li {
        width: 36.5%;
        max-width: 36.5%;
    }
}

@media  (max-width: 575px) {
    .product-specs > li {
        width: 90%;
        max-width: 90%;
    }
}
