﻿.ProfileBarSpecBar {
    margin: 8px auto 0 auto; 

    max-width: 1100px;
}



.LoggedIn-2-SP4 {
    margin: 0 auto 0.2rem auto;
    width: 550px;
    min-width: 300px;
    /height: 10vw;
    /border: 2px solid pink;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.LoggedIn-2-SP4-Box0 {
    max-width: 5rem;
    width: 10vw;
    max-height: 5rem;
    height: 10vw;
    /border: 1px dashed red;
    position: relative;
}

.LoggedIn-2-SP4-0 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.LoggedIn-2-SP4-0:hover {
    border-bottom: 2px solid black;
    box-shadow: 20rem 20rem rgba(128, 128, 128, 0.1) inset;
}




.ProductDetailsDiscriptionSP4 {
    width: 100%;
    max-height: 400px;
    /border: 1px solid green;
    /display: flex;
    /flex-direction: column;
    overflow: scroll;
    overflow-x: hidden;
}



.LoggedIn-2-SP4-1-backgroundPic {
    background: url(../../img/LinksSymbol.JPG);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 55%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
}

.LoggedIn-2-SP4-2-backgroundPic {
    background: url(../../img/TutorialSymbol.JPG);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 55%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
}

.LoggedIn-2-SP4-3-backgroundPic {
    background: url(../../img/adsymbol.png);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: 55% 55%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
}

.LoggedIn-2-SP4-4-backgroundPic {
    background: url(../../img/picSymbol.JPG);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 45% 55%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
}


.SpecUnderLine {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;

    border-bottom: 2px solid black;
    box-shadow: 20rem 20rem rgba(128, 128, 128, 0.1) inset;
}



.CircleCircle {
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: red;
}



@media(max-width: 750px) {
    .ProductDetailsDiscriptionSP4 {
        width: 95%;
        min-width: 300px;
    }
}


@media(max-width: 700px) {
    .LoggedIn-2-SP4 {
        width: 95%;
        max-width: 550px;
        min-width: 300px;
    }

    .LoggedIn-2-SP4-Box0 {
        width: 80%;
        max-height: 5rem;
        height: 25vw;
        /border: 1px dashed red;
        position: relative;
    }
}
