.gift-card-nav-item {
    display: none!important;
}
.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}
#size-guides {
    width: 100%!important;
    max-width: 100%!important;
}
/* Styling for three columns on large screens and above */
@media (min-width: 992px) {
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
.checkout-main-area .form-check-label {
    margin-top: 0.2rem!important;
}

#myOrders .card {
    border: none!important;
}
.breadcrumb-area {
    background-color: #fafafa;

}
.text-start {
    text-align: left!important;
}
.text-end {
    text-align: right!important;
}
.credit-cards .credit-card {
    display: inline-block;
    width: 46px;
    margin-right: 5px;
    background-size: contain;
    position: relative;
    top: 5px;
    background-repeat: no-repeat!important;
}

.product-details-left .hover-change-image {
    float: right;
    padding-left: 10px;
    filter: brightness(0.9)!important;
}

.switch input[type=checkbox]:checked, .switch input[type=checkbox] {

    margin-right: 5px!important;
}
.filters label {
    font-size: small!important;
}
.category_grid .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;
    margin-top: 2rem;
}
#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: var(--main)!important;
}
.faq .single-faq {
    line-height: 1.6rem;
    margin: 0;
    font-family: var(--frank-ruhl-fonts);
    background: var(--white-color);
    border: 0!important;
}
.faq p {
    margin-bottom: 1rem!important;
}
.faq a {
    color: #000;
}
.faq .single-faq .card-body p, .faq li {
    font-size: 15px;
    line-height: 1.8rem;
    color: #899399;
}
.faq li {
    list-style-type: none!important;
}
.faq .single-faq h5 {
    font-size: 16px;
    font-weight: 600;
}
.faq .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: #000!important;
    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: absolute;
    width: 100%;
}
.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;
}
#color-option .product-details-content {
    display: flex!important;
    flex: 0 0 auto!important;
    width: 16.66666667%!important;
}

.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;
    max-height: 200px;
    overflow-y: scroll;
}

.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;
    cursor: pointer;
}
.subscribe-checkbox {
    position: relative!important;
}
.subscribe-checkbox .checkmark {
    top: 6px!important;
    font-size: 2rem !important;
    position: absolute!important;
    left: 6px!important;
}
.table>:not(caption)>*>* {
    border-bottom: none!important;
}
tr {
    border-color: transparent!important;
}
.checkboxes #terms a:hover, #news a:hover {
    color: var(--main)!important;
}
a:hover {
    color: var(--main-dark);
}
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: smaller;
}
.form-control {
    border: 1px solid #ccc;
    border-radius: 0!important;
    width: 100%;
    height: 44px!important;
    padding-left: 15px;
    margin-bottom: 20px;
}
/* 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 {
    margin-bottom: 0px;
    text-decoration: none;
}
.giftPrime2 > p {
    display: inline;
}

.giftPrime p:nth-child(2) {
    font-size: small!important;
}
.mb-2.text-decoration-line-through {
    display: none;
}
.calculate_shipping .content_calculate_shipping button {
    width: 40px;
    height: 40px;
}
.default_check_out .label {
    color: #000!important;
}
#cookie-bar {
    z-index: 1000;
    background-color: white;
}
#cookie-bar a:hover {
    color: var(--main);
}
.object-cover {
    object-fit: cover;
}