﻿.ProductImageHeadingTop {
    margin: 1rem auto;
    text-align: center;
}

.ProductShowcaseImageCotainer {
    overflow: hidden;

    width: 30vw;
    max-width: 300px;
    min-width: 240px;

    height: 30vw;
    max-height: 300px;
    min-height: 240px;

    border-radius: 500px;

    overflow: hidden;

    border: 2px solid grey;
}

.ProductShowcaseImageCotainer:hover {
    transform: scale(1.05);
}

.ProductShowcaseNameCotainer {
    width: 70vw;
    max-width: 700px;
    min-width: 330px;

    padding: 0 0.8rem;
    text-align: justify;

    /border: 1px solid yellow;
}

.ProductShowcaseHeadingNameContainer {
    margin: 0 0 0.4rem 0.4rem;

    /border: 1px solid pink;
}

.ProductShowcaseProductSpecialComments {
    margin: 1rem 0 0 0;
    width:100%;

    display: flex;
    /align-items: center;
    justify-content: space-between;
    
    /border: 2px solid green;
}

.ProductShowcaseProductSpecialCommentsTextBox {
    margin-left: 5px;
    padding: 5px;

    text-align: justify;

    width: 80%;
    min-width: 180px;
    max-width: 500px;

    height: 85px;
    min-height: 85px;
    max-height: 185px;

    overflow-x: hidden;
    resize: vertical;

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    border: 0px solid transparent;
    border-bottom: 2px solid black;
}

.QytDiv {
    margin: 0 0 0.4rem 0;
    width: 290px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    /border: 1px solid red;
}

.itemSpec {
    width: 140px;

    /border: 1px solid gold;
}

.itemData {
    width: 140px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    
    /text-align: left;

    /border: 1px solid gold;
}

.QuantityDropDown {
    width: 60px;
    height: 30px;

    text-align: center;

    display: flex;
    align-items: center;
    justify-content: end;

    /background-color: transparent;
    
    border: 1px solid black;
    /border-bottom: 2px solid black;
    border-radius: 3px;
}



.linesMarksProduct {
    /margin: 0 auto;

    width: 290px;
    margin-bottom: 5px;
    border: 1px solid black;
}



.InquiryContinaers {
    margin: 0 0 0.4rem 0;
    width: 100%;
    min-height: 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    border-bottom: 2px solid black;
}

.inquiryitemSpec {
    max-width: 30%;
    font-weight: bold;

    /border: 1px solid gold;
}

.inquiryitemData {
    min-width: 80%;
    /min-height: 45px;

    text-align: left;
    
    display: flex;
    align-items: center;

    /border: 1px solid gold;
}

.inquiryFormTextBox {
    width: 100%;
    height: 27px;

    border: none;
    /border-bottom: 2px solid black;
}

.inquiryFormTextBoxMulti {
    width: 100%;

    padding: 5px;

    height: 85px;
    min-height: 85px;
    max-height: 185px;

    overflow-x: hidden;

    text-align: justify;
    resize: vertical;

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    border: 0px solid transparent;
    /border-bottom: 2px solid black;
}