#sirev-product-page{
    font-size: 16px;
}

#sirev-product-page .logo-container{
    margin: 20px 0;
}

#sirev-product-page .logo-container .logo{
    display: block;
    margin: 0 auto;
    width: 300px;
}

#sirev-product-page header.page-header{
    margin-top: 0;
    display:  flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 15px;
}
#sirev-product-page header.page-header .stars img, #sirev-product-page .footer .stars img{
    margin: 0 5px;
    width:  20px;
    height: 20px;
}

#sirev-product-page header.page-header h1{
    margin-top: 20px;
}

#sirev-product-page .overview-container{
    background-color: #f57f35;
    color: #fff;
    padding:  50px 0;
    margin-top: -5px;
}

#sirev-product-page .overview-container.catalog-page{
    padding:  20px 0;
    margin-top:  0;
}

#sirev-product-page .overview-container h2{
    margin-top: 0;
    margin-bottom: 25px;
}

#sirev-product-page .price
{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom:  0;
}

#sirev-product-page .details
{
    padding: 50px 15px;
}

#sirev-product-page .images-gallery
{
    background-color: #f1f1f1;
    padding: 25px;
    max-height: 700px;
    overflow-y: scroll;
}

#sirev-product-page .images-gallery img{
    margin: 5px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    #sirev-product-page .images-gallery img{
        margin: 5px;
        width: 300px;
    }        
}

#sirev-product-page .details
{
    font-size: 14px;
}

#sirev-product-page .details br{
    display: none;
}

#sirev-product-page .details h4, #sirev-product-page .details h2, #sirev-product-page .details h3
{
    font-family: Ubuntu-B;
    font-size: 18px;
    color: #7b8a97;
}

#sirev-product-page .details > h2{
    margin-bottom: 40px;
    font-size: 30px;
    color: #333;
}

#sirev-product-page .details h4:first-child, #sirev-product-page .details h2:first-child, #sirev-product-page .details h3:first-child
{
    margin-top: 0;
}

#sirev-product-page .details p, #sirev-product-page .details div, #sirev-product-page .details *,#sirev-product-page .custom-quick-overview .html-content
{
    font-size: 14px;
    font-family: Ubuntu-R;
    color: #6a7884;
    word-spacing: 2px;
    line-height: 23.5px;
}

#sirev-product-page .details table td
{
    vertical-align: top;
}

#sirev-product-page .footer{
    background-color: #20348b;
    color: #fff;
    padding: 50px 0;
}

@media screen and (min-width: 600px) {
    #sirev-product-page .details .details-columns
    {
        column-count: 2;
    }
}

@media screen and (min-width: 752px) and (max-width: 992px) {
    #sirev-product-page .details .details-columns
    {
        column-count: 1;
    }
}

#sirev-product-page .images-gallery
{
    display: none;
}

#sirev-product-page #mobile-images-gallery .carousel-control span.fa{
    top: 50%;
    position: relative;
}

@media screen and (min-width: 992px) {
    #sirev-product-page #mobile-images-gallery
    {
        display: none;
    }

    #sirev-product-page .images-gallery
    {
        display: block;
    }
}
