.credit-cards .credit-card {
    display: inline-block;
    width: 46px;
    margin-right: 5px;
    background-size: contain;
    position: relative;
    top: 5px;
    background-repeat: no-repeat !important;
}

.cart-minus, .cart-plus {
    border: 0;
    background: transparent !important;
}

.product-details-left .hover-change-image {
    float: right;
    padding-left: 10px;
    filter: brightness(0.9) !important;
}

.product-details-left .thumbnail-img {
    filter: brightness(0.9) !important;
}

.switch input[type=checkbox]:checked, .switch input[type=checkbox] {

    margin-right: 5px !important;
}

.filters label {
    font-size: small !important;
}

.filters-block .brand-filter {
    max-height: 355px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.4rem 0.5rem 0;
    overflow-y: scroll;
}

#subscription_id.custom-select {
    height: fit-content !important;
}

#subscription_type input {
    background: #000;
    color: #fff;
    line-height: 38px;
    padding: 0 32px;
    height: 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}

#membership-modal .label {
    display: none !important;
}

.iti--allow-dropdown {
    width: 100%;
}

.modal {
    z-index: 99999;
    background: #0000009e;
}

.alert {
    z-index: 2000 !important;
}

.cookies-title, .cookies h1 {
    margin: 1rem 0;
}

.text-main {
    color: var(--main);
}

.form-control:focus {
    box-shadow: 0 0 0 .1rem var(--main);
    border-color: transparent !important;
}

.faq-area .single-faq {
    line-height: 1.6rem;
    margin: 0;
    font-family: var(--frank-ruhl-fonts);
    background: var(--white-color);
    border: 0 !important;
}

.faq-area p {
    margin-bottom: 1rem !important;
}

.faq-area .single-faq .card-body p, .faq-area li {
    font-size: 15px;
    line-height: 1.8rem;
    color: #899399;
}

.faq li {
    list-style-type: none !important;
}

.faq-area .single-faq h5 {
    font-size: 16px;
    font-weight: 600;
}

.faq-area .single-faq .card-header {
    border: 0;
    background: transparent;
    width: 100%;
    padding: 13px 60px 13px 25px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    color: var(--body-text-color);
    padding: 1rem 0;
    border-bottom: 1px solid lightgrey;
}

.lang-curr-dropdown {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

.cart-quantity {
    position: absolute;
    top: 15px;
    right: 6px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: var(--main);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: smaller;
}

/* --- alerts --*/
.container-alert {
    z-index: 2000 !important;
    position: relative;
}

.close {
    border: 0;
    background: transparent;
}

.container-alert .close {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
}

.container-alert .close span {
    font-size: x-large;
}

.minicart-product button {
    border: 0;
    background: transparent !important;
}

.minicart-product img {
    width: 130px;
}

/* 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;
}

.subscribe-checkbox .checkmark {
    position: absolute !important;
    left: 3px !important;
    top: -8px !important;
}

.table > :not(caption) > * > * {
    border-bottom: none !important;
}

tr {
    border-color: transparent !important;
}

.checkboxes #terms a:hover, #news a:hover {
    color: var(--main) !important;
}

input[type=checkbox]:checked {
    -webkit-appearance: checkbox !important;
    accent-color: var(--main) !important;
    background-color: var(--main) !important;
}

input[type=checkbox] {
    padding: 0;
    width: 12px;
    height: 12px;
}

.login-action label {
    font-size: small;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    width: 100%;
    height: 44px;
    padding-left: 15px;
    margin-bottom: 20px;
}

/* Prime plans */

.colParent {
    border: 2px solid var(--main);
}

.offerNamePrice {
    border-bottom: 1px solid #dee2e6;
    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 #dee2e6;
}

.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 #dee2e6;
}

.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 a {
    border: 1px solid #fff;
    color: #fff;
}

.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: 32%;
    margin-bottom: 8px;
}

.giftPrime2 > p {
    display: inline;
}

.giftPrime p:nth-child(2) {
    font-size: small !important;
}

.mb-2.text-decoration-line-through {
    display: none;
}

.products-images .product-thumbnail img {
    height: 300px;
    object-fit: cover;
}