@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body.user_login header#header,body.user_register header#header {
    display: none;
}
body.user_login footer,body.user_register footer {
    display: none;
}
body.user_login .site-content,body.user_register .site-content {
    background: transparent;
}
body.user_login,body.user_register{
    min-height: 100vh;
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

body.user_login{
    background-image:url(https://hinagautamacademy.com/wp-content/uploads/2022/05/sliderbg4.jpg);
}
body.user_register{
    background-image:url(https://hinagautamacademy.com/wp-content/uploads/2022/05/contact-us-scaled.jpg);
}

.card {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    max-width: 375px;
    width: 100%;
    border-radius: 20px;
    animation: big 0.5s linear;
    padding-bottom: 10px;
}
body.user_register .card {
    padding-bottom: 25px;
}
.card h2{
    font-size: 27px;
    /*margin-bottom: 40px;*/
}

.inputs{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.inputs label{
    font-size: 14px;
    margin-bottom: 5px;
}

.inputs input {
    display: block;
    padding: 10px;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #94c94b;
    background-color: #f4f8fb;
    outline: none;
}

}
.text_center {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #212121;
    margin-bottom: 10px;
}

.btn-login{
    display: block;
    width: 100%;
    height: 40px;
    background-color: #212121;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    border-radius: 7px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.btn-login:hover{
    transform: translateY(-5px);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.text_block {
    display: block;
    text-align: center;
    color: #888;
    margin-bottom: 20px;
    width: max-content;
    margin: 0 auto; 
    padding: 0px 15px;
    background-color: #fff;
    z-index: 9;
    position: relative;
}
.or_content{
  position: relative;
}
.or_content:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #888;
    position: absolute;
    top: 47%;
}
.text-long{
    color: #212121;
    margin-bottom: 20px;
}

@keyframes big {
    from {
        transform: scale(0.7);
      }
    
      to {
        transform: scale(1);
      }
}
.inputs 
 span.wpcf7-not-valid-tip {
    padding: 10px;
}

.login_form {
    position: relative;
    padding: 0 !important;
}
.login_form {
    padding-top: 25px;
}

.login_form input {
    background: #94c94b1c;
    color: #797979;
    width: 100%;
    margin-bottom: 0px !important;
    height: 45px;
    font-size: 14px;
}
.common_form_group input,.common_form_group input[type="password"] {
    height: 50px !important;
    background: #94c94b1c !important;
    border: none !important;
}
.common_form_group.form_submit {
    text-align: center;
    position: relative;
}
.common_form_group.form_submit .wpcf7-spinner {
    position: absolute;
    right: -10px;
    top: 40%;
    background: #00000042;
}
.common_form_group.form_submit input.wpcf7-submit {
    width: auto;
    padding: 5px 25px;
    background: #94c94b !important;
    box-shadow: 0px 10px 40px -10px #94c94b;
    color: #fff !important;
    border: none;
    -webkit-transition: all 0.3s ease-in-out !important;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.4px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.card .wpcf7-response-output {
    margin: 0 !important;
    margin-top: 10px !important;
    font-size: 14px;
}
.lost_password {
    padding-top: 20px;
}
.social_login {
    padding-top: 10px;
}
.customer_social_login .mo-openid-app-icons {
    width: max-content;
}
.common_form_group.form_submit input.wpcf7-submit:hover {
    transform: translateY(-8px) !important;
    -webkit-transform: translateY(-8px) !important;
}
.customer_form span.wpcf7-not-valid-tip {
    padding: 10px;
}
.customer_form .wpcf7-response-output {
    width: 100%;
    margin: 10px 0px !important;
}

.common_form_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.common_form_main .commmon_form_half {
    max-width: 49%;
    flex: 0 0 49%;
}

.common_form_main input {
    width: 100% !important;
}

.common_form_main .commmon_form_full {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
}

.commmon_form_full input {
    outline: 0;
    border-radius: 4px;
    height: 52px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}
.commmon_form_full input[type=submit] {
    float: none;
}
.common_form_main span.wpcf7-not-valid-tip {
    padding: 10px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.commmon_form_full span.wpcf7-spinner {
    position: absolute;
    top: 28%;
    right: -10px;
}
.common_form_section .wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
    margin-top: 10px !important;
}
.header_profile_button a {
    padding: 0;
    height: auto;
    font-weight: 600;
    color: #000 !important;
}


/*===============check out page =========================*/
.cart_content {
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px 0px;
}
.cart_left {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0px 10px;
    padding-right: 50px;
}
.summary {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 30px;
    background-color: #87e00c7d;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 2px #87e00c4f;
}
.cart_left_sub {
    padding: 15px 0px;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 25px 2px #87e00c26;
    border-radius: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    cursor: pointer;
}
.shop_heading {
    text-align: center;
}
.shop_heading p {
    margin-bottom: 10px;
}
.shop_heading p a {
    color: #cecece;
    font-size: 14px;
    padding: 0px 5px;
}
.cart_left_sub .cart_item_img {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 15px;
}
.cart_left_sub .cart_item_img img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.cart_left_sub .cart_itm_desc {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0px 15px;
    padding-top: 30px;
}
.cart_left_sub .cart_item_price {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0px 15px;
    padding-top: 30px;
    margin-left: auto;
}
.cart_left_sub .seller_cari_info {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 15px;
    padding-top: 30px;
}
.cart_left_sub .cart_itm_desc h4 {
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #000001;
}
.cart_left_sub .cart_itm_desc p {
    color: #000001;
}
.cart_left_sub .cart_itm_desc p.cart_pro_size {
    background: #ecedee;
    padding: 5px;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-family: 'Montserrat_regular';
    margin: 8px 0 5px;
    max-width: max-content;
}
.cart_left_sub .cart_item_price h4 {
    font-size: 18px;
    letter-spacing: 0.4px;
}
.cart_left_sub .seller_cari_info .product_seller {
    border-radius: 10px 0px 0px 10px;
}
.seller_btn button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 49%;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-family: Montserrat_Regular;
}
.seller_btn {
    width: 100%;
    padding-top: 10px;
}
.cart_left_sub .seller_cari_info .product_seller .seller_details {
    max-width: 80%;
    flex: 0 0 80%;
}
.move_taylist_btn button {
    font-size: 13px;
    background: transparent;
    border: none;
    font-family: 'Montserrat_Regular';
    color: #cecece;
}
.move_taylist_btn button i {
    margin-right: 5px;
    font-size: 16px;
}
.move_taylist_btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.cart_content_main {
    padding: 175px 0px 0px;
}
.summary h4.summery_heading {
    font-size: 18px;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}
.summary p {
    font-size: 14px;
    margin-bottom: 50px;
    letter-spacing: 0.4px;
}
.summary p span {
    float: right;
}
.summary h4 {
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.summary h4 span {
    float: right;
}
.summary button {
    width: 100%;
    border: navajowhite;
    background: #fff;
    height: 40px;
    border-radius: 10px;
    padding: 0px 15px;
}
.summary button i {
    float: right;
    font-size: 16px;
    position: relative;
    top: 7px;
}
.cart_item_redio {
    position: absolute;
    left: -35px;
    height: 100%;
    vertical-align: middle;
    top: 35%;
}
.cart_item_redio .cat_radio_btn [type="radio"]:checked + label:after, .cat_radio_btn [type="radio"]:not(:checked) + label:after {
    background: #000001;
}
.remove_cart_item_btn button {
    background: transparent;
    border: none;
}
.remove_cart_item_btn {
    position: absolute;
    top: 8px;
    right: 8px;
}
.checkout_address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    border: 1px solid #dbbd99;
    background: #fff;
    box-shadow: 0px 0px 25px 2px #eee;
    border-radius: 15px;
    margin-bottom: 15px;
}
.chekout_content {
    flex: 0 0 100%;
    max-width: 100%;
}
.checkout_address p {
    margin: 0;
    color: #000001;
    font-size: 12px;
}
.checkout_address h4 {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin: 0;
}
.checkout_address h4 i {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #dbbd99;
}
@media screen and (max-width:768px){
	#rev_slider_4_1_wrapper .hephaistos.tparrows {
	    display: none !important;
	}
    .cart_left {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .summary {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cart_left_sub .cart_item_img {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 25px;
    }
    .cart_left_sub .cart_itm_desc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .cart_left_sub .cart_item_price {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .cart_left_sub .cart_item_img img {
        width: 100%;
    }
    .cart_left_sub .cart_itm_desc p.cart_pro_size {
        margin: 5px auto;
    }
    .cart_left_sub .cart_item_price {
        padding-top: 5px;
        margin-bottom: 25px;
    }
    .cart_content_main {
        padding: 125px 0px 0px;
    }

}
@media screen and (max-width: 480px){
	.card {
	    padding: 20px 15px 30px 15px;
	    width: 90%;
	    margin: 0 auto;
	}
}
