/* header cart count */
.cart_head{
	position:relative;
}
.cart-count {
    background: #fff;
    color: #2066e8;
    border-radius: 50%;
    /* padding: 2px 6px; */
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
}


/* banner searc */
.number_search{
	    border-radius: 6px;
    background: var(--BG-1, #EDF1F2);
    padding: 5px 5px 5px 8px;
}

/* best seller icons */
.seller-icon{
	background:unset !important
}
.seller-icon a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
}
/* mailchip form */
form#mc4wp-form-1{
	width:100%;
}
.mc4wp-form-fields{
	display: flex;
    justify-content: space-between;
}
input#mail {
    width: 76% !important;
}

/* plan details page */
.print_this{
	cursor:pointer;
}
.florbtn{
	border-radius: 24px;
    border: 1px solid var(--Color-4, #2066E8);
    display: flex;
    width: 160px;
    /* padding: 8px 100px; */
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Color-4, #2066E8) !important;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/* archive page */
.remove_filter{
	cursor:pointer;
}
.pgntn-btn {
    border-radius: 24px;
    border: 0.5px solid var(--Color-4, #2066E8);
    background: transparent;
    color: var(--Grey, #5B5B5F);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active-btn {
    background: #2066E8 !important;
    color: #fff;
}

.wishlist_icon {
	cursor:pointer;
}
.save-srch {
	cursor:pointer;
}

.big{
	cursor:pointer;
}


/* due to contact form 7 default span tag overriding front end dev input code */
input.c-name {
    max-width: 100% !important;
}

.hidden {
    display: none;
}

.blog-rt .nav-links {
    width: 100%;
    max-width: 100% !important;
}

.remove_p p{
	display:none;
}

/* loader */
.containers_loader{
	position:relative;
}
.loader {
	display:none;
    width: 50px;
    height: 50px;
    border: 8px solid #2066e8;
    border-top:8px solid #142f57;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    top: -50px;
    left: 45%;
}
.myaccount .loader{
	display:none;
	width: 50px;
    height: 50px;
    border: 8px solid #2066e8;
    border-top: 8px solid #142f57;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    top: -14px;
    right: 8%;
	left:unset;
}
.Saved-plans{
	position:relative;
}
.deletesearch_loader {
    position: absolute;
    top: 32px;
    left: 0;
    width: 98%;
    height: 97%;
    background: rgb(32 102 232 / 26%);
    display: none;
    border-radius: 20px;
}
.deletesearchloader{
	z-index: 999;
    width: 50px;
    height: 50px;
    border: 8px solid #2066e8;
    border-top: 8px solid #142f57;
    border-radius: 50%;
    animation: spinn 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader::before{
	display:none !important;
}

/* search loader */
.pln-flter-right{
	position:relative;
}
span.upper_loader_div {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(32 102 232 / 26%);
    display: none;
}
.search_loader{
	
	z-index:999;
    width: 50px;
    height: 50px;
    border: 8px solid #2066e8;
    border-top:8px solid #142f57;
    border-radius: 50%;
    animation: spinn 2s linear infinite;
    position: absolute;
    top:50px;
    left: 45%;
}

@keyframes spinn {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
}


/* blog page pagination */
.article-btn .pgntn-btn {
    width: 50px;
    height: 50px;
    padding: 16px;
    border-radius: 400px;
}
.article-btn .next{
    position: unset;
    top: unset;
    transform: unset;
    height: unset;
    width: unset;
    float: unset;
    margin-right: unset;
}
.article-btn .prev{
    position: unset;
    top: unset;
    transform: unset;
    height: unset;
    width: unset;
    float: unset;
	margin-left: unset;
}

/* singin with google,facebook buttons */
a.cntnue-sign {
  background: transparent;
  border-radius: 100px;
  border: 1px solid rgba(91, 91, 95, 0.20);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  gap: 13px;
}

/* woocommerce style  */
/* .quantity{
    display: none;
} */
.add-cart{
    border:none;
}

.plan-total {
    border-top: 1px solid rgba(20, 47, 87, 0.12);
    padding-top: 24px;
}
.plan-rght-dta{
    border-bottom: none !important;
}

/* checkout fields  */
.chkout-dlvr .second_h{
    margin-top: 32px;
}
.woocommerce-billing-fields, .woocommerce-additional-fields{
	display:none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:none !important;
}
.form-row.place-order {
    display: none;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	border-bottom:0px solid !important;
}
.chekout-btncoupon{
    border-radius: 400px;
    background: var(--Color-4, #2066E8);
    display: flex;
    width: 100%;
    height: 57px;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: 'ss04' on, 'ss06' on, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 36px;
	border:0px !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #cfc8d8 !important;
    padding: 0px !important;
    margin: 0 0 !important;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-form-coupon{
	display:block !important;
}

.add_margin{
	margin-top:32px !important;
}
select#billing_country {
    border-radius: 6px;
    background: var(--White, #FFF);
    border: none;
    color: var(--Grey, #5B5B5F);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
    padding: 17px 15px 18px 15px;
	 background-image: url(https://houseplans.online/wp-content/uploads/2024/07/select-drop.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
	cursor:pointer;
}
select#mod-state{
		 background-image: url(https://houseplans.online/wp-content/uploads/2024/07/select-drop.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
	cursor:pointer;
}
select#billing_state {
    width: 100%;
    max-width: 22.4%;
    border: none;
    border-radius: 6px;
    background: var(--White, #FFF);
    padding: 18px 16px 18px 15px;
    color: var(--Grey, #5B5B5F);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-image: url(https://houseplans.online/wp-content/uploads/2024/07/select-drop.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
	cursor:pointer;
}
select#shipping_country {
    background-image: url(https://houseplans.online/wp-content/uploads/2024/07/select-drop.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
	cursor:pointer;
}

/* my account dashboard */
.user_logout{
	padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    border-radius: 400px;
    border: 1px solid var(--Color-4, #2066E8);
	color: var(--Color-4, #2066E8);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.user_Dash {
    display: flex;
    justify-content: space-between;
}
.img_dimen img{
	width: 41px;
    height: 40px;
}
.viewall_favourite{
	cursor:pointer;
}
.viewall{
	cursor:pointer;
}
.remove_search_item{
	cursor:pointer;
}
.dlt-srch a{
    background: transparent;
    outline: none;
    width: 80%;
    padding: 10px 32px;
    color: rgb(32, 102, 232);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 400px;
    border: 1px solid rgb(32, 102, 232);
    transition: 0.3s all;
}
.my-orders table a {
    color: rgb(255, 255, 255);
    text-align: center;
    font-feature-settings: "ss04", "ss06", "liga" 0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: rgb(32, 102, 232);
    outline: none;
    border-radius: 20px;
    padding: 10px 32px;
    border: none;
    cursor: pointer;
}

/* mortage calculator */
.rslt-copy {
    width: 100%;
}

/* file error */
.file-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

p.woocommerce-shipping-destination {
    display: none;
}
.order-again{
	display:none;
}

.payment_methods .payment_method_googlepay .or-separator {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    background: #2066E8 !important;
    color: #fff;
    border: 2px solid #fff;
}

.tax-total small {
    display: none;
}

.wpcf7-response-output {
    background: var(--Color-4, #2066E8);
    border: 1px solid var(--Color-4, #2066E8) !important;
    color: #fff;
}

#menu-item-1249 a::after{
	display:none !important;
}
