/* --- to override Bootstrap --- */

*, ::after, ::before {
    -moz-box-sizing: border-box;
}


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, 
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.bg-light {
    background-color: var(--grey-light)!important;
}

.bg-dark {
    background-color: var(--grey-dark)!important;
}

.bg-green{
    background-color: var(--cta-green)!important;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

a {
    text-decoration: inherit;
    color: inherit;
}

a:hover {
    text-decoration: inherit;
    color: inherit;
}

.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;
}

.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;
}

.nav-link {
    cursor: pointer;
}

@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;
    }
}

/* --- 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);
}

/* --- Text --- */

.text-main {
    color: var(--main);
}


.text-main-light {
    color: var(--main-light);
}

.text-main-dark {
    color: var(--main-dark);
}

	
/* ----------------- Navigation ------------------- */
/* ---- Navigation bar ---- */
.logo-link {
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.top-bar {
    height: 30px;
    font-size: 0.7rem;
}

.top-bar .dropdown-toggle::after {
    content: none;
}
.top-bar .dropdown .flag-icon {
    width: 17px;
    height: 15px;
    border-radius: 50%;
}
.top-bar .dropdown .dropdown-item {
    font-size: 0.8rem;
    padding-top: 0;
}

.navbar-nav .nav-link {
    display: block;
    line-height: 30px;
    padding: 11px 20px;
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: capitalize;
    position: relative;
}

.navbar-nav .nav-link:hover {
   color:var(--main-dark);
}

.main-nav {
    position: relative;
    padding-bottom: 0.2rem;
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
}
.main-nav .navbar {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    position: relative;
    background-color: white;
}
.main-nav .logo {
    position: fixed;
    height: 30px;
    top: 0.3rem;
    left: 50%;
    transform: translate(-50%, 0);
    transition: opacity 0.2s;
}
@media (max-width: 575px) {
    .main-nav .logo {
        top: 0.3rem;
        left: 60px;
        transform: translate(0, 0);
        transition: opacity 0.2s;
    }
}
.main-nav .logo.hide {
    opacity: 0;
}
.main-nav .logo.show {
    opacity: 1;
}
.main-nav .sec-navbar {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    text-transform: uppercase;
    position: relative;
}
.logo-bar {
    padding: 10px 5%;
}
.main-nav .navbar:before {
    content: none;
}
.main-nav .navbar:after {
    content: none;
}
.main-nav .navbar .left,
.main-nav .sec-navbar,
.main-nav .navbar .right {
    display: flex;
    align-items: center;
}
.top-bar .desktop-nav {
    display: inline;
    align-items: center;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.top-bar .desktop-nav li {
    display: inline;
    margin: 0.5rem;
    text-transform: uppercase;
}
.top-bar .desktop-nav li:first-of-type {
    margin-left: 0;
    font-weight: 500;
}
.top-bar .desktop-nav li:last-of-type {
    margin-right: 0;
}
.main-nav .navbar .left .desktop-nav,
.main-nav .sec-navbar .desktop-nav,
.main-nav .navbar .right .desktop-nav {
    display: inline;
    align-items: center;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.main-nav .navbar .left .desktop-nav li,
.main-nav .sec-navbar .desktop-nav li,
.main-nav .navbar .right .desktop-nav li {
    display: inline-block;
    padding: 0.7rem 0.9rem;
    margin: 0 -3px;
}
.main-nav .sec-navbar .desktop-nav li {
    display: inline-block;
}
.main-nav .navbar .left .desktop-nav li:first-of-type,
.main-nav .sec-navbar .desktop-nav li:first-of-type,
.main-nav .navbar .right .desktop-nav li:first-of-type {
    /*margin-left: 0;*/
    font-weight: 500;
}
.main-nav .navbar .left .desktop-nav li:last-of-type,
.main-nav .sec-navbar .desktop-nav li:last-of-type,
.main-nav .navbar .right .desktop-nav li:last-of-type {
    margin-right: 0;
}
.main-nav .navbar .left .desktop-nav li.active {
    background-color: white;
    font-weight: 500;
}
.main-nav .sec-navbar .desktop-nav li.active {
    font-weight: 500;
    text-decoration: underline;
}
/* Submenu */
#navbarSupportedContent {
    border-top:1px solid #e1e1e1;
}

#menu-main-menu {
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu > .nav-item {
    transition: all 0.3s linear;
    position: relative;
}

.menu > .nav-item:last-child {
    margin-right: 0;
}

.main-nav .navbar .left .mobile-menu-btn {
    display: none;
    font-size: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
}
@media (max-width: 991px) {
    .main-nav .navbar .left .mobile-menu-btn {
        display: flex;
    }
}
.main-nav .navbar .left .mobile-menu-btn > div {
    width: 20px;
    height: 2px;
    background-color: black;
    transition: transform 0.3s;
}
.main-nav .navbar .left .mobile-menu-btn > div:first-of-type {
    margin-bottom: 4px;
}
.main-nav .navbar .left .mobile-menu-btn.open > div.bar-1 {
    transform: translate(0, 3px) rotate(45deg);
}
.main-nav .navbar .left .mobile-menu-btn.open > div.bar-2 {
    transform: translate(0, -3px) rotate(-45deg);
}
.main-nav .navbar .right .shopping-cart-btn {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
.main-nav .navbar .right .shopping-cart-btn .items-in-cart,
.main-nav .navbar .right .account-btn .logged-in {
    position: absolute;
    top: -3px;
    right: -5px;
    background: var(--main-dark);
    height: 0.85rem;
    width: .85rem;
    border-radius: 50%;
    font-size: 0.55rem;
    color: white;
}
.main-nav .navbar .right .account-btn .logged-in {
    top: -1px;
    right: 0;
    height: 0.6rem;
    width: .6rem;
}
.main-nav .navbar .right .dropdown-account {
    text-transform: none;
    top: 40px;
    left: inherit;
    background-color: white;
    font-size: 0.95rem;
    padding: .8rem;
    border: none;
    border-radius: 0;
    cursor: inherit;
}
@media (max-width: 767px) {
    .main-nav .navbar .right .dropdown-account {
        right: -60px;
    }
}
.main-nav .navbar .search-hide {
    position: absolute;
    width: 100%;
    background-color: white;
    top: 43px;
    left: 0;
    text-align: center;
    z-index: 2
}
.main-nav .navbar .search-input {
    display: inherit;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    background-color: white;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 0.4rem;
    margin: 0;
    width: 200px;
    max-width: none;
}
.main-nav .navbar .search-suggestions-popup {
    display: none;
}
.main-nav .navbar .right .account-btn {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
    position: relative;
}
.main-nav .navbar #search-hide-results {
    position: absolute;
    width: 100%;
    max-width: 700px;
    margin: auto;
    background-color: white;
    top: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 3;
    text-transform: none;
    padding: 1rem;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
}
.main-nav .navbar #overlay-search {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
}
.main-nav .navbar #close-search-sugg {
    position: absolute;
    left: 20px;
    top: 15px;
    color: var(--grey);
}
@media (max-width: 767px) {
    .main-nav .navbar .search-input {
        margin: 0.5rem auto;
    }
    .main-nav .navbar .search-hide {
        top: 50px;
    }
    .main-nav .navbar .search-hide-results {
        top: 53px;
    }
    .main-nav .navbar #overlay-search {
        top: 49px;
    }
}
@media (max-width: 767px) {
    .main-nav .navbar {
        background-color: white;
        padding: 0.8rem 0;
    }
    .main-nav .logo {
        height: 35px;
        width: auto;
        top: 0.75rem
    }
    .main-nav .logo.hide {
        opacity: 1;
    }
    .main-nav .navbar .right .shopping-cart-btn,
    .main-nav .navbar .right .account-btn {
        width: 22px;
        height: 22px;
    }
}
.main-nav .navbar .right .shopping-cart-amount {
    margin-left: 0.4rem
}

/* ---- Navigation mobile ---- */
.mobile-menu {
    position: fixed;
    z-index: 100;
    top: 4rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem 5%;
    background-color: white;
    font-size: 1rem;
    transition: transform 0.3s, opacity 0.3s;
}
.mobile-menu .search-input {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    background-color: var(--grey-light);
    border: none;
    border-radius: 10px;
    padding: 5px 8px;
    width: 100%;
    margin-right: 5%;
}
.mobile-menu .profile-div {
    right: 0;
    left: 55px;
    top: -4.3rem;
    padding: 2rem 1rem 0 0;
    position: absolute;
    background-color: white;
    height: 80px;
}
@media (min-width: 768px) {
    .mobile-menu .search-div {
        display: none;
    }
}
.mobile-menu.hidden {
    transform: translate(0, -100%);
    opacity: 0;
    pointer-events: none;
}
.mobile-menu ul::-webkit-scrollbar {
    display: none;
}
.mobile-menu ul {
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
    margin-bottom: 0.5rem;
    width: 100%;
    overflow-y: scroll;
}
.mobile-menu ul li {
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-weight: 300;
}
@media (max-width: 511px) {
    .mobile-menu ul li {
        text-align: left;
    }
}

.navitem-active {
    color:var(--main-dark);
}

.shop-dropdown {
    top:-5px !important;
}
/* End navigation bar */

/* --- Breadcrumbs --- */
.breadcrumbs {
    font-size: 85%;
    color: #6c757d;
}

.breadcrumbs a::after {
    content: " / ";
}

.breadcrumbs a:last-of-type {
    font-weight: 400;
    pointer-events: none;
}

.breadcrumbs a:last-of-type::after {
    content: "";
}

/* --- Animation --- */

.anim-appear {
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.anim-zoom-smooth {
    animation: zoom-smooth 2s ease-in-out infinite alternate;
    -webkit-animation: zoom-smooth 2s ease-in-out infinite alternate;
}

@keyframes zoom-smooth {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    90% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

/* --- Header main-page --- */

header.main-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 85px);
}

header.main-page .btn-main {
    border-color: transparent;
    background-color: white;
}

@media screen and (max-width: 767px) {
    header.main-page {
    }
    
    header.main-page div {
    }
    header.main-page div p {
    }
}

/* --- How it works --- */

.hiw svg{
    width: 20%;
    margin: 0 auto;
}

header.prime-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.prime-page div {
    color: white;
}

/* --- Product slider --- */
.deal-item > a > div {
    position: relative;
    height: 100%;
    transition: all 500ms;
    border-radius: 6px;
}

.deal-item > a > div:hover p {
    color: var(--main);
    /*background-color: #ffffff;*/
    /*border: 1px solid var(--main-light);*/
    /*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%);*/
}

.deal-item .overlay-item {
    pointer-events: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
    background-color: var(--main-light);
}

.deal-item:hover .overlay-item {
    opacity: .6;
}

.deal-item .overlay-text {
    pointer-events: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: opacity 0.3s;
    font-weight: bold;
    font-size: 1.2rem;
}

.deal-item:hover .overlay-text {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .deal-item:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .deal-item:nth-last-of-type(2) {
        display: none;
    }
}

/* --- Filters --- */
.filter-header:not(:first-of-type) {
    margin-top: .5rem;
}

.filter-header {
    margin-bottom: .5rem;
}

.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;
}

.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);
    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: 250px;
    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;
    left: 5%;
    top: 5%;
    font-size: 12px;
}

.discount-tag-2 {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 5px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: var(--main-dark);
    color: #fff;
}
.discount-tag-2:before {
    position: absolute;
    top: 100%;
    left: 5px;
    content: '';
    border-color: var(--main-dark) transparent transparent var(--main-dark);
    border-width: 3px;
    border-style: solid;
}

.back-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
}

/* --- Product page --- */

.product-view .carousel-indicators {
    position: relative;
    justify-content: left;
    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;

}

.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;
}

/* select product */

.product-view #product-selection {
    position: relative;
}

.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;
    position: absolute;
    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;
}

.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 {
    border:1px solid #dbdbdb;
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
}

/* --- Account page --- */
.indicator-account {
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 500;
    padding: 0 1.5rem;
    cursor: pointer;
}

.indicator-account.active {
    background-color: var(--main-dark);
    color: white;
}

/* --- 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 --- */
.box-plan {
    transition: transform .2s;
}
.box-plan:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}
.box-plan-back {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: var(--main-light);
    z-index: -1;
    margin: 1rem;
    border-radius: 15px;
}

/* --- Concept-style --- */

.font-title {
    /*font-family: 'Playfair Display', serif;*/
    font-weight:700;
}

.text-success {
    color: var(--cta-green) !important;
}


/* --- Buttons --- */

.btn:hover {
    color: white !important;
}

.form-control {
    border-radius: 0;
}

.btn-main {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: transparent;
    padding: 1rem 2rem;
}

.btn-main:hover {
    background-color: rgba(33, 37, 41, 0.15);
    filter: brightness(0.95);
}

.btn-sec-dark {
    color: var(--main-dark);
    background-color: transparent;
    padding: .7rem 1.5rem;
}

.btn-sec-dark:hover {
    background-color: var(--main-dark);
    color: white
}

.btn-sec-dark:focus {
    background-color: var(--main-dark);
    color: white;
    filter: brightness(0.85);
}

.btn-main-light {
    color: var(--main);
    border: none;
    background-color: white;
    padding: .7rem 1.5rem;
}

.btn-main-light:hover {
    color: var(--main-dark);
}

.btn-ter-dark, .btn-main-dark {
    color: white;
    border: none;
    background-color: var(--main);
    padding: .7rem 1.5rem;
}

.btn-ter-dark:hover, .btn-main-dark:hover {
    background-color: var(--main-dark);
    color: white
}

.btn-mini {
    padding: .4rem 1rem
}

.btn-add-to-cart-sm,
.btn-submit {
    text-transform: uppercase;
    color: white;
    background-color: var(--cta-green);
}

.btn-submit {
    border: none;
    padding: .7rem 1.5rem;
}

.btn-add-to-cart {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: white;
    padding: 1rem 3rem;
    background-color: var(--cta-green);
}

.btn-add-to-cart:hover,
.btn-add-to-cart-sm:hover,
.btn-submit:hover:not([disabled="disabled"]):not([disabled]) {
    color:white;
    background-color: var(--cta-green-dark);
}

.btn-add-to-cart:disabled,
.btn-add-to-cart-sm:disabled,
.btn-submit:disabled {
    opacity:0.7;
    cursor: default;
}

.overlay-text > .bg-dark {
    border-radius:8px;
}

.btn-black {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: white;
    padding: .8rem 2.2rem;
    background: black;
    background: var(--main);
    border-radius: 30px;
}

/* --- Other --- */
.rounded {
    border-radius: 25px !important;
}

.main-form > input,
.main-form > textarea,
.login-form select,
.login-form input {
    border-color: #cecece;
    border-radius: 4px;
}

.main-form > input,
.login-form input {
    padding: 25px 20px;
}

.login-form select {
    padding: 10px 21px;
    height: 52px;
}

.main-form > textarea {
    padding: 20px 25px; 
}

/* --- Cards --- */

.img-card {
    overflow: hidden;
    border-radius:8px;
}

.column-img {
    background-size: cover;
    height: 100%;
}


/* --- Front-page --- */

@media only screen and (max-width: 991px) {
    .scrollable-menu {
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
    }
}

/* ELEMENTS */
.how-it-works-box i {
    font-size: 55px;
    color: var(--main);
}

.st0 {
    fill: var(--main-light) !important;
}

.btn-hover-slide {
    border-color: var(--main);
    color: white !important;
    background-image: -o-linear-gradient(315deg, transparent 50%, var(--main-dark) 50%);
    background-image: linear-gradient(135deg, transparent 50%, var(--main-dark) 50%);
    background-position: 0;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 30px;
}

.btn-hover-slide:hover {
    background-position: 100% !important;
    border-color: var(--main-dark) !important;
    outline: 0;
}

.btn-hover-slide.disabled, .btn-hover-slide:disabled {
    cursor: default;
    background-position: 0 !important;
    border-color: transparent !important;
}

.hero-banner {
    position: relative;
    min-height:20vh
}

.hero-banner:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.3);
}

.header-steps p {
    margin-bottom: 0;
    padding-bottom: 2px;
}

.header-steps i {
    margin: 0 10px;
}

.text-underline {
    border-bottom: 1px solid white;
}

.filter-title {
    font-family: 'Rubik', Sans-Serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: capitalize!important;
    margin-bottom: 20px;
    position: relative;
    display: block;
    letter-spacing: .02em;
}

.collection-item {
    transition: all 500ms;
    border:1px solid white;
}

.collection-item:hover {
    background: white;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1)!important;
    border: 1px solid var(--main-light);
}

.collection-item .title-collection-item {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer */
.dark-footer {
    background-color: #1e1e1e;
    color:rgb(255 255 255 / 80%);
}

footer {
    box-shadow: 0px -4px 10px 0px rgb(96 61 5 / 8%);
}

footer  a > p:hover {
    color:var(--main-light);
    font-weight: 400;
}

.footer-links a p {
    color:#999;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-dropdown-panel {
    position: absolute !important;
    left: -70px;
    cursor: default;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 1rem calc(50px + 1rem) 1rem 5%;
    background: #7f8596cc;
    z-index: 100;
}

#cookie-bar:hover {
    z-index: 2147483640!important;
}

#login-menu-modal .input-field {
    width: 100%;
    margin: 0.5rem 0;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0.4rem;
    font-size: 0.8rem;
}
.mobile-menu .mobile-content {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

.standard-btn {
    display: inline-block;
    cursor: pointer;
    padding: 1.75em 4em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--grey-light);
    border: none;
    transition: color 0.3s, background-color 0.3s, background-image 0.3s;
}
.standard-btn.dark-btn {
    background-color: var(--grey-dark);
    color: white;
}
.standard-btn.mini-btn {
    padding: .6em 2em .5rem;
}

/*welcome page*/
.card-columns {
    column-count: 3;
}

@media screen and (max-width: 1199.98px) {
    .card-columns {
        column-count: 2;
    }
}

.parent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.parent a {
    z-index:9;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dark-overlay {
    background: rgba(0,0,0,0.3);
}

.carousel-img {
    max-width: 100%;
    height: auto;
    max-height: 550px;
}

.products-title {
    color: #333333;
    font-size: 36px;
    line-height: 38px;
}

.products-title > span {
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
}

.quote-title {
    font-size: 3rem;
    text-shadow: 1px 1px 2px #000000, 2px 2px 2px #fff;
    font-family: 'Bad Script', cursive;
}

.how-it-works-box {
    font-size:16px;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    height: 840px;
    transform: rotate(180deg);
    margin-left: 30px;
    text-transform: uppercase;
}

.vertical-text p {
    font-size: 35px;
    opacity: .6;
    margin: 0;
    font-weight: 400;
}

.vertical-text h2 {
    font-weight: bold;
    font-size: 70px;
    margin-right: 5px;
}

.hero.header-bg {
    overflow: hidden;
    position: relative;
}

#carouselSlidesOnly {
    height: 50vh;
    min-height: 500px;
}

.header-bg:before {
    content: "";
    background-color: var(--main-light);
    opacity: .3;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero.header-bg .carousel {
    z-index: 1;
}

.position_r > .round {
    position: absolute;
    border-radius: 50%;
    animation-timing-function: ease; 
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

.position_r > .round.one {
    background: var(--accent);
    width: 665px;
    height: 665px;
    left: 50%;
    top: 25%;
    margin-left: -332px;
    animation: stretch 15s infinite;
}

.position_r > .round.two {
    width: 350px;
    height: 350px;
    background: var(--main-light);
    top: 40%;
    left: 25%;
    animation: stretch 10s infinite;
}

@keyframes stretch {
    0% {
        transform: scale(.85);
    }
    15% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(.85);
    }
    60% {
        transform: scale(.85);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(.85);
    }
}

.btn-shop-holder {
    height: 130px;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    margin-bottom: 20px;   
}

.btn-shop-now {
    color: var(--main-dark);
    font-size:35px;
    text-transform: uppercase;
    position: relative;
}

@media screen and (max-width: 767px) {
    .btn-shop-holder {
        height: 200px;
    }
    
    #carouselSlidesOnly {
        min-height: 350px;
        height: 40vh;
    }
}

.modal-body .btn-link:hover {
    color: #004fa5 !important;
}

.credit-card {
    display: inline-block;
    width: 38px;
    height: 25px;
    margin-right: 5px;
    background-size: contain;
}
@media screen and (max-width: 1023px) {
    .copyright {
        margin-bottom: 3.5rem !important;
    }
}