/* --- Chat vs Cookies position --- */

#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 0.5rem calc(50px + 1rem) 0.5rem 5%;
    background-color: #e1e479;
    color: #fff;
    z-index: 100;
    font-size: 13px;
}

@media (max-width: 1200px) {
    #cookie-bar {
        padding: 0.5rem
    }
}

#cookie-bar a,
#cookie-bar a:hover {
    color: #fff;
    text-decoration: underline;
}

#cookie-bar a u {
    text-decoration: none;
}

#cookie-bar .btn {
    font-size: 13px;
    padding: 8px 18px;
    background-color: #fff;
    color: #000;
}
#cookie-bar .btn:hover {
    border: 1px solid #fff!important;
}

body.noaccept #chat-widget-container {
    bottom: 53px !important;
}

body.noaccept.accept #chat-widget-container,
body.accept #chat-widget-container {
    bottom: 0 !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 630px) and (max-width: 767px) {
    body.noaccept #chat-widget-container {
        bottom: 110px !important;
    }
}

@media (min-width: 455px) and (max-width: 629px) {
    body.noaccept #chat-widget-container {
        bottom: 0 !important;
    }

    #cookie-bar .text-center {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    #cookie-bar #accept-cookies {
        margin-top: -8px;
    }

    #cookie-bar {
        padding-top: 16px;
    }
}

@media (max-width: 454px) {
    body.noaccept #chat-widget-container {
        bottom: 135px !important;
    }

    #cookie-bar .text-center {
        padding-left: 0;
        padding-right: 0;
    }
}

/* select product */
.product-details-content #product-selection {
    position: relative;
}

.product-details-content #product-selection .row {
    margin: 0;
}

.product-details-content #product-selection #chevron.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-details-content #product-selection #color-option {
    display: none;
    position: absolute;
    left: 0;
    max-width: 563px;
    z-index: 10;
    background: white;
    border: 0.5px solid rgb(221, 221, 221);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.20);
    margin-top: 5px;
    padding: 0.5rem 1px;
}

.product-details-content #product-selection .color-option {
    padding: 0 1.2rem 0 0.5rem;
    background-color: white;
    cursor: pointer;
}

.product-details-content #product-selection .color-option:hover {
    filter: brightness(.96);
}

.product-details-content #product-selection #color-selected {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 20%);
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
}
.modal {
    z-index: 999999!important;
}
#added-modal .credit-cards .credit-card {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-right: 5px;
    background-size: contain;
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
}

/* PLANS */
.plansCard {
    position: relative;
}
.offerNamePrice > h5 {
    font-weight: 500;
}
.giftPrime2 > p {
    display: inline;
}
.mb-2.text-decoration-line-through {
    display: none;
}
h2.display-6 {
    color: black !important;
    font-weight: 600;
    font-size: 45px;
}
.offerNamePrice > .mb-0 {
    color: gray;
    font-weight: 400;
}
.order-0 .featuresPrime {
    margin: 0;
}
.order-4 > div {
    background: var(--bg-plan4) !important;
}
.order-5 > div {
    background: black !important;
}
.order-5 p, .order-5 h2, .order-5 h5, .order-5 li {
    color: white !important;
}
.order-5 .btn {
    background: white !important;
    color: black !important;
}
.buttonParent {
    width: 100%;
    padding: 0 20px;
    bottom: 0;
    left: 0;
}
.buttonParent>a {
    position: absolute;
    bottom: 0;
    left: 32%;
}
#cancelModal form {
    padding: 3rem !important;
}
.alert {
    /*999999;*/
    z-index: 8000;
}