.stick .logo a img {
    max-width: 145px;
}

.modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: none;
    padding: 1.5rem;
}

.modal-body {
    padding: 0;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    height: calc(3.5rem + 2px);
}

.form-floating>label {
    padding: 1.625rem 0.75rem;
}

.btn-close:focus {
    box-shadow: none;
}

#placeOrder:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}

#placeOrder:hover span:last-child {
    transform: translateX(0);
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
}

#printingTypeModal .modal-dialog {
    max-width: 600px;
}

#printingTypeModal .modal-body {
    padding: 20px;
    text-align: center;
}


.product-details-size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.nice-select {
    flex: 1;
    min-width: 200px;
}

.tab-content .product-wrap {
    border: 1px solid #dee2e6;
}

.shop-area .product-wrap {
    border: 1px solid #dee2e6;
}


.printing-types .h6 {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    margin: 0 0 6px;
}
.printing-types .h6 a:hover {
    color: #BB9B1F;
}
/* .main-wrapper {
    background-color: #fff8f8;
} */