/*  */
h1,
h2,
h3,
h4,
h5,
a,
span,
p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 200;
}

div {
    font-family: 'Poppins', sans-serif !important;
}

.img-footer img {
    height: 100px;
    width: auto;
}

#copyrightPreview {
    font-weight: 200;
}

.mobileMenuButton {
    color: #fff;
}

.header-page-navbar .mobileMenuButton {
    color: #000;
}

.navbar-brand img {
    max-width: 70px !important;
}

.skip-install {
    position: fixed;
    right: 30px;
    top: 20px;
}

/* HEADER */
.slider-wrapper {
    /* position: absolute; */
    width: 100%;
    top: 0;
    height: 100vh;
}

.main-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 10px;
}

.header-wrapper {
    min-height: 100vh;
}

.header-navbar.header-page-navbar .my-btn-secondary {
    background: transparent;
    border: none;
    color: #000;
    font-size: 14px;
}

.header-navbar .my-btn-secondary {
    background: transparent;
    border: none;
}

/* END HEADER */

.page-title {
    font-size: 1.5rem;
}

.product-summary .minQty {
    display: none;
}

.product-summary .addQty {
    display: none;
}

.product-summary .cart-meta .qty-item {
    width: auto;
}

.product-summary .cart-item-img {
    width: 30%;
}

.product-summary .cart-item-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
}

.slideRL {
    -webkit-animation: slideRight 0.5s forwards;
    animation: slideRight 0.5s forwards;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
    padding: 0.6rem 1rem;
}

.form-select {
    border-radius: 0rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.6rem 1rem;
}

.form-select:focus {
    /* From https://css.glass */
    background: transparent;
}

.form-control:focus {
    color: #212529;
    background-color: #fff !important;
    border-color: #b6b3b3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(97 98 99 / 25%);
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.6rem 1rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    right: 8px !important;
}

/* END PRODUCT */

/* CART */
.cart-summary {
    width: 400px;
    height: 100vh;
    position: fixed;
    background: #fff;
    border-left: solid 1px #8e8d8d;
    top: 0;
    right: -500px;
    z-index: 99999;
    padding: 20px;
    display: none;
}

/* END CART */

.checkout-shipping-rate {
    border-radius: 0px;
    /* padding: 10px 10px; */
    padding: 0.4em 0.5em 0.4em 2em;
    border: solid 1px #ddd;
}
/* END CHECKOUT */

/* MEMBEER */
.member-pic {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

/* END MEMBER */

/* TRACKING */

.order-track {
    margin-top: 1rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}
.order-track-step {
    display: flex;
    height: 4rem;
}

.order-track-step.active .order-track-status .order-track-status-dot {
    background: #000;
}

.order-track-step.active .order-track-text .order-track-text-stat {
    color: #000;
}

.order-track-step:last-child {
    overflow: hidden;
    height: 4rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}
.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}
.order-track-status-dot {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #d2d2d2;
}
.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    background: #dfdfdf;
}
.order-track-text-stat {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #d2d2d2;
}
.order-track-text-sub {
    font-size: 12px;
    font-weight: 300;
}
.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}

.nav-style-1 .list-group-item {
    background: transparent;
    border: none;
}

.nav-style-1 .list-group-item .item-text,
.nav-style-1 .list-group-item.dropdown .dropdown-toggle {
    color: #000 !important;
}

.nav-style-1 .list-group-item:hover .item-text,
.nav-style-1 .list-group-item.dropdown:hover .dropdown-toggle {
    border-bottom: solid 1px #000;
    margin-bottom: -1px;
}

.dropdown-item {
    text-wrap: wrap;
}

/* HERO SLIDER */

.slider-img {
    width: 100%;
    height: 100vh;
}

.slider-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}
.hero-slider {
    min-height: 750px;
    background-size: cover !important;
    background-position: top center !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: none;
}

.landing-wrapper {
    margin-top: -270px;
    background: #fff;
    width: 590px;
    position: absolute;
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
}

.hero-slider.slider-active {
    display: block;
}

.header-overlap {
    height: 100vh;
    background: linear-gradient(0deg, transparent, black);
    position: absolute;
    z-index: -1;
    top: 0;
}

.hero-slider .slider-item img {
    /* width: 100%; */
    max-width: 1000px;
    padding: 20px;
    height: 400px;
    object-fit: cover;
    object-position: center bottom;
}

.my-btn-secondary {
    background: #fff;
    border: solid 1px #cbcbcb;
    border-radius: 0px;
    padding: 8px 18px;
}

.my-btn-secondary:hover {
    background: #000;
    color: #fff;
}

.my-btn-secondary:hover .lds-ellipsis div {
    border: #fff !important;
}

.my-btn-primary {
    background: #000;
    color: #fff;
    border-radius: 0px;
    padding: 8px 18px;
}

.my-btn-primary:hover {
    color: #727272 !important;
}

.my-btn-secondary-white {
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 0px;
    padding: 8px 18px;
}

.my-btn-secondary-white a {
    color: #fff;
}

.my-btn-secondary-white:hover {
    background: #fff;
    color: #000;
}

.noBorder {
    border: none !important;
}

.card-login {
    border-radius: 0px;
}

.card-login input {
    border-radius: 0px;
}

.navbar-collapse.collapse {
    justify-content: start;
    margin-left: 0px;
}

.dropdown-menu[data-bs-popper] {
    border-radius: 0px !important;
}

.list-group-item.active {
    border: none;
    background: #000;
    color: #fff;
}

.shop.list-group-flush > .list-group-item {
    border: none;
}

.shop.list-group-flush > .list-group-item {
    cursor: pointer;
}

.progess {
    border-radius: 0px;
}

#loginPopup {
    position: fixed !important;
}

#loginPopup.modal-card .card .card-body {
    background: #ffffff78;
    backdrop-filter: blur(4px);
    border-radius: 0px;
}

#loginPopup.modal-card .card {
    height: 350px !important;
    border-radius: 0px !important;
}

.searchBar {
    height: 50px;
    background: transparent;
    border: none;
}

.searchBar:focus {
    background: transparent !important;
    border: none;
    box-shadow: none;
    color: #000;
}

.searchForm {
    background: #fff;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: none;
    /* color: #000; */
}

.searchBar::placeholder {
    color: #000;
    opacity: 0.5; /* Firefox */
}

.searchResults {
    background: #fff !important;
    backdrop-filter: blur(10px);
    display: none;
    border-top: solid 1px #000;
}

.searchResults a,
.searchResults h6 {
    color: #000;
}

.product-item-search {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#stickyNavbar.sticky {
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 24px #0000001c;
    padding-bottom: 10px;
}

.sticky + .content {
    padding-top: 60px;
}

.variant-card {
    display: flex;
    column-gap: 10px;
    align-items: center;
    border: solid 1px #ddd;
    width: fit-content;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 12px;
}

.variant-card.selected {
    border: solid 2px #000;
}

.variant-card-img {
    width: 30px;
}
