.productPage{
    margin-left: -25px;
    margin-top: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.productPageWrapper{
    width: 50%;
}

.productPageImage{
    margin: auto;
    display: flex;
    width: 100%;
    height: 400px;
}

.productPageImageButton {
    border: none;
    /*background-color: transparent;*/
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.productPageImageItem{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.productPageImageSelector{
    width: 250px;
    display: flex;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}
.productPageImageSelectorBar{
    height: 10px;
    width: 35px;
    background-color: var(--blue);
    margin: auto;
}

/*right side*/

.productPageInfo{
    margin-left: 20px;
    min-height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    
}

.productPageInfo>*{
    margin-top: 5px;
}

.productPageInfoMetadata{
    text-align: left;
    color: var(--graydarkdark);

}
.productPageInfoName{
    font-size: 25px;
    text-align: left;
    color: var(--graydarkdark);
}

.productPageInfoState{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
}

.productPageInfoPriceButton{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.productPageInfoButtonItems{
    display: flex;
    flex-direction: row;
    background-color: var(--orange) !important;
}

.productPageInfoButtonItems>*{
    margin-top: auto;
    margin-bottom: auto;
}

.productPageInfoButtonItemsImage{
    margin-right: 15px;
    background-color: var(--orange) !important;
    display: flex;
}

.productPageInfoButtonItemsImage>*{
    background-color: var(--orange) !important;
    margin-top: auto;
    margin-bottom: auto;
}

.productInfoPriceItem{
    padding: 0px;
    max-height: 45px;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
}

.productPageInfoPriceItemText{
    font-weight: bold;
    padding: 0px 10px;
}

.whitebg{
    background-color: white !important;
}

.thinButton{
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
}


/*Those things*/

/*generic*/
.productInfoStateOption{
    display: flex;
    margin: auto;
    margin-left: 0;
}

.productInfoStateOptionText{
    font-size: 20px;
    color: var(--graydarkdark);
    margin: auto;
    margin-left: 10px;
}

/*Comp*/

.productInfoStateOptionComp{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionComp:checked + .productInfoStateOptionCompCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionCompCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}

/*ComImp*/

.productInfoStateOptionComImp{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionComImp:checked + .productInfoStateOptionComImpCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionComImpCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}

/*NoMan*/

.productInfoStateOptionNoMan{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionNoMan:checked + .productInfoStateOptionNoManCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionNoManCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}

/*NoManImp*/

.productInfoStateOptionNoManImp{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionNoManImp:checked + .productInfoStateOptionNoManImpCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionNoManImpCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}



/*GameOnly*/

.productInfoStateOptionGameOnly{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionGameOnly:checked + .productInfoStateOptionGameOnlyCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionGameOnlyCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}

/*GameOnlyImp*/

.productInfoStateOptionGameOnlyImp{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionGameOnlyImp:checked + .productInfoStateOptionGameOnlyImpCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionGameOnlyImpCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}



/*Sealed*/

.productInfoStateOptionSealed{
    opacity: 0;
    position: fixed;
    transform: translateX(0px) translateY(0px);
    scale: 3;
}

.productInfoStateOptionSealed:checked + .productInfoStateOptionSealedCustom{
    background-image: url('source/square.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.productInfoStateOptionSealedCustom{
    display: flex;
    margin: auto;
    width: 17px;
    height: 17px;
    border: rgba(224, 224, 224, 255) 4px solid;
    display: flex;
    padding: 3px;
}

/*recommended cuz im lazy*/

#randomProducts{
    margin-left: -25px;
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
