@import url("../css/vazir.css");

body {
    font-family: Vazir, tahoma !important;
}

body{
	font-family: Vazir;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Vazir;
}
.justify-space-between{
	justify-content:space-between;
}
#sp-header  .justify-content-end {
    justify-content: start!important;
}
#sp-main-body {
    padding: 20px 0;
}

.logo-image  {
    height: 90px;
    margin-top: -40px;
}

.header-modules .search form:after {
    right: auto;
    left: 10px;
}

ul.social-icons>li {
    margin-right: 20px;
}


.sp-contact-info {
	unicode-bidi: embed;
    direction: ltr;
}

#sp-footer ul.menu li {
    display: block;
    margin: 10px;
}

.sp-copyright {
    margin-top: 20px;
    display: block;
}
body.rtl .sp-megamenu-parent>li.sp-has-child>a:before, body.rtl .sp-megamenu-parent>li.sp-has-child>span:before {
	font-weight: 900;
    margin-right: 2px;
    margin-top: 2px;
}



.gourmand-slider .sp-slider-content-align-right {
    width: 100%}
.gourmand-slider>.container {
    bottom: 150px;
}


.gourmand-slider .sp-slider-content-align-right {
    width: 50%;
	text-align:right !important;
}
.gourmand-slider>.container {
    display: flex;
    position: relative;
    bottom: 200px;
    align-items: center;
}
.gourmand-slider .sp-slider-btn-icon {
    transition: all .3s ease;
}
.gourmand-slider .sp-slider-btn-text {
    text-transform: uppercase;
}
.gourmand-slider .sp-slider-btn-text:hover .sp-slider-btn-icon {
    transform: translateX(3px);
}

#sp-footer ul {
    flex-direction: column;
    padding: 0;
}
#sp-footer ul li{
	display: block;
	margin-top:5px;
}	

.gourmand-slider>.container {
    max-width: 720px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}

	ul.social-icons {
		margin-right: 200px;
	}

@media(max-width:767px) {
		body .sppb-btn, body .btn {
		padding: 13px 30px;
	}

	.gourmand-slider .sp-slider-content-align-right {
		width: 100%;
		text-align: right !important;
	}
	#sp-header {
		height: 90px;
	}
	#sp-header .logo {
		height: 90px;
	}
	.logo-image {
		height: 90px;
		margin-top: 0;
	}
	ul.social-icons {
		margin-right: 0;
	}

}