.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

/* --- Chat vs Cookies position --- */
#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 1rem;
    background-color: var(--main-light);
    z-index: 100;
    line-height: normal;
}

@media (min-width: 768px) {
    #cookie-bar {
        padding: 1rem calc(50px + 1rem) 1rem 5%;
    }
}

#cookie-bar .btn {
    padding: 12px 20px 12px;
    text-transform: none;
}

body.noaccept #chat-widget-container {
    bottom: 75px !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: 24px;
    }
}

@media (max-width: 454px) {
    body.noaccept #chat-widget-container {
        bottom: 135px !important;
    }

    #cookie-bar .text-center {
        padding-left: 0;
        padding-right: 0;
    }
}

html {
    scroll-behavior: smooth;
}

/* --- global --- */
a {
    color: var(--main);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--body-dark);
}

button:focus,
.btn:focus,
.btn-light:focus,
.btn-dark:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

.text-start input[type="checkbox"] {
    margin-right: 3px
}

.text-start {
    font-size: 90%;
}

select {
    cursor: pointer;
}

.form-control:focus,
.form-check-input[type=checkbox],
.form_block input[type="checkbox"],
.btn:focus-visible {
    box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

.form-control {
    border: 1px solid var(--main-light);
    padding: 17px 20px;
    height: 60px;
    background: #fff;
    color: var(--body-color) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    border-color: var(--main-dark);
}

.form-check .form-check-input {
    margin-left: 0;
    margin-right: 0.5rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0 !important;
    margin-bottom: 0.125rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: var(--main-light);
    background: var(--main-light);
}

.form-check-input:checked,
input:checked {
    background-color: var(--main);
    border-color: var(--main);
    accent-color: var(--main);
}

.form-control::-webkit-input-placeholder {
    color: var(--body-color);
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: var(--body-color);
    font-size: 15px;
}

.form-control:-ms-input-placeholder {
    color: var(--body-color);
    font-size: 15px;
}

.form-control::placeholder {
    color: var(--body-color);
    font-size: 15px;
}

.text-main {
    color: var(--main) !important;
}

.text-grey {
    color: #999;
}

.text-success {
    color: var(--cta-green) !important;
}

.bg-main {
    background: var(--main);
}

.bg-main-light {
    background: var(--main-light);
}

.bg-main-dark {
    background: var(--main-dark);
}

.bg-light {
    background: var(--light) !important;
}

.bg-green {
    background-color: var(--cta-green) !important;
}

.green-text {
    color: var(--cta-green-dark) !important;
}


/* Nav */
.navitem-active {
    border-bottom: 2px solid;
    width: fit-content !important;
}

.navbar-cart {
    position: relative
}

.navbar-cart .product_count {
    position: absolute;
    color: #fff;
    background: var(--body-color);
    font-size: 13px;
    border-radius: 50px;
    padding: 2px;
    line-height: normal;
    height: 20px;
    min-width: 20px;
    top: 0;
    right: 2px;
    text-align: center;
}

.nav-link {
    color: var(--main-dark);
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
}

.navbar-nav .nav-item a.nav-link:focus,
.navbar-nav .nav-item a.nav-link:hover,
.navbar-nav .nav-item a.nav-link.active {
    color: var(--main)
}

.menu-item a:hover,
.nav-item a:hover,
.list-unstyled a:hover {
    text-decoration: none;
    cursor: pointer !important;
    background-color: transparent;
}

.nav-item.dropdown .dropdown-toggle::after {
    border: 0
}

.navbar {
    z-index: 1;
}

.menu>.nav-item {
    margin-right: 6px;
    padding: 36px 0px;
    position: relative;
    transition: all 0.2s linear;
}

.menu>.nav-item>.nav-link {
    line-height: 1.55556;
    padding: 0px;
    position: relative;
    font-size: .8rem;
}

.menu>.nav-item {
    padding: 34px 0;
}

.menu>.nav-item:last-child {
    margin-right: 0;
}

.dropdown-menu {
    font-size: inherit;
    -webkit-box-shadow: 0px 5px 14.25px 0.75px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 14.25px 0.75px rgb(0 0 0 / 5%);
    border-radius: 0;
    border: 0;
}

.navbar-nav .dropdown-menu,
.user_menu .dropdown-menu {
    left: auto;
    margin-top: 0;
}

@media (min-width: 992px) {

    .navbar-nav .dropdown-menu,
    .user_menu .dropdown-menu {
        padding: 20px 10px
    }
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: var(--main);
}

@media (max-width: 991px) {

    .navbar-nav .dropdown-menu,
    .navbar-nav .dropdown-toggle .dropdown-menu,
    .navbar-nav .dropdown .dropdown-menu {
        border-top: 0;
        display: block !important;
    }

    .navbar-nav .nav-item .dropdown-item:hover,
    .navbar-nav .nav-item .dropdown-item:focus,
    .navbar-nav .nav-item .dropdown-item:active,
    .navbar-nav .nav-item .dropdown-item.active,
    .navbar-nav .nav-item a.nav-link:hover,
    .navbar-nav .nav-item a.nav-link:focus,
    .navbar-nav .nav-item a.nav-link.active,
    .navbar-nav .nav-item a.nav-link:active {
        color: var(--main)
    }
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

button.navbar-toggler:focus:not(:focus-visible),
.navbar-toggler:focus,
.navbar-toggler {
    outline: 0;
    box-shadow: none;
    border: 0;
    background: none;
}

/* animatedBG animation */
@-webkit-keyframes animatedBG {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@keyframes animatedBG {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.animatedBG {
    -webkit-animation: animatedBG 10s linear infinite;
    animation: animatedBG 10s linear infinite;
}

/* fadeInDown animation */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/* sticky-bar */
.sticky-bar {
    z-index: 99;
}

.sticky-bar.stick {
    border-bottom: 1px solid var(--line-light);
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

/* alert */
@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.alert {
    position: fixed;
    bottom: .6rem;
    max-width: 70%;
    margin: auto 0 !important;
    border-radius: 0;
    opacity: .8;
    z-index: 20;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@media (max-width: 767px) {
    .alert {
        max-width: 94%;
    }
}

.alert-danger {
    color: #000;
    background-color: var(--accent);
    border-color: var(--main);
}

.alert button {
    border: 0;
    color: var(--main-dark);
    font-size: 28px;
    line-height: normal;
    padding: 0;
    height: 35px;
    width: 40px;
    background: transparent;
    vertical-align: bottom;
}

.small,
small {
    font-size: 90%;
    font-weight: 300;
}

.smaller {
    font-size: 70%;
    font-weight: 300;
}

.shadow {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
}

.blockshadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08) !important;
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08) !important;
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08) !important;
}

/* --- Background --- */
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'Font Awesome 5 Pro' !important;
}

/* --- Filters --- */
.filter-title {
    font-weight: 700;
    line-height: normal;
    color: var(--main-dark);
    margin: 0;
    text-transform: uppercase;
    padding: 22px 12px 17px;
    font-size: 15px;
    border: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: var(--bg-wrap);
}

.filter-header:not(:first-of-type) {
    margin-top: .5rem;
}

.filter-header {
    margin-bottom: .5rem;
}

.filters-block .link-filter {
    display: flex;
    padding: 5px 0 0 10px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filters-block .link-filter.brand-entry {
    padding: 10px 0 0 18px;
}

.filters-block .link-filter.suboption {
    padding-left: 1.2rem;
    transform: scale(0.9);
}

.filters-block .link-filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filters-block .link-filter span {
    display: inline-block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    position: relative;
    margin-right: 13px;
    text-align: center;
    line-height: 16px;
    top: 3px;
    transition: all 0.2s;
    border: 1px solid var(--main-dark);
    background: #fff;
    overflow: hidden;
}

.filters-block .link-filter label {
    cursor: pointer;
    font-weight: 400;
    color: var(--main-dark) !important;
    font-size: 16px
}

.filters-block .link-filter:not(.selected):hover label,
.filters-block .link-filter.selected label {
    color: var(--main) !important;
}

.filters-block .link-filter:not(.selected) span i {
    display: none;
}

.filters-block .link-filter:not(.selected):hover span {
    border: solid 1px var(--main);
}

.filters-block .link-filter.selected span {
    border-color: var(--main);
    background-color: var(--main);
}

.filters-block .link-filter.selected span i {
    display: inline-flex;
    color: white;
}

.filters-block .link-filter .fa {
    font-size: 10px
}

.filters-block .brand-filter,
.filters-block .filter-categories {
    max-height: 385px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0 0.4rem 0.5rem 0;
    background: #fff;
    border: 1px solid var(--main-light);
    overflow-y: scroll;
}

@media (max-width: 767px) {

    .filters-block .brand-filter,
    .filters-block .filter-categories {
        max-height: 280px;
    }
}

.filters-block .brand-filter::-webkit-scrollbar-track,
.filters-block .filter-categories::-webkit-scrollbar-track,
.sidepanel-filters::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0;
}

.filters-block .brand-filter::-webkit-scrollbar,
.filters-block .filter-categories::-webkit-scrollbar,
.sidepanel-filters::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

body::-webkit-scrollbar {
    width: 10px;
}

.filters-block .brand-filter::-webkit-scrollbar-thumb,
.filters-block .filter-categories::-webkit-scrollbar-thumb,
.sidepanel-filters::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: var(--main);
}

.filters-block .brand-filter,
.filters-block .filter-categories {
    scrollbar-width: thin;
    scrollbar-color: var(--main) #fff;
}

.sidepanel-filters {
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--body-dark);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel-filters .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--grey);
    display: block;
    transition: 0.3s;
}

.sidepanel-filters .closebtn:hover {
    color: var(--line-light);
}

.sidepanel-filters .closebtn {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 36px;
}

/* --- Collection page --- */
.discount-tag {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 25px;
    z-index: 9;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5ba515;
    color: #fff !important;
}

.back-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
}

/* --- Product page --- */
.product-view .carousel-indicators {
    position: relative;
    justify-content: left;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 0
}

.product-view .carousel-indicators div {
    transition: opacity 0.2s;
}

.product-view .carousel-indicators div.active {
    opacity: 1;
}

.product-view .owl-dots {
    display: none;
}

.product_group span,
.hero-wrap .product_group span {
    font-weight: 600;
    color: var(--main-dark);
}

.product-view .owl-carousel.visible .owl-stage-outer {
    overflow: visible;
}

.product-view .price .discount {
    background-color: var(--main-dark);
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    padding: .2rem .8rem;
}

.product-view .price {
    font-size: 28px;
    color: var(--body-dark);
    font-weight: 700;
}

.price-amount-normal,
.price-amount-member {
    margin-bottom: 1px;
}

.product-view .drop-img-fit {
    height: 90px;
    object-fit: contain;
}

.product-view .description-text br {
    display: none
}

/* select product */
.product-view #product-selection {
    position: relative;
    border: 1px solid var(--main);
}

.product-view #product-selection .row {
    margin: 0;
}

.product-view #product-selection #chevron.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-view #product-selection #color-option {
    display: none;
    left: 0;
    width: 100%;
    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: 365px;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    .product-view #product-selection #color-option {
        position: absolute;
    }
}

@media (max-width: 1399px) {
    .product-view #product-selection #color-option {
        max-height: 275px;
    }
}

.product-view #product-selection .color-option {
    padding: 0 1.2rem 0 0.5rem;
    background-color: white;
    cursor: pointer;
}

.product-view #product-selection .color-option:hover {
    filter: brightness(.96);
}

.product-view #product-selection #color-selected {
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
}

.product-view #product-selection #color-option {
    scrollbar-width: thin;
    scrollbar-color: var(--main) var(--line-light);
}

.product-view #product-selection #color-option::-webkit-scrollbar {
    width: 8px;
}

.product-view #product-selection #color-option::-webkit-scrollbar-track {
    background: var(--line-light);
}

.product-view #product-selection #color-option::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb:hover {
    background: var(--main);
}

/* --- Cart page --- */
.cart-summary,
.product-header {
    background: var(--light);
    border-radius: 5px;
}

.cart-product-thumb .discount-tag {
    background-color: var(--main);
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 10px;
    position: absolute;
    padding: 5px 10px;
    text-align: center;
}

.item-in-cart {
    padding: 10px 0;
    border-bottom: 1px solid var(--main-light);
}

.item-in-cart .cart-item-price {
    font-weight: 600;
    color: rgb(0 0 0 / 78%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(17, 17, 17, .125);
}

.overlay-text>.bg-dark {
    border-radius: 8px;
}

.modal-body .btn-link {
    border: none;
    color: var(--main);
}

.modal-body .btn-link:hover {
    color: var(--main-dark) !important;
}

.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid var(--cta-green-dark);
    border-radius: 5px;
    display: block;
    background: #fff
}

.checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg) scale(2);
    transform: rotate(2deg) scale(2);
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: var(--cta-green-dark);
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #18992c;
    left: 8px;
    top: 12px;
}

@media screen and (max-width: 575px) {
    .navbar-collapse form button {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .menu>.nav-item {
        padding: 10px 0px;
        margin-right: 0;
    }

    .menu>.nav-item>.nav-link:before {
        display: none;
    }

    .menu>.nav-item.submenu .dropdown-menu {
        padding-left: 0px;
        padding-right: 0;
        box-shadow: none;
        padding-top: 25px;
    }

    .fixed-header .menu>.nav-item {
        padding: 10px 0px;
    }
}

.credit-card {
    display: inline-block;
    width: 38px;
    height: 25px;
    margin-right: 5px;
    background-size: contain;
}

.mgr {
    margin-right: 10px;
}

.description {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #373737;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}

#videos-section .card-img-top {
    max-height: 290px;
}

.hover-card:hover {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 17px rgb(0 0 0 / 25%);
}

.card-body .card-title {
    font-weight: 700;
    color: inherit;
}

.card.single-faq .card-header {
    background: var(--light);
    border: 0;
    border-radius: 5px;
    padding: 1.1rem 1.3rem;
}

.card-header.faq-heading a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--body-dark);
}

.card.single-faq.mb-2 {
    margin-bottom: 0.4rem !important;
}