input::placeholder, textarea::placeholder {
    color: #7a7a7a!important;
}
.selectAmountActive {
    color: #fff!important;
}
/* select product */
.product-name #product-selection {
    position: relative;
}
#color-option .product-name {
    display: flex!important;
    flex: 0 0 auto!important;
    width: 16.66666667%!important;
}

.product-name #product-selection .row {
    margin: 0;
}

.product-name #product-selection #chevron.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-name #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;
    max-height: 200px;
    overflow-y: scroll;
}

.product-name #product-selection .color-option {
    padding: 0 1.2rem 0 0.5rem;
    background-color: white;
    cursor: pointer;
}

.product-name #product-selection .color-option:hover {
    filter: brightness(.96);
}

.product-name #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;
    cursor: pointer;
}
.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}
/* --- 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;
}
.credit-cards .credit-card {
    display: inline-block;
    width: 63px;
    height: 33px;
    margin-right: 5px;
    background-size: contain;
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

@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;
}

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;
    }
}