﻿/* my custom style */

@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf");
    src: local("Lato"), url(../fonts/Lato-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Lato Bold;
    src: url("../fonts/Lato-Bold.ttf");
    src: local("Lato Bold"), url(../fonts/Lato-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Lato Black;
    src: url("../fonts/Lato-Black.ttf");
    src: local("Lato Black"), url(../fonts/Lato-Black.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy Light;
    src: url("../fonts/Gilroy-Light.ttf");
    src: local("Gilroy-Light"), url(../fonts/Gilroy-Light.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy SemiBold;
    src: url("../fonts/Gilroy-SemiBold.ttf");
    src: local("Gilroy-SemiBold"), url(../fonts/Gilroy-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy Medium;
    src: url("../fonts/Gilroy-Medium.ttf");
    src: local("Gilroy-Medium"), url(../fonts/Gilroy-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy Extra Bold;
    src: url("../fonts/Gilroy-ExtraBold.ttf");
    src: local("Gilroy-ExtraBold"), url(../fonts/Gilroy-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy Black;
    src: url("../fonts/Gilroy-Black.ttf");
    src: local("Gilroy-Black"), url(../fonts/Gilroy-Black.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy Bold;
    src: url("../fonts/Gilroy-Bold.ttf");
    src: local("Gilroy-Bold"), url(../fonts/Gilroy-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy;
    src: url("../fonts/Gilroy-Regular.ttf");
    src: local("Gilroy-Regular"), url(../fonts/Gilroy-Regular.ttf) format("truetype");
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

ul {
    padding: 0;
}

span {
    font-family: Gilroy;
}

strong {
    font-family: 'Gilroy Bold';
}

.gilroy-bold {
    font-family: 'Gilroy Bold';
}

.dark-blue {
    color: #19237D;
}

input[type=text], input[type=password], input[type=number], input[type=email] {
    height: 48px;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    text-align: left;
    font: normal normal 300 20px/50px Gilroy;
    letter-spacing: 0.01px;
    color: #19237D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.grendene-input {
    height: 48px;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    text-align: left;
    font: normal normal 300 20px/50px Gilroy;
    letter-spacing: 0.01px;
    color: #19237D;
}

button {
    min-width: 93px;
    height: 49px;
    background: #FFC800;
    color: #19237D;
    padding: 10px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    opacity: 1;
    font: normal normal 800 14px 'Gilroy Bold';
}

    button:disabled {
        background: #C9C9C9 !important;
        opacity: 0.6 !important;
        color: #6F6F6F !important;
        cursor: not-allowed;
        border: none !important;
        cursor: not-allowed !important;
    }

        button:disabled:hover {
            transition: all 0.3s ease-in-out;
            background: #C9C9C9 !important;
            color: #6F6F6F !important;
            cursor: not-allowed;
            border: none !important;
            cursor: not-allowed !important;
        }

.grendene-button-disabled, grendene-button-disabled:hover {
    background: #C9C9C9 !important;
    opacity: 0.6 !important;
    color: #6F6F6F !important;
    cursor: not-allowed;
    border: none !important;
    cursor: not-allowed !important;
}

button:hover {
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

body::-webkit-scrollbar {
    width: 14px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: white; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #19237D;
    border: solid 1px #C9C9C9;
}

.quick-view-button-grandene {
    position: absolute;
    bottom: 1px;
    right: 1px !important;
    width: 50px;
    height: 38px;
    background-color: transparent !important;
    color: #001E4D !important;
    border: none !important;
}

.quick-view-button-grandene-div {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    width: 100%;
    height: 35px;
    color: #001E4D;
}

.quick-view-button-grandene-icon {
    height: 32px;
    width: 32px;
    padding: 5px;
    border: 1px solid #001E4D !important;
    border-radius: 50px;
    margin: 0 0 5px 5px;
}

    .quick-view-button-grandene-icon:hover {
        color: #ffffff;
        background-color: #82BF12;
        border: 1px solid #82BF12 !important;
    }

.div-product-campaign {
    display: flex;
    flex-direction: row;
    height: 79px;
    background-color: #4128C3;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-left: 5px;
}

.product-campaign-time-remaining {
    font-weight: 600;
    font-size: 24px;
    color: #FFC800;
    letter-spacing: 2.16px;
}

.product-campaign-time-remaining-date {
    font-weight: 600;
    font-size: 20px;
    color: #FFC800;
    letter-spacing: 1.16px;
}

@media (max-width: 991.98px) {
    .product-campaign-time-remaining {
        font-size: 130%;
    }
}

.product-campaign-icon {
    display: flex;
    color: #FFC800;
    width: 15%;
    align-items: center;
    justify-content: center;
}

.product-campaign-icon > svg {
    margin-bottom: 15px;
}

.product-campaign-text {
    display: flex;
    flex-direction: column;
    width: 85%;
    font-size: 17px;
    justify-content: space-between;
    line-height: 1.2;
    padding: 15px 0;
    margin-left: 10px;
    font-weight: 300;
}

.product-campaign-text-span {
    font-family: 'Gilroy Light' !important;
    font: normal normal 300 17px/20px Gilroy;
}

.product-container {
    min-height: 499px !important;
    max-width: 283px !important;
    height: 100% !important;
}

.picture-container {
    min-height: 311px !important;
    --max-width: 283px !important;
    --height: 100% !important;
    border: 1px solid #C9C9C9 !important;
}

.img-container {
    position: static !important;
    justify-content: center !important;
    align-items: center !important;
}

.prices {
    width: 100% !important;
}

.price {
    letter-spacing: 0.65px;
}

.actual-price {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #4128C3 !important;
}

.old-price {
    text-decoration: line-through;
    font: normal normal normal 13px/16px 'Gilroy Bold';
    letter-spacing: 0.65px;
    color: #7C7C7D;
    text-transform: uppercase;
}

.rating {
    color: #FFC800 !important;
    font-size: 1.25rem;
    text-align: left !important;
    width: auto !important;
}

.product-rating {
    color: #FFC800 !important;
    font-size: 1.25rem;
    text-align: left !important;
    width: auto !important;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.rating > span {
    color: #000000 !important;
    font-weight: 300 !important;
}

.b-rating-icon > svg {
    color: #FFC800 !important;
    font-size: 1.25rem;
}

.product-name-div {
    margin-top: 10px !important;
}

.product-name-text-grendene {
    color: #4128C3 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Gilroy Bold' !important;
}

.rating-lbl-qtt {
    /*color: #0D0C0A !important;*/
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-left: 10px !important;
}

.rating > span {
    flex-grow: 0 !important;
}

.div-product-descount {
    position: absolute;
    background-color: #F00032;
    right: 5px;
    width: 114px;
    height: 56px;
    border-radius: 0 0 60px 60px;
    color: #ffffff;
    z-index: 3 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.div-product-descount-percent {
    font-weight: 500;
    font-size: 22px;
}

.card-body-product-box {
    height: 200px !important;
    justify-content: flex-start;
    display: flex !important;
    flex-direction: column !important;
}

.container-collections {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.card-collections {
    width: 319px !important;
    height: 208px !important;
    background-color: #ffffff !important;
    border: 1px solid #C9C9C9;
    margin-top: 35px;
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card-collections-title {
    text-align: left !important;
    color: #4128C3;
    font-size: 18px;
    font-weight: 600 !important;
}

.card-img-container-collections {
    height: 130px !important;
    max-width: 258px !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.grendene-login-menu-vertical {
    margin-left: 10px;
}

.grendene-title-most-loved {
    color: #F00032;
    margin-left: 20px;
    font-family: 'Gilroy Bold';
    font-size: 24px;
    margin: 0px !important;
    text-transform: uppercase;
}

.grendene-title-pages {
    color: #003176;
    font-family: 'Gilroy Bold';
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    width: 360px;
    justify-content: center;
}

.product-title-container > h2 {
    background: #FFFFFF;
}

.grendene-products-container {
    border-top: solid 1px #C9C9C9;
    margin-top: 60px;
    border-bottom: solid 1px #C9C9C9;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;

}

.product-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px !important;
}

.menu-container {
    max-width: 20% !important;
}

.grendene-navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 60px;
}

.grendene-menu {
    justify-content: flex-start;
    text-align: center;
    justify-content: flex-start !important;
    background: transparent;
    margin-left: 0;
    flex-direction: row;
}

    .grendene-menu > li {
        height: 100%;
        font-size: 13px;
        color: #7C7C7D;
        font-weight: 600;
        display: flex;
        margin: 0 10px;
        justify-content: center;
        align-items: center;
    }

@media (max-width: 1380px) {
    .grendene-menu > li {
        margin: 0px !important;
    }

    .grendene-menu > li > a, .grendene-menu > li > span {
        padding: 0 7px !important;
    }
}

.grendene-menu > li > a, .grendene-menu > li > span {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    padding: 0 10px;
    text-transform: uppercase;
    color: #7C7C7D;
    cursor: pointer;
    font-family: 'Gilroy Bold' !important;
    letter-spacing: 0.65px;
}

    .grendene-menu > li > a:hover {
        color: #4128C3;
    }

.grendene-menu-logo {
    /*margin: 0 40px;*/
    justify-content: flex-start;
    display: flex;
}

.grendene-menu-logo > a > img {
    height: 50px;
}

.grendene-menu-logo > a {
    display: flex;
    align-items: center;
}

.grendene-menu-logo-desk {
    display: none;
}

@media (min-width: 1199.98px) {
    .grendene-menu-logo-desk {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .grendene-menu-logo {
        margin: 0px;
    }
}

.grendene-menu-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.grendene-drop-menu {
    position: absolute;
    background: #F6F6F6;
    display: none;
    justify-content: center;
    z-index: 4;
    top: 60px;
    font-size: 16px;
    color: #0D0C0A !important;
    width: 100%;
    left: 0;
}

#grendene-categories a {
    font-family: 'Gilroy Light' !important;
}

.grendene-drop-menu a {
    font-family: Gilroy !important;
}

.grendene-drop-menu #see-more {
    color: #4128C3;
    font-size: 14px;
    font-family: 'Gilroy Bold' !important;
}

.grendene-drop-menu > ul > li {
    padding: 15px 0px;
    margin: 0 -50px;
}

.grendene-drop-menu > ul {
    display: block;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-gap: 180px;
    -webkit-column-gap: 180px;
    column-gap: 150px;
    padding: 30px;
    margin-right: 30%;
    text-align: left;
}

    .grendene-drop-menu > ul > li > a {
        color: #0D0C0A;
    }

.grendene-drop-menu li:hover {
    color: #4128C3;
    transition: all 0.2s ease-in;
}

.grendene-drop-menu > ul > li > a:hover {
    color: #4128C3;
    transition: all 0.2s ease-in;
}

.grendene-menu > li:hover > .grendene-drop-menu {
    display: flex;
}

.grendene-menu-profile:hover > .grendene-drop-menu and .grendene-drop-menu-vertical {
    display: flex;
}

.grendene-menu > li:hover > .grendene-drop-menu-vertical {
    display: flex;
}

.grendene-menu-profile:hover > .grendene-drop-menu-vertical {
    display: flex;
}

.grendene-menu-profile-icon {
    height: 32px;
    width: 32px;
    padding: 2px;
    background-color: #4128C3;
    border-radius: 60px;
}

.grendene-menu-cart {
    height: 32px;
    width: 32px;
    margin-left: 40px;
    color: #4128C3 !important;
}

@media (max-width: 991.98px) {
    .grendene-menu-cart {
        margin-left: 0px;
    }
}

.grendene-menu-cart svg {
    color: #4128C3 !important;
}

.grendene-menu-profile-span {
    color: #4128C3;
    font-weight: 700;
    font-size: 13px;
    margin-left: 10px;
    height: 60px;
    align-items: center;
    display: flex;
}

.grendene-drop-menu-brands {
    display: flex !important;
    align-items: center;
    margin-right: 0 !important;
}

.grendene-drop-brand-list {
    display: flex;
    flex-direction: column;
}

.grendene-vertical-menu-brands-item {
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
    padding: 5px !important;
    margin-left: 30px !important;
}

.grendene-menu-vertical-brands-image {
    max-width: 25%;
}

.grendene-drop-menu-brands-item {
    height: 88px;
    width: 88px;
    background: #ECECEC;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px !important;
}

.grendene-drop-menu-brands-image {
    max-width: 100%;
    max-height: 100%;
}

.grendene-menu-profile-span > span {
    font-family: 'Gilroy Bold';
    letter-spacing: 0.65px;
}

.grendene-menu-profile-span svg {
    margin: 3px 0px 0px 5px;
}

.grendene-drop-menu-vertical {
    position: absolute;
    background: #FFFFFF;
    display: none;
    z-index: 3;
    top: 60px;
    font-size: 16px;
    width: 185px;
    flex-direction: row;
    text-align: left;
    padding: 5px;
    color: #0D0C0A !important;
    left: 0px;
    box-shadow: 0px 3px 6px #00000029;
}

#menu-cart-right {
    position: absolute;
    right: 50px;
    top: 20px;
}

#menu-profile-right {
    position: absolute;
    right: 110px;
}

#menu-find-right {
    position: absolute;
    right: 280px;
}

.grendene-menu-options svg {
    overflow: visible;
}

.grendene-menu-options a {
    color: #4128C3;
}

    .grendene-menu-options a:hover {
        color: #4128C3;
    }

.grendene-drop-menu-vertical a {
    color: #7C7C7D;
    font-size: 13px;
    margin-left: 10px;
}

.grendene-menu-divider {
    border-top: 2px solid #B9B9B9;
    height: 0;
    width: 100%;
    margin: 10px 0px 10px 5px;
}

.grendene-drop-menu-vertical a:hover {
    color: #4128C3;
    transition: all 0.2s ease-in;
}

.grendene-menu-buy-limiter-container {
    display: flex;
    flex-direction: column;
    color: #19237D;
    font-size: 16px;
    letter-spacing: 0.8px;
    align-items: center;
}

#grendene-container-buy-limiter {
    margin-left: 6px;
}

.grendene-menu-buy-limiter-container > span:last-child {
    font-family: 'Gilroy Bold';
}

.grendene-menu-buy-limiter-container > span:first-child {
    font-size: 10px;
    font-family: Gilroy;
}

.grendene-drop-menu-vertical > ul > li {
    padding: 5px;
}

.b-nav-dropdown:target > .dropdown-menu {
    display: flex !important;
}

.b-nav-dropdown:hover > .dropdown-menu {
    display: flex;
}

.grendene-qty-indicator {
    position: absolute;
    top: 0;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    background: #FFC800;
    border-radius: 100%;
}

@media (max-width: 1199.98px) {
    .grendene-qty-indicator {
        right: 70px;
    }
}

.grendene-landing-page {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    width: 100%;
    padding: 50px;
    background: #4128C3;
    color: #ffffff;
    top: 123px;
    min-height: calc(100vh - 123px);
    background-image: url("../../../Themes/GrendeneTheme/assets/images/bg-landing-page.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: center;
    background-position-y: 280px;
}

.grendene-landing-page-banner {
    width: 100vw;
    background: #19237D;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    height: 123px;
    left: 0;
    top: 0;
    padding: 0px 35px !important;
    font-size: calc(24px + 0.5vw);
}

@media (max-width: 575.98px) {

    .grendene-landing-page-banner {
        padding: 0px 15% !important;
    }
}

@media (max-width: 991.98px) {
    .lnpg-title-break-line {
        display: none;
    }

    .grendene-landing-page-banner {
        font-size: calc(1.6vw + 1.5vh);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .lnpg-title-break-line {
        display: none;
    }

    .grendene-landing-page-banner {
        font-size: calc(1.6vw + 1.5vh);
        padding: 0px 20% !important;
    }
}

.lnpg-div-logo {
    margin-top: 25px;
}

.lnpg-div-logo > img {
    max-width: 450px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .lnpg-div-logo {
        text-align: center;
        margin-bottom: 10px;
    }
}

.lnpg-div-login {
    padding: 5px;
}

    .lnpg-div-login > form {
        display: flex;
        flex-direction: row;
        margin: 0;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

.grendene-landing-page-login {
    display: flex;
    flex-direction: row;
    height: 200px;
}

    .grendene-landing-page-login h5 {
        text-transform: uppercase;
        font-size: 1rem;
    }

@media (min-width: 992px) {
    .lnpg-span-first-time-break-line {
        display: none;
    }
}

.lnpg-div-password {
    padding: 0px;
}

.lnpg-btn-login {
    /*margin: 5px;*/
}

.lnpg-input-password {
    padding-right: 50px !important;
}

.grendene-pw-svg {
    position: absolute;
    top: 25%;
    right: 15px;
    color: #4128C3;
    cursor: pointer;
}

.lnpg-span-forgot-password {
    text-align: left;
    display: block;
    letter-spacing: 0.7px;
    font-weight: 800;
    font-size: 14px;
    text-transform: lowercase;
    margin: 8px 0;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .lnpg-span-forgot-password {
        text-align: center;
    }
}

.lnpg-span-forgot-password:hover {
    color: #ffffff;
}

.lnpg-span-first-time {
    letter-spacing: 0.6px;
    font-size: 20px;
    margin: 20px 20px 0 0;
    font-family: 'Gilroy Light';
}

.landingpage-banner-normal {
    font-weight: 300;
}

.landingpage-banner-normal > img {
    max-width: 300px;
}

.landingpage-banner-strong {
    font-weight: 700;
}

.lnpg-div-register {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: baseline;
}

.grendene-register-button {
    width: 149px !important;
}

.lnpg-login-title {
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
}

@media(max-width: 991.98px) {
    .lnpg-div-register {
        justify-content: center;
    }
}

.lnpg-div-register > button {
    font-size: 12.5px;
    letter-spacing: 0.7px;
}

.lnpg-top-ball-logo {
    position: absolute;
    background-color: #FFC800;
    left: 55px;
    top: -15px;
    width: 114px;
    height: 56px;
    border-radius: 0 0 60px 60px;
    color: #ffffff;
    z-index: 3 !important;
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .lnpg-top-ball-logo {
        left: -57px;
        transition: all 0.3s ease;
    }
}

.lnpg-content-img > img {
    max-height: 367px;
    max-width: 367px;
    margin-left: 10%;
    margin-top: -75px;
}

@media (max-width: 540px) {
    .lnpg-content-img {
        margin-top: -35px;
    }
}

@media (max-width: 991.98px) {
    .lnpg-content-img {
        text-align: center;
        margin-top: -25vh;
    }

        .lnpg-content-img > img {
            margin-left: 0px;
            transition: all 0.3s ease;
            max-width: 50vw;
            max-height: 30vh;
        }

    .lnpg-content-span-from-hand {
        display: block;
        margin-top: 30vh;
    }
}

.lnpg-content-txt {
    /*position: absolute;
  margin-left: 59%;*/
    margin-top: 130px;
    /*margin-left: 100px;*/
    width: 526px;
    font-size: 26px;
    font-weight: 300;
    padding-right: 5%;
    font-family: 'Gilroy Light' !important;
}

@media (max-width: 991.98px) {
    .lnpg-content-txt {
        text-align: center;
        font-size: calc(1.3vw + 1.5vh);
    }
}

.grendene-landing-page-top {
    flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
    .grendene-landing-page-top {
        flex-direction: row;
    }
}

.grendene-landing-page-middle {
    /*display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  border: solid 50px #4128C3;
  border-radius: 0 0 50% 50%;*/
    /*
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150%;
  padding: 15px;
  border: solid 150px #19237D;
  background: #19237D;
  border-radius: 50% 50% 0 0;
  border-bottom-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
  left: -25%;
  position: absolute;*/

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 150px 0px;
}

.lnpg-middle-brands-title {
    font-family: 'Gilroy Bold';
    color: #FFC800;
    display: none;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .lnpg-middle-brands-title {
        display: block;
    }
}

.grendene-landing-page-imgs {
    width: 35%;
    text-align: center;
}

.lnpg-img-brands {
    width: auto;
    max-width: 100px;
    margin: 10px;
}


.grendene-landing-page-bottom {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
    letter-spacing: 0.78px;
}

    .grendene-landing-page-bottom span {
        font-family: 'Gilroy Light' !important;
    }

.lnpg-bottom-1-4-circle {
    position: absolute;
    background-color: #F00032;
    right: 200px;
    bottom: 170px;
    width: 262px;
    height: 304px;
    border-radius: 300px 0 0 0;
    z-index: 3 !important;
}

@media (max-width: 1385px) {
    .lnpg-bottom-1-4-circle {
        display: none;
    }
}

.lnpg-bottom-img {
    position: absolute;
    max-height: 150px;
    left: -10px;
    top: 120px;
}







.grendene-footer {
    background-color: #19237D;
    color: #ffffff;
    height: 100%;
    padding-top: 50px;
    margin: 0px !important;
    padding-bottom: 25px;
}

    .grendene-footer h4 {
        text-transform: uppercase;
        letter-spacing: 0.7px;
        font-family: 'Gilroy Bold' !important;
    }

.footer-home-top {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    color: #ffffff;
    grid-row-gap: 20px;
    padding: 0 12vw;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .footer-home-top {
        padding: 0 5vw;
    }
}

.footer-home-top > div > ul {
}

.footer-home-top h4 {
    font-size: 14px;
}

.footer-home-top li, .footer-home-top li a, .footer-home-top li a:hover {
    margin: 10px 0;
    color: #ffffff;
}

.footer-home-top-logo {
    /*margin-left: 60px;*/
    /*width: 30%;*/
}

@media (max-width: 991.98px) {
    .footer-home-top-logo {
        text-align: center;
    }
}

.footer-home-top-units {
    display: flex;
    flex-direction: column;
}

    .footer-home-top-units > li {
        margin: 10px 0 !important;
    }

.footer-home-top-about {
    display: flex;
    flex-direction: column;
    /*width: 25%;*/
}

    .footer-home-top-about span, a, li {
        font-family: Gilroy !important;
    }


    .footer-home-top-about > ul > li {
        margin: 10px 0;
    }

.footer-home-top-services {
    display: flex;
    flex-direction: column;
    /*width: 25%;*/
}

.footer-home-middle {
    padding: 45px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

    .footer-home-middle > h4 {
        font-size: 14px;
    }

.footer-home-middle-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
    padding: 0 20vw;
}

@media (min-width: 991.98px) {
    .footer-home-middle-icons {
    }
}

.footer-home-middle-icons span {
    font-size: 10px;
    max-width: 70%;
}

.footer-sustainability-img {
    /*max-width: 75px;*/
    font-size: 11px;
    margin: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

    .footer-sustainability-img > img {
        margin-bottom: 5px;
        max-height: 55px;
        max-width: 55px;
    }

.footer-home-bottom {
    text-align: center;
    font-size: 10px;
    padding-top: 25px;
    display: flex;
    justify-content: center;
}

.grendene-footer-oval {
    position: absolute;
    bottom: -50px;
    width: 518px;
    height: 100px;
    background: #FFC800;
    border-radius: 50%;
}

.red {
    background: red;
}

.green {
    background: green;
}

.blue {
    background: blue;
}

.home-collections-card {
    background: #19237D !important;
    color: #ffffff !important;
    width: 319px;
    height: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-collections-img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.home-collections-container {
    background: #19237D;
    width: 319px !important;
    height: 105px !important;
}

.grendene-collection-title {
    font-family: 'Gilroy Bold';
    font-size: 24px;
    color: #ffffff;
}

.grendene-menu-vertical {
    height: 80vh !important;
}

    .grendene-menu-vertical > li {
        height: 38px;
        padding-left: 30px !important;
        margin: 0px !important;
        border-bottom: 1px solid #7C7C7D;
    }

.grendene-menu-vertical-list {
    height: 38px;
    padding-left: 30px !important;
    margin: 0px !important;
    border-bottom: 1px solid #7C7C7D;
    background: #ffffff !important;
}

    .grendene-menu-vertical-list > svg {
        margin-right: 15px !important;
    }

    .grendene-menu-vertical-list:first-child {
        border-top: 1px solid #7C7C7D;
    }

    .grendene-menu-vertical-list a {
        padding: 0px !important;
    }

.grendene-menu-vertical > li:first-child {
    border-top: 1px solid #7C7C7D;
}

.grendene-menu-vertical > li span {
    font-family: 'Gilroy Bold';
    color: #7C7C7D;
    text-transform: uppercase;
    font-size: 13px;
}

.grendene-sub-cat {
    background: #4128C3 !important;
}

    .grendene-sub-cat > a {
        justify-content: center;
    }

        .grendene-sub-cat > a > span {
            color: #ffffff !important;
        }

.Menu li > ul {
    position: absolute;
    min-width: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    -webkit-transition: transform .2s cubic-bezier(.19,1,.22,1) !important;
    transition: transform .2s cubic-bezier(.19,1,.22,1) !important;
}

.no-padding-vertical {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.Menu li > * {
    padding: 0px !important;
}

.grendene-flag {
    margin-left: 20px;
    display: inline-block;
    padding: .25em .4em;
    font-size: 70%;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s
}

.grendene-menu-options-mobile {
    display: none;
    align-items: center;
    width: 100%;
    column-gap: 30px;
    justify-content: flex-end;
}

    .grendene-menu-options-mobile > div {
        height: 45px;
    }

        .grendene-menu-options-mobile > div > a, grendene-menu-options-mobile > div > div, grendene-menu-options-mobile > div > div > a {
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
        }

@media (max-width: 1199.98px) {
    .grendene-menu-options-mobile {
        display: flex;
    }
}

@media (max-width: 1199.98px) {
    .grendene-header-logo {
        max-width: 30vw;
    }
}

.grendene-toggle {
    height: 100%;
}

.grendene-menu-item-category {
    font-family: 'Gilroy Light' !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

.grendene-menu-bg-color {
    background: #F6F6F6;
}


.up-btn {
    background: #FFC800 !important;
}

.grendene-best-seller-container {
    border-top: solid 1px #C9C9C9;
    margin-top: 40px;
    border-bottom: solid 1px #C9C9C9;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.grendene-best-seller-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    margin-bottom: 50px;
}

.grendene-div-most-loved {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    background: #ffffff;
    margin-bottom: 50px;
}

.grendene-div-most-loved {
}

.grendene-div-most-loved > h2 {
    margin-left: 20px !important;
    color: #F00032;
    background: #ffffff;
}

.grendene-campaing-best-seller {
    width: 546px;
    max-width: 565px !important;
    height: 498px;
    display: flex;
    align-items: center;
}

.grendene-campaing-best-seller-img {
    max-height: 498px;
}

#sidebar-cart {
    text-align: left !important;
}

.grendene-sidebar-cart-header, .grendene-sidebar-cart-header > a {
    font-family: 'Gilroy Bold';
    font-size: 14px;
    color: #7C7C7D;
}

    .grendene-sidebar-cart-header > a, .grendene-sidebar-cart-header > a:hover {
        color: #4128C3;
    }

.b-sidebar-header .close > svg {
    color: #4128C3 !important;
    stroke-width: 2px;
}

.grendene-sidebar-cart-product {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 10px;
    margin-bottom: 15px;
}

.grendene-sidebar-cart-product-name {
    color: #4128C3 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: 'Gilroy Bold' !important;
    margin-bottom: 10px;
}

.grendene-product-cart-info {
    font-family: 'Gilroy Medium';
    font-size: 14px;
    color: #7C7C7D;
    margin-bottom: 5px;
}

    .grendene-product-cart-info > strong {
        font-family: 'Gilroy Black';
        color: #19237D;
        font-size: 14px;
        margin-left: 5px;
    }

.grendene-sidebar-cart-ft-subtotal {
    font-family: Gilroy;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #7C7C7D;
    margin-top: 5px;
}

.grendene-sidebar-cart-ft-total {
    font-family: 'Gilroy Bold' !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #efefef;
}

    .grendene-sidebar-cart-ft-total > span {
        font-weight: 900;
    }

    .grendene-sidebar-cart-ft-total > h5 {
        color: #4128C3;
    }

.grendene-action-button {
    height: 40px !important;
    padding: 5px !important;
}

.grendene-cart-next-step-button {
    width: 95% !important;
}

.cart-container-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.grendene-button {
    min-width: 93px;
    height: 49px;
    background: #FFC800;
    color: #19237D;
    padding: 10px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Gilroy Bold' !important;
    font-size: 14px !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.grendene-button-ghost {
    min-width: 93px;
    height: 49px;
    background: #FFFFFF;
    color: #4128C3 !important;
    border: 1px solid #4128C3 !important;
    border-radius: 4px;
    padding: 10px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
    font-family: 'Gilroy Bold' !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.grendene-button-ghost:hover, .grendene-button-ghost:active {
    border: 1px solid #4128C3 !important;
    background: #4128C3 !important;
    color: #FFFFFF !important;
    border: 1px solid #4128C3 !important;
}

.grendene-button-ghost:hover, .grendene-button-ghost:active, .grendene-button-ghost:focus {
    opacity: 1.2;
}

.grendene-button-ghost-white {
    border: 1px solid #4128C3 !important;
    background: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

.grendene-button-ghost-white:hover, .grendene-button-ghost-white:active, .grendene-button-ghost-white:focus {
    border: 1px solid #4128C3 !important;
    background: #F1F1F1 !important;
    color: #4128C3 !important;
    border: 1px solid #4128C3 !important;
}

.grendene-button-ghost-without-border {
    border: 1px solid #4128C3 !important;
    background: transparent !important;
    color: #4128C3 !important;
    border: 1px solid #FFFFFF !important;
}

.grendene-option-filter-button {
    height: 25px !important;
    padding: 0px 5px !important;
    margin: 2px;
}

.grendene-button:hover, .grendene-button:active, .grendene-button:focus {
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #19237D !important;
    background: #EEB422 !important;
}

.product-box::before {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    content: none !important;
}

.grendene-search {
}

#search-box .modal-dialog.modal-xl {
    width: 75% !important;
    left: 12.5%;
    border: 1px solid #C9C9C9;
}

@media (max-width: 968px) {
    #search-box .modal-dialog.modal-xl {
        width: 100% !important;
        left: 0;
    }
}

#search-box .modal {
    left: 35px !important;
    width: 50% !important;
}


#search-box___BV_modal_backdrop_ {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 60px !important;
    background: white !important;
}

.search-box-button-grendene {
    top: 3px;
    right: 5px;
    position: absolute;
    width: 70px !important;
    min-width: 70px !important;
    z-index: 10;
}

    .search-box-button-grendene > svg {
        width: 24px;
        height: 24px;
        color: #4128C3;
    }

.filter-content {
    font-family: 'Gilroy Bold';
}


.select-sort-grendene {
    width: 100%;
}

.select-pagination {
    width: 100% !important;
}

.custom-select-grendene {
    height: 30px;
    border: 1px solid #ABABAB;
    border-radius: 5px;
    color: #ABABAB;
    font-family: 'Gilroy Light';
    min-width: 60px !important;
    padding: 2px 10px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.grendene-search-container-h1 {
    font-family: 'Gilroy Black';
    color: #19237D;
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    align-items: center;
}

.grendene-search-container-h1 > img {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
    margin-right: 20px;

}

.grendene-search-container-h1 h1 {
    font-size: 40px;
}

@media(min-width: 992px) {
    .grendene-search-container-h1 {
        margin-left: -33.33%;
    }
}

.grendene-total-items-container {
    display: flex;
    flex-direction: column;
}

.grendene-total-items {
    display: flex;
}

    .grendene-total-items > span {
        margin-right: 3px;
    }

.grendene-search-sort-container {
    justify-content: flex-end;
}

.grendene-filter-container {
    margin-top: 130px;
}

.grendene-filter-side {
    color: #19237D;
}

.grendene-filter-side-subtitles {
    font: normal normal 800 14px/16px 'Gilroy Bold' !important;
    letter-spacing: 0.7px !important;
    text-transform: uppercase !important;
}

.grendene-filter-side-span {
    font: normal normal 800 14px/16px Gilroy !important;
    color: #7C7C7D !important;
}

.grendene-button-clear-filters {
    height: 40px !important;
}

.grendene-input-search {
    padding-right: 100px;
    font-family: 'Gilroy';
}

.grendene-input-search::placeholder {
    font-family: 'Gilroy';
}

.grendene-container-clear-filter {
    display: flex;
    justify-content: center;
}

.grendene-container-type-filter {
    overflow: auto;
    height: auto;
    max-height: 200px;
    margin-top: 10px;
    margin: 20px 0px;
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#grendene-container-type-filter::-webkit-scrollbar-track {
    /*background: red !important;*/
}

#grendene-container-type-filter::-webkit-scrollbar-thumb {
    width: 6px !important;
    background-color: #19237D !important;
}

.grendene-container-type-filter > ul > li {
    display: flex;
    align-items: center;
    justify-items: center;
    font-family: 'Gilroy Bold' !important;
}

    .grendene-container-type-filter > ul > li > label {
        margin-bottom: 0px !important;
    }

.grendene-item-type-filter {
    font-size: 14px;
    font-family: 'Gilroy Bold' !important;
    color: #7C7C7D;
}

.grendene-filter-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #C9C9C9;
    margin-right: 10px;
}

.grendene-checkbox {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 5px !important;
}

.grendene-menu-title-active {
    color: #4128C3 !important;
    border-bottom: 2px solid #4128C3 !important;
}

.grendene-profile-menu-list {
    margin-top: 35px;
}

.grendene-profile-menu-list > li > a {
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 0px;
    padding: 10px;
    padding-bottom: 10px !important;
    margin-top: 20px !important;
}

.grendene-profile-menu-list > li > a > span {
    font: normal normal bold 19px/22px Gilroy;
    color: #999999;
}

.grendene-info-menu-title {
    font: normal normal 800 40px/19px Gilroy;
    font-family: 'Gilroy Bold';
    color: #003176;
    margin-top: 40px;
    border-bottom: 2px solid #C9C9C9;
    margin-bottom: 30px;
}

    .grendene-info-menu-title > h2 {
        font-size: 40px;
    }

.grendene-info-menu-subtitle {
    font-size: 13px;
    letter-spacing: 0.65px;
    font-family: 'Lato Black';
    color: #003176;
    margin-top: 25px;
    text-transform: uppercase;
}

.grendene-info-menu-container {
    display: flex;
    flex-direction: column;
}

.grendene-info-menu-input {
    border-radius: 0px !important;
    height: 30px !important;
    max-width: 472px;
    font-family: 'Gilroy Bold' !important;
    letter-spacing: 1.26px;
    font-size: 14px !important;
    color: #999999 !important;
    border: 1px solid #A7A7A7 !important;
}

.grendene-info-menu-pw-input {
    border: none !important;
    width: 442px;
}

.grendene-container-input-password {
    display: flex;
    flex-direction: row;
    height: 35px !important;
    max-width: 472px;
    border: 1px solid #A7A7A7 !important;
    padding: 1px;
    justify-content: center;
    align-items: center;
    color: #4128C3;
}

    .grendene-container-input-password > svg {
        cursor: pointer;
    }

.grendene-path-location {
    font-family: 'Gilroy Bold';
    font-size: 14px;
    color: #C9C9C9;
}

.grendene-path-location > a, .grendene-path-location > a:hover, .grendene-path-location > a:active {
    font-family: 'Gilroy Bold' !important;
    font-size: 14px;
    color: #C9C9C9;
}


.grendene-info-menu-btn {
    height: 40px !important;
    width: 94px;
    font-family: 'Gilroy Extra Bold' !important;
}

.grendene-info-menu-btn-container {
    display: flex;
    justify-content: flex-end;
    margin: 20px;
    max-width: 452px;
}

.grendene-info-menu-select {
    border: 1px solid #A7A7A7;
    padding: 5px;
    font-family: 'Gilroy Bold' !important;
    color: #999999;
    height: 35px;
    max-width: 472px;
}

.grendene-info-pw-div-oldpw {
    font-size: 14px;
    letter-spacing: 1.26px;
    color: #333333;
}

.grendene-info-pw-div-message {
    margin-top: 60px;
}

.grendene-info-pw-span-message {
    font-family: 'Gilroy Medium' !important;
    font-size: 14px;
    letter-spacing: 1.26px;
    color: #333333;
}

.grendene-info-unit-highlight {
    color: #19237D;
    font-family: 'Gilroy Bold' !important;
}

.grendene-info-unit-span {
    font-family: Gilroy;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #7C7C7D;
}

.grendene-register-container {
    width: 100vw;
    min-height: 100vh;
    background: #19237D;
    color: #ffffff;
    margin-left: -15px;
    overflow-x: auto;
    display: flex;
}

@media (min-width: 1200px) {
    .grendene-register-container {
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0px !important;
    }
}


/*Small
≥576px Medium
≥768px Large
≥992px Extra large
≥1200px*/

.grendene-register-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    row-gap: 20px;
    justify-content: center;
}

@media (min-width: 960px) and (max-width: 1050px) {
    .grendene-register-label {
        font-size: 16px !important;
    }
}

@media (min-width: 0px) and (max-width: 575.98px) {
    .grendene-register-content {
        margin-left: 0%;
        padding: 5%;
    }

    .grendene-form-register {
        padding: 0 5% !important;
    }
}

@media (min-width: 991.98px) {
    .grendene-register-content {
        margin-left: 40%;
    }

    .grendene-form-register {
        padding: 0 20% !important;
    }
}

@media (min-width: 1400px) {
    /* .grendene-register-content {
        margin-left: 40%;
    }*/
}

.grendene-form-register {
    display: flex;
    flex-direction: column;
    padding: 0 15%;
    align-items: center;
}

    .grendene-form-register > div {
        row-gap: 20px;
    }

.grendene-register-header-s1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
}

.grendene-register-header-s1 > h2 {
    color: #FFC800;
    font-family: 'Gilroy Bold' !important;
    font: normal normal 800 36px/54px Gilroy;
    letter-spacing: 0.72px;
}

.grendene-register-subtitle {
    font-size: 24px;
    font-family: 'Gilroy Light';
    z-index: 2;
    margin-top: 30px;
}

.grendene-register-label {
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.grendene-register-label > span {
    font-size: 12px;
}

.grendene-register-input-100 {
    width: 100%;
}

.grendene-register-div-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
    margin-top: 10px;
}

.grendene-register-div-buttons > button {
    height: 56px;
    width: 100%;
}

.grendene-register-div-buttons > a {
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grendene-register-div-buttons > a:hover {
    background-color: #fff !important;
}

@media (max-width: 575.98px) {
    .grendene-register-div-buttons {
        margin-bottom: 100px;
    }
}

.grendene-register-customer-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 769px) and (max-width: 991px) {
    .grendene-register-customer-info div:nth-child(2) {
        margin-top: 20px
    }
}

.grendene-register-field-50 {
    flex: 0 0 50%;
    width: 50%;
}

.grendene-register-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    background-image: url("../images/Register/bg-register.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: -750px;
    z-index: 0;
}

.grendene-register-bg-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .grendene-register-bg-img {
        display: none;
    }
}

.grendene-register-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-image: url("../images/Register/img-register.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-position-x: 100px;
}

.grendene-register-idnumber {
    /*margin-bottom: 20px;*/
}

.grendene-register-info-container {
    row-gap: 20px;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding {
    padding: 0px;
}

.grendene-register-div-pw {
    width: 100%;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    display: flex;
    align-items: center;
}

    .grendene-register-div-pw > svg {
        cursor: pointer;
    }

    .grendene-register-div-pw > input {
        height: 100%;
        width: 90%;
        border: none;
    }

@media (min-width: 1200px) {
    .grendene-register-div-pw > input {
        width: 93%;
    }
}

@media (min-width: 1400px) {
    .grendene-register-div-pw > input {
        width: 94%;
    }
}

.register-select-shoenumber {
    height: 48px !important;
    width: 100%;
    color: #19237D;
    font-family: 'Gilroy Bold';
}

.grendene-register-birthdate {
    height: 49px;
    font-family: Gilroy;
    padding: 10px;
    color: #19237D;
}

.grendene-register-input {
    color: #19237D;
}

.register-block-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 61px;
    width: 100vw;
    background: #19237D;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grendene-info-menu-product-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 100px;
    column-gap: 70px;
    row-gap: 25px;
    clear: both;
    align-items: flex-start;
    margin-top: 20px;
}

.grendene-menu-product-container {
    display: flex;
    position: relative;
    width: 140px;
    min-height: 280px;
    flex-direction: column;
}

    .grendene-menu-product-container > a {
        display: flex;
        flex-direction: column;
    }

.grendene-menu-product-image-cont {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C9C9C9;
}

.grendene-menu-product-image {
    max-width: 138px;
    max-height: 138px;
}

.grendene-menu-product-title {
    font-size: 20px;
    font-family: 'Gilroy Black';
    color: #4128C3;
    word-wrap: normal;
}

.grendene-menu-product-old-price {
    text-decoration: line-through;
    font: normal normal bold 16px/26px Gilroy;
    letter-spacing: 0.8px;
    color: #808080;
}

.grendene-menu-product-price {
    font: normal normal 800 20px/26px Gilroy;
    letter-spacing: 1px;
    color: #4128C3;
}

.grendene-menu-product-icon-delete {
    position: absolute;
    right: -30px;
    top: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    background: #C9C9C9;
    min-width: 0px !important;
    color: #4128C3 !important;
}

    .grendene-menu-product-icon-delete > svg {
        position: absolute;
        right: 0px;
        top: 1px;
    }

.grendene-menu-wishlist-subtitle {
    font: normal normal 800 30px/40px Gilroy;
    font-family: 'Gilroy Bold';
    color: #999999;
}


.filter-subtitle-no-result {
    font: normal normal 800 30px/40px Gilroy;
    font-family: 'Gilroy Bold';
    color: #999999;
    margin-top: 60px;
}


input[type=range] {
    width: 100%;
    margin: 10.4px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        background: #19237D;
        border: 0;
        border-radius: 15px;
        width: 100%;
        height: 4px;
        cursor: pointer;
    }

    input[type=range]::-webkit-slider-thumb {
        margin-top: -10.4px;
        width: 26px;
        height: 25px;
        background: #19237D;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        -webkit-appearance: none;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #367ebd;
    }

    input[type=range]::-moz-range-track {
        background: #19237D;
        border: 0;
        border-radius: 0.9px;
        width: 100%;
        height: 4.2px;
        cursor: pointer;
    }

    input[type=range]::-moz-range-thumb {
        width: 26px;
        height: 25px;
        background: #ffffff;
        border: 1.8px solid rgba(0, 0, 0, 0);
        border-radius: 50px;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 11.3px 0;
        color: transparent;
        width: 100%;
        height: 4.2px;
        cursor: pointer;
    }

    input[type=range]::-ms-fill-lower {
        background: #2a6495;
        border: 0;
        border-radius: 1.8px;
    }

    input[type=range]::-ms-fill-upper {
        background: #19237D;
        border: 0;
        border-radius: 1.8px;
    }

    input[type=range]::-ms-thumb {
        width: 26px;
        height: 25px;
        background: #ffffff;
        border: 1.8px solid rgba(0, 0, 0, 0);
        border-radius: 50px;
        cursor: pointer;
        margin-top: 0px;
        /*Needed to keep the Edge thumb centred*/
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #19237D;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #367ebd;
    }
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
    input[type=range] {
        margin: 0;
        /*Edge starts the margin from the thumb, not the track as other browsers do*/
    }
}

.output-range {
    width: 100%;
    font-family: Gilroy;
    font-size: 14px;
}

.div-price-range {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-family: 'Gilroy Light';
}

#grendene-container-type-filter-range {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-review-card {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999999;
}

    .product-review-card:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

.product-review-card-header {
    display: flex;
    flex-direction: row;
    letter-spacing: 0.84px;
    color: #333333;
    column-gap: 20px;
    font-size: 14px;
}

.product-review-container {
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.product-review-button-add-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.product-review-button-add-new {
    width: 200px !important;
}

.product-review-title {
    font: normal normal 900 22px/19px Lato !important;
    letter-spacing: 0px;
    color: #003176;
    text-transform: uppercase;
}

.product-reply-container {
    padding: 5px;
    height: 65px;
    display: flex;
    gap: 5px;
}

.product-reply-sidebar {
    background-color: #19237D;
    width: 3px;
    height: 100%;
}

.product-reply-text-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.product-reply-title {
    font-weight: 700;
}

.product-reply-text {
    font: normal normal medium 12px/19px 'Gilroy Medium';
    letter-spacing: 0px;
    color: black;
}

.product-review-text {
    font: normal normal medium 14px/21px 'Gilroy Medium';
    letter-spacing: 0px;
    color: #333333;
}

.product-review-page-title {
    font: normal normal 600 22px/19px 'Gilroy SemiBold';
    letter-spacing: 0px;
    color: #003176;
    text-transform: uppercase;
}

    .product-review-page-title > a, .product-review-page-title > a:hover, .product-review-page-title > a:active {
        text-decoration: underline;
        font: normal normal 600 22px/19px 'Gilroy SemiBold';
        letter-spacing: 0px;
        color: #003176;
    }

.review-title {
    border: 1px solid #C9C9C9 !important;
}

.product-page-container {
    row-gap: 25px;
    display: flex;
    flex-direction: column;
}

.product-reviews-page {
    padding-top: 50px !important;
}

.product-page-container-buy-price {
    display: flex;
    flex-direction: row;
}

.product-page-buy-buttons-container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 10px;
    align-items: flex-end;
}

.product-page-prices {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.product-page-cart-button {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    width: 100%;
}

.product-page-cart-button > button {
    height: 40px;
    flex: 1;
    border-radius: 0px 4px 4px 0px;
}

.product-page-cart-button > input {
    width: 70px;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #4128C3;
    font: normal normal 500 14px/16px Lato !important;
    padding: 0 10px;
    color: #4128C3 !important;
    padding-left: 28px;
}

#cart-close-side-bar {
    margin-top: 5px;
}

.product-page-wishlist-button {
    width: 100%;
    padding-left: 110px;
}

.product-page-wishlist-button > button {
    width: 100%;
    height: 40px !important;
}

.product-page-price-title-label {
    font-size: 18px;
    font-family: 'Gilroy Extra Bold';
    letter-spacing: 0px;
    color: #ABABAB;
    text-transform: uppercase;
}

.product-page-att-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.product-page-price-oldprice {
    text-decoration: line-through;
    font: normal normal bold 16px/20px 'Gilroy Bold';
    letter-spacing: 0.8px;
    color: #7C7C7D;
    text-transform: uppercase;
}

.product-page-price-actual-price {
    font: normal normal 800 22px/19px 'Gilroy Extra Bold';
    letter-spacing: 0px;
    color: #4128C3;
    text-transform: uppercase;
}

.product-page-product-title {
    font-family: 'Gilroy Medium';
    font-size: 22px;
    letter-spacing: 0px;
    color: #003176;
}

.product-page-header {
    display: flex;
    flex-direction: row;
}

.product-page-header > div {
    padding: 0px !important;
}

.product-page-header-review {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-page-description {
    font: normal normal 600 14px/20px Gilroy;
    letter-spacing: 0px;
    color: #333333;
}

.product-page-header-span-review {
    font: normal normal 300 14px/16px Gilroy;
    letter-spacing: 0px;
    color: #0D0C0A;
}

.product-page-header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .product-page-header-info > span {
        font-size: 14px;
    }

.product-page-header-review-div-span {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-page-countdown-container {
    width: 100%;
    max-width: 382px;
    height: 79px;
    background: #4128C3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-page-countdown {
    flex: 1;
    position: relative;
}
.product-page-qtt-divider {
    border-left: 2px solid #19237D;
    width: 0px;
    height: 75%;
}

.product-page-qtt-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 120px;
    color: #FFFFFF;
    padding: 15px 0;
    position: relative;
}

.product-page-qtt-container::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -17%;
    height: 70%;
    border-left: 2px solid #19237D;
}

.product-campaign-icon-product-page > svg {
    margin-bottom: 15px !important;
}

.product-page-countdown-value {
    font-family: 'Gilroy Bold' !important;
}

.product-page-countdown-span-until {
    font-family: 'Gilroy Bold' !important;
    font-size: 16px;
}

.countdown-available-container {
    row-gap: 3px;
}

.product-page-qtt-span {
    font: normal normal normal 16px/15px Gilroy;
    letter-spacing: 0.8px;
    margin-top: 10px;
}

.product-page-qtt-number {
    font: normal normal bold 22px Lato;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 5px 0;
}

.product-page-attributes {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: 0px !important;
}

    .product-page-attributes > div {
        padding: 0px !important;
    }

.product-page-div-sizes {
    width: 55px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Gilroy Bold';
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    cursor: pointer;
}

.product-page-div-colors {
    width: 52px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Gilroy Bold';
    font-size: 14px;
    letter-spacing: 0px;
    color: #ABABAB;
    border: 1px solid #C9C9C9;
    /*padding: 10px;*/
    cursor: pointer;
}

.product-page-div-colors > img {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.product-page-attributes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.product-page-colors-sizes-tables {
    font-size: 16px;
    font-family: 'Gilroy Bold';
    letter-spacing: 0px;
    text-decoration: underline;
    color: #4128C3;
}

.product-page-svgs-up-down {
    height: 20px;
    width: 40px;
}

.product-page-svgs-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #4128C3;
    height: 20px;
    border: 1px solid #4128C3;
    border-right: none;
    cursor: pointer;
}

.product-page-svgs-container > svg {
    stroke-width: 2px;
}

.product-page-modal {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

.product-page-modal > img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
}

.grendene-gallery {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .grendene-gallery > img {
        max-height: 60vh;
        max-width: 75%;
    }

.grendene-thumb-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    row-gap: 10px;
    margin-right: 5%;
    max-height: 60vh;
    overflow: auto;
}

.grendene-thumb-img {
    max-width: 80%;
    cursor: pointer;
}

.div-thumbnail-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.thumbnail-img-play {
    position: absolute;
    width: 32px;
    cursor: pointer;

}

.main-img-play {
    position: absolute;
    width: 120px;
    cursor: pointer;
    z-index: 9;
    left: 50%;
    top: 50%;
    display: none;
    margin-top: -60px;
    margin-left: -60px;
}

.grendene-product-main-img-container {
    max-height: 60vh;
    max-width: 75%;
    position: relative;
}

.grendene-product-main-img-container > img {
    max-width: 100%;
}


.grendene-thumb-img-container::-webkit-scrollbar {
    width: 5px; /* width of the entire scrollbar */
}

.grendene-thumb-img-container::-webkit-scrollbar-track {
    background: white; /* color of the tracking area */
}

.grendene-thumb-img-container::-webkit-scrollbar-thumb {
    background-color: #19237D;
    border: solid 1px #C9C9C9;
}

.grendene-subtitle-general {
    font: normal normal 800 23px/25px Gilroy;
    font-family: 'Gilroy Bold';
    color: #999999;
}

.grendene-breadcrumbs-list {
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #C9C9C9 !important;
}

.grendene-breadcrumbs-list > li:first-child::before {
    content: '' !important;
}

.grendene-breadcrumbs-list > li:before {
    content: '|' !important;
    font: normal normal 800 14px/16px Gilroy;
    letter-spacing: 0.7px;
}

.grendene-breadcrumbs-list > li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.grendene-breadcrumbs {
    font: normal normal 800 14px/16px Gilroy;
    letter-spacing: 0.7px;
    color: #C9C9C9;
}

#product-page-review___BV_modal_content_ {
    /*max-width: 750px !important;*/
}

.modal-product-review h5 {
    font: normal normal 800 14px/16px Gilroy !important;
    color: #7C7C7D !important;
}

#product-page-review___BV_modal_title_ {
    font: normal normal 800 14px/16px Gilroy !important;
    color: #7C7C7D !important;
}

.grendene-review-container {
    padding: 10px;
}

.product-review-divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid #C9C9C9;
}

.product-review-msg {
    font-family: 'Gilroy Medium';
    font-size: 14px;
    letter-spacing: 1.26px;
    color: #333333;
    margin-top: 20px;
    display: block
}

.product-review-input {
    border: 1px solid #A7A7A7;
    border-radius: 0px;
}

.product-review-stars {
    border: none
}

.grendene-review-submit-button {
    width: 112px !important;
    height: 40px;
}

.grendene-review-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
}

.cart-table-header {
    width: 788px;
    height: 35px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    font-family: 'Gilroy Black';
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #19237D;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 10px;
}

.grendene-cart-table {
    width: 100%;
}

    .grendene-cart-table td {
        border: none;
    }

.cart-product-div-details {
    display: flex;
    flex-direction: column;
    text-align: left;
    row-gap: 5px;
}

.cart-quantity-div-container {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font: normal normal 900 14px/16px Gilroy;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #19237D;
}

    .cart-quantity-div-container > svg {
        width: 20px;
        height: 20px;
        color: #C9C9C9;
        cursor: pointer;
    }

.cart-subtotal-div-container {
    text-align: center;
}

.cart-product-name {
    font-family: 'Gilroy Black';
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #4128C3;
}

.cart-product-span {
    text-align: left;
    font-family: 'Gilroy Medium';
    font-size: 14px;
    color: #7C7C7D;
}

.cart-product-strong {
    font-family: 'Gilroy Bold';
    font-size: 14px !important;
    letter-spacing: 0.7px;
    color: #19237D !important;
}

.cart-table-title {
    font-family: 'Gilroy Black';
    font-size: 13px !important;
    letter-spacing: 0.65px;
    color: #19237D;
    text-transform: uppercase;
}

.cart-total-items {
    border: 1px solid #F6F6F6 !important;
}

.cart-total-items-divider-td {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cart-total-items-divider {
    height: 0px;
    width: 100%;
    border: 1px solid #C9C9C9;
    margin: 20px 0;
}

.cart-shipping-information {
    letter-spacing: 1.4px;
    color: #7C7C7D;
    font-family: 'Gilroy Medium';
    font-size: 14px;
    margin-bottom: 20px;
}

.cart-shipping-date-estimate {
    font-size: 14px;
    font-family: 'Gilroy Black';
    letter-spacing: 0.7px;
    color: #19237D;
}

.cart-shipping-container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.cart-shipping-warning {
    font-family: 'Gilroy Medium';
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #F00032;
}


.cart-prices-label {
    font-family: 'Gilroy Medium';
    font-size: 14px;
    letter-spacing: 0px;
    color: #7C7C7D;
}

.cart-prices-label-total {
    font-family: 'Gilroy Black' !important;
    margin-top: 10px;
}

.cart-prices-default {
    font-family: 'Gilroy Black';
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #19237D;
}

.cart-prices-total {
    font-family: 'Gilroy Bold';
    font-size: 18px;
    color: #4128C3;
}

.cart-prices-total-div {
    margin-top: 15px;
}

.grendene-product-unavailable {
    color: red;
    display: none;
}

    .grendene-product-unavailable > span {
        margin-left: -15px;
    }

.cookieConsentContainer {
    z-index: 999;
    width: 100vw;
    height: 104px;
    padding: 15px 5vw;
    background: #FFFFFF;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    display: none;
    color: #333333;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.cookieDesc span {
    font-family: 'Gilroy Medium' !important;
    font-size: 16px;
    letter-spacing: 0.96px;
}

    .cookieDesc span a {
        font-family: 'Gilroy Medium' !important;
        text-decoration: underline !important;
        font-size: 16px !important;
        letter-spacing: 0.96px !important;
        color: #4128C3 !important;
    }

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s;
}

.cookieButton button {
    width: 184px;
    height: 40px;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        flex-direction: column;
        height: 200px;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

.remove-from-cart > svg {
    color: #19237D !important;
    cursor: pointer;
}

.cookie-container {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000000;
    opacity: 0.8;
    z-index: 998;
}

.product-new-review-span, .product-new-review-span:hover, .product-new-review-span:active {
    font-size: 14px;
    font-family: Gilroy;
    color: #4128C3;
    text-decoration: underline;
}

.cart-product-div-img {
    width: 81px;
    height: 104px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.cart-product-div-img > img {
    max-width: 77px;
    max-height: 100px;
}

.grendene-no-review-span {
    font-size: 14px;
    font-family: 'Gilroy SemiBold';
}

.grendene-no-review-span-highlight {
    text-decoration: underline;
    color: #4128C3;
    cursor: pointer;
}

.cart-product-div-container {
    display: flex;
}

.paginationlinkcurrent {
    color: #fff !important;
    background-color: #4128C3 !important;
    border-color: #4128C3 !important;
    border: 1px solid #4128C3 !important;
    cursor: default;
}

.grendene-pagination-link:hover, .grendene-pagination-link:hover a {
    color: #fff;
    background-color: #4128C3;
    border-color: #4128C3;
    cursor: pointer;
}

.grendene-pagination-link {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #C9C9C9;
}

.paginationlinkcurrent a {
    color: #fff !important;
    background-color: #4128C3 !important;
    background: transparent !important;
    cursor: default !important;
}

.grendene-page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    color: #000000;
}

.b-cart-img-container {
    width: 100px;
    height: 129px;
}

.grendene-checkout-title {
    font-family: 'Lato Black';
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #003176;
    text-transform: uppercase;
}

.checkout-payment-quota-select {
    border: 1px solid #A7A7A7;
    padding: 5px;
    font-family: 'Gilroy Bold' !important;
    color: #999999;
    height: 35px;
    max-width: 472px;
}

.grendene-checkout-title-div {
    display: flex;
    align-items: center;
    height: 35px;
    background: #F6F6F6;
    padding-left: 10px;
}

.prices-checkout-divider {
    margin: 30px 0px;
}

.checkout-container {
    display: flex;
}

.checkout-table-prices {
    margin-top: 30px;
    margin-bottom: 30px;
}

.checkout-table-prices tr td {
    padding: 0px !important;
}

.grendene-cart-price-table tr td {
    padding: 5px 15px;
}

.grendene-checkout-cart-item {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    row-gap: 30px;
}

.checkout-product-info-container > span:not(.checkout-cart-item-title) {
    font-family: 'Gilroy Medium';
    font-size: 14px;
    letter-spacing: 0px;
    color: #7C7C7D;
}

.checkout-product-info-container > span:not(.checkout-cart-item-title) > strong {
    font-family: 'Gilroy Black';
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #19237D;
}

.checkout-product-div-img > img {
    max-width: 100px;
}

.checkout-product-div-img {
    width: 104px;
    height: 104px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.checkout-cart-item-title {
    font-family: 'Gilroy Black';
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #4128C3;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.checkout-product-info-container {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.grendene-checkout-personal-info {
    display: flex;
    flex-direction: column;
}

.grendene-checkout-column-item span > strong {
    font-family: 'Gilroy Bold';
    letter-spacing: 0.7px;
    color: #19237D;
}

.grendene-checkout-column-item {
    display: flex;
    flex-direction: column;
    font-family: 'Gilroy Medium';
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #7C7C7D;
    margin-bottom: 20px;
    row-gap: 5px;
    padding: 15px;
}

.checkout-payment-subtitle {
    color: #4128C3 !important;
    margin-bottom: 20px;
}

.cart-qtt-div-items {
    margin-bottom: 20px;
}

.sidebar-cart-div-delete {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.grendene-cart-table-header tr th {
    background: #F6F6F6;
    border: none;
}

#finish-checkout {
    margin-top: 25px;
}

.sidebar-items-container {
    width: 90%;
}

.sidebar-cart-div-delete > a > svg {
    cursor: pointer;
}

.credit-info-span {
    font-family: Gilroy;
    font-size: 16px;
    letter-spacing: 0.96px;
    color: #000000;
}

.credit-info-span-available {
    font-family: 'Gilroy Black';
    font-size: 32px;
    letter-spacing: 1.6px;
    color: #0F41E1;
}

.credit-info-span-qtt-available {
    font-family: 'Gilroy Black';
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #0F41E1;
}

.credit-info-eye-svg {
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: 50px;
    cursor: pointer;
    color: #4128C3 !important;
}

.credit-info-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.credit-info-container > div {
    display: flex;
    flex-direction: column;
}

.recovery-password-modal-header {
    border: none;
}

.recovery-password-modal-header button {
    color: #fff;
    opacity: 1;
    font-size: 2.5rem;
    font-weight: 100;
}

.recovery-password-modal-header button:hover {
    color: #FFC800;
    opacity: 1;
}

.recovery-password-modal-content {
    background-image: url("../images/password-recovery/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    border: 1px solid #FFC800;
}

.recovery-password-modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recovery-password-modal-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin-bottom: 35px;
}

.recovery-password-modal-container-header {
    margin-top: -15px;
}

.recovery-password-modal-container-header h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #FFC800;
    text-align: center;
}

.recovery-password-modal-container-header p {
    font-size: 24px;
    letter-spacing: 0.72px;
    color: #fff;
    text-align: center;
}

.recovery-password-modal-container form {
    margin-top: 25px;
    width: 100%
}

.recovery-password-modal-container form label {
    color: #fff;
    font-size: 18px;
}

.recovery-password-modal-container form input {
    height: 48px;
    color: #19237D
}

.recovery-password-modal-container form input:focus {
    box-shadow: none;
}

.recovery-password-container-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.recovery-password-container-button button + button {
    margin-top: 15px;
}

.recovery-password-container-button button {
    height: 62px;
    width: 100%;
    font-size: 16px;
}

.recovery-password-container-button button:nth-child(1) {
    color: #19237D;
}

.recovery-password-container-button button:nth-child(2):hover {
    color: #19237D;
}

/*about-us-page*/
.about-page-title {
    color: #ffffff;
    font-family: 'Gilroy';
    text-align: left;
}

.about-us-page a, .about-us-page a:hover {
    font-family: 'Gilroy Extra Bold' !important;
    color: #ffffff;
}

.about-page-info-text {
    color: #ffffff;
    font-family: 'Gilroy';
    font-size: 20px;
}
.about-page-container {
    position: relative;
    padding-left: 6vw;
    text-align: left;
    letter-spacing: 0px;
}
.about-page-margin-container {
    left: 0;
    padding: 100px;
    background-image: url(../images/AboutPage/fundoCompleto.svg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-highlight {
    font-family: 'Gilroy Extra Bold';
    color: #ffffff;
}

.about-page-element-image {
    left: 0;
    top: 55px;
    position: absolute;
}
.click-here-btn {
    color: #ffffff;
    text-decoration: underline;
}
.click-here-btn:hover {
    color: #ffc800;
}

.password-recovery-page {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;
    width: 100vw;
    background-image: url(../images/password-recovery/background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.password-recovery-page-content {
    height: 100%;
    width: 100%;
    max-width: 700px;
    margin: 0 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.password-recovery-page-content-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.password-recovery-page-content-header h1 {
    color: #FFC800;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.password-recovery-page-content-header p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.72px;
    text-align: center;
}

.password-recovery-page-content form {
    width: 100%;
}

.password-recovery-page-content form label {
    color: #fff;
    font-size: 18px;
}

.password-recovery-page-content form .inputs {
    position: relative;
}

.password-recovery-page-content form .inputs svg {
    color: #4128C3;
    position: absolute;
    top: 53px;
    right: 20px;
    cursor: pointer;
}

.password-recovery-page-content form .inputs + .inputs {
    margin-top: 10px;
}

.password-recovery-page-container-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.password-recovery-page-container-button button {
    height: 62px;
    background-color: #FFC800;
    color: #19237D;
    flex: 1;
}

.recovery-password-container-button button:nth-child(2):hover {
    color: #19237D;
}

.checkout-page-modal {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.md-checkout-buttons {
    display: flex;
    justify-content: flex-end;
    column-gap: 15px;
    margin-top: 20px;
}

.md-checkout-buttons > button {
    width: 130px !important;
    height: 40px !important;
}

.md-checkout-buttons > span {
    display: flex;
    height: 40px;
    font-size: 16px;
    font-family: 'Gilroy Bold';
    color: #4128C3;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#confirm-checkout___BV_modal_header_ h5 {
    font-size: 14px;
    font-family: 'Gilroy Bold';
    letter-spacing: 0px;
    color: #7C7C7D;
}

.checkout-container-pw {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    margin-top: 15px;
}

.checkout-container-pw > input {
    width: 90%;
}

.register-check-container {
    display: flex;
}

.register-check-container > label {
    flex: 1;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em !important;
}

.ui-slider-handle {
    border-radius: 50% !important;
    background: #19237D !important;
    border: none !important;
    outline: none !important;
}


.ui-slider-range {
    background: #19237D !important;
}

.ui-slider {
    height: 0.2em !important;
}

#slider-range {
    margin: 10px 0;
    border: 1px solid #19237D;
    outline: none;
}

.grendene-forgot-pw-span {
    color: red;
}

.grendene-not-found {
    display: flex;
    flex-direction: column;
    color: #19237D !important;
    background: #FFFFFF;
    width: 100%;
    height: 450px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.grendene-not-found #not-found-title {
    margin-bottom: 90px;
    font-family: 'Gilroy Medium';
    max-width: 500px;
    font-size: 36px;
    color: #19237D;
}

.grendene-not-found > span {
    margin-bottom: 40px;
}

.grendene-not-found > a {
    width: 290px !important;
    height: 40px !important;
}

.order-page-container {
    display: flex;
    flex-direction: column;
}

.grendene-toast {
    width: 435px !important;
    height: 140px !important;
    border: none !important;
    box-shadow: 0px 0px 6px #00000029 !important;
    background-color: #FFF !important;
    -webkit-animation: slide-left 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both !important;
    animation: slide-left 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both !important;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }


    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


.grendene-toast-header {
    height: 65px !important;
    background: #F6F6F6 !important;
    border: none !important;
    font-family: 'Gilroy Bold' !important;
    font-size: 24px !important;
    letter-spacing: 0.72px !important;
}

.grendene-toast-header > strong {
    margin-left: 45px !important;
}

.grendene-toast-header > button {
    content: " " !important;
    background-image: url(../images/ico-fechar.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.grendene-toast-header-error {
    color: #F00032 !important;
    background-image: url(../images/ico-erro.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 32px;
    background-position-y: center !important;
    background-position-x: 5px !important;
}

.grendene-toast-header-success {
    color: #88960C !important;
    background-image: url(../images/ico-sucesso.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 32px;
    background-position-y: center !important;
    background-position-x: 5px !important;
}

.grendene-toast-body {
    height: 75px !important;
    background: #FFFFFF !important;
    color: #4A4A4A !important;
    display: flex !important;
    align-items: center !important;
    font-size: 15px !important;
    letter-spacing: 0.54px !important;
    font-family: 'Gilroy Medium' !important;
}

.field-validation-error {
    color: red !important;
}

.order-container {
    display: flex;
    padding: 0 15px;
    height: 55px;
    width: 100%;
    background: #F6F6F6;
    margin-bottom: 15px;
}

.order-container > ul {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 !important;
    align-items: center;
}

.order-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 20px;
}

.order-item > span {
    margin: 2px 0;
}

.order-item-title {
    font: normal normal bold 14px/16px Gilroy;
    letter-spacing: 0.7px;
    color: #001E4D;
}

.order-item-details-highlight {
    font: normal normal 900 13px/15px Gilroy;
    letter-spacing: 0.65px;
    color: #0F41E1;
    text-transform: uppercase;
}

.order-item-details-normal {
    font: normal normal normal 14px/16px Gilroy;
    letter-spacing: 0px;
    color: #0D0C0A;
}

.order-item-expand, order-item-expand:hover {
    display: flex;
    color: #003176;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.order-item-expand > div > svg{
    cursor: pointer;
    color: #003176;
}

.order-item-expand-mobile {
    display: none;
}

.order-detail-delivery-info-container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.detail-delivery-info {
    display: flex;
    flex-direction: column;
    font: normal normal normal 13px/15px Gilroy;
    letter-spacing: 0.65px;
    color: #0D0C0A;
    margin-bottom: 58px;
    max-width: 280px;
}
.detail-delivery-title {
    font: normal normal bold 13px/16px 'Gilroy Bold';
    letter-spacing: 0.65px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.detail-withdrawal-info {
    display: flex;
    flex-direction: column;
    max-width: 280px;
}

.detail-withdrawal-alert {
    font: normal normal 600 13px Gilroy;
    letter-spacing: 0.65px;
    color: #F00032;
}

.detail-withdrawal-date {
    font: normal normal 900 13px/20px Gilroy;
    letter-spacing: 0.65px;
    color: #19237D;
}

.detail-withdrawal-date-info {
    color: #19237D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.65px;
}

.order-details-container {
    display: none;
    margin-bottom: 30px;
    padding: 0px !important;
}

.order-details {
    padding: 0px !important;
}

.order-status-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 107px;
    background: #F6F6F6;
    justify-content: space-between;
    margin-bottom: 50px;
}

.order-status-span {
    font: normal normal bold 13px/16px Lato;
    letter-spacing: 0.65px;
    color: #7C7C7D;
    text-transform: uppercase;
    margin: 15px 0;
}

.status-item {
    background: #0F41E1;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
}

.status-selected {
    width: 20px !important;
    height: 20px !important;
    background: #FFC800;
    z-index: 2;
}

.span-status-selected {
    font-weight: bolder;
    text-transform: uppercase;
}

.order-status-line {
    display: flex;
    width: 100%;
    border-top: 1px solid #0F41E1;
    position: absolute;
    left: 8%;
    top: 40%;
    width: 85%;
}

.order-status-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    row-gap: 5px;
    color: #0F41E1;
    font: normal normal 900 13px/15px Lato;
    letter-spacing: 0.65px;
    color: #0F41E1;
}

.order-products-container {
    display: flex;
    margin: 10px 0;
    column-gap: 20px;
    width: 100%;
    border: 1px solid #F0F0F0;
    padding: 15px 0px;
}

.order-products-list {
    width: 100%;
    margin: 0px !important;
}

.order-product-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    height: 100px;
}

.order-product-img-container > img {
    width: 77px;
}

.order-product-info {
    display: flex;
    flex-direction: column;
    font: normal normal normal 14px/14px 'Gilroy Medium';
    letter-spacing: 0px;
    color: #7C7C7D;
    height: 130px;
    width: 40%;
}

.order-product-status-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font: normal normal normal 14px/16px 'Gilroy Medium';
    letter-spacing: 0px;
    color: #7C7C7D;
    flex: 1;
    row-gap: 15px;
    padding-right: 30px;
}

.order-product-info-span-highlight {
    font: normal normal 900 14px/25px 'Gilroy Bold';
    letter-spacing: 0.7px;
    color: #19237D;
}

.order-product-info-title {
    font: normal normal 600 13px/16px 'Gilroy Extra Bold';
    letter-spacing: 0.65px;
    color: #4128C3;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.order-product-btns-container {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.order-product-btn {
    width: 168px !important;
    height: 37px !important;
}

.order-resume-container {
    display: flex;
    flex-direction: column;
}

.order-resume-items {
    display: flex;
    font: normal normal normal 14px/16px 'Gilroy Medium';
    letter-spacing: 0.7px;
    color: #7C7C7D;
    justify-content: space-between;
    margin: 0px !important;
}

.order-resume-title {
    font: normal normal bold 14px/16px Gilroy;
    letter-spacing: 0.7px;
    color: #001E4D;
    text-transform: uppercase;
}

.order-resume-totals-container {
    display: flex;
    flex-direction: column;
    margin: 0px !important;
}

.no-order-subtitle {
    font: normal normal 800 30px/40px Gilroy;
    font-family: 'Gilroy Bold';
    color: #999999;
}

.order-page-modal {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.modal-title {
    font: normal normal 800 14px/16px Gilroy !important;
    letter-spacing: 0px !important;
    color: #7C7C7D !important;
}

.grendene-order-menu-title {
    font: normal normal 800 40px/19px Gilroy;
    font-family: 'Gilroy Bold';
    color: #003176;
    margin-top: 30px;
    border-bottom: 2px solid #C9C9C9;
    margin-bottom: 30px;
}

.grendene-order-menu-title > h2 {
    font-size: 40px;
    margin-top: 30px;
}

.product-page-modal-video {
    /*height: 40vh;
    width: calc(40vh * 1.77px);*/

    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    max-height: 500px;
    max-width: 850px;
}

.product-page-iframe-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    max-height: 500px;
    max-width: 850px;
}

.grendene-home-bs-container {
    padding: 0 7%;
}

.grendene-contact-us-input {
    border: 1px solid #4128C3 !important;
}

textarea.grendene-contact-us-input {
    height: 150px !important;
}

.grendene-contact-us-btn-container {
    display: flex;
    justify-content: flex-end;
}

.grendene-contact-us-btn-container > button {
    width: 94px;
}

.catalog-search-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.catalog-search-loading svg {
    animation: rotate 2s linear infinite;
    width: 75px;
    height: 75px;
}

.catalog-search-loading svg circle {
    stroke: #4128C3;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@media (max-width: 575px) {
    .b-sidebar {
        width: 90%;
    }
    .picture-container {
        min-height: 150px !important;
        --max-width: 300px !important;
        --height: 100% !important;
        border: 1px solid #C9C9C9 !important;
    }

    .product-container {
        min-height: 267px !important;
        max-width: 300px !important;
        height: 100% !important;
    }

    .also-purchased-products-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .grendene-div-most-loved {
        display: flex;
        flex-direction: row;
        margin-top: -50px;
        background: #ffffff;
        margin-bottom: 15px;
    }

    .grendene-title-most-loved {
        color: #F00032;
        margin-left: 10px;
        font-family: 'Gilroy Bold';
        font-size: 20px;
        margin: 0px !important;
        text-transform: uppercase;
    }

    .grendene-div-most-loved > h2 {
        margin-left: 15px !important;
        color: #F00032;
        background: #ffffff;
    }

    .home-collections-container {
        background: #19237D;
        width: 305px !important;
        height: 91px !important;
    }
}
@media (max-width: 767px) {
    #GrandCarousel{
        display: block;
    }
}

    .order-separator {
        height: 20px;
    }

    .form-check-my-info {
        display: flex;
        align-items: center;
        max-width: 472px;
        padding-left: 0;
    }

        .form-check-my-info input {
            position: unset;
            margin: 0 10px 0 0;
            width: 33px;
            height: 33px;
        }

        .form-check-my-info label {
            text-align: justify;
        }