.items-brand img{
		transition: all ease-in-out .3s;
		opacity: 0.2;
	}
	.items-brand:hover img{
		opacity: 1;
	}
	.items-brand{
		border: 1px solid #EBEBEB;
		height: 100%;
    max-height: 82px;
	}
	.price ins,.price .woocommerce-price-suffix{
		color: rgba(221,40,49,1);
		font-weight: 500;
	}
	.stock.nasa-single-product-stock{
		margin-bottom: 0px;
	}
	.product-info .cart{
		margin-top: 0!important;
	}
	#main-content form .form-row.nasa-actived.thwcfd-field-tel label[for]{
		margin-left: 0px;
	}
	#billing_phone_field{
		 width: 68%!important;
	}
	#billing_cod_area_field{
		width: 30%!important;
	}
	#billing_cod_area_field, #billing_phone_field {
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}

#billing_phone_field {
    margin-right: 0;
}
	.header-type-4 .nasa-beside-mm .ns-static-block-popup, .header-type-6 .nasa-beside-mm .ns-static-block-popup, .header-type-8 .nasa-beside-mm .ns-static-block-popup{
		pointer-events: none;
	}
	.header-type-4 .nasa-beside-mm:hover .ns-static-block-popup, .header-type-6 .nasa-beside-mm:hover .ns-static-block-popup, .header-type-8 .nasa-beside-mm:hover .ns-static-block-popup{
		pointer-events: all;
	}
	
	#billing_state_field{
		width: 100%!important;
	}
	.stock-custom-msg{
    width: 100%;
    margin-bottom: 10px;
}
.slw-location-stock-custom{
    display: inline-block !important;
    width: 100%;
    font-size: 1.3rem;
    margin-top: 15px;
	   margin-top: 10px;
    padding-bottom: 5px !important;
}
	@media (max-width: 768px){
		.items-brand{
    max-height: 82px;
	}
	}