@font-face {
    font-family: "KBChopinScript";
    src: local("KBChopinScript"), url("../KBChopinScript.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    touch-action: manipulation;
}

body {
    font-family: "Nunito", sans-serif;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    background: rgb(255, 180, 131);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}


h1,
h2,
h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "KBChopinScript", sans-serif;
    font-size: 32px;
    color: rgba(209, 87, 0) !important;
}

.navbar {
    padding: 3px 0;
}

.nav-pills {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 3px;
}

.nav-item {
    display: inline-block;
    float: none;
}

.nav-link {
    font-size: 14px;
    color: #444;
    border-radius: 20px !important;
}

.nav__link.active {
    background-color: #ff2f00ad !important;
    color: white !important;
    border-radius: 20px !important;
}

.section {
    margin-bottom: 20px;
}


a {
    text-decoration: none;
}

.offcanvas-body {
    padding-bottom: 100px;
}

.card-body {
    padding: 10px;
}

.card-item {
    border: none;
    border-bottom: 1px solid #f5f5f5;
}

.card-body {
    padding: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}

.product-info {
    padding-bottom: 0;
}
.form-check {
    font-size: 14px;
    margin: 15px auto;
}
.order-btn {
    width: 100%;
    height: 50px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2f00ad;
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    box-sizing: border-box;
}

.order-btn:hover {
    color: #ffffff;
    background-color: #ff2f00ce;
}

.order-btn-back {
    margin-bottom: 20px;
    color: rgba(209, 87, 0);
    background-color: rgb(255, 240, 230);
}

.order-btn-back:hover {
    color: rgba(209, 87, 0);
    background-color: rgb(255, 240, 230);
}

.additional-title {
    margin: 20px 0;
}

.select-additional {
    display: flex;
    flex-wrap: wrap;
    gap: 1.7%;
}

.select-additional label {
    max-width: 32%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    box-shadow: 0px 0px 40px rgb(235, 235, 235);
}

.select-size {
    width: 100%;
    margin: 20px 0;
}

.select-size label {
    width: auto;
    border-radius: 20px;
    color: #000;
    background-color: #fff;
}

.select-size .btn {
    color: #888888;
    border: 1px solid #ebebeb;
    font-weight: 500;
}

.select-size .btn-check:checked+.btn {
    border: 1px solid rgba(209, 87, 0);
    background-color: #ff2f00ad;
    color: rgb(255, 255, 255);
}

.select-additional .btn-check:checked+.btn {
    background-color: #ffffff;
    color: #222;
    box-shadow: 0px 0px 1px 1px rgb(255, 55, 55);
}

.additional-name {
    font-size: 12px;
    color: #444;
}

.additional-price {
    color: #222;
    font-size: 16px;
    font-weight: 500;
}


.sticky-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.sticky-button button {
    width: 60px;
    height: 60px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    box-shadow: none;
    color: #222;
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
    .sticky-button {
        bottom: 10%;
        right: 5%;
        top: initial;
        transform: none;
    }

    .sticky-button button {
        writing-mode: initial;
        font-size: 3vw;
    }
}


.logo-wrap img {
    width: 100%;
    height: auto;
    border: none;
}


.cart-counter {
    font-size: 14px;
    background-color: #ff4117;
}

.cart-btn {
    background: url("cart-icons8.png");
    background-size: contain;
}

.offcanvas-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #f5f5f5;
}

.cart-item.card-body {
    border-bottom: 1px solid #f5f5f5;
}

.cart-item .btn-close {
    width: 7px;
    height: 7px;
}

.cart-item-control {
    padding: 5px;
    display: flex;
    justify-content: flex-end;
}

.cart-item-price {
    height: 100%;
    padding-right: 20px;
    font-size: 18px;
    text-align: right;
}

.cart-item-control .input-group {
    width: 50%;
    height: 30px;
    justify-content: space-between;
    align-items: center;
}

.cart-item-control .input-group button {
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 50%;
}

.cart-item-control .input-group span {
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    font-size: 18px;
}

.custom-input-group {
    max-width: 120px;
}

.client-info .label {
    color: #444;
}

.order button {
    width: 100%;
    height: 40px;
    background-color: #e2e2e2;
}

.cart-btn {
    background: url("../images/cart-icons8.png");
    background-size: contain;
}


.shimmer {
    opacity: 0.5;
    filter: grayscale(1);
    color: grey;
    display: inline-block;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/350% 100%;
    animation: shimmer 2.5s infinite;
    font-size: 50px;
}

@keyframes shimmer {
    100% {
        mask-position: left
    }
}

.image-container {
    min-height: 200px;
    position: relative;
    background-color: #f8f9fa;
}

.spinner-border {
    color: #ff2f00ad;
}

#imageSpinner {
    display: none;
}

#productInfoImage {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

    #productInfoImage[src=""] {
        opacity: 0;
    }