@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@700&display=swap');

.product-card,
.product-card .card,
.product-card .card-body,
.product-card .item-image {
    border: none !important;
    box-shadow: none !important;
}

.card .item-title {
    border: none !important;
    box-shadow: none !important;
}

.card .item-price {
    border: none !important;
    box-shadow: none !important;
    font-size: 20px;
    color: #333;
}

.main-panel {
    background-color: #8B5E3C;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    color: white;
}
.price {
  display: inline-block;
  font-size: 1em;
}

.price .decimal {
  color: gray;
  font-size: 0.8em;
}

.h-100 {
    height: 50% !important;
}

.section-image {
    background: url(https://cdn.easydonate.ru/images/backgrounds/c5/1d/c51deee25fadc0bd5246c268681d233254cb0e2c1d08f25528d5f8585b164bbc.png) 0% 0% / cover no-repeat !important;
    border-bottom-left-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
    overflow: hidden !important;
    max-width: 1280px !important;
    max-height: 360px !important;
    width: 100% !important;
    height: 100% !important;
}

.h-100 {
    z-index: unset !important;
    display: flex !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 90px;
    /* margin-top: -50px !important;
    margin-bottom: -9% !important; */
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.col-lg-7 .h-100 {
    height: unset !important;
}

.filter-items {
    display: flex;
    flex-wrap: wrap;
}

.item-title {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
}

.item-price.text-center.text-truncate.mb-md-0.mb-3 {
    margin-left: 15px !important;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: bold !important; 
    line-height: 15px !important;
    max-width: 250px !important;
    width: 250px !important;
}

::-webkit-scrollbar {
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    background: #8b00fe !important;
    border-radius: 2px !important;
}

::-webkit-scrollbar-track {
    background: #e8e8e8 !important;
}

.btn.btn-warning.w-100 {
    font-size: 0 !important;
    overflow: hidden !important;
}

.btn.btn-warning.w-100 {
    width: 8% !important;
    padding: 5px 10px !important;
    margin-left: 15px !important;
    border-radius: 7px !important;
    max-width: 100px !important;
}

.btn.btn-warning.w-100:before {
    max-width: 80px !important;
    max-height: 50px !important;
    content: "ГђЕЎГ‘Ж’ГђВїГђВёГ‘вЂљГ‘Е’" !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #ffffff !important;
    transition: all 0.2s ease !important;
    letter-spacing: 0.025em !important;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.075) !important;
}

.btn.btn-warning.w-100 {
    font-size: 0 !important;
    overflow: hidden !important;
}

.btn.btn-warning.w-100 {
    width: 85% !important;   
    padding: 5px 10px !important; 
    margin-left: 15px !important;
    border-radius: 7px !important;
    max-width: 100px !important;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand > img {
    height: 56px;
}

.navbar-collapse {
    flex-grow: inherit;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #00000075 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.navbar-nav {
    margin-left: 120px;
}

.shop-title {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
}

/* @media (max-height: 750px)  {
    .h-100 {
        margin-top: 0px !important;
        margin-bottom: -5% !important;
    }
}

@media (max-width: 1200px)  {
    .h-100 {
        margin-top: 0px !important;
        margin-bottom: -3% !important;
    }
} */

@media (max-width: 991.98px) {
    .navbar-nav {
        margin-left: 0;
    }
}

@media (max-width: 1280px) {
    .section-image {
        border-radius: 0 !important;
    }
}