@font-face {
	font-family: 'Numbers';
	src: url(../fonts/numbers.eot);
	src: local(Numbers), local(Yekan), url(../fonts/numbers.woff) format("woff"), url(../fonts/numbers.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'Yekan';
	src: url(../fonts/yekan.eot);
	src: local(Yekan), local(Yekan), url(../fonts/yekan.woff) format("woff"), url(../fonts/yekan.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/light/opensans-light-webfont.woff2") format("woff2"), url("../fonts/open-sans/light/opensans-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/regular/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/open-sans/regular/opensans-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/semi-bold/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/open-sans/semi-bold/opensans-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/bold/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/open-sans/bold/opensans-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
body {
	font-family: Numbers, Yekan, "Open Sans" !important;
}
.en {
	direction: ltr;
	font-family: "Open Sans" !important;
}
img {
	width: 100%;
	max-width: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 300;
	color: #4d4d4d;
}
h5 {
	font-weight: 400;
}
body {
	color: #666;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #2a8fbd;
}
a:hover {
	color: #227297;
	text-decoration: none;
}
p.small, small {
	line-height: 1.5em;
	font-size: 13px;
	color: #858585;
}
.label {
	text-shadow: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.logo {
	width: auto;
}
.btn {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666;
	border: 1px solid #e6e6e6;
}
.btn:hover {
	background: #e6e6e6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-color: #ccc;
}
.btn-primary {
	background: #2a8fbd;
	color: #fff;
	border-color: #2681aa;
}
.btn-primary:hover {
	background: #1c475a;
	border-color: #1c475a;
}
.btn-white {
	background: #fff;
	color: #2a8fbd;
}
.btn-white:hover {
	color: #2a8fbd;
	background: #e6e6e6;
}
.gap {
	display: block;
	position: relative;
	margin: 30px 0 30px 0;
	clear: both;
	overflow: hidden;
}
.gap:after {
	content: '';
	display: table;
}
.gap-small {
	margin: 15px 0 15px 0;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.form-control {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #329fd1;
}
label {
	font-weight: 600;
}
.form-alert {
	display: none;
	margin-bottom: 10px;
	padding: 15px;
}
.search-area {
	font-size: 19px;
	color: #fff;
	background: #2a8fbd;
	padding: 10px 0;
	overflow: hidden;
	font-weight: 300;
	margin-bottom: 0;
}
.search-area input {
	display: block;
	line-height: 30px;
	font-size: 19px;
	height: 30px;
	margin-bottom: 0;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	padding: 0;
}
.search-area input::-webkit-input-placeholder {
 color: #fff;
 height: 30px;
 line-height: 30px;
 opacity: 0.5;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 filter: alpha(opacity=50);
 font-weight: 300;
}
.search-area input:-moz-placeholder, .search-area input::-moz-placeholder {
 color: #fff;
 height: 30px;
 line-height: 30px;
 opacity: 0.5;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 filter: alpha(opacity=50);
 font-weight: 300;
}
.search-area input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-area .search-btn {
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.search-area label {
	font-weight: 300;
	font-size: 19px;
	line-height: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	position: relative;
	margin-bottom: 0;
	padding-left: 65px;
}
.search-area label .fa {
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 20px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: #227297;
	text-align: center;
}
.search-area .search-area-division {
	float: right;
}
.search-area .search-area-division-location {
	width: 805px;
}
.search-area-white {
	background: #fff !important;
}
.search-area-white label {
	color: #666;
}
.search-area-white label .fa {
	background: #e6e6e6 !important;
}
.search-area-white .search-btn {
	background: #2a8fbd;
	color: #fff;
	border-color: #247aa1;
}
.search-area-white input {
	color: #666;
}
.search-area-white input::-webkit-input-placeholder {
 color: #666;
}
.search-area-white input:-moz-placeholder, .search-area-white input::-moz-placeholder {
 color: #666;
}
.owl-carousel .product-thumb {
	margin: 5px 0;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.product-alpha {
	min-height: 115px;
}
.product-header {
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #fff;
}
.product-quick-view, .product-secondary-image {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.product-quick-view {
	z-index: 4;
}
.product-quick-view .fa {
	height: 35px;
	line-height: 35px;
	width: 35px;
	display: block;
	text-align: center;
	background: rgba(255,255,255,0.8);
	color: #525252;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	top: 50%;
	margin-top: -17px;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.product-quick-view .fa:hover {
	background: #2a8fbd;
	color: #fff;
}
.product-thumb:hover .product-quick-view, .product-thumb:hover .product-secondary-image, .product-thumb:hover .product-logo {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.product-desciption {
	color: #858585;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.4em;
	text-align: center;
	margin-top: 20px;
	height: 60px;
}
.product-thumb {
	z-index: 1;
	position: relative;
	text-decoration: none !important;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align: center;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.product-thumb .product-header >img {
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 250px;
	width: auto;
	max-width: 263px;
	margin: 0 auto;
}
#owl-carousel .product-thumb .product-header >img {
	max-width: 233px;
	height: 215px;
}
.product-thumb .product-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 22px;
	border-top: none;
	position: relative;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	min-height: 250px;
}
.product-thumb .product-title {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
	margin-bottom: 5px;
	font-size: 16px;
}
.product-thumb .product-meta {
	margin-top: 15px;
}
.product-thumb .product-price-list, .product-thumb .product-actions-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-thumb .product-price-list > li, .product-thumb .product-actions-list > li {
	margin-right: 15px;
	display: inline-block;
}
.product-thumb .product-price-list > li:last-child, .product-thumb .product-actions-list > li:last-child {
	margin-right: 0;
}
.product-thumb .product-actions-list {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed #e6e6e6;
}
.product-thumb .product-price-list {
	font-size: 15px;
	margin-bottom: 0;
	height: 60px;
}
.product-thumb .product-price-list > li > span {
	display: block;
	line-height: 30px;
	text-align: center;
	height: 30px;
}
.product-thumb .product-price {
	font-weight: 600;
	color: #fff;
	padding: 0 7px;
	background: #1f93c8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.product-thumb:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
	box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
.product-thumb .product-old-price {
	color: #858585;
	text-decoration: line-through;
}
.product-thumb .product-price-list > li > span {
	line-height: 24px;
	height: 24px;
	font-size: 14px;
}
.product-thumb .product-save {
	font-weight: 600;
}
.banner {
	border-radius: 5px;
	margin-bottom: 15px;
}
.global-wrap {
	background: #f2f2f2;
}
body.boxed .top-main-area {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
body.boxed header.main {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
body.boxed .top-main-area + header.main {
	-webkit-border-radius: 0;
	border-radius: 0;
}
body.boxed footer.main {
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
body.boxed footer.main .footer-copyright {
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.top-main-area {
	padding: 15px 0;
	background: #fff;
	position: relative;
	z-index: 999;
}
.top-main-area.top-main-area-dark {
	background: #212121;
}
.top-main-area .login-register > li > a {
	height: 32px;
	line-height: 32px;
	color: #6e6e6e;
	font-size: 12px;
}
.top-main-area.top-main-area-dark .login-register > li {
	border-color: #4d4d4d;
}
.top-main-area.top-main-area-dark .login-register > li > a {
	color: #d9d9d9;
}
header.main {
	background: #333;
}
header.main .logo {
	margin-top: 9px;
}
header.main.main-color {
	background: #2a8fbd;
}
header.main.main-white {
	background: #fff;
}
header.main.main-white a {
	color: #666;
}
header.main.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo {
	display: block;
}
.logo > img {
	width: auto;
}
.top-area {
	position: relative;
	overflow: hidden;
}
.top-area >img {
	width: 100%;
}
.header-features {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.header-features a {
	color: #9a9a9a;
	text-decoration: none;
	font-weight: bold;
}
.header-features > li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 0;
}
.header-features > li:last-child {
	margin-left: 0;
	margin-right: 20px;
}
.header-features > li .fa {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 39px;
	text-align: center;
	background: #666;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: right;
	margin-left: 7px;
	font-size: 20px;
}
.header-features > li .header-feature-caption {
	display: table;
}
.header-features > li .header-feature-title {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
	line-height: 1em;
	color: #6e6e6e;
	margin-top: 4px;
}
.header-features > li .header-feature-sub-title {
	margin: 0;
	font-size: 12px;
	color: #949494;
}
.header-search-bar {
	margin-top: 9px;
	display: table;
	padding: 5px 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.6);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.6);
}
.header-search-bar label {
	margin-right: 7px;
	margin-bottom: 0;
}
.header-search-bar input {
	margin-right: 7px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-search-bar input:focus {
	outline: none;
}
.header-search-bar button {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #2a8fbd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	border: none;
}
footer.main {
	background: #1a1a1a;
	border-top: 3px solid #2681aa;
}
footer.main h5, footer.main h4, footer.main h3, footer.main h2, footer.main h1 {
	color: #f2f2f2;
}
footer.main p, footer.main a {
	font-size: 13px;
	line-height: 1.4em;
}
footer.main p {
	margin-bottom: 0;
	color: #999;
	text-align: justify;
}
footer.main .footer-top-area {
	padding-top: 30px;
	background: #2f2f2f;
}
footer.main .footer-copyright {
	padding: 10px 0;
	background: #2a8fbd;
	color: #fff;
}
footer.main .post-list .post-thumb {
	border-color: #141414;
}
footer.main a:hover {
	text-decoration: underline;
}
footer.main .thumb-list > li {
	border-color: #000;
}
footer.main .thumb-list > li .thumb-list-item-caption .thumb-list-item-meta {
	color: #e6e6e6;
}
footer.main .thumb-list > li .thumb-list-item-caption .thumb-list-item-desciption {
	color: #ccc;
}
footer.main .list-payment {
	margin-bottom: 0;
}
footer.main .list-payment > li > img {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	width: 40px;
}
footer.main .list-payment > li:hover > img {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
header.main a, footer.main a {
	color: #fff;
}
.rounded {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}
.list.list-social {
	overflow: hidden;
	margin: 10px 0;
}
.list.list-social li {
	float: left;
	margin-right: 12px;
}
.list.list-social li .box-icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.list.list-social li .box-icon:hover {
	text-decoration: none;
}
.list.list-social li:last-child {
	margin-right: 0;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-space > li {
	margin-bottom: 7px;
}
.list-space > li:last-child {
	margin-bottom: 0;
}
.nav-pills > li > a {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.nav-pills > li.active > a {
	cursor: default;
	background: #2a8fbd;
}
.nav-pills > li.active > a:hover {
	background: #2a8fbd;
}
.shopping-cart .shopping-cart-box {
	position: absolute;
	z-index: 10;
	width: 250px;
	padding: 10px 15px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #1a1a1a;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	height: 1px;
	overflow: hidden;
}
.shopping-cart .shopping-cart-box .shopping-cart-items {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #030303;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a {
	display: block;
	color: #fff;
	overflow: hidden;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a h5 {
	font-size: 13px;
	color: #d9d9d9;
	margin-bottom: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a .shopping-cart-item-price {
	color: #bfbfbf;
	font-size: 12px;
	margin-bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a img {
	width: 50px;
	float: left;
	margin-right: 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a:hover h5, .shopping-cart .shopping-cart-box .shopping-cart-items > li > a:hover .shopping-cart-item-price {
	color: #fff;
}
.shopping-cart:hover .shopping-cart-box {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	height: auto;
	overflow: visible;
}
.shopping-cart.shopping-cart-white .shopping-cart-box {
	background: #fff;
}
.shopping-cart.shopping-cart-white .shopping-cart-box .shopping-cart-items > li {
	border-bottom: 1px dashed #e6e6e6;
}
.shopping-cart.shopping-cart-white .shopping-cart-box .shopping-cart-items > li > a h5 {
	color: #575757;
}
.shopping-cart.shopping-cart-white .shopping-cart-box .shopping-cart-items > li > a .shopping-cart-item-price {
	color: #616161;
}
.box-icon {
	display: block;
	background: #2a8fbd;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.box-icon:hover {
	color: #fff;
	background: #227297;
}
ul.pagination {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
ul.pagination li a {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	border: 1px solid #e6e6e6;
	color: #2a8fbd;
}
ul.pagination li a:hover {
	color: #2a8fbd;
}
ul.pagination li.active a {
	background: #2a8fbd;
	border-color: #2681aa;
	color: #fff;
}
ul.pagination li.active a:hover {
	background: #2a8fbd;
	border-color: #2681aa;
}
ul.pagination li.prev a:before, ul.pagination li.next a:before {
	font-size: 12px;
	font-family: 'FontAwesome';
	line-height: 1em;
}
ul.pagination li.prev a:before {
	content: '\f053';
}
ul.pagination li.next a:before {
	content: '\f054';
}
.box {
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.row-wrap >[class^="col-"] {
	margin-bottom: 30px;
}
.row-reverce >[class^="col-"] {
	float: right;
}
.top-title-area {
	background: #4d4d4d;
	padding: 25px 0;
}
.top-title-area .title-page {
	margin-bottom: 0;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.sidebar-left {
	margin-right: 30px;
}
.sidebar-right {
	margin-left: 30px;
}
.nav-pills.nav-stacked.nav-arrow > li {
	margin: 0;
}
.nav-pills.nav-stacked.nav-arrow > li a {
	position: relative;
	padding: 0 15px;
	border-bottom: 1px solid #e6e6e6;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.nav-pills.nav-stacked.nav-arrow > li a:hover {
	color: #2a8fbd;
}
.nav-pills.nav-stacked.nav-arrow > li.active a {
	color: #fff;
	background: #2a8fbd;
	border-color: #2681aa;
}
.nav-pills.nav-stacked.nav-arrow > li.active a:hover {
	color: #fff;
}
.nav-pills.nav-stacked.nav-arrow > li.active a:after {
	position: absolute;
	content: '';
	top: 6px;
	right: -15px;
	width: 28px;
	height: 28px;
	background: #2a8fbd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tabbable >.nav {
	margin-bottom: 0;
}
.tabbable >.nav li .fa {
	margin-right: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #4d4d4d;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.tabbable >.nav li a {
	border: none;
	color: #666;
}
.tabbable >.nav li a:hover {
	background: none;
}
.tabbable >.nav li.active a {
	background: #2a8fbd;
	color: #fff;
	border: none;
}
.tabbable >.nav li.active .fa {
	background: #1d6484;
}
.tabbable .tab-content {
	padding: 20px;
	border: 1px solid #d9d9d9;
	border-top: none;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.accordion-group {
	-webkit-border-radius: 0;
	border-radius: 0;
	border-color: #d9d9d9;
}
.accordion-toggle {
	position: relative;
}
.accordion-toggle:before {
	font-family: 'FontAwesome';
	content: '\f0d7';
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
}
.accordion-toggle.active {
	background: #2a8fbd;
	color: #fff;
}
.accordion-toggle.active:before {
	content: '\f0d8';
}
.accordion-inner {
	background: #fff;
}
.team-member .title {
	margin: 7px 0 0 0;
}
.team-member .meta {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 15px;
}
.team-member .desciption {
	margin-bottom: 0;
	font-size: 13px;
	color: #757575;
	line-height: 1.4em;
}
.sidebar-left {
	margin-right: 30px;
}
.sidebar-box {
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}
.sidebar-box.has-img {
	padding: 0
}
.sidebar-box img {
	width: 231px;
	border-radius: 3px;
}
.checkbox-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.checkbox-list .checkbox {
	margin-bottom: 7px;
	margin-top: 0;
}
.checkbox-list .checkbox:last-child {
	margin-bottom: 0;
}
.checkbox-list .checkbox + .checkbox {
	margin-top: 0;
}
.checkbox-list label {
	font-size: 13px;
}
.cart-table {
	padding: 20px;
	-webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 1px rgba(0,0,0,0.2);
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.table {
	padding: 20px;
	-webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 1px rgba(0,0,0,0.2);
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cart-table > thead > tr > td, .cart-table > tbody > tr > td, .cart-table > tfoot > tr > td, .cart-table > thead > tr > th, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > th {
	padding: 10px 15px;
	vertical-align: middle;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
	padding: 10px 15px;
	vertical-align: middle;
}
.cart-table > thead > tr > td:last-child, .cart-table > tbody > tr > td:last-child, .cart-table > tfoot > tr > td:last-child, .cart-table > thead > tr > th:last-child, .cart-table > tbody > tr > th:last-child, .cart-table > tfoot > tr > th:last-child {
	text-align: right;
}
.table > thead > tr > td:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child, .table > thead > tr > th:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > th:last-child {
	text-align: right;
}
.cart-table > thead > tr > th, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > th {
	border-width: 1px;
	font-weight: 400;
	font-size: 16px;
}
.cart-table .cart-item-image img {
	width: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cart-table .cart-item-remove > a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #999;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.cart-table .cart-item-remove > a:hover {
	background: #808080;
}
.cart-table .cart-item-quantity > input {
	width: 25px;
	text-align: center;
	outline: none;
	display: inline-block;
	line-height: 20px;
	margin: 0 7px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cart-table .cart-item-quantity .cart-item-minus, .cart-table .cart-item-quantity .cart-item-plus {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	color: #b3b3b3;
	font-size: 12px;
}
.cart-table .cart-item-quantity .cart-item-minus:hover, .cart-table .cart-item-quantity .cart-item-plus:hover {
	color: #666;
}
.cart-total-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
	color: #7d7d7d;
}
.cart-total-list > li {
	margin-bottom: 5px;
}
.cart-total-list > li > span {
	width: 35%;
	display: inline-block;
}
.cart-total-list > li:last-child {
	font-size: 17px;
	font-weight: 600;
	color: #666;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
	border-width: 1px;
	font-weight: 400;
	font-size: 16px;
}
.table .item-image img {
	width: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.table .cart-item-remove > a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #999;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.table .cart-item-remove > a:hover {
	background: #808080;
}
.table .cart-item-quantity > input {
	width: 25px;
	text-align: center;
	outline: none;
	display: inline-block;
	line-height: 20px;
	margin: 0 7px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.table .cart-item-quantity .cart-item-minus, .table .cart-item-quantity .cart-item-plus {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	color: #b3b3b3;
	font-size: 12px;
}
.table .cart-item-quantity .cart-item-minus:hover, .table .cart-item-quantity .cart-item-plus:hover {
	color: #666;
}
.thumb-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumb-list > li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #e6e6e6;
	overflow: hidden;
}
.thumb-list > li img {
	float: right;
	width: 50px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.thumb-list > li .thumb-list-item-caption {
	display: table;
}
.thumb-list > li .thumb-list-item-caption .icon-list-rating {
	font-size: 9px;
	color: #48aad6;
	margin-bottom: -3px;
}
.thumb-list > li .thumb-list-item-caption .icon-list-rating.icon-list-non-rated {
	color: #858585 !important;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title {
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 2px;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a {
	color: #5c5c5c;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a:hover {
	text-decoration: underline;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-desciption {
	font-size: 12px;
	margin: 0;
	color: #8c8c8c;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-meta {
	margin-bottom: 5px;
	line-height: 1em;
	font-size: 11px;
	color: #858585;
	font-style: italic;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-price {
	font-size: 16px;
	color: #757575;
	margin-bottom: 0;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-author {
	font-size: 11px;
	color: #858585;
	font-style: italic;
}
.thumb-list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.thumb-list.thumb-list-right > li img {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.vert-center {
	left: 50%;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-white {
	background-color: #fff;
}
.bg-holder {
	position: relative;
	overflow: hidden;
}
.bg-holder > .bg-mask, .bg-holder > .bg-blur, .bg-holder > .bg-mask-darken, .bg-holder > .bg-mask-lighten, .bg-holder > .bg-parallax {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.bg-holder > .bg-mask, .bg-holder > .bg-parallax {
	width: 100%;
	height: 100%;
}
.bg-holder > .bg-mask, .bg-holder > .bg-mask-darken, .bg-holder > .bg-mask-lighten, .bg-holder > .bg-mask-white, .bg-holder > .bg-mask-color, .bg-holder > .bg-mask-color-invert {
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background: #000;
}
.bg-holder > .bg-mask-lighten {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.bg-holder > .bg-mask-darken {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.bg-holder > .bg-mask-color {
	background: #2a8fbd;
}
.bg-holder > .bg-mask-white {
	background: #fff;
}
.bg-holder > .bg-parallax {
	background-position: 50% 0;
	background-attachment: fixed;
}
.bg-holder > .bg-blur {
	width: 50% !important;
	height: 50% !important;
	-webkit-transform-origin: 1% 1%;
	-moz-transform-origin: 1% 1%;
	-o-transform-origin: 1% 1%;
	-ms-transform-origin: 1% 1%;
	transform-origin: 1% 1%;
	-webkit-transform: scale(2.1);
	-moz-transform: scale(2.1);
	-o-transform: scale(2.1);
	-ms-transform: scale(2.1);
	transform: scale(2.1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
	z-index: 0;
}
.bg-holder > .bg-blur:before {
	content: '';
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bg-holder > .bg-blur.bg-parallax {
	background-attachment: scroll;
}
.bg-holder > .bg-holder-content {
	position: relative;
	z-index: 6;
}
.bg-holder > .bg-front {
	z-index: 6;
}
.address-box {
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding: 10px 15px;
	display: block;
}
.address-box .address-box-remove, .address-box .address-box-edit {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #ededed;
	color: #808080;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.address-box .address-box-remove:before, .address-box .address-box-edit:before {
	font-family: 'FontAwesome';
	content: '\f00d';
}
.address-box .address-box-edit {
	margin-top: 27px;
}
.address-box .address-box-edit:before {
	content: '\f040';
}
.address-box > ul {
	list-style: none;
	padding-left: 0;
	font-size: 13px;
	padding-right: 20px;
}
.address-box > ul li {
	margin-bottom: 3px;
}
.address-box.address-box-new {
	height: 141px;
	width: 100%;
	text-align: center;
}
.address-box.address-box-new p {
	color: #858585;
	font-size: 12px;
	margin-bottom: 0;
}
.address-box .address-box-new-icon {
	font-size: 30px;
	background: #737373;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 45px;
	height: 45px;
	width: 45px;
	text-align: center;
	margin-bottom: 7px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.address-box:hover .address-box-remove, .address-box:hover .address-box-edit {
	background: #333;
	color: #fff;
}
.address-box:hover .address-box-remove:hover, .address-box:hover .address-box-edit:hover {
	background: #227297;
}
.address-box:hover .address-box-new-icon {
	background: #227297;
}
.table-order {
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.table-order .table-order-img img {
	width: 50px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.table-order td {
	vertical-align: middle !important;
	font-size: 13px;
}
.table-order th {
	border-bottom: none !important;
	font-weight: normal;
}
.panel-default > .panel-heading {
	background: #fff;
	padding: 0;
}
.panel-title {
	font-weight: 400;
}
.panel-title > a {
	display: block;
	position: relative;
	padding: 10px 15px;
	background: #fff;
}
.panel-title > a:before {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	font-size: 16px;
	top: 10px;
	right: 15px;
}
.row-no-gutter {
	margin: 0 !important;
}
.row-no-gutter > [class^="col-"] {
	padding: 0 !important;
}
.team-member {
	text-align: center;
}
.team-member > img {
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.team-member .team-member-position {
	font-style: italic;
	margin-bottom: 5px;
}
.team-member .team-member-desciption {
	font-size: 13px;
	color: #858585;
}
.team-member .team-member-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team-member .team-member-social > li {
	display: inline-block;
	margin: 0 3px;
}
.team-member .team-member-social > li .fa {
	display: block;
	width: 28px;
	height: 28px;
	background: #2a8fbd;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.team-member .team-member-social > li .fa:hover {
	background: #227297;
}
.breadcrumb {
	padding: 5px 10px;
	background: #fff;
	font-size: 13px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
}
.breadcrumb > li + li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	padding: 0 7px;
}
.tags-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: -7px;
}
.tags-list > li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
.tags-list > li > a {
	display: inline-block;
	padding: 5px 7px;
	padding-left: 15px;
	background: #2a8fbd;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}
.tags-list > li > a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 5px;
	margin-top: -3px;
}
.tags-list > li > a:hover {
	background: #247aa1;
}
.blog-category-list > li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ededed;
}
.blog-category-list > li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.countdown {
	width: 400px;
	overflow: hidden;
	height: 58px;
	margin: 20px 0;
	display: table;
}
.countdown > div {
	display: table-cell;
}
.countdown > div > span {
	display: block;
	text-align: center;
}
span.count {
	font-size: 48px;
	line-height: 48px;
}
.countdown.countdown-inline {
	width: 100%;
	margin: 10px 0 0 0;
	height: auto;
}
.countdown.countdown-inline > div {
	display: inline;
}
.countdown.countdown-inline > div:first-child span.count {
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
	color: #2a8fbd;
}
.countdown.countdown-inline > div:first-child span.title {
	font-size: 20px;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
	color: #2a8fbd;
}
.countdown.countdown-inline > div:first-child span.count:after, .countdown.countdown-inline > div:last-child span.count:after {
	content: '';
	margin: 0;
}
.countdown.countdown-inline > div > span {
	display: inline;
	line-height: 1em;
}
.countdown.countdown-inline > div span.count {
	font-size: 20px;
}
.countdown.countdown-inline > div span.count:after {
	content: ':';
	margin: 0 2px;
}
.countdown.countdown-inline > div span.title {
	display: none;
}
.countdown-big {
	margin: 20px auto;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.countdown-big .title {
	color: rgba(255,255,255,0.7);
}
.carousel {
	margin-bottom: 0;
}
.carousel img {
	max-width: none;
	width: 100%;
}
.carousel .carousel-control {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background: #2a8fbd;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.carousel-inner {
	border-radius: 5px;
}
.carousel .carousel-control:hover {
	color: #fff;
}
.carousel .carousel-control:before {
	font-family: 'FontAwesome';
}
.carousel .carousel-control.right:before {
	content: '\f054';
}
.carousel .carousel-control.left:before {
	content: '\f053';
}
.carousel .carousel-caption {
	color: #fff;
}
.flexnav {
	margin: 0;
 *zoom: 1;
	position: relative;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	-ms-transition: 0;
	transition: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 100;
}
.flexnav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.flexnav:after {
	content: '';
	display: table;
	clear: both;
}
.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px;
}
.flexnav li {
	margin: 0 !important;
	position: relative;
}
.flexnav li.active > a {
	background: #2a8fbd;
	color: #fff;
	border-color: #2a8fbd !important;
}
.flexnav li.active > a:hover {
	background: #2a8fbd;
	color: #fff;
}
.flexnav li a {
	margin: 0;
	position: relative;
	display: block;
	padding: 10px 15px;
	background: #fff;
}
.flexnav li > a {
	line-height: 1em;
	text-decoration: none;
}
.touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 15px;
	background: #2a8fbd;
	color: #fff;
}
.touch-button:before {
	content: '\f078';
	-webkit-font-smoothing: antialiased;
}
.touch-button:hover {
	cursor: pointer;
}
.touch-button.active {
	background: #247aa1;
}
.touch-button.active:before {
	content: '\f077';
}
.flexnav-menu-button {
	margin-bottom: 10px;
	position: relative;
	display: block;
	padding: 20px 30px;
	cursor: pointer;
	background: #2a8fbd;
	color: #fff;
	font-size: 20px;
}
.flexnav-menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px;
}
.flexnav-menu-button .touch-button {
	background: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.flexnav-menu-button .touch-button:before {
	content: '\f0c9';
}

@media all and (min-width: 800px) {
.flexnav {
	overflow: visible;
}
.flexnav > li > ul {
	padding-top: 0;
}
.flexnav > li > ul a {
	line-height: 1.4em;
}
.flexnav a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
}
.flexnav > li > a {
	background: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.flexnav > li > a:hover {
	background: #262626;
}
.flexnav li {
	overflow: visible;
}
.flexnav li .touch-button {
	display: none;
}
.flexnav li ul {
	z-index: 1;
	width: 150px;
	position: absolute;
	display: none;
}
.flexnav li ul li > a {
	border-top: 1px solid #1a1a1a;
	background: #262626;
	color: #fff;
}
.flexnav li ul li > a:hover {
	background: #1a1a1a;
}
.flexnav li ul li > ul {
	left: -1px;
	margin-left: 100%;
	top: 0;
}
.flexnav li > ul {
	top: auto;
	left: 0;
}
.flexnav li > ul li {
	width: 100%;
}
.flexnav-menu-button {
	display: none;
}
}

@media all and (max-width: 800px) {
.flexnav {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	max-height: 0;
}
.flexnav.show {
	max-height: 2000px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	z-index: 1500;
}
.flexnav li {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.flexnav li a {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 22.5px;
	color: #666 !important;
}
.flexnav li.active > a {
	color: #fff !important;
}
.flexnav li .touch-button {
	display: block;
}
.flexnav li ul {
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	width: 100%;
}
.flexnav li ul li {
	overflow: hidden;
}
.flexnav li ul li.show {
	overflow: visible;
}
}
.oldie body.one-page {
	padding-top: 70px;
}
.oldie .flexnav {
	overflow: visible;
}
.oldie .flexnav.one-page {
	top: 0;
	right: auto;
	max-width: 1080px;
}
.oldie .flexnav li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	background-color: #a6a6a2;
	width: 20%;
	min-height: 50px;
	overflow: visible;
}
.oldie .flexnav li:hover > ul {
	display: block;
	width: 100%;
	overflow: visible;
}
.oldie .flexnav li:hover > ul li {
	width: 100%;
	float: none;
}
.oldie .flexnav li a {
	border-left: 1px solid #acaca1;
	border-bottom: none;
	overflow: visible;
}
.oldie .flexnav li > ul {
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
	overflow: visible;
}
.oldie .flexnav li ul li ul {
	top: 0;
}
.oldie .flexnav li ul li a {
	border-bottom: none;
}
.oldie .flexnav li ul.open {
	display: block;
	width: 100%;
	overflow: visible;
}
.oldie .flexnav li ul.open li {
	width: 100%;
}
.oldie .flexnav li ul.open ul.open {
	margin-left: 100%;
	top: 0;
	display: block;
	width: 100%;
	overflow: visible;
}
.oldie .flexnav li:hover ul {
	margin-left: 100%;
	top: 0;
}
.oldie .flexnav-menu-button {
	display: none;
}
.oldie.ie7 .flexnav li {
	width: 19.9%;
}
.flexnav-center {
	display: table;
	margin: 0 auto;
}
.flexnav-icons .fa {
	margin-right: 5px;
	background: rgba(0,0,0,0.5);
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}
.flexnav-icons-top .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	display: block;
	margin: 0 auto 7px auto;
}
.flexnav-icons-top > li > a {
	height: auto !important;
	line-height: 1em;
	padding: 10px 20px;
}
.flexnav-border > li {
	border-left: 1px solid rgba(0,0,0,0.1);
}
.flexnav-border > li:last-child {
	border-right: 1px solid rgba(0,0,0,0.1);
}
header.main-color li.active > a {
	background: #333;
	color: #fff;
	border-color: #333 !important;
}
header.main-color li.active > a:hover {
	background: #333;
	color: #fff;
}
header.main-color li a:hover {
	background: #227297;
}
header.main-white .flexnav-icons .fa {
	background: rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
header.main-white .flexnav > li > a {
	color: #666 !important;
}
header.main-white .flexnav > li > a:hover {
	background: rgba(0,0,0,0.07);
}
header.main-white .flexnav > li.active > a {
	color: #fff !important;
	background: #2a8fbd;
}
header.main-white .flexnav > li.active > a:hover {
	background: #2a8fbd;
	color: #fff;
}
header.main-white .flexnav > li ul li > a {
	background: #fff;
	color: #666 !important;
	border-color: #d9d9d9;
}
header.main-white .flexnav > li ul li > a:hover {
	background: #e6e6e6;
}
header.main-white .flexnav > li ul li.active > a {
	background: #2a8fbd;
	color: #fff !important;
}
header.main-white .flexnav > li ul li.active > a:hover {
	background: #2a8fbd;
	color: #fff;
}
.owl-carousel .owl-wrapper:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	margin: 0 -15px;
	padding: 0 45px;
}
.owl-carousel[data-nav="false"] {
	padding: 0 !important;
}
.owl-carousel[data-nav="false"] .owl-buttons {
	display: none !important;
}
.owl-carousel[data-pagination="false"] .owl-pagination {
	display: none !important;
}
.owl-carousel.owl-slider {
	margin: 0;
	padding: 0;
}
.owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-next {
	right: 30px;
}
.owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-prev {
	left: 30px;
}
.owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div {
	top: 20px;
	margin: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}
.owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-next {
	right: 15px;
}
.owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-prev {
	left: auto;
	right: 50px;
}
.owl-carousel.owl-slider .owl-item {
	padding: 0;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	padding: 0 15px;
}
.owl-carousel .owl-item.loading {
	min-height: 150px;
	background: url("AjaxLoader.html") no-repeat center center;
}
.owl-carousel .owl-item .owl-caption {
	position: absolute;
	z-index: 99;
	background: rgba(0,0,0,0.5);
	padding: 10px 15px;
	color: #fff;
	width: 50%;
}
[data-inner-pagination="true"] .owl-controls .owl-pagination {
	margin: 0;
	position: absolute;
	bottom: 30px;
	width: 100%;
}

@media (max-width: 992px) {
[data-inner-pagination="true"] .owl-controls .owl-pagination {
	display: none;
}
}
[data-white-pagination="true"] .owl-controls .owl-pagination .owl-page span {
	background: #fff;
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.01);
	text-align: center;
}
.owl-controls .owl-pagination {
	margin-top: 10px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
	color: #fff;
	zoom: 1;
 *display: inline;
	margin: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.owl-controls .owl-page:hover, .owl-controls .owl-buttons div:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	text-decoration: none;
}
.owl-controls .owl-page {
	zoom: 1;
 *display: inline;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #2a8fbd;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.owl-controls .owl-page.active span {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.owl-controls span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	margin: -30px 0 0 0;
	background: rgba(0,0,0,0.2);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-size: 17px;
}
.owl-controls .owl-buttons div:hover {
	background: #2a8fbd;
	-webkit-box-shadow: 0 0 0 1px #2a8fbd;
	box-shadow: 0 0 0 1px #2a8fbd;
}
.owl-controls .owl-buttons div:before {
	font-family: 'FontAwesome';
}
.owl-controls .owl-buttons div.owl-next {
	right: 0;
}
.owl-controls .owl-buttons div.owl-next:before {
	content: '\f105';
}
.owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
.owl-controls .owl-buttons div.owl-prev:before {
	content: '\f104';
}
.grabbing {
	cursor: url("../img/grabbing.html") 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
	perspective-x: 50%;
	perspective-y: 50%;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut 0.7s both ease;
	-moz-animation: fadeOut 0.7s both ease;
	-o-animation: fadeOut 0.7s both ease;
	-ms-animation: fadeOut 0.7s both ease;
	animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn 0.7s both ease;
	-moz-animation: fadeIn 0.7s both ease;
	-o-animation: fadeIn 0.7s both ease;
	-ms-animation: fadeIn 0.7s both ease;
	animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	-o-animation: backSlideOut 1s both ease;
	-ms-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	-o-animation: backSlideIn 1s both ease;
	-ms-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	-webkit-animation: scaleToFade 0.7s ease both;
	-moz-animation: scaleToFade 0.7s ease both;
	-o-animation: scaleToFade 0.7s ease both;
	-ms-animation: scaleToFade 0.7s ease both;
	animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown 0.6s ease both;
	-moz-animation: goDown 0.6s ease both;
	-o-animation: goDown 0.6s ease both;
	-ms-animation: goDown 0.6s ease both;
	animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom 0.5s ease both;
	-moz-animation: scaleUpFrom 0.5s ease both;
	-o-animation: scaleUpFrom 0.5s ease both;
	-ms-animation: scaleUpFrom 0.5s ease both;
	animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo 0.5s ease both;
	-moz-animation: scaleUpTo 0.5s ease both;
	-o-animation: scaleUpTo 0.5s ease both;
	-ms-animation: scaleUpTo 0.5s ease both;
	animation: scaleUpTo 0.5s ease both;
}
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	color: #173d50;
	background-color: #173d50;
}
a {
	color: #e97d68;
	text-decoration: none;
}
/* ------- */
#shopping-cart a.btn {
	display: block;
	margin-bottom: 10px;
}
#shopping-cart .cart-count {
	text-align: center;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}
#shopping-cart .cart-count a {
	font-size: 30px;
	font-family: "Open Sans";
	font-weight: bold;
	background: #e97d68;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 100px;
	color: #fff;
}
#shopping-cart .cart-count a:hover {
	color: #227297
}
#shopping-cart img {
	width: 100%;
}
h1, h2, h3, h4, h5 {
	font-family: Yekan, Number
}
.btn, body {
	font-family: Yekan, Number;
	font-size: 14px;
}
.owl-carousel {
	direction: ltr;
}
.mfp-dialog {
	text-align: right;
}
.logo > img {
	height: auto;
	width: 100%;
}
.login-register {
	float: left;
}
.login-register > li {
	border-right: 0;
	border-left: 1px solid rgba(0,0,0,0.3);
}
.login-register > li > a [class^="fa fa-"] {
	margin-right: 0px;
	margin-left: 7px;
}
div.shopping-cart-box i {
	margin-left: 5px;
}
div.shopping-cart-box li a {
	font-size: 13px;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a img {
	float: right;
	margin-right: 0;
	margin-left: 12px;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a h5 {
	line-height: 26px;
}
.search-area label .fa {
	left: auto;
	right: 0;
}
.search-area label {
	margin-right: 0;
	margin-left: 10px;
	padding-left: 0;
	padding-right: 65px;
	float: right;
}
.mfp-dialog .dialog-form > .btn, .mfp-dialog .social-media-login > .btn {
	float: left;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: right;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-right: auto;
	margin-left: -20px;
}
.mfp-dialog .dialog-alt-links {
	float: right;
	right: 0;
	bottom: 30px;
}
#product-quick-view-dialog ul > li > a > span, .login-register > li > a > span {
	position: relative;
	top: -3px;
}
#product-quick-view-dialog ul > li > a > span {
	margin-right: 3px;
}
.search-area input, .search-area label {
	font-size: 15px;
	font-family: Yekan, Number
}
#searchindex {
	padding: 0;
}
.search-area .search-btn {
	line-height: 0;
	width: 60%;
	float: left;
	margin-left: 15px;
}
.search-area label .fa-question {
	font-size: 26px;
}
.sidebar-left h3 {
	font-size: 20px;
}
#product-quick-view-dialog .col-md-5 .icon-list-rating {
	height: 20px;
}
#product-quick-view-dialog .col-md-5 .icon-list-rating li {
	float: left;
}
.icon-list .fa {
	margin-right: 0;
	margin-left: 7px;
}
#product-quick-view-dialog .more-details {
	float: left;
}
.product-thumb .product-price-list li {
	display: block;
}
.product-thumb .product-price-list > li > span {
	line-height: 24px;
	height: 24px;
	font-size: 14px;
}
.noneoldprice ul.product-price-list {
	height: 25px;
	margin-top: 50px;
}
ul.product-price-list li span.product-price {
	display: inline-block;
}
.product-thumb .product-price-list > li, .product-thumb .product-actions-list > li {
	margin-right: 0;
	margin-left: 2px;
}
.row-product {
	margin: 0!important;
}
.owl-item {
	direction: rtl;
}
.thumb-list-item-desciption-box {
	max-height: 20px;
	overflow: hidden;
}
.footer-top-area .row .col-md-4 .box input {
	float: left;
}
.sidebar-left {
	margin-right: 0;
	margin-left: 30px;
}
.owl-controls .owl-buttons div.owl-next:before {
	padding-left: 2px;
}
.owl-controls .owl-buttons div.owl-prev:before {
	padding-right: 2px;
}
footer.main h4 {
	margin-bottom: 20px;
}
footer.main .logo {
	width: 220px;
	float: left;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-price {
	font-size: 14px;
}
.in-block {
	display: inline-block;
}
.pagination > li {
	float: left;
}
ul.pagination {
	float: left;
}
.banks > ul {
	padding: 11px 13px 25px 0;
	border: 1px dashed #d7d7d7;
	background: #f4f4f4;
}
.banks li {
	display: inline-block;
	list-style: outside none none;
	margin-left: 49px;
}
.banks li img {
	transition-duration: 0.3s;
}
.payment-button {
	text-align: center;
	margin-top: -23px;
}
.payment-btn {
	background: #ebebeb none repeat scroll 0 0;
	border-bottom: 3px solid #cccccc;
	padding: 10px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #838383;
}
.footer-img {
	display: table;
	margin-bottom: -3px;
	text-align: center;
	width: 100%;
}
ul.cart {
	float: none;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
li.shopping-cart {
	float: left;
	display: block;
	line-height: 50px;
}
li.shopping-cart i {
	margin-left: 5px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	margin-right: -1px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.post p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.4em;
	color: #4e4e4e;
}
.table img {
	width: 50%;
}
.product-info .btn {
	font-size: 12px
}
.product-img {
	height: 400px;
}
.product-img img {
	height: auto;
	width: 652px;
	margin: 0 auto;
	display: block;
}
.tabbable > ul {
	padding-right: 2px;
}
.tabbable >.nav li .fa {
	margin-left: 5px;
	margin-right: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #4d4d4d;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
.comment .comment-content {
	border: none;
}
.comment form {
	margin-top: 20px;
}
p.reply {
	margin-right: 0;
	background-color: #2a8fbd;
	padding: 10px 15px;
	border-radius: 3px;
	color: #fff;
	padding-bottom: 10px;
}
hr.comment-divider {
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 0;
}
#captcha #field_captcha {
	float: right;
	width: 30%;
	margin-right: 10px;
}
#captcha label {
	float: right;
	line-height: 30px;
}
#captcha img {
	float: right;
	width: 100px;
	margin-right: 10px;
}
div#captcha {
	height: 34px;
}
.cat-menu {
	background: #f7f8fa;
	box-shadow: 0 2px 4px -3px #c7c7c7;
	margin-top: 1px;
	margin-bottom: 15px;
}
.cat-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cat-menu li {
	float: right;
}
ul.cat-menu-main {
	position: relative;
}
ul.cat-menu-main > li {
	list-style: none;
	display: inline-block;
	padding: 8px 15px;
	position: initial;
}
ul.cat-menu-main > li > a {
	color: #4d4d4d;
	line-height: 28px;
}
.cat-menu li > ul {
	position: absolute;
	right: 0;
	top: 40px;
	width: 100%;
	padding: 0 10px;
	z-index: 1;
	background: #fff;
	border-bottom: 2px solid #2a8fbd;
	box-shadow: 0px 1px 3px rgba(37, 37, 37, 0.4);
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}
.cat-menu li:hover > ul {
	display: block;
	transition: all ease .5s;
	opacity: 1;
	visibility: visible;
}
.has-child:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #4d4d4d;
	margin-right: 5px;
}
.has-child:hover:after {
	content: "\f106" !important;
}
.has-child a {
	color: #4d4d4d;
}
.has-child li {
	padding: 12px;
}
.has-child li:first-child {
	padding: 12px 0;
}
ul.cat-menu-main > li:hover > a {
	color: #2a8fbd;
}
ul.cat-menu-main > li ul li {
	position: relative;
}
ul.cat-menu-main > li.has-child:hover {
	background-color: #fff;
	box-shadow: 0 0 3px #cccfd1;
	transition: all ease .5s;
}
ul.cat-menu-main > li ul li > a:after {
	content: "";
	border: 5px solid #2a8fbd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px solid transparent;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	visibility: hidden;
	opacity: 0;
}
ul.cat-menu-main > li ul li:hover > a:after {
	content: "";
	border: 5px solid #2a8fbd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px solid transparent;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all ease .5s;
	visibility: visible;
	opacity: 1;
}
ul.cat-menu-main > li ul li:hover > a {
	color: #2d6e8c;
}
.margin-top {
	margin-top: 15px
}
.table p {
	text-align: right;
}
.banks-select {
	line-height: 30px;
	text-align: right;
}
.banks-select select {
	float: left;
}
.order-info p > span {
	font-weight: bold;
}
p.post-timer {
	text-align: center;
	color: green;
}
p.post-timer #clock {
	color: red;
}
.input-group-addon:first-child {
	border-left: 0px;
	border-right: 1px solid #ccc;
}
.btn-danger:hover {
	background: #972b26!important;
}
ul.tags {
	list-style-type: none;
	padding: 0;
}
ul.tags li {
	float: right;
	margin-left: 10px;
}
ul.tags:after {
	content: "";
	clear: both;
}
ul.tags li:after, ul.tags:after {
	content: "";
	clear: both;
}
.cancel {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
}
/* New style for config */
nav {
	margin: 0;
	list-style-type: none;
}
nav > li {
	float: right;
}
nav > li > a {
	margin: 0;
	position: relative;
	display: block;
	padding: 10px 15px;
	background: #333;
}
nav > li > a:hover {
	background: #262626;
	border-bottom: 3px solid #2a8fbd;
}
.cat-menu {
	background: #f7f8fa;
	box-shadow: 0 2px 4px -3px #c7c7c7;
	margin-top: 1px;
	margin-bottom: 15px;
}
.cat-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cat-menu li {
	float: right;
}
.cat-menu ul#cats {
	position: relative;
}
.cat-menu ul#cats > li {
	list-style: none;
	display: inline-block;
	padding: 8px 15px;
}
.cat-menu ul#cats > li > a {
	color: #4d4d4d;
	line-height: 28px;
}
.cat-menu li > ul {
	position: absolute;
	right: 0;
	top: 40px;
	width: 100%;
	padding: 0 10px;
	z-index: 1;
	background: #fff;
	border-bottom: 2px solid #2a8fbd;
	box-shadow: 0px 1px 3px rgba(37, 37, 37, 0.4);
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}
.cat-menu li:hover > ul {
	display: block;
	transition: all ease .5s;
	opacity: 1;
	visibility: visible;
}
.cat-menu .has_child:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #4d4d4d;
	margin-right: 5px;
}
.cat-menu .has_child:hover:after {
	content: "\f106" !important;
}
.cat-menu .has_child a {
	color: #4d4d4d;
}
.cat-menu .has_child li {
	padding: 12px;
}
.cat-menu .has_child li:first-child {
	padding: 12px 0;
}
.cat-menu ul#cats > li:hover > a {
	color: #2a8fbd;
}
.cat-menu ul#cats > li ul li {
	position: relative;
}
.cat-menu ul#cats > li.has_child:hover {
	background-color: #fff;
	box-shadow: 0 0 3px #cccfd1;
	transition: all ease .5s;
}
.cat-menu ul#cats > li ul li > a:after {
	content: "";
	border: 5px solid #2a8fbd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px solid transparent;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	visibility: hidden;
	opacity: 0;
}
.cat-menu ul#cats > li ul li:hover > a:after {
	content: "";
	border: 5px solid #2a8fbd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px solid transparent;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all ease .5s;
	visibility: visible;
	opacity: 1;
}
.cat-menu ul#cats > li ul li:hover > a {
	color: #2d6e8c;
}
.sidebar-left ul.vul.cats {
	padding-right: 0;
	padding-left: initial;
	border-bottom: 1px solid #dddddd;
	list-style: none;
}
.sidebar-left ul.vul.cats > li {
	margin-bottom: -1px;
	background: #fff;
}
.sidebar-left ul.vul.cats > li + li {
	margin-top: 2px;
	margin-right: 0;
}
.sidebar-left ul.vul.cats {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 3px 1px rgba(0,0,0,0.15);
}
.sidebar-left ul.vul.cats > li > a {
	font-size: 13px;
	z-index: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: 0;
	color: #666;
	padding: 0px 10px 0px 15px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.sidebar-left ul.vul.cats > li > a:hover {
	background: #fbfbfb;
	padding: 0px 15px 0px 10px;
	color: #2a8fbd;
}
.sidebar-left li.has_child ul {
	margin: 0;
	list-style: none;
	padding: 0;
	border-top: 1px solid #f2f2f2;
	display: none;
}
.sidebar-left li.has_child ul > li > a {
	font-size: 13px;
	z-index: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f5f5f5;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: 0;
	color: #666;
	padding: 0px 15px 0px;
	overflow: hidden;
	display: block;
}
.sidebar-left li.has_child ul > li > a:hover {
	padding: 0px 20px 0px;
	color: #2a8fbd;
	background: #eeeeee;
}
.sidebar-left li.has_child ul > li > a:before {
	font-family: "FontAwesome";
	content: "\f104";
	color: #4d4d4d;
	margin-left: 15px;
}
.sidebar-left ul.vul.cats > li.has_child {
	position: relative;
}
.sidebar-left ul.vul.cats > li.has_child:after {
	font-family: "FontAwesome";
	content: "\f067";
	color: #4d4d4d;
	margin-left: 15px;
	position: absolute;
	font-size: 10px;
	left: 0;
	top: 13px;
	z-index: 9;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.sidebar-left ul.vul.cats > li.has_child.open:after {
	font-family: "FontAwesome";
	content: "\f068";
	color: #4d4d4d;
	margin-left: 15px;
	position: absolute;
	font-size: 10px;
	left: 0;
	top: 13px;
	z-index: 9;
}
.owl-item .product-alpha {
	min-height: 70px;
}
.owl-item .product-thumb .product-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 22px;
	border-top: none;
	position: relative;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	min-height: 205px;
}
ul#latest_products_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#latest_products_list li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #e6e6e6;
	overflow: hidden;
}
ul#latest_products_list li:last-child {
	border-bottom: 0px dashed #e6e6e6;
}
ul#latest_products_list li a {
	color: #5c5c5c;
	font-size: 12px;
}
div#script_license {
	font-family: "Open Sans";
}
._form table {
	font: inherit !important;
	background: #fff !important;
	padding: 10px !important;
	display: block;
}
._form td, ._form th {
	background: #fff !important;
	-moz-box-shadow: inset 0 0 5px #999 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
._form td div {
	color: #173d50 !important;
	line-height: normal !important;
}
.text_only.has_text, .button, .round-10.orange.button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666;
	border: 1px solid #e6e6e6;
	padding: 10px 16px;
	line-height: 1.33;
	font-family: Yekan, Number;
	font-size: 14px;
}
.text_only.has_text, .button, .round-10.orange.button {
	background: #2a8fbd;
	color: #fff;
	border-color: #2681aa;
}
.text_only.has_text:hover, .text_only.has_text:focus, .text_only.has_text:active, .button:hover, .round-10.orange.button:hover, .button:focus, .round-10.orange.button:focus, .button:active, .round-10.orange.button:active {
	background: #1c475a;
	border-color: #1c475a;
}
p a.round-10.orange.button:first-child {
	background: #2a8fbd;
	color: #fff;
	border-color: #2681aa;
}
p a.round-10.orange.button:first-child:hover, p a.round-10.orange.button:first-child:focus, p a.round-10.orange.button:first-child:active {
	background: #1c475a;
	border-color: #1c475a;
}
p a.round-10.orange.button:last-child {
	background: #bd362f;
	color: #fff!important;
	border-color: #bd362f;
}
p a.round-10.orange.button:last-child:hover, p a.round-10.orange.button:last-child:focus, p a.round-10.orange.button:last-child:active {
	background: #972b26!important;
	border-color: #972b26;
}
.errors {
	padding: 10px !important;
	margin-bottom: 20px !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	color: #a94442 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table > thead > tr > td, table > tbody > tr > td, .table > tfoot > tr > td, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th {
	padding: 10px 15px;
	vertical-align: middle;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th {
	border-width: 1px;
	font-weight: 400;
	font-size: 16px;
}
table > tbody > tr:first-child > th, table > tbody > tr:first-child > td {
	border-width: 0px;
	font-weight: 400;
	font-size: 16px;
}
.product-thumb .product-title {
	height: 50px;
	overflow: hidden;
}
.product-desciption {
	height: 65px;
	overflow: hidden;
}
.comment .comment-inner {
	display: block;
}
.pagination_info {
	float: right;
	line-height: 40px;
	width: 30%;
}
ul.pagination {
	float: left;
	margin-top: 10px;
	width: 70%;
}
.product-info li {
	padding: 5px 10px;
	border-radius: 5px;
}
li.cod-price {
	background: #F55612;
}
li.naghdi-price {
	background: #3ACD45;
}
li.real-price {
	background: #DDD844;
}
li.sold-count {
	background: #6EE5E5;
}
li.saving {
	background: #EDA355;
}
li.sold-count {
	background: #6EE5E5;
}
.product-img:after {
	content: " ";
	background: url(../img/red-tag.png) no-repeat;
	width: 70px;
	height: 120px;
	position: absolute;
	background-size: contain;
	top: -22px;
	left: 31px;
	margin-bottom: 40px;
	z-index: 9;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.discount {
	position: absolute;
	top: 35px;
	left: 71px;
	z-index: 99;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.product-img img {
	position: relative;
}
.product-info-price {
	text-align: center;
	font-size: 40px;
}
.tab-pane.fade.active > div {
	float: none !important;
}
.product-img img, /*.tab-pane.fade.active img {width: 100% !important;}*/
ul.pagination li.last span {
	margin: 0;
}
ul.pagination li.first span {
	margin-right: 5px;
}
nav > li > a {
	transition: all .2s;
}
#newCarousel .nav a small {
	display: block;
}
#newCarousel .nav {
	background: #fff;
	border: 1px solid #d9d9d9;
}
#newCarousel .nav a {
	border-radius: 0px;
}
#newCarousel .nav-pills {
	margin-top: 10px;
}
#newCarousel .nav-pills > li {
	float: none;
}
#newCarousel .nav-pills > li:first-child a, #newCarousel .nav-pills > li:first-child a:hover, #newCarousel .nav-pills > li:first-child {
	border-radius: 0 5px 5px 0;
}
#newCarousel .nav-pills > li:last-child a, #newCarousel .nav-pills > li:last-child a:hover, #newCarousel .nav-pills > li:last-child {
	border-radius: 5px 0 0 5px;
}
#newCarousel .nav-pills {
	border-radius: 5px;
}
#newCarousel .nav-pills > li a small {
	color: #333;
}
#newCarousel .nav-pills > li.active a small {
	color: #fff;
}
.shopping-cart .shopping-cart-box .shopping-cart-items > li > a h3 {
	width: 50px;
	height: 50px;
	float: right;
	margin-left: 12px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.clear:after, .clear:before {
	content: '';
	display: block;
	clear: both;
}
.shopping-cart .shopping-cart-box {
	position: absolute;
	z-index: 10;
	width: 250px;
	padding: 10px 15px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #1a1a1a;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	height: 1px;
	overflow: hidden;
	left: 0;
	transition: all .3s;
}
.shopping-cart:hover .shopping-cart-box {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	height: auto;
	overflow: visible;
	border-bottom: 3px solid #2a8fbd;
}
span.cart-count {
	background: #ff5a5f;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
}
li.shopping-cart {
	transition: all .3s;
	padding: 0 15px;
	margin-left: -15px;
}
li.shopping-cart:hover {
	background: #1a1a1a;
}
header.main {
	background: #2a8fbd;
}
nav > li > a:hover {
	background: #2680a9;
	border-bottom: 3px solid #e97d68;
}
.product-img {
	height: auto;
	overflow: hidden;
}
.footer-main {
	background: #fff;
	height: 301px;
}
#main-footer .footer-main h2.footer-title {
	font-size: 20px;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 4px;
	line-height: 27px;
	color: #4f4f4f;
	margin: 35px 0 0 0;
}
#main-footer .footer-main .footer-list ul {
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
#main-footer .footer-main a {
	color: #82848e;
	line-height: normal;
}
#main-footer .footer-main a:hover {
	color: #ff5a5f;
	text-decoration: none;
}
#main-footer .footer-main .socials span[class*=" fa-"] {
	float: left;
	background: #9597a1;
	color: #fff;
	padding: 4px;
	width: 26px;
	line-height: 18px;
	text-align: center;
	margin-right: 12px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}
#main-footer .footer-main .socials span.fa-telegram {
	font-size: 26px;
	background: #fff;
	color: #2ca5e0;
	padding: 0;
	line-height: 27px;
}
#main-footer .footer-main .socials span.fa-instagram {
	background: #3897f0;
	font-size: 20px;
}
#main-footer .footer-main .socials span.fa-google-plus {
	background: #dd4b39;
	font-size: 14px;
	padding: 0;
	line-height: 26px;
}
#main-footer .footer-main .socials span.fa-facebook {
	background: #3b5998;
	font-size: 20px;
}
#main-footer .footer-main .socials span.fa-twitter {
	background: #00aced;
}
#main-footer .footer-main .socials, #main-footer .footer-main .app-btn {
	margin-top: 29px;
}
#main-footer .footer-main .app-btn .footer-btn {
	background: #ff4146;
	line-height: 50px;
	color: #fff;
	float: right;
	padding: 0 10px;
	width: 170px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#main-footer .footer-main .app-btn .footer-btn.org {
	text-align: center;
	background: #727b8a;
	color: #fff;
	border: 1px solid #5e6277;
	margin-left: 6px;
}
#main-footer .footer-main .app-btn .footer-btn.org:hover {
	background: #666f7c;
	color: #fff;
}
#main-footer .footer-main .app-btn .footer-btn span[class^="fa-"], #main-footer .footer-main .app-btn .footer-btn span[class*=" fa-"] {
	margin-left: 10px;
	font-size: 17px;
}
#main-footer .footer-main .footer-data {
	margin-top: 35px;
	font-size: 20px;
}
#main-footer .footer-main .app-btn .footer-btn span {
	float: right;
	line-height: 46px;
	font-size: 15px;
}
#main-footer .footer-main .app-btn .footer-btn.org span {
	float: none;
	display: block;
	line-height: 44px;
}
#main-footer .footer-main .namad-box {
	margin-top: 35px;
}
#main-footer .footer-main .namad {
	display: table;
	background: #fff;
	float: left;
	margin-right: 20px;
	width: 170px;
	height: 204px;
	cursor: pointer;
	padding: 15px 5px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#main-footer .footer-main #samandehi {
	margin: 0;
}
#main-footer .footer-extra {
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#main-footer .footer-extra .footer-extra-links ul {
	list-style: none;
	padding: 0;
}
#main-footer .footer-extra .footer-extra-links ul li {
	float: right;
	padding: 0 17px;
	font-size: 13px;
	border-right: 1px solid #bcbcbc;
}
#main-footer .footer-extra .footer-extra-links ul li:first-child {
	border-right: 0;
	padding-right: 0;
}
#main-footer .footer-extra .footer-extra-links ul li a {
	border: 0;
	color: #000000;
	display: block;
}
#main-footer .footer-extra .footer-extra-links ul li a:hover {
	text-decoration: none;
	color: #ff5a5f;
}
#main-footer .footer-extra .container {
	margin: 0 auto;
	height: 68px;
}
#main-footer .footer-extra .footer-extra-links {
	margin-top: 27px;
}
#main-footer .footer-extra .footer-extra-contact {
	margin-top: 20px;
	position: relative;
}
#main-footer .footer-extra .footer-extra-contact>div {
	float: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background: #4f4f4f;
	color: #fff;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 17px;
}
#main-footer .footer-extra .footer-extra-contact>div.telephone {
	direction: ltr;
	margin-right: 10px;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
}
#main-footer .footer-extra .footer-extra-contact>div.telephone a {
	font-family: "Numbers" !important;
}
#main-footer .footer-extra .footer-extra-contact>div.contact-mail {
	letter-spacing: 2px;
}
#main-footer .footer-extra .footer-extra-contact>div.contact-mail a {
	font-size: 11px;
}
#main-footer .footer-extra .footer-extra-contact>div a:hover {
	text-decoration: none;
}
#main-footer .footer-extra .footer-extra-contact>div span {
	float: left;
	margin-right: 7px;
	font-size: 18px;
	line-height: 18px;
}
#main-footer .footer-extra .footer-extra-contact>div em {
	float: left;
	font-style: normal;
}
#main-footer .footer-extra .footer-extra-contact>div em a {
	color: #fff;
}
#main-footer .row-wrap >[class^="col-"] {
	margin-bottom: 20px;
}
#main-footer .footer-extra .footer-extra-contact .footer-24-7-tag {
	position: absolute;
	left: 0px;
	top: -85px;
	z-index: 2;
	background-image: url(../img/24.png);
	width: 200px;
	height: 78px;
	background-color: transparent;
	background-size: cover;
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#main-footer .footer-extra .footer-extra-contact .footer-24-7-tag span {
	font-size: 14px;
	margin: 28px 0 0 0;
	text-align: center;
	display: block;
	width: 100%;
}
.off-label {
	background-image: url(../img/off.png);
	background-size: cover;
	position: absolute;
	z-index: 99;
	width: 100px;
	height: 37px;
	left: -7px;
	top: 10px;
}
.off-label span {
	color: #fff;
	margin-top: 6px;
	display: block;
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	font-family: "Open Sans";
	font-weight: 800;
	direction: ltr;
}
.product-thumb .product-price-list {
	width: 50%;
	float: right;
}
.product-thumb .product-actions-list {
	float: right;
	width: 50%;
	padding-top: 0;
	margin-top: 0;
	border-top: 0px dashed #e6e6e6;
}
.product-thumb .product-meta {
	margin-top: 0;
	border-top: 1px dashed #e6e6e6;
	padding-top: 10px;
}
.product-desciption {
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}
.product-thumb .product-title {
	height: 35px;
}
.product-thumb .product-actions-list > li a {
	width: 95px;
	transition: .2s all;
}
.product-thumb .product-actions-list > li:first-child {
	margin-bottom: 5px;
}
.product-thumb .product-actions-list > li:first-child > a {
	background-color: #ff4146;
	color: #fff;
	border-color: #ce3539;
}
.product-thumb .product-actions-list > li:last-child > a {
	background-color: #2a8fbd;
	color: #fff;
	border-color: #247aa1;
}
.product-thumb .product-actions-list > li:first-child > a:hover {
	background-color: #ce3539;
}
.product-thumb .product-actions-list > li:last-child > a:hover {
	background-color: #247aa1;
}
.product-thumb .product-price {
	color: #ff4146;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.owl-item .product-alpha {
	min-height: 53px;
}
.owl-item .product-thumb .product-inner {
	min-height: 185px;
}
.btn-danger {
	background: #bd362f;
	color: #fff!important;
	border: 1px solid #bd362f;
}
.btn-danger:hover {
	background: #972b26!important;
	border-color: #972b26;
}
.post.tag {
	margin: 10px 0 0 0;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-toggle {
	background-color: #2a8fbd;
	border: 1px solid #2a8fbd;
}

@media (max-width: 992px) {
.col-masonry > div {
	margin: 0 15px;
}
}

@media (max-width: 992px) {
.search-area input {
	margin-top: 15px;
}
}

@media (max-width: 992px) {
.search-area label {
	height: 50px;
	margin-top: 15px;
}
}

@media (max-width: 992px) {
.search-area label > span {
	display: none;
}
}

@media (max-width: 992px) {
.search-area .search-area-division {
	width: 64% !important;
}
}

@media (max-width: 400px) {
.search-area .search-area-division {
	width: 64% !important;
}
}

@media (max-width: 1200px) {
.search-area .search-area-division-location {
	width: 120px;
}
}

@media (min-width: 992px) {
.nav-tabs.nav-stacked.nav-coupon-category {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 3px 1px rgba(0,0,0,0.15);
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a {
	text-transform: uppercase;
	font-size: 13px;
	z-index: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	border-left: none;
	border-right: none;
	border: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: 0;
	color: #666;
	padding: 0px 10px 0px 15px;
	overflow: hidden;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover {
	background: #fbfbfb;
	padding: 0px 15px 0px 10px;
	color: #2a8fbd;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:first-child a {
	border-top: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:last-child a {
	border-bottom: none;
}
}

@media (min-width: 800px) {
.product-banner {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	background: #11394c;
}
.product-banner img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: block;
}
.product-banner:hover img {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
}

@media (min-width: 1200px) {
body.boxed .global-wrap {
	width: 1230px;
	margin: 30px auto;
	-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
	box-shadow: 0 4px 2px rgba(0,0,0,0.2);
}
}

@media (max-width: 768px) {
.top-area {
	display: none;
}
}
@media (min-width: 800px) {
.flexnav li > ul {
	top: auto;
	right: -40px;
}
}

@media (min-width: 800px) {
.flexnav li ul {
	width: 195px;
}
}

@media (max-width: 992px) {
.search-area .search-area-division {
	float: right;
}
}

@media (max-width: 992px) {
#searchindex {
	padding: 0 15px;
}
}

@media (max-width: 992px) {
.sidebar-left {
	margin: 0px;
}
}

@media (max-width: 992px) {
.owl-controls .owl-buttons div.owl-next {
	right: 5px;
}
}

@media (max-width: 992px) {
.owl-controls .owl-buttons div.owl-prev {
	left: 5px;
}
}

@media (min-width: 800px) {
nav > li > a {
	margin: 0;
	position: relative;
	display: block;
	background: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
}
}

@media (max-width: 991px) {
.search-area .search-btn {
	margin: 0 auto;
	width: 40%;
	float: none;
}
div#main {
	float: none;
}
.logo > img {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.sidebar-box img {
	width: 100%;
}
.banks > ul {
	text-align: center;
}
.banks > ul > li {
	margin: 20px;
}
.product-thumb .product-price-list > li, .product-thumb .product-actions-list > li {
	margin-right: 0;
	margin-left: 2px;
	margin-bottom: 10px;
	width: 100%;
}
.product-thumb .product-price-list > li > a, .product-thumb .product-actions-list > li > a {
	width: 100%;
}
nav > li > a {
	margin: 0;
	position: relative;
	display: block;
	padding: 10px 15px;
	background: #2a8fbd;
}
.flexnav-menu-button {
	display: none;
}
.header-features > li:last-child {
	margin-left: 0;
	margin-right: 0;
}
.header-features > li {
	display: block;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 5px;
}
.nav > li > a {
	position: relative;
	display: inline-block;
	padding: 0;
}
ul.cat-menu-main > li {
	list-style: none;
	display: block;
	padding: 8px 15px;
	position: relative;
	float: none;
	border-top: 1px solid #e4e4e4;
}
.has-child:after {
	left: 15px;
	position: absolute;
	top: 13px;
}
.cat-menu li {
	float: none;
}
.has-child li:first-child {
	padding: 12px;
}
.has-child a {
	display: inline-block;
}
.cat-menu li > ul {
	position: relative;
	border-bottom: 0px solid #2a8fbd;
	box-shadow: none;
	display: none;
	top: 0;
}
ul.cat-menu-main > li.has-child:hover {
	transition: none;
}
#newCarousel .nav a small {
	display: none;
}
#newCarousel .nav a {
	width: 100%;
}
#newCarousel .nav a {
	width: 100%;
	padding: 20px;
}
}

@media (max-width: 991px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}

@media (max-width: 767px) {
#newCarousel .nav-pills > li:first-child a,  #newCarousel .nav-pills > li:first-child a:hover,  #newCarousel .nav-pills > li:first-child {
	border-radius: 5px 5px 0 0 !important;
}
#newCarousel .nav-pills > li:last-child a,  #newCarousel .nav-pills > li:last-child a:hover,  #newCarousel .nav-pills > li:last-child {
	border-radius: 0 0 5px 5px !important;
}
.nav-pills > li + li {
	margin-right: 0px;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
}

@media (max-width: 1199px) and (min-width: 992px) {
#main-footer .footer-main .app-btn .footer-btn {
	padding: 0 5px;
	width: 143px;
}
#main-footer .footer-main .app-btn .footer-btn span {
	font-size: 12px;
}
#main-footer .footer-main .footer-data {
	margin-top: 35px;
	font-size: 16px;
}
#main-footer .footer-main .namad {
	margin-right: 10px;
	width: 140px;
	height: 171px;
}
}

@media (max-width: 991px) {
#owl-carousel .product-thumb .product-header >img {
	max-width: 190px;
	height: 215px;
}
.product-thumb .product-price-list > li > a,  .product-thumb .product-actions-list > li > a {
	width: 100%;
	font-size: 11px;
}
.product-thumb .product-price-list > li,  .product-thumb .product-actions-list > li {
	margin-bottom: 0;
}
.product-thumb .product-price-list > li > span {
	font-size: 14px;
}
.footer-main {
	height: auto;
}
#main-footer .footer-main .socials, #main-footer .footer-main .app-btn {
	width: 350px;
	margin: 35px auto 0;
}
#main-footer .footer-main .namad-box {
	width: 360px;
	margin: 35px auto 0;
}
.awards img {
	width: 350px;
	margin: 0 auto;
	display: block;
}
#main-footer .footer-extra .footer-extra-links ul:after,  #main-footer .footer-extra .footer-extra-links ul:before {
	content: "";
	display: block;
	clear: both;
}
#main-footer .footer-extra .footer-extra-links {
	margin-top: 6px;
	width: 65%;
}
#main-footer .footer-extra .footer-extra-links ul li a {
	line-height: 30px;
}
#main-footer .footer-extra .footer-extra-contact {
	margin-top: -50px;
}
.tab-content img {
	width: 100% !important;
	height: auto !important;
}
}

@media (max-width: 550px) {
#main-footer .footer-extra .footer-extra-links {
	display: none;
}
#main-footer .footer-extra .footer-extra-contact {
	margin-top: 20px;
}
}

@media (max-width: 390px) {
#main-footer .footer-main .socials, #main-footer .footer-main .app-btn {
	width: 290px;
	margin: 25px auto 0;
}
#main-footer .footer-main .namad-box {
	width: 290px;
	margin: 25px auto 0;
}
.awards img {
	width: 290px;
	margin: 0 auto;
	display: block;
}
#main-footer .footer-main .socials span[class*=" fa-"] {
	margin-right: 3px;
}
#main-footer .footer-main .app-btn .footer-btn {
	width: 140px;
}
#main-footer .footer-main .app-btn .footer-btn span[class^="fa-"], #main-footer .footer-main .app-btn .footer-btn span[class*=" fa-"] {
	margin-left: 5px;
	font-size: 14px;
}
#main-footer .footer-main .app-btn .footer-btn span {
	font-size: 12px;
}
#main-footer .footer-main .namad {
	margin-right: 5px;
	width: 140px;
	height: 170px;
}
#main-footer .footer-extra .footer-extra-contact>div.contact-mail a {
	font-size: 10px;
}
#main-footer .footer-extra .footer-extra-contact>div.telephone a {
	font-size: 12px;
}
}
#telegram-footer img {
	width: 60%;
	float: right;
}
#telegram-footer .telegram-box {
	width: 40%;
	float: right;
}
#telegram-footer .telegram-box > a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 100%;
	background: #fff;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}
#telegram-footer .telegram-box > a > span {
	font-size: 100px;
	color: #2ca5e0;
}
#telegram-footer .telegram-box > p {
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
#telegram-footer .telegram-box > p > a {
	font-size: 20px;
	text-decoration: none;
}
#telegram-footer .telegram-box > p > a:hover {
	text-decoration: none;
}

@media (max-width:480px) {
	input, select {
		line-height: 30px;
		border: 1px solid #929292;
		height: 30px;
	}
}