.select2-selection__rendered {
    font-size: 15px;
    font-weight: 400 !important;
    color: #a2b71b !important;
    padding-left: 5px !important;
}

body[light-mode="dark"] .select2-selection__rendered {
    font-size: 15px;
    font-weight: 700;
    /*color: #bed62f !important;*/
}

.select2-container--bootstrap5 .select2-selection {
    /*border: none !important;*/
}

.form-select {
    padding: 0 !important;
}

.select2-selection {
    width: 100% !important;
}

#dv_FAQ .accordion-item, #dv_FAQ .accordion-button {
    background: #000;
    border-radius: 10px 10px !important;
    color: #fff;
}

#dv_FAQ .faq-h2 {
    font-size: 16px;
}

#dv_FAQ .accordion-item {
    margin-bottom: 10px;
}

#dv_FAQ .accordion-body {
    border-radius: 0 0 10px 10px !important;
    padding-top: 3px !important;
}

#dv_FAQ .accordion-button::after {
    display: none;
}

#dv_FAQ .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}

#dv_FAQ .accordion-button::before {
    content: url(../images/PS-Controller.png);
    padding-right: 10px;
}
/*Contact form*/
.mycontact form label {
    display: block;
    padding: 0.8rem 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.mycontact form input, .mycontact form textarea {
    width: 85%;
    padding: 0.7em;
    border: 1px solid;
    background: transparent;
    border-radius: 6px;
    /*color: #fff;*/
}

.mycontact button {
    width: 85% !important;
    margin-bottom: 22px;
}

.date-field-inline-block {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

    .date-field-inline-block label {
        text-align: center;
    }

    .date-field-inline-block input {
        width: 100% !important;
    }

.myprofile-after:after {
    content: '';
    width: 0;
    height: 95%;
    position: absolute;
    border-left: 2px solid lightgray;
    top: 14px;
    /* left: 100px; */
    right: 10px;
}

/*Store Locator*/
.store-locator-h {
    font-size: 20px;
    font-weight: bold;
}

.store-locator-p {
    font-size: 16px;
    text-align: justify;
}

.width-img-res {
    width: 60%;
}

.get-location {
    font-size: 12px;
}

    .get-location img {
        width: 16px;
    }

.myprofile .select2-container--bootstrap5 .select2-selection, .mycontact .select2-container--bootstrap5 .select2-selection {
    /*width: 100% !important;*/
    padding: 0.7em !important;
    background: transparent;
    border: 1px solid #000 !important;
}

.myprofile .select2-container--bootstrap5 .select2-selection {
    width: 85% !important;
}

.myprofile .select2-selection__placeholder, .myprofile .select2-selection__rendered, .mycontact .select2-selection__placeholder, .myprofile .select2-selection__rendered {
    color: #757575 !important;
    font-size: 15px !important;
}

.select2-selection:hover {
    transform: none !important;
}

@media only screen and (max-width: 767.98px) and (min-width: 200px) {
    /*Store Locator*/
    .store-locator-h {
        font-size: 14px;
    }

    .store-locator-p {
        font-size: 13px;
    }

    .width-img-res {
        width: 100%;
    }

    .mycontact form input, .mycontact form textarea, .mycontact button {
        width: 100% !important;
    }

    .get-location {
        font-size: 10px;
    }

    .myprofile .select2-selection, .mycontact .select2-selection {
        width: 100% !important;
        padding: 0.7em !important;
    }

    .mycontact .select2-selection {
        width: 118% !important;
    }

    .myprofile .select2-selection__placeholder, .myprofile .select2-selection__rendered {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
}


@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
}

@media only screen and (max-width: 1399.98px) and (min-width: 1200px) {
}


@media only screen and (max-width: 1599.98px) and (min-width: 1400px) {
}

@media only screen and (max-width: 1999.98px) and (min-width: 1600px) {
}
