/*!
Theme Name:   Zabaeeh
Theme URI:    https://horizon.net.sa
Author:       Horizon
Author URI:   https://horizon.net.sa
Version:      1.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Main */
body {
    font-family: 'Tajawal', sans-serif;
}

a {
	color: #FFBA00;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:hover {
	text-decoration: none;
}

.h2, h2 {
	font-size: 2.2rem;
}

::selection {
	background-color: #f68783;
	color: #FFF;
}

.wow {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

/* Header */
.site-header {
	min-height: 140px;
	padding: 0;
	align-items: center;
	display: flex;
}

.site-header img.custom-logo {
	margin-top: -15px;
}

.site-header .navbar-light .navbar-nav .nav-link {
	color: #FFF;
	font-weight: 600;
}

.site-header .navbar-light .navbar-nav .active>.nav-link,
.site-header .navbar-light .navbar-nav .nav-link.active,
.site-header .navbar-light .navbar-nav .nav-link.show,
.site-header .navbar-light .navbar-nav .show>.nav-link,
.site-header .navbar-light .navbar-nav .nav-link:hover {
	color: #FFF;
}

.site-header .site-header-cart .cart-contents .count {
	position: absolute;
	float: right;
	top: 18px;
	right: 12px;
	background-color: #ffba00;
	padding: 0 5px;
	border-radius: 50%;
	opacity: 1;
	font-size: 11px;
}

.site-header .site-header-cart .cart-contents::after {
	content: "\f07a";
	float: right;
}

.site-header .site-header-cart .cart-contents .amount {
	padding-right: 50px;
}

.site-header ul.navbar-nav.search {
	margin-left: 15px;
	margin-right: 0;
}

.modal-backdrop {
	top: 0;
	right: 0;
	z-index: 9;
}

.site-header .site-header-cart .widget_shopping_cart {
	width: 220px;
}

.woocommerce-active .site-header .site-header-cart {
	width: auto;
}

.site-header .navbar-nav .lang {
	background: #F78164;
	background: linear-gradient(90deg, #F65F6F 25%, #F78164 75%);
	width: 40px;
	text-align: center;
	border-radius: 40px;
}


/* home */
.woocommerce button.owl-prev, .woocommerce button.owl-next {
	height: 55px;
	width: 55px;
	background-color: #FFF;
	box-shadow: 0 1px 20px #d5d5d5;
	border-radius: 50%;
	position: absolute;
	top: 33%;
	outline:none;
}

.woocommerce button.owl-prev {
	right: -30px;
}

.woocommerce button.owl-next {
	left: -30px!important;
}

.woocommerce button.owl-prev span, .woocommerce button.owl-next span {
	font-size: 30px;
	color: #6d6d6d;
}

.clients button.owl-prev, .clients button.owl-next {
	height: 55px;
	width: 55px;
	background-color: #FFF;
	box-shadow: 0 1px 20px #d5d5d5;
	border-radius: 50%;
	position: absolute;
	top: 33%;
	outline:none;
}

.clients button.owl-prev {
	right: -30px;
}

.clients button.owl-next {
	left: -30px;
}

.clients button.owl-prev span, .clients button.owl-next span {
	font-size: 30px;
	color: #6d6d6d;
}

#slider .owl-sliders .owl-item img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

#slider .welcome {
	position: absolute;
	z-index: 4;
	top: 250px;
}

#slider .welcome h4 {
	font-size: 40px;
	color: #FFF;
}

#slider .welcome h1 {
	font-size: 58px;
	font-weight: 800;
	color: #FFF;
}

.home .site-header {
	position: absolute;
	width: 100%;
	background-image: none !important;
	background-color: transparent;
	border-bottom: none;
}

.home .site-header .container .navbar {
	border-bottom: 1px solid #6c757d;
}

h2.heading {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h2.heading::after {
	content: "";
	height: 2px;
	background-color: #FFBA00;
	display: block;
	margin: 20px auto 0 auto;
	width: 70px;
}

.more {
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	width: fit-content;
	padding: 0 60px;
	margin: 70px 0;
	background: #000;
	background: linear-gradient(90deg, #6d6d6d 25%, #000 75%);
}

.more:hover {
	background: #6d6d6d;
	background: linear-gradient(90deg, #000 25%, #6d6d6d 75%);
}

.more a {
	color: #fff;
}

#banners {
	padding: 70px 0;
}

#banners h1 {
    font-weight: 900;
}

#banners img {
    max-height: 500px;
    box-shadow: 13px 13px 13px;
}

.clients {
	padding: 70px 0;
	background-color: #FAFAFA;
}

.clients .item {
	background-color: #fff;
	border-radius: 20px;
	height: 216px;
	padding: 0;
}

.clients .item img {
	border-radius: 20px;
	height: 100%;
	width: auto;
}

#visa {
	padding: 50px 0;
}

#products {
	padding: 70px 0 40px 0;
	background-color: #FAFAFA;
}

#products nav#nav-tab {
	margin-bottom: 20px;
}

#products .nav-pills .nav-link {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px;
}

#products .nav-pills .nav-link.active, #products .nav-pills .show>.nav-link {
	background-color: #FFF;
	color: #FFBA00;
	border-radius: 50px;
	box-shadow: 0 10px 10px #e2e4e7;
}

#special {
	padding: 70px 0 40px 0;
}


/* woocommerce */
.col2-set .col-1, .col2-set .col-2 {
	margin-bottom: 1.618em;
	max-width: 100%;
	flex: 0 0 100%;
}

span.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-active .site-header .site-search {
	width: 100%;
}

.storefront-breadcrumb {
	margin: 0;
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
	padding: 0 0 30px;
}

ul.products li.product {
	border-radius: 20px;
	padding: 30px;
	margin-top: 30px;
	background-color: #FFF;
	box-shadow: 0 0 15px 0 #eee;
}

ul.products li.product h2 {
	color: #3E3F40;
	font-weight: bold !important;
	margin-top: 60px;
	font-size: 20px !important;
}

ul.products li.product bdi {
	color: #3E3F40;
	font-weight: bold;
	font-size: 18px;
}

ul.products li.product del bdi {
	color: #6d6d6d;
	font-weight: normal;
	font-size: 18px;
}

ul.products li.product .star-rating {
	position: absolute;
	bottom: 160px;
	left: 20%;
	right: 20%;
}

ul.products li.product span.onsale {
	position: absolute;
	top: 45px;
	right: 55px;
	border: none;
	background-color: #28a745;
	color: #FFF;
	padding: 0 5px;
}

ul.products li.product .add_to_cart_button {
	background-color: #000;
	color: #FFF;
	border-radius: 40px;
}

ul.products li.product:hover .add_to_cart_button {
	background-color: #ddd;
	color: #000;
	height: 40px;
}

ul.products li.product .added_to_cart {
	border-radius: 50px;
	border: 2px solid #000;
}

ul.products li.product img {
	border-radius: 20px;
	height: 270px;
	width: auto;
	object-fit: cover;
}

/* Footer */
.site-footer {
	padding: 85px 0 0 0;
}

.site-footer a {
	text-decoration: none;
	font-size: 13px;
}

.site-footer p {
	font-size: 13px;
}

form#feedburner {
	border: 1px solid;
	width: fit-content;
	border-radius: 40px;
	height: 40px;
	margin-top: 35px;
}

form#feedburner [type=submit] {
	background-color: transparent;
	padding: 0 15px;
	height: 38px;
}

form#feedburner [type=email] {
	color: #FFF;
	background-color: transparent;
	padding: 0 15px;
	height: 38px;
	border-radius: 38px;
}

.site-footer .footer-widgets {
	border-bottom: none;
	display: flex;
}

.site-footer .footer-widgets .block.footer-widget-1 {
	display: flex;
	align-items: center;
}


.site-footer .site-info {
	padding: 0;
	border-top: 1px solid #363b3d;
}

.site-footer .site-info p {
	margin: 31px 0;
	float: right;
	font-size: 13px;
}

.site-footer .site-info a {
	float: left;
	padding-top: 15px;
	-webkit-filter: grayscale(100%);
}

.site-footer .widget_nav_menu ul li::before {
	content: ">";
	font-size: 10px;
	opacity: 1;
	margin-right: 0;
	margin-left: 5px;
	color: #a0a2a4;
	transform: scaleY(1.3);
}

.site-footer .widget_nav_menu ul li {
	padding-right: 0;
	padding-left: 0;
}

.site-footer .widget .widget-title, .site-footer .widget .widgettitle {
	border-bottom: none;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.site-footer ul.list-inline {
	margin: 0;
	text-align: center;
}

.site-footer ul.list-inline i {
	border: 1px solid;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
}

.site-footer ul.list-inline i:hover {
	color: #FFBA00;
}

.site-footer .widget_media_image {
	margin: 0 0 2em;
}

.site-footer ul.list-unstyled {
	margin: 30px 0 0 0;
	font-size: 13px;
}

.site-footer ul.list-unstyled i {
	font-size: 12px;
	color: #FFBA00;
	margin-left: 10px;
}

.site-footer .widget_nav_menu ul li:hover {
	margin-left: 10px;
	margin-right: 10px;
}

.site-footer .widget_nav_menu ul li:hover a {
	color: #FFBA00;
}

.site-footer .widget_nav_menu ul li:hover::before {
	color: #FFBA00;
}


/* Responsive */
@media only screen and (max-width: 768px) {
	.navbar-collapse {
		background-color: #6a6050;
		text-align: center;
	}

	.site-footer {
		padding-bottom: 60px;
	}

	.site-footer .footer-widgets {
		display: block;
		padding-top: 50px;
	}

	.site-header .welcome p {
		padding-top: 60px;
	}

	.site-header ul.navbar-nav.search, .site-header .site-header-cart {
		display: none;
	}

	.site-header li.nav-item.lang span {
		background-color: transparent;
		padding: inherit;
	}

}