/*.woocommerce .bb_customer_login form.login input{
opacity: 1 !important;
}*/


.wpc-term-count{
	font-size:14px;
}
.wpc-wrap-icons{
	font-size: 18px;
    font-weight: 600;
}

.woocommerce li.product a.woocommerce-LoopProduct-link>img {
   border: none;
    border-bottom: 0px,
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
	font-weight:600;
}
.wc-block-checkout .wp-block-button__link{
	height: 55px;
}

.woocommerce .wc-MyAccount-fix-center.woocommerce-info .button{
	display:none;
}
@media only screen 
and (max-device-width: 1000px)
{.elementor-element.elementor-products-grid .woocommerce ul.products li.product{
    margin-bottom:20px;
	}}

.woocommerce form .form-row.terms {
    margin: 15px 0;
    font-size: 14px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
	display: none;
}

.bs-styled-checkbox {
opacity: 1 !important;
}


.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{
margin:-5px 20px;
}

/* main menu styles */
@media (min-width:1025px) and (max-width:1449px)
{
	
	.header-logo {
		width:26%;
	}	
	
	
.shrink-menu .e-n-menu-title-text {
	font-size:13px !important;	
	}	
	
.header-container {
 display: flex;
flex-direction: column-reverse !important;	
	}
	
	.menu-container {
	width:100% !important;
	padding: 0px 10px 10px 10px;
	}	

.account-container {
padding: 10px 15px 0px 10px;
width:100% !important;	
	}	
		}	

/* Grey out restricted posts */
.non-member-blog .is-restricted {
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

/* Optional: don't allow hover lift/animation */
.non-member-blog .is-restricted:hover {
    transform: none !important;
    opacity: 0.5;
}

/* Optional: dim the image more */
.non-member-blog .is-restricted img {
    filter: grayscale(100%);
}

/* Optional: make title/excerpt look muted */
.non-member-blog .is-restricted .elementor-post__title,
.non-member-blog .is-restricted .elementor-post__excerpt,
.is-restricted .elementor-heading-title {
    color: #B1B1B1 !important;
}

/* Disable all clicks inside restricted posts */
.non-member-blog .is-restricted a {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
}

