﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 2;
	font-family: Vazir,Tahoma;
	font-size: 14px;
	color: #000;
	direction: rtl;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Vazir;
}

.validation-red {
	color: red;
	font-size: 11px;
}

.content-description p {
	display: block;
	min-height: 21px;
}

ol, ul {
	list-style: none;
}

.content-description ol {
	list-style: decimal;
	padding-right: 40px;
}

.content-description ul {
	list-style: circle !important;
	padding-right: 40px;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.btn {
	/*font-size:14px;*/
}

.header-main {
	padding-bottom: 10px;
	background-image: url(../Images/pattern.png);
}

.header-call-box {
	margin-top: 10px;
}

.header-call {
	margin-bottom: 5px;
	border: 1px solid #ddd;
	text-align: left;
	padding: 0px 10px;
	border-radius: 30px;
	font-size: 17px;
	height: 40px;
	position: relative;
	cursor: pointer;
	overflow: auto;
	background-color: #fff;
}

	.header-call:hover {
	}

	.header-call img {
		display: inline-block;
		height: 30px;
		width: 30px;
		position: absolute;
		left: 5px;
		top: 4px;
	}

.header-call-txt {
	outline: none;
	color: #333;
	display: block;
	padding-left: 35px;
}

	.header-call-txt:hover {
		color: #ce000c;
	}

@media (min-width:992px) {
	.header-main {
	}

	.header-call-box {
		margin-top: 60px;
	}
}

#logo {
	display: block;
	overflow: hidden;
	outline: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* firefox */
	-webkit-transition: all .3s ease-in-out; /* safari and chrome */
	-o-transition: all .3s ease-in-out; /* opera */
	-ms-transition: all .3s ease-in-out;
	height: 100px;
	flex:1;
	/*text-align:center;*/
	/*padding: 5px 0;*/
}

	#logo img {
		height: 100%;
		object-fit: contain;
	}

@media (max-width:480px) {
	#logo {
		height: 50px;
		margin-right:10px;
	}
}
/*=======================================================================================/ Main Body /============*/

.carousel-control.left, .carousel-control.right {
	background: none;
}

.carousel-box {
	background-color: transparent;
	padding: 0px 0px;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
	border: none;
}

	.carousel-box .carousel-indicators {
		bottom: 10px;
	}

		.carousel-box .carousel-indicators li {
			margin: 2px;
			width: 10px;
			height: 10px;
			opacity: 0.4;
			filter: alpha(opacity=40);
			background-color: #f0f0f0;
		}

			.carousel-box .carousel-indicators li.active {
				width: 10px;
				height: 10px;
				background-color: #ce000c;
				border-color: #ce000c;
				opacity: 0.7;
				filter: alpha(opacity=70);
			}

	.carousel-box .carousel-control {
		width: 70px;
		opacity: 1;
		color: #eee;
	}

		.carousel-box .carousel-control:hover {
			color: #fff;
		}

		.carousel-box .carousel-control .fa-left-open-big, .carousel-box .carousel-control .fa-right-open-big {
			font-size: 40px;
		}

/*.carousel-box .item {
        height: 240px;
    }*/

@media (min-width:992px) {
	.carousel-box .item {
		height: 390px;
	}
}

.carousel-box .item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.carousel-item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

	.carousel-item .slide-info {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 100px;
		width: 35%;
		text-align: right;
		text-transform: uppercase;
		color: #fff;
		display: none;
	}

		.carousel-item .slide-info.info-dark {
			color: #333;
		}

		.carousel-item .slide-info h1 {
			margin-bottom: 10px;
		}

		.carousel-item .slide-info .btn {
			margin-top: 20px;
			display: inline-block;
			width: 220px;
			background-color: #ce000c;
			border-color: #ce000c;
			border-radius: 0;
			outline: none;
		}

			.carousel-item .slide-info .btn:hover {
				background-color: #f6000e;
				border-color: #f6000e;
			}

			.carousel-item .slide-info .btn i {
				vertical-align: sub;
				margin-right: 5px;
			}

@media (min-width : 992px) {
	.carousel-item .slide-info {
		display: block;
	}
}
/*#menuContainer {
    width: 100%;
    background: #f3f3f1;
    overflow: hidden;
    border-top: solid 2px #ddd;
    border-bottom: solid 1px #ddd;
}

    #menuContainer li {
        padding: 12px 0;
        float: right;
        border-left: solid 1px #ddd;
    }

        #menuContainer li a {
            color: #333;
            padding: 0 20px;
        }

            #menuContainer li a:hover {
                color: #930000;
            }*/

#login {
	font-size: 13px;
	color: #000;
	margin: 10px 0 0;
	text-align: center;
	float: left;
}

@media(min-width:992px) {
	#login {
		margin-top: 30px;
	}
}

#login .img-login {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	/*margin: 0 4px;*/
}

#login img {
	height: 24px;
	display: block;
	margin: auto;
}

#login .list-group-item {
	color: #333;
	font-size: 13px;
}

	#login .list-group-item:hover {
		color: #fff;
		background-color: #ce000c;
	}

.btn-current-cart {
	color: #000;
	text-align: center;
	border: none;
	float: left;
	position: relative;
	width: 80px;
	margin-top: 30px;
}

	.btn-current-cart img {
		height: 24px;
		display: block;
		margin: auto;
	}

	.btn-current-cart span {
		display: block;
		position: absolute;
		background-color: #ce000c;
		color: #fff;
		width: 16px;
		height: 16px;
		line-height: 12px;
		border-radius: 8px;
		top: -5px;
		right: 10px;
		text-align: center;
	}

	.btn-current-cart:hover {
		color: #ce000c;
	}

#login .nav-login {
	cursor: pointer;
}

#login .dropdown-menu {
	left: auto;
	right: -80px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	#login .dropdown-menu {
		left: -36px;
		right: auto;
	}

	.btn-current-cart {
	}

		.btn-current-cart span {
		}
}

.authentication {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
}



	.authentication li {
		display: inline-block;
		padding: 0;
		width: 80px;
	}

		.authentication li.user-menu {
			width: 170px;
		}

		.authentication li:first-child {
			position: static;
		}

		.authentication li a:hover, .authentication li span:hover {
			color: #ce000c;
		}

@media only screen and (min-width : 992px) {
	.authentication li:first-child {
		position: relative;
	}
}

.authentication li a, .authentication li a span {
	color: #000;
	outline: none;
}

.authentication .login {
	/*display: inline;*/
	text-align: center;
	width: initial;
}

.user-menu {
	text-align: center;
}

	.user-menu .dropdown-menu {
		text-align: center;
	}

.modal-login {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width : 480px) {
	.modal-login {
		width: 420px;
	}
}

@media only screen and (max-width : 480px) {
	.modal-login .close {
		margin: -20px 0 0 -20px;
	}
}

.login-box {
	padding: 10px;
}

	.login-box input[type=checkbox] {
		vertical-align: sub;
		margin-left: 5px;
	}

	.login-box .form-control {
		height: 40px;
		font-size: 16px !important;
	}

	.login-box .img-captcha {
		width: 90px;
		height: 40px;
	}

	.login-box .fa-spin-2 {
		vertical-align: sub;
		font-size: 20px;
		cursor: pointer;
	}

	.login-box hr {
		margin: 20px 0;
	}

	.login-box .validation-red {
		margin-bottom: 5px;
		display: block;
		line-height: 15px;
	}

	.login-box .input-group-addon {
		background-color: #fff;
		border-right: none;
		font-size: 20px;
		padding: 0 5px;
	}

	.login-box .fa-eye-1, .login-box .fa-eye-off {
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 17px;
		color: #949494;
		z-index: 9999;
		height: 40px;
		line-height: 40px;
	}

	.login-box .fa-eye-1 {
		color: #333;
	}

	.login-box .form-control::-webkit-input-placeholder {
		color: #bbb;
		font-size: 11px;
		padding-right: 15px;
	}

	.login-box .form-control::-moz-placeholder {
		color: #bbb;
		font-size: 11px;
		padding-right: 15px;
	}

	.login-box .form-control::-ms-input-placeholder {
		color: #bbb;
		font-size: 11px;
		padding-right: 15px;
	}

	.login-box .form-control::-webkit-input-placeholder {
		color: #bbb;
		font-size: 11px;
		padding-right: 15px;
	}

	.login-box .form-control::-moz-placeholder {
		color: #bbb;
		font-size: 11px;
		padding-right: 15px;
	}

	.login-box .form-control::-ms-input-placeholder {
		color: #bbb;
		font-size: 11px;
		padding-right: 15px;
	}






.forget-pass, .forget-pass:focus, .forget-pass:active {
	font-size: 11px !important;
	border: none !important;
	outline: none !important;
	float: left;
}

.date-box {
	margin-top: 10px;
	padding: 0 15px;
	color: #555;
}

	.date-box .time {
		direction: ltr;
	}

.search-box {
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

	.search-box, .search-box * {
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out; /* firefox */
		-webkit-transition: all .3s ease-in-out; /* safari and chrome */
		-o-transition: all .3s ease-in-out; /* opera */
		-ms-transition: all .3s ease-in-out;
	}

@media (min-width : 992px) {
	.search-box {
		margin-top: 40px;
		border-radius: 50px;
		margin-bottom: 0;
	}
}

.search-box .btn-search {
	background-color: #ce000c;
	border: none;
	width: 32px;
	border-radius: 20px;
	margin: 0;
	/*height: 36px;*/
	line-height: 20px;
	font-family: fontello;
	font-size: 18px;
	color: #fff;
	padding: 6px;
}

.search-box input[type=text] {
	border: none;
	margin: 0;
	z-index: 1;
	position: initial;
	box-shadow: none;
	color: #333;
}

	.search-box input[type=text]::-webkit-input-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:-moz-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]::-moz-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:-ms-input-placeholder {
		color: #ccc !important;
	}

@media only screen and (max-width : 480px) {
}

.search-box input[type=text]:active,
.search-box input[type=text]:focus {
	box-shadow: none;
}

.menu-box a:hover span {
	background: #000;
}

.tel-box {
	font-size: 18px;
	color: #fff;
	height: 56px;
	line-height: 56px;
	font-family: 'Myriad Pro';
	letter-spacing: 2px;
}

	.tel-box img {
		height: 25px;
		vertical-align: middle;
		margin-right: 5px;
	}

#searchContainer {
	float: right;
	width: 100%;
	height: 28px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
}

	#searchContainer .txtSearch {
		border: 0px;
		background: transparent;
		width: 272px;
	}

	#searchContainer .btnSearch {
		margin: 0 0 0;
		border: 0px;
		padding: 0 0 0 6px;
		width: 50px;
		display: block;
		float: left;
		cursor: pointer;
		background-color: #84CFEE;
		border-radius: 0;
	}

		#searchContainer .btnSearch:hover {
			background-color: #45b7e6;
		}

@media only screen and (min-width : 992px) {
	.col-home-2 {
		padding-left: 5px;
	}

	.col-home-10 {
		padding-right: 5px;
	}
}

.pnl-categories {
	margin-bottom: 10px;
	margin-top: 10px;
}

	.pnl-categories .panel-heading {
		font-size: 20px;
		color: #fff;
		background-color: #393736;
		padding: 5px 10px;
	}

		.pnl-categories .panel-heading img {
			vertical-align: middle;
		}

	.pnl-categories .panel-body {
		padding: 5px;
		background-color: #f8f8f8;
	}

	.pnl-categories .navbar {
		margin-bottom: 0;
	}

.ads-box a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

	.ads-box a h3 {
		text-align: center;
		background-color: rgba(76,74,73,0.7);
		color: #fff;
		position: absolute;
		width: 100%;
		height: 40px;
		line-height: 40px;
		bottom: 0;
		text-shadow: 1px 1px 1px #000;
		font-size: 22px;
	}

		.ads-box a h3 .spn-border {
			border: 2px solid #fff;
			width: 80%;
			height: 80%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: none;
			margin: auto;
			border-radius: 5px;
		}

.ads-box.zoombox a {
	height: 150px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.ads-box img {
	width: 100%;
	border-radius: 4px;
	-moz-transition: -moz-transform 0.2s ease-in;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
}

.ads-box.zoom-box img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nemad-box {
	margin: 15px 0;
	text-align: center;
}

	.nemad-box img {
		display: inline-block;
		margin: 0 5px;
	}

@media (min-width : 992px) {
	.nemad-box {
		text-align: left;
		margin: 0;
	}

		.nemad-box img {
			margin-right: 20px;
		}
}

.service-box {
	padding: 10px 0;
	margin-bottom: 10px;
}

	.service-box img {
		margin: 0 auto;
	}



	.service-box a {
		display: block;
		width: 100%;
		color: #383838;
		text-align: center;
		overflow: visible;
		font-size: 12px;
		outline: none;
		text-decoration: none;
		border: 3px dotted #ddd;
		border-radius: 10px;
	}

		.service-box a:hover {
			border-color: #999;
		}

@media(min-width:992px) {
	.service-box li {
	}

	.service-box img {
		height: 70px;
	}

	.service-box a {
		margin: 0;
		font-size: 16px;
	}
}

.carousel-brand {
	margin-bottom: 30px;
	background-color: #fff;
}

	.carousel-brand a {
		height: 50px;
		display: block;
		text-align: center;
		margin: 15px 0;
		overflow: hidden;
	}

		.carousel-brand a img {
			/*width: 100%;*/
			max-height: 100%;
			vertical-align: middle;
		}

	.carousel-brand .carousel-control {
		width: 25px;
		text-align: center;
	}

		.carousel-brand .carousel-control.left {
			/*left: -30px;*/
		}

		.carousel-brand .carousel-control.right {
			/*right: -30px;*/
		}

		.carousel-brand .carousel-control span {
			font-size: 26px;
			width: 25px;
			height: 25px;
			display: block;
			text-align: center;
			line-height: 25px;
			margin: auto;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
		}

			.carousel-brand .carousel-control span:before {
				line-height: 25px;
			}

		.carousel-brand .carousel-control.left span:before {
			padding-right: 1px;
		}

		.carousel-brand .carousel-control.right span:before {
			padding-left: 3px;
		}

footer {
	background-color: #f3f5f7;
	color: #999;
}

	footer a {
		color: #999;
		outline: none;
	}

		footer a:hover {
			text-decoration: underline;
			color: #999;
		}



@media only screen and (max-width : 360px) {

	.blueco-copyright {
	}
}

.main-footer {
	padding: 50px 0 10px 0;
}

.footer-title {
	color: #555;
	margin-bottom: 40px;
}

.footer-des-box {
	text-align: justify;
}

.footer-link-box {
	text-align: right;
	margin-bottom: 15px;
}

	.footer-link-box li {
		margin-bottom: 10px;
	}

	.footer-link-box a {
		display: block;
	}

.footer-contact-row {
	margin-bottom: 20px;
	overflow: auto;
}

	.footer-contact-row img {
		height: 20px;
		vertical-align: middle;
	}

	.footer-contact-row span {
		display: inline;
	}

		.footer-contact-row span.footer-email {
			font-family: Helvetica;
			letter-spacing: 1px;
		}

.newsletter-box {
}


@media(min-width:992px) {
	.newsletter-box {
		margin-top: 5px;
	}
}

.newsletter-des {
	color: #999;
	margin-bottom: 20px;
}

.newsletter-input-box {
	position: relative;
}

.newsletter-box .btn {
	outline: none;
	border: none;
	border-radius: 12px;
	background-color: #999;
	border-color: none;
	font-family: fontello;
	position: absolute;
	left: 0;
	top: 5px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	padding: 0;
}

	.newsletter-box .btn:hover {
		background-color: #777;
	}

.newsletter-box .validation-box {
	height: 25px;
	line-height: 25px;
	display: inline-block;
}

.newsletter-box input[type=text] {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	padding-left: 35px;
}

	.newsletter-box input[type=text]::-webkit-input-placeholder {
		color: #ccc;
	}

	.newsletter-box input[type=text]:-moz-placeholder {
		color: #ccc;
	}

	.newsletter-box input[type=text]::-moz-placeholder {
		color: #ccc;
	}

	.newsletter-box input[type=text]:-ms-input-placeholder {
		color: #ccc;
	}

/*.main-footer .col-newsletter {
	clear: both;
}*/


.footer-download-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.enamad {
	background: #afa;
}

	.enamad img {
		margin: auto;
		width: 92px;
		height: 100px;
		background: #FFF;
	}

.android-links {
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 50px;
}

	.android-links a {
		display: inline-block;
	}

		.android-links a img {
			height: 40px;
			border-radius: 5px;
			box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		}

@media only screen and (max-width : 360px) {
	.social_links {
		text-align: center;
		margin-bottom: 40px;
	}
}

#goToTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #716a6a;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pp_gallery ul li a {
	display: block;
	height: 52px;
}

.pnlDetails .text-danger {
	color: red !important;
	font-size: 18px;
}

.pnlDetails .text-success {
	color: green !important;
	font-size: 18px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	font-size: 14px !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
	font-size: 14px !important;
}




/**************************************Tile Ads**************************/
.tile-ads-box {
	margin-bottom: 10px;
}

	.tile-ads-box a {
		display: block;
		height: 100%;
	}

		.tile-ads-box a img {
			height: 100%;
			width: 100%;
		}

	.tile-ads-box li {
		display: inline-block;
		/*margin-left: 10px;
		margin-bottom: 10px;
		height: 78px;*/
	}

		.tile-ads-box li.col-last {
			margin-left: 0;
		}

		.tile-ads-box li.col-1 {
			width: 100%;
		}

		.tile-ads-box li.col-2 {
			width: 100%;
		}

		.tile-ads-box li.col-3 {
			width: 847.5px;
		}

@media only screen and (min-width : 992px) {
	.tile-ads-box li {
		height: 210px;
	}

		.tile-ads-box li.col-1 {
			width: 373.3px;
		}

		.tile-ads-box li.col-2 {
			width: 756.7px;
		}

		.tile-ads-box li.col-3 {
			width: 1140px;
		}
}
/************************************* Home Last Articles ***********************/

.pnl-last-articles {
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin-top: 0px;
}

	.pnl-last-articles .panel-heading {
		background-color: transparent !important;
		border: none;
		color: #333;
		border-radius: 0;
		padding: 0;
		position: relative;
	}

		.pnl-last-articles .panel-heading h2 {
			margin-bottom: 20px;
		}

		.pnl-last-articles .panel-heading a {
			color: #333;
		}


	.pnl-last-articles .panel-body {
		background-color: white;
		padding: 0;
	}

.article-item {
	margin-bottom: 10px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	display: inline-block;
	position: relative;
}

@media only screen and (min-width : 1224px) {
	.article-item {
		width: 32.75%;
	}

		.article-item:nth-child(2) {
			margin: 0 10px;
		}
}

.article-title:hover {
	color: #005695;
}

.article-date {
	color: #999;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.article-item .read-more {
	color: #005695;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

	.article-item .read-more:hover {
		color: #00477c;
	}

.article-img-box {
	height: 225px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 15px;
}

.article-text-box {
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
}

.article-title {
	font-size: 16px;
	text-align: right;
	color: #2d383f;
	line-height: 1.5;
	margin-bottom: 10px;
}

.article-summary {
	color: #555;
	line-height: 1.7;
}

	.article-summary a {
		color: #ec000c;
	}

.pnl-last-articles .more-article {
	color: #fff;
	font-size: 11px;
	color: #ec000c;
	display: inline-block;
	line-height: 1.5;
}

/*@media (max-width: 760px) {
   #login .dropdown-men {
        left: -182px !important;
    }
    
}*/


@media (max-width: 992px) {
	.product-title .h3 {
		width: 100%;
	}

	.article-img-box {
		width: 100%;
	}

	.article-text-box {
		width: 100%;
		margin-top: 10px;
	}
}
/*************** Parallax **************/
.parallax {
	min-height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display:flex;
	justify-content:center;
	align-items:center;
}
.parallax-des{
	font-size:18px;
	background-color:rgba(0, 0, 0, 0.5);
	color:#fff;
	display:inline-block;
	padding:5px 30px;
	border-radius:10px;
}

@media (max-width: 480px) {
	.parallax {
		min-height: 300px;
	}
}

/*************************** Home Categories *******************************/
.cat-container {
}

	.cat-container li {
		margin-bottom: 30px;
		list-style: none;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

.cat-box {
	display: block;
	height: 250px;
	position: relative;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
}

.cat-box-lg {
	height: 350px;
}

.cat-box:hover {
	color: #fff;
}

.cat-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cat-overlay-black {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}

.cat-overlay-red {
	background-color: rgba(255,255,255,.7);
	position: absolute;
	width: 100%;
	text-align: center;
	height: 20%;
	transition: .5s ease;
	bottom: 0;
	border-top: 2px solid #ce000c;
	color: #000;
}

.overlay-title {
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
}

.overlay-des {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 0 10px;
}

.cat-box:hover .cat-overlay-red {
	background-color: rgba(255,255,255,.7);
	height: 100%;
	padding-top: 10px;
}

.cat-box:hover .overlay-title {
	color: #ce000c;
}

.cat-box:hover .overlay-des {
	display: block;
	transition: 2s ease-in-out !important;
	bottom: auto;
	top: 70px;
	border-top: 2px solid #ce000c;
	padding-top: 10px;
}
/******************************* Banner Ads ******************************/
.banner-ads-box {
	position: relative;
	height: 450px;
	margin-bottom: 30px;
}

	.banner-ads-box img {
		height: 100%;
		width: auto;
	}

.banner-ads-info {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	padding: 10px 0;
	color: #fff;
}

	.banner-ads-info .btn {
		border-radius: 0;
		height: 50px;
		line-height: 50px;
		padding: 0;
		background-color: #ec000c;
		border-color: #ec000c;
	}

		.banner-ads-info .btn:hover {
			background-color: #ce2e31;
			border-color: #ce2e31;
		}

		.banner-ads-info .btn i {
			vertical-align: sub;
		}

.banner-ads-title {
	margin-bottom: 20px;
	line-height: 1.3;
	font-size: 16px;
	text-align: center;
}

.banner-ads-des {
	line-height: 2.2;
	text-align: center;
}

@media only screen and (min-width : 992px) {
	.banner-ads-box {
		height: initial;
	}

	.banner-ads-info {
		padding: 20px 0;
	}

	.banner-ads-title {
		font-size: 24px;
		text-align: right;
	}

	.banner-ads-des {
		text-align: right;
	}
}

.mobile-call-fixed {
	position: fixed;
	bottom: 50px;
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	z-index: 9;
}

	.mobile-call-fixed.m1 {
		left: 10px;
	}

	.mobile-call-fixed.m2 {
		left: 60px;
	}

@keyframes floating {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 15px);
	}

	to {
		transform: translate(0, -0px);
	}
}

.mobile-call-fixed img {
	height: 40px;
}


/*@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        width: 100% !important;
        right: 0px;
        position: fixed;
        display: table;
        display: none;
    }

        .navbar-nav .dropdown-menu .dropdown {
            float: right;
            width: 22%;
        }

    .multi-level li {
        float: right;
    }
}*/
/*.nav-big .navbar-nav > li.dropdown > .dropdown-menu {
    height:400px;
    overflow:scroll;
}*/

@media (max-width: 992px) {


	.cat-box {
		display: block;
		height: 130px;
		position: relative;
		color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
		-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
	}

	.cat-box-lg {
		height: 150px;
	}

	.cat-box:hover {
		color: #fff;
	}

	.cat-box img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.cat-overlay-black {
		position: absolute;
		height: 100%;
		width: 100%;
		text-align: center;
	}

	.cat-overlay-red {
		background-color: rgba(255,255,255,.7);
		position: absolute;
		width: 100%;
		text-align: center;
		height: 20%;
		transition: .5s ease;
		bottom: 0;
		border-top: 2px solid #ce000c;
		color: #000;
	}

	.overlay-title {
		top: 50%;
		transform: translateY(-50%);
		font-size: 13px;
	}

	.overlay-des {
		display: none;
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 0 10px;
		font-size: 10px;
	}

	.cat-box:hover .cat-overlay-red {
		background-color: rgba(255,255,255,.7);
		height: 100%;
		padding-top: 10px;
	}

	.cat-box:hover .overlay-title {
		color: #ce000c;
	}

	.cat-box:hover .overlay-des {
		display: block;
		transition: 2s ease-in-out !important;
		bottom: auto;
		top: 70px;
		border-top: 2px solid #ce000c;
		padding-top: 10px;
	}

	.product-slider {
		margin-bottom: 10px !important;
	}
}

.nav-small {
	background: #616161;
}

#mobileTextTitle {
	font-size: 20px;
	display: inline-block;
	padding: 5px 0 0 0;
	color: white;
}


.nav-small .navbar-toggle, .nav-small .navbar-toggle:hover, .nav-small .navbar-toggle:active, .nav-small .navbar-toggle:focus {
	background-color: transparent;
	float: right;
	margin: 8px;
	color: white !important;
	border: 0px !important;
}

	.nav-small .navbar-toggle .icon-bar {
		background-color: white;
	}

.menu-container {
	border-top: 0px solid #eeeeee !important;
	border-bottom: 0px solid #eeeeee !important;
}


.carousalCat {
	background: #cf0008;
	padding: 0px;
	text-align: center;
	border-left: 1px solid white;
	color: white;
}

	.carousalCat a {
		color: white;
	}

.carousel_main1 {
	padding-top: 0px;
	margin-bottom: 0px;
}

#logo {
	/*float: right;*/
	/*margin-left: 20px;*/
}

@media (max-width: 992px) {
	#logo {
		float: none;
		text-align: center;
		margin-left: 0;
	}

	.pnl-last-articles {
		margin-top: 10px;
	}

		.product-slider .panel-heading h2, .pnl-last-articles .panel-heading a {
			color: #333;
			margin: 20px 0 5px;
			font-size: 15px;
		}

	.carousel-box {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.service-box .col-md-3 {
		padding: 1px;
	}
}

.nav-small .navbar-nav {
	background: white;
}

.content-description h1 {
	padding: 20px 0 20px 0;
	font-size: 18px;
}

.content-description h2 {
	font-size: 17px;
	padding: 20px 0 0;
}

.nav-link {
	width: 100%;
	display: block;
	padding: 10px 10px;
}

.mobile-user-icons {
	z-index: 99999;
}

.h5, .h4, .h3, .h2 {
	line-height: 22px;
}

.lastNews_Title div {
	height: 100px;
}

.lastNews_Title {
	padding: 40px 20px 0 20px;
	background: white;
	min-height: 180px;
	text-align: center;
}

	.lastNews_Title a {
		display: inline-block;
		background: #ebeff2;
		color: #333;
		padding: 0 40px;
		font-size: 23px;
	}

		.lastNews_Title a:hover {
			color: #f64050;
		}

.Articleheader {
	color: #333;
	font-size: 22px;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	display: block;
}

.lastNews_Img {
	height: 365px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #333;
}

.lastNews_Container {
	margin-top: 30px;
	background: white;
	border-top: solid 3px #f64050;
}

.specialProductBoxHome .singleProductCarosal {
	height: 390px;
}

.adsBox {
	/*padding: 0 10px;*/
}

	.adsBox .col-lg-3, .adsBox .col-lg-6, .adsBox .col-lg-12 {
		padding: 0 5px 0 5px;
	}


.social_links {
	/*text-align: left;*/
}

	.social_links img {
		height: 30px;
	}

	.social_links a {
		display: inline-block;
		margin-left: 15px;
	}

	.social_links .facebook {
		background-position-x: 77px;
		background-position-y: -35px;
	}

	.social_links .google {
		background-position-x: 110px;
		background-position-y: -35px;
	}

	.social_links .twitter {
		background-position-x: 143px;
		background-position-y: -34px;
	}

	.social_links .linkdin {
		background-position-x: 179px;
		background-position-y: -34px;
	}



	.social_links .insta {
		background-position-x: 77px;
		background-position-y: 0;
	}

	.social_links .aparat {
		background-position-x: 110px;
		background-position-y: 0;
	}

	.social_links .telegram {
		background-position-x: 144px;
		background-position-y: 0;
	}

	.social_links .utube {
		background-position-x: 179px;
		background-position-y: 0;
	}

.seller-container {
	margin: 50px 0;
}

	.seller-container header {
		text-align: center;
		margin-bottom: 35px;
	}

.seller-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.seller-item {
	width: calc(100% / 6 - 10px);
	background-color: #fff;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 25px;
	color: #000;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	outline: none !important;
	text-decoration: none !important;
	border-radius: 20px;
}

	.seller-item:hover {
		box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	}

.seller-img-box {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

	.seller-img-box img {
		height: 80px;
		width: 80px;
	}

.seller-name-box {
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	justify-content: center;
	flex-direction: column;
	display: flex;
	align-items: center;
	color: #555;
	font-size: 12px;
}

	.seller-name-box i {
		color: #ff8400;
		vertical-align: middle;
		margin-left: 5px;
	}

.seller-shop-name {
	font-family: Vazir-B;
	margin-bottom: 5px;
	font-size: 14px;
}

.seller-des-box {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: #ff1744;
	font-size: 12px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.seller-product-box {
	padding: 5px 0;
	border-radius: 15px;
	border: 1px solid #00c853;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	width: 100px;
	font-size: 12px;
	text-align: center;
	color: #00c853;
}

.btn-more-seller, .btn-close-seller {
	color: #0dcaf0;
	background-color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	border: 1px solid #0dcaf0;
	width: 200px !important;
	margin: 20px auto;
	border-radius: 15px;
}
