/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Admin
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* login form style */
.woocommerce-account .u-column1,
.woocommerce-account .u-column2{
    width:100% !important;
    float:none !important;
    max-width:500px;
    margin:0 auto;
	text-align:center;
}

.wc-switch{
    text-align:center;
    margin-top:15px;
}

.wc-switch a{
    font-weight:600;
    text-decoration:none;
	color:#C1AF56;
}

.wc-switch a:hover{
    text-decoration:underline;
}

/* checkout page button style */
body.page-id-12 [type=button],
body.page-id-12 [type=submit],
body.page-id-12 button {
    background-color: #fff !important;
    border: 2px solid #C1AF56 !important;
    border-radius: 8px;
    color: #C1AF56 !important;
    font-weight: 600 !important;
	padding: .5rem 1rem;
}

body.page-id-12 [type=button]:hover,
body.page-id-12 [type=button]:focus,
body.page-id-12 [type=submit]:hover,
body.page-id-12 [type=submit]:focus,
body.page-id-12 button:hover,
body.page-id-12 button:focus {
    background-color: #C1AF56 !important;
    color: #fff !important;
}

/* cart page button style */

body.page-id-11 main#content{
	max-width: 1040px !important;
}

.page-id-11 .wc-block-cart__submit-container a{
	 background-color: #fff !important;
    border: 2px solid #C1AF56 !important;
    border-radius: 8px;
    color: #C1AF56 !important;
    font-weight: 600 !important;
	padding: .5rem 1rem;
	text-decoration:none;
}

.page-id-11 .wc-block-cart__submit-container a:hover{
	 background-color: #C1AF56 !important;
    color: #fff !important;
}