@import "../../Public.css";
@import "../Layouts/StoresHeader.css";
@import "../Layouts/StoresSidebar.css";
@import "../Layouts/StoresFooter.css";
/*------------------------*/
.MainContent{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    padding: 5px;
}
.MainContent > section{
    width: auto;
    display: block;
    margin: auto auto 16px auto;
    text-align: center;
    padding: 4px 16px 4px 16px;
    border-radius: 8px;
    background-color: rgba(0,0,16,10%);
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -2px -2px 2px rgba(255,255,255,20%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);

}
.MainContent > section > h1{
    font-family: IranSans;
    font-size: 18px;
    font-weight: 900;
    display: block;
    margin: 8px auto 16px auto;
    padding: 8px 4px 8px 4px;
    border-radius: 4px;
    color: rgb(25,60,65);
    background-color: rgba(255,255,255,35%);
    backdrop-filter: blur(8px);
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    pointer-events: none;
}
.MainContent > section > #SectionsGroups{
    display: block;
    margin: auto auto 10px auto;
    background-color: rgba(255,255,255,35%);
    backdrop-filter: blur(8px);
    padding: 5px 16px 5px 16px;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    text-align: right;
}
.MainContent > section > #SectionsGroups > section{
    width: auto;
    height: auto;
    display: inline-grid;
    vertical-align: top;
    margin: 4px;
    padding: 4px 16px 4px 16px;
    text-align: right;
}
.MainContent > section > #SectionsGroups > section > div.ProductImage{
    color: rgb(50,135,255);
    display: block;
    margin: 5px auto auto auto;
    padding: 0px 0px 5px 0px;
    position: relative;
    perspective: 800px;
    perspective-origin: right;
    pointer-events: none;
}
.MainContent > section > #SectionsGroups > section > div.ProductImage img.ProductImageCover{
    width: 300px;
    height: 300px;
    background-size: cover;
    display: block;
    margin: auto;
    border-radius: 10px;
}
.MainContent > section > #SectionsGroups > section > div.ProductImage img.SpecialProductImage{
    width: 148px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -63% -54%;
    transform: rotateY(-31deg);
    border-radius: 8px;
    mask-image: radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
    mask-image: -wekbit-radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
    -webkit-mask-image: radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
    -webkit-mask-image: -wekbit-radial-gradient(ellipse,rgba(0,0,0,50%) 25%,rgba(255,255,255,0%) 85%);
}
.MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageCoverText{
    font-family: IranSans;
    font-size: 11px;
    font-weight: 600;
    display: block;
    padding: 3px;
    max-width: 150px;
    position: absolute;
    color: rgb(0,0,0);
    top: 25%;
    left: 50%;
    translate: -62% -50%;
    transform: rotateY(-32deg);
}
.MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageTitle{
    font-family: IranSans;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
    height: 50%;
    padding: 8px 2px 2px 2px;
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -62% -128%;
    transform: rotateY(-25deg);
    background-color: rgba(255,255,255,45%);
    backdrop-filter: blur(4px);
    text-shadow: 1px 1px 1px rgba(255,255,255,100%);
}
.MainContent > section > #SectionsGroups > section > div.ProductImage a#ViewPackageQuestions{
    font-family: IranSans;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    border-radius: 4px 4px 10px 10px;
    padding: 8px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    translate: -50% -15%;
    pointer-events: auto;
    cursor: pointer;
    color: rgb(5,55,95);
    background-color: rgba(75,165,255,65%);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 3px rgba(0,0,0,25%), -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 1px rgba(255,255,255,50%), inset 1px 1px 2px rgba(255,255,255,10%);
    transition: 0.2s;
}
.MainContent > section > #SectionsGroups > section > div.ProductImage a#ViewPackageQuestions:hover,.MainContent > section > #SectionsGroups > section > div.ProductImage a#ViewPackageQuestions:active{
    color: rgb(25,60,65);
    background-color: rgba(75,165,255,85%);
}
.MainContent > section > #SectionsGroups > section > p{
    margin: 2px 0px 12px auto;
    display: block;
    width: 100%;
}
.MainContent > section > #SectionsGroups > section > .ProductName{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    color: rgb(25,95,195);
    margin: 4px auto 8px auto;
    text-align: center;
    pointer-events: none;
}
.MainContent > section > #SectionsGroups > section > .ProductCategory{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
}
.MainContent > section > #SectionsGroups > section > .ProductCategory strong{
    color: rgb(25,60,95);
}
.MainContent > section > #SectionsGroups > section > .ProductInformation{
    font-family: IranSans;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
}
.MainContent > section > #SectionsGroups > section > .ProductInformation b{
    color: rgb(25,60,95);
    font-weight: 600;
}
.MainContent > section > #SectionsGroups > section > .ProductInformation b.Number{
    font-family: IranSans-FaNum;
}
.MainContent > section > #SectionsGroups > section > .ProductPrice{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0px 16px auto;
    pointer-events: none;
}
.MainContent > section > #SectionsGroups > section > .ProductPrice img{
    width: 18px;
    height: 18px;
    display: inline-grid;
    vertical-align: middle;
}
.MainContent > section > #SectionsGroups > section > .ProductPrice b{
    font-family: IranSans-FaNum;
    color: rgb(25,95,195);
}
.MainContent > section > #SectionsGroups > section > .ProductDate{
    font-family: IranSans-FaNum;
    font-size: 12px;
    font-weight: 500;
    color: rgb(95,95,95);
    pointer-events: none;
}
.MainContent > section > #SectionsGroups > section > .ProductDate img{
    width: 16px;
    height: 16px;
    opacity: 50%;
    display: inline-grid;
    vertical-align: top;
}
.MainContent > section > article{
    width: 100%;
    display: block;
    margin: auto auto 16px auto;
    text-align: justify;
    padding: 5px 16px 16px 16px;
    background-color: rgba(255,255,255,35%);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0,0,0,5%), -1px -1px 1px rgba(255,255,255,50%), inset -1px -1px 1px rgba(255,255,255,75%), -1px -1px 2px rgba(255,255,255,50%);
    pointer-events: none;
}
.MainContent > section > article fieldset{
    border-radius: 8px;
}
.MainContent > section > article h3{
    font-family: IranSans;
    font-size: 14px;
    font-weight: 800;
    display: block;
    margin: 12px 0px 8px auto;
    padding: 4px 8px 4px 8px;
}
.MainContent > section > article p{
    font-family: IranSans;
    font-size: 14px;
    font-weight: normal;
}
/*--------------------------------------------Media Queries-------------------------------------------------*/
@media screen and (min-width: 1440px){
    .MainContent{
        width: 1440px;
    }
}
@media screen and (max-width: 500px){
    .MainContent section .TitleCount{
        font-size: 9px;
        border-radius: 10px;
        min-width: 20px;
    }
    .MainContent > section > h1{
        font-size: 16px;
    }
    .MainContent > section > #SectionsGroups > section{
        width: 100%;
        margin: 5px auto 5px auto;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage img.ProductImageCover{
        width: 100%;
        height: auto;
        margin: auto;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage img.SpecialProductImage{
        width: 50%;
        height: 76%;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageCoverText{
        transform: rotateY(-35deg);
    }
    .MainContent > section > article h3{
        font-size: 12px;
    }
    .MainContent > section > article p{
        font-size: 12px;
    }

}
@media screen and (max-width: 400px){
    .MainContent > section > h1{
        font-size: 15px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageCoverText{
        font-size: 10px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageTitle{
        font-size: 14px;
    }
}
@media screen and (max-width: 380px){
    .MainContent > section > h1{
        font-size: 14px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageCoverText{
        font-size: 9px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageTitle{
        font-size: 13px;
        translate: -60% -132%;
    }
}
@media screen and (max-width: 360px){
    .MainContent > section > h1{
        font-size: 13px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageCoverText{
        font-size: 8px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageTitle{
        font-size: 12px;
    }
}
@media screen and (max-width: 330px){
    .MainContent > section > h1{
        font-size: 12px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageCoverText{
        font-size: 6px;
    }
    .MainContent > section > #SectionsGroups > section > div.ProductImage .ProductImageTitle{
        font-size: 10px;
        transform: rotateY(-30deg);
    }
}