.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.cart-price-breakdown {
    padding: 0;
}

.credit-cards {
    margin: 3px 3px 0;
}

.credit-cards-block .credit-card {
    display: inline-block;
    width: 46px;
    margin-right: 5px;
    background-size: contain;
    position: relative;
    top: 5px;
    background-repeat: no-repeat !important;
}

.switch input[type=checkbox]:checked,
.switch input[type=checkbox] {
    margin-right: 5px !important;
}

#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;
}

.iti--allow-dropdown {
    width: 100%;
}

.modal {
    z-index: 99999;
}

.subscribe-checkbox .checkmark {
    position: absolute !important;
    left: 3px !important;
    top: -8px !important;
}

.table> :not(caption)>*>* {
    border-bottom: none !important;
}

tr {
    border-color: transparent !important;
}


/* product page */
.product-page input[type=number]::-webkit-inner-spin-button {
    display: none !important;
}

.product-page .variant-options {
    gap: 0.5rem;
}

.product-page .variant-box {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
    min-width: 50px;
    flex: 0 0 auto;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

.product-page .variant-box.active {
    border-color: #000;
    font-weight: bold;
}

.product-page .variant-box:hover {
    border-color: #666;
}

.product-page .variant-image {
    max-width: 40px;
    height: auto;
    display: block;
    margin: 0 auto 4px auto;
}

.product-page .variant-label {
    font-size: 0.8rem;
    display: block;
    white-space: nowrap;
}

/* Filters */
@media (max-width: 767px) {
    .shop .filters-block {
        overflow-y: scroll;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 0 1rem;
        width: 100vw;
        height: 100vh;
        background: #fff;
    }

    .shop .filters-block.hidden {
        transform: translate(-400px, 0);
        opacity: 0;
        pointer-events: none;
    }
}

.shop .filters-close {
    width: 100%;
    padding-top: 1rem;
    height: 35px;
}

@media (min-width: 768px) {
    .shop .filters-close {
        display: none;
    }

    .shop .filters-block .filters-block-inner {
        position: relative;
    }
}

.shop .filters-close>div {
    margin: auto;
    margin-right: 0;
    width: 20px;
    height: 1px;
    background-color: #ddd;
}

.shop .filters-close>div:nth-of-type(1) {
    transform: translate(0, 0.5px) rotate(45deg);
}

.shop .filters-close>div:nth-of-type(2) {
    transform: translate(0, -0.5px) rotate(-45deg);
}

.shop .filters-block .title {
    margin: .9rem 0 .2rem;
}

.shop .filters-block .link-filter {
    display: inline-flex;
    width: 100%;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shop .filters-block .link-filter.suboption {
    padding-left: 1.2rem;
    transform: scale(0.9);
}

.shop .filters-block .link-filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.shop .filters-block .link-filter span {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    background-color: white;
    border: solid 1px #999;
    line-height: 16px;
    border-radius: 3px;
    top: 1px;
    transition: all 0.2s;
}

.shop .filters-block .link-filter:not(.selected) span i {
    display: none;
}

.shop .filters-block .link-filter:not(.selected):hover span {
    border: solid 1px #111;
    margin-right: 1rem;
}

.shop .filters-block .link-filter.selected span {
    border-color: #111;
    background-color: #111;
    margin-right: 1rem;
}

.shop .filters-block .link-filter.selected span i {
    display: inline-flex;
    color: white;
}

.shop .filters-block .brand-filter {
    height: 250px;
    margin-top: 0.4rem;
    padding: 0 0.4rem;
    border-bottom: 0.5px solid #f1f1f1;
    border-top: 0.5px solid #f1f1f1;
    overflow-y: scroll;
}

.brand-entry,
#filter-category-0 .pl-2,
#collapse-categories div {
    margin: 0.25rem 0;
}

.shop .filters-block .brand-filter {
    height: 400px !important;
}

#collapse-categories input[type=checkbox],
#brand-filter input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    background-color: white;
    border: solid 1px #111;
    line-height: 16px;
    border-radius: 3px;
    top: 1px;
    transition: all 0.2s;
}


/* Security Badgets */
.containerBadges1 {
    margin: 0.5rem auto 0;
    text-align: center;
}

.containerBadges1 .cards {
    max-width: 90%;
}

.containerBadges1 .badgeText {
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 500;
}

.containerBadges1 svg {
    margin: 0 5px;
    opacity: 0.6;
}

.containerBadges2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto 0.5rem;
    max-width: 100%;
    padding: 10px 15px 10px 5px;
}

.containerBadges2 svg {
    width: 88px;
    fill: var(--cta-green);
    opacity: 0.8;
}

.containerBadges2 .containercards {
    padding: 5px 20px;
}

.containerBadges2 .badgeText {
    margin-bottom: 0;
    font-weight: 500;
}

.containerBadges2 .containerTextCards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerBadges2 .securityBadges .credit-cards {
    display: flex;
    text-align: center;
}