/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.elementor-products-grid ul.products.elementor-grid li.product {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
}
.product.type-product  img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


.unicodeme .desc {
    unicode-bidi: plaintext;
    text-align: right;
}

#bblogin {display:none;}
span#select2-billing_state-container {
    direction: rtl;
    text-align: right;
}

body:not(.logged-in) a.toggle-login-modal b {
    display: none;
}

body.logged-in a.toggle-login-modal o {
    display: none;
}






/***********************************/
/*************    mobile  **********/
@media (max-width: 767px) {
.column_header_icon.mfn-item-inline .desc-wrapper {
    display: none;
}
	
}