/*!
Theme Name: Khidir
Theme URI: http://nilethemes.com
Author: Nile Theme (by : Rabie Elkhier)
Author URI: https://themeforest.net/user/nile-theme
Description: Gardening WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: khidir
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/subset-SVN-Poppins.woff') format('woff'),
        url('assets/fonts/subset-SVN-Poppins.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header .contact-info-out .contact-info .text {
    font-size: 13px;
}

header .contact-info-out .contact-info:last-child .text {
    font-size: 14px;
}

.contact-info .text-second-color, header ul.nav-menu>li.active>a, header ul.nav-menu>li>a:hover {
    color: #00A652!important;
}

:not(.home) #page-title {
	position: relative;
	background-color: #00A652!important;
	background-position: center;
}

:not(.home) #page-title .effect_ba {
	background-image: url(assets/images/pattern.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: .7;
}

.niletheme-dark-form input:not([type="submit"]), .niletheme-dark-form .form-control, .niletheme-dark-form textarea {
	border-radius: 3px;
	margin-bottom: 8px;
}

.niletheme-dark-form input:not([type="submit"]).wpcf7-not-valid, .niletheme-dark-form textarea.wpcf7-not-valid {
	border-color: #EA5D25;
}

.niletheme-dark-form span.wpcf7-not-valid-tip {
	display: none !important;
}

.niletheme-dark-form div.wpcf7-response-output {
	margin: 0;
	border-radius: 3px;
}

.niletheme-dark-form .submit-with-captcha {
	display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom: 12px;
}

.niletheme-dark-form .submit-with-captcha > img {
	max-height: 36px;
}

.niletheme-dark-form .submit-with-captcha > * {
	margin: 0 4px;
}

.niletheme-dark-form .submit-with-captcha .wpcf7-captchar {
	margin-bottom: 0;
	width: 110px;
    font-size: 14px;
}

.contact-info-block .nile-icons-text.layout-2 {
	text-align: left;
}

.contact-info-block .nile-icons-text.layout-2 .icon {
	margin-right: 20px
}

.map-layout .background-main-color {
	background-color: rgba(255,255,255,.9);
    box-shadow: 1px 0px 8px rgba(0,0,0,.1);
    border-radius: 2px;
}

.map-layout .contact-info-map,
.map-layout .contact-info-map .title {
	color: #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce .woocommerce-breadcrumb,
.woocommerce div.product .woocommerce-tabs .panel > h2 {
	display: none;
}

.woocommerce div.product div.images img {
	display: inline-block;
}

.woocommerce div.product div.images img:first-child {
	width: auto;
	max-height: 500px;
}

.woocommerce .product-item .cshero-woo-image {
	text-align: center;
}

.vc_post-grid .thum .icon,
.vc_post-grid .post-info .cats,
.woocommerce .product-item hr,
.woocommerce .product-item .padding-lr-0px:last-child {
	display: none;
}

.vc_post-grid .post-info {
	padding: 20px;
}

.vc_post-grid .post-info a.title {
	padding: 5px 0 10px 0;
}

.woocommerce .product-item.border-grey-1 {
	border-color: transparent !important;
	box-shadow: 0 1px 15px rgba(0,0,0,.05);
	transition: all 0.3s ease;
	border-radius: 2px;
}

.woocommerce .product-item.border-grey-1:hover {
	border-color: #00A652!important;
}

.about-me-widget .about-me .image img {
	max-height: 100px;
	max-width: 160px;
}

.share-output .post-share a,
.entry-content .post-share a {
	height: 30px;
}

.copy-right .social-media {
	font-size: 20px;
}

footer.layout-dark .output {
	padding-top: 50px;
    padding-bottom: 50px;
}

.home-feature-products .woocommerce  {
	display: flex;
	flex-wrap: wrap;
}

body .vc_post-grid .post-info a.title,
.home-feature-products .woocommerce .product-item h3 a.product_title,
body.woocommerce .product-item h3 a.product_title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    min-height: 55px;
	font-size: 14px;
    font-weight: 600;
}

.woocommerce .products .star-rating,
.woocommerce .products .star-rating span, .woocommerce .star-rating {
	font-size: 11px;
	float: none;
	margin: 0 auto;
	margin-top: 10px;
}

.woocommerce .products .star-rating span, .woocommerce .star-rating span {
	color: #ffb600;
}

.niletheme-breadcrumb.text-yellow * {
	color: yellow !important;
}

#page-title.padding-tb-120px {
	padding-top: 200px;
    padding-bottom: 20px;
}

#page-title .text-capitalize h1 {
	margin: 0;
}

form.woocommerce-ordering .orderby {
	height: 38px;
}

header .nav-output {
	padding-left: 30px;
}

.nav-output .d-lg-block a.btn-sm.d-block {
	padding: 12px 24px;
    margin-top: 6px;
    margin-right: 6px;
}

.nav-output .search-block {
	float: right;
    padding-top: 8px;
}

.nav-output .search-block [type="search"] {
	padding: 11px 10px 6px;
    border-radius: 30px;
    width: 180px;
}

.nav-output .search-block [type="submit"] {
	display: none !important;
}

header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

header.sticky .header-output {
	background-color: #FAFAFA;
	padding-bottom: 26px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

header.sticky > .container {
	position: relative;	
}

header.sticky .nav-output{
	position: absolute;
    left: 15px;
    right: 15px;
    top: -31px;
}

header .header-in {
	padding: 0 !important;
}

header .contact-info-out .contact-info .icon {
	font-size: 22px;
    left: -36px;
}

header .contact-info-out .contact-info .text {
	margin-top: 10px;
}

header .contact-info-out .contact-info {
	margin-left: 0;
	margin-right: 70px;
}

header .contact-info-out .contact-info:first-child {
	margin-right: 30px;
}

table {
	border-bottom: 1px dashed #ededed;
}

table td {
    border-top: 1px dashed #ededed;
    padding: 6px 10px 6px 0;
}

table td:nth-child(2n) {
	border-left: 1px dashed #ededed;
	padding-left: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
}

.entry-content {
	border-top: 1px solid #eee;
    padding-top: 2em !important;
}

@media (max-width: 922px) {
	body.woocommerce .product_theme,
	.home-feature-products .woocommerce .product_theme {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 5px;
	}

	.header-in.padding-tb-15px {
		padding-top: 0;
		padding-bottom: 0;
	}

	header.sticky .header-output {
		padding-bottom: 0;
	}

	header #logo {
		max-width: 180px;
		margin-left: 10px;
	}

	header a.mobile-toggle {
		margin: 0;
		top: 8px;
    	right: 25px;
	}
}

@media (max-width: 1100px) {
	
	header .contact-info-out .contact-info {
		margin-left: 70px;
	}
	
	header .contact-info-out .contact-info .text {
		font-size: 12px;
	}
}