/* Product Page Template Styles */

.singleProducts__pageSubheader{
    font-size: 32px;
    text-transform: uppercase;
}

.singleProducts__headerContainer{
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 32px;
    margin-bottom: 64px;
    overflow: hidden;
    position: relative;
}
.singleProducts__headerContainer .container{
    position: relative;
    z-index: 1;
}
.singleProducts__headerContainer::after{
    content: '';
    background: linear-gradient(to right, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px){
    .page-template-products .staticHeader{
        padding-top: unset;
        min-height: unset;
    }
}

.singleProducts__footerMemberImage{
    max-width: 275px;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.singleProducts__preFooterTitle{
    font-size: 70px;
}

.singleProducts__preFooterSubtitle{
    font-size: 32px;
}

.singleProducts__preFooterFormTitle{
    border-bottom: solid 2px #d4042d;
    padding-bottom: 8px;
    margin-bottom: 16px !important;
}
.singleProducts__footerFormRedTitle{
    font-size: 40px;
    color: #d4042d;
}

.page-template-products .staticHeader{
    height: unset !important;
    z-index: 1;
}

.page-template-products .staticHeader-header{
    margin-bottom: 16px !important;
}

.page-template-products .page{
    padding: 0px 24px;
}

.page-template-products .entry-content{
    max-width: 1360px;
    margin: auto;
}

.page-template-products .footer-container{
    padding: 0px 24px;
}
.page-template-products .footer-container.noPadding{
    padding: 0px;
}

.page-template-products .footer-container_inner{
    align-items: flex-start;
}

.page-template-products .footer-left{
    width: 25% !important;
}
.page-template-products .footer-left .footer-left_inner{
    text-align: left !important;
}
.page-template-products .footer-right{
    width: 75% !important;
}

@media screen and (max-width: 1360px){
    .page-template-products .footer-container_inner{
        flex-direction: row;
    }
}

@media screen and (max-width: 991.98px){
    .page-template-products .footer-left{
        width: 33.33% !important;
    }
    .page-template-products .footer-right{
        width: 66.66% !important;
    }
}

@media screen and (max-width: 767px){
    .page-template-products .footer-container_inner{
        flex-direction: column;
    }
    .page-template-products .footer-left,
    .page-template-products .footer-right{
        width: 100% !important;
    }
    .page-template-products .footer-left{
        padding-bottom: 24px;
    }
    .page-template-products .footer-left .footer-left_inner{
        text-align: center !important;
    }
}

.button__roundedRed a{
    width: fit-content;
    padding: 4px 24px !important;
    color: #fff !important;
    background-color: #d4042d !important;
    border-radius: 32px !important;
    border: solid 2px #d4042d !important;
    transition: all 0.155s ease-in;
    display: block;
    text-decoration: none;
}

.button__roundedRed a:hover{
    background-color: #fff !important;
    color: #d4042d !important;
    transition: all 0.155s ease-in;
}

.customProductsTable td{
    border: solid 1px #434345;
    vertical-align: center;
    text-align: center;
}
.customProductsTable td p{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 0px;
}

.customProductsTable{
    margin-bottom: 64px;
    min-width: 1000px;
}

.customProductsTable__wrapper{
    overflow-x: auto;
}

.font__size_40{
    font-size: 40px;
}