<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: AbzarIdeal
Theme URI: http://www.abzarideal.com/
Author: A Kermanshahi
Author URI: http://arena-web.ir/
Version: 1.1
*/

@font-face {
	font-family: 'sahel';
	src: url('fonts/Sahel-FD-WOL.eot') format('eot'), url('fonts/Sahel-FD-WOL.ttf') format('truetype'), url('fonts/Sahel-FD-WOL.woff') format('woff');
}
@font-face {
	font-family: 'en-font';
	src: url('fonts/MYRIADPRO-REGULAR.otf') format('truetype');
}
*, *::before, *::after {
	box-sizing: border-box;
}
body {
	direction: rtl;
	font-family: 'sahel';
	font-size: 1rem;
	background-color: #f4f4f4;
}
a {
	color: #38B000;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a:visited, a:focus, a:active {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
}
:focus {
	outline: 0;
}
.btn:focus, .btn.focus {
	box-shadow: none;
}
.no-padding {
	padding: 0;
}
.title {
	width: fit-content;
	display: table;
	margin: 0 auto 25px;
	padding: 0px 50px;
	border: solid 5px hsl(100.91deg 100% 34.51%);
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.title h1, .title h2 {
	font-weight: bolder;
}
.boxshadow {
	background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
/*--------------------------------------------------
                       Header
--------------------------------------------------*/

header .top-header {
	width: 100%;
	display: block;
	background: #000000;
}
header .top-header .top-header-right, header .top-header .top-header-left {
	width: 100%;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #38B000;
}
header .top-header .top-header-logo img {
	width: 200px;
	display: table;
	margin: 10px auto;
}
header .header-menu {
	width: 80%;
	display: table;
	margin: 20px auto;
	padding: 0px 20px;
	text-align: center;
}
header .header-menu ul li {
	display: inline-block;
	margin: 0px 20px;
}
header .header-menu ul li a {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	font-weight: 700;
}
header .header-menu ul li a:hover, header .header-menu ul li a:active {
	color: #008000;
	transform: scale(1.1);
}
header .responsive-menu {
	display: none;
}
header .responsive-menu {
	width: 90%;
	display: block;
	position: absolute;
	top: 100px;
	text-align: center;
	z-index: 100;
}
header .responsive-menu ul {
	display: block;
	padding: 10px 0;
	position: fixed;
	left: -100%;
	top: 170px;
	flex-direction: column;
	background: #38b000;
	opacity: 90%;
	width: 100%;
	border-radius: 0;
	text-align: center;
	transition: 0.3s;
	z-index: 10;
}
header .responsive-menu ul.active {
	left: 0;
}
header .responsive-menu ul li a {
	width: fit-content;
	display: table;
	margin: 5px auto;
	padding: 10px 20px;
	font-weight: 700;
	color: #ffffff;
}
header .responsive-menu ul li a:hover {
	color: #008000;
	transform: scale(1.1);
}
.hamburger {
	display: none;
}
.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.bar {
	display: block;
	width: 35px;
	height: 5px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #38b000;
	border-radius: 5px;
}
/*--------------------------------------------------
                       Slider
--------------------------------------------------*/

.slider-section {
	width: 100%;
	display: block;
	margin-bottom: 80px;
}
.slider-section .carousel-inner .carousel-item img {
	width: 100%;
	height: 500px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: 500px;
	float: left;
	width: 100%;
	border: 0;
}
/*--------------------------------------------------
                       About Section
--------------------------------------------------*/

.index-about-section {
	width: 100%;
	display: block;
	margin-bottom: 80px;
}
.index-about-section .index-about-text p {
	padding-left: 20px;
	text-align: justify;
	line-height: 2;
}
.index-about-section .index-about-text a {
	display: inline-block;
	margin-left: 20px;
	padding: .75rem;
	border: 2px solid;
	box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
	box-sizing: border-box;
	color: #38B000;
	font-weight: 700;
	line-height: 23px;
	border-bottom-left-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 225px;
	cursor: pointer;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
.index-about-section .index-about-text a:hover {
	color: #38B000;
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
}
.index-about-section .index-about-image img {
	width: 100%;
	display: inline-block;
	padding: 5px;
	border-image: radial-gradient(#0000 80%, #38B000 0) 1.01% / 5px;
}
/*--------------------------------------------------
              Summary About Section
--------------------------------------------------*/

.index-about-summary-section {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	margin-bottom: 80px;
	background-image: url("images/4.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.index-about-summary-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 400px;
	background: rgba(0, 0, 0, .4);
	padding: 0;
	margin: 0;
}
.index-about-summary-section span {
	display: block;
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #f2f4f6;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, .5);
}
.index-about-summary-section span.spn1 {
	font-size: 3rem;
	top: 70px;
}
.index-about-summary-section span.spn2 {
	font-size: 2rem;
	top: 115px;
}
.index-about-summary-section span.spn3 {
	font-size: 1.5rem;
	top: 170px;
}
/*--------------------------------------------------
                 Products Section
--------------------------------------------------*/

.index-products-section {
	width: 100%;
	display: block;
	margin-bottom: 80px;
}
.index-products-section .products-item, .products-page .products-page-content .products-item, .category-page .category-page-content .products-item {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px;
	padding: 15px;
	border-right: 2px;
	border-left: 2px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #eeeeee, #38B000, #eeeeee) 1 100%;
}
.index-products-section .products-item img, .products-page .products-page-content .products-item img, .category-page .category-page-content .products-item img {
	width: 100%;
	height: 200px;
	border-radius: 8px;
}
.index-products-section .products-item h3, .products-page .products-page-content .products-item h3, .category-page .category-page-content .products-item h3 {
	text-align: center;
	color: #38b000;
	font-weight: 700;
}
.index-products-section .products-item:hover, .products-page .products-page-content .products-item:hover, .category-page .category-page-content .products-item:hover {
	transform: scale(1.1);
}
.index-products-section .products-item:hover h3, .products-page .products-page-content .products-item:hover h3, .category-page .category-page-content .products-item:hover h3 {
	color: #008000;
}
/*--------------------------------------------------
					 Footer
--------------------------------------------------*/

footer {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 50px;
	background: #000000;
	color: #f4f4f4;
}
footer .footer-contact {
	width: 100%;
	display: block;
	padding: 30px;
	text-align: center;
	border-bottom: 1px solid #373636;
}
footer .footer-contact .footer-icons {
	margin-left: 5px;
	color: #ff5e14;
	font-size: 1.5rem;
}
footer .footer-contact span {
	letter-spacing: .1rem;
	line-height: 2;
}
footer .footer-contact span.contact-phone1 {
	display: inline-block;
}
footer .footer-contact span.contact-phone {
	display: block;
	padding: 0px 33px 0 0;
}
footer .footer-content {
	width: 100%;
	display: block;
	padding: 30px;
}
footer .footer-content .footer-logo img {
	width: 150px;
	float: right;
}
footer .footer-content .footer-menu {
	float: right;
	margin-top: 30px;
}
footer .footer-content .footer-social {
	margin: 20px 0 0 -20px;
}
footer .footer-content .footer-menu ul li, footer .footer-content .footer-social ul li {
	display: inline-block;
}
footer .footer-content .footer-menu ul li a {
	display: inline-block;
	margin-left: 15px;
	color: #f4f4f4;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .footer-content .footer-social ul li a {
	display: inline-block;
	margin-right: 25px;
	color: #f4f4f4;
	font-size: 2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .footer-content .footer-menu ul li a:hover, footer .footer-content .footer-social ul li a:hover {
	color: #38b000;
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .copyright {
	width: 100%;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: .85rem;
	border-top: 1px solid #373636;
}
footer .copyright span {
	width: 100%;
	display: block;
	padding: 5px 0;
}
/*--------------------------------------------------
                    Pages Banner
--------------------------------------------------*/

.pages-banner {
	width: 100%;
	display: block;
	position: relative;
	margin: -100px auto 50px;
	padding: 120px 0 50px;
	background-image: url(images/4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
	z-index: -1;
}
.pages-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #38b000;
	opacity: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.pages-banner h1 {
	position: relative;
	color: #ffffff;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, .5);
	font-weight: 700;
}
/*--------------------------------------------------
                    About Page
--------------------------------------------------*/

.about-page .about-page-content {
	width: 100%;
	display: block;
	margin: 0;
	padding: 50px;
}
.about-page .about-page-content p {
	text-align: justify;
	line-height: 2.5;
}
/*--------------------------------------------------
           Products Page &amp; Category Page
--------------------------------------------------*/

.products-page .products-page-content, .category-page .category-page-content {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 50px;
}
.products-page .products-menu {
	margin-bottom: 40px;
	text-align: center;
}
.products-page .products-menu .controls {
	margin: 10px;
	padding: 4px 12px;
	background: #f4f4f4;
	color: #38b000;
	border: 1px solid #38b000;
	border-radius: 8px;
	cursor: pointer;
}
.products-page .products-menu .controls:hover, .products-page .products-menu .controls.active {
	color: #f4f4f4;
	background: #38b000;
	transform: scale(1.1);
}
.products-page .products-items {
	margin: 0 0 30px;
	border-radius: 4px;
	text-align: center;
}
.products-page #mix-container {
	width: 100%;
	margin: 0 auto;
}
.products-page #mix-container .mix {
	display: none;
}
/*--------------------------------------------------
                   Contact Page
--------------------------------------------------*/

.contact-page {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 50px;
}
.contact-page .contact-map .map {
	width: 100%;
	height: 400px;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
	border-radius: 8px;
}
.contact-page .contact-content {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}
.contact-page .contact-content ul li {
	margin-bottom: 25px;
}
.contact-page .contact-content ul li .contact-icons {
	width: 100%;
	display: block;
	margin-bottom: 7px;
	color: #ff5e14;
	font-size: 1.5rem;
}
.contact-page .contact-content ul li span {
	width: 100%;
	display: block;
	line-height: 2;
}
.contact-page .contact-content ul li ul li {
	display: inline-block;
}
.contact-page .contact-content ul li ul li a {
	display: inline-block;
	margin: 0 15px;
	font-size: 2rem;
	color: #38b000;
}
.contact-page .contact-content ul li ul li a:hover {
	color: #008000;
	transform: scale(1.1);
}
.contact-page .contact-form {
	border-left: 0;
	border-right: 2px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #eeeeee, #38B000, #eeeeee) 1 100%;
}
.contact-page .contact-form form input[type='text'] {
	width: 80%;
	display: block;
	margin: 0px auto;
	padding: 7px;
	border: 1px solid #dddddd;
	border-radius: 8px;
}
.contact-page .contact-form form textarea {
	width: 80%;
	display: block;
	margin: 20px auto;
	padding: 7px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	resize: vertical;
}
.contact-page .contact-form form input[type='text']:focus, .contact-page .contact-form form textarea:focus {
	border-color: #38b000;
}
.contact-page .contact-form form input[type='submit'] {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: .7rem;
	border: 2px solid;
	box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
	box-sizing: border-box;
	background: #ffffff;
	color: #38B000;
	font-weight: 700;
	line-height: 23px;
	border-bottom-left-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 225px;
	cursor: pointer;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-page .contact-form form input[type='submit']:hover {
	color: #38B000;
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wpcf7-not-valid-tip {
	margin: 10px 60px 0 0;
	font-size: .9rem !important;
	text-align: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	text-align: right;
	font-size: .9rem;
	line-height: 2;
	padding: 10px;
}
/*--------------------------------------------------
                   Single Page
--------------------------------------------------*/

.single-page {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 50px;
}
.single-page .single-content .title {
	padding: 0 35px;
}
.single-page .single-content .title h2 {
	margin: 10px 0;
}
.single-page .single-content p {
	text-align: justify;
	line-height: 2;
}
.single-page .single-content img {
	width: 100%;
	display: inline-block;
	padding: 5px;
	border-image: radial-gradient(#0000 80%, #38B000 0) 1.01% / 5px;
}
/*--------------------------------------------------
                       Sidebar
--------------------------------------------------*/

.single-page .single-sidebar {
	width: 100%;
	display: inline-block;
	padding: 15px;
	border-right: 2px;
	border-left: 2px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #eeeeee, #38B000, #eeeeee) 1 100%;
}
.single-page .single-sidebar .title {
	padding: 0 10px;
}
.single-page .single-sidebar .title h2 {
	font-size: 1.2rem;
}
.single-page .single-sidebar .products-item {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
.single-page .single-sidebar .products-item img {
	width: 60%;
	height: 100px;
	display: inline-block;
	border-radius: 8px;
}
.single-page .single-sidebar .products-item h3 {
	width: 35%;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	color: #212529;
}
.single-page .single-sidebar .products-item:hover {
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-page .single-sidebar .products-item:hover h3 {
	color: #38b000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*--------------------------------------------------
                   404 Page
--------------------------------------------------*/

.not-found {
	width: 100%;
	display: block;
	margin: 30px auto;
	padding: 50px;
	text-align: center;
}
.not-found p {
	font-size: 2rem;
	font-weight: 700;
}</pre></body></html>