/*
Theme Name: behroozyadak
Template: mweb-digiland-pro
Author: Behrooz Yadak
Author URI: https://behroozyadak.com
Version: 1
*/
.entry_content_inner.active, .entry_readmore.fullheight {
    max-height:30000px;
    margin-bottom: 15px;
}
.footer_aboutus strong, .footer_aboutus a {
    color: #db1919;
}
.item-area .product-image-area a.quickview-btn, 
.item_simple .compare-button a {
    opacity: 1;
    visibility: unset;
    display: none;
}
.body_ismobile .circular_p_h.d-flex {
    flex-direction: column;
}
.item_simple .item-area:hover .product-image-area img{
    filter: blur(0px);
}
/*** HGW ***/
.elm_c_wrap{
  bottom: 60px;
  left: 5px;
}
.elm_c_btn{
  width: 50px;
  height: 50px
}
.elm_c_btn svg{
  margin-top: 12px
}
.head_mobile .hs_icon{
  line-height: 33px
}
/** Account: fix Space on Mobile screen **/
@media only screen and (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: fixed;
    width: 70%;
    min-width: 250px;
  }
}
/** Checkout Page: Hide Some Fields **/
.woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-billing-fields__field-wrapper #billing_address_2_field{
  display: none !important;
}
