/* --- Chat vs Cookies position --- */
#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 0.5rem calc(50px + 1rem) 0.5rem 5%;
    background-color: var(--main-light);
    color: #fff;
    z-index: 100;
    font-size: 13px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.giftcard-item:hover .category--hover .category--action {
    bottom: 40px;
}

.category-item .category--content .category--hover .category--action {
    background-color: transparent !important;
}

@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;
}

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;
    }
}
#color-option {
    max-height: 279px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}
.global-announcement-box {
    z-index: 999999!important;
}
/* Prime plans */
.colParent {
    border: 2px solid var(--main);
}
.offerNamePrice {
    border-bottom: 1px solid #c0c2c4;
    padding-bottom: 1rem;
    text-align: start;
}
.offerNamePrice h5 {
    font-size: 27px!important;
    margin-bottom: 1.3rem!important;
    color: #000;
    line-height: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c0c2c4;
}
.offerNamePrice h2 {
    color: var(--main);
}
.offerNamePrice p {
    font-size: small;
    font-weight: bold;
    color: #000;
}
.featuresPrime {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: start;
}
.featuresPrime ul {
    color: #000;
}
.giftPrime {
    padding: 1rem 0;
    text-align: start;
    color: #000!important;
    border-top: 1px solid #c0c2c4;
}
.order-3 .colParent {
    background-color: var(--main-light) !important;
}
.order-3 .colParent, .order-4 .colParent {
    border: none!important;
}
.order-3 .offerNamePrice .display-6 {
    color: #000!important;
}
.order-0 .giftPrime {
    border-top: none!important;
}
.order-4 .colParent {
    background-color: #000 !important;
}
.order-4 h5, .order-4 .offerNamePrice h2, .order-4 .offerNamePrice p, .order-4 .featuresPrime ul, .order-4 .giftPrime p {
    color: #fff!important;
}
.order-4 .au-btn:before {
    color: #333!important;
    background: #fff;
}
.giftPrime p {
    color: #000;
}
.giftPrime > div {
    position: absolute;
    bottom: 0;
    left: 32%;
}
.colParent a {
    position: absolute;
    bottom: 0;
    left: 11%;
    margin-bottom: 8px;
    text-decoration: none;
}
.giftPrime2 > p {
    display: inline;
}
.giftPrime p:nth-child(2) {
    font-size: small!important;
}
.mb-2.text-decoration-line-through {
    display: none;
}

.credit-cards .credit-card {
    display: inline-block;
    width: 34px;
    height: 35px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;

}
.credit-cards {
    display: flex;
    justify-content: center;
    align-items: baseline;
}