/*
Theme Name:   Hello Elementor Child
Description:  Child theme for Hello Elementor
Author:       Your Name
Author URI:   Your Website
Template:     hello-elementor
Version:      1.0.0
*/

/* Add your custom styles below */

/* mini cart design */

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

/* login popup */

.login-google div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-google div .the_champ_social_login_title {
    order: 2;
}
.login-google div .the_champ_login_container {
    order: 1;
}
.login-google div .theChampGoogleBackground {
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-content p{
    font-size: 20px;
    line-height: 30px;
}
.xoo-aff-group.xoo-el-login-btm-fields a {
    font-size: 18px;
    font-weight: 600;
    color: #0E5B45;
}
.contact-form input[type="submit"]{
    background: #0E5B45;
    border: 1px solid #0E5B45;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.contact-form .multiselect-dropdown {
    width: 515px;
    border: 1px solid #666;
    padding: .5rem 1rem;
    color: #000 !important;
    opacity: 1;
    width: 100% !important;
}

/* new about us */

.about-us-sec{
    background-position: 100% -50% !important;
}
.product-item {
    position: relative;
}
.discount-percentage{
    position: absolute;
    right: 20px;
    background: #F3E9D8;
    color: #D80101;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Rubik';
    font-weight: 500;
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 0 20px;
    top: 20px;
    transform: rotate(-12deg);
    text-transform: uppercase;
}
/* shop page */

/* .back {
    transform: rotateY(180deg);
    background: #9CC750;
    color: #F3E9D8;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Rubik';
    text-align: center;
}  */

