﻿.Quotation_button {
    width: 100px;
    margin: 10px;
    height: 10px;
}

.salepriceview .itemCartHolder {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.rentalpriceview .itemCartHolder {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.itemCartHolder .ltr-dir span {
    font-size: 18px;
    font-weight: 400;
    color: #b7b7b7;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 13px;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.breacrumb-section {
    margin-top: 97px;
    background-color: #fff;
}

.product-shop.page-details {
    padding-bottom: 60px;
    background-color: #fff;
}

.product-tab .tab-item ul li {
    width: 25% !important;
}

.related-products {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: white;
}

.tab-content > .active {
    display: inline !important;
}

.comment-input-container {
    padding: 15px 0px 15px 0px;
    position: relative;
    left: 0px;
    top: -44px;
}



.navbar-logo-affix {
    display: none;
}

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    color: #ffffff;
    background: var(--main);
    text-transform: uppercase;
}

.site-btn {
    color: #ffffff;
    background: var(--main);
    border: var(--mian);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px 11px;
    cursor: pointer;
}

.tab-item ul li a::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    top: auto;
    width: 100%;
    height: 5px;
    background: var(--main);
    content: "";
    opacity: 0;
}

.tab-item ul li a {
    border: 1px solid #ebebeb;
    height: -webkit-fill-available;
    padding: 15px 20px !important;
    color: #4b5563
}

.product-shop .tab-item-content {
    border-top: none !important;
}

section {
    width: 100%;
    height: auto;
    position: relative;
}

.Deliverydetailshead {
    font-weight: 600;
    color: #4b5563;
}

.productsprevicon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dab40d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.productsnexticon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dab40d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-item {
    display: none;
    transition: transform 0.6s ease-in-out;
}

    .carousel-item.active {
        display: block;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-carousel-inner img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 1;
    }

.carousel-indicators {
    bottom: -40px;
}

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
    }

        .carousel-indicators li.active {
            background-color: var(--main);
        }

@media (min-width: 1920px) {
    .site-btn {
        background-color: var(--main) !important;
    }
}

.quote-form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.quote-form-content {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    animation: formSlideIn 0.3s ease-out;
}

.quote-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

    .quote-form-header h3 {
        margin: 0;
        color: #333;
        font-weight: 600;
    }

.btn-ask-quote {
    background-color: lightslategrey;
    font-size: 14px;
    margin-bottom: 0px !important;
    border: none;
    cursor: pointer
}

.btn-close-form {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6c757d;
    line-height: 1;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/*.btn-close-form:hover {
            background: #e9ecef;
            color: #495057;
        }*/
.product-summary {
    border-left: 4px solid #007bff;
    background: #f8f9fa !important;
}

    .product-summary h6 {
        color: #333;
        font-weight: 600;
    }

    .product-summary p {
        margin-bottom: 0.25rem;
    }

#askQuoteForm {
    padding: 10px 25px;
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
}

    .form-actions .btn {
        min-width: 100px;
    }

/* Form validation styles */
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6.4.4.4-.4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

/* No scroll when form is open */
body.no-scroll {
    overflow: hidden;
}

/* Animation */
@keyframes formSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#quoteProductImagePreview {
    max-height: 80px;
    object-fit: cover
}
/* Responsive */
@media (max-width: 768px) {
    .quote-form-content {
        width: 95%;
        margin: 20px;
    }

    .quote-form-header {
        padding: 15px 20px;
    }

    #askQuoteForm {
        padding: 20px;
    }

    .form-actions {
        flex-direction: column;
    }

        .form-actions .btn {
            width: 100%;
        }
}

.product-item .pi-pic {
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #efefef;
    height: 225px;
    align-items: center;
    display: flex;
    cursor: pointer;
}


    .product-item .pi-pic img {
        position: relative;
        top: -39px
    }

.thumbnail-navigation {
    padding: 10px 0;
}

.thumbnail-wrapper {
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 80px;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
}

    .thumbnail-wrapper:hover {
        border-color: #007bff;
    }

    .thumbnail-wrapper.active-thumbnail {
        border-color: #007bff;
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    }

.thumbnail-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
}

.thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
    margin-bottom: 5px !important
}

.more-thumbnails .thumbnail-wrapper {
    background: #e9ecef;
    border: 2px dashed #6c757d;
}

.more-indicator {
    color: #495057;
    font-weight: bold;
    font-size: 1.2rem;
}

.plus-sign {
    font-size: 1.5rem;
    font-weight: bold;
}

.gallery-thumbnail-container {
    cursor: pointer;
}

.gallery-thumbnail-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 5px;
    background: white;
    transition: all 0.2s ease;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .gallery-thumbnail-wrapper:hover {
        transform: scale(1.05);
        border-color: #007bff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .gallery-thumbnail-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
    }

.modal-body .row {
    max-height: 70vh;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .thumbnail-wrapper {
        height: 60px;
    }

    .more-indicator .plus-sign {
        font-size: 1.2rem;
    }

    .gallery-thumbnail-wrapper {
        height: 100px;
    }
}
