#product-enquiry {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    z-index: 99999;
}

#product-enquiry .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

.container-product {
    background-color: #FFFFFF;
    width: 1000px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.product-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-image-gallery {
    max-width: 450px;
}

.product-social-media-icons {
    padding-top: 25px;
}

.product-whatsapp-quote {
    padding: 25px 0;
}

.product-social-media-icons-name {
    font-style: italic;
}

.product-social-media-Instagram button {
    border: none;
    color: white;
    background-color: #FD017C;
    border-radius: 50px;
}

#product-enquiry .modal-header {
    border: none;
}

#product-enquiry .modal-body {
    padding-top: 0;
}

.product-detail-title-name {
    width: 40%;
}

.product-detail-title-name h3 {
    font-size: 16px;
}

.product-detail-title {
    display: flex;
    align-items: center;
}

.product-detail-title-line {
    width: 100%;
}

.product-detail ul li {
    font-size: 14px;
}

.close-top-button {
    margin-left: 970px;
}

.close-top-button button {
    border: none;
    background: none;
}

.product-name-1 h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-name-1 h5 {
    font-size: 14px;
}

.product-logo-top {
    width: 90px;
}

/* product detail */
.product-detail {
    margin-left: 15px;
}

.product-detail ul {
    list-style: none;
    padding: 0;
}

.product-stock-and-warranty {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #F3F6FB;
    margin-top: 10px;
    align-items: center;
}

.product-stock-and-warranty p {
    margin: 0;
}

.product-price {
    padding: 15px;
    background: #F3F6FB;
    margin-top: 10px;
}

.product-price p {
    margin: 0;
}

.product-add-cart-main {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

span.product-quantity,
span.product-add-cart-button,
span.product-buy-now-button {
    margin-right: 15px;
}

span.product-quantity input {
    width: 40px;
    padding: 5px;
}

span.product-add-cart-button button {
    background: #172337;
    color: white;
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 0;
}

span.product-add-cart-button button:hover {
    background: #fff;
    color: #172337;
    border: 1px solid #172337;
}

span.product-buy-now-button button {
    border: 1px solid #172337;
    background: none;
    color: #172337;
    padding: 5px 15px;
    border-radius: 0;
}

span.product-buy-now-button button:hover {
    background: #172337;
    color: #fff;
}

.product-description-title {
    display: flex;
    align-items: center;
}

.product-description .product-description-title-name {
    width: 30%;
}

.product-description .product-description-title-name h3 {
    font-size: 16px;
}

.product-description .product-description-title-name h4 {
    margin: 0;
    font-size: 16px;
}

.product-description .product-description-title-line {
    width: 100%;
}

.product-description-words {
    font-size: 12px;
    margin-top: 5px;
}

/*social-media-icons */
.product-social-media-icons-list {
    margin-top: 10px;
    display: flex;
    gap: 20px;
}

.product-social-media-icons-list a {
    font-size: 12px;
    color: #fff;
}

.product-social-media-instagram {
    background-color: #FD017C;
    border-radius: 50%;
    padding: 7px 10px;
    align-items: center;
    display: flex;
}

.product-social-media-facebook {
    background-color: #0866FF;
    border-radius: 50%;
    padding: 7px 10px;
    align-items: center;
    display: flex;
}

.product-social-media-linkdln {
    background-color: #007BB6;
    border-radius: 50%;
    padding: 7px 10px;
    align-items: center;
    display: flex;
}

.product-social-media-twitter {
    background-color: #172337;
    border-radius: 50%;
    padding: 7px 10px;
    align-items: center;
    display: flex;
}

.product-social-media-Facebook button {
    border: none;
    background-color: #0866FF;
    padding-left: 20px;
    color: white;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
}

.product-social-media-Linkdln button {
    border: none;
    background-color: #007BB6;
    padding-left: 20px;
    color: white;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
}

.product-social-media-Twitter button {
    border: none;
    background-color: #172337;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
}

@media (max-width: 1024px) {
    .container-product {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .product-line {
        display: none;
    }

    .product-image-gallery {
        text-align: center;
    }

    .product-image-gallery .main-product-image {
        height: 250px;
    }

    .product-stock-and-warranty {
        display: block;
    }

    .product-add-cart-main {
        padding: 10px 0;
    }

    .product-detail {
        margin-left: 0 !important;
        margin-top: 25px;
    }
    .product-detail-title {
        display: block;
    }
    .product-detail-title-name {
        width: 50%;
    }
    .product-detail-title-name h3 {
        margin-bottom: 0;
    }
    span.product-quantity,
    span.product-add-cart-button,
    span.product-buy-now-button {
        margin-right: 5px;
    }
}