.Container {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.Product_Head_Panel {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 880px;
    height: 300px;
    margin-left: 380px;
    margin-top: 30px;
    border: 1px solid #f1f1f1;
}

.Product_Image_Panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    object-fit: contain;
    padding-top: 5px;
}

.Product_Main_Image {
    display: block;
    margin-top: 120px;
}

.Image{
    width:180px;
    height:300px;
}

.Product_Summary_Panel {
    display: flex;
    flex-direction: column;
}

.Model_Name_Panel {
    display: flex;
    flex-direction: column;
    margin-left: 250px;
    position: relative;
    margin-top: 10px;
}

.Model_Name_Text {
    color: #AA78AE;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    left: -100px;
    position: relative;
    margin-bottom: 15px;
}

.Product_Summary_Specs_Panel {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}

.Product_Summary_Left_Panel {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.Product_Summary_Right_Panel {
    display: flex;
    flex-direction: column;
    margin-left: 140px;
}

.Button_Panel {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    height:40px;
    width: 90%;
    align-content: stretch;
    background-color: #FBFBFB;
    margin-left: 60px;
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 400;
}

.Button_Panel:hover {
    transform: scale(1.03);
}

.Button_Panel:active {
    transform: scale(0.98);
}

.Left_Summary_Table {
    border-collapse: collapse;
    border: none;
}

.Left_Summary_Table td {
    padding: 10px 12px;
    border: none;
}

.Right_Summary_Table {
    border-collapse: collapse;
    border: none;
}

.Right_Summary_Table td {
    padding: 10px 12px;
    border: none;
}

.Feature_Name{
    color: #878787;
    font-size: 14px;
}

.Feature_Value{
    color: #212121;
    font-size: 14px;
}

.Load_More_Button_Panel {
    background-color: #AA78AE;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 5px 5px 5px;
    padding-top: 10px;
    width: 120px;
    height: 40px;
    margin-top: 20px;
    margin-left: 400px;
    border-radius: 4px;
    border: none;
    color: black;
}

.Load_More_Button_Panel:hover {
    transform: scale(1.03);
}

.Load_More_Button_Panel:active {
    transform: scale(0.98);
}

.Spanner_Panel {
    margin-top: 20px;
    margin-left: 400px;
}

.Alert_Panel {
    margin-top: 20px;
    margin-left: 400px;
    width: 600px;
}

.not-visible {
    display: none;
}

@media (max-width: 480px){
    .Container {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 820px;
        height: 300px;
        margin-left: 230px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }
    
    .Product_Image_Panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 1px;
        object-fit: contain;
        padding-top: 5px;
    }
    
    .Product_Main_Image {
        display: block;
        margin-top: 120px;
    }
    
    .Image{
        width:180px;
        height:300px;   
    }
    
    .Product_Summary_Panel {
        display: flex;
        flex-direction: column;
    }
    
    .Model_Name_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 250px;
        position: relative;
        margin-top: 10px;
    }
    
    .Model_Name_Text {
        color: #AA78AE;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        left: -100px;
        position: relative;
        margin-bottom: 15px;
    }
    
    .Product_Summary_Specs_Panel {
        display: flex;
        flex-direction: row;
        margin-left: 20px;
    }
    
    .Product_Summary_Left_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
    }
    
    .Product_Summary_Right_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 140px;
    }
    
    .Button_Panel {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-basis: auto;
        height:40px;
        width: 90%;
        align-content: stretch;
        background-color: #FBFBFB;
        margin-left: 60px;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: 400;
    }
    
    .Button_Panel:hover {
        transform: scale(1.03);
    }
    
    .Button_Panel:active {
        transform: scale(0.98);
    }
    
    .Left_Summary_Table {
        border-collapse: collapse;
        border: none;
    }
    
    .Left_Summary_Table td {
        padding: 10px 12px;
        border: none;
    }
    
    .Right_Summary_Table {
        border-collapse: collapse;
        border: none;
    }
    
    .Right_Summary_Table td {
        padding: 10px 12px;
        border: none;
    }
    
    .Feature_Name{
        color: #878787;
        font-size: 14px;
    }
    
    .Feature_Value{
        color: #212121;
        font-size: 14px;
    }
    
    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 243px;
        border-radius: 4px;
        border: none;
        color: black;
    }
    
    .Load_More_Button_Panel:hover {
        transform: scale(1.03);
    }
    
    .Load_More_Button_Panel:active {
        transform: scale(0.98);
    }
    
    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 243px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 243px;
        width: 600px;
    }
    
    .not-visible {
        display: none;
    }
}

@media screen and (min-width:576px) and (max-width:992px){
    .Container {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 880px;
        height: 300px;
        margin-left: 300px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }
    
    .Product_Image_Panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 1px;
        object-fit: contain;
        padding-top: 5px;
    }
    
    .Product_Main_Image {
        display: block;
        margin-top: 120px;
    }
    
    .Image{
        width:180px;
        height:300px;   
    }
    
    .Product_Summary_Panel {
        display: flex;
        flex-direction: column;
    }
    
    .Model_Name_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 250px;
        position: relative;
        margin-top: 10px;
    }
    
    .Model_Name_Text {
        color: #AA78AE;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        left: -100px;
        position: relative;
        margin-bottom: 15px;
    }
    
    .Product_Summary_Specs_Panel {
        display: flex;
        flex-direction: row;
        margin-left: 20px;
    }
    
    .Product_Summary_Left_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
    }
    
    .Product_Summary_Right_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 140px;
    }
    
    .Button_Panel {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-basis: auto;
        height:40px;
        width: 90%;
        align-content: stretch;
        background-color: #FBFBFB;
        margin-left: 60px;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: 400;
    }
    
    .Button_Panel:hover {
        transform: scale(1.03);
    }
    
    .Button_Panel:active {
        transform: scale(0.98);
    }
    
    .Left_Summary_Table {
        border-collapse: collapse;
        border: none;
    }
    
    .Left_Summary_Table td {
        padding: 10px 12px;
        border: none;
    }
    
    .Right_Summary_Table {
        border-collapse: collapse;
        border: none;
    }
    
    .Right_Summary_Table td {
        padding: 10px 12px;
        border: none;
    }
    
    .Feature_Name{
        color: #878787;
        font-size: 14px;
    }
    
    .Feature_Value{
        color: #212121;
        font-size: 14px;
    }
    
    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 243px;
        border-radius: 4px;
        border: none;
        color: black;
    }
    
    .Load_More_Button_Panel:hover {
        transform: scale(1.03);
    }
    
    .Load_More_Button_Panel:active {
        transform: scale(0.98);
    }
    
    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 243px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 243px;
        width: 600px;
    }
    
    .not-visible {
        display: none;
    }
}

@media screen and (min-width:1100px) and (max-width:1150px){
    .Container {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 880px;
        height: 320px;
        margin-left: 250px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }
    
    .Product_Image_Panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 1px;
        object-fit: contain;
        padding-top: 5px;
    }
    
    .Product_Main_Image {
        display: block;
        margin-top: 100px;
        /* vertical-align: bottom; */
    }
    
    .Image{
        width:180px;
        height:300px;   
    }
    
    .Product_Summary_Panel {
        display: flex;
        flex-direction: column;
    }
    
    .Model_Name_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 250px;
        position: relative;
        margin-top: 10px;
    }
    
    .Model_Name_Text {
        color: #AA78AE;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        left: -100px;
        position: relative;
        margin-bottom: 15px;
    }
    
    .Product_Summary_Specs_Panel {
        display: flex;
        flex-direction: row;
        margin-left: 20px;
    }
    
    .Product_Summary_Left_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
    }
    
    .Product_Summary_Right_Panel {
        display: flex;
        flex-direction: column;
        margin-left: 140px;
    }
    
    .Button_Panel {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-basis: auto;
        height:40px;
        width: 90%;
        align-content: stretch;
        background-color: #FBFBFB;
        margin-left: 60px;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: 400;
    }
    
    .Button_Panel:hover {
        transform: scale(1.03);
    }
    
    .Button_Panel:active {
        transform: scale(0.98);
    }
    
    .Left_Summary_Table {
        border-collapse: collapse;
        border: none;
    }
    
    .Left_Summary_Table td {
        padding: 10px 12px;
        border: none;
    }
    
    .Right_Summary_Table {
        border-collapse: collapse;
        border: none;
    }
    
    .Right_Summary_Table td {
        padding: 10px 12px;
        border: none;
    }
    
    .Feature_Name{
        color: #878787;
        font-size: 14px;
    }
    
    .Feature_Value{
        color: #212121;
        font-size: 14px;
    }
    
    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 243px;
        border-radius: 4px;
        border: none;
        color: black;
    }
    
    .Load_More_Button_Panel:hover {
        transform: scale(1.03);
    }
    
    .Load_More_Button_Panel:active {
        transform: scale(0.98);
    }
    
    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 243px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 243px;
        width: 600px;
    }
    
    .not-visible {
        display: none;
    }
}

@media screen and (min-width:1400px){
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 880px;
        height: 280px;
        margin-left: 450px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }

    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 450px;
        border-radius: 4px;
        border: none;
        color: black;
    }

    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 450px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 450px;
        width: 600px;
    }
}

@media screen and (min-width:1700px){
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 880px;
        height: 280px;
        margin-left: 650px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }

    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 650px;
        border-radius: 4px;
        border: none;
        color: black;
    }

    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 650px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 650px;
        width: 600px;
    }
}

@media screen and (min-width:2000px){
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 880px;
        height: 280px;
        margin-left: 950px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }

    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 950px;
        border-radius: 4px;
        border: none;
        color: black;
    }

    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 950px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 950px;
        width: 600px;
    }
}

@media (min-width: 360px) and (max-width: 992px) and (orientation: landscape){
    .Product_Head_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 880px;
        height: 300px;
        margin-left: 263px;
        margin-top: 10px;
        border: 1px solid #f1f1f1;
    }

    .Product_Main_Image {
        display: block;
        margin-top: 120px;
    }

    .Product_Summary_Right_Panel {
       display: flex;
        flex-direction: column;
        margin-left: 140px;
    }

    .Button_Panel {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-basis: auto;
        height:40px;
        width: 90%;
        align-content: stretch;
        background-color: #FBFBFB;
        margin-left: 60px;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: 400;
    }

    .Load_More_Button_Panel {
        background-color: #AA78AE;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        margin: 5px 5px 5px 5px;
        padding-top: 10px;
        width: 120px;
        height: 40px;
        margin-top: 40px;
        margin-left: 263px;
        border-radius: 4px;
        border: none;
        color: black;
    }

    .Spanner_Panel {
        margin-top: 40px;
        margin-left: 263px;
    }
    
    .Alert_Panel {
        margin-top: 40px;
        margin-left: 263px;
        width: 600px;
    }
}

