@charset "UTF-8";

/*
Theme Name: KindlyCare
Theme URI: https://wordpress.org/
Author: The Codearts team
Author URI: http://codeartssolution.com/
Description: KindlyCare  - wordpress custom theme development.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.0
Text Domain: kindlycar
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.woocommerce-result-count{
	display: none !important;
}

.woocommerce-ordering{
	display: none !important;
}

.login_register_back .main_area .main_log_in_area .portion .input_log {

	height: 40px !important;
}

.login_register_back .main_area .main_log_in_area .portion {
    
    margin-bottom: 15px !important;
}
.woocommerce-error {
    border-top-color: var(--e-global-color-primary );
}
.woocommerce-error::before {
    content: "\e016";
    color: var(--e-global-color-primary );
}
.woocommerce-checkout ul.woocommerce-error li {
    width: 100%;
    line-height: 45px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    border-left: 5px solid var(--e-global-color-primary );;
    padding-left: 15px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: block !important;
    word-wrap: break-word;
}
/*Single product cart button fa icon*/
span.add-fa-shopping-icon1::before {
    content: "\f07a";
    font-family: fontawesome;
    margin-right: 15px;
    color: #118fc9;
}
.custom_button a.test-button:hover span.add-fa-shopping-icon1::before {
    color: #ffffff !important;
}

/*Membership Level page by Manisha Bhadre on 16 feb 22 start*/
.pmpro-levels {
    /*background-color: #F9F9F9;*/
}
.memlev-col {
    background: #FFFFFF;
    width: 350px;
    padding: 30px 20px;
    margin: 12px;
}
.memlev-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 20px auto;
}
p.memlev-name {
    letter-spacing: 0px;
    color: #2A3746 !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
}
ul.memlev-featuresuli li {
    position: relative;
    letter-spacing: 0px;
    color: #677277 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px 10px 26px;
	text-align: left !important;
}
ul.memlev-featuresuli li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2022/02/checkicon.png);
    position: absolute;
    left: -2px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}
p.memlev-price {
    font-weight: bold;
    letter-spacing: 0px;
    color: #2A3746;
    font-size: 37px;
    line-height: 56px;
    margin-top: 5px;
    margin-bottom: 30px;
}
p.memlev-price sup {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -16px;
    left: -2px;
}
p.memlev-price sub {
    letter-spacing: 0px;
    color: #9D9D9D;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    top: -2px;
    left: 10px;
}
p.memlev-price {
    font-weight: bold;
    letter-spacing: 0px;
    color: #2A3746;
    font-size: 37px;
    line-height: 56px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.memlev-price2 {
    color: #54C0EB !important;
}
/*borders*/
.memlev-col1 {
   /* box-shadow: 0px 2px 16px #eeeeee1c; */
   box-shadow: 0px 2px 14px #bebebe29;
    position: relative;
}
.memlev-col2 {
    box-shadow: 0px 3px 21px #6A6A6A29;
    position: relative;
}
.memlev-col3 {
    box-shadow: 0px 2px 14px #BEBEBE29;
    position: relative;
}
.memlev-col1::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #F9D423;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}
.memlev-col2::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #01AEDA;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}
.memlev-col3::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #F0351A;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}
@media only screen and (min-width: 778px) {
	.memlev-col2 {
    bottom: 30px;
}
}
/*button*/
a.memlev-button1 {
    letter-spacing: 0px;
    color: #01AEDA !important;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 10px !important;
    font-weight: 500 !important;
    background-color: #ffffff !important;
    border: 1px solid #2CB7DF !important;
    display: block !important;
    margin-top: 20px !important;
}
a.memlev-button1:hover {
	color: #ffffff !important;
	background-color: #01AEDA !important;
}
a.memlev-button2 {
    letter-spacing: 0px;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 10px !important;
    font-weight: 500 !important;
    background-color: #01AEDA !important;
    border: 1px solid #2CB7DF !important;
    display: block !important;
    margin-top: 20px !important;
}
a.memlev-button2:hover {
	color: #01AEDA !important;
	background-color: #ffffff !important;
}
.mem-lvl-heading {
    margin-top: 30px;
}
h2.mem-lvl-head2 {
    position: relative !important;
    padding-bottom: 15px !important;
}
h2.mem-lvl-head2::after {
    content: "";
    width: 100px;
    height: 15px;
    background-image: url(/wp-content/uploads/2022/02/line-icon.png);
    position: absolute;
    left: 0;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
}
/*Header*/
/*.header_search_box {
    display: none;
}*/
/*header .right .cart {
    display: none;
}*/
/*header .main_nav .cat_wrap {
    display: none;
}*/
/*search block hide*/
.page-id-4117 .search_back.hide-hp2 {
    display: none;
}
/*Membership with shortcode styles*/
ul.memlev-featuresuli {
    padding-bottom: 60px;
}
.memlvlcustde1 p.pmpro_level-select {
    position: absolute;
    bottom: 30px;
    width: 80%;
}
.memlvlcustde1 div#pmpro_levels {
    margin-bottom: 60px;
	margin-top: 10px;
	justify-content: center;
}
/*buttons and hover*/
.memlvlcustde1 .pmpro_btn{
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 10px !important;
    font-weight: 500 !important;
    border: 1px solid #2CB7DF !important;
    display: block !important;
    margin-top: 20px !important;
}
.memlvlcustde1 #pmpro_level-2 .pmpro_btn, .memlvlcustde1 #pmpro_level-1 .pmpro_btn {
color: #01AEDA !important;
background-color: #ffffff !important;
}
.memlvlcustde1 #pmpro_level-2 .pmpro_btn:hover, .memlvlcustde1 #pmpro_level-1 .pmpro_btn:hover {
background-color: #01AEDA !important;
color: #ffffff !important;
}

.memlvlcustde1 #pmpro_level-3 .pmpro_btn {
background-color: #01AEDA !important;
color: #ffffff !important;
}
.memlvlcustde1 #pmpro_level-3 .pmpro_btn:hover {
color: #01AEDA !important;
background-color: #ffffff !important;
}
.memlvlcustde1 .entry-header h2 {
    letter-spacing: 0px;
    color: #2A3746 !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: left;
}
.memlvlcustde1 .memlev-headsec {
    text-align: left;
}
.memlvlcustde1 #pmpro_level-2, .memlvlcustde1 #pmpro_level-1 {
    box-shadow: 0px 2px 14px #bebebe29;
}
.memlvlcustde1 #pmpro_level-3 {
    box-shadow: 0px 3px 21px #6a6a6a29;
}
.memlvlcustde1 #pmpro_levels .medium-4 {
    background: #FFFFFF;
    width: 350px;
    padding: 30px 20px;
    margin: 12px;
    position: relative;
}
/*top lines*/
.memlvlcustde1 #pmpro_level-2::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #F9D423;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}
.memlvlcustde1 #pmpro_level-1::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #F0351A;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}
.memlvlcustde1 #pmpro_level-3::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #01AEDA;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}

@media only screen and (min-width: 768px) {
  .memlvlcustde1 #pmpro_level-3 {
    top: -30px;
}
}
/*hover effects*/
.memlvlcustde1 #pmpro_level-1:hover {
    box-shadow: 0px 3px 21px #6a6a6a29;
}
.memlvlcustde1 #pmpro_level-2:hover {
    box-shadow: 0px 3px 21px #6a6a6a29;
}
.memlvlcustde1 #pmpro_level-3:hover {
    box-shadow: 0px 2px 18px #01aeda1c !important;
}
/*Membership Level page by Manisha Bhadre on 16 feb 22 end*/