# Stylesheet
html, body, .pom, #app {
color: #000;
font-size: 14px;
font-weight: 300;
background-color: white;
}
a {
text-decoration: none !important;
}
.w-100 {
width: 100%;
}
.divider {
width: 100%;
border-top: 1px solid #ddd;
}
.spacer {
flex-grow: 1 !important;
}
.container--no-gutter {
padding: 0px;
}
/* Ads Banner */
.announce {
background-color: var(--v-primary-base);
padding: 14px 16px;
/* height: 50px; */
align-items: center;
display: flex;
}
.announce__wrap {
/* padding: 4px 61px; */
}
.announce-content__content {
padding: 12px;
background-color: white;
height: 100vh;
}
.announce__content {
display: flex;
align-items: center;
color: var(--v-accent-lighten5);
}
.announce__content .snt-text-editor__container {
padding: 0;
}
.announce-modal__content {
align-items: center;
justify-content: center;
display: flex;
height: calc(100% - 50px);
}
.announce-content__title {
font-weight: 400;
letter-spacing: 0.1px;
}
.announce-content__text {
color: var(--v-accent-lighten5);
cursor: pointer;
font-size: 11px;
padding: 0 !important;
}
/**
Navbar
*/
/* .navbar-container {
width: 86%;
max-width: 86%;
padding: 0px;
} */
.navbar {
background: white;
height: 60px;
}
.navbar--fixed {
position: fixed !important;
top: 0;
z-index: 20;
width: 100%;
}
.navbar--space {
margin-top: 60px;
}
.navbar__col {
display: flex;
align-items: center;
}
.navbar--order-1 {
justify-content: flex-start;
order: 1;
}
.navbar--order-2 {
justify-content: center;
order: 2;
}
.navbar--order-3 {
justify-content: flex-end;
order: 3;
}
.navbar-item {
height: 60px !important;
align-items: center;
justify-content: center;
display: flex;
font-size: 1.125rem;
margin-right: 24px;
cursor: pointer;
font-weight: 300;
}
.navbar-item.snt-text,
.navbar-item.snt-link {
padding: 0;
}
.navbar-item a {
display: flex;
align-items: center;
color: #000;
}
.navbar__wrapper {
display: flex;
align-items: center;
padding: 0 12px;
}
.navbar__bottom {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.navbar-logo {
display: flex;
align-items: center;
height: 60px;
}
.navbar-sub-menu__title {
font-size: 1.15rem;
font-weight: 400;
letter-spacing: 0.15px;
margin-bottom: 10px;
}
.navbar-sub-menu__item.snt-link {
padding: 2px 12px 2px 0px;
}
.navbar-sub-menu__item a {
font-size: 1.05rem;
line-height: 20px;
font-weight: 300;
color: #000;
}
.navbar-menu-dialog {
width: 300px;
max-height: 100% !important;
margin-right: auto;
margin-left: 0;
border-left: 1px solid #ddd;
}
.navbar-menu-title {
padding: 12px;
border-bottom: 1px solid #ddd;
}
.navbar-menu__hello {
display: flex;
align-items: center;
font-size: 1.125rem;
font-weight: 400;
}
.navbar-menu__name {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
font-weight: 400;
margin-right: 4px;
width: 140px;
}
.navbar-menu__header {
display: flex;
}
.navbar-menu-account__content {
width: 100%;
}
.navbar-menu__profile {
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar-menu-account__icon {
align-items: center;
justify-content: center;
display: flex;
margin-right: 8px;
}
.navbar-menu__login {
cursor: pointer;
}
.navbar-menu-items {
padding: 12px 12px 12px 48px;
}
.navbar-menu-item.snt-link {
padding: 12px 4px;
}
.navbar-menu-item.snt-link a {
display: block;
color: #000;
}
.navbar-menu__content {
background-color: white;
height: 100vh;
}
.navbar-cart {
position: relative;
}
.navbar-cart-dialog {
width: 375px;
max-height: 100% !important;
margin-left: auto;
margin-right: 0;
border-left: 1px solid #ddd;
}
.navbar-cart-title {
display: flex;
align-items: center;
padding: 12px;
}
.navbar-cart__content {
background-color: white;
height: 100vh;
}
.navbar-cart-title__text {
font-size: 1.25rem;
font-weight: 400;
width: 90%;
text-align: center;
}
.snt-cart.navbar-cart {
border-top: 1px solid #ddd;
display: flex;
flex-direction: column;
height: calc(100% - 60px);
min-height: calc(100% - 60px);
}
.navbar-cart__container {
flex: 1 1 0%;
overflow-y: auto;
}
.navbar-cart-item {
display: flex;
position: relative;
padding: 8px 16px;
}
.navbar-cart-remove__button {
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: 1;
margin: auto 0;
background-color: white;
}
.navbar-cart-item__content {
display: flex;
flex-direction: column;
padding: 8px 12px;
width: 100%;
justify-content: space-between;
}
.navbar-cart-item__title {
display: flex;
font-weight: 400;
justify-content: space-between;
}
.navbar-cart-item__discount {
color: #c1c1c1;
}
.navbar-cart-item__options {
position: relative;
display: flex;
justify-content: flex-end;
}
.navbar-cart__subtitle-1 {
border-top: 1px solid #ddd;
font-size: 1.125rem;
font-weight: 400;
padding: 8px 0;
margin: 0px 16px;
}
.navbar-cart__subtitle-2 {
display: flex;
font-weight: 400;
justify-content: space-between;
margin: 0px 16px;
}
.navbar-cart__actions {
padding: 12px;
}
.navbar-cart__count {
position: absolute;
height: 20px;
width: 20px;
background: var(--v-primary-base);
border-radius: 50%;
top: -4px;
right: -4px;
color: #ffffff;
display: flex;
align-items: center;
font-size: 12px;
justify-content: center;
}
.navbar-product {
background: white;
}
.navbar-product__hover {
position: absolute;
padding-top: 12px;
padding-bottom: 16px;
border-radius: 4px;
background: white;
z-index: 1000;
left: 0;
width: 100%;
max-height: 68vh;
overflow: auto;
opacity: 1;
visibility: visible;
transition: visibility 0s, opacity 250ms linear;
border-bottom: 1px solid #ddd;
}
.navbar-product__hover--opacity {
visibility: hidden;
opacity: 0 !important;
}
.navbar-product__container {
border-top: 1px solid #ddd;
}
.navbar-user {
position: relative;
background: white;
}
.navbar-user-divider {
margin: 0 8px;
}
.navbar-user__label {
cursor: pointer;
font-size: 16px;
}
.navbar-user__btn {
display: flex;
align-items: center;
cursor: pointer;
}
.navbar-user__name {
margin: 0 8px;
}
.navbar-user__login {
cursor: pointer;
padding: 0 4px;
font-size: 1.125rem;
}
.navbar-user__login-dialog {
max-height: 100% !important;
margin-left: auto;
margin-right: 0;
border-left: 1px solid #ddd;
}
.navbar-login__content {
background-color: white;
height: 100vh;
}
.navbar-login__close {
cursor: pointer;
}
.navbar-login__title {
font-size: 34px;
font-weight: 500;
}
.navbar-user__hover {
position: absolute;
border: 1px solid #ddd;
border-radius: 4px;
top: 100%;
background: white;
padding: 20px;
z-index: 10;
width: 150px;
}
.navbar-header-bottom {
position: relative;
background: white;
border: 0 !important;
}
.navbar-header-bottom .navbar-header-bottom__label {
border: 1px solid transparent;
padding: 4px;
}
.navbar-header-bottom--borderless {
border: 0px !important;
}
.navbar-header-bottom:hover .navbar-header-bottom__label {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.navbar-header-bottom__hover {
position: absolute;
top: 100%;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: white;
padding: 8px;
z-index: 10;
width: 100%;
overflow: auto;
}
/*
Carousel
*/
.x-carousel.snt-carousel {
padding: 32px 0 00;
}
.x-carousel .v-window__container {
height: 47.6vw !important;
}
.x-carousel .v-carousel__controls {
position: relative;
background: transparent;
}
.x-carousel .v-carousel__controls .v-item-group .v-btn {
color: #ccc;
height: 8px;
width: 8px;
}
.x-carousel .v-carousel__controls .v-item-group .v-btn.v-btn--active {
color: #000;
}
.x-carousel .v-carousel__controls .v-item-group .v-btn--icon.v-size--small .v-icon {
font-size: 12px !important;
}
.x-carousel-item {
position: absolute;
padding: 8px 12px !important;
border: 1px solid var(--v-secondary-lighten5);
border-radius: 8px;
padding: 0px 6px !important;
width: 100px;
top: 78.23%;
margin: 0 auto;
background-color: rgb(255, 255, 255);
color: #000;
}
.x-carousel-item-1,
.x-carousel-item-3,
.x-carousel-item-4,
.x-carousel-item-6 {
left: calc(50%) !important;
right: 0;
}
.x-carousel-item-2 {
left: 0;
right: 0;
}
.x-carousel-item-5 {
left: 0;
right: calc(50%) !important;
}
@media (min-width: 768px) {
.x-carousel-item {
font-size: 1.15rem !important;
border: 2px solid var(--v-secondary-lighten5);
height: 48px !important;
padding: 0px 12px !important;
width: 220px;
top: 82.23%;
}
.x-category {
/* display: grid;
grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
margin: 32px 0px 0px;
gap: 80px; */
display: grid;
grid-template-columns: repeat(2, 1fr);
overflow: hidden;
margin: 32px 0px 0px;
gap: 80px;
}
}
.x-category__item {
position: relative;
/* width: 100%; */
transition: all .4s cubic-bezier(.46,.01,.32,1);
/* transform: translateY(2rem); */
}
.x-category-link {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.x-category-link a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 400;
letter-spacing: 0.15px;
line-height: 28px;
text-decoration: none;
color: #000;
height: 100%;
}
/* Feed */
.feeds.snt-feeds {
padding: 0;
}
.feeds .snt-feed__container {
padding: 0;
}
.feeds.snt-feeds .snt-feed {
padding: 0;
}
.feeds .snt-feed__image {
max-height: 350px;
overflow: hidden;
}
.feeds .snt-feeds__title {
padding: 38px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: center;
color: #000;
font-size: 34px;
font-weight: 400;
letter-spacing: -0.25px;
margin-bottom: 38px;
}
.feeds .snt-feed__col {
padding: 6px;
}
.feeds .snt-feed__content a {
color: #414042;
text-decoration: none;
font-size: 14px;
display: block;
text-align: center;
margin-bottom: 8px;
}
.feeds .snt-feed:hover .snt-feed__content a {
text-decoration: underline;
}
/**
Products
**/
.products {
margin-bottom: 48px;
}
.product-item-brand {
font-size: 1.1rem;
font-weight: 400;
margin-top: 8px;
letter-spacing: 0.1px;
line-height: 20px;
}
.product-item-image {
position: relative;
cursor: pointer;
overflow: hidden;
}
.product-item-discount {
position: absolute;
left: 8px;
top: 8px;
background: red;
/* color: white; */
height: 20px;
border-radius: 4px;
padding: 0 4px;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.snt-image.product-image__hover {
opacity: 0;
position: absolute;
top: 0px;
}
.product-image__cover,
.product-image__hover {
width: 100%;
transition: opacity 0.6s cubic-bezier(0.36, 0.31, 0.53, 0.8) 0s;
}
.product-image-hover {
display: flex;
align-items: flex-end;
height: 100%;
padding: 12px;
}
.product-item-image:hover .product-image__cover.product-item-image--opacity {
opacity: 0;
}
.product-item-image:hover .product-image__hover.product-item-image--opacity {
opacity: 1;
}
.product-item-category {
font-weight: 400;
word-break: break-all;
}
.snt-link.product-item-name,
.snt-link.product-item-price {
padding: 0;
}
.snt-link.product-item-name .snt-link__link {
display: block;
color: currentColor;
}
.snt-link.product-item-price .snt-link__link {
display: flex;
color: currentColor;
}
.product-item-price--discount {
font-size: 1.1rem;
margin-right: 8px;
color: var(--v-error-base);
}
.product-item-price-discount {
color: var(--v-secondary-lighten5);
text-decoration: line-through;
}
.snt-link.product-item-name .snt-link__link{
margin: 4px 0 0;
letter-spacing: 0.4px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.product-item-subitems {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin: 4px -1px;
}
.product-item-subitems__item {
padding: 0 12px;
border: 1px solid #c9c9c9;
border-radius: 4px;
font-size: 0.875rem;
}
.product-item-price {
font-weight: 400;
margin: 4px 0 0;
letter-spacing: 0.1px;
line-height: 20px;
}
/** PRODUCTS **/
.loading__wrap {
min-height: 85vh;
}
.products-filter {
position: sticky;
display: inline-block;
vertical-align: top;
min-height: 100px;
top: -60vh;
width: 100%;
}
.products-filter-header {
display: flex;
align-items: center;
justify-content: space-between;
height: 50px;
border-bottom: 1px solid #ddd;
font-size: 1.1rem;
font-weight: 500;
}
.products-filter-producttype {
display: flex;
align-items: center;
padding: 8px 0;
gap: 8px;
border-bottom: 1px solid #ddd;
}
.products-filter-producttype__btn {
padding-left: 20px !important;
padding-right: 20px !important;
}
.products-header {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
margin-bottom: 12px;
padding-bottom: 8px;
flex-wrap: wrap;
gap: 8px;
}
.products-filter-collapse {
border-bottom: 1px solid #ddd;
}
.products-filter-collapse.collapse {
max-height: 56px;
overflow: hidden;
}
.products-filter-collapse__title {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 1.2rem;
font-weight: 500;
padding: 9px 0;
}
.products-filter-collapse__content {
opacity: 1;
transition: opacity 0.24s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.products-filter-collapse__content--hide {
opacity: 0;
}
.products-filter-collapse__item {
display: flex;
margin-bottom: 12px;
cursor: pointer;
font-size: 1.15rem;
font-weight: 400;
align-items: center;
}
/* .products-filter-collapse__item .snt-link__link {
display: flex;
margin-bottom: 12px;
}
.products-filter-collapse__item a {
font-size: 1.15rem;
font-weight: 400;
color: #000;
}
.products-filter-collapse__item.snt-link {
padding: 0;
} */
.products-header__title {
font-size: 1.2rem;
font-weight: 500;
}
.products-header__count {
color: #a1a1a1;
font-weight: 300;
}
.products-header-search {
width: 240px;
}
.products-header-sort {
width: 240px;
}
.products__pagination {
margin: 60px auto;
}
.products__pagination button {
box-shadow: none;
}
.products__not-found {
display: flex;
flex-direction: column;
height: 85vh;
align-items: center;
justify-content: center;
width: 100%;
}
.products-not-found {
margin: 12px;
}
/** PRODUCT DETAIL **/
.product-detail__container {
display: flex;
flex-direction: column;
}
.product-detail__images {
display: grid;
grid-column: span 7 / auto;
grid-template-columns: repeat(7, 1fr);
column-gap: 10px;
}
.product-detail__carousel-images {
margin-bottom: 24px;
}
.product-detail-images__thumbnails {
position: sticky;
top: 60px;
height: fit-content;
overflow: hidden;
align-self: start;
overflow-y: overlay;
margin-right: -8px;
padding-right: 8px;
height: calc(100vh - 70px);
}
.product-detail-images__thumbnails::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.product-detail-images__thumbnails::-webkit-scrollbar-track {
background: #f1f1f1;
}
.product-detail-images__thumbnails::-webkit-scrollbar-thumb {
background: #c4c4c4;
border-radius: 8px;
}
.product-detail-images__thumbnails::-webkit-scrollbar-thumb:hover {
background: #888;
}
.product-detail-images__thumbnails .snt-image {
cursor: pointer;
}
.product-detail-hero-img {
display: grid;
grid-column: span 6 / auto;
grid-template-columns: repeat(6, 1fr);
column-gap: 10px;
}
.product-detail-hero-img__wrapper {
position: relative;
grid-column: span 6 / auto;
}
@media (min-width: 768px) {
.product-detail__container {
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 10px;
}
.product-detail__infomation {
display: grid;
grid-column: span 5 / auto;
/* height: fit-content; */
position: sticky;
align-self: start;
/* top: 80px; */
padding-left: 40px;
}
}
.product-detail__brand {
font-size: 1.15rem;
font-weight: 500;
margin-bottom: 4px;
}
.product-detail__name {
font-size: 1.15rem;
margin-bottom: 4px;
line-height: 20px;
}
.product-detail__short {
font-size: 1.1rem;
margin-bottom: 4px;
line-height: 20px;
}
.product-detail__price {
display: flex;
align-items: center;
font-size: 1.1rem;
font-weight: 500;
margin-bottom: 4px;
}
.product-detail__price--discount {
font-size: 1.15rem;
margin-right: 8px;
color: var(--v-error-base);
}
.product-detail__discount {
font-size: .9rem;
color: var(--v-secondary-lighten5);
text-decoration: line-through;
font-weight: 300;
}
.product-detail__options {
font-size: 1.15rem;
font-weight: 500;
margin-top: 18px;
margin-bottom: 8px;
}
.product-detail-options {
margin-bottom: 24px;
}
.product-detail-options > * {
margin-right: 12px;
margin-bottom: 8px;
}
.product-detail-options__btn:not(.primary--text) {
border-color: #ccc;
}
.product-detail-options__btn.snt-button {
font-size: 1.1rem !important;
border-width: 2px;
border-radius: 8px;
height: 46px !important;
padding: 12px !important;
min-width: 48px !important;
}
.product-detail__addcart {
font-size: 1.1rem !important;
background-color: black !important;
color: white !important;
width: 100%;
border-radius: 8px;
margin: 16px 0;
height: 48px !important;
}
.product-detail-description {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 16px 0;
overflow: hidden;
}
.product-detail-description__title {
font-size: 1.15rem;
font-weight: 500;
margin-bottom: 16px;
}
.product-detail-description__content {
overflow: hidden;
}
/** CART **/
/** CHECKOUT **/
.checkout-tabs {
display: flex;
width: 100%;
justify-content: space-between;
}
.checkout-tabs__item {
font-size: 1.25rem;
font-weight: 400;
padding: 8px;
text-align: center;
width: 100%;
}
.checkout-tabs__item--active {
border-bottom: 3px solid var(--v-primary-base)
}
.checkout-tabs-items {
border-top: 1px solid #ccc;
}
.checkout-tabs-items__container {
width: 100%;
max-width: 880px;
margin: 0px auto;
}
.checkout-shipping,
.checkout-address {
max-width: 480px;
margin: 0px auto;
}
.checkout-payment-methods {
max-width: 580px;
margin: 0px auto;
}
.checkout-shipping__header {
font-size: 1.5rem;
font-weight: 400;
text-align: center;
margin: 40px 0;
}
.checkout-shipping-item {
display: flex;
justify-content: space-between;
align-self: center;
cursor: pointer;
padding: 16px 24px;
border: 1px solid #ccc;
border-radius: 8px;
margin: 8px 0;
}
.checkout-shipping-item--active {
color: var(--v-primary-base);
border: 2px solid var(--v-primary-base);
padding: 15px 23px;
}
.checkout-cart {
min-height: 100% !important;
}
.checkout-purchase {
display: flex;
flex-flow: column-reverse wrap;
-webkit-box-pack: start;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.checkout-purchase__summary {
padding: 0px;
width: 100%;
}
.checkout-purchase__summary .snt-address__container,
.checkout-purchase__summary .snt-shipping__container,
.checkout-purchase__summary .snt-promocodes__container {
padding: 0;
}
.checkout-purchase__address {
margin-bottom: 12px;
border-bottom: 1px solid #ccc;
padding: 8px 0 16px;
}
.checkout-purchase__shipping {
margin-bottom: 12px;
border-bottom: 1px solid #ccc;
padding: 8px 0 16px;
}
.checkout-purchase-payment__title {
font-weight: 500;
margin-bottom: 16px;
}
.checkout-purchase-payment {
margin-bottom: 12px;
border-bottom: 1px solid #ccc;
padding: 8px 0 16px;
}
.checkout-purchase__promo {
margin-bottom: 12px;
border-bottom: 1px solid #ccc;
padding: 8px 0 16px;
}
.checkout-purchase-cart {
border-bottom: 1px solid #ccc;
padding: 8px 0 16px;
}
.checkout-purchase-cart-item {
display: flex;
position: relative;
padding: 8px 16px;
}
.checkout-purchase-cart-remove__button {
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: 1;
margin: auto 0;
background-color: white;
}
.checkout-purchase-cart-item__content {
display: flex;
flex-direction: column;
padding: 8px 12px;
width: 100%;
justify-content: space-between;
}
.checkout-purchase-cart-title {
display: flex;
font-weight: 500;
justify-content: space-between;
}
.checkout-purchase-cart-title__price {
font-weight: 400;
}
.checkout-purchase-cart-item__options {
position: relative;
display: flex;
justify-content: space-between;
}
.checkout-purchase-cart-item__quantity {
font-weight: 400;
text-align: left;
}
.checkout-purchase-cart-item__quantity-text {
font-size: 1.125rem;
font-weight: 400;
color: #000;
}
.checkout-purchase-cart__title {
font-weight: 500;
margin-bottom: 16px;
}
.checkout-purchase-summary__row {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #ccc;
padding: 16px 0;
}
.checkout-purchase-summary__row--no-border {
border: 0 !important;
}
.checkout-purchase-summary__title {
font-weight: 500;
font-size: 1.2rem;
}
.checkout-purchase-summary__subtitle {
font-weight: 500;
}
.checkout__next {
margin: 8px 0;
border-radius: 8px;
height: 48px !important;
margin: 24px 0;
}
.checkout-purchase-submit {
margin: 8px 0;
border-radius: 8px;
height: 48px !important;
}
@media (min-width: 992px) {
.checkout-purchase {
flex-direction: row;
/* margin-top: -16px; */
max-width: 1500px;
}
.checkout-purchase__summary {
margin-right: 48px;
order: 1;
flex: 1 1 0%;
width: 50%;
}
}
/* Footer */
.footer__container {
background-color: var(--v-secondary-base);;
color: #fff;
padding: 0;
margin: 24px 0;
}
.footer-usp {
display: flex;
flex-wrap: wrap;
width: 100%;
-webkit-box-pack: justify;
justify-content: space-between;
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 1.15rem;
flex: 1 1 0%;
}
.footer-usp .footer-item {
display: flex;
-webkit-box-align: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 28px 12px;
flex: 1 1 0%;
box-sizing: border-box;
border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
.footer-usp .footer-item {
flex: 0 1 50%;
border-bottom: 1px solid #ccc;
}
}
.footer {
margin-bottom: 32px;
}
.footer .snt-footer__title {
font-size: 1rem;
margin-bottom: 12px;
}
.footer-last {
margin-top: 24px;
margin-bottom: 24px;
}
.footer-last-left {
display: flex;
align-items: center;
justify-content: flex-start;
}
.footer-last-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.footer-last-right > * {
margin-right: 4px;
}