/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #868686
    Accent color: #e4bf19

[Typography]
    Body:   14/24px 'Rubik', sans-serif;
    Input:  14/40px
    Textarea:   14/24px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 VISUAL COMPOSER
	1.3 WORDPRESS DATA SAMPLE
    1.4 LOADING AJAX
    1.5 BANNER EFFECT
2.0 DEFAULT SETTING
    2.1 FORM THEME
    2.2 TABLE THEME
    2.3 CONTAINER THEME
    2.4 SLICK SLIDER
3.0 HEADER THEME
	3.1 HEADER TOP
    3.2 HEADER MENU
    3.3 BLOCK SEARCH
    3.4 HEADER CONTROL
    3.5 HEADER PHONE
    3.6 HEADER STICKY
    3.7 HEADER MIDDLE
    3.8 HEADER NAV
    3.9 HEADER BURGER
    3.10 HEADER STYLE
4.0 FOOTER THEME
5.0 BLOG THEME
	5.1 POST ITEM
	5.2 BLOG COMMENT
6.0 BANNER + BREADCRUMBS + WDGET + PAGINATION
	6.1 BANNER AND TITLE PAGE
	6.2 BREADCRUMBS THEME
	6.3 WIDGET THEME
	6.4 PAGINATION THEME
	6.5 LOADMORE
7.0 SHOP THEME
    7.1 SHOP CONTROL
    7.2 PRODUCT ITEM
    7.3 SINGLE PRODUCT
8.0 OTHER PAGE
	8.1 CART PAGE
	8.2 CHECKOUT PAGE
	8.3 MY ACCOUNT PAGE
	8.4 WISHLIST PAGE
	8.5 TRACK YOUR ORDER
	8.6 PAGE 404
	8.7 DOKAN PAGE
	8.8 WC MARKETPLACE PAGE
	8.9 POPUP NEWSLETTER
	8.10 FAMIAU LISTING
9.0 SHORTCODE
	9.1 AZIRSPARES BANNER
	9.2 AZIRSPARES BLOG
	9.3 AZIRSPARES CATEGORY
	9.4 AZIRSPARES CUSTOMMENU
	9.5 AZIRSPARES HEADING
	9.6 AZIRSPARES ICONBOX
	9.7 AZIRSPARES INSTAGRAM
	9.8 AZIRSPARES LISTING
	9.9 AZIRSPARES MAP + CONTACT FORM 7
	9.10 AZIRSPARES MEMBER
	9.11 AZIRSPARES NEWSLETTER
	9.12 AZIRSPARES POPUP VIDEO
	9.13 AZIRSPARES PRODUCTS
	9.14 AZIRSPARES SOCIAL
	9.15 AZIRSPARES TABS
	9.16 AZIRSPARES TESTIMONIAL
	9.17 AZIRSPARES VERTICALMENU
	9.18 FILTER
	9.19 AZIRSPARES PRODUCT TOTAL
	9.20 ACCORDION
	9.21 INSTAGRAM SHOP
	9.22 STORE DIRECTORY
	9.23 AZIRSPARES PRICING
10.0 CUSTOM CLASS
11.0 STYLE MOBILE

/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
body {
	max-width: 100%;
	overflow-x: hidden;
	-webkit-text-stroke: inherit;
	-webkit-text-stroke: initial;
	-webkit-text-stroke: unset;
	text-stroke: inherit;
	text-stroke: initial;
	text-stroke: unset;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 19px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.page-links {
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.page-links > span.page-links-title {
	line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	color: #cbd1da;
	display: inline-block;
	min-width: 44px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 42px;
	height: 44px;
	border: 1px solid;
	margin: 3px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #333333;
}
.more-link::after {
	content: "\f178";
	font-family: 'FontAwesome', sans-serif;
	margin-left: 5px;
	vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
	background-color: #e4bf19;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 2em;
	margin: 0 0 30px;
	position: relative;
	background-color: #fafafa;
	color: #111111;
	border-top: 3px solid #4CAF50;
	list-style: none !important;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
	content: "";
	display: table;
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
	clear: both;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
	font-size: 14px;
	display: inline-block;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin: 0;
	background-color: #000;
	color: #fff;
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
	background-color: #e4bf19;
}
.woocommerce-error {
	border-color: #f44336;
}
.woocommerce-info {
	border-color: #2196F3;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
	outline: none;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
	opacity: 0.65 !important;
	cursor: not-allowed;
}
.return-message {
	line-height: 20px;
	padding: 10px;
	margin-top: 15px;
	text-align: left;
}
/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/
/*----------------------------
AUTO CLEAR
--------------------------------*/
@media (min-width: 1200px) {
	.auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1500px) {
	.auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
		clear: both;
	}
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (max-width: 479px) {
	.col-ts-15,
	.col-ts-25,
	.col-ts-35,
	.col-ts-45 {
		float: left;
	}
	.col-ts-15 {
		width: 20%;
	}
	.col-ts-25 {
		width: 40%;
	}
	.col-ts-35 {
		width: 60%;
	}
	.col-ts-45 {
		width: 80%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.col-xs-15,
	.col-xs-25,
	.col-xs-35,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-25 {
		width: 40%;
	}
	.col-xs-35 {
		width: 60%;
	}
	.col-xs-45 {
		width: 80%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-15,
	.col-sm-25,
	.col-sm-35,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-25 {
		width: 40%;
	}
	.col-sm-35 {
		width: 60%;
	}
	.col-sm-45 {
		width: 80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-15,
	.col-md-25,
	.col-md-35,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-25 {
		width: 40%;
	}
	.col-md-35 {
		width: 60%;
	}
	.col-md-45 {
		width: 80%;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.col-lg-15,
	.col-lg-25,
	.col-lg-35,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-25 {
		width: 40%;
	}
	.col-lg-35 {
		width: 60%;
	}
	.col-lg-45 {
		width: 80%;
	}
}
@media (min-width: 1500px) {
	.col-bg-15,
	.col-bg-25,
	.col-bg-35,
	.col-bg-45 {
		float: left;
	}
	.col-bg-15 {
		width: 20%;
	}
	.col-bg-25 {
		width: 40%;
	}
	.col-bg-35 {
		width: 60%;
	}
	.col-bg-45 {
		width: 80%;
	}
}
/*-----------------------
CUSTOM COL > 1500
---------------------------*/
@media (min-width: 1500px) {
	.col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
		float: left;
	}
	.col-bg-12 {
		width: 100%;
	}
	.col-bg-11 {
		width: 91.66666667%;
	}
	.col-bg-10 {
		width: 83.33333333%;
	}
	.col-bg-9 {
		width: 75%;
	}
	.col-bg-8 {
		width: 66.66666667%;
	}
	.col-bg-7 {
		width: 58.33333333%;
	}
	.col-bg-6 {
		width: 50%;
	}
	.col-bg-5 {
		width: 41.66666667%;
	}
	.col-bg-4 {
		width: 33.33333333%;
	}
	.col-bg-3 {
		width: 25%;
	}
	.col-bg-2 {
		width: 16.66666667%;
	}
	.col-bg-1 {
		width: 8.33333333%;
	}
}
/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
	.col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
}
/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
	margin-bottom: 0;
}
.rows-space-10 {
	margin-bottom: 10px;
}
.rows-space-20 {
	margin-bottom: 20px;
}
.rows-space-30 {
	margin-bottom: 30px;
}
.rows-space-40 {
	margin-bottom: 40px;
}
.rows-space-50 {
	margin-bottom: 50px;
}
.rows-space-60 {
	margin-bottom: 60px;
}
.rows-space-70 {
	margin-bottom: 70px;
}
.rows-space-80 {
	margin-bottom: 80px;
}
.rows-space-90 {
	margin-bottom: 90px;
}
.rows-space-100 {
	margin-bottom: 100px;
}
@media (max-width: 1199px) {
	.rows-space-40,
	.rows-space-50,
	.rows-space-60,
	.rows-space-70,
	.rows-space-80,
	.rows-space-90,
	.rows-space-100 {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.rows-space-30,
	.rows-space-40,
	.rows-space-50,
	.rows-space-60,
	.rows-space-70,
	.rows-space-80,
	.rows-space-90,
	.rows-space-100 {
		margin-bottom: 20px;
	}
}
.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
	margin-bottom: 0;
}
/*---------------------------
1.2 VISUAL COMPOSER
-----------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0;
}
body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}
.vc_separator * {
	display: block;
}
div.vc_separator .vc_sep_holder {
	height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
	height: auto;
	top: auto;
}
@media (max-width: 1199px) {
	.vc_custom_heading br,
	.wpb_text_column br {
		display: none;
	}
}
/*----------------------------
1.3 WORDPRESS DATA SAMPLE
--------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #ffffff;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 0;
	text-align: center;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 0 20px 20px 0;
	clear: both;
}
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 4px 5px;
	margin: 0 !important;
}
iframe {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}
.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}
/*----------------------------
GALLERY
------------------------------*/
/*----------------------------
GALLERY
------------------------------*/
.gallery {
	margin-left: -10px;
	margin-right: -10px;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-caption {
	color: #707070;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 10px;
	font-style: italic;
	color: #666;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
@media (min-width: 1200px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: both;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.main-container:not(.no-sidebar) .gallery .gallery-item {
		min-width: 25%;
	}
	.main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 991px) {
	.gallery .gallery-item {
		min-width: 25%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.gallery .gallery-item {
		min-width: 33.33%;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.gallery .gallery-item {
		min-width: 50%;
	}
	.gallery .gallery-item:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 320px) {
	.gallery-columns-1 .gallery-caption,
	.gallery-columns-2 .gallery-caption,
	.gallery-columns-3 .gallery-caption,
	.gallery-columns-4 .gallery-caption,
	.gallery-columns-5 .gallery-caption {
		display: none;
	}
}
.bypostauthor {
	color: inherit;
}
.sticky {
	color: inherit;
}
article.sticky .post-title a::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f097";
	font-size: 30px;
	padding-right: 10px;
}
.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget select {
	width: 100%;
}
.widget_rss cite {
	color: #333;
}
.widget_rss .rss-date {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #b7b7b7;
	letter-spacing: 1.5px;
}
.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin: 0 3px 6px 0;
	padding: 0 15px;
	font-size: 14px !important;
	line-height: 28px;
	border: 1px solid;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}
.widget_calendar .calendar_wrap #today {
	color: red;
}
.widget_tag_cloud a {
	font-size: 24px;
}
/*widget_shopping_cart*/
.widget_shopping_cart .widget_shopping_cart_content {
	padding-top: 19px;
}
.widget_shopping_cart .product_list_widget {
	padding-left: 0;
	list-style: none;
}
.widget_shopping_cart .product_list_widget li {
	position: relative;
}
.widget_shopping_cart .product_list_widget li .variation {
	display: none;
}
.widget_shopping_cart .product_list_widget li.mini_cart_item {
	padding: 0 20px 19px 0;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}
.widget_shopping_cart .product_list_widget img {
	float: left;
	max-width: 55px;
	margin-right: 20px;
}
.widget_shopping_cart .product_list_widget li > a {
	display: block;
}
.widget_shopping_cart .product_list_widget li a:nth-child(2) {
	font-size: 16px;
	line-height: 22px;
}
.widget_shopping_cart .product_list_widget li a:nth-child(2):not(:hover) {
	color: #000;
}
.widget_shopping_cart .product_list_widget li .quantity {
	font-size: 16px;
	line-height: 22px;
	color: #868686;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 18px;
	width: auto !important;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button:not(:hover) {
	color: inherit;
}
/*=====*/
.widget_shopping_cart .woocommerce-mini-cart__total {
	margin-bottom: 0;
	padding: 20px 18px;
	font-size: 18px;
	overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-weight: normal;
	color: #000;
	padding-right: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	float: right;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
	
	overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	background-color: #efefef;
	text-align: center;
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	min-width: 120px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
	color: #fff;
	background-color: #e4bf19;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
	color: #e4bf19;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover {
	background-color: #000000;
}
/*widget_product_search*/
.widget_product_search .woocommerce-product-search {
	position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	padding-right: 90px;
}
.widget_product_search .woocommerce-product-search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}
/*.product_list_widget*/
.product_list_widget .rating-wapper {
	padding-bottom: 0;
}
.product_list_widget li > a {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
}
.product_list_widget li > a img {
	max-width: 70px;
	float: left;
	margin-right: 10px;
}
.product_list_widget li .product-title {
	font-size: 16px;
	line-height: 22px;
}
/*widget_media_image*/
#widget-area .widget.widget_media_image {
	border: none;
	padding: 0;
}
.widget_media_image {
	overflow: hidden;
	display: table;
	position: relative;
}
.widget_media_image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}
.widget_media_image:hover::before {
	background-color: rgba(0, 0, 0, .3);
	opacity: 1;
	visibility: visible;
}
.widget_media_image a::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 6px;
	bottom: 6px;
	-webkit-transition: left 0.25s, right 0.25s ease 0s;
	-moz-transition: left 0.25s, right 0.25s ease 0s;
	-o-transition: left 0.25s, right 0.25s ease 0s;
	transition: left 0.25s, right 0.25s ease 0s;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	z-index: 1;
}
.widget_media_image:hover a::before {
	left: 10px;
	right: 10px;
}
.widget_media_image a::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 6px;
	right: 6px;
	z-index: 1;
	-webkit-transition: top 0.25s, bottom 0.25s ease 0s;
	-moz-transition: all 0.25s, bottom 0.25s ease 0s;
	-o-transition: all 0.25s, bottom 0.25s ease 0s;
	transition: all 0.25s, bottom 0.25s ease 0s;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.widget_media_image:hover a::after {
	top: 6px;
	bottom: 6px;
}
.widget_media_image a {
	display: block;
}
/*widget_product_search*/
.widget_product_search .woocommerce-product-search {
	position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	padding: 0 60px 0 25px;
	border: 1px solid #eaeaea;
	line-height: 48px;
	height: 50px;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
	background: transparent;
	border: none;
	color: #828282;
	display: inline-block;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 50px;
	font-size: 0;
}
.widget_product_search .woocommerce-product-search button[type="submit"]::before {
	font-size: 16px;
	content: "\f002";
	font-family: 'FontAwesome', sans-serif;
}
/*.product_list_widget*/
.product_list_widget {
	padding-left: 0;
	list-style: none;
}
.product_list_widget li:not(.mini_cart_item) {
	position: relative;
}
.product_list_widget li:not(.mini_cart_item) img {
	float: left;
	max-width: 81px;
	margin-right: 15px;
	border: 1px solid #dbdbdb;
	
}
.product_list_widget li > a {
	display: block;
}
.product_list_widget li:not(.mini_cart_item) > a:not(:hover) {
	color: #000;
}
.product_list_widget li:not(.mini_cart_item) .product-title {
	display: block;
	margin-bottom: 7px;
}
.product_list_widget li:not(.mini_cart_item) del .woocommerce-Price-amount {
	vertical-align: middle;
}
/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
	padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background-color: #e4bf19;
	display: inline-block;
	width: auto;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 4px;
	font-size: 14px;
	background-color: #000;
	margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background-color: #e4bf19;
}
/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
	position: relative;
	display: block;
}
.azirspares-accordion.loading, .tab-container.loading {
	position: relative;
}
.loading-lazy::after, .azirspares-accordion.loading::before, .azirspares-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8;
}
.azirspares-accordion.loading::before, .tab-container.loading::before {
	background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .azirspares-accordion::after, .tab-container.loading::after {
	width: 40px;
	height: 40px;
	margin: auto;
	border: 3px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}
@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/*--------------------------
1.5 BANNER EFFECT
------------------------------*/
/*ANIMATION*/
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/* OPACITY */
.opacity-effect {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.opacity-effect:hover {
	opacity: 0.5;
}
/* SCALE */
.scale-effect img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.scale-effect:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* NORMAL */
.normal-effect::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.normal-effect:hover::after {
	opacity: 0.3;
}
.normal-effect.dark-bg::after {
	background-color: #000;
}
.normal-effect.light-bg::after {
	background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.plus-zoom:hover::before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
/* BOUNCE IN */
.bounce-in:hover img {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */
.border-zoom::before,
.border-zoom::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.border-zoom::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.border-zoom::after {
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after {
	opacity: 1;
}
.border-zoom:hover::after {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
/*ANIMATION*/
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.vc_single_image-wrapper.prettyphoto {
	position: relative;
	overflow: visible;
}
.vc_single_image-wrapper.prettyphoto::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.vc_single_image-wrapper.prettyphoto::after {
	content: url('../images/gallery-plus.png');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	z-index: 2;
}
.vc_single_image-wrapper.prettyphoto:hover::before,
.vc_single_image-wrapper.prettyphoto:hover::after {
	opacity: 1;
	visibility: visible;
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #868686;
}
label {
	font-weight: normal;
	color: #000000;
}
a, body .vc_custom_heading a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #e4bf19;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 18px;
}
blockquote, q {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	padding: 22px 0 22px 22px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-left: 3px solid #e4bf19;
}
dt, dd {
	line-height: 30px;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #dadada;
	border-radius: 0;
	padding: 0 20px;
	max-width: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #868686;
	height: 40px;
	line-height: 40px;
}
textarea {
	display: block;
	line-height: 24px;
	padding: 15px;
	height: auto;
	width: 100%;
}
select {
	padding: 0 33px 0 15px;
	background: url(../images/select-arrow.png) center right no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
button, input[type="submit"], input[type="button"], .fami-btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 15px;
	background: #1b1b1b;
	border: none;
	border-radius: 0;
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
.fami-btn:hover {
	background-color: #e4bf19;
}
/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #ebebeb;
	padding: 10px;
}
@media (max-width: 991px) {
	th, td {
		padding: 5px;
	}
}
/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
@media (min-width: 1200px) {
	.container {
		width: 1440px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.famiau-listings > [class^="col-"],
	.famiau-listings > [class*="col-"],
	ul.products > [class^="col-"],
	ul.products > [class*="col-"],
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.products > [class^="col-"],
	ul.products > [class*="col-"],
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
.slick-arrow {
	cursor: pointer;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
/*bottom-left*/
.nav-bottom-left .slick-arrow {
	text-align: center;
	font-size: 23px;
	color: #000000;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	z-index: 3;
}
.nav-bottom-left.circle .slick-arrow {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
}
.nav-bottom-left.square .slick-arrow {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.nav-bottom-left .slick-arrow:hover {
	color: #e4bf19;
}
.nav-bottom-left .slick-arrow.prev {
	left: 0;
}
.nav-bottom-left.circle .slick-arrow.next {
	left: 53px;
}
.nav-bottom-left.square .slick-arrow.next {
	left: 50px;
}
.nav-bottom-left.square .slick-arrow.next::after {
	content: '';
	width: 1px;
	height: 24px;
	background-color: #e0e0e0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*top-right*/
.nav-top-right .slick-arrow {
	text-align: center;
	font-size: 23px;
	color: #000000;
	position: absolute;
	top: -50px;
	background-color: #fff;
	z-index: 3;
}
.nav-top-right.circle .slick-arrow {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
}
.nav-top-right.square .slick-arrow {
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #dadada;
}
.nav-top-right .slick-arrow:hover {
	color: #fff;
	border-color: #e4bf19;
	background-color: #e4bf19;
}
.nav-top-right .slick-arrow.next {
	right: 0;
}
.nav-top-right .slick-arrow.prev {
	right: 58px;
}
/*center*/
.nav-center .slick-arrow {
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 25px;
	color: #000000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.azirspares-products .nav-center .slick-arrow {
	opacity: 0;
	visibility: hidden;
}
.azirspares-products .nav-center:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.nav-center .slick-arrow:hover {
	color: #e4bf19;
}
.nav-center .slick-arrow.prev {
	left: -56px;
}
.nav-center .slick-arrow.next {
	right: -56px;
}
.nav-center.square .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #dadada;
	background-color: #fff;
	
}
.nav-center.square .slick-arrow:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff !important;
}
.nav-center.square:hover .slick-arrow.prev {
	left: -20px;
}
.nav-center.square:hover .slick-arrow.next {
	right: -20px;
}
/*.azirspares-tabs.style2*/
.azirspares-tabs.style2 .tab-link .slick-arrow {
	width: 48px;
	height: 30px;
	line-height: 28px;
	
	border: 1px solid #dadada;
	font-size: 17px;
	color: #000000;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	background-color: #fff;
	z-index: 2;
	
}
.azirspares-tabs.style2 .tab-link .slick-arrow:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff;
}
.azirspares-tabs.style2 .tab-link .slick-arrow.prev {
	top: -15px;
}
.azirspares-tabs.style2 .slick-arrow.next {
	bottom: -15px;
}
.azirspares-tabs.style2 .tab-link .slick-arrow.prev::before {
	content: '\f106';
}
.azirspares-tabs.style2 .tab-link .slick-arrow.next::before {
	content: '\f107';
}
.azirspares-tabs.style2 .tab-container .nav-top-right .slick-arrow {
	top: -95px;
}
/*.azirspares-tabs.style4*/
.azirspares-tabs.style4 .nav-top-right .slick-arrow {
	top: -112px;
}
/*.azirspares-tabs.style5*/
.azirspares-tabs.style5 .nav-top-right .slick-arrow {
	top: -68px;
}
/*.slick-dots*/
.slick-dots {
	padding-left: 0;
	list-style: none;
	text-align: center;
	height: 19px;
	margin-top: 55px;
}
.slick-dots:empty {
	display: none;
}
.slick-dots li {
	display: inline-block;
	padding: 6px;
	height: 19px;
}
.slick-dots li button {
	font-size: 0;
	width: 7px;
	height: 7px;
	padding: 0;
	position: relative;
	
	background-color: #b2b2b2;
}
.slick-dots li button:hover {
	background-color: #e4bf19;
}
.slick-dots li.slick-active button {
	background-color: #e4bf19;
	width: 24px;
}
@media (max-width: 1499px) {
	.nav-center .slick-arrow.prev {
		left: 0;
	}
	.nav-center .slick-arrow.next {
		right: 0;
	}
	.nav-center.square:hover .slick-arrow.prev {
		left: 0;
	}
	.nav-center.square:hover .slick-arrow.next {
		right: 0;
	}
}
@media (max-width: 1199px) {
	.nav-top-right.square .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.azirspares-tabs.style2 .tab-link .slick-arrow {
		width: 30px;
		height: 48px;
		line-height: 46px;
		bottom: auto;
		top: 50% !important;
		margin-left: 0;
		margin-top: -24px;
	}
	.azirspares-tabs.style2 .tab-link .slick-arrow.prev {
		left: -15px;
	}
	.azirspares-tabs.style2 .tab-link .slick-arrow.next {
		left: auto;
		right: -15px;
	}
	.azirspares-tabs.style2 .tab-link .slick-arrow.prev::before {
		content: '\f104';
	}
	.azirspares-tabs.style2 .tab-link .slick-arrow.next::before {
		content: '\f105';
	}
	.azirspares-tabs.style1 .nav-top-right .slick-arrow,
	.azirspares-tabs.style2 .nav-top-right .slick-arrow,
	.azirspares-tabs.style3 .nav-top-right .slick-arrow,
	.azirspares-tabs.style4 .nav-top-right .slick-arrow,
	.azirspares-tabs.style5 .nav-top-right .slick-arrow {
		top: 50%;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		margin-top: -20px;
		opacity: 0;
		visibility: hidden;
	}
	.azirspares-tabs.style1 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style2 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style3 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style4 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style5 .nav-top-right .slick-arrow.prev {
		left: -15px;
		right: auto;
	}
	.azirspares-tabs.style1 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style2 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style3 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style4 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style5 .nav-top-right .slick-arrow.next {
		right: -15px;
		left: auto;
	}
	.azirspares-tabs.style1 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style1 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style2 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style2 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style3 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style3 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style4 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style4 .nav-top-right .slick-arrow.next,
	.azirspares-tabs.style5 .nav-top-right .slick-arrow.prev,
	.azirspares-tabs.style5 .nav-top-right .slick-arrow.next {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 991px) {
	.slick-dots {
		margin-top: 37px;
	}
}
/* ==========================================================================
3.0 HEADER THEME
============================================================================ */
.header #banner-adv {
	position: relative;
}
.header #banner-adv img {
	min-height: 50px;
	object-fit: cover;
}
.header #banner-adv .text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #fff;
}
.header #banner-adv .text strong {
	font-weight: 500;
	color: #f63439;
}
.header #banner-adv .close-banner {
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: block;
	z-index: 9;
	color: #fff;
}
.header #banner-adv .close-banner::before,
.header #banner-adv .close-banner::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 15px;
}
.header #banner-adv .close-banner::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.header #banner-adv .close-banner::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.header #banner-adv {
		display: none !important;
	}
}
/* ==========================================================================
3.1 HEADER TOP
============================================================================ */
.header-top.style1 {
	background-color: #f3f3f3;
}
.header-top-inner {
	display: table;
	width: 100%;
	background-color: #f3f3f3;
}
.header-top-inner::before,
.header-top-inner::after {
	content: '';
	display: table;
}
.header-top-inner::after {
	clear: both;
}
.header-top-inner ul {
	padding-left: 0;
	list-style: none;
}
.header-top-inner .top-bar-menu {
	display: table-cell;
	vertical-align: middle;
}
.header-top-inner .top-bar-menu {
	width: 40%;
}
.header-top-inner .top-bar-menu.right {
	width: 60%;
	text-align: right;
}
.header-top-inner .top-bar-menu > .menu-item {
	display: inline-block;
	position: relative;
	text-align: left;
	padding: 12px 16px 12px 20px;
	border-left: 1px solid #d9d9d9;
}
.header-top-inner .top-bar-menu > .menu-item:last-child {
	border-right: 1px solid #d9d9d9;
}
.header-top-inner .top-bar-menu > .menu-item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 1;
}
.header-top-inner .top-bar-menu > .menu-item.block-language:hover::after,
.header-top-inner .top-bar-menu > .menu-item:last-child:hover::after {
	display: block;
}
.header-top-inner .top-bar-menu > .menu-item a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.025em;
	color: #777777;
}
.header-top-inner .top-bar-menu > .menu-item a:hover {
	color: #e4bf19;
}
.header-top-inner .top-bar-menu > .menu-item > a > span {
	font-size: 15px;
	color: #000000;
	padding-right: 10px;
	float: left;
	line-height: 30px;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}
.header-top-inner .top-bar-menu > .menu-item:hover > a > span,
.header-top-inner .top-bar-menu > .menu-item:hover > a {
	color: #e4bf19;
}
/* DROPDOWN */
.block-language {
	position: relative;
}
.block-language > .sub-menu,
.wcml-dropdown .wcml-cs-submenu {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	min-width: 150px;
	background-color: #fff;
	color: #777777;
	z-index: 10;
	border: none;
	list-style: none;
	-webkit-transition: margin 0.4s ease 0s;
	-moz-transition: margin 0.4s ease 0s;
	-o-transition: margin 0.4s ease 0s;
	transition: margin 0.4s ease 0s;
	text-align: left;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	margin-top: 20px !important;
	padding: 10px 0;
	
}
.wcml-dropdown .wcml-cs-submenu {
	right: -15px;
	top: calc(100% + 13px);
}
.block-language > .sub-menu::after,
.wcml-dropdown .wcml-cs-submenu::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	right: 31px;
}
.block-language:hover > .sub-menu, .menu-item:hover .wcml-dropdown .wcml-cs-submenu {
	opacity: 1;
	visibility: visible;
	margin-top: 15px !important;
}
.block-language > .sub-menu .menu-item, .wcml-dropdown .wcml-cs-submenu li {
	padding: 0 12px;
}
/* LANGUAGE */
.block-language a > img {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}
.block-language > a::after {
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome', sans-serif;
	content: '\f107';
	margin-left: 7px;
}
/* CURENCY */
.wcml-dropdown {
	width: auto;
}
.wcml-dropdown li {
	border: none;
	background-color: transparent;
}
.wcml-dropdown > ul {
	position: static;
}
.wcml-dropdown a {
	padding: 0;
	line-height: inherit;
}
.wcml-dropdown a.wcml-cs-item-toggle {
	padding: 0;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
	vertical-align: top;
	position: static;
	font-family: FontAwesome, sans-serif;
	content: '\f107';
	border: none;
	margin-left: 10px;
}
.wcml-dropdown .wcml-cs-submenu li {
	border: none;
}
.wcml-dropdown .wcml-cs-submenu li:hover > a {
	color: #e4bf19;
}
.wcml-dropdown li:hover, .wcml-dropdown li:focus {
	background-color: transparent;
}
.woocommerce .wcml-dropdown.product {
	margin: 0;
}
@media (max-width: 1024px) {
	.block-language.open > .sub-menu {
		opacity: 1;
		visibility: visible;
		margin-top: 15px !important;
	}
}
@media (max-width: 991px) {
	.header-top-inner {
		display: block;
		padding: 8px 0;
	}
	.header-top-inner .top-bar-menu,
	.header-top-inner .top-bar-menu.right {
		width: 100%;
		text-align: center;
		display: block;
	}
	.header-top-inner .top-bar-menu > .menu-item {
		border: none !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	.header-top-inner .top-bar-menu > .menu-item:not(:first-child),
	.header-top-inner .top-bar-menu > .menu-item:first-child {
		padding-left: 8px;
	}
	.header-top-inner .top-bar-menu > .menu-item:not(:last-child),
	.header-top-inner .top-bar-menu > .menu-item:last-child {
		padding-right: 12px;
	}
}
@media (max-width: 767px) {
	.header-top {
		display: none;
	}
}
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*menu mobile*/
.block-menu-bar {
	vertical-align: middle;
	display: none;
	font-size: 0;
	padding-left: 7px;
}
.block-menu-bar .menu-bar {
	display: block;
	height: 41px;
	line-height: 37px;
	width: 41px;
	padding: 12px 9px;
	border: 2px solid #000;
}
.block-menu-bar .menu-bar span {
	width: 100%;
	display: block;
	border-bottom: 2px solid;
}
.block-menu-bar .menu-bar span:nth-child(2) {
	width: 50%;
}
.block-menu-bar .menu-bar span:not(:last-child) {
	margin-bottom: 4px;
}
.block-menu-bar .menu-bar:hover span {
	background-color: #e4bf19;
}
@media (max-width: 1024px) {
	.block-menu-bar {
		display: inline-block;
	}
}
/*main menu*/
.box-header-nav .main-menu {
	padding: 0;
	list-style: none;
}
.block-nav-category ~ .box-header-nav .main-menu {
	padding-left: 20px;
}
.box-header-nav .main-menu .menu-item {
	list-style: none;
	position: relative;
}
.box-header-nav .main-menu .menu-item:hover > a {
	color: #e4bf19;
}
.box-header-nav .main-menu > .menu-item > a {
	font-size: 13px;
	font-weight: 500;
	line-height: 68px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
.box-header-nav .main-menu .menu-item > a > .icon {
	font-size: 14px;
	margin-right: 4px;
}
.box-header-nav .main-menu .menu-item > a > .image {
	position: absolute;
	right: -28px;
	top: 8px;
	z-index: 1;
	line-height: 0;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
	padding-left: 0;
	text-align: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	z-index: 999;
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) {
	padding-top: 22px;
	padding-bottom: 22px;
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
	padding: 0 10px 0 30px;
}
.box-header-nav .main-menu > .menu-item .submenu.megamenu {
	padding: 40px 35px;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item::before {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: 100%;
	z-index: -1;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item:hover::before {
	display: block;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item a {
	line-height: 30px;
	display: block;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item a {
	color: #666666;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item a > span {
	position: relative;
	bottom: 4px;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item:hover > a {
	color: #e4bf19;
}
.box-header-nav .main-menu .toggle-submenu {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 19px;
	cursor: pointer;
	color: #000;
}
.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
	color: #e4bf19;
}
/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu > .menu-item {
	padding: 0 19px;
	display: inline-block;
}
.box-header-nav .main-menu > .menu-item.parent::before {
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
}
.box-header-nav .main-menu > .menu-item.parent:hover::before {
	display: block;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
	position: absolute;
	min-width: 245px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
.box-header-nav .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.box-header-nav .main-menu > .menu-item > .submenu {
	top: 100%;
	left: -1px;
}
.box-header-nav .main-menu > .menu-item:hover > .submenu {
	margin-top: 4px;
}
.box-header-nav .main-menu > .menu-item > .submenu .submenu {
	top: -19px;
	left: 100%;
}
.box-header-nav .main-menu .submenu .menu-item:hover > .submenu {
	margin-top: -4px;
}
/*.toggle-submenu*/
.box-header-nav .main-menu .toggle-submenu::before {
	display: block;
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	height: 57px;
	line-height: 57px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	z-index: 10;
}
.box-header-nav .main-menu .submenu .toggle-submenu {
	display: block;
}
.box-header-nav .main-menu .submenu .toggle-submenu::before {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	content: '\f105';
}
.box-header-nav .main-menu > .menu-item.menu-item-right {
	float: right;
	padding-left: 35px;
}
.box-header-nav .main-menu > .menu-item.menu-item-right > a {
	color: #868686;
}
.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
	color: #e4bf19;
}
.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
	font-size: 24px;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1499px) {
	.box-header-nav .main-menu > .menu-item {
		padding: 0 15px;
	}
}
@media (max-width: 1024px) {
	.box-header-nav .main-menu {
		opacity: 0;
		visibility: hidden;
	}
}
/* ==========================================================================
3.3 BLOCK SEARCH
========================================================================== */
.block-search .form-search {
	display: table;
	padding: 0 68px 0 0;
	
	border: 2px solid #ececec;
	background-color: #fff;
	width: 100%;
	position: relative;
}
.block-search .form-search .btn-submit {
	width: 68px;
	height: 60px;
	line-height: 60px;
	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
	overflow: hidden;
	background-color: #e4bf19;
	font-size: 21px;
}
.block-search .form-search .btn-submit span {
	position: relative;
}
.block-search .form-search .btn-submit::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.block-search .form-search .btn-submit:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.block-search .form-search .form-content,
.block-search .form-search .category {
	display: table-cell;
	vertical-align: top;
	white-space: normal;
}
.azirspares-live-search-form {
	position: relative;
}
.azirspares-live-search-form .search-box {
	position: relative;
}
.azirspares-live-search-form.loading .search-box::before {
	content: '';
	width: 25px;
	height: 25px;
	margin: auto;
	border: 3px solid #ccc;
	border-top-color: #e4bf19;
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	position: absolute;
	top: 13px;
	right: 5px;
}
.azirspares-live-search-form .not-results-search,
.azirspares-live-search-form .products-search {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	z-index: 100;
	
	margin-top: 12px;
}
.azirspares-live-search-form .not-results-search {
	padding: 14px 17px;
}
.azirspares-live-search-form .not-results-search::after,
.azirspares-live-search-form .products-search::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	left: 41px;
	z-index: 2;
}
.azirspares-live-search-form .suggestion-search {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	padding: 10px 27px;
	color: #ccc;
	line-height: 36px;
}
.azirspares-live-search-form .product-search-item {
	overflow: hidden;
	padding: 12px 15px;
}
.azirspares-live-search-form .product-search-item:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
}
.azirspares-live-search-form .view-all {
	padding: 12px 15px;
	text-align: center;
	width: 100%;
}
.azirspares-live-search-form .product-image {
	width: 60px;
	float: left;
}
.azirspares-live-search-form .product-title-price {
	overflow: hidden;
	padding-left: 15px;
}
.azirspares-live-search-form .product-title {
	font-size: 16px;
}
.azirspares-live-search-form .product-price {
	font-size: 16px;
	color: #000;
}
.azirspares-live-search-form .product-price del {
	font-size: 16px;
	color: #868686;
}
.azirspares-live-search-form .product-price ins {
	color: #e4bf19;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
.azirspares-live-search-form .txt-livesearch {
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding: 0 27px;
	border: none;
}
/*.azirspares-live-search-form .keyword-current {*/
/*background-color: #e4bf19;*/
/*color: #fff;*/
/*display: inline-block;*/
/*padding: 0 3px;*/
/*}*/
.live-search-widget.widget .azirspares-live-search-form {
	border-width: 1px;
	
}
.live-search-widget.widget .azirspares-live-search-form .txt-livesearch {
	height: 42px;
	line-height: 42px;
}
.live-search-widget .azirspares-live-search-form .products-search {
	left: 0;
	right: 0;
}
/* CHOSEN */
.block-search .form-search .category {
	width: 193px;
	position: relative;
}
.block-search .form-search .category select {
	border: none;
	height: 56px;
	line-height: 56px;
	width: 100%;
}
.block-search .form-search .category::before {
	content: '';
	border-left: 1px solid #e0e0e0;
	height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -1px;
}
.chosen-results > .scroll-element,
.chosen-results > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.chosen-results > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.chosen-results > .scroll-element .scroll-element_track {
	display: none;
}
.chosen-results > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.chosen-results > .scroll-element .scroll-bar:hover {
	background-color: #e4bf19;
}
.chosen-results:hover > .scroll-element .scroll-bar,
.chosen-results > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.chosen-results > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}
.chosen-results > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}
/* scrollbar height/width & offset from container borders */
.chosen-results > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}
.chosen-results > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.chosen-results > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.chosen-results > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
.category .chosen-container {
	margin-bottom: 0;
	text-align: left;
	width: 100% !important;
	position: relative;
}
.category .chosen-container-single .chosen-single {
	border: none;
	border-radius: 0;
	padding: 0 40px 0 28px;
	max-width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #ffffff;
	height: 56px;
	line-height: 56px;
}
.category .chosen-container-single .chosen-single span {
	margin: 0;
	font-size: 14px;
	color: #868686;
}
.category .chosen-container-single .chosen-single div {
	width: 31px;
}
.category .chosen-container-single .chosen-single div b {
	background: none !important;
	position: relative;
}
.category .chosen-container-single .chosen-single div b:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-width: 6px 5px;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	left: 0;
}
.category .chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
	background: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.category .chosen-container .chosen-drop {
	padding: 12px 0 12px 9px;
	border-radius: 0;
	background: #ffffff;
	margin-top: 12px;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	border: none;
	left: 0;
	width: calc(100% + 68px);
}
.category .chosen-container .chosen-drop::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	left: 41px;
}
.category .chosen-container li {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	padding: 2px 0 2px 17px;
	position: relative;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}
.category .chosen-container li::before {
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	font-size: 14px;
	color: #b7b7b7;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-webkit-transition: color 0.25s ease 0s;
	-moz-transition: color 0.25s ease 0s;
	-o-transition: color 0.25s ease 0s;
	transition: color 0.25s ease 0s;;
}
.category .chosen-container li.level-1::before {
	left: 13px;
}
.category .chosen-container .chosen-results li.highlighted {
	background: none;
	color: #e4bf19;
}
.category .chosen-container .chosen-results li.highlighted::before {
	color: #e4bf19;
}
.category .chosen-container-single .chosen-search {
	display: none;
}
.key-word-search {
	text-align: center;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	padding-top: 25px;
}
.key-word-search .title-key {
	color: #000000;
	padding-right: 4px;
}
.key-word-search .listkey-word {
	display: inline-block;
}
.key-word-search .listkey-word .key-item {
	position: relative;
	display: inline-block;
}
.key-word-search .listkey-word .key-item:not(:hover) {
	color: inherit;
}
.key-word-search .listkey-word .key-item:not(:last-child) {
	padding-right: 10px;
	margin-right: 10px;
}
.key-word-search .listkey-word .key-item:not(:last-child)::after {
	content: '';
	border-left: 1px solid #dcdcdc;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
}
@media (max-width: 1660px) {
	.block-search .form-search .category select,
	.header .azirspares-live-search-form .txt-livesearch {
		height: 44px;
		line-height: 44px;
	}
	.form-search {
		display: table;
	}
	.header .block-search .form-search .btn-submit {
		height: 48px;
		line-height: 48px;
		width: 60px;
		padding: 0;
		right: -1px;
	}
	.header .azirspares-live-search-form.loading .search-box::before {
		top: 3px;
	}
	.header .block-search .form-search .form-content {
		display: block;
	}
	.azirspares-live-search-form .suggestion-search {
		line-height: 30px;
		padding: 0 15px;
	}
	.block-search .form-search .category::before {
		height: 48px;
	}
	.category .chosen-container-single .chosen-single {
		height: 44px;
		line-height: 44px;
	}
}
@media (max-width: 1199px) {
	.block-search .form-search .category {
		display: none;
	}
	.key-word-search {
		display: none;
	}
}
@media (max-width: 767px) {
	.form-search {
		padding: 0 40px 0 0;
		border-width: 1px;
	}
}
/* ==========================================================================
3.4 HEADER CONTROL
========================================================================== */
.header-control {
	width: 240px;
	text-align: right;
}
.header-position.fixed .header-control {
	padding-top: 5px;
}
.header.style3 .header-control {
	width: 485px;
}
.header-control-inner {
	display: inline-block;
}
.meta-woo {
	text-align: right;
}
.meta-woo .block-woo {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-left: 7px;
}
.meta-woo .block-woo .block-link {
	display: block;
	font-size: 25px;
	width: 60px;
	line-height: 58px;
	height: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
}
.meta-woo .block-woo .block-link:not(:hover) {
	color: #000000;
}
/*block-user*/
.block-user {
	position: relative;
}
.block-user:hover::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
}
.block-user .sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	right: -7px;
	min-width: 160px;
	
	z-index: 99;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	-webkit-transition: margin-top 0.4s ease 0s;
	-moz-transition: margin-top 0.4s ease 0s;
	-o-transition: margin-top 0.4s ease 0s;
	transition: margin-top 0.4s ease 0s;
	padding: 5px;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.block-user:hover .sub-menu {
	margin-top: 15px;
	opacity: 1;
	visibility: visible;
}
.block-user .sub-menu::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	right: 31px;
}
.block-user .sub-menu li {
	padding: 0 12px;
}
.block-user .sub-menu li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
}
.block-user .sub-menu li a:not(:hover) {
	color: #777777;
}
/*MINICART*/
.header-middle-inner .sticky-cart {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 70px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-middle-inner .sticky-cart .block-link {
	display: block;
	font-size: 25px;
	width: 70px;
	line-height: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.header-position.hide-header .header-middle-inner .sticky-cart {
	top: 70px;
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.block-minicart .cart_list > .scroll-element,
.block-minicart .cart_list > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.block-minicart .cart_list > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.block-minicart .cart_list > .scroll-element .scroll-element_track {
	display: none;
}
.block-minicart .cart_list > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.block-minicart .cart_list > .scroll-element .scroll-bar:hover {
	background-color: #e4bf19;
}
.block-minicart .cart_list:hover > .scroll-element .scroll-bar,
.block-minicart .cart_list > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.block-minicart .cart_list > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}
.block-minicart .cart_list > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}
/* scrollbar height/width & offset from container borders */
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.block-minicart .cart_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.block-minicart .cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
.block-minicart {
	position: relative;
}
.block-minicart:hover::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
}
.block-minicart .link-dropdown {
	position: relative;
}
.block-minicart .link-dropdown .count {
	position: absolute;
	top: 6px;
	right: -11px;
	display: inline-block;
	min-width: 23px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	padding: 0 3px;
	border-radius: 50%;
	background-color: #e4bf19;
	font-size: 12px;
	color: #ffffff;
}
.block-minicart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	right: -15px;
	min-width: 307px;
	
	z-index: 99;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	-webkit-transition: margin-top 0.4s ease 0s;
	-moz-transition: margin-top 0.4s ease 0s;
	-o-transition: margin-top 0.4s ease 0s;
	transition: margin-top 0.4s ease 0s;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.block-minicart .widget_shopping_cart::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -16px;
	right: 38px;
}
.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item {
	padding-left: 18px;
}
.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 19px;
}
.block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
	right: 13px;
}
.block-minicart .widget_shopping_cart .woocommerce-mini-cart__total {
	border-top: 1px solid #e8e8e8;
}
.block-user:hover::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
}
.block-minicart .cart_list {
	max-height: 320px;
}
.woocommerce-mini-cart__empty-message {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #000000;
	max-width: 200px;
	padding: 15px 15px 30px 15px;
}
@media (max-width: 1660px) {
	.block-user:hover .sub-menu::after {
		right: 22px;
	}
	.block-minicart .widget_shopping_cart::after {
		right: 29px;
		
	}
	.header-control {
		padding-top: 7px;
	}
	.header.style3 .header-control {
		width: 240px;
	}
	.meta-woo .block-woo .block-link {
		font-size: 22px;
		width: 41px;
		line-height: 39px;
		height: 41px;
		border-radius: 0;
		border: 2px solid #000;
	}
	.block-minicart .link-dropdown .count {
		top: -8px;
	}
}
@media (min-width: 1025px) {
	.block-minicart:hover::before {
		content: '';
		width: 347px;
		height: 30px;
		position: absolute;
		top: 100%;
		right: 0;
	}
	.block-minicart:hover .widget_shopping_cart {
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 1024px) {
	.header-middle-inner .sticky-cart {
		display: none !important;
	}
	.block-user.open .sub-menu,
	.block-minicart.open .widget_shopping_cart {
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
	}
}
/* ==========================================================================
3.5 HEADER PHONE
============================================================================ */
.phone-header {
	overflow: hidden;
}
.phone-header .phone-inner {
	overflow: hidden;
	text-align: left;
}
.phone-header .phone-icon {
	display: inline-block;
	text-align: center;
	float: left;
	font-size: 27px;
	position: relative;
	min-width: 68px;
	padding: 6px;
	margin-right: 10px;
}
.phone-header .phone-icon span {
	position: relative;
	display: block;
	border-radius: 50%;
	line-height: 50px;
	border: 2px solid transparent;
}
.phone-header .phone-number {
	overflow: hidden;
	padding-top: 9px;
}
.phone-header .phone-number p:first-child {
	margin-bottom: 3px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 20px;
	color: #868686;
	text-transform: uppercase;
}
.phone-header .phone-number p:last-child {
	margin-bottom: 0;
	font-size: 24px;
	color: #e4bf19;
}
/*.phone-header.style1*/
.phone-header.style1 {
	padding: 12px 9px;
	background-color: #25b43c;
	position: absolute;
	top: -12px;
	right: 0;
	width: calc(40% - 310px);
	z-index: 1;
	border-radius: 92px 0 0 92px;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.phone-header.style1 .phone-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.3;
	border-radius: 50%;
}
.phone-header.style1 .phone-icon span {
	background-color: #000;
	color: #25b43c;
}
.phone-header.style1 .phone-inner .phone-number p:first-child,
.phone-header.style1 .phone-inner .phone-number p:last-child {
	color: #000;
}
/*.phone-header.style2*/
.phone-header.style1.style2 {
	background-color: #ea2523;
}
.phone-header.style1.style2 .phone-icon::before {
	background-color: #fff;
}
.phone-header.style1.style2 .phone-icon span {
	background-color: #fff;
	color: #ea2523;
}
.phone-header.style1.style2 .phone-number p:first-child {
	color: #fff;
}
/*.phone-header.style3*/
.phone-header.style3 .phone-icon span {
	border-color: #e4bf19;
	color: #e4bf19;
}
.phone-header.style3 .phone-inner .phone-number p:last-child {
	color: #000000
}
/*.phone-header.style4*/
.phone-header.style4 {
	text-align: right;
}
.phone-header.style4 .phone-icon span {
	background-color: #e4bf19;
	color: #fff;
}
.phone-header.style4 .phone-inner .phone-number p:first-child,
.phone-header.style4 .phone-inner .phone-number p:last-child {
	color: #fff;
}
/*.phone-header.style5*/
.phone-header.style5 {
	text-align: right;
}
.phone-header.style5 .meta-woo .block-woo .block-link {
	color: #000;
}
.phone-header.style5 .phone-icon::before {
	content: '';
	border-left: 1px solid #494949;
	position: absolute;
	height: 36px;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.phone-header.style5 .phone-icon span {
	color: #e4bf19;
}
.phone-header.style5 .phone-inner .phone-number p:first-child,
.phone-header.style5 .phone-inner .phone-number p:last-child {
	color: #fff;
}
@media (max-width: 1660px) {
	.phone-header.style1 {
		width: 260px;
	}
	.phone-header .phone-number p:last-child {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.phone-header {
		display: none !important;
	}
}
/* ==========================================================================
3.6 HEADER STICKY
============================================================================ */
.header-sticky-menu {
	position: fixed;
	top: -51px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 10;
	background-color: #fff;
}
.header-sticky-menu.active {
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.header.header-sticky .header-position.fixed .block-nav-category:not(.has-open) .block-content,
.header.header-sticky .header-position.hide-header .block-nav-category:not(.has-open) .block-content {
	visibility: hidden;
	opacity: 0;
}
@media (min-width: 1200px) {
	.header-position.fixed {
		max-width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	}
	.header.style5 .header-position.fixed {
		background-color: #e4bf19;
	}
	.header-position.fixed .header-middle-inner {
		padding: 20px 0 !important;
	}
	.header-position.fixed:not(.hide-header) {
		animation: move_down 0.4s ease 0s normal none 1 running;
		-o-animation: move_down 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_down 0.4s ease 0s normal none 1 running;
	}
	.admin-bar .header-position.fixed:not(.hide-header) {
		top: 32px;
		animation: move_down_admin 0.4s ease 0s normal none 1 running;
		-o-animation: move_down_admin 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_down_admin 0.4s ease 0s normal none 1 running;
	}
	.header-position.fixed.hide-header {
		top: -120px;
		animation: move_up 0.4s ease 0s normal none 1 running;
		-o-animation: move_up 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_up 0.4s ease 0s normal none 1 running;
	}
	.admin-bar .header-position.fixed.hide-header {
		top: -120px;
		animation: move_up_admin 0.4s ease 0s normal none 1 running;
		-o-animation: move_up_admin 0.4s ease 0s normal none 1 running;
		-webkit-animation: move_up_admin 0.4s ease 0s normal none 1 running;
	}
	@keyframes move_down_admin {
		0% {
			top: -75px;
		}
		100% {
			top: 32px;
		}
	}
	@-webkit-keyframes move_down_admin {
		0% {
			top: -75px;
		}
		100% {
			top: 32px;
		}
	}
	@keyframes move_down {
		0% {
			top: -75px;
		}
		100% {
			top: 0;
		}
	}
	@-webkit-keyframes move_down {
		0% {
			top: -75px;
		}
		100% {
			top: 0;
		}
	}
	@keyframes move_up_admin {
		0% {
			top: 32px;
		}
		100% {
			top: -75px;
		}
	}
	@-webkit-keyframes move_up_admin {
		0% {
			top: 32px;
		}
		100% {
			top: -75px;
		}
	}
	@keyframes move_up {
		0% {
			top: 0;
		}
		100% {
			top: -75px;
		}
	}
	@-webkit-keyframes move_up {
		0% {
			top: 0;
		}
		100% {
			top: -75px;
		}
	}
	.header-position.fixed .key-word-search {
		display: none;
	}
}
@media (max-width: 1024px) {
	.header-sticky-menu,
	.box-header-nav {
		display: none !important;
	}
}
/* ==========================================================================
3.7 HEADER MIDDLE
============================================================================ */
.header-middle-inner {
	padding-top: 70px;
	padding-bottom: 40px;
}
.header-middle-inner {
	display: table;
	width: 100%;
	position: relative;
}
.header-middle-inner > * {
	display: table-cell;
	vertical-align: top;
}
.header-middle-inner::before,
.header-middle-inner::after {
	content: '';
	display: table;
}
.header-middle-inner::after {
	clear: both;
}
.header-middle-inner .header-logo {
	width: 240px;
	vertical-align: top;
	position: relative;
	top: -1px;
}
.header.style5 .header-middle-inner .header-logo {
	top: 0;
}
.header-middle-inner .header-logo .logo[src=""] {
	background: url('../images/logo-dark.svg');
	background-size: 100% 100%;
	display: inline-block;
	font-size: 0;
}
.header-middle-inner .block-search {
	padding-left: 15px;
	padding-right: 15px;
}
.header-position.fixed .header-middle-inner .block-search {
	padding-top: 6px;
}
.header-middle-inner .block-search .form-search {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1199px) {
	.header-middle-inner {
		padding-top: 35px;
	}
	.header-middle-inner > * {
		display: block;
		float: left;
	}
	.header-middle-inner .header-logo {
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
	}
	.header-middle-inner .block-search,
	.header-control {
		width: 50%;
	}
	.header-middle-inner .block-search {
		padding-left: 0;
		padding-right: 0;
	}
	.header-middle-inner .block-search .form-search {
		max-width: 380px;
		margin-left: 0;
	}
	.header .azirspares-live-search-form .txt-livesearch {
		font-size: 12px;
		padding: 0 0 0 15px;
	}
}
@media (max-width: 767px) {
	.header-middle-inner {
		padding: 25px 0;
	}
	.header-middle-inner .block-search,
	.header-control {
		width: 100% !important;
		text-align: center;
	}
	.header-middle-inner .block-search {
		padding-bottom: 20px;
	}
	.header-middle-inner .block-search .form-search {
		margin-left: auto;
	}
}
/* ==========================================================================
3.8 HEADER NAV
========================================================================== */
.header-nav {
	position: relative;
}
.header-nav-inner {
	display: table;
	width: 100%;
}
.header-nav-inner > * {
	display: table-cell;
	vertical-align: middle;
}
.header-nav .block-search {
	padding-left: 9px;
}
.header-nav .block-search .form-search {
	border-color: transparent;
}
.header-nav .category .chosen-container-single .chosen-single,
.header-nav .azirspares-live-search-form .txt-livesearch {
	height: 44px;
	line-height: 44px;
}
.header-nav .block-search .form-search .btn-submit {
	height: 48px;
	line-height: 48px;
	width: 55px;
}
.header-nav .key-word-search {
	display: none;
}
.header-nav .block-search .form-search .category::before {
	height: 48px;
}
/*.header-nav.style1*/
.header-nav.style1 {
	position: relative;
	margin-top: 10px;
}
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title .text-title {
	line-height: 56px;
}
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title .before {
	top: -2px;
}
.header-nav.style1 .box-header-nav .main-menu {
	padding-right: 230px;
}
.header-nav.style1 .box-header-nav .main-menu > .menu-item > a {
	color: #fff;
}
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title::before {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	content: '';
	background-color: #e4bf19;
	height: 10px;
}
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title .text-title::before,
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title::after {
	content: '';
	position: absolute;
	left: -8px;
	top: -10px;
	border-style: solid;
	border-width: 10px 8px 0 0;
}
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title::after {
	border-color: transparent #e4bf19 transparent transparent;
}
.header-nav.style1 .vertical-wrapper.block-nav-category .block-title .text-title::before {
	border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
	z-index: 1;
}
/*.header-nav.style2 */
.header-nav.style2 .vertical-wrapper.block-nav-category .block-title {

}
/*.header-nav.style3*/
.header-nav.style3 .box-header-nav .main-menu > .menu-item {
	border-left: 1px solid #3e3e3e;
}
.header-nav.style3 .box-header-nav .main-menu > .menu-item:last-child {
	border-right: 1px solid #3e3e3e;
}
@media (max-width: 1199px) {
	.header-nav.style1 .box-header-nav .main-menu {
		padding-right: 0;
	}
}
/* ==========================================================================
3.9 HEADER BURGER
========================================================================== */
.header-burger {
	display: inline-block;
	vertical-align: middle;
}
.burger-inner {
	max-height: calc(100vh - 46px);
	z-index: 1;
}
.burger-inner > .scroll-element,
.burger-inner > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.burger-inner > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.burger-inner > .scroll-element .scroll-element_track {
	display: none;
}
.burger-inner > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.burger-inner > .scroll-element .scroll-bar:hover {
	background-color: #e4bf19;
}
.burger-inner:hover > .scroll-element .scroll-bar,
.burger-inner > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.burger-inner > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}
.burger-inner > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}
/* scrollbar height/width & offset from container borders */
.burger-inner > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}
.burger-inner > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}
.burger-inner > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}
.burger-inner > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.burger-inner > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}
.burger-inner > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.burger-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.burger-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
.header-burger .burger-icon {
	display: block;
	height: 41px;
	line-height: 37px;
	width: 41px;
	padding: 12px 9px;
	border: 2px solid #000;
	position: absolute;
	left: -112px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.header-burger .burger-icon span {
	width: 100%;
	display: block;
	border-bottom: 2px solid;
}
.header-burger .burger-icon span:not(:last-child) {
	margin-bottom: 4px;
}
.header-burger .burger-close {
	cursor: pointer;
	position: absolute;
	right: 17px;
	top: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	z-index: 11;
	border: 2px solid
}
.header-burger .burger-close:not(:hover) {
	color: rgba(255, 255, 255, 0.3);
}
.header-burger .burger-close::before,
.header-burger .burger-close::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 10px;
	top: 17px;
	width: 17px;
}
.header-burger .burger-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-burger .burger-close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header-burger.open {
	z-index: 101;
	position: relative;
}
.header-burger.open .burger-icon {
	opacity: 0;
}
.header-burger ~ .header-burger-overlay {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 100vw;
	height: 100vh;
	-webkit-transition: right 0.25s ease 0s;
	-moz-transition: right 0.25s ease 0s;
	-o-transition: right 0.25s ease 0s;
	transition: right 0.25s ease 0s;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
.header-burger.open ~ .header-burger-overlay {
	right: 0;
}
.header-burger .burger-wrap {
	text-align: left;
	position: fixed;
	top: 0;
	left: -400px;
	bottom: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: left 0.25s ease 0s;
	-moz-transition: left 0.25s ease 0s;
	-o-transition: left 0.25s ease 0s;
	transition: left 0.25s ease 0s;
	width: 357px;
	height: 100vh;
	z-index: 999;
	max-width: 90%;
}
.header-burger.open .burger-wrap {
	left: 0;
}
.admin-bar .header-burger .burger-wrap {
	top: 32px;
}
@media (max-width: 767px) {
	.admin-bar .header-burger .burger-wrap {
		top: 46px;
	}
}
/*burger-top-menu*/
.burger-top-menu {
	background-color: #171717;
	padding-left: 0;
	list-style: none;
}
.burger-top-menu .burger-phone {
	border-bottom: 1px solid rgba(228, 228, 228, 0.1);
	overflow: hidden;
	padding: 8px 24px;
}
.burger-top-menu .phone-icon {
	float: left;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	border-radius: 50%;
	border: 2px solid;
	color: #e4bf19;
	text-align: center;
	font-size: 19px;
	margin-right: 15px;
}
.burger-top-menu .phone-number {
	overflow: hidden;
	color: #fff;
}
.burger-top-menu .phone-number p:first-child {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
}
.burger-top-menu .phone-number p:last-child {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}
.burger-icon-menu {
	list-style: none;
	padding-left: 0;
}
.burger-icon-menu .menu-item {
	font-size: 16px;
	line-height: 64px;
	border-bottom: 1px solid rgba(228, 228, 228, 0.1);
	padding: 0 24px;
	color: #fff
}
.burger-icon-menu .menu-item .icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	border-radius: 50%;
	border: 2px solid;
	color: #e4bf19;
	text-align: center;
	font-size: 19px;
	margin-right: 15px;
}
.burger-icon-menu .menu-item a:not(:hover) {
	color: inherit;
}
/*.burger-mid-menu*/
.burger-mid-menu .burger-title {
	border-bottom: 1px solid #e4e4e4;
	line-height: 50px;
	padding: 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.burger-mid-menu .burger-title > span {
	display: inline-block;
	width: 29px;
	height: 16px;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.burger-mid-menu .burger-title > span span {
	border-bottom: 2px solid #e4bf19;
	display: block;
	width: 100%;
}
.burger-mid-menu .burger-title > span span:not(:last-child) {
	margin-bottom: 5px;
}
.burger-list-menu {
	padding-left: 0;
	list-style: none;
}
.burger-list-menu .toggle-submenu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #bdbdbd;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.burger-list-menu .toggle-submenu::before {
	display: inline-block;
	font-size: 17px;
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.burger-list-menu .menu-item.show-submenu > .toggle-submenu::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.burger-list-menu > .menu-item {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 50px 5px 24px;
	position: relative;
}
.burger-list-menu > .menu-item > a {
	color: #666666;
	font-size: 16px;
	line-height: 38px;
	position: relative;
	display: inline-block;
}
.burger-list-menu .menu-item.show-sub > .toggle-submenu,
.burger-list-menu .menu-item.show-sub > a,
.burger-list-menu .menu-item:hover > .toggle-submenu,
.burger-list-menu .menu-item:hover > a {
	color: #e4bf19;
}
.burger-list-menu .submenu {
	list-style: none;
	display: none;
}
.burger-list-menu .submenu .menu-item a {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	display: inline-block;
}
/*.menu-social*/
.menu-social {
	padding: 20px 24px 0 24px;
}
.menu-social h4 {
	margin-top: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 13px;
}
.menu-social h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #e4bf19;
	width: 30px;
}
.menu-social a {
	display: inline-block;
	text-align: center;
	width: 46px;
	height: 46px;
	line-height: 42px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	font-size: 16px;
	color: #000;
	margin-right: 12px;
	margin-top: 12px;
}
.menu-social a:hover {
	color: #e4bf19;
	border-color: #e4bf19;
}
@media (max-width: 1660px) {
	.header-burger .burger-icon {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
/* ==========================================================================
3.10 HEADER STYLE
========================================================================== */
/*.header.style1*/
.header.style1 .header-nav {
	background-color: #1b1b1b;
}
.header.style1 .box-header-nav .main-menu > .menu-item > a {
	color: #fff;
}
/*.header.style2*/
.header.style2 .header-middle-inner {
	padding-top: 45px;
	padding-bottom: 30px;
}
.header.style2 .header-nav {
	background-color: #f1f1f1;
}
.header.style2 .header-nav .block-search {
	padding-right: 233px;
}
.header.style2 .box-header-nav {
	text-align: center;
}
.header.style2 .header-middle-inner .block-search {
	display: none;
}
/*.header.style3*/
.header.style3 .header-middle-inner {
	padding-top: 45px;
	padding-bottom: 35px;
}
.header.style3 .header-nav {
	background-color: #f1f1f1;
}
.header.style3 .phone-header {
	display: inline-block;
	vertical-align: top;
}
.header.style3 .header-middle-inner .block-search {
	display: none;
}
/*.header.style4*/
.header.style4 .header-nav {
	background-color: #000;
}
.header.style4 .vertical-wrapper.block-nav-category .block-content {
	border: 3px solid #e4bf19;
	border-top: none;
}
.header.style4 .phone-header .phone-inner {
	float: right;
}
.header.style4 .box-header-nav .main-menu > .menu-item > a {
	color: #fff;
}
/*.header.style5*/
.header.style5 .header-slide {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	z-index: 9;
}
.header.style5 #banner-adv ~ .header-slide {
	top: 133px;
}
body.admin-bar .header.style5 .header-slide {
	top: 97px;
}
body.admin-bar .header.style5 #banner-adv ~ .header-slide {
	top: 165px;
}
.header.style5 .header-burger .burger-icon {
	border-color: #e4bf19;
	color: #e4bf19;
}
.header.style5 .header-position.fixed .header-burger .burger-icon {
	border-color: #000;
	color: #000;
}
.header.style5 .box-header-nav .main-menu > .menu-item:first-child {
	padding-left: 43px;
}
@media (max-width: 1660px) {
	.header.style5 .header-burger .burger-icon {
		border-color: #000 !important;
		color: #000 !important;;
	}
}
.header.style5 + .main-container {
	padding-top: 315px;
}
.header.style5 .header-middle-inner {
	background-color: #e4bf19;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
}
.header.style5 .box-header-nav .main-menu > .menu-item > a {
	color: #fff;
}
.header.style5 .block-menu-bar .menu-bar {
	color: #000;
}
.header.style5 .meta-woo .block-woo .block-link {
	border-color: #000;
	color: #000;
}
.header.style5 .block-minicart .link-dropdown .count {
	background-color: #fff;
	color: #000;
}
.header.style5 .sticky-cart .block-minicart .link-dropdown .count {
	background-color: #e4bf19;
	color: #fff;
}
.header.style5 .block-search .form-search {
	border-color: transparent;
}
.header.style5 .key-word-search {
	display: none;
}
.header.style5 .block-search .form-search .btn-submit {
	background-color: #000000;
}
.header.style5 .header-nav-inner {
	background-color: #252525;
	padding-right: 40px;
}
.header.style5 .header-top-inner .top-bar-menu:not(.right) > .menu-item:first-child {
	border-left: none;
}
.header.style5 .header-top-inner .top-bar-menu.right > .menu-item:last-child {
	border-right: none;
}
.header.style5 .phone-header .phone-inner {
	float: right;
}
/*.header.style6*/
.header.style6 .phone-header.style1 {
	background-color: #e4bf19;
}
.header.style6 .phone-header.style1 .phone-icon span {
	color: #e4bf19;
}
.header.style6 .header-nav {
	background-color: #fff;
}
.header.style6 .header-nav.style1 {
	margin-top: 7px;
}
.header.style6 .box-header-nav .main-menu > .menu-item {

}
.header.style6 .box-header-nav .main-menu > .menu-item:last-child {

}
.header.style6 .box-header-nav .main-menu > .menu-item > a {
	color: #1e1e1e;
}
.header.style6 .box-header-nav .main-menu > .menu-item > a:hover {
	color: #ffcc00;
}
@media (max-width: 1660px) {
	.header.style2 .header-nav .block-search {
		padding-right: 255px;
	}
	.header.style3 .phone-header {
		display: none;
	}
	.header.style3 .box-header-nav {
		text-align: center;
	}
}
@media (max-width: 1499px) {
	.header.style5 .header-slide {
		position: static;
	}
	.header.style5 + .main-container {
		padding-top: 0;
	}
	.header.style5 .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.header.style5 .header-nav-inner,
	.header.style5 .header-top-inner {
		border-radius: 0;
	}
}
@media (max-width: 1199px) {
	.header.style2 .header-control,
	.header.style2 .box-header-nav {
		width: 100%;
		text-align: center;
	}
	.header.style2 .header-nav .block-search {
		padding-right: 0;
	}
	.header.style3 .header-control,
	.header.style3 .box-header-nav {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.header.style3 .header-nav .block-search,
	.header.style2 .header-nav .block-search {
		display: none;
	}
	.header.style3 .header-middle-inner .block-search,
	.header.style2 .header-middle-inner .block-search {
		display: block;
		width: 100%;
		padding-bottom: 20px;
	}
	.header.style3 .header-middle-inner .block-search .form-search,
	.header.style2 .header-middle-inner .block-search .form-search {
		margin-left: auto;
	}
	.header.style6 .header-nav {
		display: none;
	}
}
/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
a.backtotop {
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	font-size: 20px;
	background-color: #e4bf19;
	position: fixed;
	bottom: 65px;
	right: 25px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999;
	overflow: hidden;
	display: none;
}
a.backtotop:not(.active) {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
a.backtotop i {
	color: #fff;
}
a.backtotop::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
a.backtotop:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@media (max-width: 767px) {
	a.backtotop {
		bottom: 20px;
		left: 20px;
		right: auto;
	}
}
/* ==========================================================================
5.0 BLOG THEME
========================================================================== */
.blog-banner {
	margin-bottom: 41px;
}
/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.post-thumb img {
	position: relative;
	z-index: 1;
}
.post-title {
	margin-top: 0;
}
.post-title a:not(:hover) {
	color: inherit;
}
.post-item .post-meta > div {
	display: inline-block;
	position: relative;
}
.post-item .post-meta > div:not(:last-child) {
	padding-right: 17px;
	margin-right: 14px;
}
.post-item .post-meta > div:not(:last-child)::after {
	content: '';
	border-left: 1px solid #b6bfca;
	position: absolute;
	top: 48%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 18px;
}
.post-item .post-author,
.post-item .date,
.post-item .categories,
.post-item .post-comment-icon,
.post-item .post-comment {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.post-item .post-comment a:not(:hover),
.post-item .date a:not(:hover) {
	color: inherit;
}
.post-item .post-comment-icon {
	float: right;
	color: #000;
}
.post-item .post-comment-icon a::before {
	content: "\f113";
	font-family: 'Flaticon', sans-serif;
	font-size: 15px;
	margin-right: 4px;
	vertical-align: middle;
	font-weight: normal;
}
.post-item .tags {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	font-size: 0;
}
.post-item .tags a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 15px;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid;
}
.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
	content: '';
	display: table;
}
.page-main-content::after,
.post-content::after {
	clear: both;
}
.post-content p:last-child {
	margin-bottom: 0 !important;
}
.post-content > p:last-child {
	display: inline-block;
	width: 100%;
}
/*.post-single*/
.post-single .post-title {
	font-size: 30px;
	font-weight: 300;
	margin: -5px 0 10px 0;
}
.post-single .post-meta {
	margin-bottom: 25px;
}
.post-single .post-thumb {
	margin-bottom: 42px;
}
.post-footer {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}
.tags + .post-footer {
	border-top: 1px solid #e7e7e7;
	padding-top: 14px;
	margin-top: 16px;
}
.post-footer .azirspares-share-socials {
	float: right;
	text-align: right;
	width: 40%;
}
.post-footer .azirspares-share-socials ~ .categories {
	float: left;
	width: 60%;
}
.social-heading {
	display: none;
}
.post-footer .social-heading {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #999999;
	margin: 0;
}
.azirspares-share-socials a {
	display: inline-block;
	font-size: 16px;
	width: 32px;
	text-align: center;
	border-radius: 50%;
}
/*blog standard*/
.post-standard {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 55px;
}
.post-standard:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-standard .post-foot {
	padding: 14px 0 4px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
}
.post-standard .post-foot .categories {
	float: left;
}
.post-standard .post-foot .post-comment {
	float: right;
}
.post-standard .post-foot .post-comment::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f135";
	margin-right: 6px;
	position: relative;
	color: #000;
	font-size: 20px;
	vertical-align: top;
}
.post-standard .post-title {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: -5px;
}
.post-standard .post-thumb {
	margin-bottom: 37px;
}
.post-standard .post-meta {
	margin-bottom: 20px;
}
.post_format-post-format-quote.post-item .tags {
	margin-top: 0;
}
.post-standard.post_format-post-format-quote .post-thumb {
	margin-bottom: 0 !important;
}
.post-standard .post-thumb .quote {
	padding: 45px 55px 60px 55px;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	background-color: #f6f6f6;
}
.post-standard .post-thumb .quote a:not(:hover) {
	color: #1c1c1c;
}
.post-standard .post-thumb .quote span {
	display: block;
	margin-bottom: 10px;
}
.post-standard .post-thumb .quote span::before {
	font-size: 34px;
	font-family: 'FontAwesome', sans-serif;
	content: "\f10d";
}
.post-standard .post-thumb .quote strong {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #888;
	margin-top: 20px;
}
.post-item .readmore {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 8px;
	margin-top: 30px;
}
.post-item .readmore::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.post-item .readmore:hover::before {
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
.post-item .slick-arrow {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 23px;
	color: #000000;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	z-index: 3;
}
.post-item .slick-arrow:hover {
	color: #e4bf19;
}
.post-item .slick-arrow.prev {
	right: 60px;
}
.post-item .slick-arrow.next {
	right: 0;
}
.post-item .slick-arrow::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 1px solid;
	border-right: 1px solid;
	position: relative;
	display: inline-block;
}
.post-item .slick-arrow.prev::before {
	left: 2px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.post-item .slick-arrow.prev::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	border-left: 1px solid #e7e7e7;
	height: 42px;
}
.post-item .slick-arrow.next::before {
	right: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*blog grid*/
.blog-grid .post-item {
	margin-bottom: 55px;
}
.blog-grid .post-item .post-meta > div:not(:last-child)::after {
	display: none;
}
.blog-grid .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 83px;
}
.blog-grid .title span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
.blog-grid .title span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #e4bf19;
	width: 100%;
}
.blog-grid .nav-top-right .slick-arrow {
	top: -125px;
}
.blog-grid .post-thumb {
	position: relative;
	margin-top: 7px;
}
.blog-grid .datebox {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	-moz-transform: rotate(-90deg) translate(-100%, 0);
	-ms-transform: rotate(-90deg) translate(-100%, 0);
	-o-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	z-index: 1;
}
.blog-grid .datebox a {
	display: inline-block;
	position: relative;
	min-width: 106px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #e4bf19;
	margin-top: 21px;
	margin-right: -7px;
}
.blog-grid .datebox a::before {
	content: '';
	border-width: 23px 0 23px 11px;
	border-style: solid;
	border-color: #e4bf19 transparent #e4bf19 transparent;
	position: absolute;
	left: -11px;
	top: 0;
}
.blog-grid .datebox a span::before,
.blog-grid .datebox a span::after {
	content: '';
	position: absolute;
	border-width: 0 7px 5px 0;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
	top: -5px;
	right: 0;
}
.blog-grid .datebox a span::before {
	border-color: transparent transparent #e4bf19 transparent;
}
.blog-grid .post-thumb figure {
	overflow: hidden;
}
.blog-grid .post-thumb img {
	width: 100%;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	
}
.blog-grid .post-inner:hover .post-thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-grid .post-content {
	background-color: #fff;
}
.blog-grid .post-title {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 22px;
}
.blog-grid .post-meta {
	overflow: hidden;
	padding: 15px 0 15px 0;
}
.blog-grid .post-author {
	float: left;
}
.blog-grid .post-comment {
	float: right;
	color: #000;
}
.blog-grid .post-comment a {
	font-weight: 500;
}
.blog-grid .post-comment a::before {
	content: "\f113";
	font-family: 'Flaticon', sans-serif;
	font-size: 15px;
	margin-right: 4px;
	vertical-align: middle;
	font-weight: normal;
}
@media (max-width: 1199px) {
	.post-single .post-title {
		margin-bottom: 20px;
	}
	.post-single .post-meta {
		margin-bottom: 35px;
	}
	.post-footer .azirspares-share-socials {
		float: none;
		text-align: left;
		width: 100%;
	}
	.post-footer .azirspares-share-socials ~ .categories {
		float: none;
		width: 100%;
	}
	.post-single .post-thumb,
	.post-standard .post-thumb {
		margin-bottom: 30px;
	}
	.post-item .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.post-item .slick-arrow.prev {
		right: 40px;
	}
	.post-item .slick-arrow::before {
		width: 9px;
		height: 9px;
		top: -3px;
	}
	.post-item .slick-arrow.prev::after {
		height: 30px;
	}
}
@media (max-width: 991px) {
	.post-standard .post-thumb .quote {
		padding: 30px 20px 20px 20px;
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.post-single .post-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.post-single .post-meta {
		margin-bottom: 25px;
	}
}
/* ==========================================================================
5.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area p {
	margin-bottom: 16px;
}
.comments-area {
	padding-top: 40px;
}
.comments-area .comments-title {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 30px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
	list-style: none;
}
.comments-area .no-comments {
	margin-top: 20px;
}
/*.commentlist*/
.commentlist {
	list-style: none;
	padding-left: 0;
}
.woocommerce-Reviews .commentlist > p {
	display: none;
}
.comment:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.commentlist .children {
	padding-left: 145px;
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #dfdfdf;
}
.has-sidebar .commentlist .children {
	padding-left: 90px;
}
.comment_container {
	overflow: hidden;
}
.comment_container .avatar {
	float: left;
	max-width: 120px;
	margin-right: 25px;
}
.comment-text {
	overflow: hidden;
	position: relative;
}
.comment-text .meta {
	margin-bottom: 0;
}
.comment-text .woocommerce-review__dash {
	display: none;
}
.comment-text .woocommerce-review__author,
.comment-text .comment-author {
	display: block;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	margin-top: -2px;
	margin-bottom: 2px;
}
.comment-text .woocommerce-review__published-date,
.comment-text .comment-date {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 9px;
	padding-right: 80px;
}
.comment-text .woocommerce-review__published-date,
.comment-text .comment-date:not(:hover) {
	color: #9da7b2;
}
.comment-text p:last-child {
	margin-bottom: 0;
}
.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
	position: absolute;
	top: 0;
	font-size: 0;
}
.comment-text .comment-edit-link {
	right: 30px;
}
.comment-text .comment-reply-link {
	right: 0;
}
.comment-text .comment-edit-link::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f044";
	font-size: 14px;
}
.comment-text .comment-reply-link::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f112';
	font-size: 14px;
}
/*.pingback*/
.pingback {
	padding-bottom: 20px;
}
.pingback > p > a {
	padding-left: 5px;
}
.pingback .edit-link {
	display: inline-block;
}
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	padding: 0 5px;
}
/*.comment-respond*/
.commentlist ~ .comment-respond,
.commentlist .comment-respond {
	border-top: 1px solid #dfdfdf;
	padding-top: 45px;
	margin-top: 50px;
}
.comment-respond .comment-reply-title {
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 0;
}
.comment-respond span.comment-reply-title {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.comment-form-rating label {
	margin-right: 15px;
}
.required {
	color: red;
	font-weight: normal;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-reply-content {
	float: left;
	margin-bottom: 25px;
	width: calc(50% - 15px);
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
	display: block;
}
.comment-form .comment-form-email,
.comment-form .comment-reply-content + .comment-reply-content {
	float: right;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-reply-content input {
	width: 100%;
	height: 50px;
	padding: 4px 30px;
}
.comment-form .comment-form-comment {
	display: inline-block;
	width: 100%;
}
.comment-form .comment-form-comment textarea {
	height: 180px;
	padding: 15px 30px;
}
.comment-form .form-submit {
	display: table;
	position: relative;
	margin-bottom: 19px;
}
.comment-form .form-submit #submit {
	vertical-align: middle;
	height: 44px;
	line-height: 44px;
	min-width: 170px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #ffffff;
	background-color: #1b1b1b;
	text-transform: uppercase;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
}
.comment-form .form-submit #submit:hover {
	background-color: #e4bf19;
}
.woocommerce-Reviews-title {
	display: none;
}
@media (max-width: 1199px) {
	.has-sidebar .commentlist .children,
	.commentlist .children {
		padding-left: 50px;
	}
	.comment-form .comment-form-comment textarea {
		padding: 15px 20px;
	}
	.comment-form .form-submit {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-reply-content {
		width: 100%;
		float: none !important;
	}
	.has-sidebar .commentlist .children,
	.commentlist .children {
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.comment_container .avatar {
		float: none;
		max-width: 90px;
	}
	.comment-text {
		margin-top: 15px;
	}
}
/* ==========================================================================
6.0 BANNER + BREADCRUMBS + WDGET +PAGINATION
========================================================================== */
/* ==========================================================================
6.1 BANNER AND TITLE PAGE
========================================================================== */
.main-container {
	padding-bottom: 50px;
}
.inner-page-banner {
	text-align: center;
	margin-bottom: 50px;
}
.inner-page-banner img {
	margin: 0 auto;
}
.page-title {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
	letter-spacing: 0.1em;
}
.blog-title {
	margin-top: 40px;
	margin-bottom: 45px;
}
.page-title::before {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #e4bf19;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
body.woocommerce-checkout .page-title {
	display: none;
}
/* ==========================================================================
6.2 BREADCRUMBS THEME
========================================================================== */
.breadcrumbs {
	margin-top: 26px;
	margin-bottom: 35px;
}
.breadcrumbs .breadcrumb {
	list-style: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.breadcrumbs .breadcrumb li {
	display: inline-block;
	color: #666666;
}
.breadcrumbs .breadcrumb li + li::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	color: #666666;
	padding-left: 13px;
	padding-right: 10px;
}
.breadcrumbs .breadcrumb li a:not(:hover) {
	color: #000000;
}
.woocommerce-breadcrumb {
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 38px;
	margin-bottom: 38px;
}
.woocommerce-breadcrumb a:not(:hover) {
	color: #000000;
}
.woocommerce-breadcrumb i {
	padding-left: 11px;
	padding-right: 11px;
	color: #868686;
}
@media (max-width: 1199px) {
	.woocommerce-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
/* ==========================================================================
6.3 WIDGET THEME
========================================================================== */
.left-sidebar .main-content {
	float: right;
}
#widget-area .widget {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 13px 22px 13px 22px;
}
#widget-area .widget:not(:last-child) {
	margin-bottom: 33px;
}
#widget-area .widgettitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 13px;
	margin-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	z-index: 1;
	color: #fff;
}
#widget-area .widgettitle::before {
	display: block;
	content: '';
	position: absolute;
	left: -23px;
	bottom: 0;
	right: -23px;
	background: #000;
	top: -14px;
	z-index: -1;
}
#widget-area .widgettitle a {
	color: inherit;
}
#widget-area .widget ul,
#widget-area .widget ol {
	padding: 0 0 8px 0;
	list-style: none;
}
#widget-area .widget ul.latest-post {
	border-bottom: none;
	padding-bottom: 0;
}
#widget-area .widget ul ul,
#widget-area .widget ul ol,
#widget-area .widget ol ol,
#widget-area .widget ol ul {
	padding: 0 0 0 17px;
	margin-top: 8px;
	border-bottom: none;
}
#widget-area .widget ul li {
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
}
#widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
#widget-area .widget ul li .count {
	color: #000;
}
#widget-area .widget p:last-child {
	margin-bottom: 0;
}
#widget-area .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
/*general*/
.woocommerce-widget-layered-nav-list li a:not(:hover),
.widget_nav_menu .menu-item a:not(:hover),
.widget_product_categories .cat-item a:not(:hover),
.widget_categories .cat-item a:not(:hover),
.widget_pages .page_item a:not(:hover) {
	color: inherit;
}
.woocommerce-widget-layered-nav-list li.chosen a,
.widget_categories .cat-item.current-cat > a,
.widget_pages .page_item.current_page_item > a,
.widget_product_categories .cat-item.current-cat > a {
	color: #e4bf19;
}
/*widget_search*/
#widget-area .widget.widget_search {
	padding: 0;
}
#widget-area .widget.widget_search .widgettitle {
	display: none;
}
.widget_search .search-form {
	position: relative;
}
.widget_search .search-form input {
	width: 100%;
	height: 54px;
	line-height: 50px;
}
.widget_search .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 54px;
	line-height: 54px;
	width: 68px;
	overflow: hidden;
	font-size: 0;
	background-color: #e4bf19;
}
.widget_search .search-form button::before {
	content: "\f10d";
	font-family: 'Flaticon', sans-serif;
	font-size: 21px;
}
.widget_search .search-form button::after {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.widget_search .search-form button:hover::after {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*widget_categories*/
#widget-area .widget.widget_categories form {
	margin-bottom: 13px;
	margin-top: 13px;
}
#widget-area .widget.widget_categories {
	padding-bottom: 0;
}
#widget-area .widget_categories .widgettitle {
	margin-bottom: 0;
}
#widget-area .widget_nav_menu,
#widget-area .widget_pages {
	padding-bottom: 0;
}
#widget-area .widget_nav_menu .widgettitle,
#widget-area .widget_pages .widgettitle {
	margin-bottom: 0;
}
.widget_nav_menu .menu-item,
.widget_nav_menu .menu-item .sub-menu,
.widget_pages .page_item,
.widget_pages .page_item .children,
.widget_categories .cat-item,
.widget_categories .cat-item .children {
	position: relative;
}
.widget_nav_menu .menu-item::before,
.widget_pages .page_item::before,
.widget_categories .cat-item::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	margin-right: 12px;
	font-size: 18px;
	color: #bdbdbd;
}
.widget_nav_menu .menu-item:not(:last-child)::after,
.widget_pages .page_item:not(:last-child)::after,
.widget_categories .cat-item:not(:last-child)::after {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
.widget_nav_menu .menu-item .sub-menu::before,
.widget_pages .page_item .children::before,
.widget_categories .cat-item .children::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	top: 0;
	right: -22px;
}
.widget_nav_menu .menu-item .sub-menu .sub-menu::before,
.widget_pages .page_item .children .children::before,
.widget_categories .cat-item .children .children::before {
	left: -41px;
}
#widget-area .widget_nav_menu {
	overflow: hidden;
}
.widget_nav_menu .menu-item.menu-item-object-category.menu-item-1049 {
	display: none;
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu::before {
	left: -57px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -73px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -90px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -107px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -124px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -141px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -158px
}
.widget_nav_menu .menu-item .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu::before {
	left: -175px
}
.widget_nav_menu .sub-menu .menu-item:not(:last-child)::after,
.widget_pages .children .page_item:not(:last-child)::after,
.widget_categories .children .cat-item:not(:last-child)::after {
	left: -41px;
}
.widget_nav_menu .sub-menu .sub-menu .menu-itemmenu-item:not(:last-child)::after,
.widget_pages .children .children .page_item:not(:last-child)::after,
.widget_categories .children .children .cat-item:not(:last-child)::after {
	left: -57px;
}
/*widget-azirspares-socials*/
.widget-azirspares-socials .socials-list {
	padding-top: 13px;
}
.widget-azirspares-socials .socials-list li {
	padding: 5px 10px 5px 0;
	display: inline-block;
}
.widget-azirspares-socials .socials-list li:last-child {
	padding-right: 0;
}
.widget-azirspares-socials .socials-list li a {
	display: block;
	width: 46px;
	height: 46px;
	border: 2px solid #dddddd;
	color: #000;
	font-size: 0;
	text-align: center;
	border-radius: 50%;
}
.widget-azirspares-socials .socials-list li a:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff;
}
.widget-azirspares-socials .socials-list li a span {
	font-size: 16px;
	line-height: 42px;
}
/*widget-azirspares-mailchimp*/
#widget-area .widget.widget-azirspares-mailchimp {
	padding: 25px 25px 40px 25px;
	text-align: center;
	border: 3px solid #000;
}
#widget-area .widget.widget-azirspares-mailchimp .widgettitle {
	color: #000;
	padding-bottom: 0;
}
#widget-area .widget.widget-azirspares-mailchimp .widgettitle::before {
	display: none;
}
.widget-azirspares-mailchimp .desc {
	margin-bottom: 16px;
}
.widget-azirspares-mailchimp .newsletter-form-wrap .email-newsletter {
	text-align: center;
	font-size: 14px;
	color: #999999;
	width: 100%;
	border: none;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}
.widget-azirspares-mailchimp .newsletter-form-wrap .submit-newsletter {
	color: #fff;
	background-color: #e4bf19;
	min-width: 169px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	overflow: hidden;
	position: relative;
}
.widget-azirspares-mailchimp .newsletter-form-wrap .submit-newsletter::after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 18px;
	margin-left: 5px;
}
.widget-azirspares-mailchimp .newsletter-form-wrap .submit-newsletter::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.widget-azirspares-mailchimp .newsletter-form-wrap .submit-newsletter:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*.widget-azirspares-instagram*/
.widget-azirspares-instagram .content-instagram {
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 5px;
}
.widget-azirspares-instagram .content-instagram .item {
	float: left;
	width: 33.3333333%;
	padding: 5px;
	position: relative;
}
.widget-azirspares-instagram .content-instagram .item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	z-index: 1;
}
.widget-azirspares-instagram .content-instagram .item:hover::before {
	opacity: 0.5;
	visibility: visible;
}
/*widget-azirspares-post*/
.widget-azirspares-post .azirspares-posts {
	padding: 10px 0;
}
.widget-azirspares-post article {
	position: relative;
	display: inline-block;
	width: 100%;
}
.widget-azirspares-post article:not(:last-child) {
	padding-bottom: 23px;
	margin-bottom: 24px;
}
.widget-azirspares-post article:not(:last-child)::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
.widget-azirspares-post .post-thumb {
	float: left;
}
.widget-azirspares-post .post-thumb img {

}
.widget-azirspares-post .post-info {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 0;
}
.widget-azirspares-post .post-title {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.widget-azirspares-post .post-title::after {
	display: none;
}
.widget-azirspares-post .date {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 17px;
	text-transform: uppercase;
}
/*.widget .widget_shopping_cart*/
#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	overflow: visible;
}
#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child)::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
/*.widget .product_list_widget*/
#widget-area .widget .product_list_widget li:not(.mini_cart_item) {
	border-bottom: none;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
.product_list_widget li:not(.mini_cart_item):not(:last-child)::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
.product_list_widget .rating-wapper .review {
	display: none;
}
/*widget_product_categories*/
.widget_product_categories .dropdown_product_cat {
	margin-top: 15px;
}
#widget-area .widget_product_categories {
	padding: 0 !important;
	border: none;
}
#widget-area .widget_product_categories ul ul {
	margin-top: 13px;
}
#widget-area .widget_product_categories .product-categories > li {
	padding: 13px 18px 13px 15px !important;
}
#widget-area .widget_product_categories .widgettitle {
	background-color: #e4bf19;
	padding: 15px 15px 15px 20px;
	margin-bottom: 0;
	color: #fff;
}
#widget-area .widget_product_categories .widgettitle::before {
	display: none;
}
#widget-area .widget_product_categories ul .menu-item {
	padding: 0 !important;
}
#widget-area .widget_product_categories .product-categories {
	background-color: #fff;
	text-align: left;
	border: 3px solid #e4bf19;
	border-top: none;
	padding-bottom: 0 !important;
}
#widget-area .widget_product_categories .product-categories > li:not(:first-child) {
	border-top: 1px solid #eaeaea;
}
#widget-area .widget_product_categories .cat-item {
	position: relative;
}
#widget-area .widget_product_categories .cat-item .children {
	display: none;
	position: relative;
}
#widget-area .widget_product_categories .cat-item .carets {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
}
#widget-area .widget_product_categories .cat-item .carets:hover {
	color: #e4bf19;
}
#widget-area .widget_product_categories .cat-item .carets::before {
	display: inline-block;
	font-size: 17px;
	line-height: 50px;
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#widget-area .widget_product_categories .cat-item.show-sub > .carets::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
	padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background-color: #e4bf19;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 45px;
	
	font-size: 14px;
	background-color: #e4bf19;
	margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	opacity: 0.8;
}
/*.widget_price_filter*/
.widget_price_filter .price_label {
	margin-top: 19px;
}
.widget_price_filter .button {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 45px;
	
	font-size: 14px;
	background-color: #e4bf19;
	margin-top: 20px;
}
.widget_price_filter .button:hover {
	opacity: 0.8;
}
.widget_price_filter .price_slider {
	position: relative;
	height: 5px;
	border-radius: 2px 0 0 2px;
	background-color: #eeeeee;
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	width: calc(100% - 14px);
	margin-top: 30px;
}
.widget_price_filter .price_slider::before {
	content: '';
	display: block;
	height: 5px;
	border-radius: 0 2px 2px 0;
	width: 14px;
	background-color: #eeeeee;
	position: absolute;
	left: 100%;
	top: 0;
}
.widget_price_filter .ui-slider-range {
	height: 5px;
	background-color: #e4bf19;
	position: absolute;
	top: 0;
}
.widget_price_filter .ui-slider-handle {
	border-radius: 50%;
	border: 2px solid #000000;
	background: #fff;
	display: inline-block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*prdctfltr-widget*/
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	display: none;
}
#widget-area .widget.prdctfltr-widget {
	padding: 0;
	border: none;
	background-color: transparent;
}
#widget-area .widget.prdctfltr-widget label:not(.screen-reader-text) {
	margin: 0;
}
.widget.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	
	padding: 13px 22px 13px 22px;
}
.widget.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter:not(:last-child) {
	margin-bottom: 33px;
}
.widget.prdctfltr-widget .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label {
	padding: 8px 0;
}
body .prdctfltr_filter .prdctfltr_regular_title {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 15px;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label {
	color: inherit;
	font-size: 16px;
}
body .woocommerce-products-header .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label {
	padding: 4px 0;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #d6d6d6;
	margin-top: 2px;
	margin-right: 12px;
	box-sizing: border-box;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover,
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active {
	color: #e4bf19;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span::before {
	border-color: #e4bf19;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::before {
	width: 16px;
	height: 16px;
	background-color: #e4bf19;
	border-color: #e4bf19;
	box-sizing: border-box;
}
body .prdctfltr_count {
	display: inline;
	height: auto;
	line-height: inherit;
	font-size: inherit;
	padding: 0;
	margin-left: 2px;
	border: none;
	color: #000;
	opacity: 1;
	vertical-align: middle;
}
body .prdctfltr_count::before {
	content: '(';
}
body .prdctfltr_count::after {
	content: ')';
}
@media (max-width: 1499px) {
	#widget-area .widget ul li {
		font-size: 14px;
	}
	.widget.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter,
	#widget-area .widget {
		padding: 13px 10px 13px 10px;
	}
	.widget_nav_menu .menu-item .sub-menu::before,
	.widget_nav_menu .menu-item:not(:last-child)::after,
	.widget_pages .page_item .children::before,
	.widget_pages .page_item:not(:last-child)::after,
	.widget_categories .cat-item .children::before,
	.widget_categories .cat-item:not(:last-child)::after,
	#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child)::before,
	.widget-azirspares-post article:not(:last-child)::before,
	.product_list_widget li:not(.mini_cart_item):not(:last-child)::before {
		left: -10px;
		right: -10px;
	}
	.widget_nav_menu .menu-item .sub-menu .sub-menu::before,
	.widget_pages .page_item .children .children::before,
	.widget_categories .cat-item .children .children::before {
		left: -29px;
	}
	.widget_nav_menu .sub-menu .menu-item:not(:last-child)::after,
	.widget_pages .children .page_item:not(:last-child)::after,
	.widget_categories .children .cat-item:not(:last-child)::after {
		left: -29px;
	}
	.widget_nav_menu .sub-menu .sub-menu .menu-item:not(:last-child)::after,
	.widget_pages .children .children .page_item:not(:last-child)::after,
	.widget_categories .children .children .cat-item:not(:last-child)::after {
		left: -45px;
	}
	#widget-area .widgettitle::before {
		left: -11px;
		right: -11px;
	}
	.widget_nav_menu .menu-item::before,
	.widget_pages .page_item::before,
	.widget_categories .cat-item::before {
		margin-right: 5px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	#widget-area {
		padding-top: 40px;
	}
	.widget-azirspares-instagram .content-instagram .item img {
		width: 100%;
	}
}
/* ==========================================================================
6.4 PAGINATION THEME
========================================================================== */
.page-links {
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.page-links > span.page-links-title {
	line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	color: #cbd1da;
	display: inline-block;
	min-width: 43px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 41px;
	height: 43px;
	border: 1px solid;
	margin: 0 6px 6px 0;
	
	background-color: #fff;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #333333;
}
.comments-pagination,
.post-pagination,
.pagination {
	display: inline-block;
	width: 100%;
}
.comments-pagination {
	padding-top: 45px;
}
.blog-standard ~ .pagination {
	padding-top: 70px;
	padding-bottom: 25px;
}
.blog-grid ~ .pagination {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.post-pagination {
	margin-top: 15px;
}
.woocommerce-pagination ul {
	padding-left: 0;
	list-style: none;
}
.comments-pagination .nav-links,
.woocommerce-pagination .page-numbers,
.woocommerce-pagination li,
.pagination .nav-links {
	display: inline-block;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers,
.woocommerce-pagination li .page-numbers,
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
	color: #868686;
	display: inline-block;
	min-width: 43px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 41px;
	height: 43px;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	margin: 0 6px 6px 0;
	
}
.post-pagination a span {
	font-weight: normal;
}
.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination span.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #000;
	border-color: #000;
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 0;
}
.woocommerce-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f104";
	font-size: 20px;
}
.woocommerce-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 20px;
	line-height: 40px;
}
.post-pagination > span.title {
	line-height: 44px;
	padding-right: 10px;
}
@media (max-width: 1199px) {
	.blog-standard ~ .pagination {
		padding-top: 68px;
		margin-top: 42px;
		border-top: 1px solid #dfdfdf;
		padding-bottom: 0;
	}
	.blog-grid ~ .pagination {
		padding-top: 20px;
		padding-bottom: 0;
	}
}
/*===============================================================
6.5 LOADMORE
===============================================================*/
.loadmore-product {
	position: absolute;
	top: -77px;
	right: 0;
}
.loadmore-product a {
	color: #666;
}
.loadmore-product span:first-child {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 38px;
	border-radius: 50%;
	background-color: #242424;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-right: 12px;
	vertical-align: middle;
}
.loadmore-product span:first-child::before {
	display: block;
}
.loadmore-product:hover span:first-child {
	background-color: #e4bf19;
}
.azirspares-products.loading .loadmore-product {
	pointer-events: none;
	cursor: not-allowed;
}
.azirspares-products.loading .loadmore-product span:first-child::before {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@media (max-width: 767px) {
	.loadmore-product {
		top: -55px;
		left: 0;
		right: auto;
	}
}
/* ==========================================================================
7.0 SHOP THEME
========================================================================== */
.shop-bg {
	background-color: #f2f2f2;
}
ul.products li.product-category:nth-child(4n+1) {
	clear: left;
}
@media (max-width: 1199px) {
	ul.products li.product-category {
		width: 33.3333333%;
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.products li.product-category:nth-child(4n+1) {
		clear: none;
	}
	ul.products li.product-category:nth-child(3n+1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	ul.products li.product-category {
		width: 50%;
	}
	ul.products li.product-category:nth-child(3n+1) {
		clear: none;
	}
	ul.products li.product-category:nth-child(2n+1) {
		clear: left;
	}
}
/* ==========================================================================
7.1 SHOP CONTROL
========================================================================== */
.shop-banner-woo,
.page-description {
	margin-bottom: 40px;
}
.shop-banner-woo img,
.banner-shop img,
.page-description img {
	object-fit: cover;
	min-height: 200px;
	object-position: right;
}
/*woocommerce-products-header*/
.woocommerce-products-header {
	overflow: hidden;
	margin-top: 0;
	padding-bottom: 25px;
}
.woocommerce-products-header .page-title {
	font-size: 26px;
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-align: left;
	font-weight: 400;
	text-transform: unset;
	letter-spacing: 0;
}
.woocommerce-products-header .page-title::before {
	display: none;
}
.woocommerce-products-header .woocommerce-result-count {
	margin-top: 5px;
	margin-bottom: 0;
	float: right;
}
/**/
.woocommerce-products-header .prdctfltr_wc {
	text-align: right;
	margin-bottom: 0;
	clear: none;
}
header.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: -35px !important;
	position: relative;
	float: right;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_showing {
	display: none;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #000;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title:hover,
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_active ~ span.prdctfltr_woocommerce_filter_title {
	color: #e4bf19;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title::before {
	font-family: 'flaticon', sans-serif;
	content: "\f126";
	font-weight: normal;
	font-size: 20px;
	padding-right: 5px;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_title_selected {
	font-weight: 500;
	color: #fff;
	background-color: #e4bf19;
	padding: 1px 10px 1px 6px;
	border-radius: 25px;
	font-size: 14px;
	margin-left: 5px;
	vertical-align: top;
	display: inline-block;
}
.woocommerce-products-header .prdctfltr_topbar {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -2px;
}
.woocommerce-products-header .prdctfltr_topbar > span::before {
	display: none;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	font-size: 0;
}
body .woocommerce-products-header .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering {
	margin: 10px 0 0 0 !important;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	
	padding: 25px 5px 0 5px;
	text-align: left;
}
.woocommerce-products-header .prdctfltr_topbar > span:first-child::before {
	display: none;
}
.woocommerce-products-header .prdctfltr_wc .prdctfltr_topbar a {
	font-size: 16px;
	z-index: 9;
	position: relative;
	color: #fff !important;
}
.prdctfltr_title_added {
	color: #fff !important;
}
/*shop-control*/
.shop-control::before, .shop-control::after {
	content: '';
	display: table;
}
.shop-control::after {
	clear: both;
}
.grid-view-mode {
	margin-bottom: 10px;
	display: inline-block;
}
.grid-view-mode > form {
	display: inline-block;
}
.grid-view-mode .modes-mode {
	background-color: #fff;
	width: 43px;
	height: 43px;
	line-height: 41px;
	color: #bfbfbf;
	border: 1px solid #cfcfcf;
	margin-right: 7px;
	padding: 0 12px;
	
}
.grid-view-mode .modes-mode.mode-list {
	padding: 0 9px;
}
.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
	color: #333333;
	border-color: #333333;
}
.grid-view-mode .modes-mode .button-inner {
	font-size: 0;
	position: relative;
}
/*mode-grid*/
.grid-view-mode .modes-mode.mode-grid .button-inner {
	width: 16px;
	height: 16px;
	display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span {
	display: block;
	position: absolute;
	left: 6px;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
	top: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
	top: 6px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
	bottom: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
/*mode-list*/
.grid-view-mode .modes-mode.mode-list .button-inner {
	width: 22px;
	height: 16px;
	display: block;
}
.grid-view-mode .modes-mode.mode-list .button-inner span {
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
	top: 0;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
	top: 6px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
	top: 12px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span::before {
	content: '';
	position: absolute;
	top: 1px;
	right: -18px;
	width: 15px;
	border-bottom: 2px solid;
}
.woocommerce-ordering,
.per-page-form {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}
.woocommerce-ordering ~ .per-page-form {
	padding-left: 9px;
}
.woocommerce-ordering select,
.per-page-form select {
	border: 1px solid #cfcfcf;
	background-color: #fff;
	line-height: 41px;
	
	padding: 0 42px 0 22px;
	height: 43px;
}
.per-page-form label {
	margin-bottom: 0;
}
.per-page-form label:nth-child(2) {
	display: none;
}
.shop-before-control {
	text-align: right;
	padding-bottom: 42px;
}
.shop-before-control .grid-view-mode {
	float: left;
}
.shop-after-control {
	width: 100%;
	text-align: right;
	overflow: hidden;
	padding-top: 20px;
}
.shop-after-control .woocommerce-pagination {
	float: left;
}
@media (max-width: 1199px) {
	.woocommerce-products-header .prdctfltr_wc {
		text-align: left;
	}
	header.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title {
		margin-top: 0 !important;
	}
	.shop-before-control {
		padding-bottom: 25px;
	}
}
@media (max-width: 900px) {
	body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter {
		margin: 0 !important;
	}
	body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter:not(:last-child) {
		margin-bottom: 15px !important;
	}
	body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter:nth-child(2n+1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	.shop-after-control .woocommerce-pagination {
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
}
@media (max-width: 320px) {
	.shop-before-control {
		text-align: center;
	}
	.shop-before-control .grid-view-mode {
		float: none;
	}
	.grid-view-mode,
	.woocommerce-ordering,
	.per-page-form {
		padding-left: 0 !important;
		width: 100%;
	}
	.per-page-form label,
	.woocommerce-ordering select,
	.per-page-form select {
		width: 100%;
	}
	
}
/* ==========================================================================
7.2 PRODUCT ITEM
========================================================================== */
.product-inner {
	background-color: #fff;
}
.product-inner,
.product-thumb,
.thumb-link {
	position: relative;
}
.product-thumb img {
	margin: 0 auto;
	width: 100%;
}
.product-inner .second-image {
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.product-inner:hover .second-image {
	opacity: 1;
	visibility: visible;
}
/*quickview*/
.yith-wcqv-button {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.yith-wcqv-button:not(:hover) {
	color: #bebebe;
}
.yith-wcqv-button::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f10d";
	font-size: 16px;
	vertical-align: middle;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
	overflow: hidden;
}
#yith-quick-view-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1400;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#yith-quick-view-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	text-align: left;
	width: calc(100% - 30px) !important;
	height: auto !important;
	max-width: 920px;
}
#yith-quick-view-modal .yith-wcqv-main {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	background-color: #fff;
	padding: 32px 0 35px 34px;
	
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
	visibility: visible;
	opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
	height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: 100%;
	position: relative;
	box-shadow: none;
}
#yith-quick-view-modal.open .yith-wcqv-main::before,
#yith-quick-view-modal.open .yith-wcqv-main::after {
	content: '';
	display: table;
}
#yith-quick-view-modal.open .yith-wcqv-main::after {
	clear: both;
}
#yith-quick-view-modal .woocommerce-product-gallery {
	float: none !important;
	margin-bottom: 0;
}
#yith-quick-view-modal .woocommerce-product-gallery img {
	
	border: 1px solid #e9e9e9;
}
#yith-quick-view-close {
	position: absolute;
	top: -20px;
	right: 25px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	z-index: 11;
	font-size: 0;
}
#yith-quick-view-close::before,
#yith-quick-view-close::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 17px;
}
#yith-quick-view-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#yith-quick-view-close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#yith-quick-view-close:not(:hover) {
	color: #a3a3a3;
}
#yith-quick-view-content div.images {
	width: 50%;
	float: left !important;
	opacity: 1 !important;
}
#yith-quick-view-modal div.entry-summary {
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	padding: 0 30px;
	height: auto;
	overflow-y: auto;
	width: 48.1%;
	float: left;
}
#yith-quick-view-content div.woocommerce-product-rating:after, #yith-quick-view-content div.woocommerce-product-rating:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none;
}
#yith-quick-view-content .onsale {
	right: auto;
	left: 45px;
	position: absolute;
	top: 40px;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
	background: none;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
@media (max-width: 1199px) {
	#yith-quick-view-modal .yith-wcqv-main {
		padding: 20px 0 20px 20px;
	}
	#yith-quick-view-modal div.entry-summary {
		padding: 0 30px 0 20px;
		top: 45px;
	}
}
@media (max-width: 767px) {
	.yith-wcqv-button {
		display: none !important;
	}
	body.admin-bar #yith-quick-view-modal {
		top: 46px;
	}
	#yith-quick-view-modal .yith-wcqv-main {
		padding: 0;
	}
	#yith-quick-view-modal #yith-quick-view-content .summary-content > *:not(.price),
	#yith-quick-view-modal .price,
	#yith-quick-view-close {
		color: #fff;
	}
	#yith-quick-view-modal #yith-quick-view-content label {
		color: inherit;
	}
	#yith-quick-view-content div.images, #yith-quick-view-content div.summary {
		margin: 0 auto;
		padding: 15px;
		width: 100%;
		float: none !important;
	}
	#yith-quick-view-content::before {
		content: "";
		display: inline-block;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	#yith-quick-view-modal .entry-summary {
		z-index: 1;
	}
}
@media (max-width: 600px) {
	body.admin-bar #yith-quick-view-modal {
		top: 0;
	}
}
/*=========*/
.product-item .flash {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 1;
}
.onnew, .onsale {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	min-width: 61px;
	height: 23px;
	line-height: 23px;
	
	padding: 0 10px;
	text-align: center;
	color: #fff;
	z-index: 1;
	margin-bottom: 5px;
}
.onnew {
	background-color: #2cdd62;
}
.onsale {
	background-color: #f44b49;
}
.onsale .text {
	display: none;
	vertical-align: middle;
}
.cat-list {
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: -5px 0 10px 0;
	height: 24px;
	overflow: hidden;
}
.cat-list a:not(:hover) {
	color: #868686;
}
.product-name {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
}
.product-name a:not(:hover) {
	color: inherit;
}
.price {
	display: inline-block;
	color: #000000;
	font-size: 22px;
}
.price del {
	font-size: 16px;
	color: #8a8a8a;
}
.price ins {
	color: #e4bf19;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
/*group-button*/
.group-button a {
	display: inline-block;
}
/*addtocart*/
.tooltip {
	/* white-space: nowrap; */
}
.add-to-cart {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}
.add-to-cart .tooltip {
	min-width: 50px;
}
.add-to-cart a {
	font-size: 0;
	display: block;
}
.add-to-cart a:not(:hover) {
	color: #bdbdbd;
}
.add-to-cart a::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f10e";
	font-size: 23px;
}
.add_to_cart_button.loading::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 24px;
	display: inline-block;
}
.add-to-cart a.added {
	display: none;
}
.add-to-cart a.added_to_cart::before {
	font-family: 'Flaticon', sans-serif;
	font-size: 21px;
	content: "\f130";
}
/*wishlist*/
.yith-wcwl-add-to-wishlist {
	position: relative;
	margin-top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}
.yith-wcwl-add-to-wishlist a {
	font-size: 0;
	display: block;
}
.yith-wcwl-add-to-wishlist a:not(:hover) {
	color: #bdbdbd;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.add_to_wishlist::before {
	font-family: 'flaticon', sans-serif;
	font-weight: normal;
	content: "\f109";
	font-size: 21px;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f004";
	font-size: 20px;
}
#yith-wcwl-popup-message {
	margin: 0 !important;
	background-color: #e4bf19;
	color: #fff;
	border: none;
	
	top: 50px;
	left: 40px;
	padding: 10px 25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#yith-wcwl-message {
	color: #fff;
}
/*compare*/
.compare-button {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.compare-button .compare {
	display: block;
}
.compare {
	display: inline-block;
	font-size: 0;
	text-align: center;
}
.compare:not(:hover) {
	color: #bdbdbd;
}
.compare::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f115";
	font-size: 22px;
}
.compare.added::before {
	font-family: 'Pe-icon-7-stroke', sans-serif;
	content: "\e66c";
	font-size: 27px;
}
/*.star-rating*/
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100px;
	letter-spacing: 8px;
}
.star-rating::before, .star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.star-rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #bdbdbd;
}
.star-rating > span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffb933;
}
.rating-wapper {
	padding-bottom: 4px;
}
.rating-wapper .star-rating {
	display: inline-block;
}
.rating-wapper .review {
	vertical-align: top;
	display: inline-block;
	line-height: 24px;
	padding-left: 8px;
	color: #868686;
}
/*.product-item.style-01*/
.product-item.style-01 .product-inner {
	background-color: transparent;
}
.product-item.style-01 .product-thumb {
	
	margin-bottom: 21px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}
.product-item.style-01 .product-thumb > .thumb-link,
.product-item.style-01 .product-thumb .second-image {
	display: block;
}
.product-item.style-01 .group-button {
	position: absolute;
	right: 14px;
	bottom: 10px;
}
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .group-button .compare-button,
.product-item.style-01 .group-button .yith-wcqv-button {
	display: block;
	border: 1px solid #e2e2e2;
	
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	margin-top: 7px;
}
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-01 .group-button .compare-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-01 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-01 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .product-inner:hover .group-button .compare-button,
.product-item.style-01 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-01 .group-button .compare-button:hover,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-01 .group-button .compare-button:hover a,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
.product-item.style-01 .group-button .yith-wcqv-button::before {
	font-size: 21px;
}
.product-item.style-01 .product-info {
	position: relative;
}
.product-item.style-01 .add-to-cart {
	float: right;
	position: relative;
	top: -9px;
}
.product-item.style-01 .product-name {
	max-width: 225px;
	max-height: 48px;
	overflow: hidden;
}
/*.product-item.style-02*/
.product-item.style-02 .product-inner:hover {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
	
}
.product-item.style-02 .product-thumb {
	border-bottom: 1px solid #eeeeee;
}
.product-item.style-02 .product-thumb > .thumb-link,
.product-item.style-02 .product-thumb .second-image {
	display: block;
}
.product-item.style-02 .product-info {
	padding: 22px 15px 23px 15px;
	text-align: center;
}
.product-item.style-02 .product-name {
	margin-bottom: 14px;
}
.product-item.style-02 .yith-wcqv-button {
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	right: 21px;
	bottom: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	background-color: #fff;
}
.product-item.style-02 .product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
}
.product-item.style-02 .group-button {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 1px solid #eeeeee;
	
	background-color: #fff;
	padding: 8px 24px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	-webkit-transition: margin 0.25s, opacity 0.25s ease 0s;
	-moz-transition: margin 0.25s, opacity 0.25s ease 0s;
	-o-transition: margin 0.25s, opacity 0.25s ease 0s;
	transition: margin 0.25s, opacity 0.25s ease 0s;
	z-index: 10;
}
.product-item.style-02 .product-inner:hover .group-button {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
}
.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist {
	float: left;
}
.product-item.style-02 .group-button .compare-button {
	float: right;
}
/*.product-item.style-03*/
.azirspares-products.style-03 .row-item:not(:last-child) .product-item.style-03 .product-inner {
	border-bottom: 1px solid #e1e1e1;
}
.product-item.style-03 .product-inner {
	padding-bottom: 22px;
}
.product-item.style-03 .product-thumb {
	
	margin-bottom: 21px;
	overflow: hidden;
}
.product-item.style-03 .product-thumb > .thumb-link,
.product-item.style-03 .product-thumb .second-image {
	display: block;
}
.product-item.style-03 .product-inner:hover .product-thumb {
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.product-item.style-03 .group-button {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
}
.product-item.style-03 .group-button .add-to-cart,
.product-item.style-03 .group-button .compare-button,
.product-item.style-03 .group-button .yith-wcqv-button {
	border: 1px solid #e2e2e2;
	
	background-color: #fff;
	vertical-align: top;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.product-item.style-03 .group-button .add-to-cart {
	margin-right: 4px;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-03 .group-button .compare-button {
	margin-right: 7px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-03 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-03 .product-inner:hover .group-button .add-to-cart,
.product-item.style-03 .product-inner:hover .group-button .compare-button,
.product-item.style-03 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.product-item.style-03 .group-button .add-to-cart:hover,
.product-item.style-03 .group-button .compare-button:hover,
.product-item.style-03 .group-button .yith-wcqv-button:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.product-item.style-03 .group-button .add-to-cart:hover a,
.product-item.style-03 .group-button .compare-button:hover a,
.product-item.style-03 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
.product-item.style-03 .group-button .yith-wcqv-button::before {
	font-size: 21px;
}
.product-item.style-03 .product-info {
	position: relative;
}
.product-item.style-03 .product-name {
	max-width: 225px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 12px;
}
.product-item.style-03 .yith-wcwl-add-to-wishlist {
	position: absolute;
	bottom: -6px;
	right: 0;
}
/*.product-item.style-04*/
.product-item.style-04 .product-inner {

}
.product-item.style-04 .product-thumb {
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
.product-item.style-04 .product-thumb > .thumb-link,
.product-item.style-04 .product-thumb .second-image {
	display: block;
}
.product-item.style-04 .group-button {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .group-button .compare-button,
.product-item.style-04 .group-button .yith-wcqv-button {
	display: block;
	border: 1px solid #e2e2e2;
	
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	margin-top: 7px;
}
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-04 .group-button .compare-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-04 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-04 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .product-inner:hover .group-button .compare-button,
.product-item.style-04 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-04 .group-button .compare-button:hover,
.product-item.style-04 .group-button .yith-wcqv-button:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-04 .group-button .compare-button:hover a,
.product-item.style-04 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
.product-item.style-04 .group-button .yith-wcqv-button::before {
	font-size: 21px;
}
.product-item.style-04 .product-info {
	padding: 24px 20px 10px 20px;
	position: relative;
}
.product-item.style-04 .product-name {
	max-width: 225px;
	overflow: hidden;
	height: 48px;
}
.product-item.style-04 .add-to-cart {
	position: absolute;
	bottom: 6px;
	right: 13px;
}
.product-item.style-04 .rating-wapper ~ .add-to-cart {
	bottom: 62px;
}
.product-item.style-04 .rating-wapper {
	padding: 14px 0 0 0;
	margin-top: 13px;
	position: relative;
}
.product-item.style-04 .rating-wapper::before {
	border-top: 1px solid #eeeeee;
	content: '';
	position: absolute;
	left: -20px;
	right: -20px;
	top: 0;
}
/*.product-item.style-05*/
.product-item.style-05 .flash {
	left: 10px;
	right: auto;
}
.product-item.style-05 .product-top {
	padding: 23px 20px;
	border-bottom: 1px solid #eeeeee;
}
.product-item.style-05 .product-name {
	max-width: 225px;
	overflow: hidden;
	max-height: 48px;
	margin-bottom: 0;
}
.product-item.style-05 .product-thumb > .thumb-link,
.product-item.style-05 .product-thumb .second-image {
	display: block;
	padding-bottom: 20px;
}
.product-item.style-05 .group-button {
	position: absolute;
	right: 10px;
	top: 10px;
}
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-05 .group-button .compare-button,
.product-item.style-05 .group-button .yith-wcqv-button {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	transform: translateX(-60px);
}
.product-item.style-05 .group-button .compare-button {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-05 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-05 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-05 .product-inner:hover .group-button .compare-button,
.product-item.style-05 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-05 .group-button .yith-wcqv-button::before {
	font-size: 21px;
}
.product-item.style-05 .product-info {
	padding: 0 20px 10px 20px;
	position: relative;
}
.product-item.style-05 .add-to-cart {
	position: absolute;
	bottom: 6px;
	right: 13px;
}
.product-item.style-05 .rating-wapper ~ .add-to-cart {
	bottom: 62px;
}
.product-item.style-05 .rating-wapper {
	padding: 14px 0 0 0;
	margin-top: 13px;
	position: relative;
}
.product-item.style-05 .rating-wapper::before {
	border-top: 1px solid #eeeeee;
	content: '';
	position: absolute;
	left: -20px;
	right: -20px;
	top: 0;
}
/*.product-item.style-06*/
.countdown-product .azirspares-countdown {
	padding-top: 24px;
}
.countdown-product .azirspares-countdown > span {
	display: inline-block;
	text-align: center;
	color: #000000;
	font-weight: 500;
}
.countdown-product .azirspares-countdown > span:not(:last-child) {
	margin-right: 20px;
}
.countdown-product .azirspares-countdown > span .number {
	display: block;
	min-width: 83px;
	height: 83px;
	line-height: 81px;
	border: 2px solid #e4bf19;
	padding: 0 10px;
	font-size: 32px;
}
.countdown-product .azirspares-countdown > span .text {
	font-size: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	padding-top: 19px;
}
.product-item.style-06 .product-inner {
	border: 3px solid #e8e8e8;
	margin-top: 7px;
}
.product-item.style-06 .product-thumb {
	padding: 20px;
}
.product-item.style-06 .label-deal {
	position: absolute;
	top: -10px;
	left: 0;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-moz-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	-o-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	z-index: 1;
}
.product-item.style-06 .label-deal span {
	min-width: 148px;
	height: 46px;
	line-height: 46px;
	position: relative;
	background-color: #f63030;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 19px;
}
.product-item.style-06 .label-deal span::before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	border-style: solid;
	border-width: 23px 0 23px 11px;
	border-color: #f63030 transparent #f63030 transparent;
}
.product-item.style-06 .label-deal span::after {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	border-style: solid;
	border-width: 5px 0 0 7px;
	border-color: transparent transparent transparent #ab1414;
}
.product-item.style-06 .product-info .product-info-inner {
	position: relative;
	padding: 39px 15px 39px 0;
	background-color: #e4bf19;
}
.product-item.style-06 .product-info .product-info-inner::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -33px;
	width: 33px;
	background-color: #e4bf19;
}
.product-item.style-06 .product-info .product-info-inner::after {
	content: '';
	position: absolute;
	bottom: -21px;
	left: -33px;
	border-style: solid;
	border-width: 21px 0 0 30px;
	border-color: #e4bf19 transparent transparent transparent;
}
.product-item.style-06 .product-info .title::before {
	content: '';
	position: absolute;
	bottom: -21px;
	left: -33px;
	border-style: solid;
	border-width: 21px 0 0 30px;
	border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
	z-index: 1;
}
.product-item.style-06 .product-info .title::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -3px;
	width: 3px;
	background-color: #e4bf19;
}
.product-item.style-06 .product-info .title {
	margin-top: 0;
	color: #fff;
	margin-bottom: 28px;
	display: table;
}
.product-item.style-06 .product-info .title .icon-wrap {
	display: table-cell;
	vertical-align: middle;
}
.product-item.style-06 .product-info .title .icon {
	display: block;
	width: 102px;
	height: 102px;
	text-align: center;
	padding: 8px;
	position: relative;
	color: #000000;
}
.product-item.style-06 .product-info .title .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.2;
}
.product-item.style-06 .product-info .title .icon span {
	position: relative;
	font-size: 45px;
	line-height: 86px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
}
.product-item.style-06 .product-info .title .text {
	font-size: 36px;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.product-item.style-06 .product-info .title .text span {
	font-weight: 500;
	display: block;
}
.product-item.style-06 .onsale {
	float: left;
	min-width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
}
.product-item.style-06 .onsale .number {
	display: none;
}
.product-item.style-06 .onsale .text {
	display: inline;
	font-size: 14px;
	color: #000;
	position: relative;
	top: 1px;
}
.product-item.style-06 .product-name {
	font-size: 18px;
	font-weight: normal;
	max-width: 380px;
}
.product-item.style-06 .product-name a {
	color: #fff;
}
.product-item.style-06 .price,
.product-item.style-06 .price del,
.product-item.style-06 .price ins {
	color: #fff;
}
.product-item.style-06 .onsale ~ .product-name,
.product-item.style-06 .onsale ~ .price {
	padding-left: 125px;
}
.product-item.style-06 .countdown-product {
	text-align: center;
	padding: 0 15px 47px 15px;
}
/*.product-item.style-07*/
.product-item.style-07 .product-thumb {
	padding: 27px 22px;
	margin-top: 5px;
	background-color: #fff;
	float: left;
	width: 48.5%;
}
.product-item.style-07 .product-gallery {
	overflow: hidden;
}
.product-item.style-07 .product-gallery-slick {
	width: calc(100% - 108px);
	float: left;
	padding-right: 30px;
}
.product-item.style-07 .gallery-dots {
	width: 108px;
	float: left;
}
.product-item.style-07 .gallery-dots .slick-list {
	margin: -7px 0 !important;
}
.product-item.style-07 .gallery-dots .slick-slide {
	padding: 7px 0 !important;
}
.product-item.style-07 .gallery-dots .slick-arrow {
	margin: 0 auto;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	z-index: 1;
	display: block !important;
}
.product-item.style-07 .gallery-dots .slick-arrow:hover {
	color: #e4bf19;
}
.product-item.style-07 .gallery-dots img {
	border: 2px solid #eaeaea;
	max-width: 104px;
}
.product-item.style-07 .gallery-dots .slick-current img {
	border-color: #e4bf19;
}
.product-item.style-07 .label-deal {
	position: absolute;
	top: -7px;
	left: 0;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-moz-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	-o-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	z-index: 1;
}
.product-item.style-07 .label-deal span {
	min-width: 148px;
	height: 46px;
	line-height: 46px;
	position: relative;
	background-color: #f63030;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 29px;
}
.product-item.style-07 .label-deal span::before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	border-style: solid;
	border-width: 23px 0 23px 11px;
	border-color: #f63030 transparent #f63030 transparent;
}
.product-item.style-07 .label-deal span::after {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	border-style: solid;
	border-width: 5px 0 0 7px;
	border-color: transparent transparent transparent #ab1414;
}
.hurry-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	margin-top: 30px;
}
.hurry-title span {
	color: #fdb819;
}
.hurry-title span::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f133";
	font-size: 45px;
	margin-right: 12px;
	vertical-align: middle;
}
.product-item.style-06 .hurry-title {
	padding-left: 20px;
	padding-right: 20px;
}
.product-item.style-08 .hurry-title span {
	color: #fff;
}
.product-item.style-07 .product-info {
	width: calc(51.5% - 40px);
	float: right;
	padding: 80px 20px 0 20px;
	text-align: center;
	position: relative;
}
.product-item.style-07 .product-info::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 21px;
	background-color: #fff;
}
.product-item.style-07 .product-info .product-info-inner {
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 1;
}
.product-item.style-07 .product-info .title {
	margin-top: 0;
	margin-bottom: 28px;
	display: table;
}
.product-item.style-07 .product-info .title .icon-wrap {
	display: table-cell;
	vertical-align: middle;
}
.product-item.style-07 .product-info .title .icon {
	display: block;
	width: 102px;
	height: 102px;
	text-align: center;
	padding: 8px;
	position: relative;
	color: #fff;
}
.product-item.style-07 .product-info .title .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #e4bf19;
	opacity: 0.2;
}
.product-item.style-07 .product-info .title .icon span {
	position: relative;
	font-size: 45px;
	line-height: 86px;
	display: block;
	background-color: #e4bf19;
	border-radius: 50%;
}
.product-item.style-07 .product-info .title .text {
	font-size: 36px;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	text-transform: uppercase;
}
.product-item.style-07 .product-info .title .text span {
	font-weight: 500;
	display: block;
}
.product-item.style-07 .onsale {
	float: left;
	min-width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #e4bf19;
	color: #000;
}
.product-item.style-07 .onsale .number {
	display: none;
}
.product-item.style-07 .onsale .text {
	display: inline;
	font-size: 14px;
}
.product-item.style-07 .product-name {
	font-size: 18px;
	font-weight: normal;
	max-width: 380px;
}
.product-item.style-07 .onsale ~ .product-name,
.product-item.style-07 .onsale ~ .price {
	padding-left: 125px;
}
/*.product-item.style-08*/
.product-item.style-08 .product-inner {
	overflow: hidden;
}
.product-item.style-08 .product-inner::after {
	content: '';
	position: absolute;
	top: 23px;
	bottom: 15px;
	left: 0;
	right: 0;
	background-color: #f4f4f4;
	pointer-events: none;
}
.product-item.style-08 .product-thumb {
	width: 57.7%;
	padding-top: 23px;
	padding-bottom: 20px;
	float: right;
	position: relative;
	z-index: 1;
}
.product-item.style-08 .thumb-inner {
	padding: 40px 26.4% 40px 35px;
	position: relative;
	background-color: #f4f4f4;
}
.product-item.style-08 .product-gallery {
	overflow: hidden;
	background-color: #fff;
	padding: 19px;
}
.product-item.style-08 .product-gallery-slick {
	width: calc(100% - 109px);
	float: left;
	padding-right: 30px;
}
.product-item.style-08 .gallery-dots {
	width: 109px;
	float: left;
}
.product-item.style-08 .gallery-dots .slick-list {
	margin: -7px 0 !important;
}
.product-item.style-08 .gallery-dots .slick-slide {
	padding: 7px 0 !important;
}
.product-item.style-08 .gallery-dots .slick-arrow {
	margin: 0 auto;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	z-index: 1;
	display: block !important;
	position: static;
	background-color: transparent;
}
.product-item.style-08 .gallery-dots .slick-arrow::after {
	display: none;
}
.product-item.style-08 .gallery-dots .slick-arrow:hover {
	color: #e4bf19;
}
.product-item.style-08 .gallery-dots img {
	border: 2px solid #eaeaea;
	
	max-width: 109px;
}
.product-item.style-08 .gallery-dots .slick-current img {
	border-color: #e4bf19;
}
.product-item.style-08 .label-deal {
	position: absolute;
	top: -6px;
	right: 0;
	-webkit-transform: rotate(-90deg) translateY(-100%);
	-moz-transform: rotate(-90deg) translateY(-100%);
	-ms-transform: rotate(-90deg) translateY(-100%);
	-o-transform: rotate(-90deg) translateY(-100%);
	transform: rotate(-90deg) translateY(-100%);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	z-index: 1;
}
.product-item.style-08 .label-deal span {
	min-width: 148px;
	height: 46px;
	line-height: 46px;
	position: relative;
	background-color: #f63030;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 127px;
}
.product-item.style-08 .label-deal span::before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	border-style: solid;
	border-width: 23px 0 23px 11px;
	border-color: #f63030 transparent #f63030 transparent;
}
.product-item.style-08 .label-deal span::after {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	border-style: solid;
	border-width: 5px 0 0 7px;
	border-color: transparent transparent transparent #ab1414;
}
.product-item.style-08 .product-info {
	padding: 140px 20px;
	text-align: center;
	background-color: #e4bf19;
	float: left;
	width: 42.3%;
	position: relative;
	z-index: 1;
}
.product-item.style-08 .product-info .product-info-inner {
	display: inline-block;
	text-align: left;
}
.product-item.style-08 .product-info .title {
	margin-top: 0;
	color: #fff;
	margin-bottom: 28px;
	display: table;
}
.product-item.style-08 .product-info .title .icon-wrap {
	display: table-cell;
	vertical-align: middle;
}
.product-item.style-08 .product-info .title .icon {
	display: block;
	width: 102px;
	height: 102px;
	text-align: center;
	padding: 8px;
	position: relative;
}
.product-item.style-08 .product-info .title .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.2;
}
.product-item.style-08 .product-info .title .icon span {
	position: relative;
	font-size: 45px;
	line-height: 86px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	color: #e4bf19;
}
.product-item.style-08 .product-info .title .text {
	font-size: 36px;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.product-item.style-08 .product-info .title .text span {
	font-weight: 500;
	color: #000000;
	display: block;
}
.product-item.style-08 .onsale {
	float: left;
	min-width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
}
.product-item.style-08 .onsale .number {
	display: none;
}
.product-item.style-08 .onsale .text {
	display: inline;
	font-size: 14px;
}
.product-item.style-08 .product-name {
	font-size: 18px;
	font-weight: normal;
	max-width: 350px;
	height: 46px;
}
.product-item.style-08 .product-name a {
	color: #fff;
}
.product-item.style-08 .price,
.product-item.style-08 .price ins,
.product-item.style-08 .price del {
	color: #fff;
}
.product-item.style-08 .onsale ~ .product-name,
.product-item.style-08 .onsale ~ .price {
	padding-left: 125px;
}
.product-item.style-08 .countdown-product .azirspares-countdown > span {
	color: #fff;
}
.product-item.style-08 .countdown-product .azirspares-countdown > span .number {
	border: 2px solid #000;
	background-color: #000;
}
/*.product-item.style-09*/
.product-item.style-09:last-child {
	margin-bottom: 0;
}
.product-item.style-09 .product-inner {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.product-item.style-09:last-child .product-inner {
	border-bottom: none;
	margin-bottom: 0;
}
.product-item.style-09 .product-thumb {
	width: 80px;
	float: left;
	margin-right: 25px;
	border: 2px solid #eaeaea;
	
}
.product-item.style-09 .product-info {
	overflow: hidden;
	position: relative;
}
.product-item.style-09 .rating-wapper {
	padding-bottom: 0;
}
.product-item.style-09 .product-name {
	font-size: 14px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-item.style-09 .price {
	font-size: 16px;
}
/*.product-item.style-10*/
.product-item.style-10 .product-inner {
	border: 2px solid #eaeaea;
	
	padding: 21px calc(3% + 12px);
}
.product-item.style-10 .product-thumb {
	margin-bottom: 20px;
}
.product-item.style-10 .group-button {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .group-button .compare-button,
.product-item.style-10 .group-button .yith-wcqv-button {
	display: block;
	border: 1px solid #e2e2e2;
	
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	margin-top: 7px;
}
.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-10 .group-button .compare-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-10 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-10 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .product-inner:hover .group-button .compare-button,
.product-item.style-10 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-10 .group-button .compare-button:hover,
.product-item.style-10 .group-button .yith-wcqv-button:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-10 .group-button .compare-button:hover a,
.product-item.style-10 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
.product-item.style-10 .group-button .yith-wcqv-button::before {
	font-size: 21px;
}
.product-item.style-10 .product-info {
	position: relative;
}
.product-item.style-10 .add-to-cart {
	position: absolute;
	bottom: 4px;
	right: 0;
}
.product-item.style-10 .product-name {
	max-width: 330px;
	height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-item.style-10 .price {
	margin-bottom: 15px;
}
/*.product-item.style-11*/
.product-item.style-11 .product-inner {
	padding: 18px 12px;
	border: 2px solid #eaeaea;
	
}
.product-item.style-11 .product-thumb {
	width: 170px;
	max-width: 42%;
	float: left;
	margin-right: 15px;
}
.product-item.style-11 .product-info {
	position: relative;
	padding-top: 21px;
}
.product-item.style-11 .add-to-cart {
	position: absolute;
	bottom: -4px;
	right: 4px;
}
.product-item.style-11 .price {
	padding-right: 40px;
	font-size: 20px;
}
.style-11 .product-name {
	margin-bottom: 10px;
}
/*.product-item.list*/
.product-item.list .product-inner {
	overflow: hidden;
	background-color: transparent;
	padding-bottom: 30px;
}
.product-item.list:not(:last-child) .product-inner {
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.product-item.list .product-thumb {
	width: 320px;
	max-width: 45%;
	float: left;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	
	background-color: #fff;
}
.product-item.list .product-info {
	overflow: hidden;
	padding-left: 40px;
}
.product-item.list .cat-list {
	height: auto;
	overflow: visible;
	margin-bottom: 5px;
}
.product-item.list .product-name {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 14px;
}
.product-item.list .price {
	margin-bottom: 25px;
}
.product-item.list .group-button .clear {
	display: none;
}
.product-item.list .group-button .add-to-cart,
.product-item.list .group-button .compare-button,
.product-item.list .group-button .yith-wcwl-add-to-wishlist {
	border: 1px solid #e2e2e2;
	
	background-color: #fff;
	vertical-align: top;
	margin-right: 4px;
}
.product-item.list .group-button .add-to-cart:hover,
.product-item.list .group-button .compare-button:hover,
.product-item.list .group-button .yith-wcwl-add-to-wishlist:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.product-item.list .group-button .add-to-cart:hover a,
.product-item.list .group-button .compare-button:hover a,
.product-item.list .group-button .yith-wcwl-add-to-wishlist:hover a {
	color: #fff;
}
.product-item.list .yith-wcqv-button {
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	right: 21px;
	bottom: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.product-item.list .product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1499px) {
	/*.product-item.style-06*/
	.product-item.style-06 .product-info .product-info-inner::before {
		left: -16px;
		width: 16px;
	}
	.product-item.style-06 .product-info .product-info-inner::after,
	.product-item.style-06 .product-info .title::before {
		bottom: -9px;
		left: -16px;
		border-width: 9px 0 0 13px;
	}
	.countdown-product .azirspares-countdown {
		padding-top: 18px;
	}
	.countdown-product .azirspares-countdown > span {
		font-weight: 500;
	}
	.countdown-product .azirspares-countdown > span:not(:last-child) {
		margin-right: 10px;
	}
	.countdown-product .azirspares-countdown > span .number {
		min-width: 50px;
		height: 50px;
		line-height: 48px;
		
		font-size: 18px;
	}
	.countdown-product .azirspares-countdown > span .text {
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-top: 10px;
	}
	/*.product-item.style-08*/
	.product-item.style-08 .product-info {
		padding: 90px 20px;
	}
	.product-item.style-08 .label-deal span {
		margin-bottom: 20px;
	}
	.product-item.style-08 .thumb-inner {
		padding: 40px 75px 40px 25px;
	}
	/*.product-item.style-11*/
	.product-item.style-11 .product-info {
		margin-top: 0;
	}
}
@media (max-width: 1280px) {
	.product-item.style-04 .product-name {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: auto;
	}
	.product-item.style-05 .product-top {
		padding: 11px 20px;
	}
	.product-item.style-05 .product-thumb > .thumb-link,
	.product-item.style-05 .product-thumb .second-image {
		padding-bottom: 6px;
	}
}
@media (max-width: 1280px) {
	.product-item.style-08 .thumb-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.product-item.style-08 .product-thumb {
		width: 47%;
	}
	.product-item.style-08 .product-info {
		width: 53%
	}
}
@media (max-width: 1199px) {
	.price {
		font-size: 18px;
	}
	/*.product-item.style-06*/
	.product-item.style-06 .product-info .title .icon {
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.product-item.style-06 .product-info .title .icon span {
		font-size: 28px;
		line-height: 50px;
	}
	.product-item.style-06 .product-info .title .text {
		font-size: 24px;
		padding-left: 15px;
	}
	.product-item.style-06 .onsale {
		min-width: 90px;
		height: 22px;
		line-height: 22px;
	}
	.product-item.style-06 .onsale .text {
		font-size: 11px;
	}
	.product-item.style-06 .onsale ~ .product-name,
	.product-item.style-06 .onsale ~ .price {
		padding-left: 100px;
	}
	/*.product-item.style-07*/
	.product-item.style-07 .product-thumb {
		padding: 20px 15px;
	}
	.product-item.style-07 .product-gallery-slick {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.product-item.style-07 .gallery-dots {
		width: 100%;
		max-width: 232px;
		float: none;
	}
	.product-item.style-07 .gallery-dots .slick-list {
		margin: 0 -7px !important;
	}
	.product-item.style-07 .gallery-dots .slick-slide {
		padding: 0 7px !important;
	}
	.product-item.style-07 .gallery-dots .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product-item.style-07 .gallery-dots .slick-arrow.prev {
		left: -8px;
	}
	.product-item.style-07 .gallery-dots .slick-arrow.next {
		right: -8px;
	}
	.product-item.style-07 .gallery-dots img {
		border: 1px solid #eaeaea;
		
	}
	.product-item.style-07 .product-info .title .icon {
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.product-item.style-07 .product-info .title .icon span {
		font-size: 28px;
		line-height: 50px;
	}
	.product-item.style-07 .product-info .title .text {
		font-size: 24px;
		padding-left: 15px;
	}
	.product-item.style-07 .onsale {
		min-width: 90px;
		height: 22px;
		line-height: 22px;
	}
	.product-item.style-07 .onsale .text {
		font-size: 11px;
	}
	.product-item.style-07 .onsale ~ .product-name,
	.product-item.style-07 .onsale ~ .price {
		padding-left: 100px;
	}
	/*.product-item.style-08*/
	.product-item.style-08 .product-inner::after {
		display: none;
	}
	.product-item.style-08 .product-inner::before {
		content: '';
		position: absolute;
		top: 23px;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #e4bf19;
		pointer-events: none;
	}
	.product-item.style-08 .product-thumb,
	.product-item.style-08 .product-info {
		width: 100%;
		float: none;
	}
	.product-item.style-08 .product-thumb {
		padding-bottom: 0;
	}
	.product-item.style-08 .product-info {
		padding: 40px 20px 70px;
	}
	.product-item.style-08 .thumb-inner {
		padding: 20px;
	}
	.product-item.style-08 .product-gallery-slick {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.product-item.style-08 .gallery-dots {
		width: 100%;
		max-width: 232px;
		float: none;
	}
	.product-item.style-08 .gallery-dots .slick-list {
		margin: 0 -7px !important;
	}
	.product-item.style-08 .gallery-dots .slick-slide {
		padding: 0 7px !important;
	}
	.product-item.style-08 .gallery-dots .slick-arrow {
		position: absolute;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product-item.style-08 .gallery-dots .slick-arrow.prev {
		left: -8px;
	}
	.product-item.style-08 .gallery-dots .slick-arrow.next {
		right: -8px;
		left: auto;
	}
	.product-item.style-08 .gallery-dots img {
		border: 1px solid #eaeaea;
		
	}
	.product-item.style-08 .product-info .title .icon {
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.product-item.style-08 .product-info .title .icon span {
		font-size: 28px;
		line-height: 50px;
	}
	.product-item.style-08 .product-info .title .text {
		font-size: 24px;
		padding-left: 15px;
	}
	.product-item.style-08 .onsale {
		min-width: 90px;
		height: 22px;
		line-height: 22px;
	}
	.product-item.style-08 .onsale .text {
		font-size: 11px;
	}
	.product-item.style-08 .onsale ~ .product-name,
	.product-item.style-08 .onsale ~ .price {
		padding-left: 100px;
	}
	.product-item.list .product-info {
		padding-left: 25px;
	}
}
@media (max-width: 1024px) {
	.product-item.style-02 .product-inner:hover,
	.product-item.style-02 .product-inner:hover .group-button {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.product-item.style-02 .yith-wcqv-button {
		opacity: 1;
		visibility: visible;
	}
	.product-item.style-02 .group-button {
		position: static;
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	.product-item.style-10 .group-button .yith-wcqv-button,
	.product-item.style-10 .group-button .compare-button,
	.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-01 .group-button .yith-wcqv-button,
	.product-item.style-01 .group-button .compare-button,
	.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-03 .group-button .add-to-cart,
	.product-item.style-03 .group-button .compare-button,
	.product-item.style-03 .group-button .yith-wcqv-button,
	.product-item.style-04 .group-button .yith-wcqv-button,
	.product-item.style-04 .group-button .compare-button,
	.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-05 .group-button .yith-wcqv-button,
	.product-item.style-05 .group-button .compare-button,
	.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (max-width: 991px) {
	.rating-wapper .review {
		display: none;
	}
	/*.product-item.style-07*/
	.product-item.style-07 .product-thumb {
		width: 100%;
		height: auto !important;
	}
	.product-item.style-07 .product-info {
		padding: 25px 20px;
		width: 100%;
		margin-top: 20px;
		height: auto !important;
	}
	.product-item.style-07 .product-info::before {
		bottom: 0;
	}
	.product-item.style-07 .product-info .product-info-inner {
		display: block;
	}
	/*.product-item.style-08*/
	.product-item.style-08 .product-info {
		padding: 40px 20px 75px;
	}
	/*.product-item.list*/
	.product-item.list .product-info {
		padding-left: 15px;
	}
	.product-item.list .product-name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
		
	}
}
@media (max-width: 767px) {
	.product-item.style-11 .product-thumb {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: 0;
	}
}
/*popup add to cart*/
li.xoo-cp-rel-sing .add-to-cart-wrap,
li.xoo-cp-rel-sing .add_to_cart_inline,
.xoo-cp-rel-sing a.add_to_cart_button,
table.xoo-cp-cart tr.xoo-cp-ths,
.xoo-cp-basket,
.xoo-cp-variations,
.xoo-cp-hdtxt {
	display: none;
}
span.xoo-cp-close {
	position: absolute;
	top: -20px;
	right: 25px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	z-index: 11;
	font-size: 0;
}
span.xoo-cp-close:hover {
	color: #e4bf19;
}
span.xoo-cp-close::before,
span.xoo-cp-close::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 17px;
}
span.xoo-cp-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
span.xoo-cp-close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.xoo-cp-container-scroll {
	max-height: 565px;
}
.xoo-cp-container {
	max-width: 1080px !important;
	width: 90%;
	border: none;
	box-shadow: none;
	padding: 0;
}
.mCSB_container {
	border-radius: 0;
}
.mCSB_container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 63%;
	background-color: #f2f2f2;
	pointer-events: none;
}
/*cart*/
.xoo-cp-content {
	padding: 127px 35px 35px 35px;
	float: left;
	vertical-align: top;
	width: 63%;
}
table.xoo-cp-cart {
	margin: 0;
}
table.xoo-cp-cart tr {
	border-top: none !important;
	border-bottom: none !important;
	position: relative;
}
table.xoo-cp-cart tr::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -35px;
	right: -35px;
	border-bottom: 1px solid #e9e9e9;
}
.xoo-cp-pdetails td.xoo-cp-remove {
	padding-right: 10px;
}
td.xoo-cp-remove .xoo-cp-remove-pd {
	color: #bdbdbd;
	font-size: 16px;
}
td.xoo-cp-pimg {
	width: 138px;
}
td.xoo-cp-pimg img {
	border: 1px solid #e2e2e2;
	min-width: 92px;
}
.xoo-cp-qtybox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	border: 2px solid #d1d1d1;
	
	width: 85px;
	background: #ffffff;
	text-align: center;
	margin-top: 0;
	height: auto;
}
span.xcp-chng {
	width: 41px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: absolute;
	right: 0;
	border: none;
	color: #333333;
}
.xcp-chng:hover {
	color: #e4bf19;
}
span.xcp-minus {
	bottom: 0;
}
span.xcp-plus {
	top: 0;
	border-bottom: 1px solid #d1d1d1;
}
input[type="number"].xoo-cp-qty {
	color: #333333;
	max-width: 100%;
	width: 41px;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	border-right: 1px solid #d1d1d1 !important;
	padding: 0 5px;
	text-align: center;
	float: left;
}
.xoo-cp-table-bottom {
	padding: 25px 0;
}
.xoo-cp-empct {
	margin: 0;
	font-size: 20px;
}
.xoo-cp-cart-total {
	margin-right: 0;
}
.xcp-totxt {
	font-size: 20px;
	text-transform: inherit;
}
.xcp-ctotal .amount {
	font-size: 20px;
	font-weight: 500;
}
a.xoo-cp-btn-ch,
a.xoo-cp-btn-vc {
	line-height: 34px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #e4bf19;
	overflow: hidden;
	position: relative;
	min-width: 170px;
	width: auto;
	border-radius: 0;
	margin-top: 10px;
	vertical-align: top;
	border: none;
}
a.xoo-cp-btn-vc {
	background-color: #e4bf19;
}
a.xoo-cp-btn-ch {
	background-color: #5faf4b;
}
a.xoo-cp-btn-ch::before,
a.xoo-cp-btn-vc::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
a.xoo-cp-btn-ch:hover::before,
a.xoo-cp-btn-vc:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
a.xoo-cp-close {
	border: 2px solid;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	width: auto;
	min-width: 225px;
	color: #000;
	background-color: transparent;
	margin-top: 10px;
	vertical-align: top;
}
a.xoo-cp-close:hover {
	color: #e4bf19;
}
.xoo-cp-atcn {
	top: 0 !important;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
	color: #000000;
	font-size: 22px;
	background-color: #fff;
	display: block !important;
	width: 63%;
	border-radius: 4px 0 0 0;
	overflow: hidden;
}
.xoo-cp-atcn.xoo-cp-atcn-active {
	padding: 25px 35px !important;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
}
.xoo-cp-icon-check {
	display: inline-block;
	vertical-align: middle;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #5faf4b;
	font-size: 21px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
.xoo-cp-atcn .xoo-cp-icon-check {
	margin-right: 20px;
}
.xoo-cp-undo {
	font-weight: normal;
	margin-top: 17px;
}
/*related*/
.xoo-cp-rp-container {
	float: right;
	vertical-align: top;
	width: 37%;
	background: #f2f2f2;
	padding-left: 35px;
	padding-right: 35px;
	
	position: relative;
}
span.xcp-rel-head {
	font-size: 22px !important;
	font-weight: 300;
	margin-bottom: 35px;
	margin-top: 0;
	padding-top: 45px;
	padding-bottom: 0;
	text-align: left;
	text-transform: inherit;
	background-color: transparent !important;
	border: none !important;
}
ul.xoo-cp-rel-prods {
	display: block;
	min-width: 0;
	padding: 0;
}
li.xoo-cp-rel-sing {
	width: 100%;
	max-width: 100%;
	margin: 0;
	float: none;
	display: block;
}
li.xoo-cp-rel-sing:not(:last-child) {
	margin-bottom: 40px;
}
li.xoo-cp-rel-sing .woocommerce-LoopProduct-link {
	display: inline-block;
	width: 100%;
	text-align: left;
}
li.xoo-cp-rel-sing .woocommerce-LoopProduct-link img {
	float: left;
	margin-right: 15px;
	max-width: 92px;
	
}
.xoo-cp-rel-title {
	font-size: 14px;
}
.xoo-cp-rel-price .amount {
	font-size: 18px;
}
@media (max-width: 1199px) {
	.xoo-cp-atcn,
	.xoo-cp-content,
	.xoo-cp-rp-container {
		width: 100%;
	}
	.mCSB_container::before {
		display: none;
	}
	.xoo-cp-rp-container {
	
	}
	.xoo-cp-atcn {
	
	}
}
@media (max-width: 767px) {
	span.xoo-cp-close {
		right: 10px;
	}
	.xoo-cp-icon-check {
		min-width: 40px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		float: left;
	}
	.xoo-cp-atcn .xoo-cp-icon-check {
		margin-right: 10px;
	}
	li.xoo-cp-rel-sing:not(:last-child) {
		margin-bottom: 20px;
	}
	.xoo-cp-content {
		display: none;
	}
	.xoo-cp-atcn.xoo-cp-atcn-active {
		padding: 15px !important;
		height: auto !important;
		margin: 0 !important;
	}
	.xoo-cp-atcn {
		font-size: 18px;
	}
	.xoo-cp-rp-container {
		padding: 50px 15px 0 15px;
	}
	span.xcp-rel-head {
		font-size: 20px;
		margin-bottom: 20px;
	}
	td.xoo-cp-pimg {
		margin: 0 auto;
	}
}
/* ==========================================================================
7.3 SINGLE PRODUCT
========================================================================== */
.main-contain-summary {
	display: table;
	width: 100%;
}
.contain-left {
	position: relative;
	vertical-align: top;
}
.contain-left::before,
.contain-left::after {
	content: '';
	display: table;
}
.contain-left::after {
	clear: both;
}
.main-contain-summary .wcml-dropdown {
	display: none;
}
/*threed 360deg*/
.product-360-view-wrapper {
	margin: 100px auto;
	max-width: 800px;
	position: relative;
}
.spinner {
	color: #ffffff;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}
.azirspares-threed-view::after {
	border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
	border-radius: 50%;
	border-style: solid;
	border-width: 2px 2px 5px;
	bottom: 15px;
	content: "";
	height: 50%;
	left: 15px;
	position: absolute;
	right: 15px;
	z-index: 10;
}
.azirspares-threed-view {
	cursor: ew-resize;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.azirspares-threed-view .previous-image {
	opacity: 0;
	visibility: hidden;
}
.azirspares-threed-view .threed-view-images {
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.azirspares-threed-view .threed-view-images img.current-image {
	visibility: visible;
	z-index: 9;
}
.azirspares-threed-view .threed-view-images img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.azirspares-threed-view .nav_bar {
	bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	left: 50%;
	background: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11;
}
.azirspares-threed-view .nav_bar a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	font-size: 0;
	text-align: center;
}
.azirspares-threed-view .nav_bar a:hover {
	background-color: #f9f9f9;
}
.azirspares-threed-view .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.azirspares-threed-view .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}
.azirspares-threed-view .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
.azirspares-threed-view .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.azirspares-threed-view .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.azirspares-dark .azirspares-threed-view .nav_bar a {
	color: black;
}
.mfp-iframe-holder .mfp-close:hover {
	background: none;
}
.product-360-button,
.single-left .product-video-button {
	position: absolute;
	z-index: 9;
	left: 18px;
	bottom: 15px;
}
.product-360-button a {
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	z-index: 1;
	font-size: 33px;
	color: #e4bf19;
}
.product-360-button a:hover {
	color: #000;
}
.single-left .product-video-button a {
	display: block;
	height: 50px;
	min-width: 131px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	padding: 0 13px;
	z-index: 1;
	color: #e4bf19;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.single-left .product-video-button a:hover {
	color: #000;
}
.single-left .product-video-button a span {
	font-size: 33px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 15px;
}
.contain-left .flash {
	position: absolute;
	top: 17px;
	right: 18px;
	z-index: 9;
}
.contain-left.has-gallery .product-360-button,
.contain-left.has-gallery .single-left .product-video-button {
	left: 138px;
}
.contain-left .single-left {
	position: relative;
	overflow: hidden;
	float: left;
	width: 57.3846154%;
	margin-right: 40px;
	margin-bottom: 27px;
}
.contain-left .entry-summary {
	overflow: hidden;
	margin-bottom: 27px;
}
.main-container.type-1 .contain-left {
	display: table-cell;
}
.main-container.type-1 .single-product-policy {
	display: table-cell;
	vertical-align: top;
	width: 360px;
	padding-left: 40px;
}
.main-container.type-1 .single-product-policy > div {
	margin-top: -40px;
}
.main-container.type-2 .contain-left .entry-summary {
	padding: 37px 40px;
	background-color: #fff;
	
}
/*.woocommerce-product-gallery*/
.woocommerce-product-gallery {
	position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: block;
	font-size: 0;
	position: absolute;
	bottom: 15px;
	right: 19px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	z-index: 1;
	color: #000000;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	color: #e4bf19;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	font-family: 'Flaticon', sans-serif;
	font-weight: normal;
	content: "\f10d";
	font-size: 19px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.contain-left.no-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
}
.woocommerce-product-gallery .flex-viewport {
	cursor: zoom-in;
	
}
.woocommerce-product-gallery .flex-viewport {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 120px;
	float: left;
	padding: 0 12px 0 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-list {
	margin-top: -6px;
	margin-bottom: -6px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	width: 100%;
	
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	border-color: #e4bf19;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #bcbcbc;
	border: 1px solid #ededed;
	background-color: #fff;
	font-size: 17px;
	position: absolute;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow:hover {
	color: #333333;
	border-color: #333333;
}
/*position*/
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	left: calc(50% - 6px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
	top: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
	bottom: 0;
}
/*.entry-summary*/
.entry-summary .woocommerce-product-rating {
	margin-bottom: 3px;
}
.entry-summary .woocommerce-product-rating .star-rating {
	display: inline-block;
}
.entry-summary .entry-title {
	font-size: 24px;
	margin-bottom: 19px;
	margin-top: 0;
}
.entry-summary .price {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 16px;
}
.entry-summary .price ins {
	margin-right: 10px;
}
.entry-summary .price del {
	font-size: 22px;
}
.entry-summary .woocommerce-product-rating .review {
	display: inline-block;
	vertical-align: top;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
	display: none;
}
.entry-summary .stock-label {
	display: block;
	text-align: right;
	margin-top: -13px;
	border-bottom: 1px dotted #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.entry-summary .in-stock {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 28px;
	color: #5cb85c;
	position: relative;
	padding-left: 23px;
	font-weight: 500;
}
.entry-summary .in-stock::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 7px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.entry-summary .in-stock:not(.available-product) {
	display: none;
}
.entry-summary .out-stock.available-product {
	display: none;
}
.entry-summary .out-of-stock {
	display: table;
	min-width: 296px;
	
	padding: 14px 15px;
	text-align: center;
	color: #333;
	margin-bottom: 16px;
	background-color: #e2e2e2;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 24px;
}
.type-product.outofstock .entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 30px;
}
.entry-summary .woocommerce-product-details__short-description ul,
.entry-summary .woocommerce-product-details__short-description ol {
	padding-left: 0;
	list-style: none;
}
.entry-summary .woocommerce-product-details__short-description li {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #5cb85c;
	position: relative;
	padding-left: 23px;
}
.entry-summary .woocommerce-product-details__short-description li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 7px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.entry-summary .woocommerce-product-details__short-description p:first-child {
	margin-top: 12px;
}
.entry-summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
/*form single product*/
.entry-summary form.cart {
	margin-top: 24px;
}
.entry-summary .cart .single_add_to_cart_button {
	vertical-align: middle;
	height: 53px;
	line-height: 53px;
	min-width: 200px;
	
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #ffffff;
	background-color: #1b1b1b;
	text-transform: uppercase;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	margin-bottom: 25px;
}
.entry-summary .cart .single_add_to_cart_button:hover {
	background-color: #e4bf19;
}
.entry-summary .cart .single_add_to_cart_button.loading::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
.entry-summary .cart .single_add_to_cart_button span,
.entry-summary .cart .added_to_cart {
	display: none;
}
.entry-summary .cart .single_add_to_cart_button span.xoo-cp-adding {
	display: inline-block;
	vertical-align: middle;
}
.entry-summary .cart .single_add_to_cart_button span.xoo-cp-adding::before {
	font-family: 'FontAwesome', sans-serif !important;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
.entry-summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.5;
	text-decoration: line-through;
	cursor: not-allowed;
	pointer-events: none;
}
.entry-summary div.quantity {
	margin-right: 7px;
	margin-bottom: 25px;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
div.quantity {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	border: 2px solid #d1d1d1;
	
	width: 85px;
	background: #ffffff;
	text-align: center;
}
div.quantity .qty-label {
	display: none;
}
div.quantity .input-qty {
	color: #333333;
	width: 41px;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	padding: 0 5px;
	text-align: center;
	float: left;
	border-right: 1px solid #d1d1d1;
}
div.quantity .btn-number {
	width: 41px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: absolute;
	right: 0;
}
div.quantity .btn-number:not(:hover) {
	color: #333333;
}
div.quantity .btn-number.quantity-plus {
	top: 0;
	border-bottom: 1px solid #d1d1d1;
}
div.quantity .btn-number.quantity-minus {
	bottom: 0;
}
.entry-summary p.cart {
	margin-bottom: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist + .clear {
	display: none;
}
.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .compare {
	display: inline-block;
	margin-bottom: 25px;
	width: auto;
	height: auto;
}
.entry-summary .yith-wcwl-add-to-wishlist a {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 30px;
}
.entry-summary .yith-wcwl-add-to-wishlist a::before {
	vertical-align: top;
	color: #9e9e9e;
	margin-right: 5px;
}
.entry-summary .yith-wcwl-add-to-wishlist a:hover::before {
	color: #e4bf19;
}
.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover) {
	color: #333333;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
	font-size: 18px;
}
.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
	font-size: 21px;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
	color: #e4bf19;
}
.entry-summary .compare {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
}
.entry-summary .compare:before {
	vertical-align: top;
	color: #9e9e9e;
	margin-right: 5px;
	font-size: 21px;
}
.entry-summary .compare:hover::before {
	color: #e4bf19;
}
.entry-summary .compare:not(:hover) {
	color: #333333;
}
.entry-summary .product_meta {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.entry-summary .product_meta > span {
	display: block;
}
.entry-summary .product_meta > span:not(:last-child) {
	margin-bottom: 10px;
}
/*.product-type-simple*/
/*.product-type-variable*/
body.single-product .product-type-variable .variations {
	padding-bottom: 17px;
}
.product-type-variable .woocommerce-variation-price .price {
	font-size: 20px;
	padding-bottom: 8px;
}
/*.product-type-external*/
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
	border-bottom: 2px solid #ebebeb;
}
.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
	border: none;
}
.product-type-grouped .entry-summary .cart .group_table td:first-child {
	padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:last-child {
	padding-right: 0;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
	text-align: inherit;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table label {
	margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .button {
	font-size: 15px;
	line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .price ins {
	padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table .stock {
	display: none;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
	margin-bottom: 0;
}
@media (max-width: 1280px) {
	.entry-summary .entry-title {
		font-size: 20px;
	}
	.entry-summary .price {
		font-size: 22px;
	}
	.entry-summary .price del {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.main-container.type-1 .single-product-policy,
	.main-contain-summary,
	.main-contain-summary .contain-left {
		width: 100%;
		display: block !important;
	}
	.main-container.type-1 .single-product-policy > div {
		margin-top: 25px;
	}
	.contain-left .single-left,
	.contain-left .entry-summary {
		width: 100%;
	}
	.contain-left .single-left {
		margin-right: 0;
	}
}
@media (min-width: 1025px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
		content: "\f106";
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
		content: "\f107";
	}
}
@media (max-width: 1024px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
		right: 0;
		top: 50%;
		left: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 991px) {
	.woocommerce-product-gallery .flex-viewport {
		width: 100%;
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		width: 100%;
		padding: 0;
		margin-top: 12px;
		margin-bottom: 5px;
		max-width: 448px;
	}
	.contain-left.has-gallery .product-360-button,
	.contain-left.has-gallery .single-left .product-video-button {
		left: 18px;
	}
	.product-360-button,
	.single-left .product-video-button {
		top: 9px;
		bottom: auto;
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-list {
		margin: 0 -6px;
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		padding: 0 6px;
	}
}
/*buy together*/
.famibt-wrap .famibt-short-desc,
.famibt-wrap .famibt-after-text {
	display: none;
}
.famibt-wrap > .row {
	display: table;
	margin: 0;
}
.famibt-wrap > .row > .col-sm-9 {
	width: 70.8%;
	display: table-cell;
	vertical-align: top;
	float: none;
}
.famibt-wrap > .row > .col-sm-3 {
	width: 29.2%;
	display: table-cell;
	vertical-align: top;
	float: none;
}
.famibt-wrap {
	background-color: #fff;
	margin-top: 25px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.famibt-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 70.8%;
	height: 100%;
	border-right: 1px solid #e8e8e8;
}
.famibt-wrap .famibt-right-part {
	text-align: center;
}
.famibt-wrap .famibt-title {
	font-size: 20px;
	padding-left: 75px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 25px;
	width: 70.8%;
}
.famibt-wrap .total-price-html {
	font-size: 30px;
	margin-bottom: 8px;
	color: #e4bf19;
}
.famibt-wrap .btn-primary {
	background-color: transparent;
	border: 2px solid #000000;
	color: #000000;
	
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
	padding: 0 15px;
	height: 47px;
	line-height: 43px;
	min-width: 210px;
	text-align: center;
}
.famibt-wrap .btn-primary:hover {
	background-color: transparent;
	color: #e4bf19;
	border-color: #e4bf19;
}
.famibt-wrap .famibt-left-part {
	padding-right: 15px;
	padding-left: 55px;
}
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
	text-align: center;
}
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
	margin-left: -20px;
}
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-product-title {
	margin-top: 11px;
	margin-bottom: 5px;
	color: inherit;
}
.famibt-wrap .famibt-item {
	color: #666666;
}
.famibt-wrap .famibt-item:not(:last-child) {
	padding-bottom: 9px;
}
.famibt-wrap .famibt-item .famibt-product-title strong {
	font-weight: normal;
	color: #000000;
}
.famibt-wrap .famibt-item label .famibt-price::before {
	content: '(';
	float: left;
}
.famibt-wrap .famibt-item label .famibt-price::after {
	content: ')';
}
.famibt-wrap .famibt-item label input[type="checkbox"] {
	display: none;
}
.famibt-wrap .famibt-item label input[type="checkbox"] + span {
	position: relative;
	padding-left: 27px;
}
.famibt-wrap .famibt-item label input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
}
.famibt-wrap .famibt-item label input[type="checkbox"]:checked + span::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
}
.famibt-wrap .famibt-item label input[type="checkbox"][disabled] + span::before,
.famibt-wrap .famibt-item label input[type="checkbox"][disabled] + span::after {
	cursor: not-allowed;
	opacity: 0.5;
}
.famibt-price {
	color: #000000;
	display: inline-block;
}
.famibt-price del {
	color: #8a8a8a;
}
.famibt-price ins {
	color: #e4bf19;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
@media (max-width: 1199px) {
	.famibt-wrap {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.famibt-wrap::before {
		display: none;
	}
	.famibt-wrap > .row {
		display: block;
	}
	.famibt-wrap .famibt-title {
		width: 100%;
		padding-left: 25px;
	}
	.famibt-wrap > .row > .col-sm-9,
	.famibt-wrap > .row > .col-sm-3 {
		display: block;
		width: 100%;
	}
	.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
		margin-left: -15px;
	}
	.famibt-wrap .famibt-left-part {
		padding: 0 10px 25px 10px;
	}
}
/* .sticky_info_single_product  */
body.single-product .famisp-sales-popup-wrap {
	bottom: 110px;
}
.sticky_info_single_product {
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	padding: 7px 0;
	transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	-webkit-transition: transform 0.5s ease 0s;
	background: #fff;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.show-sticky_info_single .sticky_info_single_product {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.sticky_info_single_product img.fami-img {
	max-width: 50px;
}
.sticky_info_single_product .sticky-thumb-left {
	float: left;
	max-width: 70px;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	
}
.sticky_info_single_product .sticky-info-right {
	overflow: hidden;
	position: relative;
	min-height: 54px;
}
.sticky_info_single_product .sticky-title {
	margin-top: 13px;
	float: left;
}
.sticky_info_single_product .entry-title {
	font-size: 18px;
	color: #000;
	margin-bottom: 6px;
	margin-top: 2px;
	display: inline-block;
	float: left;
}
.sticky_info_single_product .price {
	font-size: 18px;
	float: left;
	margin-bottom: 0;
	margin-left: 20px;
}
.sticky_info_single_product a.woocommerce-review-link {
	display: none;
}
.sticky_info_single_product .rating-wapper {
	display: inline-block;
	width: 100%;
	padding-bottom: 0;
}
.sticky_info_single_product .azirspares-single-add-to-cart-btn {
	float: right;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 42px;
	height: 42px;
	color: #fff;
	padding: 0 40px;
	
	margin-top: 15px;
	background-color: #000000;
}
.sticky_info_single_product .azirspares-single-add-to-cart-btn:hover {
	background-color: #e4bf19;
}
.star-rating.no-rate {
	width: auto;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}
.sticky_info_single_product .star-rating.no-rate a.woocommerce-review-link, .star-rating.no-rate a.woocommerce-review-link {
	float: none;
	letter-spacing: 0;
	margin: 0;
}
/*woocommerce-tabs*/
.woocommerce-tabs {
	position: relative;
	background-color: #fff;
	margin-top: 40px;
}
/*.wc-tabs*/
.wc-tabs {
	background-color: #fff;
	padding: 0 15px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}
.wc-tabs li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 28px;
}
.wc-tabs li#tab-title-more_seller_product {
	display: none !important;
}
.wc-tabs li a {
	display: inline-block;
	font-size: 20px;
	color: #868686;
	line-height: 68px;
	text-align: center;
	position: relative;
}
.wc-tabs li a::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	border-bottom: 2px solid #e4bf19;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	width: 100%;
}
.wc-tabs li.active a {
	color: #000;
}
.wc-tabs li.active a::before,
.wc-tabs li a:hover::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
	padding: 40px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.woocommerce-Tabs-panel > h2 {
	display: none;
}
.woocommerce-Tabs-panel p {
	line-height: 26px;
}
.woocommerce-Tabs-panel td p {
	margin-bottom: 0;
}
#tab-description {
	max-height: 99999px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#tab-description.active {
	max-height: 1545px;
}
#tab-description.active::before {
	content: '';
	background-color: #e4bf19;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 744px;
	opacity: 0.7;
	z-index: 1;
}
.woocommerce-Tabs-panel .show-all {
	position: absolute;
	left: 50%;
	bottom: -16px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	min-width: 112px;
	height: 32px;
	line-height: 30px;
	border-radius: 32px;
	border: 1px solid #d1d1d1;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	color: #868686;
	z-index: 2;
}
.woocommerce-Tabs-panel .show-all .text {
	font-style: normal;
}
.woocommerce-Tabs-panel .show-all span {
	margin-left: 7px;
	color: inherit;
	font-size: 14px;
}
.woocommerce-Tabs-panel .show-all.active span::before {
	content: "\f106";
}
@media (max-width: 991px) {
	.wc-tabs li {
		display: block;
		margin-bottom: 8px;
	}
	.wc-tabs li a {
		font-size: 18px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	#tab-description {
		max-height: 99999px;
	}
	#tab-description.active {
		max-height: 500px;
	}
}
/*comment star*/
p.stars {
	margin-top: 5px;
	line-height: 18px;
	display: inline-block;
}
p.stars span {
	display: block;
	height: 18px;
}
p.stars, p.stars a {
	display: inline-block
}
p.stars a {
	font-weight: 400;
	height: 1em
}
p.stars a:before, p.stars a:hover ~ a:before {
	content: "\f005";
	color: #adadad;
}
p.stars a {
	font-size: 18px;
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 2px
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	text-indent: 0;
}
p.stars:hover a:before, p.stars.selected:not(:hover) a:before {
	content: '\f005';
	color: #ffb933;
}
p.stars a:hover ~ a:before, p.stars.selected:not(:hover) a.active ~ a:before {
	content: "\f005";
	color: #adadad;
}
.block-title .product-grid-title {
	overflow: hidden;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
}
.categories-product-woo {
	padding-bottom: 45px;
	margin-bottom: 45px;
	position: relative;
}
.categories-product-woo::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #d4d4d4;
}
.main-content.no-sidebar .categories-product-woo::before {
	width: 100vw;
}
.categories-product-woo .product-grid ~ .product-grid {
	padding-top: 30px;
}
.categories-product-woo .row-item {
	margin-bottom: 40px;
}
.categories-product-woo .subcat {
	background-color: #fff;
	padding: 15px 20px 35px 20px;
	text-align: center;
	display: block;
	
	border: 1px solid #e2e2e2;
}
.categories-product-woo .subcat figure {
	margin-bottom: 15px;
	overflow: hidden;
}
.categories-product-woo .subcat img {
	margin: 0 auto;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.categories-product-woo .subcat:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);;
}
.categories-product-woo .subcat span {
	font-size: 20px;
}
.categories-product-woo .block-title {
	overflow: hidden;
}
.categories-product-woo .block-title .product-grid-title {
	text-align: left;
	float: left;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 0;
	margin-top: 3px;
}
.categories-product-woo .block-title a {
	float: right;
	display: inline-block;
	min-width: 122px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #d9d9d9;
	
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	color: #a8a8a8;
}
.categories-product-woo .block-title a:hover {
	color: #fff;
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.categories-product-woo .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 22px;
	color: #000000;
	position: absolute;
	top: 25%;
	z-index: 3;
	border: 1px solid #dadada;
	
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.categories-product-woo .owl-slick:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.categories-product-woo .slick-arrow.prev {
	left: -20px;
}
.categories-product-woo .slick-arrow.next {
	right: -20px;
}
.categories-product-woo .slick-arrow:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff;
}
/*single-product-bottom*/
.single-product-bottom {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
}
.main-content + .single-product-bottom {
	margin-top: 40px;
}
body.woocommerce-cart .single-product-bottom {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.single-product-bottom ~ .single-product-bottom::before {
	border-top: 1px solid #e8e8e8;
}
.single-product-bottom::before {
	content: '';
	position: absolute;
	width: 100vw;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-left: -50vw;
	pointer-events: none;
	background-color: #fff;
}
.single-product-bottom.style-02,
.single-product-bottom.style-04,
.single-product-bottom.style-05 {
	padding-top: 40px;
	margin-bottom: 20px;
}
.single-product-bottom.azirspares_woo_crosssell-product.style-02,
.single-product-bottom.azirspares_woo_crosssell-product.style-04,
.single-product-bottom.azirspares_woo_crosssell-product.style-05 {
	margin-bottom: 0;
	padding-top: 40px;
}
.single-product-bottom.style-02::before,
.single-product-bottom.style-04::before,
.single-product-bottom.style-05::before {
	background-color: #f4f4f4;
}
.single-product-bottom.style-02 ~ .recently-reviewed-product::before,
.single-product-bottom.style-04 ~ .recently-reviewed-product::before,
.single-product-bottom.style-05 ~ .recently-reviewed-product::before {
	border: none;
}
/*recently-reviewed-product*/
.recently-reviewed-product {
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
}
.div:not(.single-product-bottom) ~ .recently-reviewed-product {
	margin-top: 95px;
}
.recently-reviewed-product::before {
	content: '';
	position: absolute;
	width: 100vw;
	top: 0;
	left: 50%;
	right: 0;
	bottom: -50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
}
.recently-reviewed-product .product img {
	border: 1px solid #e2e2e2;
	
}
@media (max-width: 1199px) {
	.categories-product-woo .slick-arrow {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.categories-product-woo .slick-arrow.prev {
		left: -15px;
	}
	.categories-product-woo .slick-arrow.next {
		right: -15px;
	}
}
/* ==========================================================================
8.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
8.1 CART PAGE
========================================================================== */
body.woocommerce-cart .page-title {
	display: none;
}
body.woocommerce-cart .cart-title {
	font-size: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 37px 30px;
	background-color: #fff;
	text-align: left;
	margin: 0;
	
}
#shipping_method {
	padding-left: 0;
	list-style: none;
}
#shipping_method input[type="radio"] {
	display: none;
}
#shipping_method label {
	position: relative;
	padding-left: 26px;
	color: #666666;
	cursor: pointer;
}
#shipping_method label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#shipping_method input[type="radio"]:checked + label {
	color: #333333;
}
#shipping_method input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.woocommerce-cart .main-container {
	background-color: #f4f4f4;
}
body.woocommerce-cart .cart-empty {
	font-size: 42px;
	line-height: 1.2;
	
	background-color: #fff;
	padding: 90px 15px 25px;
	text-align: center;
	margin-bottom: 0;
}
body.woocommerce-cart .return-to-shop {
	text-align: center;
	padding: 0 15px 90px;
	
	background-color: #fff;
}
body.woocommerce-cart .return-to-shop a {
	min-width: 170px;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #1b1b1b;
	height: 59px;
	line-height: 59px;
	color: #fff;
	display: inline-block;
}
body.woocommerce-cart .return-to-shop a:hover {
	background-color: #e4bf19;
}
.cart-collaterals {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
}
.cart-collaterals .cross-sells {
	padding-bottom: 40px;
}
.cross-sells > h2 {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 0;
	margin-bottom: 35px;
}
.shop_table .variation {
	display: none;
}
.shop_table thead tr th {
	border-bottom: 0;
	border-top: 0;
}
.shop_table tr td.product-remove,
.shop_table tr th.product-remove {
	border-right: 0;
	border-top: 0;
	border-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.shop_table tr td.product-thumbnail,
.shop_table tr th.product-thumbnail {
	border-right: 0;
	border-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}
body.woocommerce-cart .shop_table tr td.product-name,
body.woocommerce-cart .shop_table tr th.product-name {
	border-left: 0;
}
body.woocommerce-cart .shop_table tr td.product-subtotal,
body.woocommerce-cart .shop_table tr th.product-subtotal {
	border-right: 0;
}
.shop_table tr:first-child td,
.shop_table tr:first-child th {
	border-top: 0;
}
.shop_table .product-remove {
	text-align: center;
}
.shop_table .product-remove .remove {
	font-size: 22px;
}
.shop_table .product-remove .remove:not(:hover) {
	color: #bdbdbd;
}
.shop_table .product-thumbnail img {
	max-width: 89px;
	border: 1px solid #e2e2e2;
	min-width: 60px;
}
.shop_table .product-name a:not(.button) {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.shop_table .product-name a:not(.button):hover {
	color: #e4bf19;
}
.woocommerce-cart-form .shop_table {
	background-color: #fff;
	
	border: 0;
}
.woocommerce-cart-form .shop_table thead {
	background-color: #e9e9e9;
}
.woocommerce-cart-form .shop_table thead th {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
	border-color: #d7d7d7;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 23px;
}
.woocommerce-cart-form .shop_table td.product-price,
.woocommerce-cart-form .shop_table td.product-subtotal {
	font-size: 18px;
	color: #000;
	text-align: center;
}
.woocommerce-cart-form .shop_table td.product-quantity {
	text-align: center;
}
.woocommerce-cart-form .shop_table td.product-subtotal {
	font-weight: 500;
}
.woocommerce-cart-form .shop_table .actions {
	padding: 40px 20px 30px 20px;
	overflow: hidden;
	border: 0;
}
.woocommerce-cart-form .shop_table .actions label {
	display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
	position: relative;
	max-width: 100%;
	width: 512px;
	float: left;
	margin-bottom: 7px;
}
.woocommerce-cart-form .shop_table .actions #coupon_code {
	width: 100%;
	height: 59px;
	line-height: 57px;
	
}
.woocommerce-cart-form .shop_table .actions button.button {
	display: inline-block;
	min-width: 160px;
	height: 59px;
	line-height: 59px;
	
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
}
.woocommerce-cart-form .shop_table .actions .coupon button.button {
	position: absolute;
	top: 0;
	right: 0;
	
}
.woocommerce-cart-form .shop_table .actions button.button:hover {
	background-color: #e4bf19;
}
.woocommerce-cart-form .shop_table .actions > button.button {
	float: right;
}
.cart_totals {
	position: relative;
}
.cart_totals > h2 {
	background-color: #3bbe66;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 37px 35px;
	margin: 0;
	
}
.cart_totals .shop_table {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
}
.cart_totals .shop_table tr:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
	border: 0;
	padding: 15px 20px;
}
.cart_totals .shop_table tr th {
	width: 35%;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	border-right: 0;
}
.cart_totals .shop_table tr td {
	vertical-align: top;
	font-size: 16px;
	color: #000000;
	border-left: 0;
	text-align: right;
}
.cart_totals .shop_table tr.order-total th {
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 14px;
}
.cart_totals .shop_table tr.order-total strong {
	font-size: 24px;
	font-weight: 500;
}
.woocommerce-shipping-calculator > p {
	margin-bottom: 0;
}
.woocommerce-shipping-calculator > .shipping-calculator-form {
	margin-top: 26px;
}
.shipping-calculator-button,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus,
.shipping-calculator-button:active {
	text-decoration: underline;
}
.shipping-calculator-form {
	text-align: left;
}
.shipping-calculator-form input {
	background-color: #fff;
}
.shipping-calculator-form .button {
	display: inline-block;
	min-width: 160px;
	height: 54px;
	line-height: 54px;
	
	padding: 0 15px;
	text-align: center;
}
.wc-proceed-to-checkout {
	text-align: center;
	background-color: #fff;
	border-top: 0;
	
	padding-bottom: 30px;
	padding-top: 10px;
}
.wc-proceed-to-checkout .checkout-button {
	display: inline-block;
	min-width: 254px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
	
	background-color: #1b1b1b;
	padding: 0 15px;
	height: 59px;
	line-height: 59px;
	color: #ffffff;
}
.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #e4bf19;
}
body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
	float: left;
	display: inline-block;
	width: calc(100% - 359px)
}
body.woocommerce-cart .no-sidebar .cart-collaterals {
	display: inline-block;
	width: 359px;
	padding-left: 40px;
	padding-top: 0;
}
@media (max-width: 1199px) {
	.cart_totals > h2,
	body.woocommerce-cart .cart-title {
		font-size: 16px;
		letter-spacing: 0.1em;
		padding: 20px;
	}
	.woocommerce-cart-form .shop_table td.product-price,
	.woocommerce-cart-form .shop_table td.product-subtotal {
		font-size: 15px;
	}
	body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
		width: 100%;
		float: none;
	}
	body.woocommerce-cart .no-sidebar .cart-collaterals {
		width: 100%;
		padding-left: 0;
		float: none;
		margin-top: 15px;
	}
	.shop_table td,
	.shop_table th {
		border-color: #ebebeb;
		padding: 15px;
	}
	.woocommerce-cart-form {
		width: 100%;
	}
	.cart-collaterals {
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
}
@media (max-width: 991px) {
	.has-sidebar .shop_table {
		display: block;
	}
	.has-sidebar .shop_table thead,
	.has-sidebar .shop_table tfoot,
	.has-sidebar .shop_table tbody,
	.has-sidebar .shop_table tr,
	.has-sidebar .shop_table tr td,
	.has-sidebar .shop_table tr th {
		display: inline-block;
		text-align: center !important;
		width: 100% !important;
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}
	.has-sidebar .woocommerce-cart-form .shop_table thead {
		display: none;
	}
	.has-sidebar .woocommerce-cart-form .shop_table tr:first-child td,
	.has-sidebar .woocommerce-cart-form .shop_table tr:first-child th,
	.has-sidebar .cart_totals .shop_table tr:first-child td,
	.has-sidebar .cart_totals .shop_table tr:first-child th {
		padding-top: 15px;
	}
	.has-sidebar .woocommerce-cart-form .shop_table .actions .coupon,
	.has-sidebar .woocommerce-cart-form .shop_table .actions button.button {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.has-sidebar .woocommerce-cart-form .shop_table tr td,
	.has-sidebar .cart_totals .shop_table tr th {
		border-top: 0;
	}
	.has-sidebar .woocommerce-cart-form .shop_table .actions .coupon button.button {
		position: static;
		
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.shop_table {
		display: block;
	}
	.shop_table thead,
	.shop_table tfoot,
	.shop_table tbody,
	.shop_table tr,
	.shop_table tr td,
	.shop_table tr th {
		display: inline-block;
		text-align: center !important;
		width: 100% !important;
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}
	body.woocommerce-cart .cart-title {
		border-bottom: 1px solid #ebebeb;
		padding: 20px 15px;
		letter-spacing: 0.1em;
	}
	.cart_totals > h2 {
		padding: 20px 15px;
		letter-spacing: 0.1em;
	}
	.woocommerce-cart-form .shop_table thead {
		display: none;
	}
	.woocommerce-cart-form .shop_table tr:first-child td,
	.woocommerce-cart-form .shop_table tr:first-child th,
	.cart_totals .shop_table tr:first-child td,
	.cart_totals .shop_table tr:first-child th {
		padding-top: 15px;
	}
	.woocommerce-cart-form .shop_table .actions .coupon,
	.woocommerce-cart-form .shop_table .actions button.button {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce-cart-form .shop_table tr td,
	.cart_totals .shop_table tr th {
		border-top: 0;
	}
	.woocommerce-cart-form .shop_table .actions .coupon button.button {
		position: static;
		
		margin-top: 10px;
	}
	body.woocommerce-cart .cart-empty {
		font-size: 26px;
	}
}
/* ==========================================================================
8.2 CHECKOUT PAGE
========================================================================== */
body.woocommerce-checkout .main-container {
	background-color: #f2f2f2;
}
.woocommerce-form__label-for-checkbox > span {
	position: relative;
	font-size: 18px;
	color: #000000;
	padding-left: 26px;
}
.woocommerce-form__label-for-checkbox > span::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #e8e8e8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	display: none;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span {
	color: #000;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	background-color: #439af2;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 6px;
	top: 8px;
}
#payment ul {
	background-color: #fff;
	
	padding: 30px 35px 35px 35px;
	list-style: none;
}
#payment .input-radio {
	display: none;
}
#payment .input-radio ~ label {
	position: relative;
	padding-left: 26px;
	color: #000;
	margin-bottom: 0;
	cursor: pointer;
}
#payment .input-radio ~ label::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #e8e8e8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
#payment .input-radio:checked + label::before {
	background-color: #439af2;
}
#payment .input-radio:checked + label::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 6px;
	top: 8px;
}
/*SELECT2 RESET*/
body .select2-container {
	width: 100% !important;
}
body .select2-container--default .select2-selection--single {
	height: 54px;
	line-height: 52px;
	
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 52px;
	padding-left: 15px;
	padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
	width: 50px;
}
body .select2-container .select2-choice .select2-arrow b:after {
	border: none;
	font-family: 'FontAwesome', sans-serif;
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	margin-left: -15px;
}
body .select2-dropdown {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;;
}
body .select2-dropdown .select2-search .select2-search__field {
	background-color: #ffffff;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
body .select2-results__option {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
body .select2-dropdown .select2-result {
	color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #f0f2f5;
	color: #000000;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
	color: #000000;
}
.azirspares-checkout-login .woocommerce-info,
.azirspares-checkout-coupon .woocommerce-info {
	padding: 40px 20px 50px 122px;
	background-color: #fff;
	
	border: none;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #000;
	text-transform: uppercase;
}
.azirspares-checkout-login .woocommerce-info::before,
.azirspares-checkout-coupon .woocommerce-info::before {
	width: 84px;
	height: 84px;
	line-height: 84px;
	border-radius: 50%;
	background-color: #e8e8e8;
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	text-align: center;
	font-size: 31px;
	font-weight: normal;
	display: inline-block;
	margin-right: 18px;
	position: absolute;
	top: 30px;
	left: 20px;
	letter-spacing: 0;
}
.azirspares-checkout-coupon .woocommerce-info::before {
	content: "\f100";
	font-size: 38px;
}
.azirspares-checkout-login .woocommerce-info a,
.azirspares-checkout-coupon .woocommerce-info a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: initial;
	padding-top: 6px;
}
.azirspares-checkout-login .woocommerce-info a:not(:hover),
.azirspares-checkout-coupon .woocommerce-info a:not(:hover) {
	color: #868686;
}
.checkout_coupon {
	overflow: hidden;
	padding: 35px 35px 10px 35px;
	background-color: #fff;
	
	margin-bottom: 30px;
}
.checkout_coupon .button {
	min-width: 160px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #1b1b1b;
	height: 59px;
	line-height: 59px;
}
.checkout_coupon .button:hover {
	background-color: #e4bf19;
}
.azirspares-checkout-login .woocommerce-form-login {
	padding: 35px 35px 10px 35px;
	background-color: #fff;
	
	margin-bottom: 30px;
}
.checkout-before-top {
	overflow: hidden;
}
.checkout-before-top .azirspares-checkout-login,
.checkout-before-top .azirspares-checkout-coupon {
	width: calc(50% - 20px);
	float: left;
}
.checkout-before-top .azirspares-checkout-coupon {
	float: right;
}
form.woocommerce-checkout {
	position: relative;
}
form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
	content: '';
	display: table;
}
form.woocommerce-checkout::after {
	clear: both;
}
.validate-required label .required {
	display: none;
}
.validate-required label::after {
	content: '*';
	color: #ff0000;
}
/*.woocommerce-billing-fields*/
.woocommerce-billing-fields > h3 {
	font-size: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 40px;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
.woocommerce-billing-fields__field-wrapper {
	padding: 35px 40px 30px 40px;
}
/*woocommerce-account-fields*/
.woocommerce-account-fields {
	padding: 0 40px 35px 40px;
}
.woocommerce-account-fields > p {
	margin-bottom: 10px;
}
.woocommerce-account-fields #account_password_field {
	margin-bottom: 0;
}
.form-row {
	margin-bottom: 30px;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row > label {
	display: block;
	margin-bottom: 12px;
	color: #868686;
	text-align: left;
}
.woocommerce-input-wrapper > input,
.form-row > input {
	width: 100%;
	height: 59px;
	line-height: 57px;
	
}
.form-row-first {
	float: left;
	width: calc(50% - 20px);
}
.form-row-last {
	float: right;
	width: calc(50% - 20px);
}
/*.woocommerce-shipping-fields*/
#customer_details {
	margin-bottom: 40px;
}
#customer_details .col-1 {
	position: relative;
	background-color: #fff;
	
}
#customer_details .col-2 {
	margin-top: 45px;
	background-color: #fff;
	padding: 35px 40px;
	
}
.woocommerce-shipping-fields {
	padding-bottom: 25px;
}
.woocommerce-shipping-fields #ship-to-different-address {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
	color: inherit;
	margin: 0;
}
.woocommerce-shipping-fields .shipping_address {
	padding-top: 20px;
}
#order_comments {
	border-color: #e1e1e1;
	
	height: 195px;
}
/*#order_review*/
#order_review_heading {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #3bbe66;
	padding: 25px 30px;
	margin: 0;
	
}
#order_review .shop_table {
	background-color: #ffffff;
	
	border: 0;
	margin-bottom: 40px;
}
#order_review .shop_table tr th,
#order_review .shop_table tr td {
	border-left: 0;
	border-right: 0;
	padding: 17px 30px;
	font-size: 16px;
	color: #000000;
}
#order_review .shop_table tr th {
	vertical-align: top;
	font-size: 16px;
	font-weight: 500;
	padding: 22px 35px;
	width: 30%;
}
#order_review .shop_table tr td strong {
	font-weight: 500;
}
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
	border-bottom: 0;
}
#order_review .shop_table tr.shipping td,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr .product-total {
	text-align: right;
}
#order_review .shop_table tfoot tr.cart-subtotal th,
#order_review .shop_table tfoot tr.shipping th {
	font-weight: normal;
}
#order_review .shop_table tfoot tr.shipping p:last-child {
	margin-bottom: 0;
}
#order_review .shop_table tfoot tr.order-total th,
#order_review .shop_table tfoot tr.order-total td {
	padding: 22px 35px;
}
#order_review .shop_table tfoot tr.order-total th {
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#order_review .shop_table tfoot tr.order-total td strong {
	font-size: 24px;
	color: #e4bf19;
}
#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
	border-top: 0;
}
#order_review .shop_table thead {
	background-color: #e9e9e9;
}
#order_review .shop_table thead tr th {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
}
#order_review .shop_table tfoot {
	font-size: 16px;
	color: #000;
}
.place-order {
	text-align: center;
}
#place_order {
	width: 100%;
	background-color: #000000;
	height: 85px;
	line-height: 85px;
	
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#place_order:hover {
	background-color: #e4bf19;
}
.wc_payment_method:not(:last-child) {
	padding-bottom: 20px;
}
.payment_box {
	background-color: #f0f4f7;
	position: relative;
	padding: 15px;
	margin-top: 18px;
	
}
.payment_box p:last-child {
	margin-bottom: 0;
}
.payment_box::before {
	content: '';
	border-width: 0 9px 10px 9px;
	border-style: solid;
	border-color: transparent transparent #f0f4f7 transparent;
	position: absolute;
	top: -10px;
	left: 25px;
}
.no-sidebar form.woocommerce-checkout {
	overflow: hidden;
}
.no-sidebar #customer_details {
	float: left;
	width: calc(100% - 480px);
}
.no-sidebar #order_review {
	float: right;
	width: 480px;
	padding-left: 40px;
}
.no-sidebar #order_review_heading {
	float: right;
	width: 440px;
}
@media (max-width: 1199px) {
	#order_review_heading {
		font-size: 16px;
		padding: 20px;
		letter-spacing: 0.1em;
	}
	.azirspares-checkout-login .woocommerce-info,
	.azirspares-checkout-coupon .woocommerce-info {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.checkout-before-top .azirspares-checkout-login,
	.checkout-before-top .azirspares-checkout-coupon {
		width: 100%;
		float: none;
	}
	.no-sidebar #customer_details {
		float: none;
		width: 100%;
	}
	.no-sidebar #order_review_heading {
		float: none;
		width: 100%;
	}
	.no-sidebar #order_review {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.azirspares-checkout-login .woocommerce-form-login,
	#payment ul,
	#customer_details .col-2,
	.woocommerce-billing-fields > h3,
	.woocommerce-billing-fields__field-wrapper {
		padding: 20px 15px;
	}
	.checkout_coupon {
		padding: 20px 15px 0 15px;
	}
	.woocommerce-account-fields {
		padding: 0 15px 20px 15px;
	}
	.woocommerce-billing-fields > h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	#customer_details {
		width: 100%;
		padding-right: 0;
	}
	#order_review {
		width: 100%;
	}
	#order_review .shop_table tr th,
	#order_review .shop_table tr td {
		padding: 15px !important;
	}
	#place_order {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.form-row-first,
	.form-row-last {
		width: 100%;
		float: none;
	}
}
/* ==========================================================================
8.3 MY ACCOUNT PAGE
========================================================================== */
body .user-role .radio {
	display: inline-block;
	padding: 0 20px
}
body.woocommerce-account .main-container {
	background-color: #f2f2f2;
}
body.woocommerce-account .page-title {
	display: none;
}
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
	content: '';
	display: table;
}
body.woocommerce-account .woocommerce::after {
	clear: both;
}
#customer_login {
	overflow: hidden;
}
#customer_login .col-1,
#customer_login .col-2 {
	width: calc(50% - 20px);
	float: left;
	background-color: #fff;
	padding: 30px 40px 7px 40px;
	min-height: 607px;
	
}
#customer_login .col-2 {
	float: right;
}
#customer_login .form-row {
	margin-bottom: 25px;
}
#customer_login > div > h2 {
	font-size: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 25px;
}
#customer_login > div > h2::before {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	display: inline-block;
	min-width: 84px;
	height: 84px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #e4bf19;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: 0;
}
#customer_login > div.col-2 > h2::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f040"
}
#customer_login > div > form .form-row:not(.form-row-wide) {
	text-align: center;
}
form.woocommerce-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	padding-top: 9px;
}
form.woocommerce-form-login .button,
form.register .button {
	float: left;
	min-width: 142px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #1b1b1b;
	height: 59px;
	line-height: 59px;
}
form.woocommerce-form-login .button:hover,
form.register .button:hover {
	background-color: #e4bf19;
}
form.woocommerce-form-login .woocommerce-form__label {
	float: right;
	margin-bottom: 0;
	line-height: 59px;
}
form.woocommerce-form-login .lost_password {
	text-align: center;
}
form.woocommerce-form-login .lost_password a {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}
form.woocommerce-form-login .lost_password a:not(:hover) {
	color: inherit;
}
form.woocommerce-form-login .lost_password a::before {
	content: '';
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
	padding-right: 40px;
}
.woocommerce-MyAccount-content {
	float: left;
	width: 70%;
	background-color: #fff;
	padding: 25px 30px;
	
}
.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
	margin-bottom: 40px;
	background-color: #fff;
	
}
.woocommerce-MyAccount-navigation > ul li {
	line-height: 50px;
	list-style: none;
	padding: 0 15px;
}
.woocommerce-MyAccount-navigation > ul li:not(:first-child) {
	border-top: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
	color: #e4bf19;
}
.woocommerce-MyAccount-content .form-row label {
	display: block;
	font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.woocommerce-MyAccount-content fieldset legend {
	color: #333333;
	display: block;
	border-bottom: none;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button {
	min-width: 159px;
	height: 54px;
	line-height: 54px;
	
	background-color: #1b1b1b;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
	background-color: #e4bf19;
}
.woocommerce-MyAccount-content .form-row input {
	width: 100%;
}
.woocommerce-MyAccount-content h3 {
	margin: 0 0 30px;
}
.woocommerce-MyAccount-content p {
	margin-bottom: 15px;
}
.woocommerce-Address {
	margin-bottom: 30px;
	padding: 40px 15px 30px 15px;
	border: 2px solid #d1d1d1;
	
	margin-top: 60px;
	position: relative;
}
.woocommerce-Address .woocommerce-Address-title > h3 {
	font-size: 18px;
	border: 2px solid;
	display: table;
	min-width: 183px;
	height: 54px;
	
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.woocommerce-password*/
.woocommerce-password-strength {
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.woocommerce-password-strength::before {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.woocommerce-password-strength::after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.woocommerce-password-strength.short::after {
	background-color: #f44336;
	width: 25%;
}
.woocommerce-password-strength.bad::after {
	background-color: #ff9800;
	width: 50%;
}
.woocommerce-password-strength.good::after {
	background-color: #2196F3;
	width: 75%;
}
.woocommerce-password-strength.strong::after {
	background-color: #4CAF50;
	width: 100%;
}
.woocommerce-ResetPassword .form-row .woocommerce-Button {
	height: 54px;
	line-height: 54px;
	
	min-width: 150px;
}
.woocommerce-ResetPassword .form-row .woocommerce-Button:hover {
	background-color: #e4bf19;
}
.woocommerce-ResetPassword .form-row {
	float: none;
}
@media (max-width: 1199px) {
	.checkout_coupon,
	#customer_login .col-1,
	#customer_login .col-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 991px) {
	#customer_login .col-1,
	#customer_login .col-2 {
		width: 100%;
		min-height: 0;
	}
	#customer_login .col-1 {
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		padding-right: 0;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		padding: 15px;
	}
	#customer_login .form-row:not(.form-row-wide) {
		margin-bottom: 20px;
	}
	
}
@media (max-width: 479px) {
	#customer_login .woocommerce-form__label {
		float: none;
	}
	#customer_login .woocommerce-Button {
		float: none;
	}
	
}
/* ==========================================================================
8.4 WISHLIST PAGE
========================================================================== */
body.woocommerce-wishlist .page-title {
	display: none;
}
body.woocommerce-wishlist .site-main {
	background-color: #f2f2f2;
}
.wishlist-title {
	display: block;
}
.wishlist-title h2 {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 37px 30px;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce table.wishlist_table {
	border: none;
	background-color: #fff;
}
.woocommerce table.wishlist_table thead {
	display: none;
}
.woocommerce table.wishlist_table tbody tr td.product-thumbnai {
	border-right: 0;
}
.woocommerce table.wishlist_table tbody tr td.product-name {
	border-left: 0;
}
.woocommerce table.wishlist_table tbody tr td.product-remove,
.woocommerce table.wishlist_table tbody tr td {
	padding: 15px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a {
	display: inline-block;
	max-width: 89px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
	display: none;
}
.woocommerce table.wishlist_table .product-price {
	font-size: 16px;
	color: #000000;
}
.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
	font-size: 42px;
	line-height: 1.2;
	padding: 90px 15px;
}
.woocommerce table.wishlist_table tr td.product-stock-status span {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}
.woocommerce table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #2db353;
}
.woocommerce table.wishlist_table td.product-add-to-cart {
	border-right: 0;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
	min-width: 164px;
	height: 49px;
	line-height: 49px;
	
	background-color: #1b1b1b;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 0;
}
.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
	background-color: #e4bf19;
}
.woocommerce table.wishlist_table tfoot td {
	padding: 0;
	border: 0;
}
.woocommerce table.wishlist_table .yith-wcwl-share {
	margin-bottom: 10px;
	padding: 15px 25px;
}
.woocommerce table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
	font-size: 16px;
}
@media (max-width: 1499px) {
	.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1199px) {
	.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 24px;
	}
	.woocommerce table.wishlist_table tbody tr td.product-remove,
	.woocommerce table.wishlist_table tbody tr td {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.woocommerce table.wishlist_table tbody tr:first-child td {
		padding-top: 15px;
	}
	.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
		font-size: 26px;
	}
}
/* ==========================================================================
8.5 TRACK YOUR ORDER
========================================================================== */
.orderpage .page-title {
	display: none;
}
.track_order p:first-child {
	line-height: 26px;
	max-width: 480px;
	margin: 0 auto 35px auto;
	text-align: center;
}
.track_order label {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.track_order .form-row-first,
.track_order .form-row-last {
	width: 100%;
}
.track_order .button {
	margin: 0 auto;
	display: table;
	min-width: 142px;
	height: 59px;
	line-height: 59px;
	background-color: #1b1b1b;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
}
.track_order .button:hover {
	background-color: #e4bf19;
}
/* ==========================================================================
8.6 PAGE 404
========================================================================== */
body.error404 .page-title {
	margin-top: 0;
	font-size: 270px;
	color: #333333;
}
body.error404 .error-404 .title {
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	color: #333333;
	margin-bottom: 20px;
}
body.error404 .error-404 .subtitle {
	font-size: 18px;
	color: #7e848b;
	margin-bottom: 55px;
}
body.error404 .error-404 .button {
	display: inline-block;
	min-width: 200px;
	height: 54px;
	line-height: 54px;
	
	padding: 0 30px;
	background-color: #1b1b1b;
	font-size: 14px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
}
body.error404 .error-404 .button:hover {
	background-color: #e4bf19;
}
@media (max-width: 767px) {
	body.error404 .page-title {
		font-size: 140px;
	}
	body.error404 .title {
		font-size: 26px;
	}
	body.error404 .subtitle {
		font-size: 15px;
	}
}
/*===============================================================
8.7 DOKAN PAGE
===============================================================*/
/*dokan listing*/
.dokan-seller-search-form {
	margin: 30px 0;
}
.dokan-seller-search-form input#search {
	min-width: 290px;
	border: 1px solid #b8b8b8;
	min-height: 36px;
	background: url(../images/searchicon.png) no-repeat 8px 8px;
	padding: 5px 0 5px 36px;
	background-size: 16px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
	margin-bottom: 30px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
	font-weight: 500;
}
a.dokan-btn-theme,
a.dokan-btn-theme:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
	overflow: hidden;
	position: relative;
}
a.dokan-btn-theme::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
a.dokan-btn-theme:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*store*/
.azirspares-dokan-store.col-sm-12 {
	float: none !important;
}
.dokan-widget-area .widget {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	
	padding: 13px 22px 13px 22px;
}
.dokan-widget-area .widget:not(:last-child) {
	margin-bottom: 33px;
}
.dokan-widget-area .widget-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 13px;
	margin-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
}
.dokan-widget-area .widget-title::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
.dokan-widget-area .widget ul {
	padding: 0 0 8px 0;
	list-style: none;
}
.dokan-widget-area .widget ul li {
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.dokan-widget-area .widget ul li a:not(:hover) {
	color: inherit;
}
.dokan-widget-area .widget ul li.parent-cat-wrap {
	padding-top: 13px;
	padding-bottom: 13px;
}
.dokan-widget-area .widget ul li.parent-cat-wrap:not(:last-child)::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
.dokan-form-control {
	color: inherit;
	
}
input.dokan-form-control {
	padding-top: 3px;
	padding-bottom: 3px;
	height: 50px;
	
}
.dokan-store-sidebar textarea.dokan-form-control {
	height: 174px;
	border: 1px solid #dedede;
	padding: 11px 20px;
}
input[type="submit"].dokan-btn-theme,
input[type="submit"].dokan-btn-theme:hover {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e4bf19;
	border-color: #e4bf19;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 50px;
	margin-bottom: 27px;
}
.dokan-widget-area .widget.dokan-store-menu {
	padding-bottom: 5px;
}
.dokan-store-sidebar form.seller-form ul li {
	margin-bottom: 0;
}
.dokan-widget-area .dokan-store-menu .widget-title {
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.dokan-widget-area .widget ul li.parent-cat-wrap:not(:last-child)::before,
	.dokan-widget-area .widget-title::before {
		left: -10px;
		right: -10px;
	}
}
/*content*/
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0;
	border: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
	width: 27.6%;
	float: left;
	margin-right: 0 !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
	margin-bottom: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
	overflow: hidden;
	width: 72.4%;
	padding: 20px 40px 10px 45px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	list-style: none;
	padding-left: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
	font-size: 14px;
	color: #868686;
	padding-bottom: 14px;
	float: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li::before {
	display: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
	font-size: 21px;
	color: #000000;
	min-width: 35px;
	margin-left: 0;
	font-weight: normal;
	margin-top: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-address i::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f110";
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-phone i::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f106";
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-email i::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f107";
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
	padding-top: 9px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper > span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
	display: inline-block;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
	margin-left: 0;
	margin-right: 10px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #3b5998;
	color: #fff;
	border-radius: 50%;
	display: block;
	font-size: 13px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-twitter-square {
	background-color: #55acee;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-google-plus-square {
	background-color: #dc4e41;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-pinterest-square {
	background-color: #cb2027;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-facebook-square::before {
	content: "\f09a";
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-google-plus-square::before {
	content: "\f0d5";
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-twitter-square::before {
	content: "\f099";
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-pinterest-square::before {
	content: "\f231";
}
.dokan-single-store .dokan-store-tabs {
	margin-top: 40px;
	background-color: transparent;
}
.dokan-single-store .dokan-store-tabs ul li {
	border-right: none;
}
.dokan-single-store .dokan-store-tabs ul li a {
	color: #333333;
	padding: 0 15px 0 0;
	font-size: 26px;
}
.dokan-single-store .dokan-store-tabs ul li a:hover,
.dokan-single-store .dokan-store-tabs ul li a {
	background-color: transparent;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
	background-color: transparent;
	border: 0;
	margin-bottom: 40px;
}
.dokan-store .shop-toolbar {
	margin-bottom: 30px;
}
.seller-items ul.products {
	margin-left: -20px;
	margin-right: -20px;
}
.seller-items ul.products::before,
.seller-items ul.products::after {
	content: '';
	display: table;
}
.seller-items ul.products::after {
	clear: left;
}
@media (max-width: 1199px) {
	.seller-items ul.products {
		margin-left: -15px;
		margin-right: -15px;
	}
	.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
		padding: 15px;
		width: 100%;
	}
	.dokan-w3 {
		width: 35% !important;
	}
	.dokan-w8 {
		width: 62% !important;
	}
}
@media (max-width: 1024px) {
	.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.dokan-store-sidebar {
		padding-bottom: 30px;
	}
	.dokan-w3,
	.dokan-w8 {
		width: 100% !important;
		margin: 0 !important;
	}
}
/*===============================================================
8.8 WC MARKETPLACE PAGE
===============================================================*/
.vendor_description_background {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.wcmp-store-locator-wrap {
	display: none;
}
body #wcmp-store-conatiner .wcmp-store-detail-list li i {
	font-size: 22px;
	top: 0;
}
body #wcmp-store-conatiner .wcmp-store-picture,
body #wcmp-store-conatiner .wcmp-store-list img {
	border-radius: 50%;
}
body #wcmp-store-conatiner .wcmp-store-picture:after {
	display: none;
}
body #wcmp-store-conatiner .store-name {
	font-weight: 500;
}
body .wcmp_vendor_banner_template.template1 .vendor_description {
	width: 360px;
	max-width: 100%;
	padding: 35px 15px 15px 35px;
	background-color: #1b1b1b;
	border: none;
}
.wcmp_vendor_banner_template.template1 .vendor_description .img_div {
	float: left;
	width: 133px;
	margin-bottom: 45px;
}
body .wcmp_vendor_banner_template.template1 .img_div img {
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.wcmp_vendor_banner > img {
	min-height: 180px;
	object-fit: cover;
}
body .wcmp_vendor_banner_template.template1 .vendor_address {
	color: #868686;
	margin-top: 60px;
}
.wcmp_vendor_banner_template.template1 .wcmp_vendor_name {
	float: left;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	padding-left: 30px;
}
.wcmp_vendor_banner_template.template1 .wcmp_vendor_rating,
.wcmp_vendor_banner_template.template1 .wcmp_vendor_detail {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.wcmp_vendor_banner_template.template1 .wcmp_vendor_detail i {
	font-size: 21px;
	color: #fff;
	min-width: 35px;
	font-weight: normal;
	margin: 0;
	float: left;
}
.wcmp_vendor_banner_template.template1 .wcmp_vendor_detail label {
	overflow: hidden;
	padding-top: 2px;
	display: block;
	line-height: 24px;
}
.wcmp_vendor_detail i.ico-location-icon::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f110";
}
.wcmp_vendor_detail i.ico-call-icon::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f106";
}
.wcmp_vendor_detail i.ico-mail-icon::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f107";
	position: relative;
	top: -5px;
}
@media (max-width: 1499px) {
	body .wcmp_vendor_banner_template.template1 .vendor_description {
		padding: 15px;
	}
	body .wcmp_vendor_banner_template.template1 .vendor_address {
		margin-top: 30px;
	}
	.wcmp_vendor_banner_template.template1 .vendor_description .img_div {
		width: 80px;
		margin-bottom: 10px;
	}
	.wcmp_vendor_banner_template.template1 .wcmp_vendor_name {
		padding-left: 10px;
	}
}
@media (max-width: 1100px) {
	body .wcmp_vendor_banner_template.template1 .vendor_description {
		width: 100%;
	}
}
/*===============================================================
8.9 POPUP NEWSLETTER
===============================================================*/
#popup-newsletter .modal-inner {
	display: table;
}
#popup-newsletter .modal-inner .modal-thumb {
	display: table-cell;
	width: 50%;
	background-size: cover;
}
#popup-newsletter .modal-inner .modal-info {
	display: table-cell;
	text-align: center;
	padding: 40px 25px 25px 25px;
	background: #fff;
}
#popup-newsletter .title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 9px;
}
#popup-newsletter .highlight {
	font-size: 55px;
	font-weight: 500;
	color: #e4bf19;
	margin-top: 0;
	margin-bottom: 11px;
}
#popup-newsletter .subtitle {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 6px;
	color: #000;
}
#popup-newsletter .des {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 27px;
	max-width: 240px;
	display: inline-block;
}
#popup-newsletter .newsletter-form-wrap .email {
	width: 100%;
	height: 50px;
	line-height: 46px;
	
	border: 2px solid #e4bf19;
	margin-bottom: 19px;
	font-size: 12px;
	color: #868686;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter {
	min-width: 171px;
	height: 51px;
	line-height: 51px;
	
	font-weight: 500;
	letter-spacing: 0.2em;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
	background-color: #e4bf19;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter::before {
	display: none;
}
#popup-newsletter .checkbox {
	overflow: hidden;
	margin: 25px auto 0 auto;
	display: inline-block;
}
#popup-newsletter button.close {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background: none;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 24px;
	opacity: 1;
	float: left;
	position: relative;
}
#popup-newsletter button.close:hover {
	background: none;
	color: #e4bf19;
}
#popup-newsletter button.close::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	border-bottom: 1px solid;
}
#popup-newsletter .checkbox label {
	padding-left: 0;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#popup-newsletter .checkbox .azirspares_disabled_popup_by_user {
	display: none;
}
#popup-newsletter .checkbox label span {
	position: relative;
	padding-left: 20px;
}
#popup-newsletter .checkbox label span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #f4f4f4;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#popup-newsletter .checkbox label .azirspares_disabled_popup_by_user:checked ~ span::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	padding: 0px !important;
	margin: 0;
}
.modal-dialog {
	width: 760px;
	max-width: calc(100% - 30px);
	margin: auto;
}
.modal-content {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
.modal-backdrop.in {
	opacity: 0.8;
}
@media (max-width: 1199px) {
	#popup-newsletter .modal-inner .modal-info {
		padding: 25px 20px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 760px;
		max-width: calc(100% - 30px);
		margin: auto;
	}
	.modal-content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	#popup-newsletter .modal-inner .modal-thumb {
		display: none;
	}
}
/*===============================================================
8.10 FAMIAU LISTING
===============================================================*/
/*HEADER*/
.header .header-add-item {
	color: #fff;
	background-color: #dd161f;
	position: relative;
	padding: 18px 53px 19px 5px;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 65px;
	line-height: 30px;
}
.header .header-add-item:hover {
	color: #fff;
}
.header .header-add-item::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	border-style: solid;
	border-width: 0 0 68px 65px;
	border-color: transparent transparent #dd161f transparent;
}
.header .header-add-item span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid;
	position: relative;
	margin-right: 15px;
	vertical-align: top;
	-webkit-transition: transform 1s ease 0s;
	-moz-transition: transform 1s ease 0s;
	-o-transition: transform 1s ease 0s;
	transition: transform 1s ease 0s;
}
.header .header-add-item:hover span {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.header .header-add-item span::before {
	content: '';
	width: 14px;
	border-bottom: 2px solid;
	position: absolute;
	left: 6px;
	top: 12px;
}
.header .header-add-item span::after {
	content: '';
	height: 14px;
	border-left: 2px solid;
	position: absolute;
	top: 6px;
	left: 12px;
}
.header.style7 .header-nav.style1 .box-header-nav .main-menu {
	padding-right: 0;
}
@media (max-width: 1660px) {
	.header .header-add-item {
		padding-right: 245px;
	}
}
@media (max-width: 1199px) {
	.header .header-add-item {
		padding-right: 10px;
	}
}
@media (max-width: 1024px) {
	.header .header-add-item {
		padding: 10px 20px;
	}
	.header .header-add-item::before {
		display: none;
	}
}
/*SINGLE LISTING*/
.form-control {
	box-shadow: none;
}
.form-control:focus {
	border-color: #66afe9;
	box-shadow: none;
}
.famiau-single-wrap {
	background-color: #f2f2f2;
}
.famiau-single-wrap .famiau-entry-header .famiau-title {
	font-size: 36px;
	font-weight: normal;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 30px;
}
.famiau-single-wrap .famiau-entry-header .famiau-title .famiau-price-html {
	min-width: 192px;
	height: 53px;
	line-height: 53px;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	background-color: #e4bf19;
	display: inline-block;
	float: right;
}
/*image*/
.famiau-slider-big {
	position: relative;
	background-color: #fff;
}
.famiau-slider-big img {
	width: 100%;
}
.famiau-play-video {
	display: block;
	height: 50px;
	min-width: 131px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	padding: 0 13px;
	color: #e4bf19;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 9;
	left: 18px;
	bottom: 15px;
}
.famiau-play-video::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f11a";
	font-size: 33px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 15px;
}
.famiau-slider-small {
	padding-top: 19px;
}
.famiau-slider-nav .slick-slide {
	position: relative;
}
.famiau-slider-nav .slick-slide::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35, 38, 40, .3);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.famiau-slider-nav .slick-slide.slick-current::before {
	opacity: 1;
	visibility: visible;
}
.famiau-slider-nav .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #dadada;
	color: #000000;
	
	z-index: 1;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.famiau-slider-nav .slick-arrow:hover {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff
}
.famiau-slider-nav .slick-arrow.slick-prev {
	left: 5px;
}
.famiau-slider-nav .slick-arrow.slick-next {
	right: 5px
}
.famiau-slider-nav:hover .slick-arrow.slick-prev {
	left: -15px;
	opacity: 1;
	visibility: visible;
}
.famiau-slider-nav:hover .slick-arrow.slick-next {
	right: -15px;
	opacity: 1;
	visibility: visible;
}
.famiau-slider-nav .slick-arrow.slick-prev::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f104";
	font-size: 22px;
}
.famiau-slider-nav .slick-arrow.slick-next::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 22px;
}
.famiau-tabs-wrap {
	padding-top: 60px;
	margin-bottom: 35px;
}
.famiau-tabs-wrap .famiau-tabs .ui-tabs-nav {
	padding-left: 0;
	list-style: none;
}
.famiau-tabs-wrap .famiau-tabs .ui-tabs-nav .ui-state-default {
	display: inline-block;
	padding-right: 3px;
}
.famiau-tabs-wrap .famiau-tabs .ui-tabs-nav .ui-state-default a {
	display: block;
	background-color: #cdcdcd;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	line-height: 50px;
	
	padding: 0 30px;
	color: #fff;
}
.famiau-tabs-wrap .famiau-tabs .ui-tabs-nav .ui-state-default a:hover,
.famiau-tabs-wrap .famiau-tabs .ui-tabs-nav .ui-state-default.ui-state-active a {
	background-color: #1e1e1e;
}
.famiau-tabs-wrap .famiau-tabs .ui-tabs-panel {
	padding: 30px 30px 14px 30px;
	background-color: #fff;
	
}
.famiau-tabs-wrap .famiau-tabs .famiau-box {
	margin-bottom: 18px;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-heading {
	background-color: #e4bf19;
	color: #fff;
	border-radius: 2px 2px 0 0;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 13px 20px;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-heading ~ .famiau-box-content {
	border: 1px solid #dadada;
	border-top: none;
	border-radius: 0 0 2px 2px;
	padding: 20px;
}
.famiau-tabs-wrap .famiau-tabs #famiau-car-info .famiau-box .famiau-box-heading ~ .famiau-box-content {
	padding: 0;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content {
	overflow: hidden;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .famiau-info-list {
	padding-left: 0;
	list-style: none;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .famiau-info-list .famiau-list-item {
	font-size: 14px;
	padding: 7px 20px;
	overflow: hidden;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .famiau-info-list .famiau-list-item:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .famiau-info-list .famiau-list-item label {
	color: #868686;
	margin-bottom: 0;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .famiau-info-list .famiau-list-item span {
	float: right;
	color: #000000;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .feature-lb {
	margin-bottom: 0;
	color: inherit;
	float: left;
	width: 50%;
	padding: 6px 6px 6px 0;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .feature-lb:nth-child(2n+1) {
	clear: left;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .feature-lb i {
	font-size: 18px;
	padding-right: 5px;
}
.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .feature-lb.has-this-feature i {
	color: #38ce62;
}
.famiau-car-description-wrap,
.famiau-seller-notes-wrap {
	background-color: #fff;
	padding: 37px 30px;
	margin-bottom: 35px;
	
}
.famiau-car-description-wrap > h3,
.famiau-seller-notes-wrap > h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.famiau-car-description-wrap p:last-child,
.famiau-seller-notes-wrap p:last-child {
	margin-bottom: 0;
}
/*sidebar*/
.famiau-single-wrap .famiau-entry-content > .row > .col-lg-3 > * {
	margin-bottom: 25px;
}
/*.famiau-dealer-info*/
.famiau-dealer-info {
	overflow: hidden;
	background-color: #ffffff;
}
.famiau-dealer-info .famiau-dealer-avatar-wrap {
	overflow: hidden;
}
.famiau-dealer-info .avatar {
	border-radius: 50%;
	float: left;
	max-width: 66px;
}
.famiau-dealer-info .dealer-name {
	overflow: hidden;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 20px;
	display: inline-block;
	color: #000000;
}
.famiau-dealer-info .famiau-dealer-avatar-wrap + .famiau-dealer-contact-info {
	padding: 25px 15px 25px 20px;
	border-top: 1px solid #e1e1e1;
}
.famiau-dealer-info .dealer-contact-unit i {
	position: relative;
	color: #e4bf19;
}
.famiau-dealer-info .dealer-contact-unit i::before {
	content: "\f12b";
	font-family: 'Flaticon', sans-serif;
	font-size: 20px;
}
.famiau-dealer-info .dealer-contact-unit.processing i::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 20px;
	display: inline-block;
}
.famiau-dealer-info .famiau-phone-mask {
	display: inline;
	font-size: 24px;
	color: #000000;
	padding-left: 10px;
}
.famiau-dealer-info .famiau-show-number {
	font-size: 12px;
	position: relative;
	top: -5px;
	display: inline-block;
	margin-left: 20px;
}
.famiau-dealer-info .famiau-show-number::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #cbcbcb;
}
.famiau-dealer-info .famiau-show-number:hover {
	color: #e4bf19;
}
.famiau-dealer-info .famiau-show-number:hover::before {
	border-color: #e4bf19;
}
/**/
.famiau-single-wrap .famiau-dealer-info .famiau-dealer-avatar-wrap {
	padding: 30px 15px 25px 20px;
}
.famiau-dealer-info-wrap {
	padding: 60px 20px 60px 150px;
	position: relative;
}
.famiau-dealer-info-wrap .famiau-dealer-info .avatar {
	max-width: 109px;
	position: absolute;
	top: 50%;
	left: 22px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.famiau-dealer-info-wrap .famiau-dealer-info {
	overflow: visible;
}
.famiau-dealer-info-wrap .famiau-dealer-info .dealer-name {
	padding-left: 0;
	padding-top: 0;
}
.famiau-dealer-info-wrap .famiau-dealer-info .famiau-dealer-avatar-wrap + .famiau-dealer-contact-info {
	padding: 0;
	border-top: none;
}
.famiau-dealer-info-wrap .famiau-dealer-info .famiau-phone-mask {
	font-size: 14px;
	color: #868686;
	vertical-align: top;
}
.famiau-dealer-info-wrap .famiau-dealer-info .famiau-show-number {
	display: table;
	margin-left: 0;
	top: 0;
}
/*.famiau-listing-contact-wrap*/
.famiau-listing-contact-wrap {
	background-color: #38ce62;
}
.famiau-listing-contact-wrap .famiau-listing-contact-inner > h3 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
	padding: 17px 25px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.famiau-listing-contact-wrap .wpcf7 {
	padding: 22px 25px 35px 25px;
}
.famiau-listing-contact-wrap .wpcf7-form > p:last-of-type {
	position: relative;
}
.famiau-listing-contact-wrap .wpcf7-form .ajax-loader {
	position: absolute;
	top: 47%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: none;
}
.famiau-listing-contact-wrap .wpcf7-form .ajax-loader::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.famiau-listing-contact-wrap .wpcf7-form label {
	color: #fff;
	margin-bottom: 14px;
}
.famiau-listing-contact-wrap .wpcf7-form label input.wpcf7-text,
.famiau-listing-contact-wrap .wpcf7-form label textarea {
	border-color: #fff;
	background-color: #fff;
}
.famiau-listing-contact-wrap .wpcf7-form .wpcf7-submit {
	width: 100%;
	margin-top: 7px;
}
.famiau-listing-contact-wrap div.wpcf7-response-output {
	background-color: #fff;
}
@media (max-width: 1199px) {
	.famiau-single-wrap .famiau-entry-header .famiau-title {
		font-size: 26px;
	}
	.famiau-single-wrap .famiau-entry-header .famiau-title .famiau-price-html {
		min-width: 140px;
		height: 42px;
		line-height: 42px;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.famiau-tabs-wrap .famiau-tabs .ui-tabs-nav .ui-state-default {
		display: block;
		padding-right: 0;
		padding-top: 3px;
	}
	.famiau-tabs-wrap .famiau-tabs .famiau-box .famiau-box-content .feature-lb {
		width: 100%;
	}
}
/*famiau-listing-form*/
.famiau-login-register-wrap {
	overflow: hidden;
}
.famiau-login-register-wrap .famiau-login-form-wrap,
.famiau-login-register-wrap .famiau-register-form-wrap {
	float: left;
	background-color: #fff;
	padding: 30px 40px 7px 40px;
	min-height: 727px;
	
}
.famiau-login-register-wrap.has-register-form .famiau-login-form-wrap,
.famiau-login-register-wrap.has-register-form .famiau-register-form-wrap {
	width: calc(50% - 20px);
}
.famiau-login-register-wrap .famiau-register-form-wrap {
	float: right;
}
.famiau-login-register-wrap .famiau-form-row {
	margin-bottom: 25px;
}
.famiau-login-register-wrap > div > h2 {
	font-size: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 25px;
}
.famiau-login-register-wrap > div > h2::before {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	display: inline-block;
	min-width: 84px;
	height: 84px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #e4bf19;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: 0;
}
.famiau-login-register-wrap > div.famiau-register-form-wrap > h2::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f040"
}
.famiau-login-register-wrap .form-row {
	overflow: hidden;
}
.famiau-login-register-wrap .famiau-form {
	margin-bottom: 25px;
}
.famiau-login-register-wrap .famiau-form label {
	display: block;
	margin-bottom: 12px;
	color: #868686;
	text-align: left;
}
.famiau-login-register-wrap .famiau-form input {
	width: 100%;
	height: 59px;
	line-height: 57px;
	
}
.famiau-login-register-wrap .famiau-form__label-for-checkbox {
	float: right;
	margin-bottom: 0;
	line-height: 59px;
}
.famiau-login-register-wrap .famiau-form__label-for-checkbox .famiau-form__input-checkbox {
	display: none;
}
.famiau-login-register-wrap .famiau-form__label-for-checkbox .famiau-form__input-checkbox + span {
	position: relative;
	font-size: 18px;
	color: #000000;
	padding-left: 26px;
}
.famiau-login-register-wrap .famiau-form__label-for-checkbox .famiau-form__input-checkbox + span::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #e8e8e8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
.famiau-login-register-wrap .famiau-form__label-for-checkbox .famiau-form__input-checkbox:checked + span::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 6px;
	top: 8px;
}
.famiau-login-register-wrap .button {
	float: left;
	min-width: 142px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #1b1b1b;
	height: 59px;
	line-height: 59px;
}
.famiau-login-register-wrap .button :hover {
	background-color: #e4bf19;
}
form.woocommerce-form-login .woocommerce-form__label {
	float: right;
	margin-bottom: 0;
	line-height: 59px;
}
form.woocommerce-form-login .lost_password {
	text-align: center;
}
form.woocommerce-form-login .lost_password a {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}
form.woocommerce-form-login .lost_password a:not(:hover) {
	color: inherit;
}
form.woocommerce-form-login .lost_password a::before {
	content: '';
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width: 1199px) {
	.famiau-login-register-wrap .famiau-login-form-wrap,
	.famiau-login-register-wrap .famiau-register-form-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 991px) {
	.famiau-login-register-wrap .famiau-login-form-wrap,
	.famiau-login-register-wrap .famiau-register-form-wrap {
		width: 100%;
		min-height: 0;
	}
	.famiau-login-register-wrap .famiau-login-form-wrap {
		margin-bottom: 30px;
	}
	.famiau-login-register-wrap .famiau-form-row {
		margin-bottom: 20px;
	}
	.famiau-login-register-wrap.has-register-form .famiau-login-form-wrap,
	.famiau-login-register-wrap.has-register-form .famiau-register-form-wrap {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.famiau-login-register-wrap label {
		float: none;
	}
	.famiau-login-register-wrap .button {
		float: none;
	}
}
.famiau-account-navigation .famiau-acc-tabs-nav {
	background-color: #fff;
	padding: 0 15px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}
.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 28px;
}
.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link a {
	display: inline-block;
	font-size: 20px;
	color: #868686;
	line-height: 68px;
	text-align: center;
	position: relative;
}
.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link.active a {
	color: #000;
}
.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link a::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	border-bottom: 2px solid #e4bf19;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	width: 100%;
}
.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link.active a::before,
.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link a:hover::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.famiau-account-content {
	
	position: relative;
}
.famiau-account-content .famiau-acc-tab-content:not(#famiau-my-listings) {
	padding: 40px 80px;
	background-color: #fff;
}
.famiau-account-content .famiau-acc-tab-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.famiau-account-content .famiau-acc-tab-content.active {
	opacity: 1;
	visibility: visible;
	position: static;
	height: auto;
	overflow: inherit;
}
.famiau-acc-tab-content > div > h3 {
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.famiau-acc-tab-content#famiau-my-listings > div > h3 {
	margin-bottom: 0;
	padding: 40px 80px 20px 80px;
	background-color: #fff;
}
.famiau-all-my-listings {
	padding: 15px 80px 40px 80px;
	background-color: #fff;
	margin-bottom: 40px;
}
.famiau-listings-table {
	font-size: 14px;
	line-height: 30px;
}
.famiau-listings-table th,
.famiau-listings-table td {
	vertical-align: top;
	padding: 15px;
}
.famiau-listings-table thead th {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.famiau-listings-table .famiau-imgs-td {
	width: 355px;
}
.famiau-listings-table .famiau-imgs-td .listing-title {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 18px;
}
.famiau-listings-table .famiau-imgs-td .famiau-price {
	margin-bottom: 12px;
	display: block;
}
.famiau-listings-table .famiau-imgs-td img {
	margin-right: 8px;
	margin-bottom: 8px;
}
.famiau-listings-table .famiau-info-td .listing-info-wrap .famiau-info-item {
	overflow: hidden;
}
.famiau-listings-table .famiau-info-td .listing-info-wrap .famiau-info-item .info-value {
	color: #000;
}
.famiau-listings-table .famiau-features-td .famiau-car-feature {
	display: block;
}
.famiau-listing-status {
	font-size: 16px;
	text-transform: capitalize;
}
.famiau-listing-status.listing-status-approved {
	color: #2db353;
}
.famiau-listing-status.listing-status-waiting {
	color: #dd161f;
}
.famiau-my-listing-wrap .famiau-button {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	min-width: 190px;
	
	text-align: center;
}
.famiau-my-listing-wrap .famiau-actions .famiau-button {
	font-size: 13px;
	height: 42px;
	line-height: 42px;
	min-width: 126px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.famiau-my-listing-wrap .famiau-button.famiau-toogle-add-new-listing-btn {
	margin-bottom: 40px;
}
.famiau-my-listing-wrap .famiau-button:hover {
	background-color: #e4bf19;
	color: #fff;
}
/*famiau-add-new-listing-form-wrap*/
.famiau-footer-box {
	padding: 40px 80px 50px 80px;
	position: relative;
	
	background-color: #fff;
}
.famiau-footer-box .famiau-term-agreement-wrap .famiau-switch {
	margin-bottom: 20px;
}
.famiau-step-box {
	padding: 40px 80px 50px 80px;
	position: relative;
	
	background-color: #fff;
	margin-bottom: 40px;
}
.famiau-step-box .famiau-box-flash {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	padding: 0 25px 0 40px;
	border-radius: 54px 0 0 54px;
	background-color: #38ce62;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	right: -9px;
	top: 25px;
}
.famiau-step-box .famiau-box-flash::before {
	content: '';
	border-style: solid;
	border-width: 9px 9px 0 0;
	border-color: #acacac transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -9px;
}
.famiau-fields-group > h5,
.famiau-step-box > h4 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.famiau-fields-group > h5 {
	margin-bottom: 25px;
}
.famiau-step-box > h4 {
	padding-right: 80px;
}
.famiau-fields-group p:last-child {
	margin-bottom: 0;
}
.famiau-form-horizontal .form-group {
	margin-bottom: 25px;
}
.famiau-form-horizontal .form-group::before,
.famiau-form-horizontal .form-group::after {
	content: '';
	display: table;
}
.famiau-form-horizontal .form-group::after {
	clear: both;
}
.famiau-input-group,
.famiau-fields-group:not(:last-child) {
	margin-bottom: 50px;
}
.famiau-fields-group.famiau-fields-group-primary {
	background-color: #1e1e1e;
	padding: 40px 40px 20px 40px;
}
.famiau-fields-group.famiau-fields-group-primary .row {
	margin-left: -8px;
	margin-right: -8px;
}
.famiau-fields-group.famiau-fields-group-primary .row > [class^="col-"],
.famiau-fields-group.famiau-fields-group-primary .row > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}
.famiau-fields-group.famiau-fields-group-primary .famiau-lb {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.famiau-fields-group.famiau-fields-group-primary .famiau-select {
	width: 100%;
	border: 1px solid #fff;
	height: 65px;
	line-height: 63px;
	padding: 0 33px 0 20px;
	background-color: #fff;
	font-size: 16px;
	color: #000000;
}
.famiau-fields-group.famiau-fields-group-primary .famiau-select.famiau-error {
	border-color: #d9534f;
}
.famiau-fields-group.famiau-fields-group-primary input.famiau-field {
	width: 100%;
	border: 1px solid #fff;
	height: 65px;
	line-height: 63px;
	
	padding: 0 20px;
	background-color: #fff;
	font-size: 16px;
	color: #000;
}
.famiau-fields-group:not(.famiau-fields-group-primary) .famiau-lb {
	min-width: 160px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin-top: 15px;
}
.famiau-fields-group:not(.famiau-fields-group-primary) .famiau-lb::before {
	content: '';
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #e4bf19;
	position: absolute;
	top: 5px;
	left: 0;
}
.famiau-fields-group:not(.famiau-fields-group-primary) .control-input {
	width: calc(100% - 160px);
	float: left;
	min-width: 225px;
}
.famiau-fields-group:not(.famiau-fields-group-primary) .famiau-select {
	width: 100%;
	border: 1px solid #ededed;
	height: 54px;
	line-height: 52px;
	
	padding: 0 33px 0 20px;
	background-color: #ededed;
	font-size: 14px;
	color: #868686;
}
.famiau-fields-group:not(.famiau-fields-group-primary) input.famiau-field {
	width: 100%;
	border: 1px solid #ededed;
	height: 54px;
	line-height: 52px;
	
	padding: 0 20px;
	background-color: #ededed;
	font-size: 14px;
	color: #868686;
}
/*famiau-car-features*/
.famiau-feature-row:not(:last-child) {
	margin-bottom: 20px;
}
.famiau-feature-col-first {
	width: 240px;
	float: left;
}
.famiau-feature-col-first > h6 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}
.famiau-feature-col-first > h6::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f005';
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #e4bf19;
	color: #fff;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	letter-spacing: 0;
	border-radius: 50%;
	margin-right: 10px;
}
.famiau-feature-col-sencond {
	width: calc(100% - 240px);
	float: left;
	padding-top: 8px;
}
.famiau-secondary-lb {
	font-size: 16px;
	color: #868686;
	padding-right: 25px;
}
.famiau-secondary-lb:last-child {
	padding-right: 0;
}
.famiau-secondary-lb input[type="checkbox"] {
	display: none;
}
.famiau-secondary-lb input[type="checkbox"] + span {
	cursor: pointer;
}
.famiau-secondary-lb input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #dfdfdf;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s ease 0s;
	-moz-transition: background-color 0.25s ease 0s;
	-o-transition: background-color 0.25s ease 0s;
	transition: background-color 0.25s ease 0s;
}
.famiau-secondary-lb input[type="checkbox"] + span:hover::before,
.famiau-secondary-lb input[type="checkbox"]:checked + span::before {
	background-color: #e4bf19;
}
.famiau-step-box textarea {
	background-color: #ededed;
	border-color: #ededed;
	height: 269px;
	
}
.famiau-step-box .famiau-box-desc-wrap {
	margin-bottom: 35px;
}
.famiau-step-box .famiau-box-desc-wrap p:last-child {
	margin-bottom: 0;
}
.famiau-step-box .famiau-box-desc-wrap h4 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
}
.famiau-step-box .famiau-suggestion-lbs {
	margin-top: 35px;
	display: block;
}
.famiau-step-box .famiau-suggestion-lbs .famiau-suggestion-lb:not(:last-child) {
	padding-right: 20px;
}
.famiau-step-box .famiau-suggestion-lbs .famiau-suggestion-lb {
	cursor: pointer;
}
.famiau-step-box .famiau-suggestion-lbs .famiau-suggestion-lb:hover {
	color: #e4bf19;
}
.famiau-step-box .famiau-upload-wrap {
	position: relative;
}
.famiau-step-box .famiau-upload-btn {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #e4bf19;
	border: none;
	min-width: 260px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}
.famiau-step-box .famiau-upload-btn:focus {
	outline: none;
	border: none;
}
.famiau-step-box .famiau-upload-btn::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.famiau-step-box .famiau-upload-btn:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.famiau-step-box .famiau-upload-wrap .famiau-main-img-wrap:not(:empty) ~ .famiau-upload-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.famiau-step-box .famiau-upload-wrap .famiau-imgs-preview-wrap {
	overflow-y: hidden;
	margin-left: -8px;
	margin-right: -8px;
	padding-top: 16px;
}
.famiau-step-box .famiau-upload-wrap .famiau-imgs-preview-wrap .famiau-img-preview-wrap {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
	width: 25%;
	float: left;
	position: relative;
}
.famiau-step-box .famiau-upload-wrap .famiau-imgs-preview-wrap .famiau-img-preview-wrap .famiau-remove-img-btn {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #e4bf19;
}
@media (max-width: 1199px) {
	.famiau-fields-group.famiau-fields-group-primary {
		padding: 20px;
	}
	.famiau-all-my-listings {
		padding: 0 30px 30px 30px;
	}
	.famiau-acc-tab-content#famiau-my-listings > div > h3 {
		padding: 30px 30px 20px 30px;
	}
	.famiau-footer-box,
	.famiau-account-content .famiau-acc-tab-content:not(#famiau-my-listings),
	.famiau-step-box {
		padding: 30px;
	}
	.famiau-step-box .famiau-box-flash {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		padding: 0 25px 0 20px;
	}
	.famiau-fields-group:not(.famiau-fields-group-primary) .control-input {
		width: 100%;
	}
	.famiau-listings-table thead {
		display: none;
	}
	.famiau-listings-table th,
	.famiau-listings-table td {
		padding: 10px;
	}
	.famiau-listings-table,
	.famiau-listings-table tbody,
	.famiau-listings-table tr,
	.famiau-listings-table td {
		display: block;
		width: 100% !important;
		border: none;
	}
	.famiau-listings-table {
		border: 1px solid #ebebeb;
	}
	.famiau-listings-table tr:nth-child(2n+1) {
		background-color: #ebebeb;
	}
	.famiau-listings-table .famiau-features-td .famiau-car-feature {
		display: inline-block;
		padding-right: 15px;
	}
}
@media (max-width: 991px) {
	.famiau-all-my-listings {
		padding: 0 15px 25px 15px;
	}
	.famiau-acc-tab-content#famiau-my-listings > div > h3 {
		padding: 25px 15px 20px 15px;
	}
	.famiau-footer-box,
	.famiau-account-content .famiau-acc-tab-content:not(#famiau-my-listings),
	.famiau-step-box {
		padding: 25px 15px;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link a::before {
		display: none;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav {
		background: transparent;
		padding: 0;
		border: none;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link {
		display: block;
		background: #fff;
		margin-bottom: 13px;
		text-align: left;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link.active {
		background: #333;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link a {
		font-size: 12px;
		line-height: 52px;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 100%;
		font-weight: 500;
		color: #000;
		text-align: left;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link.active a {
		color: #fff;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link a::after {
		content: "\f106";
		font-family: 'Fontawesome', sans-serif;
		font-size: 20px;
		float: right;
		transition: transform 0.3s ease 0s;
		-o-transition: -o-transform 0.3s ease 0s;
		-webkit-transition: -webkit-transform 0.3s ease 0s;
	}
	.famiau-account-navigation .famiau-acc-tabs-nav .famiau-account-nav-link.active a::after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		
	}
}
@media (max-width: 767px) {
	.famiau-feature-col-sencond,
	.famiau-feature-col-first {
		width: 100%;
	}
	.famiau-fields-group > h5,
	.famiau-step-box > h4 {
		font-size: 16px;
		letter-spacing: 0;
	}
}
/*LISTING ITEMS*/
.famiau-main-wrap {
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 0;
}
.famiau-listings-wrap::before {
	content: '';
	bottom: 50%;
	margin-top: -20px;
	background: url(../images/wheel-loader.svg) transparent center center no-repeat;
	background-size: cover !important;
	right: -60px;
	-webkit-transition: right 0.25s ease 0s;
	-moz-transition: right 0.25s ease 0s;
	-o-transition: right 0.25s ease 0s;
	transition: right 0.25s ease 0s;
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 99;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.famiau-listings-wrap.processing::before {
	bottom: 50%;
	margin-top: -20px;
	background: url(../images/wheel-loader.svg) transparent center center no-repeat;
	background-color: #fff;
	background-size: cover !important;
}
.famiau-filter-frontend-wrap {
	padding-bottom: 60px;
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap {
	position: relative;
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 318px;
	background-color: #000000;
}
.famiau-content-wrap .famiau-listings {
	position: relative;
}
.famiau-ext-filter-wrap {
	border-top: 1px solid rgba(200, 200, 200, 0.3);
}
.famiau-exp-collapse-filter-wrap {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 80px;
}
.famiau-exp-collapse-filter {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #dd161f;
	text-transform: uppercase;
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-filter-group {
	position: relative;
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-mega-filter-inner {
	position: relative;
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-mega-filter-inner .famiau-filter-group:not(:first-child) {
	border-top: 1px solid rgba(200, 200, 200, 0.3);
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-filter-group::before,
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-filter-group::after {
	content: '';
	display: table;
}
.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-filter-group::after {
	clear: both;
}
.famiau-filter-box-left {
	float: left;
	width: 318px;
	background-color: #000000;
	padding: 16px 20px 16px 79px;
}
.famiau-filter-box-left label {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 4px;
	padding-left: 15px;
	margin-top: 4px;
}
.famiau-filter-box-left label::before {
	content: '';
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #e4bf19;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.famiau-filter-box-right {
	float: left;
	width: calc(100% - 318px);
	background-color: #fff;
}
.famiau-filter-group:last-child .famiau-filter-box-right,
.famiau-filter-box-right .famiau-slider-range-wrap {
	padding: 21px 20px 40px 30px;
}
.famiau-filter-box-right > ul {
	list-style: none;
	padding: 21px 20px 13px 30px;
}
.famiau-filter-menu > .famiau-menu-item {
	display: inline-block;
	position: relative;
	margin-right: 6px;
	margin-bottom: 8px;
}
.famiau-filter-menu > .famiau-menu-item > .famiau-filter-item {
	display: inline-block;
	line-height: 23px;
	height: 24px;
	
	padding: 0 10px;
	border: 1px solid #d2d2d2;
	color: #868686;
	font-size: 14px;
}
select.famiau-filter-item {
	margin-right: 6px;
	margin-bottom: 8px;
	padding-right: 27px;
	height: 24px;
	line-height: 22px;
	
}
select.famiau-filter-item:hover {
	background-color: transparent;
	color: #868686;
	border: 1px solid #d2d2d2;
}
.famiau-filter-menu > .famiau-menu-item.menu-item-has-children:hover::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1;
}
.famiau-filter-menu > .famiau-menu-item.menu-item-has-children > .famiau-filter-item::after {
	content: '';
	border-style: solid;
	border-width: 8px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: -36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4;
	-webkit-transition: bottom 0.4s ease 0s;
	-moz-transition: bottom 0.4s ease 0s;
	-o-transition: bottom 0.4s ease 0s;
	transition: bottom 0.4s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.famiau-filter-menu > .famiau-menu-item > .famiau-filter-item.famiau-active-filter,
.famiau-filter-menu > .famiau-menu-item > .famiau-filter-item:hover,
.famiau-filter-menu > .famiau-menu-item:hover > .famiau-filter-item {
	border-color: #e4bf19;
	background-color: #e4bf19;
	color: #fff;
}
.famiau-filter-menu .famiau-menu-item .famiau-sub-nav {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 473px;
	z-index: 3;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	-webkit-transition: margin-top 0.4s ease 0s;
	-moz-transition: margin-top 0.4s ease 0s;
	-o-transition: margin-top 0.4s ease 0s;
	transition: margin-top 0.4s ease 0s;
	-webkit-box-shadow: 3px 0 46px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 0 46px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 0 46px 0 rgba(0, 0, 0, 0.1);
	
	padding: 15px 10px 8px 25px;
}
.famiau-filter-menu .famiau-menu-item .famiau-sub-nav ul {
	padding-left: 0;
}
.famiau-filter-menu .famiau-menu-item .famiau-sub-nav .famiau-menu-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 5px;
}
.famiau-filter-menu .famiau-menu-item .famiau-sub-nav .famiau-menu-item .famiau-filter-item {
	font-size: 14px;
	color: #868686;
}
.famiau-filter-menu .famiau-menu-item .famiau-sub-nav .famiau-menu-item .famiau-filter-item.famiau-active-filter,
.famiau-filter-menu .famiau-menu-item .famiau-sub-nav .famiau-menu-item .famiau-filter-item:hover {
	color: #e4bf19;
}
.famiau-slider-range-wrap .famiau-slider-range-input-wrap {
	display: inline-block;
}
.famiau-slider-range-wrap .famiau-slider-range-input {
	display: inline-block;
	line-height: 22px;
	height: 24px;
	
	padding: 0 16px;
	border: 1px solid #d2d2d2;
	color: #868686;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.famiau-slider-range-wrap .famiau-slider-range-input.famiau-slider-range-input-max {
	margin-right: 18px;
}
.famiau-slider-range-wrap .ui-slider-horizontal {
	height: 5px;
}
.famiau-slider-range-wrap .ui-widget-content {
	background: #dedede;
	border: none;
	display: inline-block;
	width: 515px;
	max-width: 100%;
	vertical-align: middle;
}
.famiau-slider-range-wrap .ui-slider .ui-slider-range {
	text-shadow: none;
	border: none;
	background: #dedede;
}
.famiau-slider-range-wrap .ui-slider-legend {
	position: relative;
	padding-bottom: 40px;
	display: none;
}
.famiau-slider-range-wrap .ui-slider-legend .famiau-slider-ruler-step {
	position: absolute;
	top: 10px;
}
.famiau-slider-range-wrap .ui-slider-legend .famiau-slider-ruler-step::before {
	content: '';
}
.famiau-slider-range-wrap .ui-slider-horizontal .ui-slider-handle {
	top: -5px;
}
.famiau-slider-range-wrap .ui-slider .ui-slider-handle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: e-resize;
	background: #e4bf19;
	border: none;
}
.famiau-switch {
	margin: 0;
}
.famiau-switch .famiau-slider {
	display: inline-block;
	position: relative;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 60px;
	height: 34px;
}
.famiau-switch .famiau-accept-term-text {
	margin-left: 15px;
}
.famiau-switch .famiau-slider.round {
	border-radius: 34px;
	vertical-align: middle;
}
.famiau-switch .famiau-slider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.famiau-switch .famiau-slider.round::before {
	border-radius: 50%;
}
.famiau-switch input:checked + .famiau-slider {
	background-color: #2196F3;
}
.famiau-switch input:checked + .famiau-slider::before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.famiau-switch input[type="checkbox"] {
	display: none;
}
.famiau-clear-filter-wrap {
	background-color: #000;
	padding: 30px 15px;
	position: relative;
	text-align: center;
}
.famiau-mega-filter-clear-btn {
	display: inline-block;
	height: 50px;
	padding: 0 45px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.famiau-mega-filter-clear-btn:hover,
.famiau-mega-filter-submit-btn:hover {
	color: #e4bf19;
}
@media (max-width: 1199px ) {
	.famiau-main-wrap {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.famiau-exp-collapse-filter-wrap {
		right: 15px;
	}
	.famiau-filter-box-right > ul,
	.famiau-filter-box-left {
		padding: 15px;
	}
	.famiau-filter-group:last-child .famiau-filter-box-right,
	.famiau-filter-box-right .famiau-slider-range-wrap {
		padding: 15px 15px 50px 15px;
	}
	.famiau-filter-box-left label {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.famiau-filter-frontend-wrap .famiau-mega-filter-wrap::before {
		width: 30%;
	}
	.famiau-filter-box-left {
		width: 30%;
	}
	.famiau-filter-box-right {
		width: 70%;
	}
}
@media (min-width: 1025px) {
	.famiau-filter-menu .famiau-menu-item:hover > .famiau-sub-nav {
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
	}
	.famiau-filter-menu > .famiau-menu-item.menu-item-has-children:hover > .famiau-filter-item::after {
		bottom: -16px;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 1024px) {
	.famiau-filter-menu > .famiau-menu-item.menu-item-has-children.famiau-active-clicked .famiau-sub-nav {
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
	}
	.famiau-filter-menu > .famiau-menu-item.menu-item-has-children.famiau-active-clicked > .famiau-filter-item::after {
		bottom: -16px;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 767px) {
	.famiau-slider-range-wrap .famiau-slider-range-input {
		margin-bottom: 10px;
	}
	.famiau-filter-frontend-wrap .famiau-mega-filter-wrap .famiau-mega-filter-inner .famiau-filter-group:not(:first-child) {
		border-top: none;
	}
	.famiau-mega-filter-inner .famiau-filter-group {
		margin-bottom: 1px;
	}
	.famiau-filter-group .famiau-filter-box-left {
		cursor: pointer;
	}
	.famiau-mega-filter-inner .famiau-filter-group .famiau-filter-box-right {
		overflow: visible;
		display: none;
		-webkit-transition: max-height 0.4s ease 0s;
		-moz-transition: max-height 0.4s ease 0s;
		-o-transition: max-height 0.4s ease 0s;
		transition: max-height 0.4s ease 0s;
	}
	.famiau-mega-filter-inner .famiau-filter-group.show-filter .famiau-filter-box-right {
		display: block;
	}
	.famiau-filter-box-right .famiau-slider-range-wrap {
		padding-bottom: 15px;
	}
	.famiau-filter-box-right,
	.famiau-filter-box-left {
		width: 100%;
		float: none;
	}
	.famiau-filter-box-left {
		padding: 10px 15px 10px 15px;
	}
	.famiau-filter-box-left label {
		margin: 0;
	}
	.famiau-filter-group:last-child .famiau-filter-box-right,
	.famiau-filter-box-right > ul {
		padding: 15px 15px 8px 15px;
	}
	.famiau-filter-frontend-wrap .famiau-mega-filter-wrap::before {
		display: none;
	}
	.famiau-mega-filter-inner + .famiau-filter-group {
		padding: 15px;
	}
	.famiau-exp-collapse-filter-wrap {
		position: static;
		padding: 10px;
		background: #000;
		border-bottom: 1px solid #fff;
	}
	.famiau-clear-filter-wrap {
		padding: 15px;
	}
	.famiau-mega-filter-clear-btn {
		height: 40px;
		font-size: 12px;
		padding: 0 20px;
	}
	.famiau-filter-group.show-filter .famiau-filter-box-left:hover label,
	.famiau-filter-group.show-filter .famiau-filter-box-left label {
		color: #e4bf19;
	}
	.famiau-filter-group.show-filter .famiau-filter-box-left label::before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
/*shop control*/
.famiau-list-shorting-wrap {
	padding-bottom: 50px;
	float: none;
}
.famiau-list-shorting-wrap::before,
.famiau-list-shorting-wrap::after {
	content: '';
	display: table;
}
.famiau-list-shorting-wrap::after {
	clear: both;
}
.famiau-list-shorting-wrap .famiau-listing-directory-title-wrap {
	display: inline-block;
	float: left;
}
.famiau-list-shorting-wrap .famiau-listing-directory-title-wrap .famiau-listing-directory-title {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0;
}
.famiau-list-shorting-wrap .famiau-listing-shorting-wrap {
	float: right;
}
.famiau-list-shorting-wrap .famiau-listing-shorting-wrap .famiau-sort-by-options span {
	display: none;
}
.famiau-view-by {
	display: inline-block;
	vertical-align: top;
}
.famiau-view-by .layout-type {
	background-color: #fff;
	width: 43px;
	height: 43px;
	line-height: 41px;
	color: #bfbfbf;
	border: 1px solid #cfcfcf;
	
	display: inline-block;
	vertical-align: top;
}
.famiau-view-by .layout-type.layout-grid {
	padding: 12px;
	margin-right: 7px;
	margin-bottom: 5px;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon {
	width: 16px;
	height: 16px;
	display: block;
	position: relative;
}
.famiau-view-by .layout-type.active,
.famiau-view-by .layout-type:hover {
	color: #333333;
	border-color: #333333;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon span {
	display: block;
	position: absolute;
	left: 6px;
	width: 4px;
	border-bottom: 4px solid;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon span:first-child {
	top: 0;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon span:nth-child(2) {
	top: 6px;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon span:nth-child(3) {
	bottom: 0;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon span::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
.famiau-view-by .layout-type.layout-grid .modeview-icon span::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
.famiau-view-by .layout-type.layout-list {
	padding: 12px 9px;
}
.famiau-view-by .layout-type.layout-list .modeview-icon {
	width: 22px;
	height: 16px;
	display: block;
	position: relative;
}
.famiau-view-by .layout-type.layout-list .modeview-icon span {
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	border-bottom: 4px solid;
}
.famiau-view-by .layout-type.layout-list .modeview-icon span:first-child {
	top: 0;
}
.famiau-view-by .layout-type.layout-list .modeview-icon span:nth-child(2) {
	top: 6px;
}
.famiau-view-by .layout-type.layout-list .modeview-icon span:nth-child(3) {
	top: 12px;
}
.famiau-view-by .layout-type.layout-list .modeview-icon span::before {
	content: '';
	position: absolute;
	top: 1px;
	right: -18px;
	width: 15px;
	border-bottom: 2px solid;
}
.famiau-sort-by-options {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}
.famiau-sort-by-options select {
	border: 1px solid #cfcfcf;
	background-color: #fff;
	line-height: 41px;
	padding: 0 30px 0 20px;
	height: 43px;
}
/*famiau-item*/
.famiau-listings {
	display: inline-block;
	width: 100%;
	background-color: #f2f2f2;
}
.famiau-listings > [class*="col-"] {
	margin-bottom: 35px;
}
.famiau-item .famiau-thumb-wrap {
	position: relative;
	overflow: hidden;
	
}
.famiau-item .famiau-thumb-wrap img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	width: 100%;
}
.famiau-item:hover .famiau-thumb-wrap img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.famiau-item .famiau-car-status {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	min-width: 63px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	
	background-color: #e4bf19;
}
.famiau-item .famiau-car-status.famiau-car-status-used {
	background-color: #38ce62;
}
.famiau-item .famiau-car-status.famiau-car-status-new {
	background-color: #dd161f;
}
.famiau-item .famiau-item-title {
	font-size: 16px;
	min-height: 56px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
.famiau-price,
.famiau-item .famiau-price-amount {
	display: inline-block;
	color: #000000;
	font-size: 22px;
}

.famiau-item .famiau-previous-price-html {
	float: left;
	padding-right: 5px;
}

.famiau-item .famiau-previous-price-html .famiau-price-amount {
	color: #b9b9b9 !important;
	text-decoration-line: line-through;
}

.famiau-price del,
.famiau-item .famiau-price-amount del {
	font-size: 16px;
	color: #8a8a8a;
}
.famiau-price ins,
.famiau-item .famiau-price-amount ins {
	color: #e4bf19;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
.famiau-item .famiau-bottom-part .famiau-feature {
	padding-right: 30px;
	display: inline-block;
}
.famiau-item .famiau-bottom-part .famiau-feature:last-child {
	padding-right: 0;
}
.famiau-feature::before {
	font-family: 'Flaticon', sans-serif;
	font-size: 19px;
	padding-right: 8px;
	vertical-align: top;
}
.famiau-feature.famiau-mileage::before {
	content: "\f12f";
}
.famiau-feature.famiau-fuel_type::before {
	content: "\f12e";
}
.famiau-feature.famiau-gearbox_type::before {
	content: "\f12d";
}
/*famiau-item-layout-grid*/
.famiau-item.famiau-item-layout-grid {
	position: relative;
}
.famiau-item.famiau-item-layout-grid .famiau-thumb-wrap {
	margin-bottom: 17px;
}
.famiau-item.famiau-item-layout-grid .famiau-car-status {
	margin-bottom: 14px;
}
.famiau-item.famiau-item-layout-grid .famiau-top-part {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 13px;
}
/*famiau-item-layout-list*/
.famiau-item.famiau-item-layout-list {
	overflow: hidden;
	background-color: #fff;
	
	position: relative;
}
.famiau-item.famiau-item-layout-list::before {
	content: '';
	border-left: 1px solid #e1e1e1;
	position: absolute;
	top: 0;
	right: 360px;
	bottom: 0;
}
.famiau-item.famiau-item-layout-list .famiau-thumb-wrap {
	width: 319px;
	float: left;
}
.famiau-item.famiau-item-layout-list .famiau-item-content {
	float: left;
	width: calc(100% - 319px);
	overflow: hidden;
}
.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-info-wrap {
	float: left;
	width: calc(100% - 360px)
}
.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-dealer-info-wrap {
	float: left;
	width: 360px;
}
.famiau-item.famiau-item-layout-list .famiau-top-part {
	border-bottom: 1px solid #e1e1e1;
	padding: 45px 40px 25px 40px;
	margin-bottom: 32px;
	position: relative;
}
.famiau-item.famiau-item-layout-list .famiau-top-part .famiau-price-html {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: -27px;
}
.famiau-item.famiau-item-layout-list .famiau-price-amount {
	color: #fff;
	background-color: #e4bf19;
	display: inline-block;
	text-align: center;
	min-width: 192px;
	padding: 0 15px;
	height: 53px;
	
	line-height: 53px;
}
.famiau-item.famiau-item-layout-list .famiau-bottom-part {
	padding: 0 40px 20px 40px;
}
.famiau-item.famiau-item-layout-list .famiau-car-status {
	margin-bottom: 22px;
}
/*has-sidebar*/
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-item-content .famiau-info-wrap {
	float: left;
	width: calc(100% - 260px);
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-item-content .famiau-dealer-info-wrap {
	width: 260px;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list::before {
	right: 260px;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-top-part {
	padding: 25px 15px 20px 15px;
	margin-bottom: 25px;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-top-part .famiau-price-html {
	right: 15px;
	bottom: -20px;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-price-amount {
	min-width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-bottom-part {
	padding: 0 15px 20px 15px;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-dealer-info-wrap {
	padding: 55px 15px 55px 110px;
	position: relative;
}
.famiau-container.has-sidebar .famiau-item.famiau-item-layout-list .famiau-dealer-info-wrap .famiau-dealer-info .avatar {
	max-width: 80px;
	left: 15px;
}
@media (max-width: 1199px ) {
	.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-info-wrap {
		border-right: 1px solid #e1e1e1;
		float: left;
		width: calc(100% - 260px);
	}
	.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-dealer-info-wrap {
		width: 260px;
	}
	.famiau-item.famiau-item-layout-list::before {
		right: 260px;
	}
	.famiau-item.famiau-item-layout-list .famiau-top-part {
		padding: 20px 15px 20px 15px;
		margin-bottom: 15px;
	}
	.famiau-item.famiau-item-layout-list .famiau-top-part .famiau-price-html {
		right: 15px;
		bottom: -20px;
	}
	.famiau-item.famiau-item-layout-list .famiau-price-amount {
		min-width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.famiau-item.famiau-item-layout-list .famiau-bottom-part {
		padding: 0 15px 15px 15px;
	}
	.famiau-item.famiau-item-layout-list .famiau-dealer-info-wrap {
		padding: 55px 15px 55px 110px;
		position: relative;
	}
	.famiau-item.famiau-item-layout-list .famiau-dealer-info-wrap .famiau-dealer-info .avatar {
		max-width: 80px;
		left: 15px;
	}
	.famiau-item.famiau-item-layout-list::before {
		display: none;
	}
}
@media (max-width: 1024px ) {
	.famiau-show-mobile-filter-popup {
		float: right;
		margin-right: 5px;
	}
	.famiau-item.famiau-item-layout-list .famiau-top-part {
		position: static;
	}
	.famiau-item .famiau-car-status {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.famiau-item .famiau-bottom-part .famiau-feature {
		padding-right: 20px;
	}
	.famiau-item.famiau-item-layout-list .famiau-top-part .famiau-price-html {
		position: static;
	}
	.famiau-item.famiau-item-layout-list .famiau-item-content {
		overflow: visible;
	}
	.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-info-wrap,
	.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-dealer-info-wrap {
		width: 100% !important;
		float: none;
	}
	.famiau-item.famiau-item-layout-list .famiau-item-content .famiau-info-wrap {
		border-right: none;
		border-bottom: 1px solid #e1e1e1;
	}
	.famiau-item.famiau-item-layout-list .famiau-dealer-info-wrap {
		padding: 25px 15px 25px 110px;
	}
	.famiau-archive-wrap .famiau-item .famiau-item-title {
		min-height: 0;
	}
	.famiau-feature::before {
		font-size: 16px;
		padding-right: 4px;
	}
	.famiau-item .famiau-bottom-part .famiau-feature {
		padding-right: 15px;
		font-size: 13px;
	}
}
@media (max-width: 767px ) {
	.famiau-list-shorting-wrap .famiau-listing-directory-title-wrap {
		width: 100%;
	}
	.famiau-item.famiau-item-layout-list .famiau-item-content {
		width: 100% !important;
	}
	.famiau-item.famiau-item-layout-list .famiau-thumb-wrap,
	.famiau-item.famiau-item-layout-list .famiau-thumb-wrap img {
		width: 100%;
	}
	.famiau-view-by {
		display: none;
	}
	.famiau-sort-by-options {
		margin-right: 0;
	}
	.famiau-item.famiau-item-layout-grid .famiau-info-wrap {
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.famiau-item.famiau-item-layout-grid .famiau-top-part,
	.famiau-item.famiau-item-layout-grid .famiau-bottom-part {
		padding-left: 15px;
		padding-right: 15px;
	}
	.famiau-item.famiau-item-layout-grid .famiau-thumb-wrap {
		margin-bottom: 0;
	}
}
@media (max-width: 480px ) {
	.famiau-item .famiau-item-title {
		min-height: 0;
	}
}
/*SIDEBAR*/
.famiau-sidebar-wrap .widget {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	
	padding: 13px 22px 13px 22px;
}
.famiau-sidebar-wrap .widget:not(:last-child) {
	margin-bottom: 33px;
}
.famiau-sidebar-wrap .widgettitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 13px;
	margin-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
}
.famiau-sidebar-wrap .widgettitle::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
.famiau-sidebar-wrap .widget ul,
.famiau-sidebar-wrap .widget ol {
	padding: 0 0 8px 0;
	list-style: none;
}
.famiau-sidebar-wrap .widget ul.latest-post {
	border-bottom: none;
	padding-bottom: 0;
}
.famiau-sidebar-wrap .widget ul ul,
.famiau-sidebar-wrap .widget ul ol,
.famiau-sidebar-wrap .widget ol ol,
.famiau-sidebar-wrap .widget ol ul {
	padding: 0 0 0 17px;
	margin-top: 8px;
	border-bottom: none;
}
.famiau-sidebar-wrap .widget ul li {
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
}
.famiau-sidebar-wrap .widget ul li:last-child {
	padding-bottom: 0;
}
.famiau-sidebar-wrap .widget ul li .count {
	color: #000;
}
.famiau-sidebar-wrap .widget p:last-child {
	margin-bottom: 0;
	width: 100%;
}
.famiau-sidebar-wrap .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
.famiau-sidebar-wrap.widget .product_list_widget li:not(.mini_cart_item) {
	border-bottom: none;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
.famiau-sidebar-wrap.widget_product_categories {
	padding: 0 !important;
	border: none;
}
.famiau-sidebar-wrap.widget_product_categories ul ul {
	margin-top: 13px;
}
.famiau-sidebar-wrap.widget_product_categories .product-categories > li {
	padding: 13px 18px 13px 15px !important;
}
.famiau-sidebar-wrap.widget_product_categories .widgettitle {
	background-color: #e4bf19;
	
	padding: 15px 15px 15px 20px;
	margin-bottom: 0;
	color: #fff;
}
.famiau-sidebar-wrap.widget_product_categories .widgettitle::before {
	display: none;
}
.famiau-sidebar-wrap.widget_product_categories ul .menu-item {
	padding: 0 !important;
}
.famiau-sidebar-wrap.widget_product_categories .product-categories {
	background-color: #fff;
	text-align: left;
	border: 3px solid #e4bf19;
	border-top: none;
	
	padding-bottom: 0 !important;
}
.famiau-sidebar-wrap.widget_product_categories .product-categories > li:not(:first-child) {
	border-top: 1px solid #eaeaea;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item {
	position: relative;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .children {
	display: none;
	position: relative;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .carets {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .carets:hover {
	color: #e4bf19;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .carets::before {
	display: inline-block;
	font-size: 17px;
	line-height: 50px;
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item.show-sub > .carets::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.famiau-sidebar-wrap.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
.famiau-sidebar-wrap.widget .select2-container .select2-search--inline {
	padding: 0;
}
.famiau-sidebar-wrap.widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background-color: #e4bf19;
}
.famiau-sidebar-wrap.widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.famiau-sidebar-wrap.widget.prdctfltr-widget {
	padding: 0;
	border: none;
	background-color: transparent;
}
.famiau-sidebar-wrap.widget.prdctfltr-widget label:not(.screen-reader-text) {
	margin: 0;
}
.famiau-sidebar-wrap.widget .product_list_widget li:not(.mini_cart_item) {
	border-bottom: none;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
.famiau-sidebar-wrap.widget_product_categories {
	padding: 0 !important;
	border: none;
}
.famiau-sidebar-wrap.widget_product_categories ul ul {
	margin-top: 13px;
}
.famiau-sidebar-wrap.widget_product_categories .product-categories > li {
	padding: 13px 18px 13px 15px !important;
}
.famiau-sidebar-wrap.widget_product_categories .widgettitle {
	background-color: #e4bf19;
	
	padding: 15px 15px 15px 20px;
	margin-bottom: 0;
	color: #fff;
}
.famiau-sidebar-wrap.widget_product_categories .widgettitle::before {
	display: none;
}
.famiau-sidebar-wrap.widget_product_categories ul .menu-item {
	padding: 0 !important;
}
.famiau-sidebar-wrap.widget_product_categories .product-categories {
	background-color: #fff;
	text-align: left;
	border: 3px solid #e4bf19;
	border-top: none;
	
	padding-bottom: 0 !important;
}
.famiau-sidebar-wrap.widget_product_categories .product-categories > li:not(:first-child) {
	border-top: 1px solid #eaeaea;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item {
	position: relative;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .children {
	display: none;
	position: relative;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .carets {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .carets:hover {
	color: #e4bf19;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item .carets::before {
	display: inline-block;
	font-size: 17px;
	line-height: 50px;
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.famiau-sidebar-wrap.widget_product_categories .cat-item.show-sub > .carets::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*woocommerce-widget-layered-nav-dropdown*/
.famiau-sidebar-wrap.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
.famiau-sidebar-wrap.widget .select2-container .select2-search--inline {
	padding: 0;
}
.famiau-sidebar-wrap.widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background-color: #e4bf19;
}
.famiau-sidebar-wrap.widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.famiau-sidebar-wrap.widget.prdctfltr-widget {
	padding: 0;
	border: none;
	background-color: transparent;
}
.famiau-sidebar-wrap.widget.prdctfltr-widget label:not(.screen-reader-text) {
	margin: 0;
}
.famiau-sidebar-wrap .widget_shopping_cart .product_list_widget li.mini_cart_item {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	overflow: visible;
}
.famiau-sidebar-wrap .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child)::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: -22px;
	bottom: 0;
	right: -22px;
}
@media (max-width: 1199px) {
	.famiau-sidebar-wrap .widget ul li {
		font-size: 14px;
	}
	.famiau-sidebar-wrap .widget {
		padding: 13px 10px 13px 10px;
	}
	.famiau-sidebar-wrap .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child)::before,
	.famiau-sidebar-wrap .widgettitle::before {
		left: -10px;
		right: -10px;
	}
}
@media (max-width: 767px) {
	.famiau-sidebar-wrap {
		padding-top: 40px;
	}
}
/*SHORTCODE*/
/*.famiau-filter-dropdown-wrap*/
.famiau-filter-dropdown-wrap .famiau-title {
	display: inline-block;
	min-width: 200px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	
	background-color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
	margin: 0;
}
.famiau-filter-dropdown-wrap .famiau-filter-dropdowns {
	background-color: #ffffff;
	padding: 80px 30px 58px 30px;
	
	-webkit-box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.06);
}
.famiau-filter-dropdown-wrap .famiau-filter-dropdowns-form {
	margin-left: -11px;
	margin-right: -11px;
}
.famiau-filter-dropdown-wrap .famiau-filter-dropdowns-form::before,
.famiau-filter-dropdown-wrap .famiau-filter-dropdowns-form::after {
	content: '';
	display: table;
}
.famiau-filter-dropdown-wrap .famiau-filter-dropdowns-form::after {
	clear: both;
}
.famiau-filter-dropdown-wrap .famiau-box {
	padding-left: 11px;
	padding-right: 11px;
	float: left;
	width: 25%;
	margin-bottom: 22px;
}
.famiau-filter-dropdown-wrap .famiau-box {
	position: relative;
}
.famiau-filter-dropdown-wrap .famiau-box::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 13px;
	height: 35px;
	width: 50px;
	line-height: 35px;
	color: #000;
	border-right: 1px solid #d6d6d6;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(1)::before {
	content: '01';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(2)::before {
	content: '02';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(3)::before {
	content: '03';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(4)::before {
	content: '04';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(5)::before {
	content: '05';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(6)::before {
	content: '06';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(7)::before {
	content: '07';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(8)::before {
	content: '08';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(9)::before {
	content: '09';
}
.famiau-filter-dropdown-wrap .famiau-box:nth-child(10)::before {
	content: '10';
}
.famiau-filter-dropdown-wrap .famiau-box:last-child::before {
	display: none;
}
.famiau-filter-dropdown-wrap .famiau-box .famiau-select {
	background-color: #ededed;
	border-color: #ededed;
	
	height: 65px;
	line-height: 63px;
	padding: 0 40px 0 69px;
	width: 100%;
	font-size: 16px;
	color: #000000;
}
.famiau-filter-dropdown-wrap .famiau-box .famiau-button {
	background-color: #e4bf19;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	
}
.famiau-filter-dropdown-wrap .famiau-box .famiau-button::before {
	content: "\f10d";
	font-family: 'Flaticon', sans-serif;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: middle;
}
.famiau-filter-dropdown-wrap .famiau-box .famiau-button:hover {
	color: #fff;
}
@media (max-width: 1199px) {
	.famiau-filter-dropdown-wrap .famiau-filter-dropdowns {
		padding: 25px 25px 3px 25px;
	}
	.famiau-filter-dropdown-wrap .famiau-box {
		width: 33.3333333%
	}
	.famiau-filter-dropdown-wrap .famiau-box .famiau-select {
		height: 49px;
		line-height: 47px;
	}
	.famiau-filter-dropdown-wrap .famiau-box::before {
		top: 7px;
	}
	.famiau-filter-dropdown-wrap .famiau-box .famiau-button {
		height: 49px;
		line-height: 49px;
	}
}
@media (max-width: 991px) {
	.famiau-filter-dropdown-wrap .famiau-title {
		font-size: 16px;
		letter-spacing: 0.1em;
		min-width: 160px;
		height: 46px;
		line-height: 46px;
	}
	.famiau-filter-dropdown-wrap .famiau-filter-dropdowns {
		padding: 22px 15px 0 15px;
	}
	.famiau-filter-dropdown-wrap .famiau-box {
		width: 50%
	}
}
@media (max-width: 767px) {
	.famiau-filter-dropdown-wrap .famiau-box {
		width: 100%
	}
}
/*.famiau-listings-shortcode-wrap*/
.famiau-listings-shortcode-wrap .famiau-listings {
	background-color: transparent;
}
/*===============================================================
9.0 SHORTCODE
===============================================================*/
/*===============================================================
9.1 AZIRSPARES BANNER
===============================================================*/
.azirspares-banner .banner-inner {
	position: relative;
	display: inline-table;
}
.azirspares-banner .banner-info {
	position: absolute;
	padding: 0 15px;
	text-align: left;
}
.azirspares-banner .banner-thumb img {
	
	min-height: 210px;
	object-fit: cover;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.azirspares-banner .banner-inner .banner-thumb {
	overflow: hidden;
	
}
.azirspares-banner .banner-inner:hover .banner-thumb img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.azirspares-banner .banner-cat,
.azirspares-banner .title-hightlight,
.azirspares-banner .title {
	margin-top: 0;
}
.azirspares-banner .desc {
	line-height: 1.2;
}
.azirspares-banner .desc p {
	margin-bottom: 0;
}
.azirspares-banner .banner-info strong,
.azirspares-banner .banner-info em {
	color: #e4bf19;
}
.azirspares-banner .button {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #e4bf19;
	min-width: 170px;
	height: 50px;
	
	border: 2px solid transparent;
	padding: 0 15px;
	text-align: center;
	line-height: 46px;
	position: relative;
	overflow: hidden;
}
.azirspares-banner .button::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.azirspares-banner .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*.azirspares-banner.default*/
.azirspares-banner.default .banner-info {
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.azirspares-banner.default .banner-content {
	display: inline-block;
	text-align: left;
}
.azirspares-banner.default .title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.azirspares-banner.default .desc {
	font-size: 60px;
	font-weight: 300;
	color: #000;
	margin-bottom: 31px;
}
.azirspares-banner.default .desc strong {
	font-weight: 400;
}
.azirspares-banner.default .label-banner {
	position: absolute;
	top: -7px;
	right: -30px;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-moz-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	-o-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	z-index: 1;
}
.azirspares-banner.default .label-banner span {
	min-width: 148px;
	height: 46px;
	line-height: 46px;
	position: relative;
	background-color: #f63030;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 29px;
}
.azirspares-banner.default .label-banner span::before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	border-style: solid;
	border-width: 23px 0 23px 11px;
	border-color: #f63030 transparent #f63030 transparent;
}
.azirspares-banner.default .label-banner span::after {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	border-style: solid;
	border-width: 5px 0 0 7px;
	border-color: transparent transparent transparent #ab1414;
}
/*.azirspares-banner.style1*/
.azirspares-banner.style1 .banner-inner:hover .banner-thumb img {
	-webkit-transform: scale(1.05) translateX(-2.5%);
	-moz-transform: scale(1.05) translateX(-2.5%);
	-ms-transform: scale(1.05) translateX(-2.5%);
	-o-transform: scale(1.05) translateX(-2.5%);
	transform: scale(1.05) translateX(-2.5%);
}
.azirspares-banner.style1 .banner-info {
	top: 50%;
	left: 8%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.azirspares-banner.style1.center .banner-info {
	left: 0;
	right: 0;
	text-align: center;
}
.azirspares-banner.style1 .banner-cat {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #e4bf19;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.azirspares-banner.style1.center .banner-cat {
	margin-bottom: 2px;
}
.azirspares-banner.style1 .title {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.azirspares-banner.style1 .title-hightlight {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.azirspares-banner.style1.center .title,
.azirspares-banner.style1.center .title-hightlight {
	display: inline-block;
	margin-bottom: 0;
}
.azirspares-banner.style1 .desc {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
	color: #fff;
}
.azirspares-banner.style1.center .desc {
	margin-bottom: 16px;
	color: #fff;
}
.azirspares-banner.style1 .desc strong {
	font-weight: normal;
}
.azirspares-banner.style1.center .button {
	color: #fff;
	min-width: 126px;
	height: 37px;
	line-height: 33px;
	font-size: 11px;
}
/*.azirspares-banner.style2*/
.azirspares-banner.style2 .banner-inner .banner-info strong,
.azirspares-banner.style2 .banner-inner .banner-info em {
	color: #e4bf19;
}
.azirspares-banner.style2 .banner-info strong {
	font-weight: 500;
}
.azirspares-banner.style2 .banner-info {
	top: 50%;
	left: 4%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.azirspares-banner.style2.border .banner-inner::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	
	border: 1px solid rgba(0, 0, 0, 0.09);
	pointer-events: none;
	z-index: 1;
}
.azirspares-banner.style2 .title {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
}
.azirspares-banner.style2 .title-hightlight {
	font-size: 24px;
	font-weight: 500;
	color: #e4bf19;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.azirspares-banner.style2 .desc {
	font-size: 16px;
	line-height: 27px;
	color: #838383;
	margin-bottom: 18px;
}
.azirspares-banner.style2 .button {
	color: #fff;
	min-width: 126px;
	height: 37px;
	line-height: 33px;
	font-size: 11px;
}
/*.azirspares-banner.style3*/
.azirspares-banner.style3 .banner-thumb,
.azirspares-banner.style3 .banner-thumb img {
	border-radius: 0;
}
.azirspares-banner.style3 .banner-inner .banner-info strong,
.azirspares-banner.style3 .banner-inner .banner-info em {
	color: #f63439;
}
.azirspares-banner.style3 .banner-info {
	top: 50%;
	left: 13.3%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.azirspares-banner.style3 .title {
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.azirspares-banner.style3 .title-hightlight {
	font-size: 80px;
	line-height: 1;
	font-weight: normal;
	color: #e4bf19;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.azirspares-banner.style3 .desc {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 35px;
}
/*.azirspares-banner.style4*/
.azirspares-banner.style4 .banner-inner .banner-info strong,
.azirspares-banner.style4 .banner-inner .banner-info em {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.azirspares-banner.style4 .banner-info {
	top: 50%;
	left: 8%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.azirspares-banner.style4 .banner-content {
	text-align: center;
}
.azirspares-banner.style4 .title {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.azirspares-banner.style4 .title-hightlight {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.azirspares-banner.style4 .desc {
	color: #fff;
	line-height: 37px;
	margin-bottom: 25px;
}
.azirspares-banner.style4 .banner-inner .button {
	background-color: #e4bf19;
}
/*.azirspares-banner.style5*/
.azirspares-banner.style5 .banner-info {
	left: 5%;
}
.azirspares-banner.style5.content-top .banner-info {
	top: 35px;
}
.azirspares-banner.style5.content-bottom .banner-info {
	bottom: 35px;
}
.azirspares-banner.style5.content-center .banner-info {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
}
.azirspares-banner.style5 .title {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.azirspares-banner.style5 .title-hightlight {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #e4bf19;
	margin-bottom: 14px;
}
.azirspares-banner.style5 .desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 37px;
	color: #fff;
}
.azirspares-banner.style5 .banner-inner .button {
	color: #fff;
	min-width: 126px;
	height: 37px;
	line-height: 33px;
	font-size: 11px;
}
/*.azirspares-banner.style6*/
.azirspares-banner.style6 .banner-inner .banner-info strong,
.azirspares-banner.style6 .banner-inner .banner-info em {
	color: #f63439;
}
.azirspares-banner.style6 .banner-info strong {
	font-weight: 500;
}
.azirspares-banner.style6 .banner-info {
	left: 0;
	right: 0;
	top: 12%;
	text-align: center;
}
.azirspares-banner.style6 .title {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
.azirspares-banner.style6 .title-hightlight {
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 17px;
}
.azirspares-banner.style6 .desc {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.azirspares-banner.style6 .banner-inner .button {
	background-color: #000;
	height: 35px;
	line-height: 35px;
	min-width: 117px;
	font-size: 10px;
	letter-spacing: 0.2em;
}
/*.azirspares-banner.style7*/
.azirspares-banner.style7 .banner-info {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.azirspares-banner.style7 .title {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}
.azirspares-banner.style7 .banner-content .button {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
@media (max-width: 1199px) {
	.azirspares-banner .button {
		height: 35px;
		line-height: 31px;
		min-width: 117px;
		font-size: 10px;
		letter-spacing: 0.2em;
	}
	.azirspares-banner .desc br {
		display: none;
	}
	/*.azirspares-banner.default*/
	.azirspares-banner.default .title {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.azirspares-banner.default .desc {
		font-size: 34px;
		margin-bottom: 15px;
	}
	/*.azirspares-banner.style1*/
	.azirspares-banner.style1 .banner-info {
		left: 4%;
	}
	.azirspares-banner.style1 .banner-cat {
		font-size: 14px;
		margin-bottom: 9px;
	}
	.azirspares-banner.style1 .title {
		font-size: 26px;
	}
	.azirspares-banner.style1 .title-hightlight {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.azirspares-banner.style1 .desc {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	/*.azirspares-banner.style2*/
	.azirspares-banner.style2 .banner-info {
		left: 4%;
	}
	.azirspares-banner.style2 .title {
		font-size: 20px;
	}
	.azirspares-banner.style2 .title-hightlight {
		font-size: 20px;
	}
	.azirspares-banner.style2 .desc {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 13px;
	}
	/*.azirspares-banner.style3*/
	.azirspares-banner.style3 .title {
		font-size: 34px;
	}
	.azirspares-banner.style3 .title-hightlight {
		font-size: 50px;
	}
	.azirspares-banner.style3 .desc {
		font-size: 15px;
		margin-bottom: 25px;
	}
	/*.azirspares-banner.style4*/
	.azirspares-banner.style4 .title {
		font-size: 26px;
	}
	.azirspares-banner.style4 .title-hightlight {
		font-size: 26px;
	}
	.azirspares-banner.style4 .banner-inner .banner-info strong,
	.azirspares-banner.style4 .banner-inner .banner-info em {
		font-size: 22px;
	}
	.azirspares-banner.style4 .desc {
		line-height: 1.4;
		margin-bottom: 10px;
	}
	/*.azirspares-banner.style5*/
	.azirspares-banner.style5 .title {
		font-size: 20px;
	}
	.azirspares-banner.style5 .title-hightlight {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.azirspares-banner.style5 .desc {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	/*.azirspares-banner.style6*/
	.azirspares-banner.style6 .title {
		font-size: 30px;
	}
	.azirspares-banner.style6 .title-hightlight {
		font-size: 40px;
		margin-bottom: 12px;
	}
	.azirspares-banner.style6 .desc {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	/*.azirspares-banner.default*/
	.azirspares-banner.default .title {
		font-size: 12px;
		margin-bottom: 3px;
	}
	.azirspares-banner.default .desc {
		font-size: 26px;
		margin-bottom: 10px;
	}
	/*.azirspares-banner.style1*/
	.azirspares-banner.style1 .banner-cat {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.azirspares-banner.style1 .title {
		font-size: 21px;
	}
	.azirspares-banner.style1 .title-hightlight {
		font-size: 21px;
	}
	.azirspares-banner.style1 .desc {
		font-size: 13px;
		margin-bottom: 15px;
	}
	/*.azirspares-banner.style3*/
	.azirspares-banner.style3 .banner-info {
		left: 5%;
	}
	.azirspares-banner.style3 .title {
		font-size: 18px;
	}
	.azirspares-banner.style3 .title-hightlight {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.azirspares-banner.style3 .desc {
		font-size: 13px;
		margin-bottom: 13px;
	}
	/*.azirspares-banner.style4*/
	.azirspares-banner.style4 .title {
		font-size: 22px;
	}
	.azirspares-banner.style4 .title-hightlight {
		font-size: 22px;
		margin-bottom: 3px;
	}
	.azirspares-banner.style4 .banner-inner .banner-info strong,
	.azirspares-banner.style4 .banner-inner .banner-info em {
		font-size: 18px;
	}
	/*.azirspares-banner .title*/
	.azirspares-banner.style7 .title {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.azirspares-banner.style7 .title {
		font-size: 20px;
	}
}
/*.famiau-map-filters-wrap */
.famiau-map-filters-wrap {
	position: relative;
}
.famiau-listings-map-display {
	min-height: 1050px;
}
.famiau-map-filters-form {
	position: absolute;
	top: 70px;
	padding: 0 15px 35px 15px;
	width: 351px;
	-webkit-transition: left 0.25s ease 0s;
	-moz-transition: left 0.25s ease 0s;
	-o-transition: left 0.25s ease 0s;
	transition: left 0.25s ease 0s;
	z-index: 3;
}
.famiau-map-filters-form.form-opened {
	left: 43px;
}
.famiau-map-filters-form.form-closed {
	left: -351px;
}
.famiau-map-filters-form::before {
	content: '';
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 23px;
	width: 100%;
}
.famiau-map-filters-wrap .famiau-title {
	display: inline-block;
	min-width: 216px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #e4bf19;
	color: #fff;
	margin-top: 0;
	margin-bottom: 22px;
	position: relative;
}
.famiau-map-filters-form .famiau-box {
	position: relative;
}
.famiau-map-filters-form .famiau-box:not(:first-child) {
	padding-top: 18px;
}
.famiau-map-filters-form .famiau-box label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 17px;
	margin-top: 10px;
}
.famiau-map-filters-form .famiau-box .famiau-select,
.famiau-map-filters-form .famiau-box .famiau-field {
	width: 100%;
	background-color: #ededed;
	border-color: #ededed;
	height: 50px;
	line-height: 48px;
	color: #000000;
}
.famiau-map-filters-form .famiau-box .famiau-button {
	background-color: #e4bf19;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 15px;
}
.famiau-map-filters-form .famiau-box .famiau-button:hover {
	color: #fff;
	background-color: #000000;
}
.famiau-map-filters-form .famiau-box .famiau-button::before {
	content: "\f10d";
	font-family: 'Flaticon', sans-serif;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: middle;
}
.famiau-map-filters-wrap .famiau-form-inner .famiau-close-open-map-filter {
	position: absolute;
	right: -45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.famiau-map-filters-wrap .famiau-form-inner .famiau-close-open-map-filter::before {
	line-height: 50px;
	text-align: center;
	display: block;
}
/* scrollbar height/width & offset from container borders */
.scroll-wrapper.famiau-fields-wrap {
	max-height: 760px;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element,
.scroll-wrapper.famiau-fields-wrap > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element .scroll-element_track {
	display: none;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element .scroll-bar:hover {
	background-color: #e4bf19;
}
.scroll-wrapper.famiau-fields-wrap:hover > .scroll-element .scroll-bar,
.scroll-wrapper.famiau-fields-wrap > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}
.scroll-wrapper.famiau-fields-wrap > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.famiau-map-filters-form .famiau-fields-wrap > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
/*click*/
.famiau-listings-map-display .famiau-map-info-wrap .famiau-car-info-title {
	font-size: 16px;
	font-weight: 400;
}
.famiau-listings-map-display .famiau-map-info-wrap .famiau-car-img-wrap img {
	max-width: 120px;
}
.famiau-listings-map-display .famiau-map-info-wrap .famiau-feature-wrap .famiau-feature {
	font-size: 14px;
	line-height: 24px;
	color: #868686;
	font-weight: 400;
}
.famiau-listings-map-display .famiau-map-info-wrap .famiau-car-price-wrap {
	font-size: 14px;
	font-weight: 500;
}
.famiau-listings-map-display .famiau-feature::before {
	font-size: 14px;
}
@media (max-width: 1499px) {
	.famiau-listings-map-display {
		min-height: 830px;
	}
	.scroll-wrapper.famiau-fields-wrap {
		max-height: 550px;
	}
}
@media (max-width: 1199px) {
	.famiau-listings-map-display {
		min-height: 650px;
	}
	.scroll-wrapper.famiau-fields-wrap {
		max-height: 350px;
	}
	.famiau-map-filters-wrap .famiau-title {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
	.famiau-map-filters-form .famiau-box .famiau-select,
	.famiau-map-filters-form .famiau-box .famiau-field {
		height: 42px;
		line-height: 40px;
	}
	.famiau-map-filters-form .famiau-box .famiau-button {
		height: 42px;
		line-height: 42px;
	}
	.famiau-map-filters-form {
		width: 280px;
	}
	.famiau-map-filters-form.form-closed {
		left: -280px;
	}
	.famiau-map-filters-form.form-opened {
		left: 0;
	}
	.famiau-map-filters-form {
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.famiau-listings-map-display {
		min-height: 530px;
	}
	.scroll-wrapper.famiau-fields-wrap {
		max-height: 250px;
	}
}
/*===============================================================
9.2 AZIRSPARES BLOG
===============================================================*/
.azirspares-blog .post-item .post-meta > div:not(:last-child)::after {
	display: none;
}
.azirspares-blog.default .title .icon {
	font-size: 32px;
	vertical-align: middle;
	margin-right: 14px;
}
/*.azirspares-blog.default*/
.azirspares-blog.default .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 66px;
}
.azirspares-blog.default .nav-top-right .slick-arrow {
	top: -110px;
}
.azirspares-blog.default .post-thumb {
	overflow: hidden;
}
.azirspares-blog.default .post-thumb img {
	width: 100%;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.azirspares-blog.default .post-inner:hover .post-thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.azirspares-blog.default .post-content {
	background-color: #fff;
}
.azirspares-blog.default .post-info {
	padding: 19px 30px 30px 30px;
}
.azirspares-blog.default .date {
	padding-bottom: 3px;
	color: #999;
}
.azirspares-blog.default .date a::before {
	content: "\f134";
	font-family: 'Flaticon', sans-serif;
	font-size: 16px;
	margin-right: 4px;
	vertical-align: top;
	position: relative;
	top: -2px;
	font-weight: 700;
}
.azirspares-blog .post-info {
	color: #999;
}
.azirspares-blog.default .post-title {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 15px;
}
.azirspares-blog.default .post-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e4bf19;
	width: 43px;
}
.azirspares-blog.default .post-meta {
	border-top: 1px solid #eeeeee;
	overflow: hidden;
	padding: 17px 30px 17px 30px;
}
.azirspares-blog.default .post-author {
	float: left;
}
.azirspares-blog.default .nav-top-right .slick-arrow.prev {
	right: 53px;
}
/*.azirspares-blog.style1*/
.azirspares-blog.style1 .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 75px;
	position: relative;
}
.azirspares-blog.style1 .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(100% - 70px);
	border-bottom: 1px solid #e5e5e5;
}
.azirspares-blog.style1 .title span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	background-color: #fff;
	padding-right: 20px;
}
.azirspares-blog.style1 .title span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #e4bf19;
	width: calc(100% - 20px);
}
.azirspares-blog.style1 .nav-top-right .slick-arrow {
	top: -125px;
}
.azirspares-blog.style1 .post-thumb {
	position: relative;
	margin-top: 7px;
	
}
.azirspares-blog.style1 .datebox {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	-moz-transform: rotate(-90deg) translate(-100%, 0);
	-ms-transform: rotate(-90deg) translate(-100%, 0);
	-o-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	z-index: 1;
}
.azirspares-blog.style1 .datebox a {
	display: inline-block;
	position: relative;
	min-width: 106px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #e4bf19;
	margin-top: 21px;
	margin-right: -7px;
}
.azirspares-blog.style1 .datebox a::before {
	content: '';
	border-width: 23px 0 23px 11px;
	border-style: solid;
	border-color: #e4bf19 transparent #e4bf19 transparent;
	position: absolute;
	left: -11px;
	top: 0;
}
.azirspares-blog.style1 .datebox a span::before,
.azirspares-blog.style1 .datebox a span::after {
	content: '';
	position: absolute;
	border-width: 0 7px 5px 0;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
	top: -5px;
	right: 0;
}
.azirspares-blog.style1 .datebox a span::before {
	border-color: transparent transparent #e4bf19 transparent;
}
.azirspares-blog.style1 .post-thumb figure {
	overflow: hidden;
}
.azirspares-blog.style1 .post-thumb img {
	width: 100%;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	
}
.azirspares-blog.style1 .post-inner:hover .post-thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.azirspares-blog.style1 .post-content {
	background-color: #fff;
}
.azirspares-blog.style1 .post-title {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 22px;
}
.azirspares-blog.style1 .post-meta {
	overflow: hidden;
	padding: 15px 0 15px 0;
}
.azirspares-blog.style1 .post-author {
	float: left;
}
.azirspares-blog.style1 .post-comment {
	float: right;
	color: #000;
}
.azirspares-blog.style1 .post-comment a {
	font-weight: 500;
}
.azirspares-blog.style1 .post-comment a::before {
	content: "\f113";
	font-family: 'Flaticon', sans-serif;
	font-size: 15px;
	margin-right: 4px;
	vertical-align: middle;
	font-weight: normal;
}
@media (max-width: 1199px) {
	.azirspares-blog.style1 .nav-top-right .slick-arrow {
		top: -115px;
	}
	.azirspares-blog.style1 .nav-top-right .slick-arrow.prev {
		right: 48px;
	}
}
@media (max-width: 991px) {
	.azirspares-blog.default .title {
		margin-bottom: 27px;
		font-size: 16px;
	}
	.azirspares-blog.default .title .icon {
		font-size: 28px;
		margin-right: 5px;
	}
	.azirspares-blog.default .nav-top-right .slick-arrow {
		top: -70px;
	}
	.azirspares-blog.default .post-meta,
	.azirspares-blog.default .post-info {
		padding: 15px;
	}
	.azirspares-blog.style1 .title {
		margin-bottom: 35px;
		font-size: 16px;
	}
	.azirspares-blog.style1 .nav-top-right .slick-arrow {
		top: -75px;
	}
}
/*===============================================================
9.3 AZIRSPARES CATEGORY
===============================================================*/
.azirspares-category.default .category-inner {
	text-align: center;
	padding: 35px 20px;
	background-color: #fff;
}
.azirspares-category.default .category-inner .category-thumb {
	margin-bottom: 17px;
	overflow: hidden;
}
.azirspares-category.default .category-inner .category-thumb img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	margin: 0 auto;
}
.azirspares-category.default .category-inner:hover .category-thumb img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.azirspares-category.default .category-inner .title {
	font-size: 16px;
	margin: 0;
}
.submenu .azirspares-category.default .category-inner {
	padding: 17px 0;
	height: auto !important;
}
@media (max-width: 1199px) {
	.azirspares-category.default .category-inner {
		padding: 15px 15px 25px 15px;
	}
}
@media (max-width: 1024px) {
	.submenu .azirspares-category.default .category-inner {
		padding: 10px 0;
	}
}
/*===============================================================
9.4 AZIRSPARES CUSTOMMENU
===============================================================*/
.azirspares-custommenu .menu {
	padding-left: 0;
	list-style: none;
}
.azirspares-custommenu .sub-menu {
	list-style: none;
}
/*.azirspares-custommenu.default*/
.azirspares-custommenu.default .menu li {
	line-height: 34px;
}
.azirspares-custommenu.default .menu li a:not(:hover) {
	color: #868686;
}
.azirspares-custommenu.default.light .menu li a:not(:hover) {
	color: #666666;
}
/*.azirspares-custommenu.style1*/
.azirspares-custommenu.style1 .widget {
	border: 3px solid #e4bf19;
}
.azirspares-custommenu.style1 .widgettitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 15px 15px 15px 25px;
	text-transform: uppercase;
	background-color: #e4bf19;
}
.azirspares-custommenu.style1 .menu .menu-item {
	position: relative;
	color: #666666;
}
.azirspares-custommenu.style1 .menu .menu-item:hover::before {
	content: '';
	width: 15px;
	height: 100%;
	right: -13px;
	top: 0;
	display: block;
	position: absolute;
}
.azirspares-custommenu.style1 .menu .menu-item.link-other {
	display: none;
}
.azirspares-custommenu.style1 .menu .menu-item > a .image {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.azirspares-custommenu.style1 .menu .menu-item > a .icon {
	margin-right: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.azirspares-custommenu.style1 .menu > .menu-item > a {
	color: #868686;
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 13px 15px 13px 25px;
}
.azirspares-custommenu.style1 .menu > .menu-item:not(:first-child) > a {
	border-top: 1px solid #e4e4e4;
}
.azirspares-custommenu.style1 .menu > .menu-item.show-submenu > a,
.azirspares-custommenu.style1 .menu > .menu-item:hover > a {
	color: #e4bf19;
}
.azirspares-custommenu.style1 .menu .submenu {
	list-style: none;
}
.azirspares-custommenu.style1 .menu .submenu:not(.megamenu) .menu-item a {
	font-size: 14px;
	display: block;
	padding: 5px 10px 5px 30px;
}
.azirspares-custommenu.style1 .menu .submenu.megamenu > div {
	padding: 30px 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
@media (min-width: 1025px) {
	.azirspares-custommenu.style1 .menu .menu-item.parent-megamenu {
		position: static;
	}
	.azirspares-custommenu.style1 .menu .menu-item:not(:hover) > .submenu {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		-o-transform: translateX(15px);
		transform: translateX(15px);
	}
	.azirspares-custommenu.style1 .menu .submenu {
		position: absolute;
		top: -2px;
		left: calc(100% + 12px);
		
		background-color: #fff;
		z-index: 9;
		min-width: 257px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.azirspares-custommenu.style1 .menu .submenu .submenu {
		top: -2px;
	}
	.azirspares-custommenu.style1 .menu .submenu:not(.megamenu) {
		border: 2px solid #eaeaea;
		padding: 30px 0;
	}
	.azirspares-custommenu.style1 .menu .submenu.megamenu {
		overflow: hidden;
	}
	.azirspares-custommenu.style1 .menu .submenu.megamenu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		border: 2px solid #eaeaea;
		pointer-events: none;
	}
	.azirspares-custommenu.style1 .menu .menu-item.parent > a::after {
		font-size: 18px;
		content: '\f105';
		font-family: FontAwesome, sans-serif;
		display: inline-block;
		float: right;
	}
}
@media (max-width: 1199px) {
	.azirspares-custommenu.style1 {
		padding-bottom: 15px !important;
	}
	.azirspares-custommenu.style1 .menu > .menu-item > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.azirspares-custommenu.style1 .menu [class^="vc_col-"],
	.azirspares-custommenu.style1 .menu [class*=" vc_col-"] {
		width: 100% !important;
		float: none;
	}
	.azirspares-custommenu.style1 .menu .megamenu {
		width: auto !important;
		max-width: inherit !important;
	}
	.azirspares-custommenu.style1 .menu .submenu.megamenu > div {
		background: none !important;
		padding: 15px 0 !important;
	}
	.azirspares-custommenu.style1 .menu {
		border-right: 1px solid #eee;
	}
	.azirspares-custommenu.style1 .menu .menu-item > .toggle-submenu {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 11px 20px;
		-webkit-transition: transform 0.3s, color 0.4s ease 0s;
		-moz-transition: transform 0.3s, color 0.4s ease 0s;
		-o-transition: transform 0.3s, color 0.4s ease 0s;
		transition: transform 0.3s, color 0.4s ease 0s;
		cursor: pointer;
	}
	.azirspares-custommenu.style1 .menu .menu-item > .toggle-submenu::before {
		display: block;
		font-family: 'FontAwesome', sans-serif;
		content: "\f107";
	}
	.azirspares-custommenu.style1 .menu .menu-item.show-submenu > .toggle-submenu {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.azirspares-custommenu.style1 .menu .submenu {
		display: none;
		position: static;
	}
	.azirspares-custommenu.style1 .menu .submenu:not(.megamenu) .menu-item a {
		padding-left: 10px;
	}
}
/*===============================================================
9.5 AZIRSPARES HEADING
==============================================================*/
.azirspares-heading .title {
	margin-top: 0;
}
/*.azirspares-heading.default*/
.azirspares-heading.default .title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.azirspares-heading.default.dark .title {
	color: #fff;
}
.azirspares-heading.default .title span {
	display: inline-block;
	position: relative;
	padding-bottom: 21px;
}
.azirspares-heading.default .title span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #e4bf19;
	width: 42px;
}
/*.azirspares-heading.style1*/
.azirspares-heading.style1 .heading-inner {
	overflow: hidden;
}
.azirspares-heading.style1 .header-wrap {
	float: left;
}
.azirspares-heading.style1 .title {
	font-size: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 9px;
}
.azirspares-heading.style1 .desc {
	font-size: 18px;
	color: #838383;
	margin-bottom: 0;
}
.azirspares-heading.style1.light .title,
.azirspares-heading.style1.light .desc {
	color: #fff;
}
.azirspares-heading.style1 .button-inner {
	float: right;
	margin-top: 15px;
}
.azirspares-heading.style1 .button {
	display: inline-block;
	min-width: 122px;
	height: 38px;
	line-height: 36px;
	padding: 0 10px;
	border: 1px solid #000;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	color: #000;
}
.azirspares-heading.style1.light .button {
	border: 1px solid #fff;
	color: #fff;
}
.azirspares-heading.style1 .button::after {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	font-size: 15px;
	margin-left: 6px;
}
.azirspares-heading.style1 .button:hover {
	border-color: #e4bf19;
	background-color: #e4bf19;
	color: #fff;
}
/*.azirspares-heading.style2*/
.azirspares-heading.style2 {
	font-size: 22px;
}
.azirspares-heading.style2 .heading-inner {
	text-align: center;
}
.azirspares-heading.style2 .title {
	font-size: inherit;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	color: #fff;
	padding-bottom: 25px;
}
.azirspares-heading.style2 .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 2px solid #e4bf19;
	width: 124px;
}
/*.azirspares-heading.style3*/
.azirspares-heading.style3 {
	font-size: 22px;
}
.azirspares-heading.style3 .heading-inner {
	text-align: center;
}
.azirspares-heading.style3 .title {
	font-size: inherit;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 25px;
}
.azirspares-heading.style3 .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 2px solid #e4bf19;
	width: 124px;
}
/*azirspares-heading.style4*/
.azirspares-heading.style4 {
	font-size: 24px;
}
.azirspares-heading.style4 .title {
	font-size: inherit;
	position: relative;
	padding-bottom: 25px;
	margin: 0 auto 25px auto;
	text-align: center;
	max-width: 300px;
}
.azirspares-heading.style4 .title::before {
	content: '';
	border-bottom: 1px solid #e4bf19;
	width: 64px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.azirspares-heading.style*/
.azirspares-heading.style5 .title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 65px;
}
.azirspares-heading.style5 .title .icon {
	font-size: 32px;
	margin-right: 15px;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.azirspares-heading.style2,
	.azirspares-heading.style3 {
		font-size: 16px;
	}
	.azirspares-heading.style5 .title,
	.azirspares-heading.style1 .title {
		font-size: 16px;
	}
	.azirspares-heading.style1 .button,
	.azirspares-heading.style1 .header-wrap {
		float: none;
	}
	.azirspares-heading.style1 .desc {
		font-size: 15px;
	}
	.azirspares-heading.style5 .title {
		margin-bottom: 30px;
		text-align: center;
	}
}
/*===============================================================
9.6 AZIRSPARES ICONBOX
===============================================================*/
.azirspares-iconbox .title {
	margin-top: 0;
}
.azirspares-iconbox .desc {
	margin-bottom: 0;
}
.azirspares-iconbox .icon span::before {
	display: inline-block;
}
.azirspares-iconbox .iconbox-inner:hover .icon span::before {
	-webkit-animation: bounceIn .3s ease;
	-o-animation: bounceIn .3s ease;
	animation: bounceIn .3s ease;
}
/*.azirspares-iconbox.default*/
.azirspares-iconbox.default .iconbox-inner {
	text-align: center;
	background-color: #fff;
	padding: 0 10px 46px;
	margin-top: 48px;
}
.azirspares-iconbox.default .icon {
	display: inline-block;
	font-size: 37px;
	background-color: #fff;
	position: relative;
	padding: 9px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	margin-top: -47px;
	margin-bottom: 21px;
}
.azirspares-iconbox.default .icon span {
	display: block;
	line-height: 73px;
	border-radius: 50%;
	border: 2px solid #e4bf19;
	color: #e4bf19;
}
.azirspares-iconbox.default .icon span.flaticon-delivery-truck {
	font-size: 46px;
}
.azirspares-iconbox.default .title {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.azirspares-iconbox.default .desc {
	font-size: 16px;
}
body.single-product .azirspares-iconbox.default .desc {
	font-size: 14px;
}
/*.azirspares-iconbox.style1*/
.azirspares-iconbox.style1 .iconbox-inner {
	text-align: center;
}
.azirspares-iconbox.style1 .icon {
	display: inline-block;
	font-size: 72px;
	color: #fff;
	position: relative;
	padding: 16px;
	width: 161px;
	height: 161px;
	text-align: center;
}
.azirspares-iconbox.style1 .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #e4bf19;
	opacity: 0.26;
}
.azirspares-iconbox.style1 .icon span {
	position: relative;
	border-radius: 50%;
	background-color: #e4bf19;
	display: inline-block;
	line-height: 129px;
	width: 100%;
}
/*.azirspares-iconbox.style2*/
.azirspares-iconbox.style2 .iconbox-inner {
	overflow: hidden;
}
.azirspares-iconbox.style2 .icon {
	float: left;
	font-size: 20px;
	min-width: 42px;
	padding-right: 5px;
	padding-left: 1px;
	color: #e4bf19
}
.azirspares-iconbox.style2 .iconbox-wrap {
	overflow: hidden;
}
.azirspares-iconbox.style2 .desc {
	margin-bottom: 0;
	color: #999 !important;
}
.azirspares-iconbox.style2.light .desc {
	color: #666666;
}
/*.azirspares-iconbox.style3*/
.azirspares-iconbox.style3 .iconbox-inner {
	display: table;
	width: 100%;
	color: #fff;
	background-color: #e4bf19;
	
	padding: 34px 25px 39px 25px;
}
.azirspares-iconbox.style3 .icon {
	display: table-cell;
	vertical-align: middle;
	font-size: 48px;
	width: 90px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	padding: 17px 0;
}
.azirspares-iconbox.style3 .icon span.flaticon-delivery-truck {
	font-size: 57px;
}
.azirspares-iconbox.style3 .iconbox-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}
.azirspares-iconbox.style3 .title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.azirspares-iconbox.style3 .desc {
	font-size: 16px;
	line-height: 24px;
}
/*.azirspares-iconbox.style4*/
.azirspares-iconbox.style4 .iconbox-inner {
	text-align: center;
	background-color: #fff;
	
	padding: 38px 15px 44px 15px;
}
.azirspares-iconbox.style4 .icon {
	display: inline-block;
	font-size: 47px;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
	color: #e4bf19;
}
.azirspares-iconbox.style4 .icon span.flaticon-delivery-truck {
	font-size: 58px;
}
.azirspares-iconbox.style4 .title {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.azirspares-iconbox.style4 .desc {
	font-size: 16px;
}
/*.azirspares-iconbox.style5*/
.azirspares-iconbox.style5 .iconbox-inner {
	display: table;
	width: 100%;
	background-color: #f4f4f4;
	
	padding: 34px 25px 39px 25px;
}
.azirspares-iconbox.style5 .icon {
	display: table-cell;
	vertical-align: middle;
	font-size: 56px;
	width: 90px;
	border-right: 1px solid rgba(187, 187, 187, 0.4);
	padding: 17px 0;
	color: #e4bf19;
}
.azirspares-iconbox.style5 .iconbox-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}
.azirspares-iconbox.style5 .title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.azirspares-iconbox.style5 .desc {
	font-size: 16px;
	line-height: 24px;
}
/*.azirspares-iconbox.style6*/
.azirspares-iconbox.style6 .iconbox-inner {
	display: table;
	color: #fff;
}
.azirspares-iconbox.style6 .icon {
	display: inline-block;
	width: 136px;
	vertical-align: middle;
	font-size: 60px;
	height: 136px;
	line-height: 127px;
	margin-right: 26px;
	letter-spacing: -4px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid;
}
.azirspares-iconbox.style6 .iconbox-wrap {
	display: table-cell;
	vertical-align: middle;
}
.azirspares-iconbox.style6 .title {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	max-width: 350px;
	margin-bottom: 7px;
}
.azirspares-iconbox.style6 .desc {
	font-size: 18px;
	line-height: 24px;
}
/*.azirspares-iconbox.style7*/
.azirspares-iconbox.style7 .iconbox-inner {
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 63px 15px 0 15px;
}
.azirspares-iconbox.style7 .icon {
	line-height: 1;
	margin-bottom: 22px;
	color: #000000;
	font-size: 99px;
}
.azirspares-iconbox.style7 img {
	margin: 0 auto;
}
.azirspares-iconbox.style7 .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.azirspares-iconbox.style7 .desc {
	margin-bottom: 18px;
}
.azirspares-iconbox.style7 .button {
	display: inline-block;
	min-width: 122px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	text-align: center;
	background-color: #e4bf19;
	
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-weight: 500;
	bottom: -20px;
}
.azirspares-iconbox.style7 .button:hover {
	background-color: #000000;
}
/*.azirspares-iconbox.style8*/
.azirspares-iconbox.style8 .iconbox-inner {
	display: table;
	width: 100%;
}
.azirspares-iconbox.style8 .icon {
	display: table-cell;
	vertical-align: middle;
	padding: 7px;
	position: relative;
	width: 68px;
	text-align: center;
}
.azirspares-iconbox.style8 .icon::before {
	content: '';
	border-radius: 50%;
	background-color: #e4bf19;
	opacity: 0.3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.azirspares-iconbox.style8 .icon span {
	border-radius: 50%;
	background-color: #e4bf19;
	font-size: 27px;
	line-height: 54px;
	display: block;
	color: #fff;
	position: relative;
}
.azirspares-iconbox.style8 .iconbox-wrap {
	display: table-cell;
	vertical-align: middle;
}
.azirspares-iconbox.style8 .title {
	margin-bottom: 0;
	color: #e4bf19;
	font-size: 30px;
	font-weight: 300;
	padding-left: 19px;
}
/*.azirspares-iconbox.style9*/
.azirspares-iconbox.style9 .iconbox-inner {
	background-color: #e4bf19;
	padding: 56px 22px 60px 22px;
	position: relative;
	z-index: 2;
}
.azirspares-iconbox.style9 .iconbox-inner::before {
	content: '';
	border-style: solid;
	border-color: transparent #141414 transparent transparent;
	border-width: 23px 12px 0 0;
	position: absolute;
	top: 0;
	left: -12px;
}
.azirspares-iconbox.style9 .icon {
	float: left;
	width: 96px;
	height: 96px;
	position: relative;
	text-align: center;
	padding: 7px;
	font-size: 38px;
}
.azirspares-iconbox.style9 .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
}
.azirspares-iconbox.style9.light .icon::before {
	background-color: #fff;
}
.azirspares-iconbox.style9 .icon span {
	display: block;
	line-height: 82px;
	border-radius: 50%;
	background-color: #000;
	color: #e4bf19;
	position: relative;
}
.azirspares-iconbox.style9.light .icon span {
	background-color: #fff;
}
.azirspares-iconbox.style9 .iconbox-wrap {
	margin-top: 10px;
	padding-left: 20px;
	overflow: hidden;
}
.azirspares-iconbox.style9 .title {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}
.azirspares-iconbox.style9 .desc {
	font-size: 35px;
	line-height: 1.2;
	color: #000;
}
.azirspares-iconbox.style9 .iconbox-info {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 117px;
}
.azirspares-iconbox.style9 .texticon {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2em;
	-webkit-transform: rotate(90deg) translateY(-250%);
	-moz-transform: rotate(90deg) translateY(-250%);
	-ms-transform: rotate(90deg) translateY(-250%);
	-o-transform: rotate(90deg) translateY(-250%);
	transform: rotate(90deg) translateY(-250%);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	padding-left: 23px;
	position: absolute;
	color: #000;
	top: 0;
	left: 0;
}
.azirspares-iconbox.style9 .content {
	border-left: 3px solid;
	color: #000;
	padding-left: 18px;
}
.azirspares-iconbox.style9 .content p {
	margin-bottom: 22px;
}
.azirspares-iconbox.style9 .content p:last-child {
	margin-bottom: 0;
}
.azirspares-iconbox.style9 .content h1,
.azirspares-iconbox.style9 .content h2,
.azirspares-iconbox.style9 .content h3,
.azirspares-iconbox.style9 .content h4,
.azirspares-iconbox.style9 .content h5,
.azirspares-iconbox.style9 .content h6 {
	color: inherit;
	font-weight: normal;
	margin: 0 0 5px 0;
}
/*.azirspares-iconbox.style10*/
.azirspares-iconbox.style10 .iconbox-inner {
	position: relative;
	text-align: center;
}
.azirspares-iconbox.style10 .iconbox-inner::before,
.azirspares-iconbox.style10 .iconbox-inner::after {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #e3e3e3;
	width: calc(50% - 39px);
}
.azirspares-iconbox.style10 .iconbox-inner::before {
	left: 0;
}
.azirspares-iconbox.style10 .iconbox-inner::after {
	right: 0;
}
.azirspares-iconbox.style10 .icon {
	width: 78px;
	font-size: 42px;
	margin: 0 auto;
	color: #000;
}
/*.azirspares-iconbox.style11*/
.azirspares-iconbox.style11 .iconbox-inner {
	text-align: center;
	padding: 15px 15px 30px 15px;
}
.azirspares-iconbox.style11 .icon {
	color: #000000;
	font-size: 99px;
}
.azirspares-iconbox.style11 img {
	margin: 0 auto;
}
.azirspares-iconbox.style11 .desc {
	margin: 0 auto 53px auto;
	max-width: 350px;
}
.azirspares-iconbox.style11 .button {
	display: inline-block;
	min-width: 170px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	background-color: #e4bf19;
	
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-weight: 500;
}
.azirspares-iconbox.style11 .button:hover {
	background-color: #000000;
}
/*.azirspares-iconbox.style12*/
.azirspares-iconbox.style12 .icon {
	margin-bottom: 20px;
}
.azirspares-iconbox.style12 .title {
	font-size: 22px;
	font-weight: 500;
}
.azirspares-iconbox.style12.light .title {
	color: #fff;
}
.azirspares-iconbox.style12 .desc {
	margin-bottom: 18px;
}
.azirspares-iconbox.style12.light .desc {
	color: #c2c2c2;
}
.azirspares-iconbox.style12 .button {
	display: inline-block;
	min-width: 131px;
	height: 37px;
	line-height: 37px;
	padding: 0 15px;
	text-align: center;
	
	background-color: #fc2327;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	overflow: hidden;
	position: relative;
}
/*.azirspares-iconbox.style13*/
.azirspares-iconbox.style13 .iconbox-inner {
	display: table;
}
.azirspares-iconbox.style13 .icon {
	display: table-cell;
	vertical-align: middle;
	padding-right: 45px;
}
.azirspares-iconbox.style13 .iconbox-wrap {
	display: table-cell;
	vertical-align: middle;
}
.azirspares-iconbox.style13 .title {
	font-size: 28px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 3px;
}
.azirspares-iconbox.style13 .desc {
	font-size: 18px;
	color: #979797;
	margin-bottom: 20px;
}
.azirspares-iconbox.style13 .button {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #fc2327;
	min-width: 131px;
	height: 45px;
	line-height: 45px;
	
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.azirspares-iconbox.style12 .button::before,
.azirspares-iconbox.style13 .button::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.azirspares-iconbox.style12 .button:hover::before,
.azirspares-iconbox.style13 .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*.azirspares-iconbox.style14*/
.azirspares-iconbox.style14 .iconbox-inner {
	text-align: center;
}
.azirspares-iconbox.style14 .icon {
	background-color: #e4bf19;
	text-align: center;
	font-size: 115px;
	padding: 156px 15px;
	color: #fff;
	margin: 0 auto 29px auto;
	line-height: 1;
	max-width: 440px;
	display: block;
}
.azirspares-iconbox.style14 .title {
	font-size: 24px;
	margin-bottom: 25px;
}
/*.azirspares-iconbox.style15*/
.azirspares-iconbox.style15 .iconbox-inner {
	overflow: hidden;
}
.azirspares-iconbox.style15 .iconbox-wrap {
	float: left;
	width: 51.43%;
	padding: 65px 20px 0 0;
}
.azirspares-iconbox.style15 .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}
.azirspares-iconbox.style15 .title::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 1px solid #e4bf19;
}
.azirspares-iconbox.style15 p {
	line-height: 28px;
	margin-bottom: 26px;
	max-width: 600px;
}
.azirspares-iconbox.style15 .button {
	display: inline-block;
	min-width: 184px;
	height: 50px;
	line-height: 50px;
	background-color: #000000;
	
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.azirspares-iconbox.style15 .button:hover {
	background-color: #e4bf19;
}
.azirspares-iconbox.style15 .icon {
	float: right;
	width: 48.57%;
	position: relative;
}
.azirspares-iconbox.style15 .icon .product-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.azirspares-iconbox.style15 .icon .product-video-button a {
	display: inline-block;
	width: 128px;
	height: 128px;
	position: relative;
}
.azirspares-iconbox.style15 .icon .product-video-button a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.azirspares-iconbox.style15 .icon .product-video-button a:hover::before {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.azirspares-iconbox.style15 .icon .product-video-button a::after {
	content: '';
	border-style: solid;
	border-color: transparent transparent transparent #e4bf19;
	border-width: 13px 0 13px 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
/*.azirspares-iconbox.style16*/
.azirspares-iconbox.style16 .iconbox-inner {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.azirspares-iconbox.style16 .iconbox-inner::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	border-bottom: 1px solid #e4bf19;
}
.azirspares-iconbox.style16 .icon {
	display: inline-block;
	font-size: 20px;
	padding-right: 7px;
	color: #e4bf19;
}
.azirspares-iconbox.style16 .iconbox-wrap {
	display: inline-block;
}
.azirspares-iconbox.style16 .title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0;
}
/*.azirspares-iconbox.style17*/
.azirspares-iconbox.style17 .iconbox-inner {
	text-align: center;
	background-color: #ffffff;
	
	padding: 25px 10px;
}
.azirspares-iconbox.style17 .title {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
/*.azirspares-iconbox.style18*/
.azirspares-iconbox.style18 .iconbox-inner {
	display: table;
	width: 100%;
}
.azirspares-iconbox.style18 .icon {
	display: table-cell;
	vertical-align: middle;
	padding: 7px;
	position: relative;
	width: 68px;
	text-align: center;
}
.azirspares-iconbox.style18 .icon::before {
	content: '';
	border-radius: 50%;
	background-color: #e4bf19;
	opacity: 0.3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.azirspares-iconbox.style18 .icon span {
	border-radius: 50%;
	background-color: #e4bf19;
	font-size: 27px;
	line-height: 54px;
	display: block;
	color: #fff;
	position: relative;
}
.azirspares-iconbox.style18 .iconbox-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
.azirspares-iconbox.style18 .title {
	margin-bottom: 3px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}
.azirspares-iconbox.style18 .desc {
	margin-bottom: 0;
	color: #e4bf19;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
}
@media (max-width: 1499px) {
	.azirspares-iconbox.style9 .desc {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.azirspares-iconbox br {
		display: none;
	}
	/*.azirspares-iconbox.default*/
	.azirspares-iconbox.default .iconbox-inner {
		padding-bottom: 25px;
	}
	/*.azirspares-iconbox.style1*/
	.azirspares-iconbox.style1 .icon {
		width: 120px;
		height: 120px;
		font-size: 50px;
	}
	.azirspares-iconbox.style1 .icon span {
		line-height: 89px;
	}
	/*.azirspares-iconbox.style2*/
	.azirspares-iconbox.style2 .icon {
		min-width: 32px;
	}
	/*.azirspares-iconbox.style3*/
	.azirspares-iconbox.style3 .iconbox-inner {
		padding: 20px;
	}
	.azirspares-iconbox.style3 .icon {
		width: 67px;
	}
	.azirspares-iconbox.style3 .iconbox-wrap {
		padding-left: 20px;
	}
	.azirspares-iconbox.style3 .title {
		margin-bottom: 10px;
	}
	.azirspares-iconbox.style3 .desc {
		font-size: 14px;
	}
	/*.azirspares-iconbox.style5*/
	.azirspares-iconbox.style5 .iconbox-inner {
		padding: 20px;
	}
	.azirspares-iconbox.style5 .icon {
		font-size: 47px;
		width: 67px;
	}
	.azirspares-iconbox.style5 .iconbox-wrap {
		padding-left: 20px;
	}
	.azirspares-iconbox.style5 .title {
		margin-bottom: 10px;
	}
	.azirspares-iconbox.style5 .desc {
		font-size: 14px;
	}
	/*.azirspares-iconbox.style6*/
	.azirspares-iconbox.style6 .title {
		max-width: 100%;
		font-size: 26px;
	}
	.azirspares-iconbox.style6 .desc {
		font-size: 15px;
	}
	.azirspares-iconbox.style6 .icon {
		width: 110px;
		height: 110px;
		line-height: 103px;
	}
	/*.azirspares-iconbox.style8*/
	.azirspares-iconbox.style8 .title {
		font-size: 24px;
		padding-left: 10px;
	}
	/*.azirspares-iconbox.style9*/
	.azirspares-iconbox.style9 .iconbox-inner {
		padding: 25px 20px;
	}
	.azirspares-iconbox.style9 .iconbox-inner::before {
		display: none;
	}
	.azirspares-iconbox.style9 .iconbox-wrap {
		padding-left: 10px;
		margin-top: 15px;
	}
	.azirspares-iconbox.style9 .texticon {
		position: static;
		padding-top: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		transform-origin: inherit;
		-webkit-transform-origin: inherit;
		-moz-transform-origin: inherit;
		-ms-transform-origin: inherit;
		-o-transform-origin: inherit;
	}
	.azirspares-iconbox.style9 .desc {
		font-size: 20px;
	}
	.azirspares-iconbox.style9 .iconbox-info {
		padding-left: 0;
	}
	/*.azirspares-iconbox.style11*/
	.azirspares-iconbox.style11 .desc {
		margin-bottom: 25px;
	}
	/*.azirspares-iconbox.style14*/
	.azirspares-iconbox.style14 .icon {
		padding: 100px 15px;
		font-size: 70px;
	}
	/*.azirspares-iconbox.style15*/
	.azirspares-iconbox.style15 .iconbox-wrap {
		padding-top: 0;
	}
	.azirspares-iconbox.style15 .button {
		margin-top: 0;
	}
	.azirspares-iconbox.style15 p {
		margin-bottom: 18px;
	}
	.azirspares-iconbox.style15 .icon .product-video-button a {
		width: 90px;
		height: 90px
	}
	/*.azirspares-iconbox.style18*/
	.azirspares-iconbox.style18 .desc {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.submenu .azirspares-iconbox.style12.light .title {
		color: #000;
	}
	.azirspares-iconbox.style13 .iconbox-wrap,
	.azirspares-iconbox.style13 .iconbox-inner,
	.azirspares-iconbox.style13 .icon {
		display: block;
		padding: 0;
	}
}
@media (max-width: 991px) {
	/*.azirspares-iconbox.style14*/
	.azirspares-iconbox.style14 .icon {
		padding: 75px 15px;
		margin-bottom: 20px;
	}
	.azirspares-iconbox.style14 .title {
		margin-bottom: 20px;
	}
	/*.azirspares-iconbox.style15*/
	.azirspares-iconbox.style15 .title {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	/*azirspares-iconbox.style16*/
	.azirspares-iconbox.style16 .iconbox-inner {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	/*.azirspares-iconbox.default*/
	.azirspares-iconbox.default .icon {
		font-size: 34px;
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.azirspares-iconbox.default .icon span.flaticon-delivery-truck {
		font-size: 44px;
	}
	.azirspares-iconbox.default .icon span {
		line-height: 58px;
	}
	.azirspares-iconbox.default .title,
	.azirspares-iconbox.default .desc {
		font-size: 14px;
	}
	/*.azirspares-iconbox.style3*/
	.azirspares-iconbox.style3 .iconbox-inner {
		padding: 15px;
	}
	.azirspares-iconbox.style3 .icon {
		width: 60px;
	}
	.azirspares-iconbox.style3 .iconbox-wrap {
		padding-left: 15px;
	}
	.azirspares-iconbox.style3 .title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.azirspares-iconbox.style3 .desc {
		font-size: 14px;
		line-height: 20px;
	}
	/*.azirspares-iconbox.style3*/
	.azirspares-iconbox.style5 .iconbox-inner {
		padding: 15px;
	}
	.azirspares-iconbox.style5 .icon {
		font-size: 40px;
		width: 60px;
	}
	.azirspares-iconbox.style5 .iconbox-wrap {
		padding-left: 15px;
	}
	.azirspares-iconbox.style5 .title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.azirspares-iconbox.style5 .desc {
		font-size: 14px;
		line-height: 20px;
	}
	/*.azirspares-iconbox.style4*/
	.azirspares-iconbox.style4 .icon {
		font-size: 40px;
	}
	.azirspares-iconbox.style4 .icon span.flaticon-delivery-truck {
		font-size: 52px;
	}
	.azirspares-iconbox.style4 .title,
	.azirspares-iconbox.style4 .desc {
		font-size: 14px;
	}
	/*.azirspares-iconbox.style6*/
	.azirspares-iconbox.style6 .icon {
		font-size: 38px;
		width: 75px;
		height: 75px;
		letter-spacing: 0;
		line-height: 64px;
	}
	.azirspares-iconbox.style6 .title {
		font-size: 17px;
	}
	.azirspares-iconbox.style6 .desc {
		font-size: 14px;
	}
	/*.azirspares-iconbox.style15*/
	.azirspares-iconbox.style15 .icon {
		width: 100%;
		padding-bottom: 25px;
	}
	.azirspares-iconbox.style15 .iconbox-wrap {
		width: 100%;
	}
}
/*===============================================================
9.7 AZIRSPARES INSTAGRAM
===============================================================*/
.azirspares-instagram .widgettitle {
	margin-top: 0;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 64px;
	text-align: center;
	position: relative;
}
.azirspares-instagram .widgettitle::before {
	content: '';
	border-bottom: 1px solid #e4bf19;
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.azirspares-instagram .widgettitle span {
	display: block;
	font-size: 73px;
	padding-bottom: 35px;
	font-weight: normal;
}
.azirspares-instagram .item {
	position: relative;
	text-align: center;
	display: block;
}
.azirspares-instagram .item::before {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
.azirspares-instagram .item:hover::before {
	opacity: 1;
	visibility: visible;
}
.azirspares-instagram .instagram-info {
	color: #fff;
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%) scale(0.4);
	-moz-transform: translateY(-50%) scale(0.4);
	-ms-transform: translateY(-50%) scale(0.4);
	-o-transform: translateY(-50%) scale(0.4);
	transform: translateY(-50%) scale(0.4);
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
.azirspares-instagram .item:hover .instagram-info {
	opacity: 1;
	visibility: visible;
	white-space: nowrap;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.azirspares-instagram .social-wrap {
	display: block;
}
.azirspares-instagram .social-info {
	font-size: 14px;
	display: inline-block;
}
.azirspares-instagram .social-info:not(:last-child)::after {
	content: '|';
	padding: 0 7px 0 10px;
	font-size: 16px;
	vertical-align: top;
}
.azirspares-instagram .social-info i {
	font-size: 18px;
	padding-left: 4px;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.azirspares-instagram .widgettitle {
		font-size: 16px;
		margin-bottom: 30px;
	}
}
/*===============================================================
9.8 AZIRSPARES LISTING
===============================================================*/
.azirspares-listing .cat-name a:not(:hover) {
	color: inherit;
}
.azirspares-listing .listing-list li a {
	position: relative;
	display: inline-block;
}
.azirspares-listing .listing-list li a .image {
	position: absolute;
	right: -32px;
	top: -3px;
	z-index: 1;
	line-height: 0;
}
/*.azirspares-listing.default*/
.azirspares-listing.default .listing-thumb {
	padding: 22px 25px 34px 25px;
	border: 2px solid #eaeaea;
	border-bottom: none;
	
	position: relative;
}
.azirspares-listing.default figure {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}
.azirspares-listing.default figure img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	margin: 0 auto;
}
.azirspares-listing.default .listing-inner:hover figure img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.azirspares-listing.default .cat-name {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
.azirspares-listing.default .button {
	position: absolute;
	bottom: -19px;
	right: 25px;
	display: inline-block;
	min-width: 122px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	text-transform: uppercase;
	background-color: #e4bf19;
	overflow: hidden;
}
.azirspares-listing.default .button::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.azirspares-listing.default .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.azirspares-listing.default .button::after {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	font-size: 15px;
	margin-left: 8px;
	vertical-align: top;
}
.azirspares-listing.default .listing-list {
	background-color: #f6f6f6;
	padding: 31px 28px 25px 28px;
	list-style: none;
}
.azirspares-listing.default .listing-list li {
	color: #666666;
	font-size: 16px;
	line-height: 34px;
	position: relative;
}
.azirspares-listing.default .listing-list li .icon {
	font-family: 'FontAwesome', sans-serif;
	content: '\f054';
	font-size: 14px;
	margin-right: 8px;
	vertical-align: top;
}
.azirspares-listing.default .listing-list li a:not(:hover) {
	color: inherit;
}
/*.azirspares-listing.style1*/
.azirspares-listing.style1 .cat-name {
	margin-top: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 24px;
}
.azirspares-listing.style1.dark .cat-name {
	color: #fff;
}
.azirspares-listing.style1 .cat-name::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #e4bf19;
	width: 42px;
}
.azirspares-listing.style1 .listing-list {
	padding-left: 0 !important;
	list-style: none;
}
.azirspares-listing.style1 .listing-list li {
	line-height: 34px;
}
.submenu .azirspares-listing.style1 .listing-list li {
	line-height: 36px;
}
.azirspares-listing.style1 .listing-list li {
	color: #999;
}
.azirspares-listing.style1.light .listing-list li {
	color: #666666;
}
.azirspares-listing.style1 .listing-list li a:not(:hover) {
	color: inherit;
}
/*.azirspares-listing.style2*/
.azirspares-listing.style2 .listing-list {
	list-style: none;
	padding-left: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.azirspares-listing.style2 .listing-list li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.azirspares-listing.style2 .listing-list li .icon {
	position: absolute;
	height: 58px;
	line-height: 54px;
	width: 54px;
	right: 15px;
	top: 0;
	text-align: center;
	font-size: 23px;
	color: #cacaca;
	pointer-events: none;
}
.azirspares-listing.style2 .listing-list li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 54px 16px 26px;
	border: 1px solid #dadada;
	
	color: #000000;
}
.azirspares-listing.style2 .listing-list li:hover a {
	color: #fff;
	background-color: #e4bf19;
	border-color: #e4bf19;
}
.azirspares-listing.style2 .listing-list li:hover .icon {
	color: #fff;
}
.azirspares-listing.style2 .button {
	display: table;
	min-width: 155px;
	height: 42px;
	line-height: 42px;
	
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 50px auto 0 auto;
	background-color: #000000;
	font-weight: 500;
}
.azirspares-listing.style2 .button:hover {
	background-color: #e4bf19;
}
.azirspares-listing.style2 .button::after {
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 9px;
}
/*.azirspares-listing.style3*/
.azirspares-listing.style3 .listing-inner {
	overflow: hidden;
}
.azirspares-listing.style3 figure {
	margin-right: 13px;
	float: left;
}
.azirspares-listing.style3.has-border figure img {
	border-radius: 50%;
	border: 2px solid #dedede;
}
.azirspares-listing.style3 .cat-name {
	margin-top: 0;
	padding-top: 32px;
	margin-bottom: 2px;
}
.azirspares-listing.style3 .listing-list {
	padding-left: 0;
	list-style: none;
}
.azirspares-listing.style3 .listing-list li {
	display: inline-block;
}
.azirspares-listing.style3 .listing-list li:not(:last-child) a:after {
	content: ',';
}
.azirspares-listing.style3 .listing-list li a:not(:hover) {
	color: inherit;
}
/*.azirspares-listing.style4*/
.azirspares-listing.style4 .listing-list {
	list-style: none;
	padding-left: 0;
}
.azirspares-listing.style4 .listing-list li {
	font-size: 14px;
	line-height: 36px;
	color: #000000;
}
.azirspares-listing.style4 .listing-list li span {
	font-size: 18px;
	margin-right: 4px;
	color: #c0c0c0;
}
@media (max-width: 1199px) {
	.submenu .azirspares-listing.style1 .listing-list li {
		font-size: 12px;
	}
	.azirspares-listing.style1 .cat-name {
		margin-bottom: 18px;
	}
	.azirspares-listing.style2 .button {
		margin-top: 10px;
	}
	.azirspares-listing.style2 .listing-list li a {
		padding: 10px 54px 10px 26px;
	}
	.azirspares-listing.style2 .listing-list li .icon {
		height: 46px;
		line-height: 46px;
	}
}
.submenu .azirspares-listing.style1 .cat-name {
	font-size: 13px;
	padding-bottom: 16px;
	margin-bottom: 11px;
}
@media (max-width: 1024px) {
	.submenu .azirspares-listing.style1.dark .cat-name {
		color: #000000;
	}
}
/*===============================================================
9.9 AZIRSPARES MAP + CONTACT FORM 7
===============================================================*/
.wpcf7-form p {
	margin-bottom: 0;
}
.wpcf7-form label,
.wpcf7-form label .wpcf7-form-control-wrap,
.wpcf7-form label input,
.wpcf7-form label textarea {
	width: 100%;
}
.wpcf7-form label input {
	padding: 8px 15px;
	height: 58px;
}
.wpcf7-form label textarea {
	height: 254px;
	
}
.wpcf7-form .wpcf7-submit {
	min-width: 184px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 22px;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #e4bf19;
}
.azirspares-google-maps .coinpo-map-info {
	padding: 0 !important;
}
.azirspares-google-maps .coinpo-map-info .map-title {
	margin-top: 0;
	margin-bottom: 10px;
}
/*===============================================================
9.10 AZIRSPARES MEMBER
===============================================================*/
/*.azirspares-member.default*/
.azirspares-member.default .member-inner {
	text-align: center;
}
.azirspares-member.default .thumb-avatar {
	position: relative;
	margin-bottom: 37px;
	overflow: hidden;
}
.azirspares-member.default .thumb-avatar > a {
	position: relative;
	display: block;
}
.azirspares-member.default .thumb-avatar > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
.azirspares-member.default .thumb-avatar:hover > a::before {
	opacity: 1;
}
.azirspares-member.default .list-social {
	position: absolute;
	top: 0;
	left: -54px;
	width: 54px;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	-webkit-transition: left 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s;
	transition: left 0.4s ease 0s;
	z-index: 1;
}
.azirspares-member.default .member-inner:hover .list-social {
	left: 0;
}
.azirspares-member.default .list-social a {
	display: block;
	line-height: 40px;
	font-size: 16px;
}
.azirspares-member.default .list-social a:not(:hover) {
	color: #000000;
}
.azirspares-member.default .name {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.azirspares-member.default .name a:not(:hover) {
	color: inherit;
}
.azirspares-member.default .positions {
	margin-bottom: 0;
	font-size: 18px;
}
@media (max-width: 1199px) {
	.azirspares-member .positions br {
		display: none;
	}
}
@media (max-width: 1024px) {
	.azirspares-member.default .thumb-avatar {
		margin-bottom: 0;
	}
	.azirspares-member.default img {
		width: 100%;
	}
	.azirspares-member.default .list-social {
		position: static;
		width: auto;
		background-color: transparent;
		padding: 5px 0;
	}
	.azirspares-member.default .list-social a {
		display: inline-block;
		min-width: 40px;
	}
	.azirspares-member.default .content-member {
		text-align: center;
	}
}
/*===============================================================
9.11 AZIRSPARES NEWSLETTER
===============================================================*/
.azirspares-newsletter .newsletter-form-wrap.processing .submit-newsletter span::before {
	display: none;
}
.azirspares-newsletter .newsletter-form-wrap.processing .submit-newsletter span::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	display: inline-block;
	line-height: 1;
	font-size: 18px;
}
.azirspares-newsletter .newsletter-form-wrap.processing .submit-newsletter span.text::after {
	margin-left: 7px;
}
.azirspares-newsletter .icon {
	font-size: 33px;
}
.azirspares-newsletter .text {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.azirspares-newsletter .text::after {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	font-size: 20px;
	margin-left: 11px;
}
/*.azirspares-newsletter.default*/
.azirspares-newsletter.default .newsletter-form-wrap {
	position: relative;
	max-width: 600px;
	display: inline-block;
	width: 100%;
}
.azirspares-newsletter.default .email-newsletter {
	border: 2px solid #fff;
	background-color: #fff;
	width: 100%;
	padding: 7px 170px 7px 38px;
	height: 58px;
	color: #868686;
}
.azirspares-newsletter.default .submit-newsletter {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 165px;
	padding: 0 15px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	background-color: #e4bf19;
	text-align: center;
	overflow: hidden;
	font-weight: 500;
}
.azirspares-newsletter.default .submit-newsletter::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.azirspares-newsletter.default .submit-newsletter:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*.azirspares-newsletter.style1*/
.azirspares-newsletter.style1.light .desc {
	color: #666666;
}
.azirspares-newsletter.style1 .newsletter-form-wrap {
	position: relative;
	max-width: 600px;
}
.azirspares-newsletter.style1 .email-newsletter {
	border: 2px solid #3a3a3a;
	
	width: 100%;
	padding: 7px 75px 7px 20px;
	height: 58px;
	color: #868686;
}
.azirspares-newsletter.style1.light .email-newsletter {
	border-color: #e2e2e2;
	color: #666666;
}
.azirspares-newsletter.style1 .submit-newsletter {
	position: absolute;
	top: 0;
	right: 0;
	
	min-width: 72px;
	padding: 0 15px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	background-color: #e4bf19;
	text-align: center;
	overflow: hidden;
}
.azirspares-newsletter.style1 .submit-newsletter::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.azirspares-newsletter.style1 .submit-newsletter:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*.azirspares-newsletter.style2*/
.azirspares-newsletter.style2 .newsletter-inner {
	text-align: center;
	margin-top: 25px;
	border: 2px solid #fff;
	padding: 0 40px 60px 40px;
}
.azirspares-newsletter.style2.light .newsletter-inner {
	border-color: #d9d9d9;
}
.azirspares-newsletter.style2 .widgettitle {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 13px 10px;
	display: block;
	background-color: #e4bf19;
	color: #fff;
	width: 390px;
	max-width: 100%;
	
	margin: -25px auto 25px auto;
}
.azirspares-newsletter.style2 .desc {
	margin-bottom: 30px;
}
.azirspares-newsletter.style2.light .desc {
	color: #666666;
}
.azirspares-newsletter.style2 .newsletter-form-wrap {
	position: relative;
}
.azirspares-newsletter.style2 .email-newsletter {
	width: 100%;
	border: none;
	border-bottom: 2px solid #fff;
	height: 50px;
	padding: 3px 110px 3px 0
}
.azirspares-newsletter.style2.light .email-newsletter {
	border-color: #000;
}
.azirspares-newsletter.style2 .submit-newsletter {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #868686;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
}
.azirspares-newsletter.style2.light .submit-newsletter {
	color: #010101;
}
.azirspares-newsletter.style2 .submit-newsletter span::after {
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px;
	margin-left: 10px;
}
.azirspares-newsletter.style2 .text {
	font-size: 12px;
}
@media (max-width: 1199px) {
	.azirspares-newsletter .icon {
		font-size: 24px;
	}
	.azirspares-newsletter.default .newsletter-form-wrap {
		max-width: 500px;
	}
	.azirspares-newsletter.default .email-newsletter {
		height: 50px;
		padding: 5px 140px 5px 20px;
	}
	.azirspares-newsletter.default .submit-newsletter {
		height: 50px;
		line-height: 50px;
		min-width: 130px;
	}
	.azirspares-newsletter.style1 .newsletter-form-wrap {
		max-width: 500px;
	}
	.azirspares-newsletter.style1 .email-newsletter {
		height: 50px;
		padding: 5px 75px 5px 20px;
	}
	.azirspares-newsletter.style1 .submit-newsletter {
		height: 50px;
		line-height: 50px;
	}
	.azirspares-newsletter.style2 .newsletter-inner {
		padding: 0 15px 35px 15px;
	}
	.azirspares-newsletter.style2 .widgettitle {
		letter-spacing: 0.1em;
	}
}
@media (max-width: 991px) {
	.azirspares-newsletter.default .submit-newsletter {
		min-width: 80px;
		font-size: 12px;
		letter-spacing: 0;
	}
}
/*===============================================================
9.12 AZIRSPARES POPUP VIDEO
===============================================================*/
.azirspares-popupvideo .popupvideo-inner {
	overflow: hidden;
}
.azirspares-popupvideo .popupvideo-wrap {
	float: left;
	width: 51.43%;
	padding: 65px 20px 0 0;
}
.azirspares-popupvideo .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}
.azirspares-popupvideo .title::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 1px solid #e4bf19;
}
.azirspares-popupvideo p {
	line-height: 28px;
	margin-bottom: 26px;
	max-width: 600px;
}
.azirspares-popupvideo .button {
	display: inline-block;
	min-width: 184px;
	height: 50px;
	line-height: 50px;
	background-color: #000000;
	
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.azirspares-popupvideo .button:hover {
	background-color: #e4bf19;
}
.azirspares-popupvideo .icon {
	float: right;
	width: 48.57%;
	position: relative;
}
.azirspares-popupvideo .icon .product-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.azirspares-popupvideo .icon .product-video-button a {
	display: inline-block;
	width: 128px;
	height: 128px;
	position: relative;
}
.azirspares-popupvideo .icon .product-video-button a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.azirspares-popupvideo .icon .product-video-button a:hover::before {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.azirspares-popupvideo .icon .product-video-button a::after {
	content: '';
	border-style: solid;
	border-color: transparent transparent transparent #e4bf19;
	border-width: 13px 0 13px 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media (max-width: 1199px) {
	.azirspares-popupvideo .iconbox-wrap {
		padding-top: 0;
	}
	.azirspares-popupvideo .button {
		margin-top: 0;
	}
	.azirspares-popupvideo p {
		margin-bottom: 18px;
	}
	.azirspares-popupvideo .icon .product-video-button a {
		width: 90px;
		height: 90px
	}
}
@media (max-width: 991px) {
	.azirspares-popupvideo .title {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.azirspares-popupvideo .icon {
		width: 100%;
		padding-bottom: 25px;
	}
	.azirspares-popupvideo .iconbox-wrap {
		width: 100%;
	}
}
/*===============================================================
9.14 AZIRSPARES PRODUCTS
===============================================================*/
.products {
	list-style: none;
}
ul.products {
	padding-left: 0;
}
.azirspares-products ul.products::before,
.azirspares-products ul.products::after {
	content: '';
	display: table;
}
.azirspares-products ul.products::after {
	clear: both;
}
.azirspares-products.style-02 .owl-slick .slick-list,
.azirspares-products.style-03 .owl-slick .slick-list,
.azirspares-products.style-04 .owl-slick .slick-list,
.azirspares-products.style-05 .owl-slick .slick-list {
	padding-top: 15px;
}
.azirspares-products.style-09 .azirspares-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 26px;
	margin-bottom: 39px;
}
.azirspares-products.style-10.big-name .product-name {
	font-size: 24px;
	height: auto;
	overflow: visible;
	white-space: normal;
	line-height: 28px;
}
@media (max-width: 1280px) {
	.azirspares-products.style-10.big-name .product-name {
		margin-bottom: 28px;
		padding-top: 10px;
	}
}
@media (max-width: 1024px) {
	.azirspares-products.style-10.big-name .product-name {
		margin-bottom: 10px;
		padding-top: 0;
	}
}
/*===============================================================
9.14 AZIRSPARES SOCIAL
===============================================================*/
.azirspares-socials .widgettitle {
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.azirspares-socials.dark .widgettitle {
	color: #fff;
}
.azirspares-socials .socials-list {
	padding-left: 0;
	list-style: none;
}
/*.azirspares-socials.default*/
.azirspares-socials.default .socials-list li {
	display: inline-block;
	height: 46px;
	margin-right: 12px;
	margin-top: 14px;
}
.azirspares-socials.default .socials-list li:last-child {
	margin-right: 0;
}
.azirspares-socials.default .socials-list li a {
	display: block;
	height: 46px;
	width: 46px;
	font-size: 17px;
	line-height: 46px;
	color: #fff;
	border-radius: 50%;
	background-color: #1e1e1e;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.azirspares-socials.default.light .socials-list li a {
	background-color: #e1e1e1;
	color: #000000;
}
.azirspares-socials.default.light .socials-list li a:hover {
	color: #fff
}
.azirspares-socials.default .socials-list li a:hover::before {
	top: 0;
}
.azirspares-socials.default .socials-list li a::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e4bf19;
	-webkit-transition: top 0.3s ease 0s;
	-moz-transition: top 0.3s ease 0s;
	-o-transition: top 0.3s ease 0s;
	transition: top 0.3s ease 0s;
}
.azirspares-socials.default .content-socials .socials-list li a i {
	position: relative;
}
.azirspares-socials.default .content-socials .socials-list li a span {
	display: none;
}
/*.azirspares-socials.style1*/
.azirspares-socials.style1 .socials-list li {
	display: inline-block;
	height: 46px;
	margin-right: 12px;
	margin-top: 14px;
}
.azirspares-socials.style1 .socials-list li:last-child {
	margin-right: 0;
}
.azirspares-socials.style1 .socials-list li a {
	display: block;
	height: 46px;
	width: 46px;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.azirspares-socials.style1.light .socials-list li a {
	border-color: #000000;
	color: #000000;
}
.azirspares-socials.style1 .content-socials .socials-list li a:hover {
	border-color: #e4bf19;
	color: #e4bf19;
}
.azirspares-socials.style1 .socials-list li a span {
	display: none;
}
/*===============================================================
9.15 AZIRSPARES TABS
===============================================================*/
.tab-container {
	position: relative;
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.tab-container .tab-panel.active {
	opacity: 1;
	visibility: visible;
	position: static;
	height: auto;
	overflow: inherit;
}
.azirspares-tabs {
	position: relative;
	z-index: 1;
}
.azirspares-tabs .tab-link {
	padding-left: 0;
	list-style: none;
}
.azirspares-tabs .tab-head .title {
	margin-top: 0;
}
/*.azirspares-tabs.default*/
.azirspares-tabs.default .tab-head {
	text-align: center;
	padding-bottom: 32px;
}
.azirspares-tabs.default .tab-head .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 25px;
}
.azirspares-tabs.default .tab-head .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	border-bottom: 2px solid #e4bf19;
}
.azirspares-tabs.default .tab-link li {
	display: inline-block;
	min-width: 200px;
	margin: 5px;
}
.azirspares-tabs.default .tab-link li a {
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #fff;
	color: #5e5e5e;
	padding: 0 30px;
}
.azirspares-tabs.default .tab-link li a:hover,
.azirspares-tabs.default .tab-link li.active a {
	background-color: #e4bf19;
	color: #fff
}
/*.azirspares-tabs.style1*/
.azirspares-tabs.style1 .tab-head {
	overflow: hidden;
	padding-bottom: 45px;
}
.azirspares-tabs.style1 .tab-head .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	float: left;
	margin-top: 2px;
}
.azirspares-tabs.style1 .tab-head .title .icon {
	font-size: 39px;
	vertical-align: middle;
	margin-right: 3px;
}
.azirspares-tabs.style1 .tab-link {
	float: right;
}
.azirspares-tabs.style1 .tab-link li {
	display: inline-block;
	min-width: 142px;
	margin: 0 3px 6px 3px;
}
.azirspares-tabs.style1 .tab-link li:last-child {
	margin-right: 0;
}
.azirspares-tabs.style1 .tab-link li a {
	text-align: center;
	display: block;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 2px solid #e7e7e7;
	background-color: #fff;
	color: #5e5e5e;
	padding: 0 10px;
}
.azirspares-tabs.style1 .tab-link li a:hover,
.azirspares-tabs.style1 .tab-link li.active a {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff
}
/*.azirspares-tabs.style2*/
.azirspares-tabs.style2 .slick-vertical .slick-slide {
	border-bottom: none;
}
.azirspares-tabs.style2 .tab-head {
	float: left;
	width: 360px;
	padding: 15px 40px 15px 0;
	text-align: center;
}
.azirspares-tabs.style2 .tab-container {
	float: left;
	width: calc(100% - 360px);
}
.azirspares-tabs.style2 .tab-link .slick-list {
	margin: 0 !important;
}
.azirspares-tabs.style2 .tab-link li {
	padding: 0 !important;
}
.azirspares-tabs.style2 .tab-link li a {
	display: block;
	font-size: 22px;
	line-height: 24px;
	position: relative;
	padding: 25px 15px 34px 15px;
	background-color: #fff;
	margin-left: 4px;
}
.azirspares-tabs.style2 .tab-link li a::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	margin-top: -47px;
	height: 94px;
	border-left: 4px solid #e4bf19;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.azirspares-tabs.style2 .tab-link li:not(.last-slick) a {
	border-bottom: 1px solid #e8e8e8;
}
.azirspares-tabs.style2 .tab-link li a:hover::before,
.azirspares-tabs.style2 .tab-link li.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.azirspares-tabs.style2 .tab-link li a img {
	margin: 0 auto 10px auto;
}
/*.azirspares-tabs.style3*/
.azirspares-tabs.style3 .tab-head {
	padding-bottom: 30px;
}
.azirspares-tabs.style3 .tab-link li a {
	position: relative;
	text-align: center;
	background-color: #fff;
	display: block;
	margin-bottom: 7px;
	border: 2px solid #eaeaea;
	border-left-color: transparent;
	padding: 40px 10px;
}
.azirspares-tabs.style3 .tab-link li.first-slick a {
	
	border-left-color: #eaeaea;
}
.azirspares-tabs.style3 .tab-link li.last-slick a {
	border-left: 2px solid transparent;
	border-right: 2px solid #eaeaea;
	
}
.azirspares-tabs.style3 .tab-link li a:hover::before,
.azirspares-tabs.style3 .tab-link li.active a::before {
	content: '';
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.azirspares-tabs.style3 .tab-link li a img {
	opacity: 0.3;
}
.azirspares-tabs.style3 .tab-link li a:hover img,
.azirspares-tabs.style3 .tab-link li.active a img {
	opacity: 1;
}
/*.azirspares-tabs.style4*/
.azirspares-tabs.style4 .tab-head {
	overflow: hidden;
	margin-bottom: 62px;
	position: relative;
}
.azirspares-tabs.style4 .tab-head::before {
	content: "";
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.azirspares-tabs.style4 .tab-head .title {
	float: left;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 0;
	margin-top: 4px;
	padding-right: 25px;
	background-color: #fff;
}
.azirspares-tabs.style4 .tab-head .title::before {
	content: '';
	width: calc(100% - 25px);
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #e4bf19;
}
.azirspares-tabs.style4 .tab-link {
	float: right;
	padding-right: 118px;
	position: relative;
	background-color: #fff;
}
.azirspares-tabs.style4 .tab-link li {
	display: inline-block;
	margin-left: 5px;
}
.azirspares-tabs.style4 .tab-link li a {
	display: block;
	padding: 0 24px;
	min-width: 120px;
	color: #5e5e5e;
	border: 1px solid #dadada;
	background-color: #fff;
	text-align: center;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.azirspares-tabs.style4 .tab-link li:hover a,
.azirspares-tabs.style4 .tab-link li.active a {
	border-color: #e4bf19;
	background-color: #e4bf19;
	color: #fff;
}
/*.azirspares-tabs.style5*/
.azirspares-tabs.style5 .tab-head {
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
	margin-right: 108px;
	background-color: inherit;
}
.azirspares-tabs.style5 .tab-head::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.azirspares-tabs.style5 .tab-link {
	background-color: inherit;
	display: inline-block;
	position: relative;
}
.azirspares-tabs.style5 .tab-link li {
	display: inline-block;
	min-width: 125px;
	margin: 0 3px 6px 3px;
}
.azirspares-tabs.style5 .tab-link li:first-child {
	margin-left: 0;
}
.azirspares-tabs.style5 .tab-link li a {
	text-align: center;
	display: block;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #dadada;
	
	background-color: #fff;
	color: #5e5e5e;
	padding: 0 10px;
}
.azirspares-tabs.style5 .tab-link li a:hover,
.azirspares-tabs.style5 .tab-link li.active a {
	background-color: #e4bf19;
	border-color: #e4bf19;
	color: #fff
}
/*azirspares-tabs.style6*/
.azirspares-tabs.style6 .tab-head {
	padding-bottom: 44px;
}
.azirspares-tabs.style6 .tab-head .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
.azirspares-tabs.style6 .tab-link {
	text-align: center;
}
.azirspares-tabs.style6 .tab-link li {
	display: inline-block;
}
.azirspares-tabs.style6 .tab-link li a {
	display: inline-block;
	font-size: 20px;
	color: #868686;
	position: relative;
	padding-bottom: 13px;
	margin: 0 17px 5px 17px;
}
.azirspares-tabs.style6 .tab-link li a::before {
	content: '';
	border-bottom: 3px solid #e4bf19;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.azirspares-tabs.style6 .tab-link li a:hover,
.azirspares-tabs.style6 .tab-link li.active a {
	color: #000;
}
.azirspares-tabs.style6 .tab-link li a:hover::before,
.azirspares-tabs.style6 .tab-link li.active a::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.slide-logo .vc_figure {
	position: relative
}
.slide-logo .vc_figure::before {
	content: "";
	height: 85px;
	border-left: 1px solid #dadada;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slide-logo .first-slick .vc_figure::before {
	display: none;
}
@media (max-width: 1280px) {
	.azirspares-tabs.style2 .tab-link li a {
		padding: 16px 15px 17px;
	}
}
@media (max-width: 1199px) {
	/*.azirspares-tabs.default + style1*/
	.azirspares-tabs.default .tab-head {
		padding-bottom: 10px;
	}
	.azirspares-tabs.style5 .tab-link li,
	.azirspares-tabs.style4 .tab-link li,
	.azirspares-tabs.default .tab-link li,
	.azirspares-tabs.style1 .tab-link li {
		min-width: 110px;
	}
	.azirspares-tabs.style5 .tab-link li a,
	.azirspares-tabs.style4 .tab-link li a,
	.azirspares-tabs.default .tab-link li a,
	.azirspares-tabs.style1 .tab-link li a {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.azirspares-tabs.style1 .tab-head,
	.azirspares-tabs.style4 .tab-head,
	.azirspares-tabs.style5 .tab-head {
		text-align: center;
	}
	.azirspares-tabs.style1 .tab-head .title {
		margin-top: 0;
		float: none;
	}
	.azirspares-tabs.style1 .tab-link {
		float: none;
	}
	.azirspares-tabs.style1 .tab-head {
		padding-bottom: 25px;
	}
	.azirspares-tabs.style1 .tab-link li:last-child {
		margin-right: 3px;
	}
	/*.azirspares-tabs.style2*/
	.azirspares-tabs.style2 .tab-head {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.azirspares-tabs.style2 .tab-container {
		float: none;
		width: 100%;
	}
	.azirspares-tabs.style2 .tab-link li a {
		margin-left: 0;
		margin-top: 3px;
		font-size: 18px;
		padding: 15px;
	}
	.azirspares-tabs.style2 .tab-link li:not(.last-slick) a {
		border-bottom: none;
		border-right: 1px solid #e8e8e8;
	}
	.azirspares-tabs.style2 .tab-link li a::before {
		left: 50%;
		top: -3px;
		margin-top: 0;
		margin-left: -25px;
		height: 0;
		width: 50px;
		border-left: none;
		border-bottom-width: 3px;
	}
	/*.azirspares-tabs.style3*/
	.azirspares-tabs.style3 .tab-link li a {
		padding: 25px 10px;
	}
	/*.azirspares-tabs.style4*/
	.azirspares-tabs.style4 .tab-head {
		margin-bottom: 30px;
	}
	.azirspares-tabs.style4 .tab-head::before {
		display: none;
	}
	.azirspares-tabs.style4 .tab-head .title {
		text-align: center;
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.azirspares-tabs.style4 .tab-head .title::before {
		display: none;
	}
	.azirspares-tabs.style4 .tab-link {
		float: none;
		padding-right: 0;
		position: static;
		text-align: center;
	}
	/*.azirspares-tabs.style5*/
	.azirspares-tabs.style5 .tab-head {
		margin-right: 0;
		margin-bottom: 3px;
	}
	.azirspares-tabs.style5 .tab-head::before {
		display: none;
	}
	.azirspares-tabs.style5 .tab-link li {
		min-width: 110px;
	}
	.azirspares-tabs.style5 .tab-link li:first-child {
		margin-left: 3px;
	}
	.azirspares-tabs.style5 .tab-link li a {
		height: 40px;
		line-height: 38px;
		font-size: 12px;
		letter-spacing: 0;
	}
	/*.azirspares-tabs.style6*/
	.azirspares-tabs.style6 .tab-head {
		padding-bottom: 30px;
	}
	.azirspares-tabs.style6 .tab-head .title {
		padding-bottom: 30px;
	}
	.azirspares-tabs.style6 .tab-link li a {
		font-size: 16px;
		padding-bottom: 3px;
		margin: 0 10px 5px 10px;
	}
	.azirspares-tabs.style6 .tab-link li a::before {
		border-bottom-width: 2px;
	}
}
@media (max-width: 991px) {
	.azirspares-tabs.style6 .tab-head .title,
	.azirspares-tabs.default .tab-head .title,
	.azirspares-tabs.style1 .tab-head .title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.azirspares-tabs.style4 .tab-head .title {
		font-size: 22px;
		padding-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.azirspares-tabs.style5 .tab-link li,
	.azirspares-tabs.style4 .tab-link li,
	.azirspares-tabs.default .tab-link li,
	.azirspares-tabs.style1 .tab-link li {
		display: block;
		margin: 0 0 5px 0;
	}
	.azirspares-tabs.style1 .tab-link li:last-child {
		margin-right: 0;
	}
	.azirspares-tabs.style5 .tab-link li:first-child {
		margin-left: 0;
	}
	.azirspares-tabs.style2 .tab-link li a img {
		margin-bottom: 0;
	}
	.azirspares-tabs.style2 .tab-link li a span {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.azirspares-tabs.style5 .tab-link {
		display: block;
	}
}
/*===============================================================
9.16 AZIRSPARES TESTIMONIAL
===============================================================*/
.azirspares-testimonial .title {
	margin-top: 0;
}
.azirspares-testimonial .name a:not(:hover) {
	color: inherit;
}
.azirspares-testimonial .rating {
	white-space: nowrap;
	line-height: 100%;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100px;
	letter-spacing: 7px;
	margin-bottom: 5px;
}
.azirspares-testimonial .rating::before,
.azirspares-testimonial .rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}
.azirspares-testimonial .rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #adadad;
}
.azirspares-testimonial .rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.azirspares-testimonial .rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffb933;
}
.azirspares-testimonial .rating.rating-1 span {
	width: 20%;
}
.azirspares-testimonial .rating.rating-2 span {
	width: 40%;
}
.azirspares-testimonial .rating.rating-3 span {
	width: 60%;
}
.azirspares-testimonial .rating.rating-4 span {
	width: 80%;
}
.azirspares-testimonial .rating.rating-5 span {
	width: 100%;
}
/*.azirspares-testimonial.default*/
.azirspares-testimonial.default .testimonial-wrap {
	position: relative;
	padding: 27px 30px 46px 30px;
	background-color: #fff;
	border: 2px solid #dadada;
	
}
.azirspares-testimonial.default .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 13px;
}
.azirspares-testimonial.default .desc {
	margin-bottom: 0;
	color: #868686;
}
.azirspares-testimonial .position {
	color: #999;
}
.azirspares-testimonial.default .intro {
	padding-left: 34px;
	padding-top: 23px;
}
.azirspares-testimonial.default .name {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 2px;
	position: relative;
}
.azirspares-testimonial.default .name a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: -34px;
	width: 22px;
	border-bottom: 2px solid #000;
}
/*.azirspares-testimonial.style1*/
.azirspares-testimonial.style1 .testimonial-wrap {
	position: relative;
	padding: 27px 30px 46px 30px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
	margin: 5px;
	
}
.azirspares-testimonial.style1 .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
.azirspares-testimonial.style1 .desc {
	margin-bottom: 0;
}
.azirspares-testimonial.style1 .testimonial-info {
	overflow: hidden;
	padding-top: 21px;
	padding-left: 25px;
}
.azirspares-testimonial.style1 .thumb {
	margin-right: 21px;
	float: left;
}
.azirspares-testimonial.style1 figure {
	border-radius: 50%;
	border: 2px solid #e4bf19;
}
.azirspares-testimonial.style1 img {
	border-radius: 50%;
	max-width: 73px;
}
.azirspares-testimonial.style1 .intro {
	overflow: hidden;
}
.azirspares-testimonial.style1 .name {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 2px;
}
/*.azirspares-testimonial.style2*/
.azirspares-testimonial.style2 .testimonial-inner {
	text-align: center;
}
.azirspares-testimonial.style2 .desc {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 47px;
	max-width: 1160px;
}
.azirspares-testimonial.style2 .thumb {
	margin-bottom: 23px;
}
.azirspares-testimonial.style2 .thumb img {
	margin-left: auto;
	margin-right: auto;
}
.azirspares-testimonial.style2 .name {
	margin-top: 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.azirspares-testimonial .desc br {
		display: none;
	}
	.azirspares-testimonial.default .testimonial-wrap {
		padding: 20px;
	}
	.azirspares-testimonial.style2 .desc {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 20px;
	}
}
/* ==========================================================================
9.17 AZIRSPARES VERTICALMENU
========================================================================== */
/*.vertical-menu.default*/
.vertical-menu.default {
	list-style: none;
	padding: 0;
	position: relative;
}
.vertical-menu.default .menu-item {
	position: relative;
	color: #666666;
}
.vertical-menu.default .menu-item:hover::before {
	content: '';
	width: 15px;
	height: 100%;
	right: -13px;
	top: 0;
	display: block;
	position: absolute;
}
.vertical-menu.default .menu-item.link-other {
	display: none;
}
.vertical-menu.default .menu-item > a .image {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.vertical-menu.default .menu-item > a .icon {
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.vertical-menu.default > .menu-item > a {
	color: inherit;
	font-size: 16px;
	display: block;
	padding: 13px 15px 14px 20px;
}
.vertical-menu.default > .menu-item:not(:first-child) > a {
	border-top: 1px solid #eaeaea;
}
.vertical-menu.default .menu-item.parent > a::after {
	color: #bdbdbd;
}
.vertical-menu.default .menu-item.parent:hover > a::after,
.vertical-menu.default > .menu-item:hover > a,
.vertical-menu.default > .menu-item.show-submenu > a,
.vertical-menu.default > .menu-item.parent:hover > a::after,
.vertical-menu.default > .menu-item.show-submenu > a::after,
.vertical-menu.default .menu-item.parent:hover > .toggle-submenu,
.vertical-menu.default .menu-item.show-submenu > .toggle-submenu {
	color: #e4bf19;
}
.vertical-menu.default .submenu {
	list-style: none;
}
.vertical-menu.default .submenu:not(.megamenu) .menu-item a {
	font-size: 16px;
	display: block;
	padding: 5px 10px 5px 30px;
}
.vertical-menu.default .submenu.megamenu > div {
	padding: 30px 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-size: cover;
}
.vertical-menu.default ~ .view-all-category a {
	display: block;
	font-size: 16px;
	background-color: #f1f1f1;
	padding: 15px 20px 14px 18px;
	
	position: relative;
}
.vertical-menu.default ~ .view-all-category a::after {
	font-size: 18px;
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	-webkit-transition: transform 0.3s, color 0.4s ease 0s;
	-moz-transition: transform 0.3s, color 0.4s ease 0s;
	-o-transition: transform 0.3s, color 0.4s ease 0s;
	transition: transform 0.3s, color 0.4s ease 0s;
}
.vertical-menu.default ~ .view-all-category a.close-cate::after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media (min-width: 1025px) {
	.vertical-menu.default .menu-item.parent-megamenu {
		position: static;
	}
	.vertical-menu.default .menu-item:not(:hover) > .submenu {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		-o-transform: translateX(15px);
		transform: translateX(15px);
	}
	.vertical-menu.default .submenu {
		position: absolute;
		top: 0;
		left: calc(100% + 12px);
		
		background-color: #fff;
		z-index: 9;
		min-width: 257px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	}
	.vertical-menu.default .submenu .submenu {
		top: -2px;
	}
	.vertical-menu.default .submenu:not(.megamenu) {
		padding: 30px 0;
	}
	.vertical-menu.default .submenu.megamenu {
		overflow: hidden;
	}
	.vertical-menu.default .submenu.megamenu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		border: 2px solid transparent;
		pointer-events: none;
	}
	.vertical-menu.default .menu-item.parent > a::after {
		font-size: 18px;
		content: '\f105';
		font-family: FontAwesome, sans-serif;
		display: inline-block;
		float: right;
	}
}
@media (max-width: 1024px) {
	.vertical-menu.default > .menu-item > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.vertical-menu.default [class^="vc_col-"],
	.vertical-menu.default [class*=" vc_col-"] {
		width: 100% !important;
		float: none;
	}
	.vertical-menu.default .megamenu {
		width: auto !important;
		max-width: inherit !important;
	}
	.vertical-menu.default .submenu.megamenu > div {
		background: none !important;
		padding: 15px 0 !important;
	}
	.vertical-menu.default {
		border-right: 1px solid #eee;
	}
	.vertical-menu.default .menu-item > .toggle-submenu {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 14px 20px;
		-webkit-transition: transform 0.3s, color 0.4s ease 0s;
		-moz-transition: transform 0.3s, color 0.4s ease 0s;
		-o-transition: transform 0.3s, color 0.4s ease 0s;
		transition: transform 0.3s, color 0.4s ease 0s;
		cursor: pointer;
	}
	.vertical-menu.default .menu-item > .toggle-submenu::before {
		display: block;
		font-family: 'FontAwesome', sans-serif;
		content: "\f107";
		font-size: 18px;
	}
	.vertical-menu.default .menu-item.show-submenu > .toggle-submenu {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.vertical-menu.default .submenu {
		display: none;
		position: static;
		padding-bottom: 10px;
	}
	.vertical-menu.default .submenu:not(.megamenu) .menu-item a {
		padding-left: 10px;
	}
}
/*.vertical-menu.style1*/
.vertical-menu.style1 {
	position: relative;
	list-style: none;
	padding: 0;
}
.vertical-menu.style1 .menu-item {
	position: relative;
}
.vertical-menu.style1 .menu-item:hover::before {
	content: '';
	width: 15px;
	height: 100%;
	right: -13px;
	top: 0;
	display: block;
	position: absolute;
}
.vertical-menu.style1 .menu-item.link-other {
	display: none;
}
.vertical-menu.style1 .menu-item > a .image {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.vertical-menu.style1 .menu-item > a .icon {
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.vertical-menu.style1 > .menu-item > a {
	color: inherit;
	font-size: 16px;
	display: block;
	padding: 13px 15px 13px 18px;
}
.azirspares-verticalmenu .vertical-menu.style1 > .menu-item > a {
	padding-bottom: 14px;
}
.vertical-menu.style1 > .menu-item:not(:first-child) > a {
	border-top: 1px solid #eaeaea;
}
.vertical-menu.style1 .menu-item.parent > a::after {
	color: #bdbdbd;
}
.vertical-menu.style1 .menu-item:hover > a,
.vertical-menu.style1 .menu-item.show-submenu > a,
.vertical-menu.style1 .menu-item.parent:hover > a::after,
.vertical-menu.style1 .menu-item.show-submenu > a::after,
.vertical-menu.style1 .menu-item.parent:hover > .toggle-submenu,
.vertical-menu.style1 .menu-item.show-submenu > .toggle-submenu {
	color: #e4bf19;
}
.vertical-menu.style1 .submenu {
	list-style: none;
}
.vertical-menu.style1 .submenu:not(.megamenu) .menu-item a {
	font-size: 14px;
	display: block;
	padding: 5px 10px 5px 30px;
}
.vertical-menu.style1 .submenu.megamenu > div {
	padding: 30px 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-size: cover;
}
.vertical-menu.style1 ~ .view-all-category a {
	display: block;
	font-size: 16px;
	background-color: #f1f1f1;
	padding: 15px 15px 14px 18px;
}
.vertical-menu.style1 ~ .view-all-category a::after {
	font-size: 18px;
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	display: inline-block;
	float: right;
}
@media (min-width: 1200px) {
	.vertical-menu.style1 .menu-item.parent-megamenu {
		position: static;
	}
	.vertical-menu.style1 .menu-item:not(:hover) > .submenu {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		-o-transform: translateX(15px);
		transform: translateX(15px);
	}
	.vertical-menu.style1 .submenu {
		position: absolute;
		top: -2px;
		left: calc(100% + 12px);
		background-color: #fff;
		z-index: 9;
		min-width: 257px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	}
	.vertical-menu.style1 .submenu .submenu {
		top: -2px;
	}
	.vertical-menu.style1 .submenu:not(.megamenu) {
		border: 2px solid transparent;
		padding: 30px 0;
	}
	.vertical-menu.style1 .submenu.megamenu {
		overflow: hidden;
	}
	.vertical-menu.style1 .submenu.megamenu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		border: 2px solid transparent;
		pointer-events: none;
	}
	.vertical-menu.style1 .menu-item.parent > a::after {
		font-size: 18px;
		content: '\f105';
		font-family: FontAwesome, sans-serif;
		display: inline-block;
		float: right;
	}
}
@media (max-width: 1199px) {
	.vertical-menu.style1 [class^="vc_col-"],
	.vertical-menu.style1 [class*=" vc_col-"] {
		width: 100% !important;
		float: none;
	}
	.vertical-menu.style1 .megamenu {
		width: auto !important;
		max-width: inherit !important;
	}
	.vertical-menu.style1 .submenu.megamenu > div {
		background: none !important;
		padding: 15px 0 !important;
	}
	.vertical-menu.style1 .menu-item > .toggle-submenu {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 13px 20px;
		-webkit-transition: transform 0.3s, color 0.4s ease 0s;
		-moz-transition: transform 0.3s, color 0.4s ease 0s;
		-o-transition: transform 0.3s, color 0.4s ease 0s;
		transition: transform 0.3s, color 0.4s ease 0s;
		cursor: pointer;
	}
	.vertical-menu.style1 .menu-item > .toggle-submenu::before {
		display: block;
		font-family: 'FontAwesome', sans-serif;
		content: "\f107";
	}
	.vertical-menu.style1 .menu-item.show-submenu > .toggle-submenu {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.vertical-menu.style1 .submenu {
		display: none;
		position: static;
	}
	.vertical-menu.style1 .submenu:not(.megamenu) .menu-item a {
		padding-left: 10px;
	}
}
/*HEADER NAV*/
.vertical-wrapper.block-nav-category {
	position: relative;
	width: 320px;
}
.vertical-wrapper.block-nav-category .block-title {
	padding: 0 20px;
	cursor: pointer;
	background-color: #e4bf19;
	color: #fff;
	position: relative;
	max-width: 320px;
}
.vertical-wrapper.block-nav-category .block-title .before {
	display: inline-block;
	width: 29px;
	height: 16px;
	margin-right: 18px;
	position: relative;
	top: 3px
}
.vertical-wrapper.block-nav-category .block-title .before span {
	display: block;
	width: 100%;
	border-bottom: 2px solid;
}
.vertical-wrapper.block-nav-category .block-title .before span:not(:last-child) {
	margin-bottom: 5px;
}
.vertical-wrapper.block-nav-category .block-title .text-title {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
	height: 68px;
	line-height: 68px;
	display: inline-block;
	vertical-align: middle;
}
.vertical-wrapper.block-nav-category:not(.has-open) .block-content {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.vertical-wrapper.block-nav-category .block-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-width: 320px;
	background-color: #fff;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	text-align: left;
	
	z-index: 99;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
	.vertical-wrapper.block-nav-category {
		width: 305px;
	}
}
@media (max-width: 1280px) {
	.vertical-wrapper.block-nav-category {
		width: 285px;
	}
}
@media (min-width: 1200px) {
	.vertical-wrapper.block-nav-category.always-open .vertical-menu.default,
	.vertical-wrapper.block-nav-category.always-open .block-content {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (max-width: 767px) {
	.vertical-wrapper.block-nav-category .block-title,
	.vertical-wrapper.block-nav-category .block-content {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.vertical-wrapper.block-nav-category {
		width: 100%;
		display: block;
	}
}
/*SHORTCODE*/
.azirspares-verticalmenu.block-nav-category {
	position: relative;
	z-index: 8;
}
.azirspares-verticalmenu.block-nav-category .block-title {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 15px 15px 15px 28px;
	text-transform: uppercase;
	background-color: #e4bf19;
	
}
.azirspares-verticalmenu.block-nav-category .block-content {
	background-color: #fff;
	text-align: left;
	border: 3px solid #e4bf19;
	border-top: none;
	
}
.azirspares-verticalmenu.block-nav-category.absolute-menu:not(.has-open) .block-content {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.azirspares-verticalmenu.block-nav-category.absolute-menu .block-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: opacity 0.25s, transform 0.25s ease 0s;
	-moz-transition: opacity 0.25s, transform 0.25s ease 0s;
	-o-transition: opacity 0.25s, transform 0.25s ease 0s;
	transition: opacity 0.25s, transform 0.25s ease 0s;
}
/*widget_azirspares_nav_menu*/
#widget-area .widget.widget_azirspares_nav_menu {
	padding: 0;
	border: none;
}
#widget-area .widget_azirspares_nav_menu ul ul {
	margin-top: 0;
}
#widget-area .widget_azirspares_nav_menu .widgettitle {
	background-color: #e4bf19;
	
	padding: 15px 15px 15px 20px;
	margin-bottom: 0;
	color: #fff;
}
#widget-area .widget_azirspares_nav_menu .widgettitle::before {
	display: none;
}
#widget-area .widget_azirspares_nav_menu ul .menu-item {
	padding: 0 !important;
}
.widget_azirspares_nav_menu .vertical-menu.style1 {
	background-color: #fff;
	text-align: left;
	border: 3px solid #e4bf19;
	border-top: none;
	
	padding-bottom: 0 !important;
}
/*===============================================================
9.18 FILTER
===============================================================*/
.fami-prdctfltr-product-filter .prdctfltr_wc .prdctfltr_filter_title {
	display: none;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce .prdctfltr_woocommerce_ordering {
	margin-left: -5px;
	margin-right: -5px;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce .prdctfltr_woocommerce_ordering::before,
.fami-prdctfltr-product-filter .prdctfltr_woocommerce .prdctfltr_woocommerce_ordering::after {
	content: '';
	display: table;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce .prdctfltr_woocommerce_ordering::after {
	clear: both;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce .prdctfltr_filter {
	padding-left: 5px;
	padding-right: 5px;
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title {
	overflow: hidden;
	border-color: transparent;
	padding: 20px 33px 20px 70px;
	
	background-color: #fff;
	position: relative;
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title::before {
	content: '01';
	display: inline-block;
	line-height: 66px;
	height: 66px;
	width: 52px;
	padding: 0 5px;
	position: absolute;
	top: -1px;
	left: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter:nth-child(2) .prdctfltr_regular_title::before {
	content: '02';
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter:nth-child(3) .prdctfltr_regular_title::before {
	content: '03';
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter:nth-child(4) .prdctfltr_regular_title::before {
	content: '04';
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter:nth-child(5) .prdctfltr_regular_title::before {
	content: '05';
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter:nth-child(6) .prdctfltr_regular_title::before {
	content: '06';
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title::after {
	content: '';
	border-left: 1px solid #d6d6d6;
	height: 35px;
	position: absolute;
	left: 52px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);;
}
body .fami-prdctfltr-product-filter .prdctfltr_filter .prdctfltr_regular_title {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #000;
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i {
	font-size: 12px;
	color: #a3a3a3;
	top: 20px;
}
.fami-prdctfltr-product-filter .prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll {
	top: calc(100% - 15px);
	width: calc(100% - 10px);
	border: none;
	
	padding: 0;
	max-height: 350px;
	overflow-y: auto;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce.pf_default .prdctfltr_filter_wrapper {
	float: left;
	width: calc(100% - 130px);
}
.fami-prdctfltr-product-filter .prdctfltr_wc .prdctfltr_buttons {
	margin-top: 0;
	padding: 0 5px;
	float: left;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit {
	margin-right: 0;
	min-width: 113px;
	padding: 21px 5px;
	text-align: center;
	background-color: #e4bf19;
	
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.fami-prdctfltr-product-filter .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.fami-prdctfltr-product-filter .prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label > span::before {
	display: none;
}
.fami-prdctfltr-product-filter .prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label {
	margin-bottom: 0;
	padding: 7px 9px;
}
.fami-prdctfltr-product-filter .prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label:not(:last-child) {
	border-bottom: 1px solid #eee;
}
body .fami-prdctfltr-product-filter .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover,
body .fami-prdctfltr-product-filter .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active {
	color: #fff;
	background-color: #e4bf19;
}
.fami-prdctfltr-product-filter.prdctfltr_sc {
	position: relative;
}
.fami-prdctfltr-product-filter.prdctfltr_sc .products {
	list-style: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px 0;
	
	max-height: 640px;
	overflow-y: auto;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
.fami-prdctfltr-product-filter.prdctfltr_sc .products::before,
.fami-prdctfltr-product-filter.prdctfltr_sc .products::after {
	content: '';
	display: table;
}
.fami-prdctfltr-product-filter.prdctfltr_sc .products::after {
	clear: both;
}
@media (min-width: 1200px) {
	ul.products > .vc_col-lg-1:nth-child(12n+1), ul.products > .vc_col-lg-2:nth-child(6n+1), ul.products > .vc_col-lg-15:nth-child(5n+1), ul.products > .vc_col-lg-3:nth-child(4n+1), ul.products > .vc_col-lg-4:nth-child(3n+1), ul.products > .vc_col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1500px) {
	ul.products > .col-bg-1:nth-child(12n+1), ul.products > .col-bg-2:nth-child(6n+1), ul.products > .col-bg-15:nth-child(5n+1), ul.products > .col-bg-3:nth-child(4n+1), ul.products > .col-bg-4:nth-child(3n+1), ul.products > .col-bg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	ul.products > .col-lg-1:nth-child(12n+1), ul.products > .col-lg-2:nth-child(6n+1), ul.products > .col-lg-15:nth-child(5n+1), ul.products > .col-lg-3:nth-child(4n+1), ul.products > .col-lg-4:nth-child(3n+1), ul.products > .col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	ul.products > .vc_col-md-1:nth-child(12n+1), ul.products > .vc_col-md-2:nth-child(6n+1), ul.products > .vc_col-md-15:nth-child(5n+1), ul.products > .vc_col-md-3:nth-child(4n+1), ul.products > .vc_col-md-4:nth-child(3n+1), ul.products > .vc_col-md-6:nth-child(odd), ul.products > .col-md-1:nth-child(12n+1), ul.products > .col-md-2:nth-child(6n+1), ul.products > .col-md-15:nth-child(5n+1), ul.products > .col-md-3:nth-child(4n+1), ul.products > .col-md-4:nth-child(3n+1), ul.products > .col-md-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	ul.products > .vc_col-sm-1:nth-child(12n+1), ul.products > .vc_col-sm-2:nth-child(6n+1), ul.products > .vc_col-sm-15:nth-child(5n+1), ul.products > .vc_col-sm-3:nth-child(4n+1), ul.products > .vc_col-sm-4:nth-child(3n+1), ul.products > .vc_col-sm-6:nth-child(odd), ul.products > .col-sm-1:nth-child(12n+1), ul.products > .col-sm-2:nth-child(6n+1), ul.products > .col-sm-15:nth-child(5n+1), ul.products > .col-sm-3:nth-child(4n+1), ul.products > .col-sm-4:nth-child(3n+1), ul.products > .col-sm-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	ul.products > .col-xs-1:nth-child(12n+1), ul.products > .col-xs-2:nth-child(6n+1), ul.products > .col-xs-15:nth-child(5n+1), ul.products > .col-xs-3:nth-child(4n+1), ul.products > .col-xs-4:nth-child(3n+1), ul.products > .col-xs-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 479px) {
	ul.products > .col-ts-1:nth-child(12n+1), ul.products > .col-ts-2:nth-child(6n+1), ul.products > .col-ts-15:nth-child(5n+1), ul.products > .col-ts-3:nth-child(4n+1), ul.products > .col-ts-4:nth-child(3n+1), ul.products > .col-ts-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 767px) {
	ul.products > .vc_col-xs-1:nth-child(12n+1), ul.products > .vc_col-xs-2:nth-child(6n+1), ul.products > .vc_col-xs-15:nth-child(5n+1), ul.products > .vc_col-xs-3:nth-child(4n+1), ul.products > .vc_col-xs-4:nth-child(3n+1), ul.products > .vc_col-xs-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 991px) {
	.fami-prdctfltr-product-filter .prdctfltr_woocommerce.pf_default .prdctfltr_filter_wrapper {
		width: 100%;
		float: none;
	}
	.fami-prdctfltr-product-filter .prdctfltr_wc .prdctfltr_buttons {
		float: none;
		margin-top: 15px;
		text-align: center;
	}
	.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title::before {
		line-height: 46px;
		height: 46px;
	}
	.fami-prdctfltr-product-filter .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i {
		top: 10px;
	}
	.fami-prdctfltr-product-filter .prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll {
		top: calc(100% - 2px);
		width: calc(100% - 20px);
	}
	.fami-prdctfltr-product-filter .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit {
		padding: 10px 5px;
	}
}
.fami-prdctfltr-product-filter .woocommerce-pagination {
	display: none !important;
}
/*===============================================================
9.19 AZIRSPARES PRODUCT TOTAL
===============================================================*/
.azirspares-products-total ul {
	list-style: none;
	padding-left: 0;
	text-align: center;
}
.azirspares-products-total ul li {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
}
.azirspares-products-total ul li:not(:last-child) {
	padding-right: 40px;
	margin-right: 40px;
}
.azirspares-products-total ul li:not(:last-child)::before {
	content: '';
	height: 31px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px solid;
}
@media (max-width: 767px) {
	.azirspares-products-total ul li {
		width: 100%;
	}
	.azirspares-products-total ul li:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
	}
	.azirspares-products-total ul li:not(:last-child)::before {
		display: none;
	}
}
@media (max-width: 1199px) {
	.azirspares-products-total ul li {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 400;
	}
	.azirspares-products-total ul li:not(:last-child)::before {
		content: '';
		height: 22px;
	}
}
/*===============================================================
9.20 ACCORDION
===============================================================*/
/*accordion*/
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #fff !important;
	border-color: #dfdfdf !important;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
	font-size: 26px;
	padding: 28px 80px 28px 40px !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #000 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #e4bf19 !important;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 34px !important;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-color: #000 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-controls-icon::after {
	border-color: #666 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #fff !important;
	border-color: #dfdfdf !important;
	padding: 21px 34px 21px 40px !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel:not(:last-child) {
	margin-bottom: 20px;
}
/*faqs*/
body .vc_toggle_default .vc_toggle_title .vc_toggle_icon {
	right: 0;
	left: auto !important;
	width: 12px !important;
	height: 2px !important;
	background: #000;
	border-color: #000;
}
body .vc_toggle_default .vc_toggle_icon::before {
	height: 12px !important;
	width: 2px !important;
	border-color: #000000;
}
body .vc_toggle_default .vc_toggle_icon::after {
	height: 2px !important;
	width: 12px !important;
	background: #000000;
}
body .wpb-js-composer .vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #000000 !important;
}
body .vc_toggle_default .vc_toggle_title {
	padding: 0 46px 0 0 !important;
}
body .vc_toggle_default .vc_toggle_title > h4 {
	font-size: 20px;
}
body .vc_toggle_default.vc_toggle_active .vc_toggle_title > h4 {
	color: #e4bf19;
}
body .vc_toggle_default:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 18px;
}
body .vc_toggle_default .vc_toggle_content {
	padding-left: 0 !important;
	padding-right: 46px;
	margin-bottom: 7px !important;
	line-height: 28px;
}
body .vc_toggle_default .vc_toggle_content:last-child {
	margin-bottom: 0;
}
body .vc_toggle_default .vc_toggle_content p:last-child {
	margin-bottom: 0;
}
/*===============================================================
9.21 INSTAGRAM SHOP
===============================================================*/
.ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .ziss-product-title {
	font-size: 16px;
	font-weight: normal;
}
.ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .ziss-wc-info .star-rating {
	height: 22px;
	width: 100px;
}
/*===============================================================
9.22 STORE DIRECTORY
===============================================================*/
.wpb_widgetised_column .widgettitle {
	display: none;
}
.wpb_widgetised_column .widget_product_categories ul {
	list-style: none;
	padding-left: 25px;
}
.wpb_widgetised_column .widget_product_categories li a {
	line-height: 42px;
	font-size: 16px;
}
.wpb_widgetised_column .widget_product_categories li a:not(:hover) {
	color: #333;
}
.wpb_widgetised_column .widget_product_categories .product-categories .cat-item {
	position: relative;
}
.wpb_widgetised_column .widget_product_categories .product-categories .cat-item::before {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 21px;
	left: -25px;
}
.wpb_widgetised_column .widget_product_categories .product-categories .children {
	position: relative;
}
.wpb_widgetised_column .widget_product_categories .product-categories .children::before {
	content: '';
	position: absolute;
	top: 21px;
	bottom: 21px;
	left: 0;
	border-left: 1px solid #ddd;
}
/*col*/
.wpb_widgetised_column .widget_product_categories .product-categories {
	list-style: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
}
.wpb_widgetised_column .widget_product_categories .product-categories::before,
.wpb_widgetised_column .widget_product_categories .product-categories::after {
	content: '';
	display: table;
}
.wpb_widgetised_column .widget_product_categories .product-categories::after {
	clear: both;
}
.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item {
	float: left;
	position: relative;
	width: 25%;
	border-left: 1px solid #ddd;
	padding-left: 25px;
}
.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item::before {
	left: 0;
}
.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item > a {
	font-weight: 500;
}
@media (min-width: 1200px) {
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item {
		width: 33.3333333%;
	}
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item:nth-child(3n+1) {
		clear: both;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.has-sidebar .wpb_widgetised_column .widget_product_categories .product-categories > .cat-item {
		width: 50%;
	}
	.has-sidebar .wpb_widgetised_column .widget_product_categories .product-categories > .cat-item:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item {
		width: 50%;
	}
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.has-sidebar .wpb_widgetised_column .widget_product_categories .product-categories > .cat-item,
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item {
		width: 100%;
	}
	.wpb_widgetised_column .widget_product_categories .product-categories > .cat-item {
		height: auto;
	!important;
	}
}
/*===============================================================
9.23 AZIRSPARES PRICING
===============================================================*/
.azirspares-pricing.default .pricing-inner {
	background-color: #fff;
	text-align: center;
	
	padding-bottom: 35px;
	-webkit-transition: transform 0.4s ease 0s;
	-moz-transition: transform 0.4s ease 0s;
	-o-transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
}
.azirspares-pricing.default .pricing-inner:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.azirspares-pricing.default .title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 26px;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 0;
	padding-top: 32px;
	margin-bottom: 30px;
}
.azirspares-pricing.default .currency {
	display: inline-block;
	min-width: 280px;
	height: 76px;
	line-height: 74px;
	font-size: 40px;
	border-radius: 76px;
	color: #000000;
	padding: 0 15px;
	border: 2px solid #eaeaea;
	background-color: #eaeaea;
	margin-bottom: 28px;
}
.azirspares-pricing.default .pricing-list {
	font-size: 16px;
	line-height: 40px;
	list-style: none;
	padding-left: 0;
}
.azirspares-pricing.default .button {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #e4bf19;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	
	margin-top: 30px;
	min-width: 260px;
}
.azirspares-pricing.default .button::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.azirspares-pricing.default .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.azirspares-pricing.default.featured .pricing-inner {
	background-color: #e4bf19;
}
.azirspares-pricing.default.featured .title {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.38);
}
.azirspares-pricing.default.featured .currency {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.azirspares-pricing.default.featured .pricing-list {
	color: #fff
}
.azirspares-pricing.default.featured .pricing-inner .button {
	background-color: #000000;
}
@media (max-width: 1199px) {
	.azirspares-pricing.default .pricing-inner {
		padding-bottom: 20px;
	}
	.azirspares-pricing.default .title {
		font-size: 15px;
		padding-bottom: 15px;
		padding-top: 20px;
		margin-bottom: 25px;
	}
	.azirspares-pricing.default .currency {
		min-width: 160px;
		height: 44px;
		line-height: 42px;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.azirspares-pricing.default .pricing-list {
		font-size: 14px;
		line-height: 32px;
	}
	.azirspares-pricing.default .button {
		min-width: 160px;
		letter-spacing: 0.1em;
		height: 42px;
		line-height: 42px;
		margin-top: 20px;
	}
}
/*===============================================================
10.0 CUSTOM CLASS
===============================================================*/
/*custom add class*/
.slide-dot-center .nav-center .slick-arrow {
	top: 40%;
}
@media (min-width: 1281px) {
	.bg-parallax {
		background-attachment: fixed;
	}
}
@media (max-width: 1280px) {
	.bg-parallax {
		background-position: center center;
	}
}
.background-gradient {
	background: linear-gradient(#fff, #f6f6f6);
}
.heading-sep {
	position: relative;
	background-color: #f2f2f2;
}
.heading-sep::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 290px;
	width: calc(100% - 370px);
	border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1199px) {
	.heading-sep::before {
		display: none;
	}
}
/*pinmapper*/
.col-right h2 {
	line-height: 24px;
	font-size: 14px;
}
.azirspares-mapper .azirspares-pin .azirspares-popup-footer a:hover {
	background: #e4bf19 !important;
	border-color: #e4bf19 !important;
}
.col-right .description p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.azirspares-mapper .azirspares-pin .azirspares-popup {
		display: none !important;
	}
	.tp-bullets.gyges,
	.metis.tparrows {
		display: none !important;
	}
}
/*SLIDER REVOLUTION*/
.hesperiden .tp-bullet-title,
.hesperiden .tp-bullet-image,
.hebe .tp-bullet-title,
.hebe .tp-bullet-image,
.ares .tp-bullet-title,
.ares .tp-bullet-image,
.custom .tp-bullet-title,
.custom .tp-bullet-image,
.hermes .tp-bullet-title,
.hermes .tp-bullet-image {
	display: none !important;
}
/*.hebe .tp-bullet*/
.hebe .tp-bullet {
	width: 15px !important;
	height: 15px !important;
	box-sizing: border-box !important;
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.4) !important;
}
.hebe .tp-bullet.selected,
.hebe .tp-bullet:hover {
	background-color: transparent !important;
	border-color: #e4bf19 !important;
}
.hebe .tp-bullet.selected::before,
.hebe .tp-bullet:hover::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e4bf19;
	position: absolute;
	top: 3px;
	left: 3px;
}
/*.ares .tp-bullet*/
.ares.tp-bullets {
	width: auto !important;
	height: auto !important;
}
.ares.tp-bullets::before {
	display: none;
}
body div .ares .tp-bullet {
	width: 7px !important;
	height: 7px !important;
	box-sizing: border-box !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border-radius: 7px !important;
	position: static !important;
	display: inline-block !important;
	margin: 0 5px !important;
	-webkit-transition: color 0.25s, width 0.25s ease 0s;
	-moz-transition: color 0.25s, width 0.25s ease 0s;
	-o-transition: color 0.25s, width 0.25s ease 0s;
	transition: color 0.25s, width 0.25s ease 0s;
}
body div .ares .tp-bullet:hover {
	background-color: #e4bf19 !important;
}
body div .ares .tp-bullet.selected {
	width: 24px !important;
	background-color: #e4bf19 !important;
}
/*.custom .tp-bullet*/
.custom.tp-bullets {
	width: auto !important;
	height: auto !important;
}
.custom.tp-bullets::before {
	display: none;
}
.custom .tp-bullet {
	position: static !important;
	display: inline-block !important;
	width: 7px !important;
	height: 7px !important;
	box-sizing: border-box !important;
	background-color: rgba(255, 255, 255, 0.3) !important;
	border-radius: 7px !important;
	margin-right: 7px;
}
.custom .tp-bullet.selected {
	width: 24px !important;
	background-color: #fff !important;
}
.custom .tp-bullet:hover {
	background-color: #fff !important;
}
/*.hermes .tp-bullet*/
.hermes .tp-bullet {
	width: 11px !important;
	height: 11px !important;
	background-color: #fff !important;
	box-shadow: none !important;
}
#rev_slider_4_1_wrapper .hermes .tp-bullet {
	background-color: rgba(0, 0, 0, 0.2) !important;
}
.hermes .tp-bullet:hover {
	background-color: transparent !important;
}
.hermes .tp-bullet::after {
	background-color: #e4bf19 !important;
	box-shadow: none !important;
}
.hermes .tp-bullet:hover::after {
	background-color: #e4bf19 !important;
	height: 100% !important;
}
/*.hesperiden .bullet*/
.hesperiden .tp-bullet {
	width: 12px !important;
	height: 12px !important;
	border: 2px solid #fff !important;
	background-color: transparent !important;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background-color: #fff !important;
}
@media (max-width: 1499px) {
	.ares.tp-bullets {
		display: none;
	}
}
@media (max-width: 1199px) {
	.hebe.horizontal.tp-bullets {
		transform: matrix(1, 0, 0, 1, -44, -40) !important;
	}
	.ares.horizontal.tp-bullets {
		transform: matrix(1, 0, 0, 1, -44, -40) !important;
	}
	.hesperiden.horizontal.tp-bullets {
		transform: matrix(1, 0, 0, 1, -44, -40) !important;
	}
}
@media (max-width: 991px) {
	.tp-bullets {
		display: none !important;
	}
}
body.single-product .main-container {
	background-color: #f4f4f4;
}
/*grid-icon*/
.feature-wrap {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.grid-icon {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.grid-icon li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 12.5%;
}
.grid-icon li:nth-child(8n+1) {
	clear: left;
}
.grid-icon li img {
	border: 1px solid #efefef;
	-webkit-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
	box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
}
.grid-icon li:hover img {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
}
.grid-icon li h6 {
	font-size: 12px;
	line-height: 20px;
	color: #868686;
	padding-top: 10px;
	padding-bottom: 34px;
}
@media (max-width: 1199px) {
	.grid-icon li {
		width: 16.6666666%;
	}
	.grid-icon li:nth-child(8n+1) {
		clear: none;
	}
	.grid-icon li:nth-child(6n+1) {
		clear: left;
	}
}
@media (max-width: 991px) {
	.grid-icon li {
		width: 25%;
	}
	.grid-icon li:nth-child(6n+1) {
		clear: none;
	}
	.grid-icon li:nth-child(4n+1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	.grid-icon li {
		width: 33.3333333%;
	}
	.grid-icon li:nth-child(4n+1) {
		clear: none;
	}
	.grid-icon li:nth-child(3n+1) {
		clear: left;
	}
}
@media (max-width: 479px) {
	.grid-icon li {
		width: 50%;
	}
	.grid-icon li:nth-child(3n+1) {
		clear: none;
	}
	.grid-icon li:nth-child(2n+1) {
		clear: left;
	}
}
.shadow-img img {
	-webkit-box-shadow: 0 -3px 27px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 -3px 27px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 -3px 27px 0 rgba(0, 0, 0, 0.1);
}
.shadow-img a {
	position: relative;
}
.shadow-img a::before {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}
.shadow-img a:hover::before {
	opacity: 0.5;
	visibility: visible;
}
/*==========================================================================
11.0 STYLE MOBILE
========================================================================== */
.letter-pacing-1 {
	letter-spacing: 1px;
}
.letter-pacing-2 {
	letter-spacing: 1px;
}
.weight-500 {
	font-weight: 500;
}
.weight-300 {
	font-weight: 300;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	-webkit-appearance: none;
}
.real-mobile-show-menu.box-mobile-menu-open {
	overflow: hidden;
}
.header-mobile .main-header {
	display: flex;
	width: 100%;
	line-height: 56px;
	justify-content: space-between;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}
.header-mobile .header-middle {
	display: inline-block;
	width: 100%;
	padding: 15px 0 8px;
}
.header-mobile .my-account-wrap, .header-mobile .box-inner-content {
	
	width: 100%;
	display: inline-block;
	height: 100%;
	overflow: auto;
	position: relative;
}
.box-mobile-menu-open .header-mobile .main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9;
	transition: top 0.3s ease 0s;
	-o-transition: top 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s;
}
.box-mobile-menu-open.admin-bar .header-mobile .main-header {
	top: 46px;
}
.scroll-mobile.box-mobile-menu-open.admin-bar .header-mobile .main-header {
	top: 0;
}
.header-mobile a.mobile-hamburger-navigation {
	height: 56px;
	width: 70px;
}
.header-mobile .azirspares-live-search-form .txt-livesearch {
	width: 100%;
	height: 50px;
	line-height: 46px;
	padding: 0 30px;
	font-size: 14px;
	border: none;
}
.header-mobile div.block-search .form-search .btn-submit {
	width: 52px;
	height: 50px;
	line-height: 41px;
	background: transparent;
	color: #adadad;
	letter-spacing: -4px;
	padding: 0;
}
.header-mobile-right {
	width: 70px;
	text-align: center;
}
.header-mobile .logo {
	max-width: 150px;
}
.header-mobile-right .block-cart-link a.block-link {
	font-size: 25px;
	position: relative;
	top: 3px;
}
.header-mobile-right .block-cart-link a.block-link .count {
	position: absolute;
	top: -9px;
	right: -10px;
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 23px;
	text-align: center;
	padding: 0 3px;
	border-radius: 50%;
	background-color: #e4bf19;
	font-size: 11px;
	color: #ffffff;
}
.hamburger.is-active {
	background: #ebebeb;
}
.hamburger {
	padding: 18px 20px 0;
	display: inline-block;
	cursor: pointer;
	height: 61px;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	width: 30px;
	height: 21px;
	float: left;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 28px;
	height: 2px;
	background-color: #000;
	
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
	width: 28px;
}
.hamburger-inner::after {
	bottom: -16px;
	width: 28px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before {
	width: 28px;
}
header.header-mobile .header-middle div.block-search form.form-search {
	width: calc(100% - 30px);
	padding-right: 40px;
	margin: 0 auto;
}
.header-mobile .azirspares-live-search-form .products-search {
	right: -40px;
}
/*
* Hamburger Collapse
*/
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	-moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
	-ms-transform: translate3d(0, -10px, 0) rotate(-45deg);
	-o-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 20px;
	left: 3px;
}
.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 20px;
	-o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
* Hamburger Collapse Reverse
*/
.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 2px;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-mobile-menu [class^="vc_col-"],
.box-mobile-menu [class*=" vc_col-"] {
	width: 100%;
	float: none;
}
.box-mobile-menu-open .box-mobile-menu,
.box-mobile-menu-open .body-overlay,
.real-mobile-show-menu .body-overlay {
	left: 0;
}
.box-mibile-overlay {
	content: "";
	background: rgba(45, 51, 55, 0.66);
	position: absolute;
	top: 0;
	width: 99999em;
	bottom: 0;
	z-index: 1;
	display: none;
	left: 100%;
}
.box-mobile-menu-open .box-mibile-overlay {
	display: block;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
	left: 0 !important;
}
.box-mobile-menu {
	position: fixed;
	top: 56px;
	bottom: 0;
	left: -360px;
	width: 360px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	line-height: 24px;
	background-color: #ebebeb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 100002;
}
.admin-bar .box-mobile-menu {
	top: 106px;
}
.scroll-mobile.admin-bar .box-mobile-menu {
	top: 56px;
}
.box-mobile-menu-inner {
	height: calc(100% - 40px);
	position: relative;
	margin: 20px;
}
.box-mobile-menu .box-inner {
	height: 100%;
}
.box-mobile-menu .box-title {
	display: none;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
	font-size: 16px;
	color: #fff;
	padding: 12px 0 10px 5px;
	line-height: 24px;
	margin-right: 45px;
}
.box-mobile-menu > span.box-title {
	display: block !important;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	margin: 0;
	font-size: 12px;
	text-align: center;
}
.box-mobile-menu > a.back-menu {
	position: absolute;
	top: 0;
	left: 0;
}
.box-mobile-menu .close-menu {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 102;
	width: 100%;
	line-height: 48px;
	height: 45px;
	text-align: left;
	display: block;
	padding-left: 40px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background: #dc9814;
	text-transform: uppercase;
	font-weight: 500;
}
.box-mobile-menu .back-menu {
	float: left;
	position: relative;
	display: none;
	color: #fff;
	height: 45px;
	width: 40px;
	font-size: 24px;
	text-align: center;
	line-height: 52px;
}
.box-inner-content {
	height: 100%;
}
.box-mobile-menu .close-menu::before, .box-mobile-menu .close-menu::after {
	border-bottom: 1px solid;
	content: "";
	left: 14px;
	position: absolute;
	top: 21px;
	width: 19px;
}
.box-mobile-menu .close-menu::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box-mobile-menu .close-menu::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body:not(.real-mobile-show-menu) .box-mobile-menu .close-menu::before, body:not(.real-mobile-show-menu) .box-mobile-menu .close-menu::after {
	left: calc(50% - 7px);
}
/* MENU MOBILE */
.header-mobile h5.vc_custom_heading {
	margin: 20px 0 !important;
}
a.wish-list-mobile-menu-link > span {
	margin-right: 10px;
	font-size: 18px;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
	left: 0 !important;
	z-index: 101;
}
.box-mobile-menu .toggle-submenu {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.box-mobile-menu .toggle-submenu {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 48px;
	line-height: 48px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}
.box-mobile-menu .toggle-submenu::before {
	display: block;
}
.box-mobile-menu .toggle-submenu::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f105";
	font-size: 14px;
	color: #9f9f9f;
}
.box-mobile-menu .submenu .submenu .toggle-submenu {
	display: none;
}
.box-mobile-menu span.image {
	display: none;
}
.box-mobile-menu .main-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	background: #fff;
}
.box-mobile-menu .main-menu .submenu {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0 !important;
	left: -100% !important;
	bottom: 0;
	width: 100% !important;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
	background-color: #fff;
}
.box-mobile-menu .menu-item:not(.item-megamenu) ul.submenu {
	padding-top: 46px;
}
.box-mobile-menu .main-menu .submenu.megamenu {
	padding: 20px;
	margin-top: 45px;
}
.box-mobile-menu .main-menu .menu-item {
	display: inline-block;
	position: static;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	font-size: 16px;
}
.box-mobile-menu .main-menu ul .menu-item:last-child {
	border: none;
}
.box-mobile-menu .main-menu .azirspares-custommenu .menu-item {
	border: none;
}
.box-mobile-menu .main-menu .submenu:not(.megamenu) .menu-item.parent {
	padding-right: 0;
	padding-left: 0;
}
.box-mobile-menu .main-menu .submenu:not(.megamenu) .mobile-active .menu-item {
	padding-left: 0;
}
.box-mobile-menu .main-menu .menu .menu-item > a {
	display: block;
	padding: 5px 0;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 12px 0;
}
.box-mobile-menu .main-menu .menu-item-has-children > a, .box-mobile-menu .main-menu li.menu-item > a {
	display: inline-block;
	vertical-align: middle;
	line-height: 12px;
	padding: 18px 20px;
	width: calc(100% - 51px);
}
.box-mobile-menu .main-menu .vc_row li.menu-item > a {
	line-height: 24px;
}
.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children > a {
	display: block;
	width: auto;
}
.box-mobile-menu .main-menu .menu-item-has-children > .toggle-submenu {
	float: right;
	z-index: 30;
}
/*mobile-navigation*/
.mobile-navigation {
	display: none;
}
.menu-btn-icon {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	line-height: 6px;
	position: relative;
	width: 25px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
	margin: 0 0 5px 0;
}
.menu-btn-icon span {
	vertical-align: middle;
	border-bottom: 2px solid;
	display: inline-block;
	height: 2px;
	width: 24px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-bottom: 4px;
	margin-top: 1px;
}
.header-type-transparent-dark .menu-btn-icon span {
	background-color: #ffffff;
}
.menu-btn-icon:hover span {
	background-color: #ffa749 !important;
}
/* Menu on real mobile (not responsive menu) */
.box-tabs-nav-wrap {
	position: absolute;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
}
.box-tabs-nav-wrap .box-tabs-nav {
	width: 100%;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	height: 58px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger {
	float: left;
	padding: 17px 5px 0 0;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner::before, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger-inner::after {
	background-color: #000;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .icon {
	margin-right: 10px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 60px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav:first-child {
	padding-left: 20px;
	text-align: left;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .nav-text.account-text {
	margin-left: 10px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active {
	color: #fff;
	background-color: #000;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner::before, .box-tabs-nav-wrap .box-tabs-nav .box-tab-nav.active .hamburger-inner::after {
	background-color: #fff;
}
.box-mobile-menu-tabs .mobile-back-nav-wrap {
	background: #eeac10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.box-mobile-menu-tabs .mn-mobile-content-tab {
	display: none;
	width: 100%;
	padding-top: 77px;
}
.box-mobile-menu-tabs .mn-mobile-content-tab.active {
	display: block;
}
.box-mobile-menu-tabs .my-account-wrap .nav-tabs {
	border-bottom: none;
}
.box-mobile-menu-tabs .my-account-wrap .nav-tabs > li {
	position: relative;
}
.box-mobile-menu-tabs .my-account-wrap .nav-tabs > li.active {
	display: none;
}
.box-mobile-menu-tabs .my-account-wrap p.des-login {
	line-height: 22px;
	display: none;
}
.box-mobile-menu .azirspares-banner.style5 {
	text-align: center;
}
.box-mobile-menu .style5 h3.banner-title {
	margin-left: 0;
}
.box-mobile-menu .azirspares-custommenu span.image {
	top: -10px;
	right: -20px;
	display: none;
}
.box-mobile-menu-open span.minicart-number {
	opacity: 0;
}
.my-account-wrap .woocommerce-MyAccount-content {
	display: none;
}
/*Categories mobile*/
.header-mobile .vertical-wrapper.block-nav-category .block-title {
	max-width: inherit;
}
.header-mobile .vertical-wrapper.block-nav-category .block-title .before {
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-right: 0;
	position: relative;
	top: -3px;
	font-size: 20px;
}
.header-mobile span.before::before {
	content: "\f0da";
	font-family: 'FontAwesome', sans-serif;
}
.header-mobile span.before span {
	display: none !important;
}
.header-mobile .vertical-wrapper.block-nav-category .block-title .text-title {
	height: 60px;
	line-height: 50px;
}
.header-mobile .header-nav-inner {
	display: table;
	padding: 0 15px;
	background: #1b1b1b;
	margin-top: 10px;
	width: 100%;
}
.header-mobile .vertical-wrapper.block-nav-category .block-title::after {
	border-color: transparent #1b1b1b transparent transparent;
}
.header-mobile .vertical-wrapper.block-nav-category .block-title .text-title::before {
	content: '';
	position: absolute;
	left: -8px;
	top: -10px;
	border-style: solid;
	border-color: transparent #1b1b1b transparent transparent;
	border-width: 10px 8px 0 0;
}
.header-mobile .vertical-wrapper.block-nav-category .block-title::after {
	content: "\f107";
	font-family: 'FontAwesome', sans-serif;
	float: right;
	line-height: 46px;
	font-size: 20px;
}
.header-mobile .vertical-wrapper.block-nav-category .block-title::before {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	content: '';
	background-color: #e4bf19;
	height: 11px;
}
.header-mobile .vertical-menu.default .menu-item > .toggle-submenu {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.header-mobile .vertical-menu.default .menu-item.show-submenu > .toggle-submenu {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.header-mobile div#customer_login > div > h2::before {
	width: auto;
	line-height: inherit;
	height: auto;
	min-width: inherit;
	background: transparent;
	color: #333;
	display: table;
	margin: 0 auto;
}
.header-mobile #customer_login .col-1, .header-mobile #customer_login .col-2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-mobile .woocommerce-input-wrapper > input, .header-mobile .form-row > input {
	width: 100%;
	height: 40px;
	line-height: 38px;
	
}
.header-mobile #customer_login .col-1 .woocommerce-Button {
	float: left;
	min-width: 100px;
}
.header-mobile #customer_login .woocommerce-Button {
	line-height: 44px;
	height: 44px;
	margin-bottom: 10px;
}
.header-mobile #customer_login .form-row {
	margin-bottom: 15px;
}
.header-mobile #customer_login > div > form .form-row:not(.form-row-wide) {
	text-align: center;
	margin: 0;
}
.header-mobile #customer_login .woocommerce-form__label {
	float: right;
	line-height: 30px;
	font-size: 12px;
	margin-top: 15px;
}
.header-mobile #customer_login > div > h2 {
	margin-bottom: 12px;
	font-size: 0;
}
.header-mobile form.woocommerce-form-login .lost_password {
	text-align: center;
	margin-bottom: 0;
}
.header-mobile .woocommerce-form__label-for-checkbox > span::before {
	width: 10px;
	height: 10px;
	top: 3px;
}
.header-mobile .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
	width: 6px;
	height: 6px;
	left: 2px;
	top: 5px;
}
.spec span::before {
	content: "";
	border-top: 1px solid #e4e4e4;
	position: absolute;
	top: 5px;
	right: 100%;
	width: 9999em;
}
.spec span::after {
	content: "";
	border-top: 1px solid #e4e4e4;
	position: absolute;
	top: 5px;
	left: 100%;
	width: 9999em;
}
.spec span {
	position: relative;
	padding: 0 10px;
}
div.spec {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display: none;
	overflow: hidden;
}
.header-mobile div.spec {
	display: block;
	margin: 20px 15px 0;
}
button.next-action {
	display: none;
}
.header-mobile .woocommerce-form__label-for-checkbox > span {
	position: relative;
	font-size: 14px;
	color: #000000;
	top: -7px;
	padding-left: 16px;
}
.header-mobile button.next-action {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: table;
	height: auto;
	line-height: 12px;
	padding: 20px 0;
	margin: 0 auto;
	background: transparent;
}
.header-mobile #customer_login .col-2 {
	display: none;
}
.header-mobile #customer_login {
	overflow: hidden;
	position: relative;
	background: #fff;
	
}
button.next-action::after {
	content: "\f178 ";
	font-size: 16px;
	font-family: 'FontAwesome', sans-serif;
	font-weight: 100;
	margin-left: 10px;
	top: 2px;
	position: relative;
}
.header-mobile [class^="vc_col-"]:not(:last-child), .header-mobile [class*=" vc_col-"]:not(:last-child) {
	padding-bottom: 20px !important;
}
/*SHOP*/
.product-item.shop-mobile .add-to-cart, .shop-mobile .group-button {
	display: none;
}
.product-item.shop-mobile div.product-inner {
	background: transparent;
	padding: 0;
}
.product-item.shop-mobile div.product-thumb > .thumb-link, .product-item.shop-mobile div.product-thumb .second-image {
	padding: 0;
}
.shop-mobile .product-thumb img {
	margin: 0 auto;
	
}
.product-item.shop-mobile:not(.list) div.product-info {
	padding: 15px 0 20px;
	text-align: left;
}
div div.shop-mobile.product-item .product-name, div li.shop-mobile.product-item .product-name {
	margin: 0;
}
.product-item.shop-mobile {
	margin: 0;
}
.shop-mobile .cat-list {
	display: none;
}
.product-item.shop-mobile div .rating-wapper {
	padding: 0;
	margin-top: 5px;
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
div.product-item.shop-mobile .price, li.product-item.shop-mobile .price {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}
.shop-mobile.product-item div.product-name {
	font-size: 14px;
	margin-top: 0;
	max-width: 40px;
	line-height: 20px;
}
.shop-mobile .rating-wapper::before {
	display: none;
}
.shop-mobile .rating-wapper .review {
	display: block;
	float: right;
	padding-left: 5px;
	font-size: 12px;
}
.shop-mobile .rating-wapper .star-rating, .shop-mobile-real .rating-wapper .star-rating {
	display: inline-block;
	float: left;
	width: 63px;
	letter-spacing: 3px;
}
.shop-mobile .star-rating::before, .shop-mobile .star-rating span::before,
.shop-mobile-real .star-rating::before, .shop-mobile-real .star-rating span::before {
	font-size: 11px;
	line-height: 24px;
}
div .ares .tp-bullet.selected, div .ares .tp-bullet:hover {
	width: 7px !important;
}
div .product-item.shop-mobile .product-thumb {
	margin: 0;
	border-radius: 0;
}
div .product-item.shop-mobile .product-name {
	max-width: inherit;
}
.shop-mobile-real .woocommerce-pagination a.page-numbers,
.shop-mobile-real .woocommerce-pagination span.page-numbers,
.shop-mobile-real .woocommerce-pagination li .page-numbers,
.shop-mobile-real .comments-pagination .page-numbers,
.shop-mobile-real .post-pagination > span:not(.title),
.shop-mobile-real .post-pagination a span,
.shop-mobile-real .pagination .page-numbers {
	border: none;
}
.shop-mobile-real.shop-page {
	background: #f2f2f2;
}
.shop-mobile-real .shop-after-control form.per-page-form {
	display: none;
}
.shop-mobile-real .shop-after-control .woocommerce-pagination {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}
.shop-mobile-real .woocommerce-products-header {
	padding-bottom: 0;
}
.shop-mobile-real .page-description {
	margin-bottom: 20px;
}
.shop-mobile-real .page-description:empty {
	margin: 0;
}
.shop-mobile-real .woocommerce-products-header .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering {
	margin: 5px 0 0 0 !important;
}
.shop-mobile-real .grid-view-mode .modes-mode, .shop-mobile-real .woocommerce-ordering select, .shop-mobile-real .per-page-form select {
	border: none;
}
.shop-mobile-real .single-product-bottom {
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 20px;
}
.shop-mobile-real .recently-reviewed-product {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.shop-mobile-real .block-title .product-grid-title {
	margin-bottom: 30px;
}
.shop-mobile-real .single-product-bottom::before, .shop-mobile-real .recently-reviewed-product::before {
	display: none;
}
.shop-mobile-real .entry-summary {
	overflow: hidden;
	margin-bottom: 15px;
}
.shop-mobile-real .recently-reviewed-product .product img {
	border: none;
}
.shop-mobile-real .single-product-bottom .slick-dots {
	margin: 0 0 15px 0;
}
.recently-reviewed-product::before,
.product-item.list.shop-mobile .product-thumb {
	border: none;
	margin: 0;
}
div div.product-item.shop-mobile .product-thumb,
div li.product-item.shop-mobile .product-thumb {
	border: none;
	margin: 0;
}
.product-item.list.shop-mobile:not(:last-child) .product-inner {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.tab-content-inner {
	padding: 40px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*Single Tabs desc*/
html.body-hide {
	overflow: hidden;
}
.content-tab-element .content-des > h2 {
	display: none;
}
.tab-show .content-tab-element {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.content-tab-element {
	position: fixed;
	background: #fff;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 868686;
	transition: transform 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
}
.tabs-mobile-content a.button-togole {
	line-height: 50px;
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.tabs-mobile-content a.button-togole::before {
	content: "\f105";
	float: right;
	font-family: 'Fontawesome', sans-serif;
	font-size: 16px;
}
table p {
	margin: 0;
}
h3.title-tab {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	background: #fff;
	padding: 15px 5px;
	margin: 0;
}
button.close-tab::before {
	font-size: 22px;
	content: "\f104";
	font-family: 'Fontawesome', sans-serif;
	color: #333;
}
button.close-tab {
	background: transparent;
	height: auto;
	top: 0;
	width: 50px;
	border-right: 1px solid #e5e5e5;
	line-height: 53px;
	position: absolute;
}
.content-des {
	padding: 20px 30px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100% - 54px);
}
.content-des .comment_container .avatar {
	float: left;
	max-width: 90px;
}
.content-des .comment-text {
	margin-top: -5px;
}
.content-des .rating-wapper {
	padding-bottom: 0;
	display: inline-block;
}
.content-des .comment-text .meta {
	margin-bottom: 0;
	display: block;
}
.content-des .comment-respond span.comment-reply-title {
	display: block;
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}
.content-des p.stars a {
	font-size: 14px;
	position: relative;
	margin-right: 5px;
}
.content-des p.stars {
	margin-bottom: 20px;
}
.content-tab-element ul.products {
	padding-left: 0;
	margin-right: -25px;
	margin-left: -25px;
}
.content-tab-element ul.products::before {
	content: "";
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
@media (max-width: 480px) {
	.product-item.shop-mobile {
		width: 50%;
	}
	.product-item.shop-mobile.list {
		width: 100%;
	}
	.main-content .product-item.shop-mobile:nth-child(2n + 1) {
		clear: left;
	}
}
@media (max-width: 1024px) {
	.main-container .single-product-policy.hide-on-mobile {
		display: none !important;
	}
	.sticky_info_single_product {
		display: none;
	}
	.shop_attributes th, .shop_attributes td {
		padding: 7px 10px;
	}
	.main-container.type-1 div.single-product-policy, div.main-contain-summary, .main-contain-summary div.contain-left {
		padding: 0 0 15px;
	}
	div .block-title .product-grid-title {
		font-size: 14px;
		letter-spacing: 2px;
	}
	div .product-item.style-08 .gallery-dots {
		max-width: inherit;
	}
	div .product-item.style-08 .gallery-dots .slick-arrow.prev {
		left: -12px;
		background: #fff;
		line-height: 22px;
		border: 1px solid #e5e5e5;
	}
	div .product-item.style-08 .gallery-dots .slick-arrow.next {
		right: -15px;
		left: auto;
		background: #fff;
		border: 1px solid #e5e5e5;
	}
	.azirspares-category.default .category-inner {
		display: inline-block;
		height: auto !important;
	}
	.product-item.style-07 div.gallery-dots {
		width: calc(100% - 30px);
		max-width: 232px;
		float: none;
		margin: 0 auto;
	}
	.product-item.style-07 div.gallery-dots .slick-arrow.prev {
		left: -30px;
		border: 1px solid #eee;
		
	}
	.product-item.style-07 div.gallery-dots .slick-arrow.next {
		right: -30px;
		border: 1px solid #eee;
		
	}
}
@media (max-width: 991px) {
	.woocommerce-tabs.wc-tabs-wrapper {
		background: transparent;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.woocommerce-Tabs-panel {
		display: none;
	}
	div.entry-summary .cart .single_add_to_cart_button {
		min-width: 185px;
	}
	ul.tabs.wc-tabs {
		background: transparent;
		padding: 0;
		border: none;
	}
	.wc-tabs li a {
		font-size: 12px;
		line-height: 52px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 500;
		color: #000;
	}
	ul.wc-tabs li {
		display: block;
		background: #fff;
		margin-bottom: 13px;
		font-size: 12px;
		text-align: left;
	}
	ul.wc-tabs li.active {
		background: #333;
	}
	ul.wc-tabs li.active a {
		color: #fff;
	}
	.wc-tabs li a {
		font-size: 12px;
		line-height: 52px;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 100%;
		font-weight: 500;
		color: #000;
		text-align: left;
	}
	.wc-tabs li a::before {
		display: none;
	}
	.wc-tabs li a::after {
		content: "\f106";
		font-family: 'Fontawesome', sans-serif;
		font-size: 20px;
		float: right;
		transition: transform 0.3s ease 0s;
		-o-transition: -o-transform 0.3s ease 0s;
		-webkit-transition: -webkit-transform 0.3s ease 0s;
	}
	ul.wc-tabs li.active a::after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	div.entry-summary .yith-wcwl-add-to-wishlist, .entry-summary .compare {
		margin-bottom: 10px;
	}
	.main-container.type-1 div.single-product-policy > div {
		margin-top: 0;
	}
	div.main-container.type-2 .contain-left .entry-summary {
		padding: 20px;
	}
	.variations a.reset_variations {
		margin: 0 0 0 10px;
		vertical-align: middle;
		background: #333;
		color: #fff;
		padding: 1px 10px;
		display: inline-block;
	}
	body.single-product .product-type-variable a.variations {
		padding-bottom: 5px;
	}
	body header .box-mobile-menu .demo-item h5.vc_custom_heading {
		margin-bottom: 0 !important;
	}
	header .box-mobile-menu .demo-item .vc_col-xs-6, header .box-mobile-menu .demo-item .vc_col-xs-6 {
		width: 50%;
		float: left;
		padding: 0 !important;
	}
}
@media (max-width: 1199px) {
	.shop-before-control {
		padding-bottom: 20px;
	}
	.product-item.list.shop-mobile .product-name {
		margin-bottom: 0;
	}
	div.azirspares-tabs.style2 .tab-container .nav-top-right .slick-arrow {
		top: 45%;
	}
}
@media (max-width: 767px) {
	.shop-mobile-real.shop-page .sidebar {
		display: none;
	}
	.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
		text-transform: uppercase;
		font-weight: 500;
		max-width: inherit;
		letter-spacing: 0.1em;
		color: #000;
		font-size: 14px;
		text-align: center;
		margin-bottom: 5px;
		display: inline-block;
		width: 100%;
	}
	div.prdctfltr_topbar {
		display: inline-block;
	}
	div.grid-view-mode, .woocommerce-ordering, .per-page-form {
		padding-left: 0 !important;
		width: auto;
		float: right;
	}
	.shop-before-control div.grid-view-mode {
		float: left;
	}
	.woocommerce-products-header .page-title {
		font-size: 26px;
		margin-top: 0;
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 0;
		text-align: center;
		font-weight: 400;
		text-transform: unset;
	}
	.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title span.prdctfltr_title_selected {
		font-weight: 400;
		color: #fff;
		background-color: #e4bf19;
		padding: 4px 10px 4px 6px;
		border-radius: 25px;
		float: left;
		white-space: nowrap;
		font-size: 14px;
		margin: 0 5px 5px 0;
		vertical-align: top;
	}
	div.product-item.style-04 .price {
		font-size: 16px;
	}
	div .woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title {
		float: none;
		margin: 0 0 15px;
	}
}
/*Shop Category*/
ul.list-cate {
	margin: 0 -15px;
	display: inline-block;
	width: calc(100% + 30px);
	padding: 0 10px;
	list-style: none;
}
h2.woocommerce-loop-category__title {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}
li.product-category:hover {
	top: -5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
li.product-category {
	float: left;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	position: relative;
	padding: 0 15px 15px;
	top: 0;
}
mark.count {
	background: transparent;
	color: inherit;
}
.no-owl-slick.cat_list_mobile {
	margin: 0 -9px;
	display: inline-block;
}
div.mfp-bg, div.mfp-wrap {
	z-index: 8686869;
}
@media (max-width: 1100px) {
	div ul.list-cate {
		margin-top: 0;
	}
	.product-item.style-03 div.product-inner:hover .product-thumb {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header-mobile .vertical-wrapper.block-nav-category .block-content {
		max-width: inherit;
	}
	div.azirspares-products.style-09 .azirspares-title {
		font-size: 14px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.azirspares-category.default .category-inner {
		width: 100%;
	}
	h2.vc_custom_heading {
		font-size: 22px !important;
	}
	.azirspares-iconbox.style2.dark .desc {
		color: #868686 !important;
	}
}
@media (min-width: 1025px) {
	li.product-category {
		width: 25%;
	}
	li.product-category:nth-child(4n+1) {
		clear: left;
	}
	.vc_mobile .cat_lists {
		width: calc(25% - 18px);
		float: left;
		margin: 0 9px 18px;
	}
	.vc_mobile .cat_lists:nth-child(4n+1) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	li.product-category {
		width: 33.33%;
	}
	li.product-category:nth-child(3n+1) {
		clear: left;
	}
	.vc_mobile .cat_lists {
		width: calc(33.33% - 18px);
		float: left;
		margin: 0 9px 18px;
	}
	.vc_mobile .cat_lists:nth-child(3n+1) {
		clear: left;
	}
	.azirspares-banner.style5 .banner-thumb img {
		width: 100%;
	}
	.azirspares-banner.style5 .banner-inner {
		width: 100%;
	}
	
}
@media (max-width: 767px) {
	.vc_mobile .cat_lists {
		width: calc(33.33% - 18px);
		float: left;
		margin: 0 9px 18px;
	}
	.vc_mobile .cat_lists:nth-child(3n+1) {
		clear: left;
	}
	li.product-category {
		width: 50%;
	}
	li.product-category:nth-child(2n+1) {
		clear: left;
	}
}
@media (max-width: 480px) {
	div.categories-product-woo .block-title .product-grid-title {
		font-size: 22px;
	}
	.vc_mobile div.cat_lists {
		width: calc(50% - 18px);
		float: left;
		margin: 0 9px 18px;
	}
	.vc_mobile div.cat_lists:nth-child(2n+1) {
		clear: left;
	}
	.vc_mobile div.cat_lists:nth-child(3n+1) {
		clear: none;
	}
	div.categories-product-woo .block-title a {
		display: none;
	}
}
/*Responsive*/
@media (min-width: 768px) {
	header.woocommerce-products-header .prdctfltr_wc .prdctfltr_filter_title {
		margin-top: -40px;
	}
	header.woocommerce-products-header .prdctfltr_wc {
		text-align: right;
	}
}
@media (max-width: 1024px) {
	.categories-product-woo .response-product .slick-arrow {
		display: none !important;
	}
	.shop-page {
		background: #f2f2f2;
	}
	div.categories-product-woo .row-item {
		margin-bottom: 18px;
	}
	div.categories-product-woo .subcat span {
		font-size: 14px;
		padding: 0 5px;
		position: absolute;
		bottom: 10px;
		left: 0;
		text-align: center;
		width: 100%;
	}
	div.categories-product-woo .subcat {
		border: none;
		padding: 0 0 15px;
		position: relative;
	}
	div.categories-product-woo .block-title a {
		border: none;
		color: #666;
		line-height: 40px;
	}
	.categories-product-woo .cat_grid ~ div.product-grid.product-beestseller {
		padding-top: 0;
	}
	div.categories-product-woo .block-title .product-grid-title {
		margin-bottom: 25px;
	}
	.categories-product-woo::before {
		display: none;
	}
	div.categories-product-woo {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.product-item .group-button, .product-item .cat-list {
		display: none;
	}
	.product-item .product-inner {
		background: transparent;
	}
	div.product-item.style-02 .product-thumb > .thumb-link, div.product-item.style-02 .product-thumb .second-image,
	div.product-item.style-03 .product-thumb > .thumb-link, div.product-item.style-03 .product-thumb .second-image,
	div.product-item.style-01 .product-thumb > .thumb-link, div.product-item.style-01 .product-thumb .second-image {
		padding: 0;
	}
	div .product-item.style-05 .product-thumb > .thumb-link, div .product-item.style-05 .product-thumb .second-image {
		display: block;
		padding-bottom: 0;
	}
	.product-item:not(.list) .product-name {
		max-height: 46px;
		line-height: 24px;
		text-align: left;
		margin-bottom: 0;
		overflow: hidden;
	}
	div.product-item.style-02 .product-name {
		margin-bottom: 5px;
	}
	div.product-item.style-01 div.product-thumb {
		border: none;
		background: #fff;
		margin-bottom: 10px;
	}
	div.product-item.style-02 .product-thumb {
		border: none;
		background: #fff;
	}
	div.product-item.style-02 .product-info,
	div.product-item.style-05 .product-info {
		padding: 15px 0 7px 0;
		text-align: left;
	}
	div.product-item.style-04 .product-info {
		padding: 15px 0 15px 15px;
	}
	.product-item.style-04 .product-inner {
		background: #fff;
	}
	div.product-item.style-02 .rating-wapper, div.product-item.style-05 .rating-wapper {
		padding-top: 5px;
		margin: 0;
		padding-left: 0;
	}
	div.product-item.style-02 .rating-wapper {
		display: none;
	}
	div.product-item .price {
		display: inline-block;
		color: #000000;
		font-size: 14px;
		font-weight: 500;
		width: 100%;
	}
	.product-item .price del {
		font-size: 12px;
	}
	.product-item .onnew, .product-item .onsale {
		min-width: 50px;
	}
	.product-item .add-to-cart {
		display: none;
	}
	div.product-item.style-03 .product-thumb {
		margin-bottom: 0;
	}
	.product-item .yith-wcwl-add-to-wishlist {
		display: none;
	}
	div.product-item.style-03 .product-name, div.product-item.style-04 .product-name, div.product-item.style-01 .product-name {
		margin-bottom: 5px;
	}
	.product-item.style-03 .rating-wapper, .product-item.style-04 .rating-wapper {
		padding-bottom: 0;
	}
	div.azirspares-products.style-03 .row-item:not(:last-child) .product-item.style-03 .product-inner {
		border-bottom: none;
	}
	div.product-item.style-04 .rating-wapper {
		padding: 0;
		margin-top: 5px;
		position: relative;
	}
	.product-item.style-04 .rating-wapper::before,
	.product-item.style-05 .rating-wapper::before {
		display: none;
	}
	div.product-item.style-05 .product-top {
		padding: 0 0 15px;
		border-bottom: none;
	}
	div.submenu .azirspares-listing.style1 .listing-list li {
		font-size: 14px;
	}
	div .product-item.style-08 .onsale ~ .product-name,
	div .product-item.style-07 .onsale ~ .product-name,
	div .product-item.style-06 .onsale ~ .product-name {
		padding-left: 20px;
		margin-top: -3px;
	}
	div .product-item.style-08 .onsale ~ .price,
	div .product-item.style-07 .onsale ~ .price,
	div .product-item.style-06 .onsale ~ .price {
		padding-left: 110px;
		margin-top: 10px;
	}
	div .azirspares-products.style-10.big-name .product-name {
		font-size: 20px;
		margin-bottom: 10px;
	}
	div.azirspares-heading.line-height {
		line-height: 1.2;
	}
}
.woocommerce-Tabs-panel {
	border: none;
}
.wpb_text_column p {
	margin-bottom: 5px;
}
.azirspares-heading.style3.custom .title {
	letter-spacing: 0;
	text-transform: none;
	font-size: 30px;
	font-weight: 400;
}
.azirspares-heading.line-height {
	font-size: 26px;
}
.azirspares-heading.line-height .title {
	line-height: 44px;
}
a.play-video {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 56px;
	background: #ff4a4a;
	border-radius: 30px;
	display: table;
	margin: 0 auto;
	letter-spacing: 1px;
	padding: 0 40px 0 0;
	height: 56px;
	color: #fff;
}
a.play-video::before {
	content: "\f0da";
	font-family: 'Fontawesome', sans-serif;
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #fff;
	color: #ff4a4a;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	position: relative;
	line-height: 50px;
	margin: 0 15px 0 5px;
	letter-spacing: -1px;
	top: 4px;
}
a.play-video:hover, a.buy-it-now:hover {
	background: #000000;
	color: #ffffff;
}
.wow {
	visibility: hidden;
}
.wow.animated {
	visibility: visible;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.woocommerce-tabs-mobile {
	padding-bottom: 25px;
}
/*Socials share product*/
.social-share-product {
	z-index: 9999;
	position: relative;
}
.share-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.element-share-show .share-overlay {
	opacity: 1;
	visibility: visible;
}
.element-share-show .social-share-product-inner {
	visibility: visible;
	opacity: 1;
}
.azirspares-social-product > a {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #333;
	border-radius: 50%;
	margin: 25px;
	font-weight: 100;
	font-size: 20px;
	color: #fff;
}
h3.title-share::before {
	content: "";
	width: 50px;
	border-bottom: 2px solid #e4bf19;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
h3.title-share {
	position: relative;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.social-share-product-inner {
	width: 600px;
	text-align: center;
	background: #fff;
	padding: 50px 0;
	margin: 0 auto;
	top: 50%;
	max-width: 90%;
	position: fixed;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.button-share {
	position: fixed;
	top: 50%;
	left: 0;
	transform-origin: 0 0;
	transform: rotate(-90deg);
	font-size: 12px;
	letter-spacing: 2px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
}
.button-share:hover {
	background: #e4bf19;
}
.button-share > span {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
a.facebook-share-link {
	background: #435897;
}
a.twitter-share-link {
	background: #41aee9;
}
a.google-share-link {
	background: #d04d45;
}
a.pinterest-share-link {
	background: #e93c36;
}
.azirspares-social-product > a:hover {
	background: #333;
	color: #fff;
}
@media (max-width: 767px) {
	div.azirspares-social-product > a {
		margin: 5px;
	}
}
.vc_mobile .social-share-product {
	display: none;
}
/*Socials share product*/
.social-share-product {
	z-index: 9999;
	position: relative;
}
.share-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.element-share-show .share-overlay {
	opacity: 1;
	visibility: visible;
}
.element-share-show .social-share-product-inner {
	visibility: visible;
	opacity: 1;
}
.azirspares-social-product > a {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #333;
	border-radius: 50%;
	margin: 25px;
	font-weight: 100;
	font-size: 20px;
	color: #fff;
}
h3.title-share::before {
	content: "";
	width: 50px;
	border-bottom: 2px solid #e4bf19;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
h3.title-share {
	position: relative;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.social-share-product-inner {
	width: 600px;
	text-align: center;
	background: #fff;
	padding: 50px 0;
	margin: 0 auto;
	top: 50%;
	max-width: 90%;
	position: fixed;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.button-share {
	position: fixed;
	top: 50%;
	left: 0;
	transform-origin: 0 0;
	transform: rotate(-90deg);
	font-size: 12px;
	letter-spacing: 2px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
}
.button-share:hover {
	background: #e4bf19;
}
.button-share > span {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
a.facebook-share-link {
	background: #435897;
}
a.twitter-share-link {
	background: #41aee9;
}
a.google-share-link {
	background: #d04d45;
}
a.pinterest-share-link {
	background: #e93c36;
}
.azirspares-social-product > a:hover {
	background: #333;
	color: #fff;
}
@media (max-width: 767px) {
	div.azirspares-social-product > a {
		margin: 5px;
	}
	.label-banner {
		display: none;
	}
}
.vc_mobile .social-share-product {
	display: none;
}
a.buy-it-now {
	font-size: 14px;
	letter-spacing: 1px;
	background: #6a9d34;
	color: #fff;
	display: table;
	margin: 0 auto;
	line-height: 52px;
	padding: 0 40px 0 0;
	border-radius: 30px;
}
a.buy-it-now::before {
	content: "";
	width: 47px;
	display: inline-block;
	float: left;
	background: url(https://azirspares.famithemes.com/wp-content/uploads/2018/10/envato.png);
	height: 47px;
	position: relative;
	top: 3px;
	margin: 0 15px 0 4px;
}

#growls-default {
	display: none !important;
}

.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul, .wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul, .wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul {
    right: 20px;
}

.footer .wpb_text_column {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
}