/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/



/* write custom css after this line */

.woocommerce-MyAccount-navigation-link--dashboard {display:none;}
.woocommerce-cart .cart-collaterals .cross-sells {width:35%;}
.woocommerce-mini-cart__buttons .button {font-size:13px; padding-left:15px;padding-right:15px;}
.woocommerce-error a.button {background-color:white !important;color:black !important;}
.components-sub-menu .shopping-cart-details a.checkout-button {color:white !important;}
.cart_totals .checkout-button:hover {background-color:rgb(136, 0, 0) !important;}
.woocommerce-cart .cart-collaterals .cart_totals {width:60%;}

/** hide cross-selling on mobile devices **/
@media only screen and (max-width: 600px) {
	.woocommerce-cart .cart-collaterals .cross-sells {display:none;}
	.woocommerce-cart .cart-collaterals .cart_totals {width:100%;}

   
}

/** product details **/ 
.variations th.label label {line-height:40px;display:inline-block;}


/** post-categories **/ 
.post-cat {border-radius:0;}


#inline-related-post {padding:20px 0; border-top:solid 1px rgba(0, 0, 0, 0.1); border-bottom:solid 1px rgba(0, 0, 0, 0.1);}

.btn-red {background-color:#cf1321; padding:10px 20px;margin-right:20px;color:white !important;font-size:16px;line-height:36px;text-wrap:nowrap;margin-top:20px;width: 200px;
    text-align: center;display:inline-block;float:left;}
    
.wpcf7-form-control-wrap {display:inline-block;margin:7px;}
.wpcf7-select {height:43px;}

.wpcf7-radio .wpcf7-list-item {display:block;}

.ui-hide {display:none !important;}
#wpmem_login_widget_form input.username,#wpmem_login_widget_form input.password {width:100%;}