/*

 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Author: Lester Lubiano
 Description:  A custom child theme for CSG Manufucturing Corporation with custom styles. Contact the developer incase there are issues on theme.

*/

body{
    background-color:#FFF !important;
}

#site-header,
.page-header,
#site-footer{
	display: none !important;
}

.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2){
    width: 49%;
    display: inline-block;
}

.wpcf7-form label{
	width: 99%;
}

.woocommerce-product-details__short-description p{
    font-family: 'Roboto';
    text-align: justify;
}

.woocommerce div.product form.cart .button{
	background-color: #C6A45D;
	font-size:20px;
}

.woocommerce-breadcrumb{
	padding-top:20px !important;
}

.wp-block-woocommerce-cart{
	padding-top: 30px;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button{
    background-color: #c6a45d;
    text-decoration: none;
    font-size: 20px;
}

.wc-block-cart-items{
	font-size: 18px;
}

.wc-block-components-checkout-place-order-button{
	background-color: #c6a45d !important;
	border: 0px !important;
	color:#FFF !important;
}

.woocommerce-order{
	padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .mob-menu-header-holder{
    height: 100px !important;
    background-color: #000 !important;
    border-bottom:3px solid #C6A45D;
  }
  .mobmenul-container{
      width:100%;
  }
  .mobmenul-container i{
    float: right !important;
    right: 15px;
    position: relative;
    top: 15px;
  }
    .mob-standard-logo {
        height: 95px !important;
    }
    .qrp-wrap {
        display: block !important;
    }
    .qrp-media {
        width: 100%;
        padding-bottom:30px;
    }
    .menu-item-719,
    .menu-item-709{
        border-top:2px solid #C6A45D;
    }
    .elementor-element-a0376d1{
        margin-top:50px;
    }
}