/* --- to override Bootstrap --- */
#cookie-bar:hover {
    z-index: 2147483640 !important;

}

@media (max-width: 576px) {
    #category {
        margin-top: 0 !important;
    }

    .planPrice h2 {
        position: relative !important;
        top: 2rem;
    }

}



.navbar .nav-item {
    font-family: 'Inter', sans-serif;
    white-space: nowrap;


}

.navbar .fa-truck,
.navbar .fa-user-friends {
    font-size: xx-large !important;
}

.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.pd-bd {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.text-muted-light {
    color: #989898 !important;
}

.text-description {
    font-weight: 200;
    font-size: 13px;
}

.bg-muted-light {
    background-color: #f5f5f5 !important;
}

a {
    color: #212529 !important;
}

a:hover {
    color: var(--main);
}


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,

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;


}

.alert-success .close {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

.text-big {
    font-size: 2.5rem !important;
    letter-spacing: 2px;
}

.item-product {
    display: flex;
    justify-content: center;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

/* PRODUCT PAGE */
.price-title {
    background-color: #d0d0af;
    padding: 1rem;
    border-radius: 9px;
    text-transform: uppercase;
}

/* product variation */
.product-view .select-price {
    padding: 0.5rem;
    z-index: 0;
    position: relative;
    margin: 1rem auto 0;
    opacity: .9;
}

.product-view .select-price:hover {

    opacity: 1;
    transition: border .5s;
}

.product-view .select-price.active .input-selected {
    display: block;
}

.product-view .select-price .input-selected {
    position: relative;
    padding: 0.2rem;
    border-radius: 50%;
    border: 0.04rem solid black;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    display: none;
}

.product-view .select-price .price-member,
.product-view .select-price .price-normal {
    pointer-events: none;
}

.product-view .select-price.active .price-member,
.product-view .select-price.active .price-normal {
    pointer-events: inherit;
}

.product-view .select-price .product-variation-name {
    text-align: left;
    max-width: 40%;
}

.product-view .select-price.active .cta-on-active {
    display: block;
}

.product-view #gpfa {
    display: none;
}

.product-view #gpfa.active {
    display: block;
}

.product-view .select-price .input-selected .selected {
    background-color: black;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading-section hr {
    margin-top: -1.4rem;
    height: 1px !important;
    color: var(--main-light);
    opacity: 1 !important;
    width: 24%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: black;
}

#added-modal .credit-card {
    display: inline-block;
    width: 38px;
    height: 25px;
    margin-right: 5px;
    background-size: contain;
}

#added-modal .modal-header {
    border-bottom: none;
}

.green-text {
    color: green;
}

@-webkit-keyframes topToBottom {

    0%,
    20% {
        opacity: 1
    }

    /* visible for 1s */
    20.01%,
    100% {
        opacity: 0
    }

    /* hidden for 4s */
}

.cursour-pointer {
    cursor: pointer;
}

.price-amount-normal {
    margin-bottom: 1px;
}

@media screen and (max-width: 767px) {
    .nav-pills .nav-link {
        font-size: 3.5vw;
    }
}

.carousel-fade .carousel-item,
.thumb-img img {
    mix-blend-mode: multiply;
}

.drop-img-fit {
    height: 90px;
    object-fit: contain;
}

.bg-cart {
    background-color: var(--main);
}

/* FORM */
.form-control {
    border-radius: 0;
    -webkit-appearance: auto;
    appearance: auto;
}

.form-control:focus {
    border-color: var(--main) !important;
    -webkit-box-shadow: 0px 2px 1px -1px var(--main);
    -moz-box-shadow: none;
    outline: none;
}

/* PRODUCTS CHUNCKS */

.product-image {
    mix-blend-mode: multiply;
    filter: brightness(0.97);
}

.discount>span {
    margin-right: 8px;
    font-size: small;
}

.border-radius-pill {
    border-radius: 50px;
}

/* FOOTER */
.grey-light {
    margin-bottom: 0 !important;
    color: #FDFDFD !important;
}

.list-unstyled a {
    text-decoration: none;
}

.text-reset {
    color: #EEEEEE !important;
    font-size: 14px !important;
    white-space: nowrap;
}

/* CATEGORIES */
.text-category {
    margin: auto;
    position: absolute;
    left: -2rem;
    bottom: 9rem;
    height: 5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

/* TOOGLER */
.dropdown-toggle::after {
    content: none !important;
}

.navbar-toggler {
    padding: .25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}

/* Buttons */
.btn-custom {
    border: none;
    background-color: green;
    color: white;
}

.btnVariant {
    border: 1px solid green;
    background-color: white;
    color: #131313;
}

.btn-shop {
    width: fit-content;
    background-color: white;
    padding: 17px 30px 15px 30px;
    border: 0 !important;
    text-decoration: none;
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
    font-weight: 400;
    cursor: pointer !important;
    color: #000;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font: inherit;
    border-radius: 50px;
}

.btn-shop a {
    padding-right: .5rem;
    padding-left: .5rem;
    cursor: pointer !important;
    font-weight: 700 !important;
    font-size: 10px !important;
}

.btn-shop-main {
    width: fit-content;
    letter-spacing: 2px;
    background-color: var(--main) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 0.5rem 2rem !important;
    border: #fff !important;
    color: white !important;
    text-decoration: none;
    cursor: pointer !important;
}

/* COLORS */
.bg-light {
    background-color: var(--grey-light) !important;
}

.bg-green {
    background-color: var(--cta-green) !important;
}

.bg-black {
    background-color: #101010 !important;
}

.text-main {
    color: var(--main);
}

.text-main-light {
    color: var(--main-light);
}

.text-main-dark {
    color: var(--main-dark);
}

/* --- Breadcrumbs --- */
.breadcrumbs {
    font-size: 85%;
    color: #6c757d;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a::after {
    content: " / ";
}

.breadcrumbs a:last-of-type {
    color: var(--body-color);
    font-weight: 400;
    pointer-events: none;
}

.breadcrumbs a:last-of-type::after {
    content: "";
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.4;
    color: #000;
    font-weight: 400;
}


/* New nav */
.dropdown-item {
    font-size: small;
}

.nav-white {
    background-color: white !important;
}

.nav-transparent {
    background-color: transparent;
}

.nav-link:hover {
    cursor: pointer;
}


.hiw-icon {
    font-size: 30px;
    margin: 0 auto;
    height: 116px;
    width: 116px;
    padding: 15px 0;
    line-height: 30px;
    background-color: var(--main) !important;
}

a:hover {
    text-decoration: none !important;
}

.menu-item a:hover,
.nav-item a:hover,
.list-unstyled a:hover {
    text-decoration: none;
    color: var(--main) !important;
    cursor: pointer !important;
    background-color: transparent;
}

.dropdown.open.show {
    width: fit-content;
}

.alert {
    position: fixed;
    bottom: .6rem;
    /* max-width: 70%; */
    margin: auto 1rem;
    border-radius: 0;
    opacity: .8;
    z-index: 20;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.alert-danger {
    color: #000;
    background-color: var(--accent);
    border-color: var(--main);
}

.small,
small {
    font-size: 85%;
    font-weight: 300;
}

.smaller {
    font-size: 70%;
    font-weight: 300;
}

.big {
    font-size: 115%;
}

.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;
}

/* --- Background --- */
html {
    scroll-behavior: smooth;
}

.bg-main {
    background-color: var(--main);
}

.bg-main-light {
    background-color: var(--main-light);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

.bg-grey {
    background-color: var(--grey);
}

.btn {
    padding: 0.9375rem 1.875rem;
}

.btn-sm {
    padding: 0.625rem 1.25rem;
}

.btn-invert {
    filter: invert(1);
    font-weight: 600;
    color: black;
}

.btn-action {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
}

.btn-action span {
    -webkit-transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: calc(1.5em + 1.875rem);
    text-align: center;
    opacity: 0;
}

.btn-action:hover span {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.btn-action.btn-sm span,
.btn-group-sm>.btn-action.btn span {
    width: calc(1.5em + 1.25rem);
}

.btn-action span::before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: inherit;
}

.icon-arrow-right:before {
    content: "\f061";
}


.btn-action.btn-sm:hover,
.btn-group-sm>.btn-action.btn:hover {
    padding-right: calc(2.5rem);
}

/* --- Section Bestseller --- */

.link-best-seller:hover {
    text-decoration: none !important;
    color: red !important;
}

section.hover-overlay-primary-50::before,
div.hover-overlay-primary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
}

section:hover.hover-overlay-primary-50::before,
div:hover.hover-overlay-primary-50::before {
    background-color: rgba(255, 255, 255, 0.92);
    visibility: visible;
}

.card .hover-card-action {
    opacity: 3;
    visibility: hidden;
}

.text-card {
    visibility: hidden;
}

.hover-overlay-primary-50:hover .text-card {
    visibility: visible;
}

.hover-overlay-primary-50:hover .product-image {
    background-color: transparent !important;
}

.hover-overlay-primary-50:hover .product-image>.img-fluid {
    filter: opacity(0.3);
}

.hover-overlay-primary-50:hover i {
    visibility: visible;
}

.hover-overlay-primary-50:hover a {
    visibility: visible;
    color: black;
}

.card .card-action {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: none;
    z-index: 9;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* --- How it works --- */
header.prime-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.prime-page div {
    color: white;
}

/* --- Filters --- */
.filter-header:not(:first-of-type) {
    margin-top: .5rem;
}

.filter-header {
    margin-bottom: .5rem;
}

.filters-block .link-filter {
    display: block;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    background-color: white;
    border: solid 1px var(--grey-light);
    line-height: 16px;
    border-radius: 3px;
    top: 1px;
    transition: all 0.2s;
}

.filters-block .link-filter label {
    cursor: pointer;
}

.filters-block .link-filter:not(.selected) span i {
    display: none;
}

.filters-block .link-filter:not(.selected):hover span {
    border: solid 1px var(--grey-dark);
    margin-right: 1rem;
}

.filters-block .link-filter.selected span {
    border-color: var(--grey-dark);
    background-color: var(--grey-dark);
    margin-right: 1rem;
}

.filters-block .link-filter.selected span i {
    display: inline-flex;
    color: white;
}

.filters-block .brand-filter {
    max-height: 400px;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    padding: 0 0.4rem 0.5rem;
    border-bottom: 0.5px solid #f1f1f1;
    overflow-y: scroll;
}

.filters-block .brand-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.filters-block .brand-filter::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.filters-block .brand-filter::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/* --- Collection page --- */

.inner-collection-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.title-collection-item {
    padding-bottom: 2rem;
    margin-bottom: 0
}

.discount-tag {
    position: absolute;
    right: 0;
    top: 3.5rem;
    border-radius: 7px;
    z-index: 9;
    height: 11%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-dark) !important;
}

.discount-tag-1 {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 9;
    height: 11%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #84b77c;
}

.discount-tag-2 {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 9;
    height: 11%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #fe4536;
}

.row-products .discount-tag-2:nth-child(even) {
    position: absolute;
    left: 0;
    top: 0.7rem;
    z-index: 9;
    height: 11%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: red;
}

.back-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
}

.text-accent {
    color: var(--accent);
}

/* --- Product page --- */
.collection-item:hover {
    text-decoration: none !important;
    color: black;
}

.product-view .carousel-indicators {
    position: relative;
    justify-content: center;
    opacity: .7;
    transition: opacity 0.2s;
}

.product-view .carousel-indicators {
    position: relative;
    justify-content: left;
    margin-right: 5%;
    margin-left: 5%;
}

.product-view .carousel-indicators div {
    opacity: .6;
    transition: opacity 0.2s;


}

.product-view .carousel-indicators div.active {
    opacity: 1;
    border: 1px solid var(--main);
}

.product-view .price .discount {
    background-color: var(--main-dark);
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    padding: .2rem .8rem;
}

.product-view .star-ratings-sprite {
    background-repeat: repeat-x;
    font-size: 0;
    height: 18px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 90px;
}

.product-view .star-ratings-sprite-rating {
    background-repeat: repeat-x;
    background-position: 0 100%;
    float: left;
    height: 18px;
    display: block;
}


/* --- Cart page --- */
.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-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.item-in-cart:last-of-type {
    border-bottom: none;
}

/* --- How it works --- */
.planPrice {
    background-color: white !important;
}

/*.box-plan {*/
/*box-shadow: 0px -1px 13px 3px rgba(33,33,33,0.2);*/
/*border-radius: 15px;*/
/*    margin-bottom: 30px;*/
/*    padding: 30px;*/
/*    background: #fff;*/
/*}*/
.box-plan-prime {
    background-color: var(--main);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.box-plan-back-prime {
    margin-top: -49px;
    background-color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px -1px 13px 3px rgba(33, 33, 33, 0.2);
}

footer {

    font-size: 18px;
}

footer a>p:hover {
    text-decoration: none !important;
}

.footer-nav-link {
    font-size: 14px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.text-grey {
    color: #999;
}

.text-main {
    color: var(--main) !important;
}

/* --- Concept-style --- */
.font-title {
    /*font-family: 'Playfair Display', serif;*/
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #343a40 !important;
}

.text-success {
    color: var(--cta-green) !important;
}

/* --- Buttons --- */
.offset-n3:hover {
    cursor: pointer;
}

.btn-outline-main {
    color: var(--main);
    border-color: var(--main);
    padding: 10px 20px;
    border-radius: 8px;
}

.btn-outline-main:hover {
    background-color: var(--main);
    color: white;
}

.btn-link:hover>.fa-arrow-right {
    transform: translateX(0.25rem);
}

.btn-link:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn-white {
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0;
    font-size: .9375rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff80;
    background-clip: border-box;
    border: 0 solid rgba(17, 17, 17, .125);
}

.card-price {
    position: absolute;
    top: 0;
    z-index: 1;
}

.form-control {
    border-radius: 0;
    -webkit-appearance: auto;
    appearance: auto;
}

.btn-dark:hover {
    color: black;
    background-color: var(--main) !important;
    border: none;
}

.overlay-text>.bg-dark {
    border-radius: 8px;
}

.btn-black {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    padding: .8rem 2.2rem;
    background-color: black;
    border-radius: 0;
}

.btn.btn-default {
    background: var(--main);
    color: #fff;
    box-shadow: none;
    border-color: none;
    padding: 12px 35px;
    border-radius: 8px;
    text-transform: uppercase;
}

.btn.btn-default:hover {
    background: var(--accent) !important;
    color: var(--main);
    border: 1px solid var(--accent);
}

.login-form select,
.login-form input:not([type='checkbox']) {
    padding: 10px 21px;
    height: 52px;
}

/* --- Cards --- */
.img-card {
    overflow: hidden;
    border-radius: 8px;
}

.column-img {
    background-size: cover;
    height: 100%;
}

.card-body:hover .card-body>i {
    transform: translateX(-0.25rem) !important;
}

/* --- Front-page --- */
.how-it-works-box {
    background-color: #33333305;
    color: #686868;
}

/* ELEMENTS */
.card-header a:hover {
    text-decoration: none;
    color: black;
}

.btn-hover-slide {
    border-color: white;
    color: white;
    background-image: -webkit-linear-gradient(45deg, var(--main-light) 50%, transparent 50%);
    background-image: linear-gradient(45deg, var(--main-light) 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 1.5;
    padding: 0.7rem 0.75rem;
    font-size: .6875rem;
}

.btn-main-dark {
    color: white;
    border: var(--main-dark);
    background-color: var(--main);
    padding: .7rem 1.5rem;
}

.btn-main-dark:hover {
    background-color: var(--main-dark);
    color: white
}

.btn-accent {
    color: var(--main-dark);
    border: var(--accent);
    background-color: var(--accent);
    padding: .7rem 1.5rem;
}

.btn-accent:hover {
    background-color: var(--accent);
    color: var(--main);
}

.btn-hover-slide:hover {
    color: none;
    outline: 0;
    background-color: var(--main-light) !important;
}

.modal-body .btnVariant {
    color: var(--main-light);
    background-color: var(--main);
    border-color: var(--main);
}

.modal-body .btnVariant:hover {
    color: var(--main-light);
    background-color: var(--main-dark);
    border-color: var(--main-dark);
}

.modal-body .btn-link {
    border: none;
    color: var(--main);
}

.text-member {
    margin-left: -65px;
}

.modal-body .btn-link:hover {
    color: var(--main-dark) !important;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 1rem calc(50px + 1rem) 1rem 5%;
    background-color: var(--main-light);
    z-index: 100;
}

.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid #18992c;
    border-radius: 5px;
    display: block;
}

.checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg) scale(2);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg) scale(2);
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #18992c;
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #18992c;
    left: 8px;
    top: 12px;
}

.hideBelowLg {
    display: "";
}

@media (max-width: 991px) {
    .hideBelowLg {
        display: none;
    }

    .bg-slide {
        width: inherit !important;
    }

    /*========= MEDIA ========*/
    @media screen and (max-width: 767px) {


        .banner img {
            max-width: 78% !important;
        }

        .carousel-caption h1 {
            font-size: 84% !important;
        }

        .btn-shop {
            padding: 0 !important;
        }

        .carousel-control-next,
        .carousel-control-prev {
            display: none;
        }

        .item-product {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        .py-6 {
            padding-top: 1rem;
            padding-bottom: 3rem;
        }
    }

    @media only screen and (max-width: 991px) {
        .scrollable-menu {
            height: auto;
            max-height: 400px;
            overflow-x: hidden;
        }
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: .8rem;
            padding-left: .8rem;
        }
    }

    @media screen and (min-width: 1200px) {
        .container-large {
            max-width: 1500px;
        }
    }

    @media (prefers-reduced-motion: reduce) {

        section.hover-overlay-primary-50::before,
        div.hover-overlay-primary-50::before {
            transition: none;
        }
    }

    @media (max-width: 768px) {
        .carousel-caption h1 {
            font-size: 60%;
        }

        .carousel-control-next,
        .carousel-control-prev {
            display: none;
        }

        .parent {
            margin: 20px 0px !important;
            width: 100% !important;
        }

        .offset-md-n1 {
            margin-left: -8.33333%;
        }

        .container-nav {
            display: grid !important;
            grid-template: 34px 1fr / 111px 1fr !important;
            padding: 0;
        }

        .navbar-brand {
            margin-left: 0 !important;
        }

        .search_cart {
            visibility: hidden;
        }

        .package-select {
            padding-top: 0 !important;
            margin: 0;
        }

        .h1-title {
            font-size: 2.5rem !important;
        }

        .text-muted {
            font-size: small;
        }

        .container-contact {
            padding: 0 !important;
            margin-top: 2 rem !important;
            margin-bottom: 0 !important;
        }

        .text-md-start {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .service-column,
        .service-column-first {
            border: 0 !important;
            padding-bottom: 2rem;
            justify-content: inherit;
        }

        .row-contact {
            flex-direction: column;
        }

        .col-form {
            max-width: 100%;
        }

        .col-text-contact {
            max-width: 100%;
        }

        .bg-secundary {
            margin-top: 3rem;
        }

        .col-md-7 {
            margin-left: 1rem;
            padding-left: 0 !important;
        }

        .position-absolute {
            padding-top: 0;
        }

        .ms-6 {
            width: 100%;
        }

        .last-most-popular {
            padding-top: 0 !important;
        }

        .container3-most-popular,
        .container1-most-popular {
            padding-top: 0 !important;
        }

        .mobile_icon {
            margin-right: 0.3rem;
        }

        .lenguage {
            padding-right: 0.2rem;
        }

        .h1-header {
            font-size: 1.2rem !important;
        }

        .h1-header br {
            font-size: 1.2rem !important;
        }

        .load {
            font-size: 1rem !important;
        }

        .display-1 {
            font-size: 2rem;
        }

        .img-sales {
            width: 10rem;
        }

        .bg-main-light {

            background-color: var(--main-light);

        }

        .no-gutters {
            margin-top: 1rem !important;
        }

        .card-img {
            margin-top: 2rem !important;
        }

        .bn-member {
            margin-top: 0 !important;
            padding-top: 0 !important;
        }
    }

    .no-gutters {
        margin-top: 3rem;
    }

    @media screen and (min-width:992px) {
        nav .sub-menu {
            position: absolute;
            width: 100%;
            background-color: white;
            padding: 2rem 10vw;
            column-count: 3;
            left: 0;
            top: 62px;
        }

        .nav-item.sub a::before {
            border-top: none;
            width: 0;
            content: none;
            margin-right: 0;
        }

        .nav-item.sub a {
            border-bottom: 2px solid var(--main);
            width: 100%;
            font-size: 1.2rem;
            padding-bottom: 0;
            padding-top: 0;
            margin-bottom: .4rem;
        }

        .offset-lg-n1 {
            margin-left: -8.33333%;
        }
    }

    @media screen and (max-width: 991px) {
        .navbar {
            /*background-color: var(--main-light);*/
            color: var(--body-color) !important;
            z-index: 100;
        }

        .navbar-collapse form input {
            margin-left: auto;
        }

        .navbar-collapse form button {
            margin-right: auto;
            font-size: .8rem
        }

        nav #shop {
            column-count: 3;
        }

        .top-nav {
            display: none;
        }
    }
}

@media screen and (max-width: 575px) {
    .navbar-collapse form button {
        margin-left: auto;
    }

    .navbar #shop {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .navbar #shop-m {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .header_bottom_four .custom_col_right,
    .header_bottom_five .custom_col_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header .navbar-brand {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu>.nav-item {
        padding: 10px 0px;
        margin-right: 0;
    }

    .menu>.nav-item {
        border-top: 1px solid #f5f5f5;
    }

    .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;
    }

    .menu>.nav-item.submenu.mega_menu .mega_menu_inner.dropdown-menu>.nav-item {
        width: 100%;
        padding-left: 15px;
    }

    .menu>.nav-item.submenu.mega_menu .dropdown-menu>.nav-item .dropdown-menu {
        display: block !important;
    }

    .menu>.nav-item.submenu.mega_menu .dropdown-menu>.nav-item:after,
    .menu>.nav-item.submenu.mega_menu .dropdown-menu>.nav-item:last-child {
        display: none;
    }

    .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item+.nav-item {
        margin-top: 25px;
    }

    .navbar-nav {
        height: fit-content !important;
        border-left: 0 !important
    }

    .navbar-collapse,
    .menu_four .navbar-collapse {
        max-height: 400px;
        overflow-y: hidden;
        margin-left: 0px;
        margin-right: 0px;
        background: #f9f9f9;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: 0px 10px 10px 0px rgb(96 61 5 / 4%);
    }

    .header_bottom_five .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .offscreen_shop_cart .panel .panel_header {
        padding: 20px 60px 10px;
    }

    .search_cart .nav-item .nav-link {
        display: inline-block;
    }

    .search_cart .nav-item .nav-link .num {
        right: -17px;
    }

    .mobile_icon .menu {
        flex-direction: initial;
    }

    .mobile_icon .menu li {
        display: inline-block;
        border: 0px;
        margin-right: 20px;
    }

    .mega_menu_inner .maga_menu_col ul {
        display: flex !important;
    }

    .mobile_icon {
        display: flex !important;
        justify-content: flex-end;
    }

    .lenguage {
        padding-right: 4px !important;
    }

    .how-work,
    .how-work-prime {
        padding-bottom: 2rem;
    }

    .how-work-bottom {
        visibility: inherit;
    }
}

@media (min-width: 767px) and (max-width: 990px) {

    .carousel-control-prev,
    .carousel-control-next {
        top: 19rem !important;
    }
}

@media (max-width: 800px) {

    .carousel-control-prev,
    .carousel-control-next {
        top: 12.8rem !important;
    }


}

.credit-card {
    display: inline-block;
    width: 31px;
    height: 19px;
    margin-right: 5px;
    background-size: contain;
}

.description {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #373737;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}


.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;
}

.container__overlay {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
}

/* --- MODAL --- */
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(17, 17, 17, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #111
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .3
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    padding: 1.5rem 2rem;
    margin: -1.5rem -2rem -1.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1.75rem;
    border-top: 1px solid #e5e5e5
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-body {
    flex-grow: 0
}

.modal-header {
    padding: 1.5rem 2rem
}

.modal-footer {
    justify-content: flex-start;
    padding: 1.5rem 2rem;
    border-width: 0
}

.modal-dialog-vertical {
    height: 100%;
    max-width: 470px;
    margin: 0
}

.modal-dialog-vertical .modal-content {
    height: inherit;
    overflow-y: auto
}

.modal.fade .modal-dialog-vertical {
    transform: translateX(-100%)
}

.modal.show .modal-dialog-vertical {
    transform: translateX(0)
}

.modal.fixed-right {
    padding-right: 0 !important
}

.modal.fixed-right .modal-dialog-vertical {
    margin-left: auto
}

.modal.fixed-right.fade .modal-dialog-vertical {
    transform: translateX(100%)
}

.modal.fixed-right.show .modal-dialog-vertical {
    transform: translateX(0)
}