/*
	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 */

.topbar-wrapper .tie-alignright {
	flex-grow: 0;
}

.two-column-table {
	column-gap: 20px;
	padding: 20px;
}

.one-column-table {
	column-gap: 20px;
	padding: 0 20px 20px;
}

.hide {
	display: none!important;
}

.offer {
  padding: 20px!important;
}

.widget_nav_menu {
	background-color: #FFCB08!important;
	color: #000;
	font-weight: 700;
	padding: 20px!important;
}

.widget_nav_menu ol,
.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_nav_menu ol li,
.widget_nav_menu ul li {
	border-bottom: 1px #000 solid;
	padding: 8px 0px !important;
}

.widget_nav_menu ol li a:before,
.widget_nav_menu ul li a:before {
	display: none!important;
}

/* Single Edition Store */
.products-temp-single {
	padding: 20px!important;
}

.products-temp-single .product {
	background-color: #fff;
	padding: 20px;
	list-style: none;
}

.products-temp-single .product .wp-block-button__link {
	border-radius: 0;
}