/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.uwauc-page-header{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:80px 20px;
    min-height:360px;
    display:flex;
    align-items: center;
}
.uwauc-page-header .page-header-container{
    width:100%;
    max-width:1140px;
    margin:0 auto;
}
.uwauc-page-header .page-header-box h1{
    color:#fff;
    text-transform:uppercase;
    font-family:"Plus Jakarta Sans";
    font-weight:700;
    font-size:32px;
}
@media (max-width:767px){
    .uwauc-page-header .page-header-box h1{
        font-size:24px;   
    }
}

.product-page{
    padding:80px 18px;
}

.product-page .products .product h2{
    text-align:center;
    font-size:20px !important;
    text-transform:uppercase !important;
    color:#1e295d !important;
     font-weight:700 !important;
}

.product-page .products .product .price{
    color:#f68b22 !important;
    font-size:16px !important;
    text-align:center;
    font-weight:700 !important;
}
.product-page .products .product .button{
    background-color:#FFD900 !important;
    border-radius:32px !important;
    color:#181818 !important;
    text-transform: uppercase;
    display:block !important;
    margin:0 auto;
    max-width:240px;
    padding:16px 32px;
    text-align:center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.product-page .products .product .button:hover{
   background-color:#FF7E05 !important;
        transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-product-page{
    padding:80px 18px;
}

.single-product-page .product_title{
    text-transform:uppercase;
}
.single-product-page .price{
     color:#f68b22 !important;
    font-size:18px !important;
    font-weight:700 !important;
}
.single-product-page .woocommerce-variation-add-to-cart .button{
    background-color:#FFD900 !important;
    border-radius:32px !important;
    color:#181818 !important;
    text-transform: uppercase;
    padding:16px 32px !important;
    text-align:center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height:46px !important;
}

.single-product-page .woocommerce-variation-add-to-cart .button:hover{
     background-color:#FF7E05 !important;
        transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    
}

.sign-up-container-wrapper{
    width:100%;
    
}
.sign-up-container{width:100%;max-width:1180px;margin:0 auto;padding:80px 20px;}