:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
    --theme-color: #000;
    --theme-color-opacity: #000;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: "Open Sans", sans-serif;
}

.bg-nav {
    background-color: #f2f2f2;
    height: 100px;
}

.navbar-brand {
    width: 150px;
    height: 60px;
    text-align: center;
    padding: 0;
}

.navbar-brand img {
    height: calc(100% + 20px);
    width: auto;
    max-width: 160px;
    object-fit: contain;
    margin: -10px 0;
}

.nav-link,
.footer-link {
    color: #1f1f1f;
    font-family: var(--font-secondary);
    font-size: 18px;
}

.btn-lang {
    color: #1f1f1f;
}

.footer-link {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.footer-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nav-link:hover,
.nav-link.active,
.footer-link:hover,
.footer-link.active,
.count-cart:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.count-cart {
    color: #a7a2a2;
    position: relative;
    bottom: -8px;
    z-index: -1;
}

.exit {
    margin-left: 30px;
}

.text-slide {
    font-size: 40px;
    color: #686868;
    position: relative;
    left: 50px;
    top: 150px;
    text-transform: uppercase;
    z-index: 9;
}

.carousel-control-next,
.carousel-control-prev {
    width: 100px !important;
    top: 100px;
    height: calc(100% - 100px);
}

#products-banner .carousel-control-next,
#products-banner .carousel-control-prev {
    top: 0;
    height: 100%;
}

.section {
    padding-top: 130px;
    padding-bottom: 60px;
}

.section-title {
    color: #000000;
    text-transform: capitalize;
    font-size: 27px;
    margin-bottom: 40px;
}

.white {
    color: #ffffff !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}


@font-face {
    font-family: "dax";
    src: url("../fonts/dax.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.clear {
    clear: both;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

body * {
    font-family: var(--font-primary);
}

body h2,
body h1 {
    font-family: var(--font-secondary);
}

/* SEARCH BOX */
.box-container {
    margin: auto 20px;
    padding-top: 20px;
}

.box-form {
    position: relative;
    display: flex;
    flex-direction: row;
}

.box-search-field {
    background: transparent;
    width: 15em;
    padding: 10px 35px 10px 15px;
    border: none;
    border-radius: 100px;
    outline: none;
}

.box-search-field:focus {
    background: #fff;
}

.box-search-button {
    background: transparent;
    border: none;
    outline: none !important;
    margin-left: -33px;
}

.box-search-button svg {
    margin-top: 5px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

/* <datalist> and <option> styling */
datalist {
    position: absolute;
    margin-top: 40px;
    margin-left: 0 !important;
    width: 20em !important;
    max-height: 20em;
    border: 1px;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

datalist option {
    width: 100%;
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: #eee;
    cursor: pointer;
}

datalist option:hover,
datalist option:focus {
    color: #fff;
    background-color: #333;
    outline: 0 none;
}

/* ABOUT */
.about-item {
    margin-bottom: 40px;
}

.about-item h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 27px;
}

/* AGREEMENTS */
#agreements,
#brands, #team {
    background-color: var(--theme-color);
}

.agreements-content {
    padding: 75px;
    background-color: #ffffff;
    margin-top: 70px;
    margin-bottom: 30px;
}

#agreements img,
#brands img, #team img {
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.agreements-footer {
    text-align: center;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff !important;
    background-color: var(--theme-color) !important;
    border: 0;
    box-shadow: none;
}
.btn-outline-primary,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    border-color: var(--theme-color) !important;
    color: var(--theme-color) !important;
    box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
    background-color: var(--theme-color) !important;
    color: #ffffff !important;
}

/* SERVICES */
.card {
    border: none;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
}

.btn-service {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    text-align: start;
}

.btn-service:focus {
    outline: 0;
    box-shadow: none;
}

.btn-service:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin: 5px;
    width: 15px;
    height: 15px;
    background: var(--theme-color);
}

#services img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}

#accordion {
    height: 100%;
    position: relative;
}

#accordion .card {
    position: unset !important;
}

#accordion .collapse {
    -webkit-appearance: none;
    position: absolute;
    left: calc(-100% - 30px);
    top: 0;
    width: 100%;
    height: 100%;
    min-height: -webkit-fill-available;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

#accordion .collapsing {
    transition: none;
    position: absolute;
    left: calc(-100% - 30px);
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

/* APPOINTMENT */
#appointments {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#appointments.section {
    position: relative;
    z-index: 100;
}

.appointment-form {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -130px;
    padding-top: 130px;
    margin-bottom: -60px;
    padding-bottom: 60px;
    background: rgba(256, 256, 256, 0.8);
}

.btn-appointment {
    background-color: var(--theme-color);
    font-family: var(--font-secondary);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    text-transform: lowercase;
    width: 100%;
    color: #fff;
    margin-top: 20px;
}

#appointments select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    font-family: var(--font-secondary);
}

label.error {
    color: red;
}

/* APP */
.bg-white-transparent {
    background-color: rgba(256, 256, 256, 0.8);
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-white-transparent h2 {
    margin-bottom: 20px;
}

.bg-white-transparent p {
    font-size: 16px;
}

.bg-white-transparent .store img {
    width: 185px;
    margin: 0px;
}

footer {
    background-color: #f7f7f7;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 1px;
    font-size: 20px;
    font-weight: normal;
}

footer a {
    margin-top: 5px;
    color: #aaa;
    font-size: 12px;
    font-family: var(--font-secondary);
}
footer a:hover {
    color: var(--theme-color);
}

footer p {
    color: white;
    font-family: var(--font-secondary);
    margin-top: 8px;
    margin-bottom: 8px;
}

/* SHARE */
body.shareNews-body,
body.shareProduct-body {
    background: #eee;
    font-family: "Nunito", sans-serif;
}

body.shareNews-body .card,
body.shareProduct-body .card {
    padding: 40px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    margin: 40px 0;
}

body.shareNews-body .logo-optica,
body.shareProduct-body .logo-optica {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

body.shareNews-body .logo-name-optica,
body.shareProduct-body .logo-name-optica {
    text-align: center;
    margin-top: 40px;
}

body.shareNews-body .name-optica,
body.shareProduct-body .name-optica {
    color: #616365;
    margin: 0;
    font-size: 22px;
    margin-top: 40px;
}

body.shareNews-body .share-news-title,
body.shareProduct-body .share-product-title {
    color: #616365;
    margin: 0;
    font-size: 30px;
    text-align: center;
}

body.shareNews-body .share-news-img {
    margin: 40px 0;
    object-fit: cover;
}

body.shareProduct-body .share-product-img {
    margin: 40px 0;
    object-fit: contain;
}

body.shareNews-body .share-news-subtitle {
    color: #616365;
    margin-bottom: 40px;
    font-size: 25px;
}

body.shareNews-body .share-news-content,
body.shareProduct-body .card p:not(.label-product) {
    color: #616365;
    margin: 0;
    line-height: 2;
    text-align: justify;
}

body.shareProduct-body .card p.label-product {
    color: #616365;
    margin: 0;
    line-height: 2;
    text-align: justify;
    font-weight: bold;
}

body.shareProduct-body .card p.share-product-description {
    margin-bottom: 40px;
}

#news .news-container {
    padding: 0 20px;
}

#news .news-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: auto;
    position: relative;
}

#news .news-title-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: calc(100% - 40px);
    margin-left: 20px;
    color: #fff;
    padding: 20px;
    display: flex;
}

#news .news-title-subtitle p {
    font-family: var(--font-secondary);
}

#news .news-icon {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    object-fit: contain;
}

#news .news-title {
    font-size: 22px;
    margin-bottom: 0;
}

#news .news-subtitle {
    margin-bottom: 0;
}

#news .news-text {
    font-size: 14px;
}

.card-stores {
    position: absolute;
    top: calc(60px + env(safe-area-inset-top));
    margin: 15px;
    height: auto;
    width: calc(100% - 30px);
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}

.stores {
    margin: 0;
    list-style: none;
    padding: 0;
}

.store {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.store:last-child {
    margin: 0;
}

.store.active {
    margin-bottom: 0;
}

.store-title {
    cursor: pointer;
    margin: 0;
    color: #ccc;
    position: relative;
}
.store-title b {
    color: #000;
    margin-right: 20px;
    font-family: var(--font-secondary);
}
.store-title b:hover {
    color: var(--theme-color);
}

.store-subtitle {
    margin: 0;
    font-size: 11px;
}

.stores .store-info-title .angle-right-list {
    right: -8px;
    position: absolute;
    top: -4px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: rotate(90deg);
    font-weight: lighter;
    color: #9999;
    cursor: pointer;
}

.stores .store-info-title .angle-right-list:hover {
    color: red;
}

.stores .store-title .angle-right-list {
    right: 10px;
    position: absolute;
    top: 6px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
}

.store-info-hidden {
    background-color: #f7f7f7;
    padding: 24px;
    margin: 20px -22px;
}

.store-one {
    background: transparent !important;
}

.store-info-hidden p {
    margin: 0;
}

.store-info-title {
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.store-map-container {
    min-height: 500px;
}

#background-map {
    position: absolute !important;
    top: -173px;
    width: 50vw;
    height: 94vh;
    overflow: hidden;
}

.store-info-map {
    position: absolute;
    top: 0;
    width: 50vw;
    left: calc(100% + 15px);
    overflow: hidden;
    z-index: 99;
    top: -232px;
    height: calc(100% + 292px);
}

.store-info-schedule {
    position: relative;
}

.store-info-schedule-status {
    color: #5ab455;
    font-weight: bold;
}
.store-info-schedule-status.closed {
    color: var(--danger);
}

.store-info-schedule-hours {
    color: #ccc;
    font-size: 12px;
}

.angle-right-schedule {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    font-size: 20px !important;
}

.store-info-label {
    font-family: var(--font-secondary);
    margin-top: 20px !important;
    font-weight: bold;
}

.store-info-address-value {
    font-family: var(--font-secondary);
    font-size: 12px;
}

.store-info-address-distance {
    font-family: var(--font-secondary);
    font-size: 12px;
    color: #ccc;
}

.store-info-phone {
    color: #5ab455;
    font-weight: bold;
    text-decoration: underline;
}

.store-info-email {
    font-family: var(--font-secondary);
    font-size: 12px;
}

.store-schedule-hidden p {
    margin: 0;
}

.store-schedule-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px !important;
}

.store-schedule-hours.active {
    font-weight: bold;
}

.store-schedule {
    display: flex;
    margin: 0;
}

.store-schedule:not(:last-child) {
    margin-bottom: 20px;
}

.store-schedule-day-week {
    font-weight: bold;
    width: 100px;
}

.btn-open-login {
    color: var(--theme-color);
    padding: 10px;
    font-weight: bold;
}

.btn-open-login:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.btn-logout {
    padding: 10px;
}

#loginModal {
    position: fixed;
    width: 420px;
    height: 100vh;
    overflow-y: auto;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
    right: 100%;
    display: flex;
    z-index: 99;
    background-color: var(--theme-color);
    backdrop-filter: blur(10px);
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 1s;
}

#loginModal form {
    width: 100%;
}

#loginModal p {
    font-size: 1.75rem !important;
    margin-top: 45px;
}

#loginModal .iti,
#profile1 .iti,
#checkout-form .iti {
    width: 100%;
    display: block;
}
#loginModal .iti__selected-dial-code,
#checkout-form .iti__selected-dial-code,
#profile1 .iti__selected-dial-code {
    color: #212529;
}
#loginModal .iti__country-list--dropup,
#checkout-form .iti__country-list--dropup,
#profile1 .iti__country-list--dropup {
    width: 100%;
}
#loginModal .iti--allow-dropdown .iti__flag-container,
#loginModal .iti--separate-dial-code .iti__flag-container,
#checkout-form .iti--allow-dropdown .iti__flag-container,
#checkout-form .iti--separate-dial-code .iti__flag-container,
#profile1 .iti--allow-dropdown .iti__flag-container,
#profile1 .iti--separate-dial-code .iti__flag-container {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: inherit !important;
}

#loginModal input[type="tel"],
#checkout-form input[type="tel"],
#profile1 input[type="tel"] {
    width: 100%;
    padding-left: 90px !important;
}

#loginModal.open {
    transform: translate(100%, 0);
}

#loginModal .close-btn {
    position: absolute;
    left: 40px;
    color: #fff;
    z-index: 201;
    height: 30px;
    line-height: 30px;
    top: 40px;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}

#loginModal .close-btn:hover {
    transform: rotate(90deg);
}

#loginModal .btn-login {
    background: var(--theme-color);
    color: #fff;
    font-family: var(--font-secondary);
    border: 1px solid #fff;
}

#loginModal .btn-login:hover {
    background: #fff;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

#loginModal .btn-register {
    color: var(--theme-color);
    background: #fff;
    border: 1px solid var(--theme-color);
    font-family: var(--font-secondary);
}
#loginModal .btn-register:hover {
    color: #fff;
    background: var(--theme-color);
    border: 1px solid #fff;
}

#appleid-signin {
    margin-top: 20px;
    height: 40px;
}

#loginModal .btn-back-login {
    position: absolute;
    right: 40px;
    color: #fff;
    z-index: 201;
    height: 30px;
    line-height: 30px;
    top: 40px;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
}

#loginModal .btn {
    width: 100%;
    margin-top: 20px;
}

.link-recover-password {
    color: #fff;
    text-decoration: underline;
}

.link-recover-password:hover {
    color: #fff;
}

#register-form {
    height: 100%;
}

#register-form h3 {
    margin: 50px 0 30px 0;
}

.register-terms {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.register-terms p {
    margin: 0;
    padding-right: 20px;
}

.register-terms a {
    color: #fff;
    text-decoration: underline;
}

.register-error-message,
.register-error-message-password {
    color: red;
    margin-top: 10px;
}

.custom-control.custom-switch .custom-control-input {
    width: 60px;
    z-index: 999;
}

.btn-primary {
    background-color: var(--theme-color);
    font-family: var(--font-secondary);
    padding: 5px 20px;
    text-align: center;
    border-radius: 25px;
    text-transform: lowercase;
    color: #fff;
    border: 0;
}

.btn-primary:hover {
    background-color: var(--theme-color-opacity);
    text-decoration: none;
}

.btn-secondary {
    background-color: #ccc;
    font-family: var(--font-secondary);
    padding: 5px 20px;
    text-align: center;
    border-radius: 25px;
    text-transform: lowercase;
    color: #fff;
    border: 0;
}

.btn.g-signin2 {
    border: 0;
    height: 38px;
    width: 100%;
    padding: 0;
    border: 1px solid #6c757d;
}

.btn.g-signin2 .abcRioButton {
    width: 100% !important;
    height: 100% !important;
    border-radius: 3px;
    padding: 1px;
}

.btn.g-signin2 .abcRioButtonContents {
    margin-left: -23px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.btn.g-signin2 .abcRioButtonContents span {
    font-family: var(--font-secondary);
}

.btn-fb {
    background-color: #4267b2;
    color: #fff;
    font-family: var(--font-secondary);
}

.btn-fb:hover {
    background-color: #4267b2 !important;
    border-color: #4267b2 !important;
    color: #fff !important;
}

.btn-fb .fa-facebook {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
}

.btn-fb .fa-facebook:before {
    color: #4267b2;
}

.navbar {
    padding: 0.5rem 30px;
}

.navbar-profile {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.navbar-profile:hover {
    text-decoration: none;
}

.navbar-profile p {
    margin: 0;
    color: #a7a2a2;
}
.navbar-profile p:hover {
    margin: 0;
    color: var(--theme-color);
}

.navbar-fav-mobile {
    color: #a7a2a2 !important;
}

.navbar-fav-mobile:hover {
    color: var(--theme-color) !important;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler-icon:before {
    color: var(--theme-color);
}

.add-fav {
    color: #222
}

.remove-fav {
    color: var(--theme-color);
}

.add-fav:hover {
    color: var(--theme-color);
}

.remove-fav:hover {
    color: red;
}
.profile-img-div {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}

.profile-img-div label {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 200px;
}

.customer-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.customer-name {
    margin: 0;
}

.dialogs {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: unset;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 5px;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: unset !important;
    z-index: 9999;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    background-color: var(--theme-color);
    color: #fff;
    border: 0;
    border-radius: 20px;
    width: calc(50% - 10px);
    height: 36px;
    margin-right: 4px;
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    outline: 0;
}

.ui-dialog .ui-dialog-buttonpane button:active {
    opacity: 0.7;
    transition: all ease 0.3s;
}

.ui-dialog[aria-describedby="dialogNoGps"] .ui-dialog-buttonpane button {
    height: auto !important;
    width: auto !important;
}

.ui-dialog .ui-dialog-buttonpane button:nth-child(2) {
    margin-right: 0;
    margin-left: 4px;
    background-color: #fff;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}

.ui-dialog .ui-dialog-buttonpane button:nth-child(2):active {
    background-color: var(--theme-color);
    opacity: 0.7;
    transition: all ease 0.3s;
}

.ui-widget-content {
    border: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 3px 25px 4px;
    z-index: 10000;
    position: fixed !important;
    top: calc(50% - 70px) !important;
}

.ui-widget.ui-widget-content * {
    font-family: "Lato", sans-serif !important;
}

.ui-widget.ui-widget-content p {
    margin-bottom: 0;
}

.ui-dialog .ui-dialog-titlebar {
    color: var(--theme-color);
    background-color: #fff;
    border: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    background-color: #fff;
}

.ui-dialog .btn {
    height: 38px;
    margin-bottom: 20px;
}

#carouselOpticae .carousel-item {
    height: 100vh;
}

#carouselOpticae img {
    height: 100vh;
    width: 100vw;
    position: relative;
    top: 44px;
}

.carousel img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.right.carousel-control {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    height: 20px;
}

.left.carousel-control {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    height: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0);
}

.news-details .news-name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: var(--font-secondary);
}

.news-details .news-subtitle {
    font-size: 20px;
}

.news-details .news-desc {
    font-size: 16px;
}

.product-categories-carousels img {
    height: 255px;
    object-fit: contain;
}

.product-categories-carousels .carousel-product-name {
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: var(--font-secondary);
    font-size: 20px;
    padding: 0 20px;
}

.product-categories-carousels .item {
    position: relative;
    border: 1px solid var(--theme-color);
    display: flex;
    align-items: center;
    margin: 0 10px;
    border-radius: 0.25em;
}

.product-categories-carousels .item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 0.25em;
}

.product-categories-carousels .item:hover {
    cursor: pointer;
}

.product-categories-carousels .item:hover:before {
    opacity: 0.6;
}

.product-categories-carousels .item:hover .carousel-product-name {
    opacity: 1;
}

.product-details #secondary-slider {
    position: absolute;
    left: 0;
    top: 0;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

.product-details #secondary-slider .splide__list {
    transform: translateX(5.5px) !important;
    display: block;
}

.product-details .splide__slide img {
    height: 100%;
    object-fit: contain;
}

.product-details #primary-slider {
    width: calc(100% - 110px);
    margin-left: auto;
}

.product-details #primary-slider img {
    border: 1px solid var(--theme-color);
    border-radius: 0.25rem;
}

.product-details {
    width: 100%;
    z-index: 9999;
    background: white;
}

.product-details h2 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 2;
}

.product-details .product-name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: var(--font-secondary);
    color: #212529;
    line-height: 45px;
}

.product-details .product-desc,
.product-details .product-price {
    font-size: 22px;
}

span.old-price {
    color: #888888;
    text-decoration: line-through;
    font-size: 15px;
}
span.price-with-discount {
    color: #d83a56 !important;
}

.product-details .product-desc {
    font-size: 20px;
    color: #212529;
    line-height: 30px;
}

.product-details .left-eye p,
.product-details .right-eye p {
    font-family: var(--font-secondary);
    font-size: 22px;
}

.product-details .product-label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-details .tryon-container {
    text-align: center;
    margin-left: 110px;
}

.product-details .tryon-container .btn-primary {
    width: auto;
    padding: 10px 40px;
}

.product-quantity-add-cart {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.cart-page-products-list .product-quantity-add-cart {
    margin-top: 0px;
    position: absolute;
    right: 0;
}

.quantity-buttons {
    height: 50px;
    display: grid;
    margin-right: 40px;
}

.cart-page-products-list .quantity-buttons {
    margin-right: 0px;
}

.quantity-buttons .btn-quantity {
    width: 20px;
    color: #000;
    border: 1px solid #707070;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-buttons .btn-quantity:last-child {
    border-top: 0;
}

.product-details .product-quantity-add-cart .btn-primary {
    margin: 0;
    width: auto;
    font-size: 20px;
    padding: 10px 40px;
}

.btn-go-back {
    font-size: 14px;
    color: white;
    display: block;
}

.btn-go-back:hover {
    text-decoration: none;
    color: white;
}

.product-details .product-quantity {
    width: 40px;
    height: 50px;
    border: 1px solid #707070;
    border-right: 0;
    text-align: center;
    border-radius: 0;
}

.product-details .product-single-details-menu {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 40px;
}

.product-details .product-single-details-menu li {
    font-size: 25px;
    line-height: 2;
    margin: 0 20px;
    color: #a7a2a2;
    font-family: var(--font-secondary);
    cursor: pointer;
    line-height: 1;
    margin-bottom: 20px;
}

.product-details #error-message {
    color: red;
}

.product-details .product-single-details-menu li.active {
    color: #000;
}

.product-details .product-single-details-menu li:first-child {
    margin-left: 0;
}

.product-details .product-single-details-menu li:last-child {
    margin-right: 0;
}

#news-carousel {
    width: 100%;
}

#cart-dropdown {
    position: absolute;
    background: #fff;
    padding: 20px;
    top: 100px;
    right: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    min-width: 338px;
}

#cart-dropdown .cart-products-list {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}

#cart-dropdown .cart-products-list p {
    font-family: var(--font-secondary);
}

#cart-dropdown .cart-products-list span {
    color: #a7a2a2;
    font-size: 13px;
    font-family: var(--font-primary);
}

#cart-dropdown .cart-product-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.cart-product-item {
    display: flex;
    position: relative;
}

.cart-product-options {
    list-style: none;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 20px;
}

.cart-product-options li {
    font-size: 14px;
}

.cart-product-options li span {
    font-weight: bold;
}

.cart-product-options li.eye-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-product-options li.eye-title span {
    font-family: var(--font-secondary);
}

#cart-dropdown .cart-product-name-quantity-price p {
    margin: 0;
}

#cart-dropdown .cart-product-name-quantity-price {
    padding-right: 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.cart-product-name {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--font-secondary);
}

.cart-product-quantity-price {
    font-size: 15px;
    margin: 0;
    font-weight: bold;
}

#cart-dropdown .btn-remove-product-cart {
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--theme-color);
}

#cart-dropdown .cart-total-price {
    height: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

#cart-dropdown .cart-total-label {
    float: left;
}

#cart-dropdown .cart-total-value {
    float: right;
}

#cart-dropdown .cart-buttons {
    display: grid;
    border-top: 2px dashed #cccccc;
    padding-top: 20px;
}

#cart-dropdown .cart-buttons .btn-primary {
    margin: 0;
    margin-bottom: 10px;
}

#cart-dropdown .cart-buttons .btn-primary:last-child {
    margin-bottom: 0px;
}

#legal-page {
    padding-top: 130px;
    min-height: calc(100vh - 57px);
}

#cart-page {
    padding-top: 130px;
    min-height: calc(100vh - 57px);
}

#cart-page h2 {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 20px;
}

#cart-page .cart-page-products-list {
    list-style: none;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    margin-right: 90px;
}

.cart-page-products-list .product-quantity {
    width: 40px;
    height: 50px;
    border: 1px solid #707070;
    border-right: 0;
    text-align: center;
    border-radius: 0;
}

#cart-page .cart-page-product-item {
    display: flex;
    align-items: center;
}

#cart-page .cart-page-product-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#cart-page .cart-page-product-name-price {
    width: 100%;
    padding: 0 10px;
}

#cart-page .cart-page-product-name-price p {
    margin: 0;
}

#cart-page .cart-page-product-name {
    font-weight: bold;
}

#cart-page .cart-page-product-price {
    font-size: 14px;
}

#cart-page .cart-page-product-quantity {
    width: 40px;
    height: 40px;
}

#cart-page .cart-page-total-row {
    margin-bottom: 10px;
}

#cart-page .cart-page-total-value {
    font-weight: bold;
    float: right;
}

#cart-page .cart-buttons {
    display: grid;
    border-top: 2px dashed #cccccc;
    padding-top: 20px;
}

#cart-page .cart-buttons a {
    margin: 0;
    margin-bottom: 10px;
}

#cart-page .cart-buttons a:last-child {
    margin-bottom: 0px;
}

#cart-page .btn-remove-product-cart {
    color: var(--theme-color);
    font-size: 22px;
    padding-right: 20px;
    padding-top: 14px;
}

#checkout-page, #cart-page, #profile-page, #addresses-page, #history-page, #products, #favorites, #stores {
    padding-top: 100px;
    min-height: calc(100vh - 57px);
}

#checkout-page h2 {
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 20px;
}

#checkout-page h2 span {
    background-color: var(--theme-color);
    border-radius: 50%;
    color: white;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

#checkout-page h3 {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 20px;
}

#checkout-page .row-total {
    color: var(--theme-color);
    border-bottom: 2px dashed #cccccc;
}

#checkout-page .checkout-details {
    border-bottom: 2px dashed #cccccc;
}

#checkout-page #checkout-address-home,
#checkout-page #checkout-address-delivery {
    margin-left: 17px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}

#checkout-page .checkout-products-list {
    list-style: none;
    padding: 0;
}

#checkout-page .checkout-product-item:not(:first-child) {
    margin-top: 20px;
}

#checkout-page .checkout-products-list p {
    margin-bottom: 0;
}

#checkout-page .checkout-product-quantity-name {
    float: left;
    display: flex;
    font-weight: bold;
    font-size: 15px;
}

#checkout-page .checkout-product-quantity {
    font-size: 15px;
    line-height: 1.3;
    margin-right: 10px;
}

#checkout-page .checkout-product-price {
    float: right;
    font-weight: bold;
}

#checkout-page .input-checkbox-container input {
    margin-right: 20px;
}

#checkout-page .input-checkbox-container label {
    margin: 0;
}

#checkout-page select,
#checkout-page input:not(input[type="checkbox"]) {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#checkout-page #checkout-select-address-fiscal,
#checkout-page #checkout-select-address-commercial {
    margin-bottom: 20px;
}

#checkout-page .checkout-total-row {
    margin-bottom: 10px;
}

#checkout-page .checkout-total-value {
    font-weight: bold;
    float: right;
}

#checkout-page .checkout-cash {
    text-align: center;
}

#checkout-page .checkout-buttons {
    display: grid;
    width: 250px;
}

#checkout-page .checkout-buttons a {
    margin: 0;
    margin-bottom: 10px;
}

#checkout-page .checkout-buttons a:last-child {
    margin-bottom: 0px;
}

#checkout-page .btn-close-checkout {
    font-size: 20px;
    color: var(--theme-color);
}

#checkout-page .checkout-details {
    width: 100%;
    min-width: 300px;
}

#edit-profile-page .title,
#checkout-page .title, #cart-page .title, #profile-page .title, #addresses-page .title, #history-page .title, #products .title,  #favorites .title, #stores .title {
    background-color: var(--theme-color);
    color: white;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    border: 0 !important;
    position: absolute;
}

/* The switch-slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .switch-slider {
    background-color: var(--theme-color);
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px var(--theme-color);
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded switch-sliders */
.switch-slider.round {
    border-radius: 20px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

#profile-page .profile-details {
    width: 250px;
    padding: 0 20px;
}

#profile-page .profile-menu {
    list-style: none;
    padding: 0;
}

.profile-menu li a {
    color: #000;
    line-height: 2.5;
    font-size: 20px;
    font-family: var(--font-secondary);
}

#profile-page .profile-menu li.active a {
    color: var(--theme-color);
}

#profile-page .profile-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
}

#profile-page .profile-cash-div {
    border: 1px solid var(--theme-color);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#profile-page .profile-cash-label {
    margin: 0;
    font-size: 20px;
}

#profile-page .profile-cash-value {
    font-weight: bold;
    margin-left: 5px;
}

#profile-page .profile-name-value {
    font-weight: bold;
    margin-left: 20px;
}

#profile-page .profile-email-value {
    font-weight: bold;
    margin-left: 20px;
}

#profile-page .profile-buttons {
    display: grid;
    width: 250px;
    margin-bottom: 20px;
}

#profile-page .profile-buttons a {
    margin: 0;
    margin-bottom: 10px;
}

#profile-page .profile-buttons a:last-child {
    margin-bottom: 0px;
}

#profile-page h2 {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 20px;
}

#profile-page .profile-coupons-list {
    list-style: none;
    padding: 0;
}

#profile-page .profile-coupons-list li {
    border-bottom: 1px solid #ccc;
}

#profile-page .profile-coupons-list li:not(:first-child) {
    margin-top: 1rem;
}

#profile-page .profile-coupon-date {
    color: #ccc;
    font-size: 14px;
}

#profile-page .profile-coupon-name {
    font-weight: bold;
}

#profile-page .col-md-3 {
    border-right: 1px solid #ccc;
}

#profile-page .btn-close-profile {
    font-size: 20px;
    color: var(--theme-color);
}

#history-page .profile-menu {
    list-style: none;
    padding: 0;
}

#history-page .profile-menu li a {
    color: #000;
    line-height: 2.5;
    font-size: 20px;
}

#history-page .profile-menu li.active a {
    color: var(--theme-color);
}

#history-page .col-md-3 {
    border-right: 1px solid #ccc;
}

#history-page .btn-close-history {
    font-size: 20px;
    color: var(--theme-color);
}

#history-page h2 {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 20px;
}

#history-page .history-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.history-entry {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}

.history-entry a {
    color: #000;
}

.history-entry-header {
    height: 83px;
    padding: 7px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.history-entry-header:hover {
    background: #f9f9f9;
}

.history-name-date {
    float: left;
}

.history-qtd-price {
    float: right;
}

.history-qtd {
    font-size: 12px;
    color: #8e8e8e;
}

.history-price-status {
    float: right;
}

.history-price {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.history-date,
.history-status {
    font-size: 12px;
    color: #8e8e8e;
    padding-top: 16px;
}

.history-status {
    font-weight: bold;
}

.history-status.status-1 {
    color: #ffc107;
}

.history-status.status-2 {
    color: #5ab455;
}

.history-name {
    font-weight: bold;
    font-size: 16px;
}

.history-entry p {
    margin: 0;
}

.history-products {
    height: auto;
    overflow: hidden;
    transition: all 1s ease;
    transition-delay: 0.1s;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    padding-left: 40px;
}

.history-product {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    height: 83px;
}

.history-product:not(:first-child) {
    margin-top: 20px;
}

.history-product-img {
    width: 100%;
    height: 63px;
    object-fit: contain;
}

.history-product-name {
    font-weight: bold;
    margin-top: 17px;
}

.history-product-price {
    font-weight: bold;
    color: var(--theme-color);
}

#addresses-page .profile-menu {
    list-style: none;
    padding: 0;
}

#addresses-page .profile-menu li a {
    color: #000;
    line-height: 2.5;
    font-size: 20px;
}

#addresses-page .profile-menu li.active a {
    color: var(--theme-color);
}

#addresses-page .col-md-3 {
    border-right: 1px solid #ccc;
}

#addresses-page .add-form-container,
#addresses-page .button-container {
    margin: 20px 0;
}

#addresses-page .btn-close-addresses {
    font-size: 20px;
    color: var(--theme-color);
}

#addresses-page h2 {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 20px;
}

#addresses-page .comercial-addresses-list,
#addresses-page .delivery-addresses-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#addresses-page .comercial-addresses-list li,
#addresses-page .delivery-addresses-list li {
    display: flex;
    border-bottom: 1px solid #ccc;
}

#addresses-page .comercial-addresses-list li:not(:first-child),
#addresses-page .delivery-addresses-list li:not(:first-child) {
    margin-top: 1rem;
}

#addresses-page .comercial-address,
#addresses-page .delivery-address {
    font-weight: bold;
    font-size: 14px;
}

#addresses-page .delete-comercial-address,
#addresses-page .delete-delivery-address {
    color: var(--theme-color);
}

#addresses-page input {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#addresses-page input:not(:last-child) {
    margin-bottom: 20px;
}

#addresses-page .btn-primary {
    width: 250px;
}

#products-banner-section {
    padding-top: 100px;
}

#products-banner {
    height: 400px;
}

#products-banner .carousel-inner {
    height: 400px;
}

#products-banner img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

#products-banner .text-slide {
    left: 0;
    text-align: center;
}

.btn-slider {
    position: absolute;
    left: calc(50% - 57px);
    top: 220px;
    background-color: transparent;
    font-family: var(--font-secondary);
    border: 2px solid #686868;
    padding: 10px 40px;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    text-transform: lowercase;
    color: #686868;
    z-index: 9;
}

.btn-slider:hover {
    text-decoration: none;
    color: var(--theme-color);
    background: rgba(104, 104, 104, 0.8);
}

#tryon {
    padding-bottom: 100px;
    padding-top: 80px;
    margin-top: 40px;
    min-height: calc(100vh - 157px);
}

#products-category {
    position: relative;
    padding-top: 37px;
}

#products-category .buttons {
    right: 280px;
    top: 0;
    position: absolute;
    z-index: 999;
}

#products-category .buttons select {
    font-family: var(--font-secondary);
    font-size: 20px;
    padding: 5px 10px;
}

#products-category .controls {
    z-index: 999;
}

#products-category .pagination-container {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

#products-category .controls button {
    border: 0;
    background: transparent;
    font-size: 30px;
}

#products-category .controls .jplist-disabled {
    visibility: hidden;
}

#products-category .controls .jplist-holder {
    border: 0;
    background: transparent;
    font-size: 30px;
}

#products-category .product-label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

#products-category .jplist-label {
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
    color: #a7a2a2;
    font-family: var(--font-secondary);
}

#products-category .controls .jplist-holder button {
    color: #ccc;
}

#products-category .controls .jplist-holder .jplist-selected {
    font-weight: bold;
    color: #000;
}

#products-category .product-name-category {
    float: left;
    font-size: 16px;
    line-height: 1;
    max-width: 65%;
    font-family: var(--font-secondary);
}

#products-category .product-price-category {
    float: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-secondary);
}

#products-category img {
    height: 255px;
    object-fit: contain;
    margin: 20px 0;
    border: 1px solid var(--theme-color);
    border-radius: 0.25rem;
}

.product-details #products-category img {
    height: 255px;
}

#edit-profile-page {
    padding-top: 100px;
    min-height: calc(100vh - 57px);
}

#edit-profile-page h2 {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 20px;
}

#edit-profile-page .btn-close-edit-profile {
    font-size: 20px;
    color: var(--theme-color);
}

#edit-profile-page select,
#edit-profile-page input,
#profile-page select,
#profile-page input {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 20px;
}

#edit-profile-page .btn-primary {
    width: auto;
}

.cat-span {
    font-size: 14px;
    color: #111;
}

.cat-span:hover {
    color: var(--theme-color);
}

.cat-link:hover {
    text-decoration: none;
}

.product-category-name .cat-span {
    opacity: 1;
    transition: all 0.3s ease;
}

.product-category-name:hover .cat-span {
    opacity: 1;
}

.product-category-name {
    color: #000000;
    padding-left: 10px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: calc(100% + 60px);
    left: -30px;
    font-size: 60px;
    z-index: -1;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

.owl-carousel .owl-nav button:focus {
    outline: 0;
}

.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel.owl-products:not(:last-child) {
    margin-bottom: 40px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)
        no-repeat right #fff;
    -webkit-appearance: none;
    /* background-position: right; */
    background-size: 10px 10px;
    background-position-x: calc(100% - 10px);
}

.product-version-image {
    width: 100%;
    object-fit: contain;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
}

#my-fitmix-container {
    position: absolute;
    top: 1px;
    left: 126px;
    width: calc(100% - 142px);
    height: calc(100% - 54px);
}

#my-fitmix-container iframe {
    border-radius: 4px;
}

.loading-gif {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    z-index: 99;
}

.loading-gif-img {
    border: 0 !important;
}

#navbar-cart {
    display: block !important;
}

#navbar-cart-mobile {
    display: none!important;
}

@media screen and (max-width: 1279px) {
    .nav-link,
    .footer-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    #loginModal .close-btn {
        right: 40px;
        left: auto;
        top: 10px;
    }
    #loginModal .btn-back-login {
        left: 40px;
    }

    #products-banner .carousel-inner {
        height: 470px;
    }

    .carousel-inner {
        width: 102%;

    }

    #profile-page .col-md-3, #history-page .col-md-3, #addresses-page .col-md-3  {
        border-right: none;
    }

    #addresses-page .btn-primary {
        width: 100% !important;
    }

    .logout-svg {
        color:#fff;
    }
    .logout-svg svg {
        fill:#fff;
    }
    #edit-profile-page .btn-primary {
        width: 100%;
    }
    .appointment-form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section {
        padding-top: 130px;
        padding-bottom: 0;
    }
    .store-map-container {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .product-details .product-name {
        font-size: 25px;
    }
    .product-details .product-single-details-menu li {
        font-size: 20px;
    }
    .product-details h2 {
        font-size: 20px;
    }
    .product-details .tryon-container {
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }
    .h2,
    h2 {
        font-size: 22px;
        text-align: left;
    }
    footer img {
        max-width: 130px !important;
    }
    .text-slide {
        font-size: 40px;
        color: #ffffff;
        position: relative;
        left: 0px;
        top: 150px;
        text-transform: uppercase;
        padding: 0 30px;
    }

    #services img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        min-height: 600px;
    }

    #accordion .collapse {
        position: absolute;
        left: 0;
        top: -600px;
        width: 100%;
        height: 600px;
        color: #fff;
        background: var(--theme-color-opacity);
    }

    .agreements-content {
        padding: 10px;
        background-color: #ffffff;
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .stores {
        margin-bottom: 40px;
    }

    .owl-carousel .owl-nav {
        top: calc(50% - 50px);
        width: 100%;
        left: 0;
        z-index: -1;
    }

    .product-categories-carousels .item {
        margin: 0 30px;
    }

    .navbar-collapse {
        background: #f2f2f2;
        position: fixed;
        top: 100px;
        left: 0px;
        width: 100%;
        padding: 20px 30px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
            0 6px 6px rgba(0, 0, 0, 0.23);
    }

    .navbar-profile {
        margin: 0 30px;
    }

    .nav-profile-img-name {
        margin: 0 -30px;
        padding-top: 25px;
        margin-top: 20px !important;
        border-top: 1px solid #a7a2a2;
    }

    .nav-profile-img-name .btn-logout {
        position: absolute;
        right: 20px;
    }

    .navbar-brand {
        text-align: start;
    }

    .navbar-nav .nav-link {
        text-align: center;
        font-size: 20px;
    }

    #navbar-cart {
        display: none !important;
    }

    #navbar-cart-mobile {
        display: block !important;
        margin-right: 35px;
    }

    .navbar-fav-mobile {
        position: absolute;
        margin-right: -20px;
        right: 93px;
    }

    .navbar-toggler {
        position: absolute;
        right: 18px;
        top: 50%;
    }

    .product-details #secondary-slider {
        position: unset;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-details #secondary-slider .splide__list {
        transform: translateX(0px) !important;
        display: flex;
    }

    .product-details #primary-slider {
        width: 100%;
        margin-left: 0;
    }

    #cart-page .cart-page-products-list {
        width: 100%;
    }

    #cart-page .btn-remove-product-cart {
        padding-right: 0px;
    }

    #cart-page .cart-product-img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    #products-category .jplist-label {
        display: none;
    }

    .product-category-name .cat-span {
        opacity: 1;
    }

    #profile-page .profile-details {
        width: 100%;
    }

    #profile-page .profile-buttons {
        width: 100%;
        margin-bottom: 20px;
    }

    .history-entry-header {
        width: 100%;
        padding-right: 0;
    }

    .profile-menu {
        display: flex;
        width: fit-content;
        margin: auto auto 40px;
    }

    .profile-menu li:not(:first-child):not(:last-child) {
        margin: 0 10px;
    }

    #addresses-page input {
        width: 100%;
    }

    .store-info-map {
        top: 100%;
        left: 0;
        height: 500px;
    }

    #news {
        padding-bottom: 0;
    }

    #news .container {
        padding: 0;
    }

    #news .news-container {
        padding: 0;
    }

    #news .news-title-subtitle {
        width: 100%;
        margin-left: 0;
    }

    #app {
        background-image: none !important;
    }

    #app .bg-white-transparent {
        padding: 40px 15px;
        text-align: center;
    }

    #app .app-section-img {
        display: block !important;
        width: 100%;
    }

    #checkout-page input:not(#equalAddreses),
    #checkout-page select {
        width: 100% !important;
    }

    #checkout-page .input-checkbox-container {
        width: 100%;
    }

    #checkout-page .checkout-buttons {
        width: 100%;
    }

    #checkout-page .checkout-details {
        width: 100%;
        min-width: 100%;
    }

    #checkout-page .checkout-buttons .btn-primary {
        margin-bottom: 20px;
    }

    #background-map {
        width: 100%;
        top: 0;
        height: 500px;
    }

    .store-info-map {
        width: 100%;
    }

    #products select {
        width: 100%;
    }

    #loginModal {
        width: 100%;
        padding-left: 40px !important;
        padding-right: 45px !important;
    }

    #news .news-title-subtitle {
        width: 100%;
        margin-left: 0px;
    }

    .carousel img {
        object-fit: cover;
    }
    .navbar-brand img {
        margin: -10px -17px;
    }
    .feder img {
        width: 100%;
    }

    #posts {
        padding: 0 8px;
    }
    .section {
        padding-top: 0;
    }
}

/*footer*/
footer {
    height: auto;
    padding: 10px 0px;
}

footer img {
    width: auto;
    max-width: 160px;
    height: auto;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 14px;
    color: #aaa;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_menu {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_menu li {
    padding: 0px 0px 5px 0px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.footer_menu {
    list-style-type: none;
    padding: 0px;
    display: inline-flex;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.footer_menu li {
    display: inline;
}

.footer_menu li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: block;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.feediu {
    color: #f0af36;
}

.feder {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.franchise-a {
    color: #999;
}
.franchise-a:hover {
    color: var(--theme-color);
}
.required {
    color: red;
}

.btn-logout svg {
    fill: #a7a2a2;
}
.btn-logout:hover svg {
    fill: var(--theme-color);
}
.owl-carousel .owl-item img {
    width: 98%;
    margin: 0 auto;
}
#qrcode img {
    margin: auto;
}
#browserWarning {
    position: fixed;
    top: 99px;
    z-index: 99;
    width: 100%;
}
#browserWarning .alert {
    position: relative;
    padding: 1.75rem 1.25rem;
    margin-bottom: 0rem;
    border: 1px solid transparent;
    border-radius: 0;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.85rem;
        padding-left: 0;
    }
    .navbar-profile {
        margin: 0px 5px;
    }
}
/* RIBBON */
/* common */
.ribbon-box {
    position: absolute;
    margin: 0;
    z-index: 2;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: var(--theme-color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
#get-coupon-img {
    background-image: url("../images/promo.svg");
    background-size: 300px;
    background-position: center center;
    background-repeat: no-repeat;
}
.cc-cookies {
    background: rgba(0, 0, 0, 0.7) !important;
}
.cc-cookies a.cc-cookie-accept {
    background: var(--theme-color-opacity) !important;
    color: #fff !important;
}
.cc-cookies a:hover.cc-cookie-accept {
    background: var(--theme-color) !important;
}

.cc-cookies a.cc-cookie-decline {
    background: #af3b3b!important;
    margin-left: 0.5em;
    color: #fff !important;
}
.cc-cookies a:hover.cc-cookie-decline {
    background: #c65353!important;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
}
.slick-track {
    float: left !important;
}
.slider {
    height: fit-content;
    margin-bottom: 65px;
}
.slick-next,
.slick-prev {
    top: 45% !important;
}
.slick-slide {
    padding: 10px;
}
.slick-prev {
    left: -35px !important;
}
.slick-prev:before {
    content: url("../images/left.svg") !important;
}
.slick-next:before {
    content: url("../images/right.svg") !important;
}

#news .slick-prev:before {
    content: url("../images/left-dark.svg") !important;
}
#news .slick-next:before {
    content: url("../images/right-dark.svg") !important;
}

.form-control::placeholder {
    color: lightgray;
}


.order-tracking {
    text-align: center;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}
.order-tracking .is-complete {
    display: flex;
    color: #ccc;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ccc;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.order-tracking.completed .is-complete {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}
.order-tracking p {
    color: #ccc;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking p span {
    font-size: 14px;
}
.order-tracking.completed p {
    color: var(--theme-color);
    font-size: 16px;
}
.order-tracking::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 70px);
    background-color: #ccc;
    top: 34px;
    position: absolute;
    left: calc(-50% + 35px);
    z-index: 0;
}
.order-tracking:first-child:before {
    display: none;
}
.order-tracking.completed:before {
    background-color: var(--theme-color);
}
.mobile-nav-button {
    position: relative;
    margin: 0;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.mobile-nav-button .mobile-nav-button__line {
    width: 100%;
    height: 3px;
    background: #0e0e0e;
    position: relative;
    transition: 1s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 0.5rem 0;
}

.mobile-nav-button .mobile-nav-button__line--1 {
    transform: rotate(45deg);
    top: 13px;
    position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 {
    display: none;
}

.mobile-nav-button .mobile-nav-button__line--3 {
    transform: rotate(135deg);
    top: 13px;
    position: absolute;
}

.mobile-menu {
    display: block;
    width: 100%;
    right: -100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 3;
    transition: 0.6s ease;
    top: 329px;
    opacity: 0;
}

.mobile-menu ul {
    position: relative;
    top: 15%;
    transform: translateY(-50%);
    padding: 0;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #0e0e0e;
    font-size: 2rem;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.mobile-menu ul li a:after {
    content: "";
    background: var(--theme-color);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease;
}

.mobile-menu ul li a:hover {
    color: #fff;
}

.mobile-menu ul li a:hover:after {
    right: 0;
}

.mobile-menu img {
    position: absolute;
    width: 150px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    padding: 0;
    text-align: center;
}

.mobile-menu--open {
    right: 0;
    opacity: 1;
}

.error-div {
    width: 99.9%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    margin: -3px 7px 0 0;
    border: 1px solid #ced4da;
    border-top: none;
    padding: 3px 11px;
}
