/*
Theme Name: Cize
Theme URI: https://cize.famithemes.com/
Author: Famithemes
Author URI: https://famithemes.com/
Description: Cize is a top-notch theme for high-tech shops. An ideal theme for smartphones, tablets, high-tech accessories, electronics, televisions, refrigerators...
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cize
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #909297
    Accent color: #f33c3c

[Typography]
    Body:   16/28 '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 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 CIZE BANNER
	9.2 CIZE BLOG
	9.3 CIZE CATEGORY
	9.4 CIZE CUSTOMMENU
	9.5 CIZE HEADING
	9.6 CIZE ICONBOX
	9.7 CIZE INSTAGRAM
	9.8 CIZE LISTING
	9.9 CIZE MAP + CONTACT FORM 7
	9.10 CIZE MEMBER
	9.11 CIZE NEWSLETTER
	9.12 CIZE POPUP VIDEO
	9.13 CIZE PRODUCTS
	9.14 CIZE SOCIAL
	9.15 CIZE TABS
	9.16 CIZE TESTIMONIAL
	9.17 CIZE VERTICALMENU
	9.20 ACCORDION
	9.21 INSTAGRAM SHOP
	9.22 STORE DIRECTORY
	9.23 CIZE PRICING
10.0 CUSTOM CLASS
11.0 STYLE MOBILE

/* Preloader */
.cize-preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.cize-ripple {
	display: inline-block;
	position: fixed;
	width: 64px;
	height: 64px;
	z-index: 100001;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}
.cize-ripple div {
	position: absolute;
	border: 4px solid #f33c3c;
	opacity: 1;
	border-radius: 50%;
	animation: cize-ripple 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.cize-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes cize-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}


/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@font-face {
	font-family: 'sofia_proregular';
	src: url('assets/fonts/sofia_pro_regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sofia_prolight';
	src: url('assets/fonts/sofia_pro_light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sofia_promedium';
	src: url('assets/fonts/sofia_pro_medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sofia_prosemibold';
	src: url('assets/fonts/sofia_pro_semibold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sofia_bold';
	src: url('assets/fonts/sofia_pro_bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
.heading-light {
	font-family: 'sofia_prolight', sans-serif !important;
}
.heading-medium {
	font-family: 'sofia_promedium', sans-serif !important;
}
.heading-semibold {
	font-family: 'sofia_prosemibold', sans-serif !important;
}
.heading-bold {
	font-family: 'sofia_prosemibold', sans-serif !important;
}
.letter-02 {
	letter-spacing: 0.2em !important;
}
body {
	max-width: 100%;
	overflow-x: hidden;
}
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: 18px;
	position: relative;
	line-height: 42px;
	height: 44px;
	border: 1px solid;
	margin: 3px;
	font-family: sofia_promedium, sans-serif;
}
.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: #f33c3c;
}
.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: #f33c3c;
}
.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-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;
	}
}
@media (max-width: 767px) {
	.rows-space-20,
	.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: 10px;
	}
}
.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-item img {
	border-radius: 3px;
}
.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;
	display: inline-block;
	width: 100%;
}
.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%;
	margin-top: 14px;
}
.widget_rss cite {
	color: #333;
}
.widget_rss .rss-date {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #b7b7b7;
	letter-spacing: 0.1em;
}
.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 .tagcloud {
	padding-top: 5px;
}
.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin: 7px 3px 0 0;
	padding: 6px 30px;
	font-size: 16px !important;
	line-height: 23px;
	color: #909297;
	border: 1px solid #e4e6ec;
	border-radius: 38px;
	height: 39px;
	text-align: center;
}
.widget_tag_cloud .tagcloud a:hover {
	background-color: #f33c3c;
	border-color: #f33c3c;
	color: #fff;
}
/*widget_shopping_cart*/
.woocommerce-cart-form {
	border: 2px solid #e3e3e3;
	border-radius: 3px;
}
.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: #232529;
	font-size: 16px;
}
.widget_shopping_cart .product_list_widget img {
	float: left;
	max-width: 70px;
	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;
	font-family: 'sofia_promedium', sans-serif;
}
.widget_shopping_cart .product_list_widget li a:nth-child(2):not(:hover) {
	color: #232529;
}
.widget_shopping_cart .product_list_widget li .quantity {
	font-size: 16px;
	line-height: 22px;
	color: #909297;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 24px;
	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 0;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 13px;
	overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-weight: inherit;
	letter-spacing: 0.1em;
	color: #232529;
	text-transform: uppercase;
	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: block;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	padding: 0 10px;
	background-color: #232529;
	text-align: center;
	font-size: 13px;
	font-family: 'sofia_prosemibold', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
	background-color: #f33c3c;
	margin-top: 10px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
	background-color: #f33c3c;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover {
	background-color: #232529;
}
/*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;
	margin-bottom: -3px;
}
.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 a {
	display: block;
}
.widget_media_image a::before,
.widget_media_image a::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;
}
.widget_media_image a:hover::before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, .5);
}
.widget_media_image a:hover::after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, .5);
}
/*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;
	margin-bottom: 6px;
}
.product_list_widget li:not(.mini_cart_item) img {
	float: left;
	max-width: 79px;
	margin-right: 15px;
	border-radius: 3px;
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.product_list_widget li > a {
	display: block;
}
.product_list_widget li:not(.mini_cart_item) > a:not(:hover) {
	color: #232529;
}
.product_list_widget li:not(.mini_cart_item) .product-title {
	display: block;
	margin-bottom: 5px;
}
.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: #f33c3c;
	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: #232529;
	margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background-color: #f33c3c;
}
/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
	position: relative;
	display: block;
}
.cize-accordion.loading, .tab-container.loading {
	position: relative;
	cursor: wait;
}
.loading-lazy::after, .cize-accordion.loading::before, .cize-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;
}
.cize-accordion.loading::before, .tab-container.loading::before {
	background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .cize-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;
	background: url('assets/images/loadspin.png');
	background-size: cover;
}
@-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
------------------------------*/
.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: #232529;
}
.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 shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@-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)
	}
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
	font-family: 'sofia_proregular', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #909297;
}
label {
	font-weight: normal;
	color: #232529;
}
a, body .vc_custom_heading a {
	color: #232529;
	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: #f33c3c;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
	color: #232529;
	margin-top: 12px;
	margin-bottom: 18px;
}
blockquote, q {
	color: #232529;
	font-size: 16px;
	line-height: 28px;
	padding: 15px 0 15px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: 3px solid #f33c3c;
}
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: 3px;
	padding: 0 20px;
	max-width: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #909297;
	height: 40px;
	line-height: 40px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	display: block;
	line-height: 24px;
	padding: 15px;
	height: auto;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
}
select {
	padding: 0 33px 0 15px;
	background: url(assets/images/select-arrow.png) center right no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
}
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: #232529;
	border: 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;
	border-radius: 3px;
}
.fami-btn:hover {
	background-color: #f33c3c;
}
/* ==========================================================================
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
============================================================================ */
.container {
	max-width: 100%;
}
@media (min-width: 1281px) {
	.container {
		width: 1440px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row > [class^="col-"],
	.row > [class*=" col-"],
	ul.products > [class^="col-"],
	ul.products > [class*=" col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1199px) {
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row > [class^="col-"],
	.row > [class*=" col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.products > [class^="col-"],
	ul.products > [class*=" col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 991px) {
	.row > [class^="col-"],
	.row > [class*=" col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.has-boxed {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f0f1f4;
	padding-bottom: 83px;
}
.has-boxed .boxed-wrap {
	width: 1680px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.has-boxed .boxed-wrap > footer > .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.has-boxed .boxed-wrap > div > .container {
	width: 100%;
	padding: 0;
}
@media (max-width: 1680px) {
	.has-boxed {
		padding-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.has-boxed {
		padding-bottom: 15px;
	}
	.has-boxed .boxed-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* ==========================================================================
2.4 OWL SLIDER
============================================================================ */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.66;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100003;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
         * Remove all paddings around the image on small screen
         */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.owl-carousel .owl-item img {
	width: auto;
}
/*****************Slick Slider******************/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.logo ._rw[src=""] {
	background: url('assets/images/logo-light.svg');
	background-size: 100% 100%;
	display: inline-block;
	font-size: 0;
}
.main-menu-wrapper {
	margin-left: 30px;
	margin-right: 30px;
}
.owl-dots {
	text-align: center;
	margin-top: 35px;
}
.owl-dots .owl-dot {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 8px;
	border-radius: 6px;
	background-color: #909297;
	transition: 0.25s;
}
.owl-dots .owl-dot.active {
	background-color: #f33c3c;
	width: 23px;
}
.owl-dots .owl-dot:hover {
	background-color: #f33c3c;
}
.owl-carousel .owl-nav > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: #232529;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear 0.6s;
	-o-transition: all 0.25s linear 0.6s;
	-webkit-transition: all 0.25s linear 0.6s;
}
.owl-carousel .owl-nav .owl-prev {
	left: -33px;
	margin-left: 10px;
}
.owl-carousel .owl-nav .owl-next {
	right: -33px;
	margin-right: 10px;
}
.owl-carousel:hover .owl-nav > div {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.categories-product-woo .owl-carousel .owl-nav > div {
	top: 45%;
}
.categories-product-woo .owl-carousel .owl-nav .owl-prev {
	left: -17px;
}
.categories-product-woo .owl-carousel .owl-nav .owl-next {
	right: -17px;
}
@media (max-width: 1499px) {
	.owl-carousel .owl-nav .owl-prev {
		left: -20px;
	}
	.owl-carousel .owl-nav .owl-next {
		right: -20px;
	}
	.owl-carousel .owl-nav > div {
		font-size: 24px;
		width: 40px;
		height: 40px;
		text-align: center;
		box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
		background-color: #ffffff;
		border-radius: 50%;
		line-height: 40px;
	}
	.cize-dealproduct.style-01 .slick-arrow {
		color: #000000 !important;
		font-size: 21px !important;
		box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
		background-color: #ffffff;
		border-radius: 50%;
	}
	.cize-dealproduct.style-01 .slick-countdown:hover .slick-arrow.fa-angle-left,
	.cize-dealproduct.style-01 .slick-arrow.fa-angle-left {
		left: -20px;
	}
	.cize-dealproduct.style-01 .slick-countdown:hover .slick-arrow.fa-angle-right,
	.cize-dealproduct.style-01 .slick-arrow.fa-angle-right {
		right: -20px;
	}
}
@media (max-width: 1199px) {
	.categories-product-woo .owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-prev {
		left: -10px;
	}
	.categories-product-woo .owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-next {
		right: -10px;
	}
	.categories-product-woo .owl-carousel .owl-nav > div,
	.owl-carousel .owl-nav > div {
		font-size: 20px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media (max-width: 1024px) {
	.owl-carousel .owl-nav > div {
		opacity: 1;
		visibility: visible;
		margin: 0 !important;
	}
}
/* ==========================================================================
6.2 BANNER + TITLE + BREADCRUMBS THEME
========================================================================== */
.banner-page.has_background {
	position: relative;
}
.banner-page.no_background .page-title {
	padding-top: 45px;
}
.banner-page.has_background .content-banner {
	position: absolute;
	display: block;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	bottom: 55%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-page {
	text-align: center;
}
.banner-page .content-banner .page-title {
	font-size: 56px;
	margin-top: 0;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 13px;
}
.header-color-light .banner-page.has_background .content-banner .page-title {
	color: #ffffff;
}
.banner-page .content-banner .page-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 60px;
	border: 1px solid #f33c3c;
}
.header-color-light .banner-page .content-banner .page-title::before {
	border-color: #ffffff;
}
.breadcrumbs .breadcrumb {
	list-style: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.single-post .breadcrumbs .breadcrumb {
	margin-bottom: 40px;
	padding-left: 130px;
}
.single-post .breadcrumbs .breadcrumb li.active {
	color: #909297;
}
.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: #232529;
}
.header-color-light .banner-page.has_background .content-banner .breadcrumbs .breadcrumb li {
	color: #ffffff;
}
.header-color-light .banner-page.has_background .content-banner .breadcrumbs .breadcrumb li a:not(:hover) {
	color: #ffffff;
}
.header-color-light .banner-page.has_background .content-banner .breadcrumbs .breadcrumb li + li::before {
	color: #ffffff;
}
.woocommerce-breadcrumb {
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 38px;
	margin-bottom: 38px;
}
.woocommerce-breadcrumb a:not(:hover) {
	color: #232529;
}
.woocommerce-breadcrumb i {
	padding-left: 11px;
	padding-right: 11px;
	color: #909297;
}
@media (max-width: 1366px) {
	.single-post .breadcrumbs .breadcrumb {
		margin-bottom: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 1280px) {
	.single-post .breadcrumbs .breadcrumb {
		padding-left: 63px;
	}
}
@media (max-width: 1199px) {
	.woocommerce-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.single-post .breadcrumbs .breadcrumb {
		padding-left: 20px;
	}
}
/* 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: #f33c3c;
}
.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;
	}
}
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*main menu*/
.horizon-menu .main-menu {
	padding: 0;
	list-style: none;
}
.horizon-menu .main-menu .menu-item {
	list-style: none;
	position: relative;
}
.horizon-menu .main-menu .menu-item:hover > a {
	color: #f33c3c;
}
.horizon-menu .main-menu > .menu-item > a {
	font-size: 20px;
	line-height: 75px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
.horizon-menu .main-menu .menu-item > a > .icon {
	font-size: 14px;
	margin-right: 4px;
}
.horizon-menu .main-menu .menu-item > a > .image {
	position: absolute;
	right: -28px;
	top: 8px;
	z-index: 1;
	line-height: 0;
}
/*sub menu*/
.horizon-menu .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;
}
.horizon-menu .main-menu > .menu-item .submenu:not(.megamenu) {
	padding-top: 22px;
	padding-bottom: 22px;
}
.horizon-menu .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
	padding: 0 8px 0 22px;
}
.horizon-menu .main-menu > .menu-item .submenu.megamenu {
	padding: 40px 35px;
}
.horizon-menu .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;
}
.horizon-menu .main-menu > .menu-item .submenu .menu-item:hover::before {
	display: block;
}
.horizon-menu .main-menu > .menu-item .submenu .menu-item a {
	line-height: 30px;
	display: block;
}
.horizon-menu .main-menu .menu-item .submenu .menu-item a {
	color: #666666;
}
.horizon-menu .main-menu .menu-item .submenu .menu-item a > span {
	position: relative;
	bottom: 4px;
}
.horizon-menu .main-menu .menu-item .submenu .menu-item:hover > a {
	color: #f33c3c;
}
.horizon-menu .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: #232529;
}
.horizon-menu .main-menu .menu-item:hover > .toggle-submenu {
	color: #f33c3c;
}
/*horizon menu*/
/*sup menu*/
.horizon-menu .main-menu > .menu-item {
	padding: 0 14px;
	display: inline-block;
}
.header.style-03 .horizon-menu .main-menu > .menu-item:first-child {
	padding-left: 0;
}
.horizon-menu .main-menu > .menu-item.parent::before {
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
}
.horizon-menu .main-menu > .menu-item.parent:hover::before {
	display: block;
}
/*sub menu*/
.horizon-menu .main-menu .menu-item .submenu {
	position: absolute;
	min-width: 265px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	border-radius: 3px;
}
.horizon-menu .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.horizon-menu .main-menu > .menu-item > .submenu {
	top: 100%;
	left: -1px;
}
.horizon-menu .main-menu > .menu-item:hover > .submenu {
	margin-top: 0;
}
.horizon-menu .main-menu > .menu-item > .submenu .submenu {
	top: -19px;
	left: 100%;
}
.horizon-menu .main-menu .submenu .menu-item:hover > .submenu {
	margin-top: -4px;
}
/*.toggle-submenu*/
.horizon-menu .main-menu .toggle-submenu::before {
	display: block;
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	height: 52px;
	line-height: 50px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	z-index: 10;
}
.horizon-menu .main-menu .submenu .toggle-submenu {
	display: block;
}
.horizon-menu .main-menu .submenu .toggle-submenu::before {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	content: '\f105';
}
@media (max-width: 1499px) {
	.horizon-menu .main-menu > .menu-item {
		padding: 0 10px;
	}
}
@media (max-width: 1199px) {
	.horizon-menu .main-menu > .menu-item > a {
		font-size: 16px;
	}
}
/*==========================================================================
    3.5 VERTICAL MENU
========================================================================== */
/*vertical-menu-overlay*/
.vertical-menu-open .vertical-menu-overlay {
	left: 0;
}
.vertical-menu-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(45, 51, 55, 0.66);
	z-index: 10;
}
/*.close-vertical-menu*/
.close-vertical-menu {
	display: none;
	width: 20px;
	height: 20px;
	color: #000000;
	position: relative;
	cursor: pointer;
	margin-left: 46px;
	margin-bottom: 140px;
}
.close-vertical-menu:hover {
	color: #f33c3c;
}
.close-vertical-menu::before,
.close-vertical-menu::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	top: 9px;
	left: -2px;
	width: 24px;
}
.close-vertical-menu::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-vertical-menu::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-scroll {
	height: -webkit-calc(100vh - 395px);
	height: -moz-calc(100vh - 395px);
	height: calc(100vh - 395px);
	padding-bottom: 50px;
}
.menu-scroll .scrollbar-macosx {
	height: -webkit-calc(100vh - 405px);
	height: -moz-calc(100vh - 405px);
	height: calc(100vh - 405px);
}
.menu-scroll-inner {
	width: 100%;
	overflow-x: hidden;
}
/*submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .submenu {
	display: none;
}
.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
	padding: 20px 0 0 40px;
	border-bottom: 1px solid #eae7e7;
}
.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu {
	padding-left: 17px;
}
.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu li:first-child {
	margin-top: 4px;
}
.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:first-child {
	margin-top: 10px;
}
.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:last-child {
	margin-bottom: 10px;
}
.vertical-menu .main-navigation .main-menu > .menu-item > a {
	display: inline-block;
	width: 100%;
	padding: 18px 40px;
	border-bottom: 1px solid #eae7e7;
}
.vertical-menu .main-navigation .main-menu > .menu-item:last-child > a {
	border-bottom: none;
}
.vertical-menu .main-navigation .main-menu > .menu-item.menu-item-has-children:last-child > .submenu {
	border-top: 1px solid #eae7e7;
}
.vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
	width: calc(100% - 27px);
	display: inline-block;
	line-height: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.vertical-menu .main-navigation .main-menu > .menu-item:hover > a {
	color: #f33c3c;
}
.vertical-menu .main-navigation .main-menu > .menu-item .submenu a {
	width: 100%;
	display: inline-block;
	color: #9d9d9d;
}
.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item > a:hover,
.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item.show-submenu > a {
	color: #000000;
}
/*.toggle-submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu {
	position: absolute;
	right: 30px;
	display: block;
	width: 24px;
	height: 24px;
	z-index: 99;
	cursor: pointer;
	line-height: 24px;
}
.vertical-menu .main-navigation .main-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);
}
.vertical-menu .main-navigation .main-menu > .menu-item > .toggle-submenu {
	top: 16px;
}
.vertical-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
	top: 5px;
	right: 0;
}
.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: FontAwesome, sans-serif;
	height: 24px;
	width: 24px;
	text-align: center;
}
/* ==========================================================================
3.4 HEADER CONTROL
========================================================================== */
.header-control-right {
	text-align: right;
}
.header-control-right .header-control-wrap {
	text-align: left;
	display: inline-block;
}
/*header-search-box*/
.header-search-box {
	display: inline-block;
	line-height: 32px;
}
.search-icon {
	font-size: 25px;
	margin-right: 10px;
	line-height: 46px;
}
.header-search-box > .icons {
	font-size: 25px;
	color: inherit;
	font-family: 'sofia_promedium', sans-serif;
	line-height: 46px;
	cursor: pointer;
}
.header-search-box > .icons:hover {
	color: #f33c3c;
}
/*.instant-search*/
.instant-search {
	position: relative;
}
.search-form .scroll-wrapper {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: 70vh;
}
.scroll-wrapper > .scroll-content.search-results-croll {
	overflow: auto !important;
}
.search-results-wrapper {
	background-color: #fff;
	border-radius: 3px;
}
.no-products-found {
	text-align: center;
	color: #151515;
	font-size: 20px;
	padding: 35px 0;
}
.search-results-wrapper {
	position: absolute;
	margin-top: 20px;
	width: 1160px;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 99;
}
.search-form-open .search-results-wrapper::after {
	content: "\f0d8";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-family: FontAwesome, sans-serif;
	font-size: 20px;
	z-index: 99;
	color: #ffffff;
}
.container-search .search-results-wrap .product-item-search {
	padding: 0 30px;
}
.container-search .product-info {
	text-align: center;
}
.container-search .product-title {
	font-size: 16px;
	margin-bottom: 4px;
}
.container-search .star-rating {
	margin-bottom: 5px;
}
.container-search .product-inner .price {
	font-size: 0;
	line-height: 1;
}
.container-search .woocommerce-Price-amount.amount {
	font-size: 20px;
	margin: 0 5px 0 0;
}
.instant-search-open header.header {
	z-index: 100000;
	position: relative;
}
.instant-search-modal {
	position: fixed;
	background: rgba(255, 255, 255, 1);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	height: 100vh;
	visibility: hidden;
	transition: opacity 0.5s, visible 0.5s;
	-o-transition: opacity 0.5s, visible 0.5s;
	-webkit-transition: opacity 0.5s, visible 0.5s;
	z-index: 100000;
}
.instant-search-open .instant-search-modal {
	opacity: 1;
	visibility: visible;
}
.product-item-search:last-child {
	padding-bottom: 0;
}
/*.instant-search-close*/
.instant-search-close {
	color: #000000;
}
.instant-search-close:hover {
	color: #f33c3c;
}
.instant-search-close:hover span {
	right: 36px;
}
.instant-search-close span {
	position: absolute;
	right: 35px;
	top: 15px;
	width: 20px;
	height: 33px;
	display: block;
	transition: right 0.2s ease 0s;
	-o-transition: right 0.2s ease 0s;
	-webkit-transition: right 0.2s ease 0s;
	cursor: pointer;
	z-index: 9;
}
.instant-search-close:hover span::before, .instant-search-close:hover span::after {
	width: 30px;
}
.instant-search-close span::before, .instant-search-close span::after {
	border-bottom: 1px solid;
	content: "";
	left: 3px;
	position: absolute;
	top: 20px;
	width: 25px;
	transition: width 0.2s ease 0s;
	-o-transition: width 0.2s ease 0s;
	-webkit-transition: width 0.2s ease 0s;
}
.instant-search-close span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.instant-search-close span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*Search Instant*/
.instant-search-modal .instant-search-wrap {
	padding-top: 150px;
}
.instant-search-modal .instant-search-title {
	font-size: 40px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.instant-search-modal .product-cats {
	text-align: center;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.instant-search-modal .product-cats label {
	margin: 0 23px
}
.instant-search-modal .product-cats label span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: 'sofia_promedium', sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a6a6a6;
	cursor: pointer;
	position: relative;
	padding-bottom: 5px;
}
.instant-search-modal .product-cats label span::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #f33c3c;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.instant-search-modal .product-cats label span:hover,
.instant-search-modal .product-cats label.selected span {
	color: #f33c3c;
}
.instant-search-modal .product-cats label span:hover::before,
.instant-search-modal .product-cats label.selected span::before {
	opacity: 1;
	visibility: visible;
}
.instant-search-modal .product-cats input[type='radio'] {
	display: none;
}
/*.search-submit*/
.instant-search-modal .search-fields {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.instant-search-modal .search-input {
	position: relative;
}
.instant-search-modal .search-fields .search-field {
	padding: 0;
	height: 51px;
	line-height: 51px;
	width: 100%;
	font-size: 40px;
	position: relative;
	background: transparent;
	border: none;
	font-family: 'sofia_prolight', sans-serif;
	color: #000;
	text-align: center;
	z-index: 1;
}
span.text-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	z-index: 0;
	color: #000;
	font-family: 'sofia_prolight', sans-serif;
	text-align: center;
	margin-top: 0;
	line-height: 50px;
	transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0s;
}
.instant-search-modal .search-fields .search-field:focus + span.text-search,
.instant-search-modal .search-fields .search-field.search-has-results + span.text-search {
	opacity: 0;
}
.instant-search-modal .search-fields .search-submit {
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 64px;
	height: 58px;
	font-size: 15px;
	text-align: center;
}
/*.search-reset*/
.instant-search-modal .search-fields .search-reset {
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 53px;
	display: block;
	background: transparent;
	color: #a9a9a9;
}
.instant-search-modal .search-reset::before,
.instant-search-modal .search-reset::after {
	border-bottom: 2px solid;
	content: "";
	left: 20px;
	position: absolute;
	top: 25px;
	width: 17px;
}
.instant-search-modal .search-reset::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.instant-search-modal .search-reset::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.instant-search-modal .search-fields .search-reset:hover {
	color: #000000;
}
.search-view-wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.search-view {
	min-width: 143px;
	padding: 0 10px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f33c3c;
	margin: 40px auto 35px auto;
	display: table;
}
.search-view:hover {
	background-color: #000000;
	color: #ffffff;
}
.container-search .scrollbar-macosx {
	max-height: -webkit-calc(100vh - 450px);
	max-height: -moz-calc(100vh - 450px);
	max-height: calc(100vh - 450px);
}
.scrollbar-macosx > .scroll-element.scroll-x {
	display: none;
}
/*header currency + language*/
.currency-language-wrap {
	position: relative;
	display: inline-block;
	top: -2px;
}
.currency-language {
	display: inline-block;
	padding-left: 0;
	position: relative;
	top: -2px;
}
.header.style-01.currency-language,
.header.style-02.currency-language {
	top: -3px;
}
.header.style-05 .currency-language-wrap {
	top: 2px;
}
/*currency*/
.woocommerce .header .wcml-dropdown-click.product {
	margin: 0 0 0 10px;
}
.currency-language .wcml-dropdown-click {
	display: inline-block;
	width: auto;
}
.currency-language .wcml-dropdown-click li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}
.currency-language .wcml-dropdown-click a {
	display: inline-block;
	font-family: 'sofia_prosemibold', sans-serif;
	position: relative;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle {
	height: 33px;
	line-height: 33px;
	padding: 0 12px;
	vertical-align: middle;
	margin-top: -5px;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before {
	border-color: #f33c3c;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 3px solid;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -11px;
}
.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after {
	border-color: #f33c3c transparent transparent transparent;
}
.currency-language .wcml-dropdown-click .wcml-cs-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 126px;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	list-style: none;
	padding: 10px;
	margin-top: 22px !important;
	z-index: 10;
	-webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}
.currency-language .wcml-dropdown-click .wcml-cs-submenu li {
	line-height: 38px;
}
/*language*/
.currency-language .dropdown {
	list-style: none;
	display: inline-block;
	line-height: 35px;
}
.currency-language .dropdown a {
	display: inline-block;
	font-family: 'sofia_prosemibold', sans-serif;
	position: relative;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.currency-language .dropdown > a {
	height: 36px;
	line-height: 34px;
	padding: 0 28px 0 20px;
	border: 1px solid;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.2);
	color: #232529;
}
.header-color-light .currency-language .dropdown > a {
	border-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}
.currency-language .dropdown > a::after {
	content: "\f107";
	display: block;
	width: 0;
	height: 0;
	font-family: Fontawesome, sans-serif;
	position: absolute;
	right: 24px;
	margin: auto;
	float: right;
	top: 0;
	font-size: 14px;
}
.currency-language .dropdown > a:hover::after {
	border-color: #f33c3c transparent transparent transparent;
}
.header-control-right .currency-language > li {
	margin: 0;
}
.currency-language .dropdown > a:hover::before {
	border-color: #f33c3c;
}
.currency-language .dropdown .active a {
	color: #f33c3c;
}
/*dropdown-submenu*/
.dropdown > .submenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	text-align: left;
	background-color: #fff;
	list-style: none;
	padding: 0 20px;
	border-radius: 3px;
	margin-top: 10px;
	z-index: 10;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}
.dropdown.open > .submenu {
	opacity: 1;
	visibility: visible;
}
.dropdown > .submenu li {
	line-height: 38px;
}
.dropdown img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}
/*currency_switcher*/
header .wcml_currency_switcher {
	width: auto;
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 36px;
	height: 36px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	top: -4px;
	border-radius: 20px;
	display: inline-block;
}
header.style-05 .wcml_currency_switcher {
	top: 0;
}
.header-color-light .wcml_currency_switcher {
	border-color: rgba(255, 255, 255, 0.2);
}
header .wcml_currency_switcher li {
	background: transparent;
	border: none !important;
}
header .wcml_currency_switcher li a {
	font-family: 'sofia_prosemibold', sans-serif;
	height: 36px;
	line-height: 32px;
	padding: 0 20px;
	color: #232529;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.header-color-light .wcml_currency_switcher li a.wcml-cs-item-toggle {
	color: #ffffff;
}
header .wcml_currency_switcher li li a {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #333;
}
header .wcml_currency_switcher li li a:hover {
	color: #f33c3c;
}
header .wcml_currency_switcher li .wcml-cs-submenu {
	top: calc(100% + 9px);
	min-width: 150px;
	color: #000;
	background: #fff;
	border-radius: 3px;
	text-align: left;
	margin-top: 10px;
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}
header .wcml_currency_switcher li:hover, header .wcml_currency_switcher li:focus {
	background-color: transparent;
}
header .wcml_currency_switcher li a.wcml-cs-item-toggle:after {
	content: "\f107";
	border: none;
	position: absolute;
	right: 13px;
	top: 1px;
	font-family: Fontawesome, sans-serif;
}
/*block-account*/
.block-account {
	line-height: 44px;
	display: inline-block;
	font-family: 'sofia_promedium', sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #000000;
}
.block-account a {
	display: block;
	color: inherit;
	font-size: 22px;
}
/*Modal Popup*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 920px;
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
	height: 588px;
	max-height: -webkit-calc(100% - 30px);
	max-height: -moz-calc(100% - 30px);
	max-height: calc(100% - 30px);
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143, 27, 15, 0.8);
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/*popup login register*/
.md-content button {
	font-size: 30px;
	color: #a3a3a3 !important;
	display: block;
	top: 8px;
	right: 8px;
}
.mfp-content {
	width: 760px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	min-height: 588px;
}
.md-content {
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.cize-modal-content {
	padding: 90px 15px 90px 15px;
	margin: auto;
	box-shadow: 3px 7px 120px rgba(0, 0, 0, .07);
}
.cize-modal-content .nav-tabs {
	border: none;
	padding-bottom: 50px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}
.woocommerce-account .cize-modal-content .woocommerce .customer-form {
	margin-bottom: 0;
}
.customer-form .nav-tabs > li {
	float: none;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	opacity: 1;
	bottom: 0;
	left: 0;
	right: 0;
}
.customer-form .nav-tabs > li.active {
	opacity: 0;
	z-index: -1;
}
.customer-form .nav-tabs > li a {
	color: #232529;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.customer-form .nav > li > a:focus,
.customer-form .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	opacity: 0.6;
}
.customer-form .nav-tabs > li > a::before {
	content: '';
	border-bottom: 2px solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.customer-form .nav-tabs > li > a::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
	transition: 0.8s;
}
.customer-form .nav-tabs > li > a:hover::after {
	margin-left: 20px;
}
.box-mobile-menu div.spec {
	overflow: visible;
	margin: 5px 0 10px;
}
.spec span {
	position: relative;
	padding: 0 10px;
}
.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;
}
/*block-minicart cize-mini-cart*/
.header.cize-minicart {
	display: inline-block;
	vertical-align: top;
}
.header .cize-minicart .mini-cart-icon {
	display: inline-block;
	font-family: 'sofia_promedium', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 42px;
	position: relative;
	cursor: pointer;
	color: #000000;
}
.header.header-color-light .cize-minicart .mini-cart-icon {
	color: #ffffff;
}
.header .cize-minicart:hover .mini-cart-icon {
	color: #f33c3c;
}
.header .cize-minicart .mini-cart-icon .minicart-number {
	letter-spacing: 0;
	font-size: 14px;
	width: 22px;
	height: 22px;
	position: absolute;
	background: #f33c3c;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	padding: 0;
	border-radius: 50%;
	font-weight: 400;
	top: 0;
	right: -22px;
	opacity: 1;
}
.header .minicart-canvas-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(45, 51, 55, 0.66);
	z-index: 10;
}
.minicart-canvas-open .header .minicart-canvas-overlay {
	left: 0;
}
.minicart-canvas-open .header .minicart-content {
	right: 0;
}
.header .minicart-content {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -440px;
	width: 440px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	background-color: #ffffff;
	padding-top: 0;
	z-index: 100001;
	transition: right 0.4s;
}
.admin-bar .header .minicart-content {
	top: 32px;
}
.header .header-mobile .minicart-content {
	top: 0;
}
.header .minicart-content-inner {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
}
.header .minicart-content-inner .minicart-title {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 14px;
	line-height: 46px;
	height: 45px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 0;
	margin-bottom: 35px;
	text-align: center;
	position: relative;
}
.header .minicart-content-inner .minicart-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 219px;
	border-bottom: 1px solid #ecebeb;
}
.header .minicart-content-inner .minicart-title .minicart-title-inner {
	position: relative;
}
.header .minicart-content-inner .minicart-number-items {
	font-family: 'sofia_prosemibold', sans-serif;
	display: block;
	min-width: 22px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	background-color: #f33c3c;
	position: absolute;
	right: -20px;
	top: -17px;
	border-left: 1px solid #ecebeb;
	border-radius: 50%;
}
.header .minicart-content-inner .close-minicart {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 7px;
	width: 45px;
	height: 45px;
	color: #999;
}
.header .minicart-content-inner .close-minicart:hover {
	color: #f33c3c;
}
.header .minicart-content-inner .close-minicart::before,
.header .minicart-content-inner .close-minicart::after {
	border-bottom: 2px solid;
	content: "";
	left: 14px;
	position: absolute;
	top: 21px;
	width: 14px;
}
.header .minicart-content-inner .close-minicart::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header .minicart-content-inner .close-minicart::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*.minicart-list-items */
.header .minicart-list-items {
	position: relative;
	overflow-x: hidden !important;
	overflow-y: auto;
	height: calc(100% - 228px);
	display: block;
}
.header .minicart-items {
	list-style: none;
	padding: 0 30px;
}
.header .minicart-items .product-cart {
	overflow: hidden;
	position: relative;
	padding-bottom: 16px;
	padding-top: 16px;
	border-bottom: 1px solid #ecebeb;
	text-align: left;
}
.header .minicart-items .product-cart:first-child {
	padding-top: 0;
}
.header .minicart-items .product-cart:last-child {
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: none;
}
.header .minicart-items .product-cart .product-media {
	float: left;
	width: 70px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}
.header .minicart-items .product-cart .product-detail {
	overflow: hidden;
	padding-left: 20px;
}
.header .minicart-items .product-name {
	width: calc(100% - 20px);
	margin-bottom: 3px;
	line-height: 18px;
}
.header .minicart-items .product-cart .product-detail .product-detail-info {
	overflow: hidden;
}
.header .minicart-items .product-cart .product-detail .product-detail-info .product-cost {
	float: left;
	line-height: 18px;
	color: #909297;
}
.header .minicart-items .product-cart .product-detail .product-detail-info .product-quantity {
	display: block;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #232529;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
}
.header .minicart-items .product-cart .product-remove {
	position: absolute;
	top: 16px;
	right: -5px;
}
.header .minicart-items .product-cart:first-child .product-remove {
	top: 0;
}
.header .minicart-items .product-cart .product-remove .remove {
	font-size: 0;
	color: #000000;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	z-index: 1;
}
.header .minicart-items .product-cart .product-remove .remove > i {
	display: none;
}
.header .minicart-items .product-cart .product-remove .remove:hover {
	color: #f33c3c;
}
.header .minicart-items .product-cart .product-remove .remove::before,
.header .minicart-items .product-cart .product-remove .remove::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 13px;
}
.header .minicart-items .product-cart .product-remove .remove::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header .minicart-items .product-cart .product-remove .remove::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .minicart-content-inner .subtotal {
	height: 67px;
	line-height: 67px;
	background-color: #eaeef5;
	color: #000000;
	padding: 0 33px;
	overflow: hidden;
	font-size: 22px;
	position: absolute;
	bottom: 69px;
	width: 100%;
	z-index: 1;
}
.header .minicart-content-inner .subtotal .total-title {
	float: left;
	font-size: 18px;
	font-family: 'sofia_bold', sans-serif;
}
.header .minicart-content-inner .subtotal .total-price {
	float: right;
	width: auto;
	display: block;
}
.header .minicart-content-inner .actions {
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
.header .minicart-content-inner .actions .button {
	width: 50%;
	display: block;
	float: left;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	height: 69px;
	line-height: 69px;
	color: #ffffff;
}
.header .minicart-content-inner .actions .button:hover {
	color: #f33c3c;
}
.header .minicart-content-inner .actions .button.button-viewcart {
	background-color: #2a2a2a;
}
.header .minicart-content-inner .actions .button.button-checkout {
	background-color: #000000;
}
/*empty minicart*/
.header .empty-wrap {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.header .empty-title {
	font-size: 36px;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	margin-bottom: 60px;
}
.header .empty-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10%;
	width: 300px;
	border-bottom: 2px solid #dbdbdc;
	transform: rotate(-45deg);
	z-index: -1;
}
.header .to-cart {
	font-family: 'sofia_prosemibold', sans-serif;
	display: inline-block;
	text-align: center;
	margin-top: 12px;
	position: relative;
	padding-bottom: 9px;
	overflow: hidden;
}
.header .to-cart:hover {
	color: #f33c3c;
}
.header .to-cart::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #f33c3c;
	width: 100%;
}
.header .to-cart: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;
}
.header .des-cart a {
	display: table;
	margin: 30px auto 0;
	text-align: center;
	line-height: 20px;
	border-bottom: 1px solid;
}
/*effect cize-minicart*/
.header .cize-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, .8);
	z-index: 1;
}
.header .cize-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::after {
	width: 48px;
	height: 48px;
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	border-top-color: #000;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
	z-index: 999;
}
.header .minicart-items .product-cart.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, .8);
}
.header .minicart-items .product-cart.loading::after {
	width: 30px;
	height: 30px;
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	border-top-color: #000;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
	z-index: 999;
}
/* ==========================================================================
3.6 HEADER STICKY
============================================================================ */
@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-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) {
	.horizon-menu {
		display: none !important;
	}
	.header .minicart-content-inner .close-minicart {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.header .empty-title {
		font-size: 26px;
		margin-bottom: 60px;
	}
	.header .empty-title::before {
		top: 50%;
		left: 15%;
		width: 200px;
		z-index: -22;
	}
	.header .cize-minicart .mini-cart-icon .minicart-number {
		line-height: 22px;
	}
	.header .minicart-content {
		width: 360px;
		
	}
	.customer-form .nav-tabs > li > a::before {
		display: none;
	}
}
/* ==========================================================================
3.7 HEADER TABLE
============================================================================ */
.header-table {
	display: table;
	width: 100%;
	position: relative;
}
.header-table > * {
	display: table-cell;
	vertical-align: middle;
}
.header-table::before,
.header-middle-inner::after {
	content: '';
	display: table;
}
.header-table::after {
	clear: both;
}
/* ==========================================================================
3.10 HEADER STYLE
========================================================================== */
.header-wrap {
	position: relative;
	z-index: 4;
}
.header-position {
	transition: all 0.8s ease 0s;
}
.is-sticky .header-position {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}
.header-color-light .is-sticky .header-position {
	background-color: rgba(0, 0, 0, 0.8);
}
.header-pos-absolute .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.admin-bar .header-pos-absolute .header-wrap {
	top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .header-pos-absolute .header-wrap {
		top: 46px;
	}
}
.header-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.header.style-04 .header-wrap::before {
	display: none;
}
.header-color-light .header-wrap::before {
	border-color: rgba(255, 255, 255, 0.2);
}
.header-table .header-control-wrap .search-block .search-form {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	width: 120px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
}
.header-table .header-control-wrap .search-block.open .search-form {
	opacity: 1;
	visibility: visible;
	width: 100%;
	z-index: 1;
}
.header-table .header-control-wrap .reset-instant-search::before {
	content: '';
	position: fixed;
	top: 78px;
	left: 0;
	bottom: 0;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100vh;
	z-index: -1;
}
@media (max-width: 1366px) {
	.header-table .header-control-wrap .reset-instant-search::before {
		top: 56px;
	}
}
.header-table .header-control-wrap .block-account {
	display: inline-block;
	color: #232529;
	margin-left: 10px;
}
.header-table .header-control-wrap .cize-minicart {
	display: inline-block;
	margin-left: 15px;
	margin-right: 34px;
	color: #232529;
}
.header-table .header-control-wrap .header-search-box {
	display: inline-block;
	margin-left: 10px;
}
.header-table .header-control-wrap .header-search-box .search-icon {
	width: 131px;
	height: 76px;
	background-color: #f33c3c;
	font-size: 22px;
	text-align: center;
	line-height: 76px;
	margin: 0;
	color: #ffffff;
	transition: 0.3s;
	cursor: pointer;
}
.header-table .header-control-wrap .header-search-box .search-icon:hover {
	background-color: #232529;
	color: #ffffff;
}
.header-table .header-control-wrap .search-block .search-form {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 120px;
	background-color: #ffffff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-table .header-control-wrap .search-block .search-form .search-close {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #000000;
	cursor: pointer;
}
.header-table .header-control-wrap .search-block .search-form .search-fields {
	display: inline-block;
	margin-left: 20px;
	width: 100%;
}
.header-table .header-control-wrap .search-block .search-form .search-fields .search-field {
	height: 78px;
	line-height: 78px;
	width: 100%;
	border: none;
	text-align: center;
	font-size: 26px;
	color: #232529;
	padding-left: 0;
}
.header-table .header-control-wrap .search-block .search-form .search-fields .search-submit {
	width: 120px;
	text-align: center;
	border: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #ffffff;
	color: #232529;
	font-size: 22px;
}
/*.header.style-01*/
.header .logo {
	position: relative;
	top: -2px;
}
.header.style-01 .header-table {
	padding-left: 130px;
}
.header.style-01 .header-table .logo {
	display: inline-block;
}
.header.style-01 .header-table .horizon-menu {
	display: inline-block;
	padding-left: 40px;
}
/*.header.style-02*/
.header.style-02 .header-left {
	padding-left: 130px;
	width: 440px;
}
.header.style-02 .header-control-right {
	width: 440px;
}
.header.style-02 .header-center {
	text-align: center;
}
/*.header.style-03*/
.header.style-03 .header-left {
	padding-left: 120px;
	width: 45%;
}
.header.style-03 .header-control-right {
	width: 45%;
}
.header.style-03 .header-center {
	width: 10%;
	text-align: center;
}
/*.header.style-04*/
.header.style-04 .header-left .dropdown-inner {
	position: absolute;
	width: 1680px;
	max-width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;
	padding-left: 20px;
	padding-right: 20px;
}
.header.style-04 .header-left {
	padding-left: 132px;
	width: 45%;
}
.header.style-04 .header-control-right {
	width: 45%;
	/*position: relative;*/
}
.header.style-04 .header-center {
	width: 10%;
	text-align: center;
	position: relative;
}
/*.header-color-light*/
.header-color-light .horizon-menu .main-menu > .menu-item > a {
	color: #ffffff !important;
}
.header-color-light .header-table .header-control-wrap .block-account,
.header-color-light .header-table .header-control-wrap .cize-minicart {
	color: #ffffff;
}
.header-color-light .header-table .header-control-wrap .header-search-box .search-icon {
	background-color: #ffffff;
	color: #232529;
}
.header-color-light .header-table .header-control-wrap .header-search-box .search-icon:hover {
	background-color: #f33c3c;
	color: #ffffff;
}
/*link-dropdown*/
.link-dropdown {
	width: 30px;
	height: 16px;
	display: inline-block;
	padding-top: 3px;
}
.link-dropdown span {
	height: 2px;
	background-color: #232529;
	display: block;
	margin-bottom: 5px;
	position: relative;
	transition: 0.2s;
}
.link-dropdown span:nth-last-child(2) {
	width: 11px;
}
.link-dropdown span:last-child {
	width: 20px;
	margin-bottom: 0;
}
.header-menu.open .link-dropdown span:nth-last-child(2) {
	display: none;
}
.header-menu.open .link-dropdown span:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
	top: 9px;
	margin: 0;
}
.header-menu.open .link-dropdown span:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 30px;
	top: 7px;
}
.header.style-04 .main-header-content {
	position: fixed;
	width: 560px;
	height: 100vh;
	background-color: #ffffff;
	z-index: 99;
	top: 76px;
	left: -560px;
	transition: 0.4s;
	padding: 100px 0 0 120px;
}
.header-menu.open .main-header-content {
	left: 0;
}
.admin-bar .header.style-04 .main-header-content {
	top: 108px;
	padding: 96px 15px 0 120px;
}
.header.style-04 .main-header-content .scroll-wrapper {
	height: calc(100vh - 280px);
}
.header.style-04 .horizon-menu .main-menu > .menu-item {
	display: block;
	padding: 0;
}
.header.style-04 .horizon-menu .main-menu > .menu-item > a {
	line-height: 50px;
	font-size: 30px;
}
.header.style-04 .horizon-menu .main-menu .toggle-submenu {
	display: block;
	top: 0;
	transform: none;
}
.header.style-04 .horizon-menu .main-menu > .menu-item .submenu {
	left: 0 !important;
	width: 100% !important;
	padding: 0;
	position: static;
	opacity: 1;
	visibility: visible;
	margin: 0;
	display: none;
	transition: none;
	box-shadow: none;
}
.header.style-04 .horizon-menu .main-menu > .menu-item.parent:hover::before {
	display: none;
}
.header.style-04 .cize-demo.style-01 {
	margin-bottom: 0 !important;
}
.header.style-04 .cize-demo.style-01 img {
	display: none;
}
.header.style-04 .cize-demo.style-01 .demo-content {
	text-align: left;
}
.header.style-04 .cize-demo.style-01 .demo-button {
	position: relative;
	opacity: 1;
	visibility: visible;
	padding: 0;
	background-color: transparent;
	line-height: 36px;
	color: #666666;;
	font-size: 16px;
	transition: 0.4s;
	margin: 0;
}
.header.style-04 .cize-demo.style-01 .demo-button:hover {
	padding-left: 26px;
	color: #f43c3c;
}
.header.style-04 .cize-demo.style-01 .demo-button::before {
	display: none;
}
.header.style-04 .cize-demo.style-01 .demo-button::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	border-bottom: 1px solid #f43c3c;
	transition: 0.4s;
}
.header.style-04 .cize-demo.style-01 .demo-button:hover::after {
	width: 20px;
}
.header.style-04 [class^="vc_col-"],
.header.style-04 [class*="vc_col-"] {
	width: 100% !important;
}
.header.style-04 .cize-custommenu .title, .cize-newsletter .newsletter-title {
	margin-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.header.style-04 .cize-custommenu .title {
	padding-bottom: 10px;
}
.header.style-04 .privacy-menu > ul {
	padding: 0;
	margin-bottom: 40px;
}
.header.style-04 .privacy-menu > ul > li {
	list-style: none;
	padding: 0;
}
.header.style-04 .privacy-menu > ul > li > a:not(:hover) {
	color: #909297;
}
.header.style-04 .menu-social {
	padding-left: 69px;
	position: relative;
}
.header.style-04 .menu-social::before {
	content: '';
	width: 56px;
	border-bottom: 1px solid #232529;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header.style-04 .menu-social > a {
	margin-right: 12px;
}
.header.style-04 .cize-demo.style-04 img,
.header.style-04 .cize-demo.style-04 .demo-button {
	display: none;
}
.header.style-04 .cize-demo.style-04 .demo-content {
	position: static;
}
.header.style-04 .cize-demo.style-04 .demo-title {
	position: static;
	transform: none;
	line-height: 36px;
	font-size: 16px;
	transition: 0.4s;
	margin: 0;
	text-align: left;
}
.header.style-04 .cize-demo.style-04 .demo-title:hover {
	padding-left: 26px;
	color: #f43c3c;
}
.header.style-04 .cize-demo.style-04 .demo-title:hover::after {
	width: 20px;
}
.header.style-04 .cize-demo.style-04 .demo-title a:not(:hover) {
	color: #666666;
}
.header.style-04 .cize-demo.style-04 .demo-title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	border-bottom: 1px solid #f43c3c;
	transition: 0.4s;
}
.admin-bar .header.style-04 .main-header-content .scroll-wrapper {
	position: relative;
	height: calc(100vh - 421px);
}
.header.style-04 .main-header-content .scroll-wrapper > .scroll-content {
	overflow-x: hidden !important;
	max-height: inherit !important;
	height: inherit !important;
}
.header.style-04 .horizon-menu .main-menu {
	padding-bottom: 10px;
}
.menu-bg .header.style-04 .main-header-content {
	top: 0;
}
.menu-bg.admin-bar .header.style-04 .main-header-content {
	top: 32px;
}
.header.style-04 .header-menu .cize-custommenu.style-02 {
	padding-bottom: 20px !important;
}
.header.style-04 .horizon-menu .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
	padding: 0;
}
.header.style-04 .horizon-menu .main-menu .menu-item .submenu .menu-item a {
	position: relative;
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header.style-04 .horizon-menu .main-menu .menu-item .submenu .menu-item a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	border-bottom: 1px solid #f43c3c;
	transition: 0.4s;
}
.header.style-04 .horizon-menu .main-menu .menu-item .submenu .menu-item a:hover::after {
	width: 20px;
}
.header.style-04 .horizon-menu .main-menu .menu-item .submenu .menu-item a:hover {
	padding-left: 26px;
}
.header.style-05 .header-left,
.header.style-05 .header-center {
	padding-left: 120px;
}
.header.style-05 .header-left {
	width: 40%;
}
.header.style-05 .header-control-right {
	width: 40%;
}
.header.style-05 .header-left ~ .header-center {
	text-align: center;
	padding-left: 0 !important;
}
.header.style-05 .horizon-menu {
	text-align: center;
}
.header.style-05 .header-wrap::before {
	display: none;
}
.header.style-05 .header-table::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
}
.header.style-05.header-color-light .header-table::before {
	border-color: rgba(255, 255, 255, 0.2);
}
.header.style-06 .header-table .header-control-wrap .header-search-box .search-icon,
.header.style-06 .header-table .header-control-wrap .header-search-box .search-icon:hover {
	background-color: transparent !important;
}
.header.style-06 .header-table .header-control-wrap .header-search-box .search-icon {
	width: auto;
}
.header.style-06.header-color-dark .header-table .header-control-wrap .header-search-box .search-icon {
	color: #232529;
}
.header.style-06.header-color-light .header-table .header-control-wrap .header-search-box .search-icon {
	color: #fff;
}
.header.style-06 .header-table .header-control-wrap .header-search-box .search-icon:hover {
	color: #f43c3c !important;
}
.header.style-06 .header-table .header-control-wrap .cize-minicart {
	margin-right: 23px;
}
.header.style-06 .logo {
	display: inline-block;
}
.header.style-06 .horizon-menu {
	display: inline-block;
	padding-left: 40px;
}
.header.style-06 .header-table {
	position: static;
}
.header.style-06 .header-table .header-control-wrap .block-account {
	margin-left: 18px;
}
.header.style-06 .header-table .header-control-wrap .search-block .search-form .search-fields .search-submit {
	transform: translate(-100%, -50%);
	padding: 0;
	text-align: right;
}
.header.style-06 .header-action-res {
	padding-left: 0;
	padding-right: 0;
}
.header.style-06 .header-action-res > div.logo {
	padding-left: 0;
}
@media (max-width: 1366px) {
	.header.style-02 .header-left,
	.header.style-02 .header-control-right {
		width: 382px;
	}
	.header.style-04 .header-left {
		padding-left: 22px;
	}
	.header.style-04 .main-header-content {
		padding: 60px 0 0 60px;
		top: 56px;
	}
	.admin-bar .header.style-04 .main-header-content {
		top: 88px
	}
	.header.style-01 .header-table {
		padding-left: 83px;
	}
	.header-table .header-control-wrap .header-search-box .search-icon {
		width: 100px;
		height: 56px;
		line-height: 56px;
	}
	.horizon-menu .main-menu > .menu-item > a {
		line-height: 52px;
	}
	.header.style-05 .header-left,
	.header.style-05 .header-right {
		padding-left: 20px;
	}
	.header-table .header-control-wrap .search-block .search-form .search-fields .search-field {
		height: 56px;
		line-height: 56px;
	}
	.header-table .header-control-wrap .cize-minicart,
	.header-table .header-control-wrap .block-account {
		margin-left: 10px;
	}
	header .wcml_currency_switcher {
		margin: 0 5px;
	}
	.cize-dealproduct.style-01 .product-info .price {
		margin-bottom: 10px;
	}
	.cize-dealproduct.style-01 .deals-in-wrap .cize-countdown .box {
		margin-right: 0 !important;
	}
}
@media (max-width: 1280px) {
	.header.style-01 .header-table {
		padding-left: 65px;
	}
	.header.style-02 .header-left {
		padding-left: 65px;
	}
	.header.style-03 .header-left {
		padding-left: 17px;
	}
}
@media (max-width: 1199px) {
	.header.style-01 .header-table {
		padding-left: 15px;
	}
}
/* ==========================================================================
3.0 HEADER MOBILE
========================================================================== */
.header-action-res {
	display: none;
}
.header-action-res > div {
	padding: 5px 25px;
	line-height: 40px;
	display: table-cell;
	width: 33.3333333%;
}
.mobile-navigation {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 30px;
}
.mobile-navigation .menu-btn-icon {
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	position: relative;
	width: 30px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
}
.mobile-navigation .menu-btn-icon span {
	vertical-align: middle;
	border-bottom: 2px solid;
	display: inline-block;
	height: 2px;
	width: 24px;
	background-color: #000;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-bottom: 3px;
	margin-top: 3px;
}
.header-action-res .meta-woo {
	text-align: right;
	padding-right: 0;
}
.header-action-res .search-block {
	display: inline-block;
	margin-left: 10px;
}
.header-action-res .search-block .search-icon {
	display: inline-block;
	font-size: 21px;
	position: relative;
	top: 1px;
	line-height: 46px;
	color: #000000;
}
.header-action-res .search-form {
	display: none;
	position: absolute;
	left: 5px;
	z-index: 10;
	right: 5px;
	background: #fff;
	transition: 0.5s;
	top: 0;
	margin-left: 10px;
	margin-right: 0;
}
.blog-heading {
	text-align: center;
	font-family: sofia_promedium, sans-serif;
	padding-bottom: 11px;
	position: relative;
	margin-top: 0;
	margin-bottom: 55px;
	font-size: 30px;
}
.blog-heading::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid;
	transform: translateX(-50%);
}
.cize-slider > .title {
	margin: 0 0 55px 0;
	font-size: 16px;
	font-family: sofia_prosemibold, sans-serif;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
	letter-spacing: 0.2em;
}
.cize-slider > .title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 41px;
	border-bottom: 2px solid;
}
@media (max-width: 1024px) {
	header .header-main-inner {
		display: none;
	}
	.header-action-res {
		z-index: 99;
		width: 100%;
		display: table !important;
		position: relative;
		padding: 0 15px;
	}
	.header-pos-relative:not(.style-03) .header-action-res {
		padding-top: 10px;
	}
	.header-color-light .header-action-res {
		background-color: #000000;
	}
	.header-action-res .logo {
		position: relative;
		top: -4px;
	}
	.header-action-res .acction-right ~ .logo {
		text-align: center;
	}
	.header-action-res .acction-right {
		padding-right: 15px;
		padding-left: 0;
	}
	.header-action-res .cize-minicart {
		display: inline-block;
	}
	.header-color-light .header-action-res .mobile-navigation {
		color: #ffffff;
	}
	.header-color-light .header-action-res .search-block .search-icon {
		color: #ffffff;
	}
	.header-color-light .header-action-res .block-account a {
		color: #ffffff;
	}
	.header-color-light .cize-minicart .mini-cart-icon {
		color: #ffffff;
	}
	.header-action-res .search-block.open .search-form {
		display: block;
		position: absolute;
		z-index: 10;
		right: 5px;
		background: #fff;
		top: calc(100% + 5px);
		left: 5px;
		padding: 12px;
		border-radius: 3px;
	}
	.header-action-res .search-field {
		width: 100%;
		border-radius: 30px;
		line-height: 46px;
		border: none;
		height: 46px;
		color: #868686;
		padding: 0 20px 0 50px;
		background: #e2e2e2;
	}
	.header-action-res .search-input {
		position: relative;
	}
	.header-action-res .reset-instant-search-wrap {
		position: absolute;
		top: 2px;
		right: 20px;
	}
	.header-action-res button.search-submit {
		width: 50px;
		position: absolute;
		top: 0;
		font-size: 18px;
		font-weight: 600;
		height: 46px;
		line-height: 40px;
		text-align: center;
		left: 0;
		color: #000;
		padding: 0;
		background: transparent;
	}
	.header-action-res .search-close {
		display: none;
	}
}
@media (max-width: 991px) {
	.owl-dots {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.cize-categories.style-02 .category-title,
	.blog-heading,
	.cize-slider > .title {
		margin-bottom: 25px;
		font-size: 20px;
		letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	.header-action-res > div {
		padding: 5px;
	}
	.header-action-res .cize-minicart .mini-cart-icon .minicart-number {
		font-size: 12px;
		width: 16px;
		height: 16px;
		line-height: 14px;
		right: -13px;
	}
}
/* ==========================================================================
5.0 BLOG THEME
========================================================================== */
/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.post-thumb img {
	position: relative;
	z-index: 1;
	border-radius: 3px;
}
.post-title {
	margin-top: 0;
}
.post-title a:not(:hover) {
	color: inherit;
}
.post-item .post-meta > div {
	display: inline-block;
	position: relative;
	color: #2c3039;
}
.post-item .date::before {
	content: '\f109';
	font-family: 'Flaticon', sans-serif;
	color: #000000;
	font-size: 22px;
	padding-right: 6px;
	vertical-align: top;
	margin-left: 1px;
}
.post-item .date {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.post-item .post-comment::before {
	content: '\f10a';
	font-family: 'Flaticon', sans-serif;
	color: #000000;
	font-size: 21px;
	padding-right: 6px;
	vertical-align: middle;
}
.post-item .post-meta > div:not(:last-child) {
	padding-right: 17px;
	margin-right: 14px;
}
.post-item .post-comment {
	float: right;
}
.post-item .post-author,
.post-item .date,
.post-item .categories,
.post-item .post-comment-icon {
	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 .tags {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	font-size: 0;
}
.post-item .tags a {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 0 33px;
	font-size: 16px;
	height: 40px;
	line-height: 36px;
	color: #909297;
	font-weight: 500;
	border: 1px solid #e4e6ec;
	border-radius: 40px;
}
.post-item .tags a:hover {
	background-color: #f33c3c;
	color: #ffffff;
	border-color: #f33c3c;
}
.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 .wp-block-cover:last-child,
.post-content p:last-child {
	margin-bottom: 0 !important;
}
.post-content > p:last-child {
	display: inline-block;
	width: 100%;
}
/*.post-single*/
.single-post-info .post-title {
	font-size: 34px;
	margin: -5px 0 13px 0;
}
.post-single .post-thumb {
	margin-bottom: 27px;
}
.single-post-info {
	padding-bottom: 23px;
	border-bottom: 1px solid #e4e6ec;
	margin-bottom: 23px;
}
.single-post-info .post-meta {
	margin-bottom: 20px;
	font-size: 14px;
}
.single-post-info .date {
	margin-bottom: 0;
	margin-top: -8px;
	letter-spacing: 0.1em;
}
.single-post-info .categories {
	font-size: 14px;
	letter-spacing: 0.2em;
}
.single-post-info .categories a {
	color: #909297;
}
.single-post-info .categories a:hover {
	color: #f33c3c;
}
.post-single .post-content p {
	margin-bottom: 22px;
}
.post-single blockquote {
	padding: 25px 0 25px 30px;
	margin: 30px 0;
}
.post-single .cize-share-socials {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 22px;
	border-top: 1px solid #e4e6ec;
	border-bottom: 1px solid #e4e6ec;
	display: inline-block;
	width: 100%;
}
.post-footer {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	padding-bottom: 14px;
}
.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;
}
.cize-share-socials a {
	display: inline-block;
	font-size: 16px;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid;
	line-height: 42px;
	margin-right: 16px;
}
.cize-share-socials a:hover {
	background-color: #f33c3c;
	color: #ffffff;
	border-color: #f33c3c;
}
/*blog classic*/
.post-classic .post-meta {
	margin: 18px 0 10px 0;
}
.post-classic .post-title {
	margin-bottom: 14px;
	font-size: 22px;
}
.post-classic:nth-child(3n+1) .post-title {
	font-size: 30px;
}
.blog-classic .row {
	margin-left: -15px;
	margin-right: -15px;
}
.blog-classic .post-item {
	margin-bottom: 55px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.blog-classic .post-item:nth-child(3n),
.blog-classic .post-item:nth-child(3n+2) {
	width: 50%;
}
.blog-classic .post-thumb img {
	border-radius: 3px;
}
@media (max-width: 991px) {
	.blog-classic .post-item:nth-child(3n),
	.blog-classic .post-item:nth-child(3n+2) {
		width: 100%;
	}
	.blog-classic .post-item {
		margin-bottom: 35px;
	}
}
@media (max-width: 767px) {
	.post-classic .post-title,
	.post-classic:nth-child(3n+1) .post-title {
		margin-bottom: 7px;
		font-size: 20px;
	}
	.post-classic .post-meta {
		margin: 9px 0 5px 0;
	}
	.blog-classic .post-item {
		margin-bottom: 25px;
	}
	.post-item .post-comment span {
		display: none;
	}
	.post-item .post-comment > a {
		position: relative;
		top: -2px;
	}
	.post-item .post-comment::before {
		font-size: 16px;
		padding-right: 2px;
	}
	.post-item .date::before {
		font-size: 16px;
		padding-right: 0;
		vertical-align: middle;
	}
}
/*blog standard*/
.blog-standard .post-item {
	margin-bottom: 55px;
	position: relative;
	border-bottom: 1px solid #dedede;
	padding-bottom: 47px;
}
.blog-standard .post-item:last-child {
	margin-bottom: 0;
}
.blog-standard .post-item .single-post-info {
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none;
}
.no-sidebar .comments-area,
.no-sidebar .post-single,
.no-sidebar .blog-standard {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.post-standard:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.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-title {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #232529;
}
.post-standard .post-thumb {
	margin-bottom: 27px;
}
.post-standard .post-item .readmore {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 8px;
}
.post-item .owl-nav {
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.post-item .owl-nav > div {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 3px;
	position: static;
	text-align: center;
	display: inline-block;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin: 0 2px !important;
	opacity: 1;
	visibility: visible;
	font-size: 26px;
}
.post-item .owl-carousel .owl-nav .owl-prev {
	margin-left: 0;
	left: 0;
}
.post-item .owl-carousel .owl-nav .owl-next {
	margin-right: 0;
	right: 0;
}
.post-item .owl-carousel:hover .owl-nav > div {
	margin: 0 2px;
}
.post-item .readmore {
	position: relative;
	padding-bottom: 6px;
	display: inline-block;
	overflow: hidden;
	margin-top: 25px;
}
.post-standard.post-item .readmore {
	margin: 25px 0 0 0;
	display: inline-block;
}
.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;
}
/*blog grid*/
.blog-grid .post-item {
	margin-bottom: 55px;
}
.blog-grid .post-meta > div:not(:last-child)::after {
	display: none;
}
.blog-grid .title {
	font-size: 22px;
	font-weight: 700;
	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 #f33c3c;
	width: 100%;
}
.blog-grid ~ .pagination {
	margin-top: -3px;
	margin-bottom: 0;
}
.post-thumb {
	position: relative;
	overflow: hidden;
}
.blog-grid .post-thumb a:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	visibility: visible;
	-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;
}
.blog-grid:hover .post-thumb a::before {
	opacity: 0.5;
	visibility: visible;
}
.blog-grid .post-thumb {
	border-radius: 3px;
}
.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-thumb: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);
}
.blog-grid .post-content {
	background-color: #fff;
}
.blog-grid .post-title {
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-grid .post-meta {
	overflow: hidden;
	padding: 15px 0 10px 0;
	font-size: 14px;
}
.blog-grid .post-author {
	float: left;
}
.blog-grid .post-comment {
	float: right;
	color: #909297;
}
.filter-button-group {
	top: -56px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
.filter-button-group .filter-list {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	padding: 39px 77px;
	box-shadow: 0 3px 32px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}
.filter-button-group .filter-list .blog-filter {
	font-family: sofia_promedium, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 9px;
	margin: 0 25px;
	display: inline-block;
}
.filter-button-group .filter-list .blog-filter.active {
	color: #f33c3c;
}
.filter-button-group .filter-list .blog-filter::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #f33c3c;
	width: 0;
	transition: 0.25s;
}
.filter-button-group .filter-list .blog-filter.active::before {
	width: 100%;
}
.blog-grid .post-thumb {
	margin-bottom: 27px;
}
.blog-grid .post-meta {
	border-bottom: 1px solid #e8eaed;
	margin-top: 11px;
}
.blog-grid .post-item .readmore,
.cize-blog.style-01 .post-item .readmore {
	margin-top: 16px;
}
/* ==========================================================================
5.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area p {
	margin-bottom: 16px;
}
.comments-area p.comment-form-cookies-consent {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.comments-area {
	padding-top: 38px;
}
.comments-area .title-comment {
	font-size: 28px;
	margin-bottom: 39px;
	font-family: sofia_promedium, sans-serif;
	margin-top: 0;
}
.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: 40px;
	margin-top: 40px;
	border-top: 1px solid #dfdfdf;
}
.has-sidebar .commentlist .children {
	padding-left: 145px;
}
.comment_container {
	overflow: hidden;
}
.comment_container .avatar {
	float: left;
	max-width: 120px;
	margin-right: 25px;
}
.comment-text {
	overflow: hidden;
	position: relative;
	text-align: left;
}
.comment-text .meta {
	margin-bottom: 0;
}
.comment-text .woocommerce-review__dash {
	display: none;
}
.comment-text .grow {
	color: #b0b0b0;
	font-size: 14px;
	margin-bottom: 8px;
	display: inline-block;
}
.comment-text .woocommerce-review__author,
.comment-text .comment-author {
	display: block;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2em;
	font-family: sofia_prosemibold, sans-serif;
	color: #232529;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 0;
}
.comment-text .woocommerce-review__author {
	display: inline-block;
	line-height: 1;
}
.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 .woocommerce-review__published-date {
	margin: 0;
	line-height: 1;
}
.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:not(:hover),
.comment-text .comment-reply-link:not(:hover) {
	color: #909297;
}
.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 {
	margin-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: 38px;
	margin-top: 50px;
}
.comment-respond .comment-reply-title {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 0;
	font-family: sofia_promedium, sans-serif;
}
.comment-respond span.comment-reply-title {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.comment-form-rating {
	display: inline-block;
	width: 100%;
}
.comment-form-rating label {
	margin-right: 15px;
}
.required {
	color: red;
	font-weight: normal;
}
.comment-form .row {
	margin-left: -8px;
	margin-right: -8px;
}
.comment-form .row > div {
	padding-left: 8px;
	padding-right: 8px;
}
.comment-form .comment-form-url {
	float: left;
	margin-bottom: 22px;
	width: 100%;
}
.comment-form input[type="checkbox"] {
	margin-right: 6px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-reply-content {
	float: left;
	margin-bottom: 22px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
	width: calc(50% - 20px);
}
.comment-form .comment-form-email {
	float: right;
}
.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-url input,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-reply-content input {
	width: 100%;
	height: 60px;
	padding: 4px 25px;
	border-radius: 3px;
	font-size: 16px;
}
.comment-form .comment-form-comment {
	display: inline-block;
	width: 100%;
}
.comment-form .comment-form-comment textarea {
	height: 338px;
	padding: 15px 25px;
	border-radius: 3px;
}
.comment-form .form-submit {
	display: table;
	position: relative;
	margin-bottom: 19px;
}
.comment-form .form-submit #submit {
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	min-width: 180px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: #232529;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	font-family: sofia_prosemibold, sans-serif;
	margin-top: 24px;
}
.comment-form .form-submit #submit:hover {
	background-color: #f33c3c;
}
.woocommerce-Reviews-title {
	display: none;
}
@media (max-width: 1366px) {
	.post-item .readmore {
		margin-top: 10px;
	}
	.post-classic .post-excerpt-content {
		margin-bottom: 10px;
	}
	.blog-standard .post-item {
		margin-bottom: 35px;
	}
}
@media (max-width: 1199px) {
	.post-footer .cize-share-socials ~ .categories {
		float: none;
		width: 100%;
	}
	.post-single .post-thumb,
	.post-standard .post-thumb {
		margin-bottom: 30px;
	}
	.post-standard .post-title,
	.post-single .post-title {
		font-size: 27px;
	}
	.comment-respond .comment-reply-title,
	.comments-area .title-comment {
		font-size: 22px;
	}
	.single-post-info {
		padding-bottom: 15px;
		border-bottom: 1px solid #e4e6ec;
		margin-bottom: 18px;
	}
	.blog-standard .post-item,
	.blog-grid .post-item {
		margin-bottom: 30px;
	}
	.single-post-info .categories {
		font-size: 12px;
	}
	.post-standard .owl-nav > div {
		width: 40px;
		height: 40px;
		line-height: 42px;
		font-size: 20px;
	}
	.post-standard.post-item .readmore {
		margin-top: 15px;
	}
	.filter-button-group {
		position: static;
	}
	.filter-button-group .filter-list {
		padding: 0 40px 30px 40px;
		box-shadow: none;
	}
}
@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 {
		margin-bottom: 5px;
	}
	.filter-button-group {
		position: static;
	}
	.filter-button-group .filter-list {
		padding: 0 0 20px 0;
		box-shadow: none;
	}
	.filter-button-group .filter-list .blog-filter {
		margin: 5px 10px;
		display: inline-block;
	}
	.post-standard .post-title {
		font-size: 22px;
	}
	.blog-grid .post-meta {
		padding: 10px 0 10px 0;
	}
	.blog-grid .post-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.blog-grid .post-info {
		margin-bottom: 0;
	}
	blockquote, q {
		padding: 15px 0 15px 19px;
		margin: 14px 0;
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.has-sidebar .commentlist .children,
	.commentlist .children {
		padding-left: 50px;
	}
	.comment-form .form-submit {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	#review_form .comment-form .comment-form-author,
	#review_form .comment-form .comment-form-email,
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-reply-content {
		width: 100% !important;
		float: none !important;
	}
	.has-sidebar .commentlist .children,
	.commentlist .children {
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.commentlist .avatar,
	.comment_container .avatar {
		float: none !important;
		max-width: 90px;
		margin-bottom: 15px;
	}
	.comment-form .form-submit #submit {
		margin-top: 20px;
	}
	.comments-area .title-comment {
		margin-bottom: 20px;
	}
	.comment-form .comment-form-comment textarea {
		height: 200px;
	}
	.comment-text .flex {
		margin-bottom: 5px;
	}
	.comment-text .comment-edit-link, .comment-text .comment-reply-link {
		position: static;
		font-size: 14px;
	}
	.comment-text .comment-edit-link ~ .comment-reply-link {
		margin-left: 20px;
	}
	.comment-text .comment-edit-link::before, .comment-text .comment-reply-link::before {
		margin-right: 6px;
	}
	.comment-text .comment-edit-link:not(:hover), .comment-text .comment-reply-link:not(:hover) {
		color: #333;
	}
	.comment-text .grow {
		margin-bottom: 0;
	}
}
/*===============================================================
9.1 CIZE BANNER
===============================================================*/
.cize-banner {
	position: relative;
}
.cize-banner .banner-inner {
	position: relative;
}
.cize-banner .banner-info {
	position: absolute;
}
.cize-banner .banner-thumb img {
	min-height: 210px;
	width: 100%;
	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;
}
.cize-banner .banner-inner .banner-thumb {
	overflow: hidden;
}
.cize-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);
}
.cize-banner .title {
	margin-top: 0;
}
/*.cize-banner.style-01*/
.cize-banner.style-01 .banner-info {
	padding: 0 15px;
	left: 117px !important;
}
.cize-banner.style-01 .banner-info,
.cize-banner.style-02 .banner-info,
.cize-banner.style-03 .banner-info,
.cize-banner.style-04 .banner-info {
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cize-banner .bigtitle {
	margin: 0;
}
.cize-banner .button {
	display: inline-block;
	font-size: 12px;
	font-family: sofia_promedium, sans-serif;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.cize-banner .button::after {
	content: '\f105';
	font-family: "FontAwesome", sans-serif;
	font-size: 16px;
	padding-left: 5px;
}
.cize-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);
}
.cize-banner .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.cize-banner.style-01 .bigtitle,
.cize-banner.style-03 .bigtitle {
	max-width: 300px;
	font-size: 34px;
	margin: 0 0 18px 0;
	position: relative;
	font-family: sofia_prolight, sans-serif;
	margin-left: -1px;
}
.cize-banner.style-01 .bigtitle:after,
.cize-banner.style-03 .bigtitle::after {
	content: '';
	width: 50px;
	border-bottom: 1px solid #000000;
	display: block;
	padding-top: 17px;
}
.cize-banner.style-03 .bigtitle::after {
	border-color: #ffffff;
}
.cize-banner.style-01 .desc {
	font-size: 22px;
	margin-bottom: 26px;
}
.cize-banner.style-01 .button {
	min-width: 143px;
	height: 42px;
	background-color: #232529;
	border-radius: 42px;
	line-height: 40px;
	color: #ffffff;
}
.cize-banner.style-02 .banner-inner .banner-thumb {
	border-radius: 0;
}
.cize-banner.style-02 .banner-info {
	left: 0;
	right: 0;
}
.cize-banner.style-02 .bigtitle {
	font-size: 60px;
	margin-bottom: 14px;
	color: #ffffff;
	font-family: sofia_prolight, sans-serif;
}
.cize-banner.style-02 .desc {
	font-size: 40px;
	font-family: sofia_prolight, sans-serif;
	margin-bottom: 45px;
	color: #ffffff;
}
.cize-banner.style-02 .button {
	min-width: 167px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 42px;
	line-height: 46px;
}
.cize-banner.style-02 .button:hover {
	background-color: #000000;
	color: #ffffff;
}
.cize-banner.style-03 .banner-info {
	left: 37px;
}
.cize-banner.style-03 .bigtitle {
	color: #ffffff;
}
.cize-banner.style-03 .desc {
	font-size: 22px;
	color: #ffffff;
	font-family: sofia_prolight, sans-serif;
	margin-bottom: 38px;
}
.cize-banner.style-03 .button {
	min-width: 137px;
	height: 39px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 39px;
	line-height: 36px;
}
.cize-banner.style-04 .banner-info {
	left: 46px;
}
.cize-banner.style-04 .banner-inner:hover .banner-thumb img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.cize-banner.style-04 .banner-inner .banner-thumb::before, .cize-banner.style-04 .banner-inner .banner-thumb::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;
}
.cize-banner.style-04 .banner-inner:hover .banner-thumb::before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, .5);
}
.cize-banner.style-04 .banner-inner:hover .banner-thumb::after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, .5);
}
.cize-banner.style-04 .title,
.cize-banner.style-05 .title {
	font-size: 12px;
	font-family: sofia_prosemibold, sans-serif;
	color: #ffffff;
	letter-spacing: 0.2em;
	margin-bottom: 6px;
}
.cize-banner.style-04 .bigtitle {
	font-family: sofia_prolight, sans-serif;
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 5px;
}
.cize-banner.style-04 .desc {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 38px;
}
.cize-banner.style-04 .button {
	min-width: 130px;
	height: 39px;
	line-height: 37px;
	border-radius: 39px;
	background-color: #000000;
	color: #ffffff;
}
.cize-banner.style-04.light .button {
	color: #232529;
	background-color: #ffffff;
}
.cize-banner.style-04.light .button:hover {
	color: #ffffff;
	background-color: #000000;
}
.cize-banner.style-05 .banner-info {
	top: 124px;
	left: 0;
	right: 0;
	text-align: center;
}
.cize-banner.style-05 .title {
	font-size: 14px;
	margin-bottom: 13px;
}
.cize-banner.style-05 .bigtitle {
	font-size: 34px;
	color: #ffffff;
	margin-bottom: 26px;
}
.cize-banner.style-05 .button {
	min-width: 143px;
	height: 42px;
	line-height: 40px;
	border-radius: 42px;
	background-color: #000000;
	color: #ffffff;
}
.cize-banner.style-05.bottom .banner-info {
	top: auto;
	bottom: 100px;
	left: 0;
	right: 0;
	text-align: center;
}
.cize-banner.style-06 .banner-info {
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
}
.cize-banner.style-06 .title {
	font-size: 14px;
	font-family: sofia_prosemibold, sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 2px;
}
.cize-banner.style-06 .bigtitle {
	font-size: 38px;
	margin-bottom: 19px;
}
.cize-banner.style-06 .button {
	border: 2px solid;
	min-width: 142px;
	height: 42px;
	line-height: 36px;
	border-radius: 42px;
}
.cize-banner.style-06 .button:hover {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}
.cize-banner.style-06.bottom .button:hover {
	border-color: #000000;
}
.cize-banner.style-06.bottom .title {
	color: #ffffff;
}
.cize-banner.style-06.bottom .bigtitle {
	color: #ffffff;
}
.cize-banner.style-06.bottom .button {
	color: #ffffff;
	border-color: #ffffff;
}
.cize-banner.style-06.bottom .banner-info {
	top: auto;
	bottom: 55px;
}
.cize-banner.style-07 .banner-thumb {
	border-radius: 0;
}
.cize-banner.style-07 .banner-info {
	top: 110px;
	left: 0;
	right: 0;
	text-align: center;
}
.cize-banner.style-07 .bigtitle {
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: sofia_prolight, sans-serif;
}
.cize-banner.style-07 .desc {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 50px;
	font-family: sofia_prolight, sans-serif;
}
.cize-banner.style-07 .button {
	min-width: 166px;
	height: 48px;
	line-height: 46px;
	border-radius: 48px;
	background-color: #ffffff;
}
.cize-banner.style-07 .button:hover {
	background-color: #000000;
	color: #ffffff;
}
.cize-banner.style-08 .banner-info {
	top: 0;
	left: 0;
	padding: 53px 57px;
}
.cize-banner.style-08 .bigtitle {
	font-size: 38px;
	position: relative;
	color: #ffffff;
	padding-bottom: 35px;
	margin-bottom: 28px;
}
.cize-banner.style-08 .bigtitle::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	border-bottom: 3px solid;
}
.cize-banner.style-03 .banner-thumb,
.cize-banner.style-06 .banner-thumb,
.cize-banner.style-09 .banner-thumb,
.cize-banner.style-08 .banner-thumb,
.cize-banner.style-10 .banner-thumb {
	border-radius: 3px;
}
.cize-banner.style-08 .desc {
	color: #ffffff;
	margin-bottom: 60px;
	max-height: 112px;
	overflow: hidden;
}
.cize-banner.style-08 .button {
	min-width: 143px;
	height: 42px;
	color: #ffffff;
	border: 2px solid;
	line-height: 38px;
	border-radius: 42px;
}
.cize-banner.style-08 .button::before {
	display: none;
}
.cize-banner.style-09 .banner-info {
	bottom: 55px;
	left: 58px;
}
.cize-banner.style-09 .bigtitle {
	font-size: 38px;
	color: #ffffff;
	margin-bottom: 10px;
}
.cize-banner.style-09 .desc {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 28px;
}
.cize-banner.style-09 .button {
	min-width: 143px;
	height: 42px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 42px;
	line-height: 40px;
}
.cize-banner.style-10 .banner-info {
	bottom: 55px;
	left: 0;
	right: 0;
	text-align: center;
}
.cize-banner.style-10 .bigtitle {
	font-size: 38px;
	margin-bottom: 26px;
}
.cize-banner.style-10 .desc {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 30px;
	color: #000000;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}
.cize-banner.style-10 .button {
	background-color: #000000;
	color: #ffffff;
	min-width: 143px;
	height: 42px;
	line-height: 40px;
	border-radius: 42px;
}
@media (max-width: 1640px) {
	.cize-banner.style-08 .banner-info {
		padding: 30px;
	}
	.cize-banner.style-08 .bigtitle {
		font-size: 30px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cize-banner.style-08 .desc {
		padding-bottom: 20px;
	}
}
@media (max-width: 1599px) {
	.cize-banner.style-03 .bigtitle {
		font-size: 28px;
		margin: 0 0 8px 0;
	}
	.cize-banner.style-03 .bigtitle::after {
		padding-top: 10px;
	}
	.cize-banner.style-03 .desc {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media (max-width: 1366px) {
	.cize-banner.style-03 .bigtitle {
		max-width: 300px;
		font-size: 22px;
		margin-bottom: 7px;
	}
	.cize-banner.style-03 .desc {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.cize-banner.style-08 .bigtitle {
		font-size: 22px;
		padding-bottom: 11px;
		margin-bottom: 12px;
	}
	.cize-banner.style-08 .banner-info {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		right: 0;
		padding: 0 20px;
	}
	.cize-banner.style-08 .desc {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.cize-banner.style-01 .banner-info {
		left: 68px !important;
	}
}
@media (max-width: 1280px) {
	.cize-banner.style-01 .banner-info {
		left: 48px !important;
	}
}
@media (max-width: 1199px) {
	.cize-banner.style-02 .bigtitle {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.cize-banner.style-02 .desc {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.cize-banner.style-01 .button,
	.cize-banner.style-02 .button,
	.cize-banner.style-03 .button,
	.cize-banner.style-04 .button,
	.cize-banner.style-05 .button,
	.cize-banner.style-06 .button,
	.cize-banner.style-07 .button,
	.cize-banner.style-08 .button,
	.cize-banner.style-09 .button,
	.cize-banner.style-10 .button {
		min-width: 120px;
		height: 40px;
		line-height: 38px;
		border-radius: 40px;
		font-size: 11px;
	}
	.cize-banner.style-06 .button,
	.cize-banner.style-08 .button {
		line-height: 34px;
	}
	.cize-banner.style-01 .bigtitle {
		max-width: 300px;
		font-size: 22px;
		padding-bottom: 12px;
		margin-bottom: 7px;
	}
	.cize-banner.style-01 .desc {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.cize-banner.style-03 .desc {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.cize-banner.style-04 .bigtitle {
		font-size: 24px;
	}
	.cize-banner.style-04 .desc {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.cize-banner.style-07 .banner-info {
		top: 70px;
	}
	.cize-banner.style-07 .bigtitle {
		font-size: 48px;
		margin-bottom: 10px;
	}
	.cize-banner.style-07 .desc {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.cize-banner.style-09 .bigtitle {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.cize-banner.style-09 .desc {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cize-banner.style-09 .banner-info {
		bottom: 30px;
		left: 30px;
	}
	.cize-banner.style-06 .bigtitle,
	.cize-banner.style-10 .bigtitle {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.cize-banner.style-06.bottom .title {
		margin-bottom: 5px;
	}
	.cize-banner.style-10 .desc {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.cize-banner.style-01 .banner-info {
		left: 30px !important;
	}
	.cize-banner.style-05 .banner-info {
		top: 50%;
		transform: translateY(-50%);
	}
	.cize-banner.style-05.bottom .banner-info {
		bottom: auto;
		top: 50%;
	}
}
@media (max-width: 991px) {
	.cize-banner.style-08 .desc {
		max-height: 58px;
		overflow: hidden;
	}
	.cize-banner.style-08 .bigtitle {
		font-size: 18px;
	}
	.cize-banner.style-05 .bigtitle {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.cize-banner.style-01 .bigtitle,
	.cize-banner.style-03 .bigtitle {
		margin-bottom: 6px;
		max-width: 100%;
		font-size: 24px;
	}
	.cize-banner.style-01 .bigtitle:after,
	.cize-banner.style-03 .bigtitle::after {
		padding-top: 6px;
	}
	.cize-banner.style-01 .desc {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.cize-banner.style-01 .button,
	.cize-banner.style-02 .button,
	.cize-banner.style-03 .button,
	.cize-banner.style-04 .button,
	.cize-banner.style-05 .button,
	.cize-banner.style-06 .button,
	.cize-banner.style-07 .button,
	.cize-banner.style-08 .button,
	.cize-banner.style-09 .button,
	.cize-banner.style-10 .button {
		min-width: 100px;
		height: 30px;
		border-radius: 30px;
		line-height: 26px;
		font-size: 10px;
		letter-spacing: 0.1em;
	}
	.cize-banner .button::after {
		position: relative;
		top: 1px;
	}
	.cize-banner.style-06 .button {
		line-height: 24px;
	}
	.cize-banner.style-08 .button {
		line-height: 20px;
	}
	.cize-banner.style-02 .bigtitle {
		font-size: 26px;
	}
	.cize-banner.style-02 .desc {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.cize-banner.style-07 .banner-info {
		top: 26px;
	}
	.cize-banner.style-07 .bigtitle {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.cize-banner.style-07 .desc {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cize-banner .banner-thumb img {
		object-fit: cover;
		object-position: 0 46%;
	}
	.cize-banner.style-05 .bigtitle {
		font-size: 26px;
		margin-bottom: 14px;
	}
	.cize-banner.style-05 .title {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.cize-banner.style-05 .banner-info {
		top: 30px;
		transform: none;
	}
	.cize-banner.style-05.bottom .banner-info {
		bottom: 20px;
		transform: none;
		top: auto;
	}
}
/*===============================================================
9.16 CIZE TESTIMONIAL
===============================================================*/
.cize-testimonial .name a:not(:hover) {
	color: inherit;
}
.cize-testimonial .rating {
	white-space: nowrap;
	line-height: 100%;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100px;
	letter-spacing: 7px;
}
.cize-testimonial .rating::before,
.cize-testimonial .rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}
.cize-testimonial .rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #adadad;
}
.cize-testimonial .rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.cize-testimonial .rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #f5a826;
}
.cize-testimonial .rating.rating-1 span {
	width: 20%;
}
.cize-testimonial .rating.rating-2 span {
	width: 40%;
}
.cize-testimonial .rating.rating-3 span {
	width: 60%;
}
.cize-testimonial .rating.rating-4 span {
	width: 80%;
}
.cize-testimonial .rating.rating-5 span {
	width: 100%;
}
/*.cize-testimonial.style-01*/
.cize-testimonial.style-01 .testimonial-wrap {
	background-color: #fff;
	padding: 34px 41px 60px 41px;
	margin-bottom: 34px;
	border-radius: 3px;
	position: relative;
}
.cize-testimonial.style-01 .testimonial-wrap::before {
	content: '';
	position: absolute;
	left: 83px;
	bottom: -11px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 11px 11px 0 11px;
}
.cize-testimonial.style-01 .testimonial-info {
	display: table;
}
.cize-testimonial.style-01 .testimonial-info .thumb {
	display: table-cell;
	vertical-align: middle;
	padding-left: 48px;
	padding-right: 18px;
}
.cize-testimonial.style-01 .testimonial-info .testimonial-right {
	display: table-cell;
	vertical-align: middle;
}
.cize-testimonial.style-01 .thumb img {
	max-width: 86px;
	text-align: center;
	border-radius: 50%;
}
.cize-testimonial.style-01 .name {
	font-family: sofia_promedium, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.cize-testimonial.style-01 .position {
	font-size: 14px;
}
@media (max-width: 1199px) {
	.cize-testimonial .desc br {
		display: none;
	}
	.cize-testimonial.style-01 .testimonial-wrap {
		padding: 18px 25px 30px 25px;
		margin-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.blog-grid .post-info {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
}
/*Footer*/
.cize-contact ul {
	padding: 0;
}
.cize-contact ul > li {
	list-style: none;
	color: #f33c3c;
}
.cize-contact ul > li > a:not(:hover) {
	color: #909297;
}
.cize-contact ul > li > a {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
}
.cize-contact ul > li > a:hover::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid;
	content: '';
	-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;
}
.cize-contact.style-02 ul > li {
	color: #66686e;
}
.cize-contact.style-02 ul > li > a:not(:hover) {
	color: #66686e;
}
.cize-custommenu .title,
.cize-newsletter .newsletter-title {
	margin-top: 0;
	font-family: sofia_prosemibold, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 22px;
	color: #232529;
	position: relative
}
.cize-newsletter.style-01 .newsletter-title,
.cize-custommenu .title {
	color: #ffffff;
}
.cize-custommenu .title::before,
.cize-newsletter .newsletter-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	border-bottom: 1px solid;
}
.cize-custommenu .menu {
	padding: 0;
}
.cize-custommenu .menu > li {
	list-style: none;
	line-height: 34px;
}
.cize-custommenu .menu > li > a {
	font-size: 16px;
	color: #909297;
}
.cize-custommenu.style-02 .title {
	color: #232529;
}
.cize-custommenu.style-02 .menu > li > a {
	color: #66686e;
}
.cize-newsletter .newsletter-description {
	line-height: 24px;
	margin-bottom: 32px;
}
.cize-newsletter .newsletter-form-wrap {
	position: relative;
	max-width: 1450px;
}
.cize-newsletter .newsletter-form-wrap input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-radius: 3px;
	border: none;
	background-color: #3d4044;
	color: #83878b;
	padding-right: 85px;
}
.cize-newsletter.style-02 .newsletter-form-wrap input {
	background-color: #ffffff;
}
.cize-newsletter .newsletter-form-wrap button {
	width: 80px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 26px;
	background-color: #f33c3c;
	border-radius: 0 3px 3px 0;
	line-height: 50px;
	overflow: hidden;
}
.cize-newsletter .newsletter-form-wrap button span:before {
	font-size: 28px;
	position: relative;
	top: 5px;
}
.cize-newsletter .newsletter-form-wrap 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);
}
.cize-newsletter .newsletter-form-wrap button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@media (min-width: 1285px) {
	.cize-newsletter .newsletter-form-wrap input {
		height: 58px;
		line-height: 58px;
	}
	.cize-newsletter .newsletter-form-wrap button {
		height: 58px;
		line-height: 58px;
	}
}
@media (max-width: 1199px) {
	.cize-newsletter .newsletter-form-wrap input {
		padding-left: 10px;
		padding-right: 65px;
	}
	.cize-newsletter .newsletter-form-wrap button {
		width: 60px;
		padding: 0 15px;
	}
	.cize-newsletter .newsletter-form-wrap .submit-newsletter span {
		top: -3px;
	}
	.cize-newsletter .newsletter-form-wrap button span::before {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.cize-newsletter .newsletter-form-wrap input {
		background-color: #4e4f51;
	}
}
.cize-custommenu.style-03 > ul,
.cize-custommenu.style-04 > ul {
	padding: 0;
	text-align: right;
}
.cize-custommenu.style-03 > ul > li,
.cize-custommenu.style-04 > ul > li {
	list-style: none;
	display: inline-block;
	margin-right: 35px;
}
.cize-custommenu.style-03 > ul > li:last-child,
.cize-custommenu.style-04 > ul > li:last-child {
	margin: 0;
}
.cize-custommenu.style-03 > ul > li > a,
.cize-custommenu.style-04 > ul > li > a {
	color: #909297;
	letter-spacing: 0.2em;
	font-family: sofia_prosemibold, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.cize-custommenu .menu > li > a:hover {
	color: #f33c3c;
}
@media (max-width: 991px) {
	.cize-custommenu.style-03 > ul,
	.cize-custommenu.style-04 > ul {
		text-align: center;
	}
}
/*Categories*/
.cize-categories.style-01 .title {
	font-size: 13px;
	letter-spacing: 0.3em;
	color: #ffffff;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 21px;
}
.cize-categories.style-01 .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	border-bottom: 2px solid;
}
.cize-categories.style-01 .cize-category-wrap {
	padding-left: 70px;
}
.cize-categories.style-01 .category-name {
	color: #ffffff;
	line-height: 40px;
	font-size: 18px;
}
.cize-categories.style-01 .category-name a:not(:hover) {
	color: inherit;
}
.cize-categories.style-01 .cize-category-wrap .button {
	font-size: 14px;
	color: #f33c3c;
	position: relative;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
}
.cize-categories.style-01 .cize-category-wrap .button::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
	transition: 0.8s;
}
.cize-categories.style-01 .cize-category-wrap .button::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.cize-categories.style-01 .cize-category-wrap .button: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;
}
.cize-categories.style-02 .category-title {
	overflow: hidden;
	margin-bottom: 55px;
	max-width: 1680px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
.cize-categories.style-02 .title {
	float: left;
	font-family: sofia_prosemibold, sans-serif;
	letter-spacing: 0.2em;
	padding-bottom: 18px;
	position: relative;
	font-size: 16px;
	margin: 0;
}
.cize-categories.style-02 .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid;
}
.cize-categories.style-02 .button {
	float: right;
	width: 143px;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	background-color: #f33c3c;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.cize-categories.style-02 .button::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 18px;
	transition: 0.8s;
}
.cize-categories.style-02 .button:hover::after {
	margin-left: 20px;
}
.cize-categories.style-02 .cize-category-wrap::before,
.cize-categories.style-02 .cize-category-wrap::after {
	content: '';
	display: table;
}
.cize-categories.style-02 .cize-category-wrap::after {
	clear: both;
}
.cize-categories.style-02 .cize-category-inner {
	text-align: center;
	float: left;
	width: 33.3333333%;
	position: relative;
	padding: 50px 15px;
}
.cize-categories.style-02 .cize-category-inner::before,
.cize-categories.style-02 .cize-category-inner::after {
	pointer-events: none;
}
.cize-categories.style-02 .cize-category-inner:nth-child(3n)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #e4e6ec;
}
.cize-categories.style-02 .cize-category-inner:nth-child(3n)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	border-bottom: 1px solid #e4e6ec;
	transform: translateX(-50%);
}
.cize-categories.style-02 .cize-category-inner:nth-child(3n-1)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #e4e6ec;
}
.cize-categories.style-02 .cize-category-inner:nth-child(3n-1)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	border-bottom: 1px solid #e4e6ec;
	transform: translateX(-50%);
}
.cize-categories.style-02 .cize-category-inner:nth-last-child(1)::after,
.cize-categories.style-02 .cize-category-inner:nth-last-child(2)::after {
	border-bottom: none;
}
.cize-categories.style-02 .category-name {
	margin: 20px 0 0 0;
	font-size: 26px;
	transition: 0.5s;
}
.cize-categories.style-02 .category-thumb {
	transition: 0.5s;
}
.cize-categories.style-02 .category-name:hover,
.cize-categories.style-02 .category-thumb:hover {
	transform: translateY(-10px);
}
.cize-categories.style-02 .cize-category-inner:nth-last-child(1),
.cize-categories.style-02 .cize-category-inner:nth-last-child(2),
.cize-categories.style-02 .cize-category-inner:nth-last-child(3) {
	padding-bottom: 0;
}
.cize-categories.style-03 .title {
	font-size: 24px;
	padding-bottom: 18px;
	margin: 0 0 55px 0;
	position: relative;
	text-align: center;
}
.cize-categories.style-03 .title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 40px;
	border-bottom: 2px solid;
}
.cize-categories.style-03 .cize-category-inner {
	background-color: #ffffff;
	text-align: center;
	padding: 42px 0;
	border-radius: 3px;
}
.categories-product-woo .cize-categories.style-03 .cize-category-inner {
	padding: 20px 0;
}
.cize-categories.style-03 .category-thumb {
	display: inline-block;
}
.cize-categories.style-03 .category-name {
	margin: 0;
	font-size: 20px;
}
.cize-categories.style-03 .category-thumb img {
	transition: 0.4s;
}
.cize-categories.style-03 .cize-category-inner:hover .category-thumb img {
	transform: scale(1.05);
}
.cize-categories.style-04 {
	max-width: 1680px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto;
}
.cize-categories.style-04 .title {
	font-size: 30px;
	padding-bottom: 14px;
	position: relative;
	float: left;
	font-family: sofia_promedium, sans-serif;
	margin: 0 0 33px 0;
}
.cize-categories.style-04 .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid;
}
.cize-categories.style-04 .cize-category-wrap {
	float: right;
}
.cize-categories.style-04 .cize-category-wrap .category-name {
	display: inline-block;
}
.cize-categories.style-04 .cize-category-wrap .category-name a {
	display: inline-block;
	padding: 7px 28px;
	border: 2px solid #e5e6eb;
	border-radius: 46px;
	margin: 0 4px;
}
.cize-categories.style-04 .cize-category-wrap .category-name:first-child a,
.cize-categories.style-04 .cize-category-wrap .category-name a:hover {
	background-color: #f33c3c;
	color: #ffffff;
	border-color: #ffffff;
}
.cize-categories.style-04 .cize-category-wrap .category-name:first-child a {
	margin-left: 0;
}
@media (max-width: 1366px) {
	.cize-categories.style-01 .category-name {
		line-height: 28px;
		font-size: 16px;
	}
	.cize-categories.style-01 .title {
		padding-bottom: 12px;
		margin-bottom: 11px;
		margin-top: 0;
	}
}
@media (max-width: 1280px) {
	.cize-categories.style-03 .title,
	.cize-categories.style-02 .category-title {
		margin-bottom: 35px;
	}
	.cize-categories.style-04 {
		max-width: 1180px;
	}
	.cize-categories.style-02 .category-title,
	.blog-heading,
	.cize-slider .title {
		margin-bottom: 35px;
		font-size: 22px;
	}
	.cize-categories.style-02 .category-title {
		padding: 0 65px;
	}
}
@media (max-width: 1199px) {
	.cize-categories.style-01 .title {
		margin-bottom: 25px;
	}
	.cize-categories.style-03 .title,
	.cize-categories.style-04 .title {
		font-size: 22px;
	}
	.cize-categories.style-04 {
		margin-bottom: 20px;
	}
	.cize-categories.style-04 .title {
		width: 100%;
		text-align: center;
	}
	.cize-categories.style-04 .title::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.cize-categories.style-04 .cize-category-wrap {
		text-align: center;
		width: 100%;
	}
	.cize-categories.style-04 .cize-category-wrap .category-name {
		margin-bottom: 10px;
	}
	.cize-categories .cize-category-wrap .category-name a {
		padding: 2px 20px !important;
	}
	.cize-categories.style-01 .cize-category-wrap .category-name a,
	.cize-categories.style-03 .cize-category-wrap .category-name a {
		padding: 0 !important;
	}
}
@media (max-width: 991px) {
	.cize-categories.style-02 .cize-category-inner {
		width: 50%;
		padding: 30px 15px;
	}
	.cize-categories.style-02 .cize-category-inner:nth-last-child(1),
	.cize-categories.style-02 .cize-category-inner:nth-last-child(2),
	.cize-categories.style-02 .cize-category-inner:nth-last-child(3) {
		padding-bottom: 30px;
	}
	.cize-categories.style-02 .cize-category-inner:nth-child(2n)::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #e4e6ec;
	}
	.cize-categories.style-02 .cize-category-inner:nth-child(2n)::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60%;
		border-bottom: 1px solid #e4e6ec;
		transform: translateX(-50%);
	}
	.cize-categories.style-02 .cize-category-inner:nth-child(3n)::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.cize-categories.style-02 .cize-category-inner {
		padding: 20px 5px;
	}
	.cize-categories.style-02 .category-name {
		font-size: 20px;
		margin-top: 15px;
	}
	.cize-categories.style-02 .title {
		width: 100%;
		text-align: center;
		letter-spacing: 0.1em;
	}
	.cize-categories.style-02 .title::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.cize-categories.style-02 .button {
		float: left;
		position: relative;
		left: 50%;
		margin-top: 20px;
		transform: translateX(-50%);
	}
	.cize-categories.style-02 .category-name {
		font-size: 16px;
		margin-top: 10px;
	}
	.cize-categories.style-03 .title,
	.cize-categories.style-02 .category-title {
		margin-bottom: 25px;
		font-size: 20px;
	}
	.cize-categories.style-03 .title,
	.cize-categories.style-04 .title {
		font-size: 20px;
	}
	.cize-categories.style-01 .title {
		margin-top: 10px;
	}
	.cize-custommenu.style-03 > ul > li,
	.cize-custommenu.style-04 > ul > li {
		margin-right: 10px;
	}
	.cize-categories.style-03 .cize-category-inner {
		padding: 20px 10px !important;
	}
}
/*Cize tabs*/
.cize-tabs.style-04 .tab-title {
	font-size: 24px;
	margin: 0 0 40px 0;
	padding-bottom: 18px;
	text-align: center;
	position: relative;
	font-family: sofia_promedium, sans-serif;
}
.cize-tabs.style-03 .tab-title::before,
.cize-tabs.style-04 .tab-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 40px;
	border-bottom: 2px solid;
}
.cize-tabs.style-04 .tab-link {
	text-align: center;
	margin-bottom: 50px;
}
.cize-tabs.style-02 .tab-link > li,
.cize-tabs.style-04 .tab-link > li,
.cize-tabs.style-05 .tab-link > li {
	display: inline-block;
	margin: 0 4px;
}
.cize-tabs.style-02 .tab-link > li > a,
.cize-tabs.style-04 .tab-link > li > a,
.cize-tabs.style-05 .tab-link > li > a {
	height: 40px;
	line-height: 36px;
	border: 2px solid #e5e6eb;
	border-radius: 40px;
	padding: 0 30px;
	display: inline-block;
}
.cize-tabs.style-04 .tab-link > li:first-child {
	margin-left: 0;
}
.cize-tabs.style-02 .tab-link > li.active > a,
.cize-tabs.style-04 .tab-link > li.active > a,
.cize-tabs.style-05 .tab-link > li.active > a {
	border-color: #f33c3c;
	background-color: #f33c3c;
}
.cize-tabs.style-02 .tab-link > li > a:hover,
.cize-tabs.style-04 .tab-link > li > a:hover,
.cize-tabs.style-05 .tab-link > li > a:hover {
	background-color: #f33c3c;
	color: #ffffff;
	border-color: #f33c3c;
}
.cize-tabs.style-02 .tab-link > li.active a,
.cize-tabs.style-04 .tab-link > li.active a,
.cize-tabs.style-05 .tab-link > li.active a {
	color: #ffffff;
}
.cize-tabs.style-04 {
	max-width: 1680px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
.cize-tabs.style-04 .product-item {
	padding: 0 15px;
	margin-bottom: 32px;
}
.cize-tabs.style-04 .button-tabs {
	margin: 0 auto;
	display: table;
	min-width: 179px;
	height: 49px;
	line-height: 47px;
	text-align: center;
	background-color: #232529;
	color: #ffffff;
	border-radius: 49px;
	font-size: 14px;
	text-transform: uppercase;
}
.cize-tabs.style-04 .button-tabs::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 14px;
	transition: 0.8s;
}
.cize-tabs.style-04 .button-tabs:hover::after {
	margin-left: 20px;
}
.cize-tabs.style-04 .button-tabs:hover {
	background-color: #f33c3c;
}
.cize-tabs.style-01 .tab-head {
	overflow: hidden;
	max-width: 1680px;
	padding: 0 20px;
	margin: 0 auto;
}
.cize-tabs.style-01 .tab-title {
	text-align: left;
	float: left;
	width: 120px;
	font-size: 30px;
	margin: 0 0 40px 0;
	padding-bottom: 11px;
	position: relative;
	font-family: sofia_promedium, sans-serif
}
.cize-tabs.style-01 .tab-title::before,
.cize-tabs.style-02 .tab-title::before,
.cize-tabs.style-05 .tab-title::before {
	left: 0;
	content: '';
	position: absolute;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid;
}
.cize-tabs.style-01 .tab-link {
	width: calc(100% - 120px);
	text-align: center;
	margin-top: 8px;
}
.cize-tabs.style-01 .tab-link > li {
	display: inline-block;
	font-family: sofia_prosemibold, sans-serif;
	color: #909297;
	margin: 0 22px;
	text-transform: uppercase;
	position: relative;
}
.cize-tabs.style-01 .tab-link > li:first-child {
	margin-left: 0;
}
.cize-tabs.style-01 .tab-link > li > a:not(:hover) {
	color: inherit;
}
.cize-tabs.style-01 .tab-link > li > a {
	position: relative;
	display: block;
	padding-bottom: 11px;
	letter-spacing: 0.2em;
}
.cize-tabs.style-01 .tab-link > li.active {
	color: #f33c3c;
}
.cize-tabs.style-01 .tab-link > li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #f33c3c;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s;
}
.cize-tabs.style-01 .tab-link > li.active a::before,
.cize-tabs.style-01 .tab-link > li:hover a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.cize-products.style-1 .owl-carousel .owl-nav > div {
	top: 31%;
}
@media (max-width: 1280px) {
	.cize-tabs.style-01 .tab-head {
		max-width: 1180px;
	}
	
}
@media (min-width: 1699px) {
	.cize-tabs.style-01 .owl-carousel .owl-nav {
		position: absolute;
		top: 0;
		right: -115px !important;
	}
}
@media (min-width: 1200px) {
	.cize-tabs.style-01 .owl-carousel .owl-nav > div {
		width: 44px;
		height: 44px;
		background-color: #ffffff;
		border-radius: 50%;
		line-height: 42px;
		text-align: center;
		top: -80px;
		transform: translateY(0);
		font-size: 20px;
		opacity: 1;
		visibility: visible;
		margin: 0;
		transition: 0.2s;
	}
	.cize-tabs.style-01 .owl-carousel .owl-nav > div:hover {
		background-color: #f33c3c;
		color: #ffffff;
	}
	.cize-tabs.style-01 .owl-carousel .owl-nav .owl-prev {
		left: auto;
		right: 51px;
	}
	.cize-tabs.style-01 .owl-carousel .owl-nav .owl-next {
		right: 0;
	}
	.cize-tabs.style-01 .owl-carousel .owl-nav {
		right: 0;
	}
}
@media (max-width: 1199px) {
	.cize-tabs.style-04 .product-item {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.cize-tabs.style-01 .owl-carousel .owl-nav {
		display: none;
	}
}
.cize-tabs.style-02 .tab-head {
	max-width: 1680px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
.cize-tabs.style-02 .tab-title {
	text-align: left;
	float: left;
	font-size: 30px;
	margin: 0 0 40px 0;
	padding-bottom: 11px;
	position: relative;
	font-family: sofia_promedium, sans-serif;
}
.cize-tabs.style-02 .tab-link {
	float: right;
}
.cize-tabs.style-02 .tab-link > li:last-child {
	margin-right: 0;
}
.cize-tabs.style-03 .tab-title {
	text-align: center;
	font-size: 16px;
	margin: 0 0 40px 0;
	padding-bottom: 16px;
	position: relative;
	font-family: sofia_prosemibold, sans-serif;
	letter-spacing: 0.2em;
}
.cize-tabs.style-03 .tab-link {
	background-color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 3px;
}
.cize-tabs.style-03 .tab-link li {
	position: relative;
	width: 16.666666%;
	float: left;
	padding: 45px 0;
}
.cize-tabs.style-03 .tab-link li a {
	font-size: 0;
}
.cize-tabs.style-03 .tab-link li img {
	display: inline-block;
	opacity: 0.3;
	transition: 0.5s;
	border-right: 1px solid #e4e6ec;
}
.cize-tabs.style-03 .tab-link li:last-child img {
	border-right: none;
}
.cize-tabs.style-03 .tab-link li img:hover {
	opacity: 1;
}
.cize-tabs.style-03 .tab-link li.active img {
	opacity: 1;
}
.cize-tabs.style-03 .tab-link li.active::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 81px;
	border-bottom: 4px solid #f33c3c;
}
.cize-tabs.style-03 .button-tabs {
	width: 179px;
	height: 49px;
	line-height: 46px;
	border-radius: 49px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: table;
	background: linear-gradient(to right, #ff2d55 0%, #d911ff 50%, #ff2d55 100%);
	background-size: 200% 100% !important;
	margin-top: 60px;
	font-family: sofia_promedium, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.8s;
}
.cize-tabs.style-03 .button-tabs::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 18px;
	position: relative;
}
.cize-tabs.style-03 .button-tabs:hover {
	background-position: 100% 0 !important;
}
.cize-tabs.style-05 .tab-title {
	text-align: left;
	float: left;
	font-size: 16px;
	margin: 0 0 48px 0;
	padding-bottom: 16px;
	position: relative;
	font-family: sofia_prosemibold, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.cize-tabs.style-05 .tab-link {
	float: right;
	margin-top: -5px;
}
.cize-tabs.style-05 .tab-link > li:last-child {
	margin-right: 0;
}
.cize-tabs.style-05 .tab-link > li > a {
	background-color: #ffffff;
}
@media (max-width: 1599px) {
	.cize-tabs.style-05 .tab-link {
		float: none;
		width: 100%;
		text-align: center;
	}
	.cize-tabs.style-05 .tab-title {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.cize-tabs.style-05 .tab-title::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.cize-tabs.style-05 .tab-link {
		padding-bottom: 10px;
	}
	.cize-tabs.style-05 .tab-link > li {
		margin: 0 3px 20px 3px;
	}
}
@media (max-width: 1366px) {
	.cize-tabs.style-02 .tab-link > li > a,
	.cize-tabs.style-04 .tab-link > li > a,
	.cize-tabs.style-05 .tab-link > li > a {
		padding: 0 15px;
	}
}
@media (max-width: 1199px) {
	.cize-tabs.style-01 .tab-title,
	.cize-tabs.style-02 .tab-title {
		text-align: center;
		width: 100%;
		margin-bottom: 25px;
	}
	.cize-tabs.style-01 .tab-title::before,
	.cize-tabs.style-02 .tab-title::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.cize-tabs.style-01 .tab-link {
		width: 100%;
		margin-bottom: 10px;
	}
	.cize-tabs.style-01 .tab-link > li {
		margin-bottom: 20px;
	}
	.cize-tabs.style-01 .tab-link > li > a {
		padding-bottom: 5px;
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.cize-tabs.style-02 .tab-link {
		text-align: center;
		float: none;
	}
	.cize-tabs.style-02 .tab-link li {
		margin-bottom: 20px;
	}
	.cize-tabs .tab-head .tab-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.cize-tabs.style-04 {
		padding: 0 15px;
	}
	.cize-tabs.style-04 .tab-link {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.cize-tabs.style-03 .tab-link li img {
		border-right: none;
	}
	.cize-tabs .tab-link > li {
		margin-bottom: 10px !important;
		margin-top: 0 !important;
	}
	.cize-tabs .tab-head .tab-title {
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.cize-tabs.style-03 .tab-link li {
		width: 50%;
	}
	.cize-tabs.style-05 .tab-link {
		margin-bottom: 20px;
	}
	.cize-tabs.style-03 .tab-link li {
		padding: 15px 0;
	}
	.cize-tabs.style-03 .button-tabs {
		margin-top: 30px;
	}
}
/*Product*/
.product-item .button-loop-action {
	text-align: center;
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
}
.product-item.style-3 .button-loop-action {
	left: auto;
	top: 18px;
	bottom: auto;
	right: 18px;
}
.product-item .button-loop-action .clear {
	display: none;
}
.product-item .button-loop-action .add-to-cart,
.product-item .button-loop-action .yith-wcqv-button,
.product-item .button-loop-action .yith-wcwl-add-to-wishlist,
.product-item .button-loop-action .compare-button {
	min-width: 46px;
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 4px;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	visibility: hidden;
	color: #232529;
	position: relative !important;
}
.product-item.style-3 .button-loop-action .add-to-cart,
.product-item.style-3 .button-loop-action .yith-wcqv-button,
.product-item.style-3 .button-loop-action .yith-wcwl-add-to-wishlist,
.product-item.style-3 .button-loop-action .compare-button {
	display: block;
	-webkit-transform: translate(60px, 0);
	-moz-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	-o-transform: translate(60px, 0);
	transform: translate(60px, 0);
	margin-bottom: 14px;
}
.product-item .button-loop-action .add-to-cart:hover,
.product-item .button-loop-action .yith-wcqv-button:hover,
.product-item .button-loop-action .yith-wcwl-add-to-wishlist:hover,
.product-item .button-loop-action .compare-button:hover {
	color: #ffffff;
	background-color: #f33c3c;
}
.product-item .button-loop-action .add-to-cart a:hover,
.product-item .button-loop-action .yith-wcwl-add-to-wishlist a:hover,
.product-item .button-loop-action .compare-button a:hover {
	color: #ffffff;
}
.product-item .button-loop-action .yith-wcqv-button {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.product-item .button-loop-action .yith-wcqv-button:hover {
	background-color: #f33c3c;
	color: #ffffff;
}
.product-item .button-loop-action .add-to-cart {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 46px;
}
.product-item .button-loop-action .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item .button-loop-action .compare-button {
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.product-item .product-inner:hover .button-loop-action .add-to-cart,
.product-item .product-inner:hover .button-loop-action .yith-wcqv-button,
.product-item .product-inner:hover .button-loop-action .yith-wcwl-add-to-wishlist,
.product-item .product-inner:hover .button-loop-action .compare-button {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.product-item.style-3 .product-inner:hover .button-loop-action .add-to-cart,
.product-item.style-3 .product-inner:hover .button-loop-action .yith-wcqv-button,
.product-item.style-3 .product-inner:hover .button-loop-action .yith-wcwl-add-to-wishlist,
.product-item.style-3 .product-inner:hover .button-loop-action .compare-button {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item .product-inner .product-thumb {
	margin-bottom: 20px;
}
.product-item .product-inner .product-thumb img {
	margin: 0 auto;
	border-radius: 3px;
}
.cize-products.style-2 img {
	width: 450px;
}
.cize-products.style-2 .owl-carousel .owl-item {
	border-top: 1px solid #e4e6ec;
	border-bottom: 1px solid #e4e6ec;
	padding: 30px 10px;
	border-right: 1px solid #e4e6ec;
}
.cize-products.style-2 .owl-carousel .owl-item.item-last {
	border-right: none;
}
.cize-products.style-3 {
	max-width: 1680px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
.cize-products.style-3 .owl-carousel .owl-stage-outer {
	border-radius: 3px;
}
.cize-products.style-3 .product-grid {
	max-width: 1400px;
	margin: 0 auto;
}
.cize-products.style-3 .product-title-wrap {
	display: block;
	overflow: hidden;
}
.cize-products.style-3 .product-title-wrap.no-link {
	text-align: center;
}
.cize-products.style-3 .product-title-wrap h3 {
	text-align: left;
	float: left;
	font-size: 30px;
	margin: 0 0 40px 0;
	padding-bottom: 11px;
	position: relative;
	font-family: sofia_promedium, sans-serif;
}
.cize-products.style-3 .product-title-wrap h3::before {
	left: 0;
	content: '';
	position: absolute;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid;
	text-transform: uppercase;
}
.cize-products.style-3 .product-title-wrap.no-link h3 {
	float: none;
	font-size: 20px;
	text-align: center;
	padding: 0;
	margin-bottom: 60px;
	letter-spacing: 0.2em;
}
.cize-products.style-3 .product-title-wrap.no-link h3::before {
	display: none;
}
.cize-products.style-3 .product-title-wrap .button-products {
	min-width: 142px;
	height: 43px;
	line-height: 41px;
	display: inline-block;
	float: right;
	background-color: #fff;
	border-radius: 43px;
	text-align: center;
	font-size: 18px;
}
.cize-products.style-3 .product-title-wrap .button-products:hover {
	background-color: #f33c3c;
	color: #ffffff;
}
.cize-products.style-3 .product-title-wrap .button-products::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 18px;
	transition: 0.8s;
}
.cize-products.style-3 .product-title-wrap .button-products:hover::after {
	margin-left: 20px;
}
.cize-products.style-3 .owl-carousel.owl-drag .owl-item {
	background-color: #ffffff;
}
.cize-products.style-3 .product-title-wrap:not(.no-link) ~ .owl-carousel.owl-drag .owl-item {
	padding: 30px 0;
}
.cize-products.style-3 .owl-carousel.owl-drag .owl-item .item-last {
	border-right: none;
}
.product-item.style-4 .product-thumb {
	margin: 0 !important;
}
.product-item.style-4 .product-thumb img {
	border-radius: 0;
}
.product-item.style-4 .product-info {
	background: linear-gradient(to right, #5ac8fa, #50fbdc);
	padding: 19px 30px;
}
.product-item.style-4 .product-info .product-name {
	font-size: 20px;
	color: #ffffff;
	padding-right: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-item.style-4 .product-info .product-name a:hover {
	color: #ffffff;
}
.product-item.style-4 .product-info .price,
.product-item.style-4 .product-info .price ins {
	color: #ffffff;
}
.cize-products.style-4 .owl-dots {
	margin: 0;
	position: absolute;
	right: 30px;
	bottom: 38px;
}
.cize-products.style-4 .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
}
.cize-products.style-4 .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
}
.cize-products.style-4 .owl-dots .owl-dot.active {
	background-color: #f33c3c;
}
.price del {
	text-decoration: none;
	position: relative;
	line-height: 26px;
}
.price del::before {
	content: '';
	position: absolute;
	bottom: 40%;
	left: 18%;
	width: 30px;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
}
.deals-in-wrap .deals-title {
	margin-top: 0;
	padding-left: 40px;
	color: #232529;
	font-family: sofia_prosemibold, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	line-height: 34px;
	margin-bottom: 24px;
	letter-spacing: 0.2em;
}
.deals-in-wrap .deals-title::before {
	content: "\f11e";
	font-family: Flaticon, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #f33c3c;
}
.deals-in-wrap .cize-countdown .box {
	display: inline-block;
	color: #232529;
	font-size: 24px;
	margin-right: 9px;
}
.deals-in-wrap .cize-countdown .box:last-child {
	margin: 0;
}
.deals-in-wrap .cize-countdown .box .time {
	min-width: 62px;
	height: 62px;
	border: 2px solid #d3d3d4;
	border-right-color: transparent;
	text-align: center;
	display: inline-block;
	line-height: 58px;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
}
.deals-in-wrap .cize-countdown .box .time-title {
	margin-left: -11px;
	min-width: 16px;
	line-height: 26px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-family: sofia_prosemibold, sans-serif;
}
.process-valiable .valiable-text {
	overflow: hidden;
	color: #999999;
	margin-bottom: 13px;
}
.process-valiable .valiable-text .text span {
	color: #333333;
}
.process-valiable .valiable-text .text:first-child {
	float: left;
	padding-right: 10px;
}
.process-valiable .valiable-text .text:last-child {
	float: right;
	padding-right: 2px;
}
.process-valiable .valiable-total {
	height: 8px;
	border-radius: 8px;
	background-color: #eeeeee;
	position: relative;
	display: block;
}
.process-valiable .valiable-total .process {
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	border-radius: 8px;
	display: block;
	background-color: #f33c3c;
}
.cize-dealproduct.style-01 .products-heading {
	text-align: center;
	font-family: sofia_promedium, sans-serif;
	padding-bottom: 11px;
	position: relative;
	margin-top: 0;
	margin-bottom: 55px;
	font-size: 30px;
	color: #ffffff;
}
.cize-dealproduct.style-01 .products-heading::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 40px;
	border-bottom: 2px solid;
}
.cize-dealproduct.style-01 .product-inner {
	background-color: #f0f1f4;
	padding: 30px 0;
	border-radius: 3px;
	margin-left: 5px;
}
.cize-dealproduct.style-01 .product-inner::before,
.cize-dealproduct.style-01 .product-inner::after {
	content: '';
	display: table;
}
.cize-dealproduct.style-01 .product-inner::after {
	clear: both;
}
.cize-dealproduct.style-01 .product-thumb {
	float: right;
	width: 51%;
	margin-bottom: 0;
	padding: 0 30px;
}
.cize-dealproduct.style-01 .product-thumb img {
	border-radius: 3px;
}
.cize-dealproduct.style-01 .product-info {
	float: left;
	width: 49%;
}
.cize-dealproduct.style-01 .product-info .product-name {
	font-size: 28px;
	line-height: 1.2;
	font-family: 'sofia_prolight', sans-serif;
	padding-left: 47px;
	margin-bottom: 12px;
	margin-top: 14px;
}
.cize-dealproduct.style-01 .process-valiable .valiable-total {
	background-color: #dddfe4;
}
.cize-dealproduct.style-01 .product-info .onsave {
	min-width: 169px;
	padding-left: 52px;
	padding-right: 27px;
	height: 34px;
	line-height: 34px;
	background: linear-gradient(to right, #45b649 0%, #6ce86d 50%, #45b649 100%);
	background-size: 200% 100% !important;
	border-radius: 0 34px 34px 0;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 11px;
	font-family: sofia_promedium, sans-serif;
	display: table;
	margin-left: -5px;
	position: relative;
}
.cize-dealproduct.style-01 .product-info .onsave::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: #145116 transparent transparent transparent;
}
.cize-dealproduct.style-01 .product-info .price {
	padding-left: 47px;
	margin-bottom: 18px;
}
.cize-dealproduct.style-01 .product-info .price del {
	font-size: 20px;
}
.cize-dealproduct.style-01 .product-info .price ins {
	font-size: 24px;
}
.cize-dealproduct.style-01 .product-info .process-valiable {
	margin-bottom: 25px;
	padding-left: 47px;
}
.cize-dealproduct.style-01 .product-info .process-valiable .valiable-total .process {
	background: #f33c3c;
}
.cize-dealproduct.style-01 .product-info .deals-in-wrap {
	padding-left: 47px;
}
.cize-dealproduct.style-01 .deals-in-wrap .deals-title {
	padding-left: 0;
}
.cize-dealproduct.style-01 .deals-in-wrap .deals-title::before {
	display: none;
}
.cize-dealproduct.style-01 .slick-arrow.fa-angle-left {
	left: -15px;
}
.cize-dealproduct.style-01 .slick-countdown:hover .slick-arrow.fa-angle-left {
	left: -33px;
}
.cize-dealproduct.style-01 .slick-arrow.fa-angle-right {
	right: -15px;
}
.cize-dealproduct.style-01 .slick-countdown:hover .slick-arrow.fa-angle-right {
	right: -33px;
}
.cize-dealproduct.style-01 .slick-arrow {
	color: #ffffff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 40px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear 0.6s;
	-o-transition: all 0.25s linear 0.6s;
	-webkit-transition: all 0.25s linear 0.6s;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.cize-dealproduct.style-01 .slick-countdown:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.product-item.style-2 .product-info,
.product-item.style-3 .product-info {
	text-align: center;
	padding: 0 5px;
}
.product-item.style-2 .rating-wapper {
	margin-bottom: 5px;
}
.cize-products.style-3 .owl-carousel .owl-item .product-item.style-3 {
	border-right: 1px solid #e4e6ec;
}
.cize-products.style-3 .owl-carousel .owl-item.item-last .product-item.style-3 {
	border-right: none;
}
.product-item.style-3 .product-inner {
	background-color: #ffffff;
	padding-bottom: 10px;
	border-radius: 3px;
}
.product-item.style-3 .product-inner .product-thumb {
	padding: 0 10px 0 10px;
}
.product-item.style-3 .flash {
	left: 20px;
}
.cize-products.style-3 .owl-carousel .owl-item .product-item.style-3 .product-inner {
	padding-bottom: 0;
}
.cize-products.style-3 .owl-carousel .owl-nav > div {
	top: 44%;
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.cize-tabs.style-03 .cize-products.style-1 .owl-carousel .owl-nav > div {
	top: 38%;
}
.related.product-grid .owl-carousel .owl-nav > div {
	top: 32%;
}
.product-item.style-3 .product-name {
	margin-bottom: 5px;
}
@media (max-width: 1366px) {
	.cize-dealproduct.style-01 .product-info .deals-in-wrap,
	.cize-dealproduct.style-01 .product-info .price,
	.cize-dealproduct.style-01 .product-info .product-name,
	.cize-dealproduct.style-01 .product-info .process-valiable {
		padding-left: 32px;
	}
	.cize-dealproduct.style-01 .product-info .onsave {
		padding-left: 37px;
	}
	.cize-dealproduct.style-01 .product-info .product-name {
		margin-top: 0;
		font-size: 25px;
	}
	.cize-dealproduct.style-01 .product-info .onsave {
		padding-left: 29px;
	}
	.cize-dealproduct.style-01 .product-info .process-valiable {
		margin-bottom: 10px;
	}
	.cize-dealproduct.style-01 .deals-in-wrap .deals-title {
		margin-bottom: 10px;
	}
}
@media (max-width: 1280px) {
	.cize-dealproduct.style-01 .product-info .deals-in-wrap,
	.cize-dealproduct.style-01 .product-info .price,
	.cize-dealproduct.style-01 .product-info .product-name,
	.cize-dealproduct.style-01 .product-info .process-valiable {
		padding-left: 25px;
	}
	.cize-dealproduct.style-01 .product-thumb {
		width: 49%;
		padding: 0 20px 0 20px;
	}
	.cize-dealproduct.style-01 .product-info {
		float: left;
		width: 51%;
	}
	.cize-products.style-3 {
		max-width: 1180px;
	}
	.cize-products.style-2 .owl-carousel {
		border-top: 1px solid #e4e6ec;
		border-bottom: 1px solid #e4e6ec;
	}
}
@media (max-width: 991px) {
	.cize-products.style-2 .owl-carousel {
		border: none;
	}
	.cize-products.style-2 .owl-carousel .owl-item {
		border: none;
	}
}
@media (max-width: 767px) {
	.product-item .product-inner .product-thumb {
		margin-bottom: 12px;
	}
}
@media (max-width: 480px) {
	.related.product-grid .owl-carousel .owl-nav > div {
		top: 29%;
	}
}
/*.cize-dealproduct.style-02*/
.cize-dealproduct.style-02 {
	border-radius: 3px;
}
.cize-dealproduct.style-02 .products-wrap-inner {
	background: linear-gradient(-45deg, #50fbdc, #5ac8fa);
	padding: 40px 0;
	position: relative;
	border-radius: 3px;
}
.cize-dealproduct.style-02 .product-name {
	font-size: 34px;
	line-height: 1.2;
	color: #ffffff;
	max-width: 240px;
	margin-bottom: 15px;
	font-family: sofia_prolight, sans-serif;
}
.cize-dealproduct.style-02 .product-name a:hover {
	color: #ffffff;
}
.cize-dealproduct.style-02 .price ins {
	font-size: 34px;
	color: #ffffff;
	font-family: sofia_prolight, sans-serif;
}
.cize-dealproduct.style-02 .price del {
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	margin-top: 2px;
	font-family: sofia_prolight, sans-serif;
}
.cize-dealproduct.style-02 .price del::before {
	width: 64px;
	left: 10%;
}
.cize-dealproduct.style-02 .onsave {
	position: absolute;
	top: 12px;
	right: 41px;
	width: 104px;
	height: 104px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 32px;
	border-radius: 50%;
}
.cize-dealproduct.style-02 .onsave > span {
	font-size: 26px;
	font-family: sofia_promedium, sans-serif;
	color: #000000;
}
.cize-dealproduct.style-02 .onsave > span > span {
	font-size: 12px;
	font-family: sofia_prosemibold, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	line-height: 1;
}
.cize-dealproduct.style-02 .product-info {
	padding-bottom: 31px;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	padding-left: 38px;
	margin-bottom: 62px;
}
.cize-dealproduct.style-02 .product-thumb {
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	padding: 0 20px 47px 20px;
}
.cize-dealproduct.style-02 .deals-in-wrap {
	padding: 0 38px;
}
.cize-dealproduct.style-02 .deals-in-wrap .deals-title {
	color: #ffffff;
	padding-left: 54px;
	line-height: 1;
	margin-bottom: 33px;
}
.cize-dealproduct.style-02 .deals-in-wrap .deals-title::before {
	content: '';
	width: 40px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-bottom: 2px solid #ffffff;
}
.cize-dealproduct.style-02 .deals-in-wrap .countdown-product {
	text-align: center;
}
.cize-dealproduct.style-02 .deals-in-wrap .cize-countdown .box .time {
	background-color: #ffffff;
	border: none;
	border-color: transparent;
}
.cize-dealproduct.style-02 .deals-in-wrap .cize-countdown .box .time-title {
	margin: 0;
	position: absolute;
	top: -8px;
	right: -14px;
	color: #ffffff;
}
.cize-dealproduct.style-02 .deals-in-wrap .cize-countdown .box {
	position: relative;
	margin-right: 25px;
}
.cize-dealproduct.style-02 .deals-in-wrap .cize-countdown .box:last-child {
	margin-right: 0;
}
/*.cize-dealproduct.style-03*/
.cize-dealproduct.style-03 .products-heading-wrap {
	min-width: 240px;
	height: 250px;
	background: linear-gradient(to right, #5ac8fa 0%, #50fbdc 100%);
	text-align: center;
	padding-top: 40px;
	margin-top: 110px;
	float: left;
	display: table;
}
.cize-dealproduct.style-03 .products-heading-wrap span {
	font-size: 100px;
	color: #ffffff;
	margin-bottom: 18px;
	overflow: hidden;
	display: inline-block;
}
.cize-dealproduct.style-03 .products-heading-wrap .products-heading {
	color: #ffffff;
	font-family: sofia_prosemibold, sans-serif;
	font-size: 16px;
	letter-spacing: 0.4em;
	margin: 0;
}
.cize-dealproduct.style-03 .products-wrap-inner {
	float: left;
	width: calc(100% - 240px);
	padding: 0 60px 0 119px;
	position: relative;
	display: table;
}
.cize-dealproduct.style-03 .products-wrap-inner .product-item {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 50px;
}
.cize-dealproduct.style-03 .products-wrap-inner .product-thumb {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.cize-dealproduct.style-03 .products-wrap-inner .product-item .product-name {
	font-size: 34px;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 17px;
}
.cize-dealproduct.style-03 .products-wrap-inner .product-item .product-name a:hover {
	color: #fff;
}
.cize-dealproduct.style-03 .deals-in-wrap .deals-title {
	color: #ffffff;
	padding-left: 53px;
	margin-bottom: 18px;
	letter-spacing: 0.2em;
}
.cize-dealproduct.style-03 .deals-in-wrap .deals-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 39px;
	border-bottom: 2px solid #ffffff;
}
.cize-dealproduct.style-03 .deals-in-wrap .cize-countdown .box {
	color: #ffffff;
}
.cize-dealproduct.style-03 .price ins {
	font-size: 24px;
}
.cize-dealproduct.style-03 .price del {
	font-size: 20px;
}
.product-item.style-5 .product-thumb {
	border: 1px solid #e8e9ee;
	border-radius: 3px;
}
@media (min-width: 1500px) {
	.cize-dealproduct.style-03 .deals-in-wrap .cize-countdown .box {
		margin-right: 28px;
	}
	.cize-dealproduct.style-03 .price {
		margin-bottom: 28px;
	}
}
@media (max-width: 1499px) {
	.cize-dealproduct.style-02 .product-info {
		padding-left: 20px;
	}
	.cize-dealproduct.style-02 .onsave {
		right: 20px;
	}
	.cize-dealproduct.style-02 .deals-in-wrap {
		padding: 0 20px;
	}
}
@media (max-width: 1366px) {
	.deals-in-wrap .cize-countdown .box .time {
		min-width: 50px;
		height: 50px;
		line-height: 46px;
		font-size: 17px;
	}
}
@media (max-width: 1280px) {
	.cize-dealproduct.style-01 .products-heading {
		margin-bottom: 35px;
	}
	.cize-dealproduct.style-02 .deals-in-wrap .cize-countdown .box .time {
		margin-bottom: 10px;
	}
	.product-item.style-1 .product-inner .product-thumb img {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.cize-dealproduct.style-02 .deals-in-wrap .cize-countdown .box {
		margin-right: 14px;
	}
	.deals-in-wrap .cize-countdown .box .time {
		min-width: 47px;
		height: 47px;
		line-height: 47px;
	}
	.cize-products.style-3 .product-title-wrap h3 {
		font-size: 22px;
	}
	.cize-dealproduct.style-03 .products-heading-wrap {
		margin: 0 auto 20px auto;
		float: none;
		padding-top: 15px;
		min-width: 140px;
		height: 150px;
	}
	.cize-dealproduct.style-03 .products-wrap-inner {
		width: 100%;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-thumb img {
		width: 50%;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-item {
		padding: 0;
		vertical-align: middle;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-thumb {
		vertical-align: middle;
	}
	.cize-dealproduct.style-03 .products-wrap-inner {
		padding: 0 110px;
	}
	.cize-dealproduct.style-03 .products-heading-wrap .products-heading {
		letter-spacing: 0.2em;
	}
	.cize-dealproduct.style-03 .products-heading-wrap span {
		font-size: 75px;
	}
	.cize-dealproduct.style-03 .products-wrap-inner {
		padding: 0;
	}
	.cize-dealproduct.style-03 .products-heading-wrap span {
		margin-bottom: 8px;
	}
	.cize-dealproduct.style-02 .product-thumb img {
		width: 304px;
	}
	.cize-dealproduct.style-02 .onsave {
		top: 0;
		right: 10px;
		width: 80px;
		height: 80px;
		padding-top: 22px;
	}
	.cize-dealproduct.style-02 .product-name {
		font-size: 24px;
		padding-right: 80px;
	}
	.cize-dealproduct.style-02 .price ins {
		font-size: 28px;
	}
	.cize-dealproduct.style-02 .price del {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.product-item .product-name {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.cize-dealproduct.style-01 .products-heading {
		margin-bottom: 25px;
	}
	.cize-dealproduct.style-01 .product-thumb {
		width: 100%;
	}
	.cize-dealproduct.style-01 .product-info {
		width: 100%;
	}
	.cize-dealproduct.style-01 .product-info .process-valiable {
		padding-right: 35px;
	}
	.cize-dealproduct.style-01 .product-inner {
		padding: 20px 0;
	}
	.cize-categories.style-01 .cize-category-wrap {
		padding-left: 0;
	}
	.product-item.style-4 .product-inner .product-thumb img {
		width: 100%;
	}
	.deals-in-wrap .cize-countdown .box .time {
		min-width: 48px;
		height: 48px;
		line-height: 42px;
		font-size: 16px;
	}
	.deals-in-wrap .cize-countdown .box .time-title {
		margin-left: -7px;
	}
	.deals-in-wrap .cize-countdown .box {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.cize-products.style-3 .product-title-wrap .button-products {
		min-width: 100px;
		height: 36px;
		line-height: 32px;
		font-size: 12px;
	}
	.cize-products.style-3 .product-title-wrap .button-products::after {
		margin-left: 4px;
		font-size: 12px;
	}
	.cize-dealproduct.style-03 .products-heading-wrap {
		display: none;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-item,
	.cize-dealproduct.style-03 .products-wrap-inner .product-thumb {
		display: block;
		text-align: center;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-thumb img {
		width: 30%;
	}
	.cize-dealproduct.style-03 .deals-in-wrap .deals-title {
		display: inline-block;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-item .product-name {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.cize-dealproduct.style-03 .price del {
		font-size: 14px;
	}
	.cize-dealproduct.style-03 .price ins {
		font-size: 18px;
	}
	.cize-dealproduct.style-03 .price {
		margin-bottom: 0;
	}
	.cize-dealproduct.style-03 .products-wrap-inner .product-item {
		margin-bottom: 15px;
	}
	.cize-dealproduct.style-03 .products-wrap-inner {
		padding-top: 30px;
	}
	.cize-products.style-3 .product-title-wrap h3 {
		font-size: 20px;
	}
	.cize-dealproduct.style-02 .product-name {
		font-size: 22px;
	}
	.cize-dealproduct.style-02 .price del {
		font-size: 18px;
	}
	.cize-dealproduct.style-02 .price ins {
		font-size: 26px;
	}
	.cize-dealproduct.style-02 .onsave {
		top: 0;
		right: 10px;
		width: 80px;
		height: 80px;
		padding-top: 20px;
	}
	.product-item .product-inner .product-thumb img {
		width: 100%;
	}
}
/*Search*/
.cize-search.style-01 {
	background: #fff;
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px 160px 0 160px;
	border-radius: 3px;
}
.cize-search.style-01 .search-title {
	font-size: 34px;
	max-width: 420px;
	margin: 0 auto 35px auto;
}
.cize-search.style-01 .search-fields .search-input {
	position: relative;
}
.cize-search.style-01 .search-fields .search-field {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f0f1f4;
	color: #a7a7aa;
	border-radius: 60px;
	position: relative;
	padding-right: 128px;
	border: none;
	font-size: 16px;
	padding-left: 40px;
}
.cize-search.style-01 .search-fields .search-submit {
	background-color: #f33c3c;
	width: 108px;
	height: 60px;
	line-height: 60px;
	border-radius: 0 60px 60px 0;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
}
.cize-search.style-01 .search-fields .reset-instant-search-wrap {
	position: absolute;
	top: 18px;
	right: 120px;
	z-index: 99;
	color: #000;
	font-size: 14px;
}
.cize-search.style-01 .container-search .search-results-wrap .product-item-search {
	padding: 0 10px;
	width: 50%;
}
.cize-search.style-01 .container-search .search-results-wrap .product-item-search:nth-child(2n+1) {
	clear: left;
}
.cize-search.style-01 .search-has-results ~ .search-results-container {
	margin-top: 30px;
}
@media (max-width: 1199px) {
	.cize-search.style-01 .search-title {
		font-size: 22px;
		margin: 0 auto 20px auto;
	}
	.cize-search.style-01 {
		padding: 30px !important;
	}
	.cize-search.style-01 .search-fields .search-field {
		height: 40px;
		line-height: 40px;
	}
	.cize-search.style-01 .search-fields .reset-instant-search-wrap {
		top: 5px;
		right: 90px;
	}
	.cize-search.style-01 .search-fields .search-submit {
		height: 40px;
		line-height: 40px;
		width: 80px;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.cize-search.style-01 {
		padding: 15px;
	}
	.cize-search.style-01 .search-fields .search-submit {
		width: 60px;
		font-size: 16px;
	}
	.cize-search.style-01 .search-fields .reset-instant-search-wrap {
		right: 70px
	}
	.cize-search.style-01 .search-fields .search-field {
		padding-right: 90px;
	}
	.cize-search.style-01 .container-search .search-results-wrap .product-item-search {
		width: 100%;
	}
}
/*Variable product*/
.cize-title.style-01 {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.cize-title.style-01 .block-title {
	font-size: 40px;
	font-family: sofia_prolight, sans-serif;
	padding-bottom: 29px;
	margin: 0 0 29px 0;
	position: relative;
}
.cize-title.style-01 .block-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 80px;
	border-bottom: 1px solid #f33c3c;
}
.cize-title.style-02 .block-title {
	font-size: 40px;
	font-family: sofia_prolight, sans-serif;
	padding-bottom: 27px;
	margin-bottom: 21px;
	position: relative;
}
.cize-title.style-02 .block-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	border-bottom: 1px solid #f33c3c;
}
/* ==========================================================================
   8.4 SINGLE PRODUCT
========================================================================== */
body.single-product .single-left {
	width: 54.2142857%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-bottom: 30px;
}
h4.title-s-desc {
	display: none;
}
.has-sidebar .wc-tabs-wrapper .vc_row-o-equal-height, .has-sidebar .wc-tabs-wrapper .vc_row[data-vc-full-width] {
	position: static !important;
	width: 100% !important;
}
.product:not(.with_background):not(.gallery_detail) h4.title-s-desc {
	display: block;
}
/*.woocommerce-product-gallery*/
body.single-product .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
}
.woocommerce-product-gallery .onsale {
	position: absolute;
	top: 10px;
	right: 70px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
	/*display: block;*/
	position: absolute;
	top: -60px;
	right: -60px;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	line-height: 170px;
	padding: 0 25px;
	z-index: 1;
	background-color: #ffffff;
	color: #000000;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	color: #f33c3c;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
	opacity: 0;
	visibility: hidden;
}
.pswp__button:hover {
	background: transparent;
}
.woocommerce-product-gallery .flex-viewport {
	text-align: center;
	cursor: zoom-in;
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.sticky_detail .flex-control-thumbs {
	display: none !important;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	cursor: pointer;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 25%;
	padding: 5px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 1;
	color: #f33c3c;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.5s;
}
.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.fa-caret-up {
	top: 10px;
	left: 33px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-down {
	bottom: 10px;
	left: 33px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-left {
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-right {
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow {
	color: #fff;
	top: 50%;
	margin: 0;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:not(.slick-vertical) .slick-arrow:last-child {
	left: auto;
	right: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow {
	left: 35px;
	top: 10px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.slick-vertical .slick-arrow:last-child {
	top: auto;
	bottom: -10px;
}
@media (max-width: 991px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
		opacity: 1;
		visibility: visible;
	}
}
.product:not(.sticky_detail) .theiaStickySidebar {
	position: static !important;
	transform: none !important;
}
.flex-control-thumbs:not(.slick-vertical) .slick-list {
	margin: 0 -4px;
}
.flex-control-thumbs.slick-vertical .slick-list {
	margin: -10px 0;
}
/*.summary*/
body.single-product .detail-content {
	width: 45.7857143%;
	float: left;
	padding-left: 80px;
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
}
.summary .star-rating {
	margin-top: -3px;
}
.summary del {
	font-size: 16px;
	color: #999999;
}
.summary ins .woocommerce-Price-amount.amount {
	font-size: 20px;
	font-family: 'sofia_prosemibold', sans-serif;
}
.summary ins {
	font-size: 26px;
	text-decoration: none;
}
.summary .woocommerce-product-rating {
	margin-top: -7px;
	margin-bottom: 8px;
}
.summary .woocommerce-product-rating .star-rating {
	display: inline-block;
	overflow: visible;
	margin-right: 5px;
}
p.preview-count {
	overflow: hidden;
	float: left;
	margin: 0;
}
.summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 13px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
}
.summary .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #f33c3c;
}
.summary .entry-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	color: #333;
	margin: 6px 0;
	padding-right: 50px;
}
.summary .price {
	font-size: 24px;
	font-family: sofia_promedium, sans-serif;
	line-height: 24px;
	color: #232529;
	padding-bottom: 24px;
	border-bottom: 1px solid #ebebeb;
	display: block;
	margin-bottom: 16px;
}
.detail-content .summary .price {
	color: #f33c3c;
}
.summary .woocommerce-product-details__short-description {
	margin-bottom: 35px;
}
.summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
.summary .cize-countdown {
	margin-bottom: 20px;
}
.summary .deals-in-wrap .deals-title {
	margin-bottom: 10px;
}
.has-deals .summary form.variations_form {
	margin-top: 30px;
}
button.cize-single-add-to-cart-deal.add-to-cart-out-of-stock.btn.button,
button.cize-single-add-to-cart-deal.add-to-cart-out-of-stock.btn.button + .quantity,
.has-deals form.cart .quantity,
.has-deals form.cart .single_add_to_cart_button,
.has-deals form.cart .woocommerce-variation-add-to-cart {
	display: none !important;
}
button.cize-single-add-to-cart-deal {
	line-height: 56px;
	padding: 0;
	height: 56px;
	font-size: 20px;
	letter-spacing: 0.2em;
	background: #39b93c;
	font-family: 'sofia_prosemibold', sans-serif;
	width: calc(100% - 80px);
	border-radius: 0;
}
button.cize-single-add-to-cart-deal:hover {
	background: #000;
	color: #fff;
}
.deal-add-to-cart.cart .quantity {
	float: right;
	margin: 0 0 0 10px;
}
.deal-add-to-cart {
	margin-bottom: 15px;
}
.summary .stock {
	display: inline-block;
	color: #5cb85c;
	margin-bottom: 15px;
}
.summary .stock.out-of-stock {
	color: #f33c3c;
}
.summary .stock .label-available {
	color: #909297;
}
.summary .product-sku {
	color: #000000;
	margin-bottom: 20px;
}
.summary .product-sku .sku {
	color: #909297;
}
.summary.title-price-stars-outside-summary {
	margin-bottom: 50px;
}
.summary.title-price-stars-outside-summary .woocommerce-product-rating,
.summary.title-price-stars-outside-summary .product_title,
.summary.title-price-stars-outside-summary .price {
	display: none;
}
.outside-title-price-stars-wrap {
	display: inline-block;
	width: 100%;
}
.summary.has-border {
	border: 2px solid #000;
	padding: 60px 35px;
}
.summary a.change-value.color::before {
	opacity: 1;
	border-color: transparent;
}
.summary a.change-value.color.active::before, .summary a.change-value.color:hover::before {
	border-color: #b0b0b0;
}
.summary a.change-value.color:hover::before, .summary a.change-value.color.active::before {
	opacity: 1;
}
.woocommerce-product-rating-outside .star-rating {
	float: left;
	margin: 5px;
}
.has-title-outside-summary.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
	border-radius: 50%;
	border: 1px solid #ebebeb;
}
.price.price-outside {
	margin-bottom: 20px;
	font-size: 26px;
	color: #dc9814;
}
.price-outside del {
	font-size: 16px;
}
.woocommerce-product-rating.woocommerce-product-rating-outside {
	display: inline-block;
	margin-bottom: 13px;
}
.woocommerce-product-details__short-description ul {
	padding-left: 0;
	color: #39b93c;
	clear: both;
	font-family: 'sofia_prosemibold', sans-serif;
	margin-bottom: 25px;
}
.woocommerce-product-details__short-description li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	font-family: 'sofia_prosemibold', sans-serif;
	color: #f33c3c;
}
.woocommerce-product-details__short-description li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #f33c3c;
}
/*variations*/
form.variations_form {
	position: relative;
}
h4.title-variable {
	font-size: 18px;
	font-family: 'sofia_promedium', sans-serif;
	margin: 0 0 22px;
}
.variations .variation select {
	float: left;
	display: none;
	width: 100%;
	margin-bottom: 14px;
	margin-right: 14px;
}
.data-val[data-attributetype="select"] {
	display: none;
}
.variation select[data-attributetype="select"] {
	display: block;
	position: relative;
	line-height: 36px;
}
.reset_variations {
	font-weight: 400;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.2em;
	color: #ffffff;
	display: block;
	height: 34px;
	position: absolute;
	text-transform: uppercase;
	padding: 0 10px;
	width: 97px;
	background-color: #000000;
	float: left;
	margin-bottom: 14px;
	right: 0;
	top: -25px;
	text-align: center;
	border-radius: 44px;
}
.reset_variations:hover {
	color: #ffffff;
}
table.variations {
	border: none;
	margin-bottom: 40px;
}
.product-item.style-3 table.variations {
	margin-bottom: 0;
}
tr.variation td.variation-title label::after {
	content: ":";
	margin-right: 10px;
	margin-left: 5px;
}
.reset_variations:hover {
	background-color: #f33c3c;
}
.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
	border-color: #000;
}
.summary table.variations {
	border: none;
	margin-bottom: 0;
}
.summary tr.variation {
	display: flex;
	line-height: 30px;
	padding: 0 0 40px;
}
tr.variation td {
	margin: 0;
	border: none;
	padding: 0 10px 0 0;
	font-size: 16px;
	height: 20px;
	line-height: 15px;
	display: block;
	vertical-align: text-bottom;
	min-width: 78px;
	position: relative;
}
.product-item .variations tr {
	text-align: center;
	width: 100%;
}
a.change-value.color {
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin: 6px 11px 5px 4px;
}
div.product-item a.change-value.photo {
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 50%;
}
a.change-value.color[data-value="white"] {
	border: 1px solid #dedede;
}
a.change-value::before {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 50%;
	left: -4px;
	border: 1px solid #333;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
}
.product-item a.change-value.active::before, .product-item a.change-value:hover::before {
	opacity: 1
}
tr.variation .data-val.attribute-pa_color {
	margin-top: 8px;
}
tr.variation label {
	color: #000000;
	margin: 0;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: 'sofia_prosemibold', sans-serif;
}
.woocommerce-variation-description p:last-child {
	margin-bottom: 0;
}
.woocommerce-variation-price .price {
	margin-bottom: 15px;
}
.product-item a.change-value.photo {
	width: 25px;
	height: 25px;
}
a.change-value {
	position: relative;
	margin-right: 15px;
}
.product-item .variations a.change-value.label {
	display: none;
}
a.change-value:not(.color) {
	width: 35px;
	height: 35px;
	font-weight: 400;
	color: #000;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin-right: 15px;
}
.summary a.change-value:not(.color):hover, .summary a.change-value.active:not(.color) {
	border-color: #000;
}
.product-item a.change-value.color.active::before, .product-item a.change-value.color:hover::before {
	border-color: #cccccc;
}
.size-guide-inner {
	padding: 0 15px;
}
span.size-guide-text {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	line-height: 24px;
	display: inline-block;
	padding-left: 30px;
	font-family: 'sofia_prosemibold', sans-serif;
	cursor: pointer;
}
#popup-size-guide .modal-content {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border: none;
	border-radius: 0;
}
#popup-size-guide .modal-dialog {
	max-width: 90%;
	margin-top: 50px;
	width: 750px;
}
div button.close {
	font-size: 12px;
	font-weight: 400;
	border: 1px solid;
	width: 25px;
	text-transform: uppercase;
	height: 25px;
	border-radius: 50%;
	color: #666;
	opacity: 1;
	margin: 10px;
}
div button.close {
	color: #f33c3c;
	background-color: transparent;
}
/*form single product*/
.woocommerce-variation-add-to-cart {
	margin-top: 20px;
}
.cart .quantity {
	width: 67px;
	height: 53px;
	line-height: 52px;
	border: 1px solid #e4e6ec;
	color: #232529;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-right: 10px;
	float: left;
	padding-left: 5px;
	margin-bottom: 20px;
	border-radius: 3px;
	display: inline-block;
}
.cart .quantity .input-qty {
	color: #232529;
	width: 50%;
	padding: 0 3px;
	height: 54px;
	font-size: 20px;
	line-height: 54px;
	text-align: center;
	float: right;
	border: none;
	border-left: 1px solid #e4e6ec;
	border-radius: 0;
}
.cart .quantity .btn-number {
	width: 20px;
	height: 26px;
	line-height: 25px;
	position: absolute;
	float: left;
	text-align: center;
	top: 0;
	left: 8px;
	font-size: 20px;
}
.cart .quantity .btn-number .fa {
	font-family: inherit;
}
.cart .quantity .btn-number .fa-caret-up::before {
	content: '+';
}
.cart .quantity .btn-number .fa-caret-down::before {
	content: '-';
}
.cart .quantity .btn-number.quantity-plus {
	border-bottom: 1px solid #e4e6ec;
}
.cart .quantity .btn-number.qtyminus {
	text-align: center;
	bottom: 0;
	top: auto;
	line-height: 0;
}
.summary p.cart {
	margin-bottom: 0;
}
.summary .cart .single_add_to_cart_button {
	display: block;
	float: left;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	vertical-align: top;
	font-family: 'sofia_prosemibold', sans-serif;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
	background: #000000;
	border: none;
	margin-right: 12px;
	border-radius: 3px;
	position: relative;
}
.summary a.change-value:not(.color) {
	width: auto;
	height: 40px;
	font-family: 'sofia_prosemibold', sans-serif;
	border: 1px solid #b0b0b0;
	line-height: 40px;
	border-radius: 5px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
	margin-right: 12px;
}
.summary .attribute-pa_size a.change-value:not(.color) {
	border-radius: 50%;
	padding: 0;
	width: 44px;
	border-width: 2px;
	height: 44px;
	float: left;
	line-height: 40px;
}
.summary .cart .single_add_to_cart_button:hover {
	background-color: #f33c3c;
}
.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}
.summary .compare, .summary .social-share {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	min-width: 56px;
	height: 53px;
	line-height: 51px;
	border: 1px solid #e4e6ec;
	margin: 0 11px 15px 0;
	float: left;
	box-shadow: none;
	font-weight: 700;
	border-radius: 3px;
	color: #000000 !important;
}
.summary .yith-wcwl-add-to-wishlist {
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
	width: 52px;
	height: 52px;
	border: 1px solid #e4e6ec;
	color: #000000;
	line-height: 52px;
	border-radius: 2px;
}
#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
	right: 30px;
}
.single_variation_wrap .yith-wcwl-add-to-wishlist {
	display: none;
}
.summary .add_to_wishlist::before {
	font-size: 18px;
}
div#yith-wcwl-popup-message {
	background: #0fb0f0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 5px;
	line-height: 50px;
	font-family: 'sofia_prolight', sans-serif;
	color: #fff;
	padding: 0 35px;
	box-shadow: 0 0 5px #0fb0f0;
	position: fixed;
	text-align: center;
	top: 50px;
	left: auto;
	z-index: 10000;
	right: 50px;
}
.summary .compare {
	position: relative;
	top: -1px;
}
.summary .compare:hover {
	background-color: #f33c3c;
	border-color: #f33c3c;
}
.summary .compare:hover::before {
	color: #ffffff;
}
.summary .social-share .icons {
	font-size: 15px;
	line-height: 50px;
}
.summary .social-share .cize-social {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.review-text {
	display: none;
}
.summary .rating-wapper .review {
	line-height: 17px;
}
.summary .rating-wapper .review .review-text {
	display: inline;
}
.summary .woocommerce-product-rating .woocommerce-review-link {
	display: none;
}
.product_meta {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.woocommerce .product_meta .wcml-dropdown-click.product {
	margin: 0 0 15px;
}
.product_meta .meta-title {
	color: #000;
}
.product_meta > span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.product_meta span.sku {
	text-transform: uppercase;
	font-size: 14px;
}
.product_meta .sku_wrapper .meta-title {
	font-size: 12px;
}
.product_meta .meta-title {
	color: #000;
	margin-right: 3px;
}
.product_meta a {
	color: #909297;
}
.product_meta a:hover {
	color: #f33c3c;
}
/*Custom vc*/
.wpb_text_column ul li {
	position: relative;
	color: #000;
	line-height: 28px;
	padding: 5px 0 5px 25px;
}
.wpb_text_column ul li::before {
	content: "";
	width: 13px;
	border-bottom: 1px solid;
	position: absolute;
	top: 50%;
	left: 0;
}
.wpb_text_column ul li::after {
	content: "";
	height: 12px;
	border-left: 1px solid;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/* social-share-product */
.social-share-product {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	width: 40px;
	background: #f33c3c;
	border-radius: 0 10px 10px 0;
	z-index: 99;
	padding: 5px;
}
.cize-social-product a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
}
.cize-social-product a:hover {
	color: #dddddd;
}
/* .sticky_info_single_product  */
.sticky_info_single_product {
	position: fixed;
	left: 0;
	right: 0;
	padding: 10px 0;
	top: 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);
}
.admin-bar .sticky_info_single_product {
	top: 32px;
}
.sticky_info_single_product img.fami-img {
	max-width: 50px;
}
.sticky-thumb-left {
	float: left;
	margin-right: 20px;
	border: 2px solid #e5e5e5;
}
.sticky_info_single_product .entry-title {
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	display: block;
	margin-top: 0;
}
.sticky_info_single_product a.woocommerce-review-link {
	float: left;
	line-height: 10px;
	font-size: 12px;
	margin: 0 10px;
}
.sticky_info_single_product .star-rating {
	float: left;
}
.sticky-info-right {
	overflow: hidden;
	position: relative;
	min-height: 54px;
}
.sticky_info_single_product button.cize-single-add-to-cart-btn.btn.button {
	float: right;
	background: #f33c3c;
	font-size: 12px;
	line-height: 42px;
	height: 42px;
	top: 50%;
	color: #fff;
	padding: 0 40px;
	letter-spacing: 0.2em;
	white-space: nowrap;
	position: absolute;
	border-radius: 50px;
	outline: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	border: none;
	text-transform: uppercase;
	font-family: 'sofia_promedium', sans-serif;
}
.sticky_info_single_product button.cize-single-add-to-cart-btn.btn.button:hover {
	background-color: #333;
	color: #fff;
}
.star-rating.no-rate {
	width: auto;
	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;
	font-size: 14px;
	color: #999999;
}
.wrapper_menu-sticky .sticky_info_single_product {
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.show-sticky_info_single .wrapper_menu-sticky .sticky_info_single_product {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*.product-type-grouped*/
.product-type-grouped .summary .woocommerce-product-details__short-description {
	margin-bottom: 15px;
}
.product-type-grouped .summary .cart .group_table {
	border: none;
	margin-bottom: 30px;
}
.product-type-grouped .summary .cart .group_table td {
	padding: 10px 10px 10px 0;
	border-left: none;
	border-right: none;
	border-top: none;
	line-height: 20px;
	color: #000;
}
.product-type-grouped .summary .cart .group_table td.label,
.product-type-grouped .summary .cart .group_table td.price {
	text-align: inherit;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 0;
}
.product-type-grouped .summary .cart .group_table td:last-child {
	text-align: right;
}
.product-type-grouped .summary .cart .group_table label {
	margin-bottom: 0;
	font-weight: normal;
}
.product-type-grouped .summary .cart .group_table .stock {
	display: none;
}
.product-type-grouped .cart .quantity {
	margin-bottom: 0;
}
/*default*/
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-top: 15px;
}
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
	width: 100%;
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	padding: 0 6px;
	position: relative;
}
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active,
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:hover img {
	border-color: #333;
}
/*vertical_thumnail*/
.vertical_thumnail .flex-viewport {
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
	float: right;
	border: 1px solid #e4e6ec;
	border-radius: 5px;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 120px;
	float: left;
	padding-right: 20px;
	margin-top: -10px;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	margin: 20px 0 0;
	opacity: 1;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active,
.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:hover img {
	border-color: #333;
}
figure.woocommerce-product-gallery__wrapper img {
	width: 100%;
}
/* Single Product Sticky */
.sticky_detail .flex-viewport {
	border: none;
}
.sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	margin-bottom: 24px;
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
/*sticky_details*/
.sticky_detail .main-content-product {
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
.sticky_detail .theiaStickySidebar {
	padding-bottom: 30px !important;
}
.woocommerce-tabs-sticky {
	margin-top: 40px;
}
.content-tab-sticky-element {
	display: none;
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #e2e2e2;
}
.content-tab-sticky p:last-child {
	margin: 0;
}
.content-tab-sticky h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.content-tab-sticky table {
	color: #000;
}
.content-tab-sticky table p {
	margin-bottom: 0;
}
.content-tab-sticky #review_form_wrapper {
	margin-top: 20px;
}
.content-tab-sticky .comment-respond .comment-reply-title {
	font-size: 14px;
}
a.product-sticky-toggle-tab-content {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'sofia_prosemibold', sans-serif;
	border-top: 1px solid #e4e6ec;
	width: 100%;
	display: inline-block;
	line-height: 24px;
	padding: 11px 0;
	color: #000;
}
.tabs-sticky-content:first-child a.product-sticky-toggle-tab-content {
	border-top: none;
}
a.product-sticky-toggle-tab-content::before {
	content: "\f0da";
	font-family: Fontawesome, sans-serif;
	float: right;
	font-size: 18px;
}
.tabs-sticky-content.tab-open a.product-sticky-toggle-tab-content::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
a.product-sticky-toggle-tab-content.active::before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*360deg*/
.default .cize-product-button,
.sticky_detail .cize-product-button {
	top: 10px;
	left: 10px;
}
.vertical_thumnail .cize-product-button {
	bottom: 28px;
	left: 155px;
}
.cize-product-button {
	position: absolute;
	z-index: 1;
}
.cize-bt-video a, .product-360-button a {
	display: inline-block;
	font-size: 12px;
	line-height: 50px;
	padding: 0 20px;
	background: #fff;
	letter-spacing: 0.2em;
	border-radius: 50px;
	font-family: 'sofia_prosemibold', sans-serif;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .06);
	text-transform: uppercase;
	color: #000;
	transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.cize-bt-video a:hover, .product-360-button a:hover,
.cize-bt-video a:focus, .product-360-button a:focus {
	background: #333;
	color: #fff;
}
.cize-bt-video a::before, .product-360-button a::before {
	position: relative;
	margin-right: 10px;
	text-align: center;
	top: -1px;
	vertical-align: top;
}
.cize-bt-video a::before {
	content: "\f115";
	font-family: Flaticon, sans-serif;
	font-size: 30px;
	font-weight: 400;
	padding-left: 4px;
	position: relative;
	top: 0;
}
.product-360-button a::before {
	content: "\f116";
	font-family: Flaticon, sans-serif;
	font-size: 40px;
	padding-left: 2px;
	font-weight: 400;
	vertical-align: middle;
	position: relative;
	top: 2px;
}
.cize-bt-video a span,
.product-360-button a span {
	vertical-align: middle;
	position: relative;
}
div.mfp-wrap div .mfp-close {
	font-family: 'sofia_prolight', sans-serif;
	position: absolute;
	width: 15px;
	line-height: 20px;
	margin: 0;
	height: 15px;
	top: 20px;
	right: 25px;
	padding: 0;
}
.mfp-close-btn-in .mfp-close:hover {
	background: transparent;
}
.product-360-button + .cize-bt-video {
	margin-top: 10px;
}
/*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;
}
.cize-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;
}
.cize-threed-view {
	cursor: ew-resize;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.cize-threed-view .threed-view-images {
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.cize-threed-view .threed-view-images img.current-image {
	visibility: visible;
	z-index: 9;
}
.cize-threed-view .threed-view-images img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.cize-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;
}
.cize-threed-view .nav_bar a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	font-size: 0;
	text-align: center;
}
.cize-threed-view .nav_bar a:hover {
	background-color: #f9f9f9;
}
.cize-threed-view .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.cize-threed-view .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}
.cize-threed-view .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
.cize-threed-view .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.cize-threed-view .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.cize-dark .cize-threed-view .nav_bar a {
	color: black;
}
/*woocommerce-tabs*/
.woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 31px;
	margin-top: 20px;
	text-align: center;
}
.has-sidebar .woocommerce-tabs {
	overflow: hidden;
}
.has-sidebar .woocommerce-tabs::before {
	width: 100%;
}
/*.wc-tabs*/
.wc-tabs {
	padding-left: 0;
	text-align: center;
}
.wc-tabs li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
.wc-tabs li a {
	display: inline-block;
	font-size: 22px;
	color: #909297;
	line-height: 26px;
	text-align: center;
	position: relative;
	padding: 15px 0;
}
.wc-tabs li a::before {
	border-bottom: 3px solid #f33c3c;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
	color: #000;
}
ul.tabs.wc-tabs {
	position: relative;
}
ul.tabs.wc-tabs::before {
	content: "";
	border-bottom: 1px solid #ededed;
	position: absolute;
	bottom: 1px;
	width: 100%;
	left: 0;
}
.no-sidebar ul.tabs.wc-tabs::before {
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.wc-tabs li a:hover::before,
.wc-tabs li.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
	max-width: 100%;
	margin-top: 60px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 50px;
	text-align: left;
}
.woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.woocommerce-Tabs-panel .woocommerce-Reviews {
	text-align: left;
}
.woocommerce-Tabs-panel .vc_custom_heading {
	line-height: 1.2;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
/*comment star*/
.comment-form-rating label {
	vertical-align: baseline;
}
p.stars {
	margin-left: 15px;
	line-height: 18px;
	display: inline-block;
}
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 {
	color: #e2e2e2;
	content: "\f005"
}
p.stars a {
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 1px
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	text-indent: 0;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
	color: #f33c3c;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
	color: #e2e2e2;
}
/*comment product*/
.commentlist .avatar {
	width: 120px;
	float: left;
}
.woocommerce-Tabs-panel .commentlist .avatar {
	width: 60px;
	float: left;
}
.woocommerce-Tabs-panel .commentlist, .woocommerce-Tabs-panel .comment-form {
	max-width: 100%;
}
.commentlist .comment-text .meta {
	margin-bottom: 0;
}
.owl-products[data-dots='true'] .product-item {
	list-style: none;
	margin-bottom: 0;
}
/*.upsells + related*/
.upsells,
.related {
	position: relative;
}
@media (min-width: 1200px) {
	.left-sidebar .upsells,
	.left-sidebar .related {
		width: 100vw;
		left: 33.3333333%;
		margin-left: -50vw;
	}
	.right-sidebar .upsells,
	.right-sidebar .related {
		width: 100vw;
		left: 66.6666666%;
		margin-left: -50vw;
	}
}
@media (max-width: 767px) {
	.summary .deals-in-wrap .deals-title {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}
.container-width {
	width: 1400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.upsells::before,
.related::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: -webkit-calc(100vw);
	width: -moz-calc(100vw);
	width: calc(100vw);
	height: 1px;
	background-color: #ebebeb;
}
.has-sidebar .upsells::before,
.has-sidebar .related::before {
	width: 100%;
}
.product-grid-title {
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	position: relative;
	padding-bottom: 17px;
	padding-top: 50px;
	margin-bottom: 40px;
}
.product-grid-title::before {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	background-color: #f33c3c;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.owl-carousel.owl-products {
	margin-bottom: 20px;
}
/*Buy Together*/
.famibt-wrap {
	border: 2px solid #e8e8e8;
	overflow: hidden;
	width: 100%;
	padding: 40px 10px 40px 30px;
	margin: 40px 0 0;
	display: inline-block;
	border-radius: 3px;
}
.famibt-product.out-of-stock {
	display: block;
	opacity: 0.4;
}
h3.famibt-title {
	font-size: 20px;
	font-family: 'sofia_promedium', sans-serif;
	margin-bottom: 25px;
}
.famibt-right-part::after {
	content: "";
	border-left: 1px solid #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 99999em;
}
.famibt-right-part::before {
	content: "";
	border-left: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	height: 99999em;
}
.famibt-right-part {
	text-align: center;
}
span.for-items-text {
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-top: 10px;
	line-height: 26px;
}
.total-price-html {
	font-size: 30px;
	color: #f33c3c;
}
button.famibt-add-all-to-cart {
	line-height: 42px;
	height: 46px;
	padding: 0 25px;
	background: transparent;
	border: 2px solid #333;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'sofia_prosemibold', sans-serif;
	text-transform: uppercase;
}
button.famibt-add-all-to-cart:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-product-title {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	min-height: inherit;
	margin: 10px 0 5px;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-price {
	color: #333;
	font-family: 'sofia_promedium', sans-serif;
	font-size: 16px;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
	border: none;
	padding: 0;
}
div.famibt-wrap .famibt-item {
	color: #000;
}
.famibt-wrap .famibt-item label {
	font-weight: 400;
}
div.famibt-wrap .famibt-item .famibt-price {
	color: #f33c3c;
	font-size: 16px;
}
.famibt-wrap ins {
	color: #f33c3c;
}
.famibt-wrap .woocommerce-error, .famibt-wrap .woocommerce-info, .famibt-wrap .woocommerce-message {
	padding: 10px 0 12px;
	margin: 0 0 30px;
	background: #fff;
	border: none;
	z-index: 1;
}
.famibt-messages-wrap {
	margin-top: -40px;
	position: relative;
	min-height: 50px;
}
.famibt-messages-wrap::before {
	content: "";
	border-bottom: 2px solid #e5e5e5;
	width: 9999999em;
	left: -50%;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.famibt-messages-wrap a.button.wc-forward {
	background: #333;
	color: #fff;
	line-height: 28px;
	height: 28px;
	border-radius: 3px;
	font-size: 13px;
	font-family: 'sofia_prolight', sans-serif;
}
.famibt-messages-wrap a.button.wc-forward:hover {
	background: #f33c3c;
	color: #fff;
}
div.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
	z-index: 9;
	margin-left: -20px;
}
.famibt-wrap .famibt-products-wrap div.famibt-product img {
	width: 100%;
}
.famibt-right-part span.woocommerce-Price-amount.amount {
	font-size: 20px;
}
@media (max-width: 767px) {
	div.famibt-wrap {
		padding: 30px 20px;
		margin: 15px 0;
	}
	.famibt-right-part {
		padding: 40px 0 0;
	}
	.famibt-right-part::before,
	.famibt-right-part::after {
		display: none;
	}
}
/* .famisp-sales-popup-wrap */
div.famisp-sales-popup-wrap {
	z-index: 9999;
}
div.famisp-sales-popup-wrap .famisp-product-thumb {
	margin-right: 15px;
}
.famisp-sales-popup-wrap .famisp-sales-popup {
	line-height: 24px;
}
div.famisp-sales-popup-wrap .famisp-sales-popup .famisp-close {
	line-height: 18px;
}
div.famisp-sales-popup-wrap .famisp-sales-popup {
	line-height: 20px;
	padding: 10px 30px 10px 10px;
	font-size: 13px;
}
div.famisp-sales-popup-wrap .famisp-product-thumb {
	margin-right: 15px;
	width: 60px;
}
div.famisp-sales-popup-wrap .famisp-product-name {
	font-size: 13px;
}
div.famisp-sales-popup-wrap {
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/*Extend Single Product*/
.has-extend .cize-iconbox {
	text-align: center;
	padding: 30px;
	background: #f3f7fb;
	margin-bottom: 20px;
}
.has-extend .desc {
	font-size: 14px;
	color: #909297;
}
.has-extend .icon > span {
	font-size: 45px;
	color: #000;
}
.has-extend .icon > span.flaticon-delivery-truck {
	font-size: 54px;
}
.has-extend h4.title {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'sofia_prosemibold', sans-serif;
	margin: 10px 0;
}
.product-extend-horizontal > div {
	padding: 20px;
}
.product-extend-horizontal {
	display: flex;
	width: 100%;
}
.has-extend .product-extend-horizontal .cize-iconbox {
	margin-bottom: 0;
	margin-top: 20px;
}
.has-extend .img-extend {
	z-index: 2;
	position: relative;
	display: inline-block;
}
.has-extend .img-extend::before {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	z-index: 1;
}
.has-extend .img-extend::after {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	transition: transform 0.4s linear 0s;
	-o-transition: -o-transform 0.4s linear 0s;
	-webkit-transition: -webkit-transform 0.4s linear 0s;
	z-index: 1;
}
.has-extend .img-extend:hover::before,
.has-extend .img-extend:hover::after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
@media (min-width: 1200px) {
	.summary .cart .single_add_to_cart_button {
		min-width: 200px;
	}
}
@media (max-width: 1199px) {
	.woocommerce-Tabs-panel {
		margin-top: 40px;
	}
}
/* product gallery*/
.cize-product-single-gallery {
	margin: -8px;
}
.cize-product-single-gallery .cize-product-gallery__image {
	width: 50%;
	float: left;
	padding: 8px;
}
.cize-product-single-gallery .cize-product-gallery__image img {
	border: 1px solid #f2f3f6;
	border-radius: 3px;
}
/* product slider large*/
.cize-product-slider-large .cize-product-gallery__image {
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.cize-product-slider-large .owl-nav > div {
	color: #232529;
	width: 46px;
	height: 46px;
	border: 1px solid #e4e6ec;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 44px;
}
.cize-product-slider-large .owl-nav .owl-prev {
	left: 18px;
}
.cize-product-slider-large .owl-nav .owl-next {
	right: 18px;
}
.cize-product-slider-large .owl-dots .owl-dot {
	width: 25px;
	height: 2px;
	background-color: #bdbdbe;
}
.cize-product-slider-large .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	margin: 0;
}
.cize-product-slider-large .owl-dots .owl-dot.active {
	background-color: #303236;
}
/*Shop*/
.main-container {
	position: relative;
}
.categories-product-woo .product-grid {
	margin-bottom: 40px;
}
.panel-categories {
	top: -56px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
.panel-categories .panel-categories-inner {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	padding: 39px 77px 30px 77px;
}
.panel-categories .panel-categories-inner > a {
	font-family: sofia_promedium, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 9px;
	margin: 0 25px;
	display: inline-block;
}
.panel-categories .panel-categories-inner > a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 2px solid #f33c3c;
	transition: 0.25s;
}
.panel-categories .panel-categories-inner > a.current-product-cat:before {
	width: 100%;
}
.panel-categories .panel-categories-inner > a:hover::before {
	width: 100%;
}
@media (max-width: 1199px) {
	.panel-categories {
		position: static;
		margin-bottom: 20px;
	}
	.panel-categories .panel-categories-inner {
		padding: 0;
		margin: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.panel-categories .panel-categories-inner > a {
		display: inline-block;
	}
	.panel-categories .panel-categories-inner > a:first-child,
	.panel-categories .panel-categories-inner > a:last-child {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.boxed-wrap .shop-page .page-title {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.panel-categories {
		display: none;
	}
}
.part-filter-wrap .filter-toggle,
.part-filter-wrap .filter-toggle-button {
	color: #ffffff;
	width: 109px;
	height: 50px;
	background-color: #f33c3c;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: sofia_promedium, sans-serif;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}
.pagination-type-infinite .part-filter-wrap .filter-toggle {
	position: static
}
.toolbar-products .part-filter-wrap .filter-toggle::before,
.toolbar-products .part-filter-wrap .filter-toggle-button::before {
	content: "+";
	font-size: 20px;
}
.part-filter-wrap .filter-toggle > i {
	display: none;
}
.part-filter-wrap .filter-toggle:hover {
	background-color: #000000;
}
.part-total-product {
	float: left;
	display: inline-block;
}
.part-acrion-right-wrap {
	float: right;
	overflow: hidden;
	margin-right: 112px;
}
.part-total-product span {
	color: #000000;
}
.toolbar-products .part-acrion-right-wrap .filter-ordering {
	display: inline-block;
	width: 219px;
	height: 50px;
	background-color: #fff;
	border-radius: 3px;
}
.toolbar-products .part-acrion-right-wrap .filter-ordering .fami-woocommerce-ordering select {
	width: 100%;
	height: 50px;
	border: none;
	font-size: 16px;
}
@media (max-width: 1199px) {
	.part-total-product {
		display: none;
	}
}
@media (max-width: 991px) {
	.part-acrion-right-wrap {
		float: left;
		margin-right: 0;
	}
	.part-acrion-right-wrap {
		float: left;
	}
	.toolbar-products .part-filter-wrap {
		float: right;
		display: inline-block;
		overflow: hidden;
		text-align: right;
		width: 109px;
	}
	.toolbar-products .part-filter-wrap .filter-toggle-button {
		position: static;
		line-height: 40px;
		height: 40px;
	}
	.toolbar-products .part-acrion-right-wrap .filter-ordering {
		float: none;
		margin: 0;
	}
	div .part-products-size-wrap {
		float: none;
		display: inline-block;
	}
}
@media (max-width: 480px) {
	.part-acrion-right-wrap {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.toolbar-products .part-filter-wrap {
		float: none;
		width: 100%;
		text-align: center;
	}
}
/* Products Filter */
.prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	background: #fff;
	padding: 30px 25px 0;
	box-shadow: 0 3px 45px rgba(0, 0, 0, .06);
	margin: 15px 0 20px;
	border-radius: 3px;
	z-index: 1;
}
.prdctfltr_filter span.prdctfltr_title_selected {
	display: none;
}
.shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_filter_title {
	display: none;
}
.products-size svg {
	-webkit-transition: .5s;
	transition: .5s;
	width: 18px;
	height: 18px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	stroke: #9f9f9f;
	stroke-width: 0;
	fill: #9f9f9f;
}
.products-size.active svg, .products-size:hover svg {
	stroke: #f33c3c;
	fill: #f33c3c;
}
.no-banner .toolbar-products.toolbar-top {
	border-top: 1px solid #dfdfdf;
}
.has-sidebar .toolbar-products.toolbar-top {
	width: 100%;
	margin: 0;
}
.toolbar-products.toolbar-top {
	display: table;
	width: 100%;
	padding: 0 0 5px;
	line-height: 40px;
	margin: 0;
	position: relative;
}
.prdctfltr_topbar {
	display: inline;
	font-weight: 400;
	font-size: 14px;
}
.prdctfltr_topbar > span:before {
	display: none;
}
a.filter-toggle-button:hover, a.filter-toggle-button.active {
	background-color: #000000;
}
a.display-mode {
	width: 22px;
	overflow: hidden;
	display: inline-block;
	height: 16px;
	font-size: 0;
	position: relative;
	opacity: 0.4;
}
a.display-mode.active, a.display-mode:hover {
	opacity: 1;
}
.grid-mode a.display-mode::before {
	content: "";
	width: 16px;
	position: absolute;
	left: 0;
	height: 16px;
	background-position: 0 0;
}
.list-mode a.display-mode::before {
	content: "";
	width: 22px;
	position: absolute;
	left: 0;
	height: 16px;
	background-position: -24px 0;
}
.toolbar-products.toolbar-products-mobile {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
.part-filter-wrap {
	float: left;
	width: 100%;
}
.part-cats-list-wrap {
	width: calc(100% - 220px);
	text-align: left;
	float: left;
}
.toolbar-products ul.category-filter {
	text-align: left;
}
.part-products-size-wrap {
	float: right;
	min-width: 110px;
	text-align: right;
	line-height: 42px;
}
.part-filter-wrap + .part-cats-list-wrap ul.category-filter {
	text-align: center;
}
.toolbar-products .category-filter li:first-child {
	margin-left: 0;
}
.toolbar-products .category-filter li:last-child {
	margin-right: 0;
}
.toolbar-products .filter-ordering {
	float: right;
}
.fami-woocommerce-ordering select.orderby {
	width: calc(100% + 20px);
	border: none;
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	color: #868686;
}
.shop-prdctfltr-filter-wrap {
	margin-bottom: 20px;
}
.products-size:hover::before, .products-size.active::before {
	opacity: 1;
}
/*Filter price*/
.widget_price_filter form {
	margin-top: 44px;
	overflow: visible;
}
.price_label {
	color: #868686;
	float: left;
	font-size: 12px;
}
.price_slider_amount .button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #000000;
	color: #000000;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: 600;
	height: 26px;
	line-height: 24px;
	padding: 0 10px;
	text-transform: uppercase;
}
div.price_slider.ui-slider-horizontal {
	border: medium none;
	height: 3px;
}
.ui-slider-horizontal .ui-slider-range {
	background: #000000;
}
div.price_slider.ui-slider-horizontal {
	background: #cccccc;
	border: medium none;
	height: 3px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle:last-child {
	margin-left: -10px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
	background: rgba(0, 0, 0, 0);
	border: medium none;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	top: -24px;
	width: 11px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-handle::before {
	content: "\F0d7";
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px;
}
.price_slider_amount {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.price_slider_amount .button:hover, .price_slider_amount .button:focus {
	background-color: #f33c3c;
	border: 2px solid #f33c3c;
	color: #ffffff;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: default;
	height: 1.2em;
	position: absolute;
	width: 1.2em;
	z-index: 2;
}
.ui-slider .ui-slider-range {
	background-position: 0 0;
	border: 0 none;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.6em;
	top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	height: 100px;
	width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-bottom: -0.6em;
	margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/* ==========================================================================
   7.9 WIDGET SHOP
========================================================================== */
/* Products Filter Sidebar*/
#widget-area .prdctfltr-widget .prdctfltr_wc {
	position: relative;
	padding: 0;
	margin: 0;
}
#widget-area .prdctfltr_wc.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	padding: 0;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
}
#widget-area .shop-sidebar div.widget.prdctfltr-widget {
	border: none;
	margin: 0;
}
#widget-area .widget .prdctfltr_checkboxes label:not(.screen-reader-text) {
	width: auto;
}
#widget-area .prdctfltr-widget div[data-filter="product_cat"] .prdctfltr_add_scroll {
	margin: 0;
}
#widget-area .prdctfltr-widget div[data-filter="product_cat"] label {
	padding-bottom: 12px;
	color: #232529;
	margin-bottom: 7px !important;
	margin-top: 7px !important;
}
#widget-area .prdctfltr-widget div[data-filter="product_cat"] label:last-child {
	padding-bottom: 0;
	border: none;
}
#widget-area .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label > span::before {
	display: none;
}
#widget-area .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label > i::before {
	content: "+";
	margin: 0 0 0 20px;
	font-family: 'sofia_promedium', sans-serif !important;
	float: right;
	font-size: 20px;
	background: transparent;
}
#widget-area .prdctfltr_checkboxes .prdctfltr-plus {
	padding: 0;
	text-align: center;
}
#widget-area .prdctfltr_wc.prdctfltr_round .prdctfltr_filter[data-filter="product_cat"] label.prdctfltr_clicked > i::before {
	content: "-";
}
#widget-area .prdctfltr_filter[data-filter="product_cat"] .widgettitle .prdctfltr_widget_title i {
	border-top: 2px solid;
	width: 25px;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 10px;
	align-items: center;
	height: 20px;
	margin-top: 5px;
}
#widget-area .prdctfltr_filter[data-filter="product_cat"] .widgettitle .prdctfltr_widget_title i:before {
	width: 12px;
	content: "";
	border-bottom: 2px solid;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
}
#widget-area .prdctfltr_filter[data-filter="product_cat"] .widgettitle .prdctfltr_widget_title i:after {
	content: "";
	width: 20px;
	border-bottom: 2px solid;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 6px;
}
#widget-area .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	padding-bottom: 0;
	margin: 0;
}
#widget-area .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span {
	top: 0;
}
#widget-area .prdctfltr-widget .prdctfltr_add_scroll.prdctfltr_down {
	margin-bottom: 0;
	padding-top: 4px;
}
#widget-area .prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	display: inline-block;
}
#widget-area div label .prdctfltr_customize_block {
	margin: 0 2px 0 0;
}
#widget-area .prdctfltr_cat .pf-help-title .widgettitle {
	display: none;
}
#widget-area .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	background-color: #fff;
	margin-bottom: 22px;
	padding: 15px 25px 20px;
	border-radius: 3px;
}
#widget-area .prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_add_scroll {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
#widget-area .prdctfltr_checkboxes .prdctfltr_sub {
	margin-top: -8px;
	padding-bottom: 8px;
	margin-left: 0;
	position: relative;
}
#widget-area .prdctfltr_checkboxes .prdctfltr_sub::before {
	content: '';
	border-left: 1px solid #e4e6ec;
	position: absolute;
	top: -8px;
	left: 0;
	height: calc(100% - 14px);
}
body #widget-area .prdctfltr_checkboxes .prdctfltr_sub > label {
	padding-left: 18px;
	position: relative;
	margin: 0 !important;
	line-height: 24px;
	color: inherit;
	padding-bottom: 4px;
}
body #widget-area .prdctfltr_checkboxes .prdctfltr_sub > label > span {
	font-size: 16px;
}
#widget-area .prdctfltr_checkboxes .prdctfltr_sub > label::before {
	content: '';
	border-bottom: 1px solid #e4e6ec;
	width: 12px;
	position: absolute;
	top: 10px;
	left: 0;
}
.prdctfltr_description-moved .prdctfltr_description {
	color: #909297;
	font-size: 16px !important;
	margin-top: 15px;
}
.prdctfltr_description-moved .prdctfltr_description > span {
	color: #232529;
	font-size: 20px;
}
.prdctfltr_description-moved .prdctfltr_add_scroll {
	margin-bottom: 5px;
}
.prdctfltr_description-moved .pf_rngstyle_flat .irs {
	height: 25px;
}
.prdctfltr_description-moved.pf_rngstyle_flat .irs-line,
.prdctfltr_description-moved.pf_rngstyle_flat .irs-bar {
	top: 35px;
}
/*WOOF_Widget*/
.icheckbox_flat-purple,
.iradio_flat-purple {
	width: 10px;
	height: 10px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #d1d1d1 !important;
	background: none !important;
}
.WOOF_Widget .woof_container li .icheckbox_flat-purple.hover,
.WOOF_Widget .woof_container li .iradio_flat-purple.hover,
.icheckbox_flat-purple.checked,
.iradio_flat-purple.checked {
	background: #f33c3c 0 0 !important;
	border: 1px solid #f33c3c !important;
}
.WOOF_Widget .woof_container .icheckbox_flat-purple.checked ~ label,
.WOOF_Widget .woof_container .iradio_flat-purple.checked ~ label,
.WOOF_Widget .woof_container li label.hover,
.WOOF_Widget .woof_container li label.hover {
	color: #f33c3c;
}
.icheckbox_flat-purple input[type=checkbox],
.iradio_flat-purple input[type=radio] {
	margin: 0;
}
.WOOF_Widget .woof_redraw_zone > .woof_container {
	margin-bottom: 47px;
}
.WOOF_Widget .woof_redraw_zone > .woof_container.woof_container_size {
	margin-bottom: 10px;
}
.WOOF_Widget .woof_container {
	padding-bottom: 0;
	margin-bottom: 0;
}
.WOOF_Widget .woof_container h4 {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-top: -8px;
	margin-bottom: 12px;
}
.WOOF_Widget .woof_container ul {
	padding-left: 0;
}
.WOOF_Widget .woof_container li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 30px !important;
	border: none !important;
}
.WOOF_Widget .woof_container label {
	width: auto !important;
	color: #a9a9a9;
	font-weight: normal;
	line-height: 32px;
	padding: 0;
	margin: 0 !important;
}
.WOOF_Widget .woof_container .woof_childs_list {
	margin: 0 !important;
	padding-left: 17px;
}
.woof_reset_search_form {
	float: none !important;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.woof_info_popup {
	font-size: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.woof_info_popup::before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
	content: "\f110";
	font-size: 80px;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
}
@media (max-width: 991px) {
	#widget-area {
		padding-top: 40px;
	}
	.widget-cize-instagram .content-instagram .item img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#widget-area {
		padding-top: 30px;
	}
}
/*Extra sidebar product*/
.cize-single-container.container-extend .container {
	width: 1642px;
}
.cize-single-container.container-extend-large .container {
	width: 1680px;
}
.product-col-left {
	width: 80.5%;
	float: left;
	padding-right: 40px;
}
.product-col-right {
	width: 19.5%;
	float: right;
}
@media (max-width: 991px) {
	.product-col-left {
		width: 100%;
		padding-right: 0;
	}
	.product-col-right {
		width: 100%;
		float: none;
		display: inline-block;
	}
}
@media (max-width: 767px) {
	body.single-product .single-left {
		width: 100%;
		margin-bottom: 15px;
		margin-top: 20px;
	}
}
/*offcanvas sidebar shop*/
.offcanvas_sidebar .widget-shop-wrap {
	position: fixed;
	height: 100vh;
	transform: translateX(-100%);
	transition: transform .3s ease-in-out;
	top: 0;
	left: 0;
	z-index: 100;
}
.offcanvas_sidebar.active .widget-shop-wrap {
	transform: translateX(0);
}
.offcanvas_sidebar .widget-shop-inner {
	display: block;
	background: #fff;
	padding: 0 15px 15px;
	max-width: 380px;
	position: relative;
	height: 100vh;
	overflow-y: auto;
}
.admin-bar .offcanvas_sidebar .widget-shop-wrap {
	top: 32px;
}
.main-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 99;
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
}
.offcanvas_sidebar.active .main-widget-overlay {
	opacity: 0.6;
	visibility: visible;
}
.offcanvas_sidebar .widget-shop-inner .widget_media_image {
	margin-bottom: 40px;
	display: none;
}
@media (max-width: 480px) {
	.offcanvas_sidebar .widget-shop-inner {
		width: 300px;
	}
}
/*Contact us*/
.cize-title.style-03 .block-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 30px;
}
.cize-title.style-03 .block-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border: 1px solid #f33c3c;
}
.contact-form-container .contact-label {
	margin-bottom: 15px;
	display: inline-block;
}
.contact-form-container .wpcf7-form-control-wrap input {
	height: 60px;
	line-height: 60px;
	margin-bottom: 18px;
	border-radius: 3px;
}
@media (max-width: 1499px) {
	.contact-form-container .wpcf7-form-control-wrap input {
		height: 50px;
		line-height: 50px;
	}
}
.contact-form-container .contact-submit .wpcf7-submit {
	width: 195px;
	height: 50px;
	border-radius: 3px;
}
.cize-map-info .map-title {
	font-size: 24px;
	margin: 0 0 15px 0;
}
.cize-map-info .map-field {
	font-size: 14px;
	margin-bottom: 10px;
}
.gm-style .gm-style-iw-c {
	padding: 20px;
}
/*With background shop*/
.main-product .with_background .product-top-inner {
	position: relative;
}
.main-product .with_background .product-top-inner::before {
	content: '';
	position: absolute;
	top: -1000px;
	bottom: 0;
	left: 50%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f2f2f2;
	z-index: 1;
}
.cize-single-container:not(.container-extend) .product-top-inner > .container {
	padding-left: 0;
	padding-right: 0;
}
.main-product .with_background .flex-viewport {
	width: calc(100% - 119px);
	float: right;
	border: none;
}
.cize-content-single-product-mobile .with_background .flex-viewport {
	width: 100%;
}
.main-product .with_background .flex-control-nav {
	width: 119px;
	float: left;
}
.main-product .with_background .flex-control-nav li {
	width: 100%;
}
.main-product .with_background .single-left img {
	filter: brightness(0.95);
	border: 1px solid transparent;
}
.main-product .with_background .flex-control-nav li .flex-active {
	border: 1px solid #e4e6ec;
	border-radius: 2px;
}
.main-product .with_background .cart .quantity,
.main-product .with_background .summary .yith-wcwl-add-to-wishlist,
.main-product .with_background .summary .compare {
	background-color: #ffffff;
	border-color: transparent;
}
.sc-button {
	font-family: sofia_promedium, sans-serif;
	position: relative;
	padding-bottom: 4px;
	overflow: hidden;
	display: inline-block;
}
.sc-button::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.sc-button: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;
}
/*Shortcode Demo */
.cize-demo.style-02 .demo-inner {
	display: table;
	width: 100%;
}
.cize-demo.style-02 .demo-left {
	width: 50%;
	vertical-align: middle;
	display: table-cell;
	padding-right: 40px;
}
.cize-demo.style-02.content-left .demo-left {
	padding-right: 0;
	padding-left: 40px;
	float: right;
}
.cize-demo.style-02 .demo-right {
	width: 50%;
	vertical-align: middle;
	display: table-cell;
	padding-left: 40px;
}
.cize-demo.style-02.content-left .demo-right {
	padding-right: 40px;
	padding-left: 0;
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.cize-demo.style-02 .demo-title {
	font-size: 40px;
	font-family: 'sofia_prolight', sans-serif;
	position: relative;
	padding-bottom: 27px;
	margin: 0 0 22px 0;
}
.cize-demo.style-02 .demo-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	border-bottom: 1px solid #f33c3c;
}
.cize-demo.style-02 .demo-des {
	margin-bottom: 28px;
}
.cize-demo.style-02 .demo-des strong {
	color: #232529;
	font-weight: 500;
}
.cize-demo.style-02 .demo-button {
	position: relative;
	padding-bottom: 8px;
	overflow: hidden;
	display: inline-block;
}
.cize-demo.style-02 .demo-button::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.cize-demo.style-02 .demo-button: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;
}
.cize-demo.style-03 {
	text-align: center;
}
.cize-demo.style-03 .demo-des {
	font-size: 40px;
	line-height: 1;
	color: #232529;
	font-family: sofia_prolight, sans-serif;
	margin-bottom: 55px;
}
.cize-demo.style-03 .demo-des strong {
	font-family: sofia_proregular, sans-serif;
}
@media (max-width: 1199px) {
	.cize-demo.style-02 .demo-title {
		font-size: 30px;
		padding-bottom: 17px;
		margin: 0 0 12px 0;
	}
	.cize-demo.style-02 .demo-des {
		margin-bottom: 14px;
	}
	.cize-demo.style-02 .demo-left {
		padding-right: 20px;
	}
	.cize-demo.style-02 .demo-right {
		padding-left: 20px;
	}
	.cize-demo.style-03 .demo-des {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.cize-title.style-01 .block-title {
		font-size: 30px;
		padding-bottom: 19px;
		margin: 0 0 19px 0;
	}
}
@media (max-width: 767px) {
	.cize-demo.style-02 .demo-left {
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding: 0;
	}
	.cize-demo.style-02 .demo-right {
		width: 100%;
		display: block;
		padding: 0;
	}
	.cize-demo.style-02 .demo-title {
		font-size: 24px;
		padding-bottom: 7px;
		margin: 0 0 5px 0;
	}
	.cize-demo.style-03 .demo-des {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.cize-title.style-01 .block-title {
		font-size: 24px;
		padding-bottom: 9px;
		margin: 0 0 9px 0;
	}
	.cize-demo.style-02.content-left .demo-left {
		padding: 0;
		display: inline-block;
		float: none;
	}
	.cize-demo.style-02.content-left .demo-right {
		position: static;
		padding: 0;
		transform: translateY(0);
	}
}
body .prdctfltr_hierarchy_circle .prdctfltr_checkboxes i.prdctfltr-plus::before {
	content: '+' !important;
	font-family: 'sofia_promedium', sans-serif !important;
	font-size: 20px !important;
}
body .prdctfltr_hierarchy_circle .prdctfltr_checkboxes .prdctfltr_clicked i.prdctfltr-plus::before {
	content: '-' !important;
}
.entry-summary .wcml-dropdown-click {
	display: none;
}
/*==========================================================================
    3.3 MOBILE MENU
========================================================================== */
header.site-header.site-header-mobile {
	background: #fff;
	position: relative;
	z-index: 9999999;
}
.site-header-mobile .header-content::before {
	content: "";
	border-bottom: 1px solid #e7e7e7;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}
.site-header-mobile .header-content {
	display: inline-block;
	z-index: 100000;
	position: relative;
	width: 100%;
}
.main-header.header-mobile > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.main-header.header-mobile {
	display: table;
	width: 100%;
}
.header-mobile .header-right {
	padding-top: 7px;
	padding-right: 10px;
	color: #000;
	position: relative;
	text-align: right;
	top: 2px;
}
.cize-minicart {
	margin-left: 10px;
}
.header-mobile .cize-minicart {
	margin-right: 27px;
}
.header-mobile .logo {
	text-align: center;
	position: relative;
	top: 2px;
}
header.header-mobile .search-field {
	width: 100%;
}
header.site-header-mobile form.search-form {
	display: block;
	width: 100%;
	position: relative;
	padding: 15px;
}
header.site-header-mobile div.search-icon {
	display: none;
}
.site-header-mobile .header-search-box {
	width: 100%;
}
header.site-header-mobile form.search-form .search-field {
	width: 100%;
	border-radius: 30px;
	line-height: 46px;
	border: none;
	height: 46px;
	color: #868686;
	padding: 0 20px 0 50px;
	background: #f8f8f8;
}
.site-header-mobile .search-fields {
	position: relative;
}
.site-header-mobile .search-fields .reset-instant-search-wrap {
	position: absolute;
	right: 15px;
	top: 6px;
}
header.site-header-mobile form.search-form .search-submit {
	width: 50px;
	position: absolute;
	top: 0;
	font-size: 18px;
	font-weight: 600;
	height: 46px;
	line-height: 40px;
	text-align: center;
	left: 0;
	color: #000;
	padding: 0;
	background: transparent;
}
header.site-header-mobile form.search-form .search-close {
	display: none;
}
.site-header-mobile .search-results-croll {
	top: calc(100% + 10px);
	width: 100%;
	z-index: 11;
	height: auto !important;
}
.site-header-mobile .container-search .price del {
	line-height: 12px;
}
.site-header-mobile .container-search .woocommerce-Price-amount.amount {
	font-size: 15px;
}
.scrollbar-macosx > .scroll-element.scroll-y {
	z-index: 11;
	opacity: 0;
}
.scrollbar-macosx:hover > .scroll-element.scroll-y {
	opacity: 1;
}
.hamburger {
	padding: 15px 0 0;
	display: inline-block;
	cursor: pointer;
	height: 34px;
	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:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 27px;
	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: 27px;
	height: 2px;
	background-color: #000;
	border-radius: 3px;
	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: 27px;
}
.hamburger-inner::after {
	bottom: -16px;
	width: 27px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before {
	width: 30px;
}
/*
* 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 {
	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.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;
	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);
}
/*
* 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-mibile-overlay {
	content: "";
	background: rgba(18, 21, 26, 0.8);
	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: 0;
	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: #ffffff;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1000000;
}
.box-mobile-menu-open .box-mobile-menu,
.box-mobile-menu-open .body-overlay {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.real-mobile-show-menu .body-overlay {
	left: 0;
}
.box-mobile-menu-inner {
	height: 100%;
}
.box-mobile-menu .box-inner {
	height: -webkit-calc(100% - 45px);
	height: -moz-calc(100% - 45px);
	height: calc(100% - 45px);
	overflow: hidden;
}
.box-mobile-menu .box-title {
	display: none;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	padding: 12px 0 10px 5px;
	letter-spacing: 0.1em;
	line-height: 24px;
	margin-left: 45px;
	margin-right: 45px;
}
.box-mobile-menu > span.box-title {
	display: block !important;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	margin: 0;
	font-size: 15px;
	text-align: center;
	background-color: #f3f3f3;
}
.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: inline-block;
	padding-left: 40px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
	font-family: 'sofia_promedium', sans-serif;
}
.box-mobile-menu .back-menu {
	position: relative;
	display: none;
	height: 45px;
	width: 45px;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #e6e6e6;
	display: none !important;
}
.box-mobile-menu .back-menu:hover,
.box-mobile-menu .close-menu:hover {
	color: #f33c3c;
}
.box-mobile-menu .back-menu::before {
	content: '';
	position: absolute;
	top: 23px;
	left: 14px;
	margin: auto;
	display: block;
	width: 18px;
	border-bottom: 2px solid;
}
.box-mobile-menu .back-menu::after {
	content: '';
	position: absolute;
	top: 20px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	left: 13px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.box-mobile-menu .close-menu::before, .box-mobile-menu .close-menu::after {
	border-bottom: 2px 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);
}
.box-mobile-menu .menu-item-has-children .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 {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f105";
	font-size: 18px;
	color: #545454;
}
.box-mobile-menu .main-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.box-mobile-menu .main-menu .menu-item {
	display: block;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 8px 40px 8px 15px;
	color: #111111;
}
.box-mobile-menu .main-menu .menu-item.active > a {
	color: #f33c3c;
}
.box-mobile-menu .main-menu .menu-item:hover > a {
	color: #f33c3c;
}
.box-mobile-menu .main-menu .menu-item > .toggle-submenu {
	top: 0;
	right: 0;
	color: #111111;
}
.box-mobile-menu .main-menu .menu-item:hover > .toggle-submenu::before {
	color: #f33c3c;
}
.box-mobile-menu .main-menu .menu-item > .toggle-submenu::before {
	content: '\f105';
}
.box-mobile-menu .main-menu .menu-item-for-wish-list a {
	padding: 18px 20px !important;
	line-height: 12px;
	width: 100%;
}
.box-mobile-menu .main-menu .menu-item-for-wish-list .icon {
	float: right;
	text-align: center;
	width: 50px;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.box-mobile-menu .main-menu .menu-item-for-wish-list .icon::before {
	font-family: 'flaticon', sans-serif;
	font-weight: 400;
	content: "\f10c";
	font-size: 19px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency > div {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin: 0;
	border: none;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency > div.wcml_currency_switcher {
	top: -2px;
}
.box-mobile-menu .main-menu .currency-language {
	display: inline-block;
	position: relative;
	top: 0;
	width: 100%;
	padding: 0;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency li {
	overflow: visible;
	width: 100%;
	position: relative;
	padding: 0;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency li a {
	width: 100%;
	line-height: 36px;
	padding: 0 15px;
	border-color: #e1e1e1;
	border-radius: 0;
	font-size: 12px;
}
.box-mobile-menu .main-menu .dropdown.open > .submenu {
	display: block;
	border: none;
	background: #f9f9f9;
}
.box-mobile-menu .main-menu li.menu-item.item-lang-currency span.screen-reader-text {
	clip: auto;
	clip-path: inherit;
	height: auto;
	width: auto;
	font-size: 12px;
}
.box-mobile-menu .main-menu .wcml-dropdown-click > ul {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
	line-height: 36px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: 36px;
}
.box-mobile-menu .main-menu .submenu .vc_row .wpb_column {
	padding: 10px;
	width: 100% !important;
}
.box-mobile-menu .main-menu .submenu > .menu-item:last-child {
	border-bottom: none;
}
.box-mobile-menu .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.box-mobile-menu .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 10px !important;
}
.box-mobile-menu .custom-header07 .vc_row {
	padding: 0 !important;
}
.box-mobile-menu .custom-header07 .vc_row .wpb_column {
	width: 50%;
	padding: 10px;
}
.box-mobile-menu .cize-custommenu .widgettitle {
	padding-top: 5px;
	margin-bottom: 15px;
	padding-right: 0;
	margin-left: 0;
}
.box-mobile-menu .nav-tabs > li > a {
	padding-bottom: 20px;
}
header .box-mobile-menu .custom-header07 {
	background: transparent !important;
}
/*body-overlay*/
.body-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	background-color: rgba(18, 21, 26, 0.8);
	z-index: 999999;
	transition: opacity 0.3s linear, opacity 0.3s linear;
	-o-transition: opacity 0.3s linear, visibility 0.3s linear;
	-webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
}
.box-mobile-menu .main-menu .menu-item .submenu > .toggle-submenu {
	left: 0;
	z-index: 9999;
}
/* MENU MOBILE */
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
	left: 0 !important;
	z-index: 101;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .megamenu {
	max-width: inherit !important;
}
.box-mobile-menu .toggle-submenu {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.box-mobile-menu .toggle-submenu::before {
	display: block;
}
.box-mobile-menu .submenu .submenu .toggle-submenu {
	display: none;
}
.box-mobile-menu .main-menu .submenu {
	list-style: none;
	display: none;
	padding: 0;
	position: static;
	top: 0 !important;
	max-width: inherit !important;
	left: 0;
	bottom: 0;
	width: 100% !important;
	z-index: 0;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
}
.box-mobile-menu .main-menu .submenu.lang-submenu {
	display: block;
}
.box-mobile-menu .main-menu .cize-custommenu {
	float: left;
	display: inline-block;
	width: 100%;
}
.box-mobile-menu .main-menu .menu-item {
	display: inline-block;
	position: static;
	float: left;
	overflow: hidden;
	width: 100%;
}
.box-mobile-menu .main-menu > .menu-item.item-lang-currency:last-child {
	border-bottom: none;
	padding: 20px 0;
}
.box-mobile-menu .main-menu .menu-item.item-logo {
	display: none;
}
.box-mobile-menu .main-menu .cize-custommenu .menu-item {
	border: none;
}
.box-mobile-menu .main-menu > .menu-item:last-child .menu-item:last-child {
	border-bottom: none;
}
.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;
	position: relative;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 12px 0;
	font-size: 18px;
}
.real-mobile-show-menu .box-mobile-menu .main-menu > .menu-item > a {
	font-size: 16px;
}
.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;
}
.show-submenu > span.toggle-submenu {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.box-mobile-menu .main-menu .submenu:not(megamenu) li li a {
	padding-left: 60px;
}
.box-mobile-menu .main-menu .submenu:not(megamenu) li a {
	padding-left: 40px;
	font-size: 16px;
}
/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
footer.footer.wp-default {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #e4e6ec;
}
a.backtotop {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	font-size: 20px;
	background-color: #f33c3c;
	position: fixed;
	bottom: 150px;
	right: 34px;
	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: 100;
	overflow: hidden;
}
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: 100;
	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: 1024px) {
	a.backtotop {
		bottom: 100px;
	}
}
.fb_iframe_widget iframe {
	z-index: 99 !important;
}
/* ==========================================================================
6.0 BANNER + BREADCRUMBS + WDGET +PAGINATION
========================================================================== */
/* ==========================================================================
6.1 BANNER AND TITLE PAGE
========================================================================== */
.main-container {
	padding-bottom: 60px;
	padding-top: 90px;
}
.single-post .main-container {
	padding-top: 40px;
}
@media (max-width: 1366px) {
	.main-container {
		padding-bottom: 70px;
		padding-top: 70px;
	}
}
@media (max-width: 1199px) {
	.main-container {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.main-container {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.cize-is-real-mobile .main-container {
		padding-top: 0;
	}
}
body.search .toolbar-products.toolbar-top {
	padding-bottom: 43px;
}
body.search .main-product .prdctfltr_wc .prdctfltr_filter_title {
	display: none;
}
/* ==========================================================================
6.3 WIDGET THEME
========================================================================== */
.left-sidebar .main-content {
	float: right;
}
#widget-area .widget:not(:last-child) {
	margin-bottom: 35px;
}
#widget-area .widget.prdctfltr-widget:not(:last-child) {
	margin-bottom: 0;
}
#widget-area .widgettitle {
	font-size: 22px;
	font-family: 'sofia_promedium', sans-serif;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e4e6ec;
	position: relative;
	margin-top: -3px;
	z-index: 1;
}
#widget-area .widgettitle.widget_search,
#widget-area .widget_tag_cloud {
	margin-bottom: 32px;
}
#widget-area .widget_tag_cloud {
	
}
#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,
#widget-area .widget > ol {
	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: 6px;
	border-bottom: none;
}
#widget-area .widget ul li {
	list-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 24px;
	color: #232529;
}
#widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
#widget-area .widget ul li .count {
	color: #232529;
}
#widget-area .widget p:last-child {
	margin-bottom: 0;
}
/*widget_categories*/
.widget_categories ul li a {
	position: relative;
	padding-left: 16px;
}
.widget_categories ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #ced2d9;
	border-radius: 50%;
}
.widget_categories ul li a:hover::before {
	background-color: #f33c3c;
}
/*.widget_search*/
.widget_search .searchform {
	position: relative;
}
.widget_search .searchform input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none;
	background-color: #f5f6f8;
	border-radius: 4px;
	padding-right: 85px;
}
.widget_search .searchform button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 4px 4px 0;
	width: 79px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}
.widget_search .searchform button:hover {
	background-color: #f33c3c;
}
/*.cize_latest_posts_widget*/
.cize_latest_posts_widget li:not(:last-child) {
	margin-bottom: 8px;
}
.cize_latest_posts_widget .item-photo {
	float: left;
	max-width: 79px;
	margin-right: 15px;
	border-radius: 3px;
	overflow: hidden;
}
.cize_latest_posts_widget .item-photo img {
	border-radius: 3px;
	-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;
}
.cize_latest_posts_widget li:hover .item-photo 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);
}
.cize_latest_posts_widget .item-detail {
	overflow: hidden;
}
.cize_latest_posts_widget .item-detail .item-athur {
	margin-bottom: 2px;
	margin-top: -4px;
}
.cize_latest_posts_widget .item-detail .item-athur a:not(:hover) {
	color: #a7acb5;
}
.cize_latest_posts_widget .item-name {
	line-height: 1.2;
}
/*cize_socials_list_widget*/
#widget-area .widget.cize_socials_list_widget {
	margin-bottom: 30px;
}
.cize_socials_list_widget .social {
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 6px;
	height: 46px;
	width: 46px;
	font-size: 17px;
	line-height: 46px;
	border-radius: 50%;
	background-color: #232529;
	color: #fff;
	text-align: center;
	position: relative;
}
.cize_socials_list_widget .social::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 50%;
	-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;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0;
	visibility: hidden;
	background-color: #f33c3c;
}
.cize_socials_list_widget .social:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.cize_socials_list_widget .social i {
	position: relative;
}
/*.cize_newsletter_widget*/
.cize_newsletter_widget {
	border: 5px solid #232529;
	padding: 39px 13px 50px;
	position: relative;
}
#widget-area .widget.cize_newsletter_widget {
	margin-bottom: 45px;
}
.cize_newsletter_widget::before {
	content: "\f107";
	font-family: Flaticon, sans-serif;
	width: 54px;
	height: 47px;
	line-height: 45px;
	background-color: #ffffff;
	color: #000000;
	position: absolute;
	left: 50%;
	top: -26px;
	transform: translateX(-50%);
	text-align: center;
	font-size: 28px;
}
.cize_newsletter_widget .newsletter-subtitle {
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.cize_newsletter_widget input {
	width: 100%;
	border: none;
	border-bottom: 2px solid #232529;
	padding: 0;
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	text-align: center;
}
.cize_newsletter_widget button {
	background-color: #f33c3c;
	min-width: 128px;
	height: 39px;
	line-height: 37px;
	border-radius: 39px;
	font-family: 'sofia_promedium', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 21px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.cize_newsletter_widget button::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 7px;
	font-size: 18px;
	-webkit-transition: margin 0.25s ease 0s;
	-moz-transition: margin 0.25s ease 0s;
	-o-transition: margin 0.25s ease 0s;
	transition: margin 0.25s ease 0s;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.cize_newsletter_widget button:hover::after {
	margin-left: 12px;
}
/*.widget_cize_instagram*/
#widget-area .widget.widget_cize_instagram {
	margin-bottom: 40px;
}
.widget_cize_instagram .cize-instagram-widget {
	margin-left: -5px;
	margin-right: -5px;
}
.widget_cize_instagram .cize-instagram-widget .item {
	float: left;
	width: 33.3333333%;
	padding: 5px;
}
.widget_cize_instagram .cize-instagram-widget .item a {
	display: block;
	border-radius: 3px;
	overflow-y: hidden;
	position: relative;
}
.widget_cize_instagram .cize-instagram-widget .item a::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: 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_cize_instagram .cize-instagram-widget .item a:hover::before {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
	.widget_search .searchform input,
	.widget_search .searchform button {
		height: 50px;
		line-height: 50px;
	}
	#widget-area .widgettitle {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#widget-area .widget:not(:last-child) {
		margin-bottom: 25px;
	}
	.cize_latest_posts_widget .item-detail .item-athur {
		margin-top: -1px;
	}
}
/* ==========================================================================
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;
	padding-right: 10px;
}
.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 9px 6px 0;
	background-color: #fff;
	border-radius: 3px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #333333;
}
.comments-pagination,
.post-pagination,
.pagination {
	display: inline-block;
	width: 100%;
}
.pagination {
	margin: 55px 0 0 0;
}
.comments-pagination {
	padding-top: 45px;
}
.post-pagination {
	margin-top: 20px;
}
.woocommerce-pagination {
	text-align: center;
	margin-top: 40px;
}
.woocommerce-pagination ul {
	padding-left: 0;
	list-style: none;
}
.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination li .page-numbers.current {
	background-color: #232529;
	color: #ffffff !important;
	border-color: #232529;
}
.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: #909297;
	display: inline-block;
	min-width: 43px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	position: relative;
	line-height: 41px;
	height: 43px;
	border: 1px solid #d8dce6;
	background-color: #fff;
	margin: 0 6px 6px 0;
	border-radius: 3px;
	font-family: sofia_promedium, sans-serif;
}
.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: #232529;
	border-color: #232529;
}
.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) {
	.pagination {
		margin: 35px 0 0 0;
	}
}
@media (max-width: 767px) {
	.pagination {
		margin: 20px 0 10px 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: #f33c3c;
}
.cize-products.loading .loadmore-product {
	pointer-events: none;
	cursor: wait;
}
.cize-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,
.shop-bg .main-content {
	background-color: #f0f1f4;
}
.shop-bg .main-content > div {
	background-color: #f0f1f4;
	position: relative;
	z-index: 2;
}
.shop-bg .drawer_sidebar .main-content {
	-webkit-transition: padding-left 0.25s ease 0s;
	-moz-transition: padding-left 0.25s ease 0s;
	-o-transition: padding-left 0.25s ease 0s;
	transition: padding-left 0.25s ease 0s;
	width: 100% !important;
}
.shop-bg .drawer_sidebar:not(.active) .drawer_sidebar_elem {
	height: auto !important;
}
.shop-bg .drawer_sidebar.active .main-content {
	padding-left: 350px;
}
.shop-bg .drawer_sidebar .widget-shop-wrap {
	position: absolute;
	margin-right: 0;
	width: 320px !important;
	margin-left: 10px;
	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;
}
.shop-bg .drawer_sidebar.active .widget-shop-wrap {
	opacity: 1;
	visibility: visible;
}
ul.products li.product-category:nth-child(4n+1) {
	clear: left;
}
.shop-bg .row {
	margin-left: -10px;
	margin-right: -10px;
}
.shop-bg ul.products > [class^="col-"],
.shop-bg ul.products > [class*=" col-"],
.shop-bg .row > [class^="col-"],
.shop-bg .row > [class*=" col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 992px) {
	.tax-product_cat .row > .col-md-3.sidebar,
	.shop-bg .row > .col-md-3.sidebar {
		width: 24%;
	}
	.tax-product_cat .row > .col-md-9.main-content,
	.shop-bg .row > .col-md-9.main-content {
		width: 76%;
	}
}
@media (min-width: 1200px) {
	.tax-product_cat .row > .col-lg-3.sidebar,
	.shop-bg .row > .col-lg-3.sidebar {
		width: 24%;
	}
	.tax-product_cat .row > .col-lg-9.main-content,
	.shop-bg .row > .col-lg-9.main-content {
		width: 76%;
	}
}
ul.products .product-item {
	padding-bottom: 30px;
}
.shop-bg ul.products .product-item {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
ul.products {
	list-style: none;
	padding-left: 0;
}
ul.products li.product-category {
	width: 25%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
ul.products li.product-category .count {
	background-color: transparent;
}
ul.products li.product-category a {
	display: block;
	padding: 15px 15px;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
}
ul.products li.product-category a h2 {
	font-size: 20px;
}
ul.products li.product-category:nth-child(4n+1) {
	clear: left;
}
@media (max-width: 1199px) {
	ul.products li.product-category {
		width: 33.3333333%;
	}
	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;
	}
}
/* ==========================================================================
   8.1 PRODUCT TOOLBAR
========================================================================== */
.product-toolbar {
	position: relative;
	width: auto;
	max-width: 100%;
	padding: 0 130px;
	margin: 15px 0;
	z-index: 3;
}
.single-product .product-toolbar {
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-toolbar-wrap {
	position: relative;
}
.single .product-toolbar.product-big::before {
	content: "";
	background: #f8f8f8;
	position: absolute;
	top: -9999em;
	left: -9999em;
	bottom: 0;
	right: -9999em;
	z-index: -1;
}
nav.woocommerce-breadcrumb {
	font-size: 14px;
	font-family: 'sofia_promedium', sans-serif;
}
nav.woocommerce-breadcrumb a {
	margin: 0 3px;
	color: #666666;
}
nav.woocommerce-breadcrumb a:hover {
	color: #f33c3c;
}
.product-toolbar .breadcrumb-trail {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 24px;
}
.product-toolbar .breadcrumb-trail .trail-items {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.product-toolbar .breadcrumb-trail .breadcrumb > li + li::before {
	content: '\f105';
	display: inline-block;
	font-family: Fontawesome, sans-serif;
	margin: 5px;
	color: #666666;
}
.product-toolbar .post-navigation {
	position: absolute;
	right: 0;
	top: 3px;
}
.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	background: #f8f8f8;
	margin: 0 0 25px;
	padding: 50px 60px 20px 80px;
}
.shop-prdctfltr-filter-wrap .prdctfltr_wc {
	margin-bottom: 20px;
}
.product-toolbar .post-navigation .nav-links a {
	position: relative;
	font-size: 23px;
	display: block;
	z-index: 1;
	color: #000;
}
.product-toolbar .post-navigation .nav-links a:hover {
	color: #000000;
}
.product-toolbar .post-navigation .nav-links a .arrow {
	display: inline-block;
	width: 18px;
	height: 12px;
}
.product-toolbar .post-navigation .nav-links a .arrow::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 18px;
	border-bottom: 1px solid;
}
.product-toolbar .post-navigation .nav-links a .arrow::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 18px;
	border-bottom: 1px solid;
}
.product-toolbar .post-navigation .nav-links a .arrow::after {
	content: '';
	position: absolute;
	top: 2px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.product-toolbar .post-navigation .nav-links .nav-previous a .arrow::after {
	left: 0;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.product-toolbar .post-navigation .nav-links .nav-next a .arrow::after {
	left: 10px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.toolbar-products .category-filter {
	list-style: none;
	padding-left: 0;
	margin: 0;
	text-align: center;
}
.toolbar-products .category-filter li {
	display: inline-block;
	margin: 0 17px;
	position: relative;
	overflow: hidden;
}
.toolbar-products .category-filter li a {
	font-family: 'sofia_promedium', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
	position: relative;
	padding-bottom: 8px;
}
.toolbar-products .category-filter li a::before {
	border-bottom: 1px solid #f33c3c;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.toolbar-products .category-filter li.active a,
.toolbar-products .category-filter li a:hover {
	color: #f33c3c;
}
.toolbar-products .category-filter li.active a::before,
.toolbar-products .category-filter li a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
div.prdctfltr_wc {
	width: 100%;
	margin-bottom: 0;
}
.main-product .prdctfltr_wc .prdctfltr_filter_title {
	margin-bottom: 25px;
}
.main-product .product-item.style-3 .product-inner {
	height: auto !important
}
span.prdctfltr_title_selected {
	background-color: #f33c3c;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	border-radius: 20px;
	padding: 0 17px 0 17px;
	margin: 20px 10px 0 0;
}
span.prdctfltr_reset-clone {
	background-color: #000000;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	border-radius: 20px;
	padding: 0 17px 0 17px;
	margin: 20px 10px 0 0;
	cursor: pointer;
	transition: 0.5s;
}
span.prdctfltr_reset-clone:hover {
	background-color: #f33c3c;
}
span.prdctfltr_title_selected a {
	color: inherit;
	line-height: 20px;
}
span.prdctfltr_title_selected:hover {
	color: #fff;
	background: #000;
}
.reset-filter-product {
	line-height: 28px;
	background: #000;
	color: #fff;
	height: 30px;
	margin: 0 10px;
	padding: 0 23px;
	border-radius: 15px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
}
.prdctfltr_woocommerce .prdctfltr_filter {
	margin-bottom: 20px;
}
.main-product .prdctfltr_woocommerce .prdctfltr_filter {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span {
	color: inherit;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
	margin-right: 12px;
}
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	padding: 0;
	border-radius: 50%;
	border: 1px double #dddddd;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 12px;
	vertical-align: middle;
	box-sizing: content-box;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span,
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span {
	color: #f33c3c;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::before,
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover > span::before {
	background: #f33c3c;
	border: 1px double #f33c3c;
	color: #f33c3c;
	height: 11px;
	width: 11px;
}
div.prdctfltr_wc .mCS_no_scrollbar > div, div.prdctfltr_wc .mCS_no_scrollbar > div > div {
	overflow: hidden !important;
}
div.prdctfltr_filter .prdctfltr_regular_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	font-family: 'sofia_prosemibold', sans-serif;
	position: relative;
}
.prdctfltr_filter .prdctfltr_regular_title::before {
	content: "";
	width: 35px;
	border-top: 1px solid #f33c3c;
	position: absolute;
	display: inline-block;
	margin-right: 10px;
	left: 0;
	bottom: 0;
}
div .prdctfltr_customize_block .prdctfltr_customize_color {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	border-radius: 50%;
}
label .prdctfltr_customize_block {
	padding: 4px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 50%;
}
div label .prdctfltr_customize_block {
	padding: 4px;
	border: none;
}
div label .prdctfltr_customize_block {
	border: 1px solid transparent;
	padding: 2px;
}
div label:hover .prdctfltr_customize_block {
	border: 1px solid #222;
}
label.prdctfltr_active .prdctfltr_customize_block {
	border-width: 1px !important;
}
.prdctfltr_wc .prdctfltr_buttons {
	margin-top: 20px;
	padding: 0 10px 0;
	text-align: center;
}
.enable-shop-page-mobile .shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_buttons {
	margin-top: 0;
}
div .prdctfltr_wc .prdctfltr_buttons span {
	vertical-align: top;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label {
	display: inline-block;
	margin: 0;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span {
	color: #909297;
	font-family: 'sofia_prosemibold', sans-serif;
	border: 2px solid #b0b0b0;
	border-radius: 50%;
	width: 46px;
	display: inline-block;
	height: 46px;
	text-align: center;
	margin: 0 10px 10px 0;
	font-size: 14px;
	line-height: 42px;
	padding: 0;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::before {
	display: none !important;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_active > span,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_hover:hover > span {
	color: #000;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single .prdctfltr_ft_none > span {
	font-size: 10px;
	text-transform: uppercase;
}
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label:hover > span,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label.prdctfltr_active > span {
	border-color: #000;
	color: #000;
}
div.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::after,
.prdctfltr_filter.prdctfltr_attributes.prdctfltr_pa_size.prdctfltr_single label > span::before {
	display: none;
}
div.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	height: 40px;
	display: inline-block;
}
div.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover {
	color: #f33c3c;
}
body .prdctfltr_filter label {
	color: #909297;
}
body .prdctfltr_filter.prdctfltr_text label {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	font-weight: normal;
	font-size: 16px;
}
.prdctfltr_wc div.prdctfltr_buttons {
	padding: 0 10px 25px;
}
.prdctfltr_woocommerce_filter_submit,
.prdctfltr_sale,
.prdctfltr_instock {
	background: #000;
	color: #fff;
	line-height: 44px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
}
.prdctfltr_woocommerce.pf_default a.prdctfltr_woocommerce_filter_submit {
	margin-right: 6px;
}
.prdctfltr_wc.prdctfltr_wc_regular div.prdctfltr_buttons label {
	margin: 0;
}
.prdctfltr_wc div.prdctfltr_buttons label {
	margin: 0 !important;
}
.prdctfltr_wc div.prdctfltr_buttons label,
.prdctfltr_wc div.prdctfltr_buttons span {
	color: #fff;
	line-height: 44px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons > span:not(:last-child) {
	margin-bottom: 10px;
}
.prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span {
	background: #000;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	top: -1px;
	height: 40px;
	letter-spacing: 0;
	border-radius: 40px;
}
#widget-area .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span {
	margin-bottom: 22px;
}
.prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span::before {
	display: none;
}
.prdctfltr_woocommerce_filter_submit:hover, .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset span:hover, .prdctfltr_sale:hover,
.prdctfltr_instock:hover {
	background: #f33c3c;
	color: #ffffff;
}
.prdctfltr_wc .prdctfltr_filter_title {
	font-size: 0;
}
.prdctfltr_wc .prdctfltr-bars::before {
	content: "" !important;
	font-family: Flaticon, sans-serif !important;
}
div.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
	font-size: 0;
	margin: 0;
}
/*Filter category images*/
.prdctfltr_sc .products {
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}
.prdctfltr_sc .products li {
	list-style: none;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
}
.prdctfltr_sc h2.woocommerce-loop-category__title {
	font-size: 16px;
	margin: 20px 0;
}
.prdctfltr_sc.hide-cat-thumbs .product-category img.fami-img {
	display: none !important;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover {
	color: #f33c3c;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {
	font-family: 'sofia_promedium', sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a6a6a6;
	position: relative;
	padding-bottom: 5px;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title::before {
	border-bottom: 1px solid #f33c3c;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title:hover::before, .prdctfltr_sc.hide-cat-thumbs .product-categoryh2.woocommerce-loop-category__title.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.prdctfltr_sc.hide-cat-thumbs .product-category h2.woocommerce-loop-category__title {
	letter-spacing: 0.2em;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.prdctfltr_sc .product-info {
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
	text-align: left;
}
.prdctfltr-pagination-load-more.woocommerce-pagination {
	margin: 40px 0 0 0;
}
@media (max-width: 767px) {
	.prdctfltr-pagination-load-more.woocommerce-pagination {
		margin: 10px 0 0 0;
	}
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button {
	padding: 0 15px;
	line-height: 50px;
	height: 50px;
	min-width: 169px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'sofia_promedium', sans-serif;
	background: #232529;
	color: #fff;
	border-radius: 3px;
}
.prdctfltr-pagination-load-more:not(.prdctfltr-ignite) .button:hover {
	background: #f33c3c;
	color: #fff;
}
/*Price range*/
.pf_rngstyle_flat .irs-from,
.pf_rngstyle_flat .irs-to {
	cursor: pointer !important;
}
.pf_rngstyle_flat .irs-from::before,
.pf_rngstyle_flat .irs-to::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	cursor: pointer !important;
}
div.pf_rngstyle_flat .irs-from::after, div.pf_rngstyle_flat .irs-to::after, div.pf_rngstyle_flat .irs-single::after {
	border-top-color: #f33c3c;
}
div.pf_rngstyle_flat .irs-single {
	background: #f33c3c;
	display: none;
}
div.pf_rngstyle_flat .irs-bar {
	height: 3px;
	border-radius: 3px;
	background: #f33c3c;
}
div.pf_rngstyle_flat .irs-line {
	height: 3px;
}
div.pf_rngstyle_flat .irs-slider {
	content: "";
	height: 12px;
	width: 12px;
	border: 2px solid #f33c3c;
	background: #fff;
	border-radius: 50%;
	top: 20px;
}
/*arrow*/
.product-toolbar .post-navigation .nav-links > div::before {
	content: "";
	height: 20px;
	right: -5px;
	border-left: 1px solid #d6d6d6;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.product-toolbar .post-navigation .nav-links > div:last-child::before {
	display: none;
}
.product-toolbar .post-navigation .nav-links > div {
	display: inline-block;
	position: relative;
}
.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_buttons label {
	font-family: 'sofia_promedium', sans-serif;
}
.product-toolbar .nav-links > div > a:hover .img-thumb-nav {
	opacity: 1;
	visibility: visible;
}
.img-thumb-nav {
	border: 2px solid #eaeaea;
	display: inline-block;
	margin-top: 20px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
	visibility: hidden;
	width: 100px;
	z-index: 2;
}
.img-thumb-nav::before {
	border-bottom: 13px solid #eaeaea;
	border-left: 13px solid rgba(0, 0, 0, 0);
	border-right: 0 solid #eaeaea;
	content: "";
	position: absolute;
	right: 10px;
	top: -14px;
}
.product-toolbar .nav-links > div > a {
	border-radius: 50%;
	color: #898989;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 28px;
	position: relative;
	text-align: center;
	width: 30px;
	padding-right: 1px;
}
.product-toolbar .nav-links > div {
	float: left;
}
.product-toolbar .nav-links > div.nav-next {
	float: right;
	margin-left: 10px;
}
/* Shop/Products page on real mobile */
.toolbar-products-mobile .cat-item a::before,
.real-mobile-toolbar.toolbar-products-shortcode .cat-item a::before {
	border-bottom: 1px solid;
	content: "";
	position: absolute;
	left: 0;
	opacity: 0;
	bottom: 0;
	right: 0;
}
.toolbar-products-mobile .cat-item, .real-mobile-toolbar.toolbar-products-shortcode .cat-item {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'sofia_promedium', sans-serif;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 3px;
}
.toolbar-products-mobile .cat-item a, .toolbar-products-shortcode .cat-item a {
	color: #999999;
	margin-right: 25px;
	position: relative;
	display: block;
}
.toolbar-products-mobile .cat-item.active a::before, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a::before {
	opacity: 1
}
.toolbar-products-mobile .cat-item.active, .toolbar-products-mobile .cat-item.active a,
.real-mobile-toolbar.toolbar-products-shortcode .cat-item.active, .real-mobile-toolbar.toolbar-products-shortcode .cat-item.active a {
	color: #f33c3c;
}
.category-filter-mobile.owl-carousel .owl-nav > div, .category-filter-mobile.owl-carousel:hover .owl-nav > div {
	opacity: 1;
	right: -13px;
	width: 26px;
	font-size: 20px;
	height: 30px;
	top: 0;
	line-height: 32px;
	transform: none;
	background: #fff;
}
.category-filter-mobile.owl-carousel .owl-nav > div.owl-prev {
	right: -45px;
	left: auto;
}
.category-filter-mobile.owl-carousel .owl-nav > div.owl-next {
	right: -70px;
}
.category-filter-mobile.owl-carousel .owl-nav > .owl-next.disabled,
.category-filter-mobile.owl-carousel .owl-nav > .owl-prev.disabled {
	color: #cecece;
}
.toolbar-products.toolbar-products-mobile .part-filter-wrap .filter-toggle-button {
	line-height: 20px;
	height: 20px;
}
.toolbar-products.toolbar-products-mobile .part-filter-wrap .filter-toggle::before,
.toolbar-products.toolbar-products-mobile .part-filter-wrap .filter-toggle-button::before {
	display: none;
}
.toolbar-products-mobile .actions-wrap {
	display: inline-block;
	width: 100%;
	border: 1px solid #dbdbdb;
	line-height: 20px;
	padding: 12px 0;
}
.toolbar-products-mobile .part-filter-wrap .filter-toggle:hover {
	background-color: transparent;
}
.toolbar-products-mobile.toolbar-products .part-filter-wrap {
	display: block !important;
}
.action-mini a.filter-toggle-button {
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	text-transform: uppercase;
	background: transparent;
	line-height: 20px;
	font-family: 'sofia_prosemibold', sans-serif;
}
.action-mini .fami-woocommerce-ordering select.orderby {
	width: calc(100% + 20px);
	border: none;
	font-size: 12px;
	display: inline-block;
	padding: 0;
	letter-spacing: 1px;
	line-height: 20px;
	height: 20px;
	font-family: 'sofia_prosemibold', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.action-mini form.fami-woocommerce-ordering {
	width: 120px;
	max-width: calc(100% - 20px);
	display: inline-block;
	position: relative;
	border: none;
	background-position: calc(100% - 10px) center;
}
.action-mini {
	height: 20px;
	width: 50%;
	line-height: 20px;
	float: left;
	border-right: 1px solid #dbdbdb;
}
.action-mini:last-child {
	border-right: 0 solid #dbdbdb;
}
.action-layout-item.part-wrap {
	float: left;
	margin-left: 15px;
}
.action-layout .list-mode a.display-mode::before {
	background: none;
	content: "\f131";
	font-family: Flaticon, sans-serif;
}
.action-layout .grid-mode a.display-mode::before {
	background: none;
	content: "\f130";
	font-family: Flaticon, sans-serif;
}
.action-layout {
	float: right;
	padding-right: 5px;
	margin-top: 5px;
}
.action-layout-item.part-wrap {
	float: left;
	margin-left: 15px;
	line-height: 16px;
}
.action-layout a.display-mode {
	width: 16px;
	font-size: 16px;
	height: 16px;
}
.action-layout a.display-mode.flaticon-lists {
	width: 20px;
	font-size: 21px;
	position: relative;
	line-height: 50px;
	height: 20px;
	top: -2px;
}
.toolbar-products-mobile .part-cats-list-wrap, .toolbar-products-shortcode.real-mobile-toolbar .part-cats-list-wrap {
	float: none;
	width: auto;
	overflow-x: visible;
	padding-right: 60px;
}
.toolbar-products-shortcode.real-mobile-toolbar .category-filter {
	padding-left: 30px;
}
div .row.mobile-shop-real {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 15px;
}
.cize-is-real-mobile .info-top {
	margin: 0;
}
.cize-is-real-mobile .shop-bg .main-content > div {
	position: static
}
.enable-shop-page-mobile .shop-page .products-list svg {
	display: none;
}
.enable-shop-page-mobile .shop-page .products-size.products-list {
	height: 5px;
	width: 15px;
	position: relative;
	display: inline-block;
	color: #999999;
	margin: 0 5px;
	border-top: 2px solid;
}
.enable-shop-page-mobile .shop-page .products-size.products-list::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid;
	top: -8px;
	left: 0;
	width: 100%;
}
.enable-shop-page-mobile .shop-page .products-size.products-list::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid;
	width: 100%;
	left: 0;
	bottom: -3px;
}
.enable-shop-page-mobile .shop-page a.products-size.products-list.active {
	color: #f33c3c;
}
.prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering, .prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
	z-index: 100000 !important;
}
.enable-shop-page-mobile .product-list .product-inner {
	border: none;
}
.enable-shop-page-mobile .shop-page .product-info {
	height: auto !important;
}
.enable-shop-page-mobile .prdctfltr_wc.prdctfltr_mobile {
	margin-bottom: 0;
}
.enable-shop-page-mobile .shop-page .product-inner .product-title {
	color: #000;
	margin-bottom: 5px;
	line-height: 16px;
}
.wc-prdctfltr-active header.site-header.site-header-mobile,
.variable_mobile_show header.site-header.site-header-mobile {
	z-index: 2;
}
.enable-shop-page-mobile .shop-prdctfltr-filter-wrap {
	margin-bottom: 0;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 9999999;
	width: 360px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	overflow-y: auto;
	transition: transform 0.4s linear 0s;
	bottom: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	overflow-x: hidden;
}
@media (max-width: 991px) {
	.prdctfltr_columns_4 .prdctfltr_filter {
		width: 100% !important;
	}
	body .prdctfltr_filter.prdctfltr.prdctfltr_pa_brand_text label:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	.product-toolbar .post-navigation .nav-links > div::before {
		display: none;
	}
}
.enable-shop-page-mobile.wc-prdctfltr-active .shop-prdctfltr-filter-wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.enable-shop-page-mobile .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	width: 100% !important;
}
.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
	display: block !important;
}
.enable-shop-page-mobile .shop-prdctfltr-filter-wrap .prdctfltr_wc .prdctfltr_filter_title {
	display: inline-block;
	padding: 15px 20px 5px;
	margin: 0;
	width: 100%;
}
.enable-shop-page-mobile form.prdctfltr_woocommerce_ordering {
	height: auto !important;
	padding: 20px !important;
	box-shadow: none !important;
}
.enable-shop-page-mobile span.prdctfltr_showing::before {
	content: "\f112";
	font-family: Flaticon, sans-serif;
	font-size: 16px;
	color: #000;
}
.enable-shop-page-mobile span.prdctfltr_showing {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 0;
	position: absolute;
	text-align: center;
	line-height: 40px;
	left: 10px;
	cursor: pointer;
	top: 8px;
}
.enable-shop-page-mobile .prdctfltr_wc .prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
	max-width: inherit;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-family: 'sofia_prosemibold', sans-serif;
	display: inline-block;
	color: #000;
	padding: 0 0 0 40px;
}
.enable-shop-page-mobile span.prdctfltr_title_selected {
	background: #f33c3c;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	border-radius: 20px;
	padding: 0 12px;
	margin: 5px 5px 5px 0;
}
.enable-shop-page-mobile .prdctfltr_regular_title span.prdctfltr_title_selected {
	display: none;
}
.enable-shop-page-mobile.wc-prdctfltr-active .body-overlay {
	opacity: 1;
	visibility: visible;
}
.enable-shop-page-mobile .prdctfltr_wc div.prdctfltr_buttons label,
.enable-shop-page-mobile .prdctfltr_wc div.prdctfltr_buttons span {
	width: 100%;
}
.prdctfltr_wc div.prdctfltr_buttons > span {
	margin-right: 0;
}
.prdctfltr_wc div.prdctfltr_buttons > span:not(:last-child) {
	margin-bottom: 10px;
}
.enable-shop-page-mobile .prdctfltr_topbar {
	font-size: 13px;
}
.enable-shop-page-mobile .shop-page .product-inner .price {
	color: #f33c3c;
}
.enable-shop-page-mobile .product-list .product-inner .product-info .product-title a {
	font-size: 15px;
}
.enable-shop-page-mobile .shop-page .product-inner .add_to_cart_button,
.enable-shop-page-mobile .shop-page .product-inner .added_to_cart,
.enable-shop-page-mobile .shop-page .product-inner .product_type_variable,
.enable-shop-page-mobile .shop-page .product-inner .product_type_simple,
.enable-shop-page-mobile .shop-page .product-inner .product_type_external,
.enable-shop-page-mobile .shop-page .product-inner .product_type_grouped {
	display: none;
}
.enable-shop-page-mobile .shop-page div .row.products {
	margin-left: -10px;
	margin-right: -10px;
}
.enable-shop-page-mobile .banner-page.hero-banner-page {
	display: none
}
/* enable-shop-page-mobile Cart */
.enable-shop-page-mobile .woocommerce-page-headermid .title-page {
	font-size: 32px;
	text-align: center;
}
.enable-shop-page-mobile .woocommerce-page-headermid {
	text-align: left;
	padding: 20px 3px 0;
}
.enable-shop-page-mobile .show-search + .woocommerce-page-headermid {
	padding: 0;
}
.enable-shop-page-mobile .breadcrumb-trail.breadcrumbs {
	display: none;
}
.enable-shop-page-mobile .banner-page.no_background {
	min-height: 90px !important;
	margin: 0 !important;
}
.enable-shop-page-mobile .woocommerce-page-headermid .trail-items {
	padding: 0 3px;
	background-color: transparent;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a {
	display: inline-block;
	height: auto;
	background: transparent !important;
	line-height: 20px;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
	padding: 0 0 10px;
	text-align: center;
	position: relative;
	border-radius: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a:hover,
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover.active a {
	color: #f33c3c;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover.active a::before {
	opacity: 1;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover a::before {
	border-bottom: 1px solid;
	content: "";
	position: absolute;
	left: 0;
	opacity: 0;
	bottom: 0;
	right: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover {
	width: auto;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce-page-header {
	padding: 5px 0 5px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -10px;
	overflow-x: auto;
}
.enable-shop-page-mobile .woocommerce-page-header ul {
	padding: 0 0 3px;
	white-space: nowrap;
	text-align: center;
	min-width: 500px;
}
.shop_table_mobile th, .shop_table_mobile td {
	border-width: 1px 0;
	padding: 0;
}
.shop_table_mobile td.product-thumbnail > a {
	width: 88px;
	display: inline-block;
}
.shop_table_mobile input[type="text"] {
	border: 1px solid #dddddd;
	border-radius: 0 !important;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
}
.shop_table_mobile .product-info .quantity {
	font-size: 0;
	text-align: left;
}
.shop_table_mobile .cart .quantity .btn-number {
	width: 20px;
	height: 22px;
	line-height: 22px;
	top: 0;
	right: 8px;
}
.shop_table_mobile .cart .quantity .input-qty {
	width: 40px;
	height: 42px;
	font-size: 20px;
	line-height: 44px;
}
.shop_table_mobile .checkout.woocommerce-checkout p {
	margin-bottom: 15px;
}
.prdctfltr_wc.prdctfltr_mobile {
	margin-bottom: 20px;
}
.sidebar .prdctfltr_wc .prdctfltr-bars::before {
	font-size: 0;
}
div .pf_ajax_loading .css-spinner-full-01::before {
	border-top-color: #000;
	border: none;
	background: url('assets/images/loadspin.png');
	background-size: cover;
}
.prdctfltr_woocommerce.pf_sidebar div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_right div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_css div.prdctfltr_close_sidebar,
.prdctfltr_woocommerce.pf_sidebar_css_right div.prdctfltr_close_sidebar {
	font-size: 14px;
	color: #000;
	padding: 14px 15px 10px;
}
.prdctfltr_mobile .prdctfltr_buttons > span {
	margin-bottom: 15px;
	width: 100%;
}
.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_mobile div.prdctfltr_buttons label,
.prdctfltr_wc.prdctfltr_mobile .prdctfltr_buttons .prdctfltr_reset span {
	width: 100%;
	margin: 0;
}
.enable-shop-page-mobile .checkout-before-top .woocommerce-info {
	margin: 0 0 30px;
}
@media (min-width: 360px) and (max-width: 767px) {
	.enable-shop-page-mobile .shop-page .products_list-size-3 .product-item {
		width: 100%;
	}
	.enable-shop-page-mobile .shop-page .owl-carousel .product-item {
		width: 100%;
	}
	.enable-shop-page-mobile .shop-page .product-inner .product-title {
		font-size: 14px;
	}
}
/* ==========================================================================
7.2 PRODUCT ITEM
========================================================================== */
.product-inner,
.product-thumb,
.thumb-link {
	position: relative;
}
.thumb-link {
	display: block;
}
.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: inherit;
}
.yith-wcqv-button::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f100";
	font-size: 20px;
	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 #yith-quick-view-content .summary .woocommerce-product-rating {
	margin-top: 0
}
#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(18, 21, 26, 0.8)
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	text-align: left;
	width: calc(100% - 30px) !important;
	max-width: 1100px;
	height: 563px !important;
	max-height: -webkit-calc(100% - 30px);
	max-height: -moz-calc(100% - 30px);
	max-height: calc(100% - 30px);
}
#yith-quick-view-modal .summary .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}
#yith-quick-view-modal .product_meta {
	margin-top: 0;
}
#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;
}
#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 .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}
#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;
	overflow-y: hidden;
	padding: 20px;
	border-radius: 3px
}
#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-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 11;
	font-size: 0;
	border: none;
}
#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: #232529;
}
#yith-quick-view-content div.images {
	width: 50%;
	float: left !important;
	opacity: 1 !important;
}
#yith-quick-view-content div.summary .summary-content {
	height: 100%;
}
#yith-quick-view-modal div.entry-summary {
	position: absolute;
	top: 30px;
	bottom: 20px;
	right: 0;
	padding: 0 30px;
	height: auto;
	width: 50%;
	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 {
	left: 10px;
	top: 10px;
	position: absolute;
}
.cize-quickview.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 119px;
	float: left;
	margin-top: -5px;
}
.cize-quickview .flex-viewport {
	width: calc(100% - 119px);
	float: right;
}
.cize-quickview.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 100%;
}
.cize-quickview.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li > img {
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.cize-quickview.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li > img.flex-active {
	border-color: #000000;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
@media (max-width: 767px) {
	.yith-wcqv-button {
		display: none !important;
	}
	body.admin-bar #yith-quick-view-modal {
		top: 46px;
	}
	#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: 10px;
	left: 10px;
	z-index: 1;
}
.onnew, .onsale {
	border-radius: 20px;
	color: #fff;
	display: table;
	font-size: 13px;
	font-family: 'sofia_prosemibold', sans-serif;
	height: 24px;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
}
.onnew {
	background-color: #2ECC71;
	text-transform: uppercase;
}
.onsale {
	background-color: #f33c3c;
}
.product-name {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 2px;
}
.product-name a:not(:hover) {
	color: inherit;
}
.price {
	display: inline-block;
	color: #909297;
	font-size: 20px;
	margin-bottom: 8px;
	vertical-align: top;
}
@media (max-width: 1024px) {
	.price {
		font-size: 16px;
	}
}
.price del {
	font-size: 16px;
}
.price ins {
	color: #f33c3c;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
.product-item .reset_variations {
	display: none !important;
}
.product-item .variations_form {
	top: 7px;
	right: 0;
	position: absolute;
	z-index: 3;
}
@media (max-width: 767px) {
	.product-item .variations_form {
		right: -7px;
	}
}
.product-item.style-3 .variations_form {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.product-item.style-1 .product-thumb img {
	border: 1px solid #e4e6ec;
}
.cize-products.style-1 .product-item.style-1 .product-thumb img {
	border: none;
}
.product-item .variations_form .data-val a {
	display: table;
}
.product-item .variations select {
	display: none;
}
.product-item .variations tr,
.product-item .variations td {
	border: none;
}
.product-item .variations td.value {
	padding: 0 8px;
}
.product-inner,
.product-thumb,
.thumb-link {
	position: relative;
	display: block;
}
.product-inner .product-second-figure {
	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 .product-second-figure {
	opacity: 1;
	visibility: visible;
}
/*addtocart*/
.add-to-cart {
	min-width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
}
.add-to-cart .tooltip {
	min-width: 50px;
}
.tooltip {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.add-to-cart a {
	font-size: 0;
	display: block;
	height: 46px;
}
.add-to-cart a:not(:hover) {
	color: inherit;
}
.add-to-cart a::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f102";
	font-size: 19px;
}
.add_to_cart_button.loading {
	cursor: wait;
}
.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: 21px;
	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: "\f114";
}
/*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: inherit;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.add_to_wishlist::before {
	font-family: 'flaticon', sans-serif;
	font-weight: normal;
	content: "\f10c";
	font-size: 19px;
}
.add_to_wishlist.loading {
	cursor: wait;
}
.add_to_wishlist.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: 19px;
	display: inline-block;
	vertical-align: middle;
}
.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: #f33c3c;
	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: 46px;
	height: 46px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.compare-button .compare {
	display: block;
}
.compare {
	display: inline-block;
	font-size: 0;
	text-align: center;
	height: 40px;
}
.compare:not(:hover) {
	color: inherit;
}
.compare::before {
	font-family: 'Flaticon', sans-serif;
	content: "\f11f";
	font-size: 20px;
}
.compare.added::before {
	font-family: 'Flaticon', sans-serif;
	font-size: 20px;
	content: "\f110";
}
.yith-wcqv-button .blockOverlay,
.compare .blockOverlay {
	opacity: 1 !important;
	border-radius: 50%;
	background: #f33c3c !important;
}
.yith-wcqv-button .blockOverlay::before,
.compare .blockOverlay::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: 21px;
	display: inline-block;
	vertical-align: middle;
}
/*.star-rating*/
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 86px;
	letter-spacing: 7px;
}
.star-rating::before,
.star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 12px;
	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: #cfcfcf;
}
.star-rating > span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #eebe19;
}
.rating-wapper {
	padding-bottom: 0;
	line-height: 1;
}
.rating-wapper .star-rating {
	display: inline-block;
}
.rating-wapper .review {
	vertical-align: top;
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	padding-left: 3px;
	color: #999999;
}
.product-item .variations .data-val a.color {
	display: table;
}
.product-item.style-3 .variations .data-val a.color {
	display: inline-block;
}
.product-item .variations .reset_variations {
	display: none !important;
}
/* ==========================================================================
8.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
8.5 SHOP TABLE
========================================================================== */
/*shop table empty*/
.wishlist-empty,
.cart-empty {
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 100px;
}
.return-to-shop {
	text-align: center;
	margin-bottom: 224px;
}
.return-to-shop .button {
	font-family: 'sofia_promedium', sans-serif;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #000000;
	min-width: 200px;
	border-radius: 3px;
}
.return-to-shop .button:hover {
	background-color: #f33c3c;
}
@media (max-width: 767px) {
	.return-to-shop .button {
		height: 50px;
		line-height: 50px;
	}
	
}
/*table shop*/
.product-name {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.product-name a:not(:hover) {
	color: inherit;
}
.product-price,
.product-subtotal {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
/*table account wishlist*/
.wishlist_table .yith-wcqv-button {
	display: none;
}
body .woocommerce table.shop_table {
	margin-bottom: 27px;
	border: none;
}
body table.shop_table tr th:last-child,
body table.shop_table tr td:last-child {
	border-right: 0;
}
body table.shop_table.wishlist_table tr th:first-child,
body table.shop_table.wishlist_table tr td:first-child {
	border-left: 1px solid #e7e7e7;
}
body table.shop_table.wishlist_table tr th:last-child,
body table.shop_table.wishlist_table tr td:last-child {
	border-right: 1px solid #e7e7e7;
}
body .woocommerce table.shop_table thead {
	background: transparent;
}
body .woocommerce table.shop_table thead th {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	background: transparent;
	padding: 15px 20px;
}
body .woocommerce table.shop_table thead th,
body .woocommerce table.shop_table tbody td {
	border-left: none;
	border-right: none;
	text-align: left;
	vertical-align: middle;
}
body .woocommerce table.shop_table th,
body .woocommerce table.shop_table td {
	padding: 25px 20px;
}
body .woocommerce table.shop_table .product-thumbnail {
	width: 150px;
	padding-left: 40px;
}
body .woocommerce table.shop_table .product-thumbnail a {
	display: inline-block;
}
body .woocommerce table.shop_table tr td.product-remove {
	padding-left: 10px;
	padding-right: 40px;
	width: 10px;
}
body .woocommerce table.shop_table tr td.product-remove a {
	font-size: 25px;
	color: #6f6f6f;
	display: inline-block;
	height: 25px;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove .remove {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 25px !important;
}
.product-remove .remove span {
	display: none;
}
body .woocommerce table.shop_table tr td.product-remove a:hover {
	color: #f33c3c;
}
body .woocommerce table.shop_table tr td.product-remove a .remove-text {
	display: none;
}
body .shop_table tr td.product-stock-status {
	width: 240px;
}
body .shop_table tr td.product-stock-status > span {
	font-family: 'sofia_promedium', sans-serif;
	display: inline-block;
	width: 200px;
	padding: 17px 15px;
	line-height: 21px;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a9a9a9 !important;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius: 3px;
}
body .woocommerce table.shop_table .product-add-to-cart {
	width: 190px;
}
body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
	font-family: 'sofia_promedium', sans-serif;
	width: 190px;
	margin: 0 auto;
	padding: 0 15px;
	height: 57px;
	line-height: 57px;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	background: #000000;
	text-align: center;
	border-radius: 3px;
}
body .woocommerce table.shop_table .product-add-to-cart .add_to_cart:hover {
	background: #f33c3c;
}
body .shop_table tr td.product-quantity {
	width: 240px;
}
.yith-wcwl-share {
	padding-left: 40px;
}
.wishlist_table td.product-price {
	white-space: nowrap;
}
.wishlist_table td.product-name {
	white-space: nowrap;
}
/*.actions*/
.actions-btn {
	text-align: right;
	margin-bottom: 19px;
	padding-right: 40px;
}
.actions-btn .button {
	min-width: 275px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	line-height: 58px;
	height: 56px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'sofia_prosemibold', sans-serif;
}
.actions-btn .shopping {
	min-width: 275px;
	height: 56px;
	line-height: 58px;
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin-left: 9px;
	border-radius: 3px;
	margin-right: 5px;
}
.actions-btn .shopping:hover {
	background-color: #f33c3c;
}
.actions .coupon {
	overflow: hidden;
	padding: 0 40px;
	margin-bottom: 53px;
	border-radius: 3px;
}
.actions .coupon label {
	font-size: 12px;
	line-height: 56px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'sofia_prosemibold', sans-serif;
	margin-bottom: 0;
	float: left;
}
.actions .coupon .input-text {
	float: left;
	border-color: #e5e5e5;
	width: -webkit-calc(100% - 377px);
	width: -moz-calc(100% - 377px);
	width: calc(100% - 377px);
	margin-left: 52px;
	margin-right: 15px;
	height: 56px;
	line-height: 54px;
}
.actions .coupon .button {
	display: block;
	float: left;
	width: 240px;
	font-size: 12px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	text-transform: uppercase;
	height: 56px;
	line-height: 56px;
}
.actions .coupon .button:hover {
	background-color: #f33c3c;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
	margin-bottom: 15px;
}
.woocommerce-shipping-calculator .form-row {
	margin-bottom: 15px;
}
.woocommerce-shipping-calculator #calc_shipping_state_field {
	margin-bottom: 0;
}
.woocommerce-shipping-calculator #calc_shipping_state_field .select2 {
	margin-bottom: 15px;
}
/*.cart-collaterals */
.cart-collaterals .cart_totals {
	border: 2px solid #e3e3e3;
	padding: 41px 40px 63px 40px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 40px;
}
.cart-collaterals .cart_totals h2 {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0;
	float: left;
	padding: 17px 20px 17px 0;
	margin-top: 0;
}
.cart-collaterals .cart_totals .shop_table {
	width: 100%;
	border: none;
	float: right;
}
.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
	border-width: 0 0 1px 0;
	padding: 17px 0;
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
.cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
	font-family: 'sofia_promedium', sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 33px;
	display: inline-block;
}
.cart-collaterals .cart_totals .shop_table .shipping-calculator-button::before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"] {
	display: none;
}
.cart-collaterals .cart_totals .shop_table .shipping label {
	font-weight: normal;
	margin-bottom: 0;
}
.cart-collaterals .cart_totals .shop_table .shipping label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	transition: all 0.3s;
}
.cart-collaterals .cart_totals .shop_table .shipping label:hover::before,
.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"]:checked + label::before {
	background: #000000;
	border-color: #000000;
}
.wc-proceed-to-checkout {
	float: right;
	width: 100%;
}
.wc-proceed-to-checkout .checkout-button {
	font-family: 'sofia_promedium', sans-serif;
	display: inline-block;
	height: 56px;
	line-height: 58px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0 40px;
	text-align: center;
	margin-top: 12px;
	border-radius: 3px;
}
.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #f33c3c;
}
/*Cookie*/
div#cookie-notice {
	min-width: 300px;
	max-width: 100%;
	width: 340px;
	font-size: 13px;
	line-height: 19px;
	left: 40px;
	bottom: 40px;
	text-align: left;
	padding: 20px;
}
div.cookie-notice-container {
	padding: 0;
	text-align: left;
	position: relative;
}
span#cn-notice-text {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
body #cookie-notice .cookie-notice-container a {
	color: #fff;
	background: none !important;
	border-bottom: 1px solid transparent;
	float: right;
	margin-left: 20px;
	border-radius: 0;
	padding: 0 0 2px 0;
	font-weight: 400;
	font-size: 14px;
	box-shadow: none;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie,
body #cookie-notice .cookie-notice-container #cn-refuse-cookie {
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	box-shadow: none;
	font-size: 13px;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
	color: #ccc;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie::after {
	content: "\f00c";
	font-weight: 400;
	font-family: FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-left: 5px;
}
/* 12.0 LOADING, POPUP */
.cssload-square {
	margin: 68px auto;
	width: 48px;
	height: 48px;
	transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
}
.cssload-square-blend {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	border: 2px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spinner .6s linear infinite;
}
.shop-page .main-content.loading::before {
	content: "";
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.shop-page .main-content.loading::after {
	content: url("assets/images/spin.svg");
	position: fixed;
	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%);
	z-index: 11;
}
/* ==========================================================================
   10.3 CHECKOUT
========================================================================== */
/*SELECT2 RESET*/
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 57px !important;
	line-height: 57px !important;
	margin: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 57px !important;
	padding-left: 20px;
	padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 57px !important;
}
.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;
}
.select2-dropdown {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;;
}
.select2-dropdown .select2-search .select2-search__field {
	background-color: #ffffff;
	padding: 0 16px;
	height: 57px;
	line-height: 57px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
.select2-results__option {
	padding: 0 20px;
	height: 57px;
	line-height: 57px;
}
.select2-dropdown .select2-result {
	color: #888888;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #f0f2f5;
	color: #000000;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	color: #000000;
}
/*required*/
.validate-required label .required {
	display: none;
}
.validate-required label::after {
	content: '*';
	font-size: 15px;
	color: #f33c3c;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	display: none;
}
.woocommerce-form__label-for-checkbox > span {
	display: inline-block;
}
.woocommerce-form__label-for-checkbox > span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	color: #e2e2e2;
	margin-right: 11px;
	margin-bottom: 3px;
	vertical-align: middle;
	transition: all 0.3s;
}
.woocommerce-form__label-for-checkbox:hover span::before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	font-family: FontAwesome, sans-serif;
	content: "\f00c";
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	color: #000;
	border-color: #000000;
}
/*.woocommerce-checkout*/
.checkout.woocommerce-checkout .input-text {
	width: 100%;
}
.checkout.woocommerce-checkout .input-text:not(textarea) {
	height: 56px;
	line-height: 54px;
}
.checkout.woocommerce-checkout label {
	font-weight: normal;
	margin-bottom: 11px;
}
.checkout.woocommerce-checkout p {
	margin-bottom: 40px;
}
.checkout.woocommerce-checkout .woocommerce-privacy-policy-text p {
	margin-bottom: 0;
}
.checkout.woocommerce-checkout .variation p {
	margin-bottom: 0;
}
.form-row-first,
.form-row-last {
	display: inline-block;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	overflow: visible;
}
.form-row-last {
	float: right;
}
#billing_phone_field,
#billing_email_field {
	width: 100%;
}
/*.checkout-before-top*/
.checkout-before-top {
	overflow: hidden;
}
.checkout-before-top .cize-checkout-login {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: left;
}
.checkout-before-top .cize-checkout-login ~ .cize-checkout-coupon {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: right;
}
.checkout-before-top .cize-checkout-login form.login {
	margin-bottom: 64px;
}
.checkout-before-top .cize-checkout-login form.login p:first-child {
	margin-bottom: 45px;
}
.login button.button {
	padding: 0 50px;
}
.login .woocommerce-form__label-for-checkbox {
	margin-top: 10px;
	margin-left: 15px;
}
.checkout-before-top .cize-checkout-login form.login p:nth-child(4) {
	margin-bottom: 0;
}
.checkout-before-top .cize-checkout-login form.login label {
	color: #a9a9a9;
	font-weight: normal;
}
.checkout-before-top .cize-checkout-coupon .checkout_coupon {
	overflow: hidden;
	margin-bottom: 54px;
}
.checkout-before-top .cize-checkout-coupon .checkout_coupon .form-row-first {
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: calc(100% - 240px);
	padding-right: 15px;
}
.checkout-before-top .cize-checkout-coupon .checkout_coupon .form-row-first .input-text {
	width: 100%;
}
.checkout-before-top .cize-checkout-coupon .checkout_coupon .form-row-last {
	width: 240px;
}
.checkout-before-top .cize-checkout-coupon .checkout_coupon .form-row-last .button {
	width: 100%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.checkout-before-top .woocommerce-info {
	font-family: 'sofia_prosemibold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	padding: 26px 15px;
	margin: 0 0 35px;
	background-color: transparent;
	color: #a9a9a9;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
}
/*.col2-set*/
.col2-set:not(.woocommerce-Addresses) {
	padding: 58px 80px 36px 80px;
	border: 2px solid #e3e3e3;
	overflow: hidden;
	margin-bottom: 64px;
	border-radius: 3px;
}
.woocommerce-Address {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding: 20px !important;
}
.col2-set .col-1,
.col2-set .col-2 {
	padding: 0;
}
.woocommerce-additional-fields > h3 {
	margin-top: 0;
}
.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
	overflow: hidden;
}
.woocommerce-account-fields .woocommerce-form__label-for-checkbox > span::before,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox > span::before {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h2 {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2em;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 0;
}
.woocommerce-shipping-fields h2 {
	margin-bottom: 21px;
}
.woocommerce-shipping-fields #ship-to-different-address {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 40px;
}
/*.woocommerce-checkout-review-order-wrap*/
.woocommerce-checkout-review-order-wrap {
	padding: 48px 80px 38px 80px;
	border: 2px solid #e3e3e3;
	overflow: hidden;
	border-radius: 3px;
}
.woocommerce-checkout-review-order-wrap #order_review_heading {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0;
	float: left;
	padding: 17px 30px 17px 0;
	margin-top: 0;
}
body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order {
	float: left;
}
body .woocommerce .woocommerce-checkout-review-order-wrap table.shop_table {
	border: none;
}
/*input[type="radio"]*/
.shipping #shipping_method {
	list-style: none;
	padding-left: 0;
}
.shipping th,
.shipping td {
	vertical-align: top;
}
.shipping input[type="radio"],
.wc_payment_methods input[type="radio"] {
	display: none;
}
.shipping input[type="radio"] + label::before,
.wc_payment_methods input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	transition: all 0.3s;
}
.shipping input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before {
	background: #000000;
	border-color: #000000;
}
body .woocommerce-checkout-review-order .shop_table {
	margin-bottom: 41px;
}
body .woocommerce-checkout-review-order .shop_table tr th,
body .woocommerce-checkout-review-order .shop_table tr td {
	border-width: 0 0 1px 0;
	padding: 17px 15px 17px 0;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
body .woocommerce-checkout-review-order .shop_table tr:last-child th,
body .woocommerce-checkout-review-order .shop_table tr:last-child td {
	padding: 23px 0;
	border-bottom: 1px solid #ebebeb;
}
body .woocommerce-checkout-review-order .shop_table .product-name img {
	margin-right: 20px;
	max-width: 60px;
	display: table-cell;
	float: left;
}
span.rv-titel {
	float: left;
	margin-right: 40px;
}
.total-price {
	display: none;
	width: 100%;
}
.woocommerce-checkout-review-order-table dl.variation {
	display: inline-block;
	width: 100%;
	margin: 0;
}
dl.variation {
	margin-top: 0;
	margin-bottom: 5px;
}
dl.variation p {
	margin: 0;
}
.variation dt, .variation dd {
	display: inline-block;
}
.woocommerce-thankyou-order-details {
	padding-bottom: 20px;
}
.review-wrap {
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
body .woocommerce-table--order-details th,
body .woocommerce-table--order-details td,
body .woocommerce-table--customer-details th,
body .woocommerce-table--customer-details td {
	color: #000000;
	border-left: none;
	border-right: none;
}
body .woocommerce-table--order-details .product-quantity {
	vertical-align: bottom;
}
.woocommerce-checkout-payment {
	overflow: hidden;
}
.woocommerce-checkout-payment .wc_payment_methods {
	list-style: none;
	padding-left: 0;
}
.woocommerce-checkout-payment p {
	margin-bottom: 34px;
}
.woocommerce-checkout-payment li:last-child p {
	margin-bottom: 0;
}
#place_order {
	width: 100%;
	margin-top: 50px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	height: 56px;
	line-height: 56px;
}
/* ==========================================================================
   10.2 MY ACCOUNT
========================================================================== */
.site-main .nav-tabs {
	border: none;
	margin-top: 50px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-tabs > li > a {
	display: inline-block;
	font-family: 'sofia_promedium', sans-serif;
	font-size: 16px;
	margin-right: 0;
	line-height: inherit;
	border: none;
	border-radius: 0;
	position: relative;
	padding-bottom: 2px;
	color: #232529;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
}
.woocommerce-account .woocommerce .customer-form {
	margin: 0 auto 300px auto;
	width: 580px;
	max-width: 100%;
	position: relative;
}
.woocommerce-account .woocommerce .customer-form .block-form {
	max-width: 100%;
	width: 440px;
	margin: 0 auto;
}
.woocommerce-account .woocommerce .customer-form .block-form .form-row {
	margin-bottom: 16px;
}
.login-icon {
	font-size: 37px;
	color: #000;
	margin: 0 auto 22px auto;
	text-align: center;
	display: block;
	width: 108px;
	height: 108px;
	line-height: 100px;
	border-radius: 50%;
	border: 2px solid #e4e6ec;
}
p.des-login {
	margin: 0 0 26px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}
p.des-res {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'sofia_promedium', sans-serif;
	line-height: 8px;
	letter-spacing: 3px;
	margin: 25px 0;
	text-align: center;
}
form.login,
form.register {
	overflow: hidden;
}
.customer-form .form-row-wide label,
.login .form-row-wide label {
	color: #000000;
	display: block;
	font-size: 14px;
	font-family: 'sofia_promedium', sans-serif;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 9px;
}
.customer-form input[type="text"],
.customer-form input[type="email"],
.customer-form textarea,
.customer-form input[type="password"],
.customer-form input[type="tel"],
.login input[type="text"],
.login input[type="email"],
.login textarea,
.login input[type="password"],
.login input[type="tel"] {
	padding: 0 17px;
	width: 100%;
	height: 55px;
	line-height: 53px;
	border-radius: 4px;
}
.customer-form input[type="submit"],
.login input[type="submit"] {
	width: 100%;
	letter-spacing: 0.2em;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	font-family: 'sofia_promedium', sans-serif;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.customer-form input[type="submit"], .login input[type="submit"] {
		height: 50px;
		line-height: 50px;
	}
	.login-icon {
		margin-bottom: 30px;
		border: none;
		width: auto;
		height: auto;
		line-height: 1;
	}
}
.lost_password {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	position: relative;
	margin-bottom: 22px;
}
.lost_password::before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lost_password:hover,
.lost_password:focus {
	color: #000000;
}
.woocommerce-ResetPassword {
	margin: 0 auto 300px auto;
	max-width: 680px;
	position: relative;
	overflow: hidden;
}
.woocommerce-ResetPassword label {
	display: block;
}
.woocommerce-ResetPassword .form-row-first {
	width: 100%;
}
.woocommerce-ResetPassword input[type="text"] {
	padding: 0 22px;
	width: 100%;
}
.woocommerce-ResetPassword input[type="submit"] {
	width: 100%;
	text-align: center;
}
.rememberme {
	float: left;
	color: #a4a4a4;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 22px;
}
.rememberme input[type="checkbox"] {
	display: none;
}
.rememberme > span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 11px;
	margin-bottom: -1px;
	transition: all 0.3s;
}
.rememberme:hover span,
.rememberme input[type="checkbox"]:checked + span {
	color: #000000;
}
.rememberme:hover span::before,
.rememberme input[type="checkbox"]:checked + span::before {
	background: #000000;
	border-color: #000000;
}
.register-button,
.login-button {
	border: 1px solid #000000;
	display: inline-block;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
	width: 100%;
}
.form-row {
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 28px;
}
/*login social*/
.divider {
	font-family: 'sofia_prosemibold', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 27px;
}
.divider::before,
.divider::after {
	border-top: 1px solid #e4e4e4;
	top: 50%;
	content: "";
	position: absolute;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
}
.divider::before {
	left: 0;
}
.divider::after {
	right: 0;
}
.theme-4 {
	text-align: center;
}
.theme-4 .apsl-icon-block {
	font-size: 14px !important;
	height: 50px;
	line-height: 34px !important;
	border-radius: 0 !important;
	margin: 0 7px 18px 7px;
}
.theme-4 .fa {
	vertical-align: middle !important;
	font-size: 18px !important;
	padding-top: 0 !important;
	padding-right: 10px !important;
}
.myaccount-wellcome {
	color: #000000;
	font-weight: 400;
	margin: 0 0 30px;
}
.woocommerce-Address {
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	padding: 20px;
}
.woocommerce-MyAccount-content .form-row label {
	color: #000000;
	display: block;
	font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
	width: 100%;
	margin-top: 50px;
}
.woocommerce-MyAccount-content fieldset legend {
	color: #000000;
	display: block;
	font-family: 'sofia_promedium', sans-serif;
	border-bottom: none;
}
.woocommerce-MyAccount-content input.button {
	background: #000000;
	border: medium none;
	color: #ffffff;
	line-height: 52px;
	padding: 0 40px;
}
.woocommerce-MyAccount-content input.button:hover {
	background: #f33c3c;
	color: #ffffff;
}
.woocommerce-MyAccount-content .form-row {
	margin-top: 0;
}
.woocommerce-MyAccount-content .form-row input {
	width: 100%;
}
.woocommerce-MyAccount-content h3 {
	color: #000000;
	margin: 0 0 30px;
}
.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
}
.cize_account_navigation {
	border: 1px solid #e4e6ec;
	border-radius: 3px;
}
.cize_account_navigation .title {
	margin-top: 0;
	padding-left: 20px;
	padding-top: 20px;
}
.woocommerce-MyAccount-navigation > ul li {
	border-top: 1px solid #ededed;
	line-height: 50px;
	list-style: none;
	padding-left: 20px;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
	color: #f33c3c;
}
/*.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%;
}
/* ==========================================================================
8.5 TRACK YOUR ORDER
========================================================================== */
.track_order {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.track_order > p {
	margin-bottom: 40px;
	text-align: center;
	color: #919191;
}
.track_order .form-tracking {
	padding: 41px 80px 29px 80px;
	background-color: #efefef;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
}
.track_order .form-tracking label {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 14px;
}
.track_order .form-tracking input {
	width: 100%;
}
.track_order .form-tracking .input-text {
	background: #ffffff;
	border-radius: 3px;
}
.track_order .form-tracking .button {
	letter-spacing: 0.2em;
	margin-top: 10px;
	border-radius: 3px;
}
.track_order .form-tracking .button:hover {
	background-color: #f33c3c;
}
@media (max-width: 767px) {
	.track_order .form-tracking {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*RESPONSIVE*/
@media ( max-width: 1366px) {
	/*SHOP THEME*/
	body.single-product .detail-content {
		padding-left: 30px;
	}
	.backtotop {
		right: 40px;
	}
	.gallery_detail .cize-product-single-gallery:not(.cize-center-mode) {
		display: table;
		width: 100%;
	}
	.gallery_detail .cize-product-single-gallery:not(.cize-center-mode) .cize-product-gallery__image {
		display: table-cell;
	}
	.gallery_detail .cize-product-single-gallery:not(.cize-center-mode) .cize-product-gallery__image a {
		display: block;
		padding: 0 4.7619048%;
	}
	.has-sidebar .vertical_thumnail .cize-product-button {
		top: 10px;
		left: 130px;
		bottom: auto;
	}
	.has-sidebar .product-360-button a::before,
	.has-sidebar .cize-bt-video a::before {
		margin-right: 0;
	}
	.has-sidebar .product-360-button a span,
	.has-sidebar .cize-bt-video a {
		font-size: 0;
	}
	/*table cart wishlist*/
	.cart-collaterals .cart_totals h2,
	.cart-collaterals .cart_totals .shop_table {
		width: 100%;
	}
	.wc-proceed-to-checkout .checkout-button {
		margin: 0;
		min-width: 230px;
	}
	body .woocommerce table.shop_table .product-thumbnail {
		width: 120px;
		padding-left: 20px;
	}
	body .woocommerce table.shop_table tr td.product-remove {
		padding-right: 20px;
	}
	.yith-wcwl-share {
		padding-left: 0;
	}
	.actions .coupon {
		padding: 0 40px 0 40px;
	}
	.cart-collaterals .cart_totals {
		padding: 15px 40px 25px;
	}
	.cart-collaterals .cart_totals .shop_table tr th {
		width: 200px;
	}
	.cart-collaterals .cart_totals .shop_table tr td {
		width: auto;
	}
	/*table checkout*/
	body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order,
	.woocommerce-checkout-review-order-wrap #order_review_heading {
		display: block;
		width: 100%;
	}
	.col2-set:not(.woocommerce-Addresses),
	.woocommerce-checkout-review-order-wrap {
		padding: 25px 15px;
	}
}
@media (min-width: 1281px) {
	.summary.title-price-stars-outside-summary .cart .single_add_to_cart_button {
		width: calc(100% - 287px);
	}
}
@media (max-width: 1199px) {
	.single-post-products-carousel-wrap .container {
		width: 100%;
	}
	.main-container.shop-page.no-sidebar .container {
		width: 100%;
	}
	div.products-size svg {
		margin: 0 0 0 5px;
	}
	/*header*/
	body.page-template-sidebarpage {
		margin-left: 0;
	}
	header.header.header-sidebar {
		width: 100%;
		height: auto;
		position: relative;
		padding: 0;
		background: transparent;
	}
	header.header.header-sidebar .header-vertical-top .logo {
		line-height: 60px;
		margin-bottom: 0;
		padding: 0 20px;
	}
	.admin-bar header.header.header-sidebar {
		padding: 0;
	}
	/*vertical-menu*/
	body .vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
		width: 100%;
	}
	.close-vertical-menu {
		margin-bottom: 10px;
	}
	.menu-scroll {
		height: -webkit-calc(100vh - 100px);
		height: -moz-calc(100vh - 100px);
		height: calc(100vh - 100px);
		padding: 0 20px;
	}
	.menu-scroll .scrollbar-macosx {
		height: -webkit-calc(100vh - 125px);
		height: -moz-calc(100vh - 125px);
		height: calc(100vh - 125px);
	}
	.cize-header-sidebar {
		margin-left: 0;
	}
	.cize-header-sidebar .btn-canvas {
		left: -16px;
	}
	.cize-header-sidebar.sidebar-canvas-open .btn-canvas {
		left: 345px;
	}
	.header.header-sidebar .header-vertical-top {
		padding-bottom: 10px;
	}
	.header.header-sidebar .header-menu {
		position: fixed;
		top: 0;
		left: -400px;
		width: 360px;
		max-width: -webkit-calc(100% - 20px);
		max-width: -moz-calc(100% - 20px);
		max-width: calc(100% - 20px);
		min-height: 100vh;
		padding-top: 46px;
		padding-bottom: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
		transition: left 0.4s;
		-webkit-transition: left 0.4s;
		-o-transition: left 0.4s;
		z-index: 99;
	}
	.vertical-menu-open .header.header-sidebar .header-menu {
		left: 0;
		padding-top: 0;
		width: 280px;
	}
	.vertical-menu .main-navigation .main-menu > .menu-item > span.toggle-submenu {
		top: 12px;
		right: -6px;
	}
	.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
		padding: 0;
	}
	header.header.header-sidebar .header-vertical-top .header-vertical-control > div {
		padding: 10px;
		text-align: center;
	}
	header .vertical-menu .main-navigation .main-menu > .menu-item > a {
		padding: 15px 0;
	}
	/*single product*/
	.vertical_thumnail .cize-product-button {
		top: 10px;
		left: 130px;
		bottom: auto
	}
	.product-360-button a::before,
	.cize-bt-video a::before {
		padding-left: 0;
		margin-right: 0;
	}
	.product-360-button a span,
	.cize-bt-video a {
		font-size: 0;
		padding: 0;
		width: 50px;
		text-align: center;
	}
	/*.product-type-grouped*/
	.product-type-grouped:not(.gallery_detail) .summary .cart .group_table tr:last-child td {
		border-bottom: 1px solid #ebebeb;
	}
	.product-type-grouped:not(.gallery_detail):not(.product-mobile-layout) .summary .cart .group_table tr:last-child td:last-child {
		border-bottom: none;
	}
	.product-type-grouped:not(.gallery_detail) .summary .cart .group_table .quantity {
		margin: 0 auto !important;
		float: none;
	}
	/*table*/
	body .shop_table tr td.product-stock-status,
	body .shop_table tr td.product-stock-status > span {
		width: auto;
	}
	body .woocommerce table.shop_table .product-add-to-cart {
		width: auto;
	}
	body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
		width: 57px;
		font-size: 0;
	}
	body .woocommerce table.shop_table .product-add-to-cart .add_to_cart::before {
		font-family: 'FontAwesome', sans-serif;
		content: '\f217';
		font-size: 20px;
	}
	.checkout-before-top .cize-checkout-login,
	.checkout-before-top .cize-checkout-login ~ .cize-checkout-coupon {
		width: 100%;
	}
	.left-sidebar div.main-single-content, .left-sidebar div.main-content.has-sidebar {
		display: inline-block;
		float: none;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .products li {
		margin: -1px -1px 0 0;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		padding: 0;
		border-color: #e5e5e5;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .product-info {
		padding-left: 17px;
	}
	.prdctfltr_sc .fami-products-shortcode-wrap .products {
		margin-right: -18px;
		margin-left: -16px;
	}
}
@media (max-width: 1100px) {
	.cize-is-real-mobile .product-info.equal-elem {
		height: auto !important;
	}
	.cize-is-real-mobile .product-grid .info-top {
		margin-bottom: 0;
		position: static;
	}
	.cize-is-real-mobile .shop-page .product-grid .info-top {
		margin-bottom: 0;
	}
	.enable-shop-page-mobile .product-inner .rating-wapper {
		display: none;
	}
	.enable-shop-page-mobile .product-list .product-inner {
		border: none;
		width: 100%;
		padding: 0;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-des {
		display: inline-block;
		width: 95%;
		margin-top: 0;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-des ul {
		display: none;
	}
	.enable-shop-page-mobile .product-list .product-des p {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item {
		width: 100%;
		padding: 10px;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-thumb {
		width: 40%;
		float: left;
		padding-right: 20px;
		margin: 0;
	}
	.enable-shop-page-mobile .shop-page .product-list .product-item .product-info {
		width: 60%;
		float: left;
		height: auto !important;
		padding-top: 0;
	}
	.cize-is-real-mobile .main-product {
		margin-top: 0;
	}
}
@media (min-width: 1025px) {
	.single-product .wrapper_menu-sticky.sticky-info_single_wrap footer {
		margin-bottom: 75px;
	}
	.sticky_detail .woocommerce-product-gallery .flex-viewport {
		height: auto !important;
	}
	.sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper * {
		float: none !important;
	}
	body .woocommerce-checkout-review-order table.shop_table tr th, body .woocommerce-checkout-review-order table.shop_table tr td {
		padding: 30px 70px 30px 0;
	}
	div.woocommerce-checkout-review-order-wrap #order_review_heading {
		padding: 30px 170px 17px 0;
	}
	div.modal-backdrop.fade.in {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.blog-content.list.simple .post-list-item-cols .post-thumb + div.post-info {
		padding-left: 30px;
		padding-bottom: 15px;
	}
	.single-product-mobile.enable-shop-page-mobile .upsells div.product-item,
	.single-product-mobile.enable-shop-page-mobile .related div.product-item {
		border-width: 1px;
	}
	div.prdctfltr_sc .fami-products-shortcode-wrap .products {
		margin-right: 0;
		margin-left: 0;
	}
	.toolbar-products-shortcode.real-mobile-toolbar .part-filter-wrap {
		margin-right: 30px;
	}
}
@media (max-width: 1024px) {
	html.box-mobile-menu-open,
	html.minicart-canvas-open,
	html.sidebar-canvas-open,
	html.instant-search-open,
	html.vertical-menu-open,
	html.real-mobile-show-menu,
	body.minicart-canvas-open,
	body.sidebar-canvas-open,
	body.instant-search-open,
	body.vertical-menu-open,
	body.real-mobile-show-menu {
		height: 100vh !important;
		overflow: hidden !important;
		margin: 0 !important;
	}
	.box-mobile-menu-open .box-mobile-menu,
	.box-mobile-menu-open .body-overlay {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.sticky_info_single_product {
		display: none;
	}
	.toolbar-products .prdctfltr_topbar {
		display: none;
	}
	div.product-toolbar .post-navigation {
		top: 15px;
		right: 15px;
	}
	div h3.single-post-products-carousel-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.cize-content-single-product-mobile .summary .compare, .cize-content-single-product-mobile .summary .social-share {
		width: calc(50% - 7px);
		margin: 0 0 0 14px !important;
	}
	div.summary .price .woocommerce-Price-amount.amount {
		font-size: 20px;
		font-weight: 600;
	}
	div.summary .price del .woocommerce-Price-amount.amount {
		font-size: 14px;
	}
	div span.size-guide-text {
		display: none;
	}
	.cize-content-single-product-mobil .reset_variations {
		width: auto;
		display: inline-block;
		margin: 10px auto 0;
		position: inherit;
	}
	/*sticky menu*/
	div.width_background .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		position: relative;
		left: 50%;
		margin: 0 0 10px 0;
		max-width: 400px;
		bottom: 0;
		top: auto;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	div.width_background .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		margin-left: 10px;
		margin-right: 10px;
	}
	/*shop*/
	form.woocommerce-cart-form {
		width: 100%;
		overflow: hidden;
	}
	.woocommerce-cart-form-mobile {
		border: 1px solid #e3e3e3;
		margin-top: 20px;
	}
	div .product-second-figure {
		display: none;
	}
	.yith-wcqv-button {
		opacity: 1;
		visibility: visible;
	}
	.enable-shop-page-mobile .product-list .product-inner {
		border: none;
		padding: 0;
	}
	/*single product vertical*/
	.vertical_thumnail .flex-viewport,
	.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		width: 100%;
	}
	.vertical_thumnail .flex-viewport {
		border: none;
	}
	.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		margin-top: 20px;
		padding-right: 0;
	}
	.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
		width: 100%;
		margin: 0;
		padding: 5px;
		border: none;
	}
	.has-sidebar .vertical_thumnail .cize-product-button,
	.vertical_thumnail .cize-product-button {
		left: 10px;
	}
	.woocommerce-account .woocommerce div.customer-form {
		margin: 0 auto 50px auto;
	}
	div a.change-value.color {
		width: 10px;
		height: 10px;
	}
	.single div a.change-value.color {
		width: 15px;
		height: 15px;
	}
	div a.change-value::before {
		top: -3px;
		right: -3px;
		bottom: -3px;
		left: -3px;
	}
	div .product-item .variations {
		margin-bottom: 3px;
		bottom: 0;
		visibility: visible;
		opacity: 1;
		left: 0;
		right: auto;
	}
	div .product-item .reset_variations {
		bottom: 2px;
	}
	.product-grid .product-inner div.button-loop-action {
		display: none !important;
	}
	.product-info.equal-elem a.button.yith-wcqv-button {
		display: none !important;;
	}
	div .yith-wcqv-button {
		display: none;
	}
	/*Toolbar top*/
	.toolbar-products.toolbar-top .part-wrap.filter-ordering, .toolbar-products.toolbar-top .part-wrap.part-products-size-wrap {
		display: none;
	}
	.toolbar-products.toolbar-top .part-wrap.grid-mode {
		border: none;
	}
	div .checkout.woocommerce-checkout label {
		font-weight: normal;
		margin-bottom: 5px;
	}
	div .checkout.woocommerce-checkout p {
		margin-bottom: 15px;
	}
	div .col2-set:not(.woocommerce-Addresses) {
		padding: 30px 20px;
		border: 2px solid #e3e3e3;
		overflow: hidden;
		margin-bottom: 30px;
	}
}
@media (max-width: 1024px) {
	.actions .coupon .button {
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 991px) {
	/*SHOP THEME*/
	body.single-product .has-sidebar .single-left,
	body.single-product .has-sidebar .detail-content {
		width: 100%;
	}
	body.single-product .has-sidebar .detail-content {
		padding-left: 0;
		padding-top: 30px;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name img {
		margin-right: 10px;
		float: left;
		display: table-cell;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name strong {
		margin-left: 0;
	}
	.woocommerce-page-header ul li.line-hover {
		margin: 0 5px 5px 5px;
		list-style: none;
		display: inline-block;
	}
	/*Filter*/
	div span.filter-text {
		font-size: 0;
	}
	.prdctfltr_add_scroll {
		padding-bottom: 20px !important;
	}
	.prdctfltr_pa_brand .prdctfltr_add_scroll {
		padding-bottom: 0 !important;
	}
	div.shop-prdctfltr-filter-wrap .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
		padding: 20px;
	}
	/*quickview*/
	#yith-quick-view-modal {
		display: none;
	}
	div.actions .coupon .input-text {
		margin: 0;
		width: 100%;
	}
	div.actions .coupon .button {
		display: inline-block;
		margin-top: 10px;
		width: 100%;
	}
	div.actions-btn .button {
		min-width: 0;
		padding: 0 30px;
	}
	.actions-btn .shopping {
		padding: 0 30px;
		width: auto;
	}
}
@media (max-width: 767px) {
	.header-sidebar .menu-social {
		display: none;
	}
	body.enable-shop-page-mobile .woocommerce-page-header ul {
		text-align: center;
		margin-bottom: 20px;
	}
	/*Control*/
	.toolbar-products .filter-ordering {
		display: none;
	}
	div .products-size svg {
		margin: 0;
	}
	div .part-products-size-wrap {
		min-width: 70px;
		margin-top: 0;
		margin-right: 10px;
	}
	div .part-filter-wrap {
		min-width: 70px;
	}
	div .part-cats-list-wrap {
		width: calc(100% - 140px);
	}
	.cize-none-mobile-device .part-cats-list-wrap {
		display: none;
	}
	/*SHOP THEME*/
	div div.product-toolbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-toolbar .post-navigation {
		position: static;
		transform: none;
		margin-top: 10px;
	}
	.product-toolbar .post-navigation .nav-links {
		overflow: hidden;
		padding: 0 25px;
		margin: 0 -22px;
	}
	.product-toolbar .post-navigation .nav-links > div {
		float: left;
	}
	.product-toolbar .post-navigation .nav-links .nav-next {
		float: right;
	}
	.product-thumb img {
		width: 100%;
	}
	/*quickview*/
	.yith-wcqv-button {
		display: none;
	}
	.gallery_detail .summary .compare,
	.summary .compare,
	.compare {
		display: none;
	}
	body.single-product .single-left,
	body.single-product .detail-content {
		width: 100% !important;
	}
	body.single-product .detail-content {
		padding-left: 0;
		padding-top: 30px;
	}
	.gallery_detail .product_meta > span {
		position: relative;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
	.gallery_detail .product_meta > span::before {
		display: none;
	}
	.summary .stock {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	div .product-grid-title {
		font-size: 20px;
		padding-bottom: 10px;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.variations .variation select,
	.reset_variations {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.reset_variations {
		height: 26px;
		line-height: 26px;
		top: 8px;
		background: none;
		color: #000;
		text-align: right;
		padding: 0;
	}
	.summary .compare,
	.summary .social-share {
		margin: 7px;
	}
	/*.product-type-grouped*/
	.product-type-grouped.gallery_detail .summary .cart .group_table tbody,
	.product-type-grouped.gallery_detail .summary .cart .group_table tr,
	.product-type-grouped.gallery_detail .summary .cart .group_table tr td {
		display: block !important;
		border-width: 0 0 1px 0;
		text-align: center !important;
	}
	.product-type-grouped.gallery_detail .summary .cart .group_table tr:last-child td {
		border-bottom: 1px solid #ebebeb;
	}
	.product-type-grouped.gallery_detail .summary .cart .group_table .quantity {
		margin: 0 auto !important;
	}
	/*table cart wishlist*/
	body .woocommerce table.shop_table,
	body .woocommerce table.shop_table tbody,
	body .woocommerce table.shop_table tfoot,
	body .woocommerce table.shop_table tr,
	body .woocommerce table.shop_table tr th,
	body .woocommerce table.shop_table tr td,
	.actions .coupon label,
	.actions .coupon .input-text,
	.cart-collaterals .cart_totals .shop_table,
	.cart-collaterals .cart_totals .shop_table tbody,
	.cart-collaterals .cart_totals .shop_table tr,
	.cart-collaterals .cart_totals .shop_table tr th,
	.cart-collaterals .cart_totals .shop_table tr td {
		text-align: center;
		display: block;
		width: 100% !important;
	}
	body .woocommerce table.shop_table thead {
		display: none;
	}
	.woocommerce-cart-form .woocommerce table.shop_table {
		border: none;
	}
	body .woocommerce .woocommerce-checkout-review-order table.shop_table td.product-total {
		text-align: center;
		color: #333;
		border: none;
		padding: 10px;
		display: none;
	}
	body .woocommerce table.shop_table tr {
		width: 100% !important;
		border-bottom: 1px solid #e3e3e3;
		display: block;
		overflow: hidden;
		position: relative;
	}
	body .woocommerce table.shop_table tr:last-child {
		border-bottom: none;
	}
	body .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td {
		text-align: left;
		width: auto !important;
		border: none;
		float: left;
		padding: 5px 15px;
	}
	.woocommerce table.shop_table tr td.product-name {
		width: calc(70% - 50px) !important;
		padding-top: 23px;
	}
	.woocommerce table.shop_table tr.order_item td.product-name {
		margin-top: 0;
	}
	body .woocommerce table.shop_table tr.cart-subtotal th {
		padding-left: 0;
	}
	body .woocommerce table.shop_table tr td .amount {
		line-height: 32px;
		height: 32px;
	}
	.woocommerce table.shop_table tr td.product-thumbnail {
		width: 30% !important;
		padding: 15px;
		float: left;
	}
	body .woocommerce table.shop_table .product-thumbnail a {
		width: 100%;
	}
	body .woocommerce table.shop_table .product-thumbnail img {
		width: 100%;
		height: auto;
	}
	table.shop_table td.product-price {
		clear: left;
	}
	.woocommerce table.shop_table tr td.product-name a {
		max-height: inherit;
		font-size: 15px;
	}
	.woocommerce-cart-form .variation {
		color: #000;
	}
	.woocommerce table.shop_table tr td.product-quantity, .woocommerce table.shop_table tr td.product-price, .woocommerce table.shop_table tr td.product-subtotal {
		width: 33.33333333% !important;
		color: #666;
		line-height: 24px;
	}
	.woocommerce table.shop_table tr td .cize-cart-mobile-lb {
		width: 100%;
		display: block;
		color: #333;
	}
	.woocommerce table.shop_table .quantity {
		height: auto;
		border: 1px solid #e3e3e3;
		padding: 0;
	}
	.woocommerce table.shop_table .quantity .control {
		border: none;
	}
	.woocommerce table.shop_table .quantity .control .input-qty {
		width: 100%;
		border: none;
		height: 32px;
		line-height: 24px;
		float: none;
		display: block;
		color: #333;
	}
	.woocommerce table.shop_table .quantity .control .btn-number {
		display: none;
	}
	.woocommerce table.shop_table tr td.product-remove {
		width: 43px !important;
		height: 43px !important;
		line-height: 41px;
		padding: 0 !important;
		margin: 0;
		text-align: center;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.8);
		border: 1px solid #e3e3e3;
	}
	.woocommerce table.shop_table tr td.product-remove a {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		line-height: 36px;
	}
	body .woocommerce .cart_totals table.shop_table {
		display: table;
	}
	body .woocommerce .cart_totals table.shop_table tbody {
		display: table-row-group;
	}
	body .woocommerce .cart_totals table.shop_table tr {
		display: table-row;
	}
	body .woocommerce .cart_totals table.shop_table tr th, td {
		display: table-cell;
		float: none;
	}
	body .woocommerce .cart_totals table.shop_table tr th {
		text-align: left !important;
	}
	.woocommerce-checkout-review-order span.rv-titel {
		float: left;
		margin-right: 0;
	}
	.actions .coupon label {
		text-decoration: underline;
	}
	.actions .coupon .input-text {
		margin: 0 0 20px 0;
	}
	.actions .coupon .button {
		float: none;
		margin: 0 auto;
	}
	.actions-btn {
		text-align: center;
		padding: 0 40px;
	}
	.actions-btn .shopping {
		margin-left: 0;
	}
	.cart-collaterals .cart_totals h2 {
		padding: 17px 20px;
		text-align: center;
	}
	.cart-collaterals .cart_totals .shop_table tr th {
		border-bottom: none;
	}
	.wc-proceed-to-checkout {
		float: none;
		text-align: center;
		width: 100%;
	}
	/*table checkout*/
	.form-row-first,
	.form-row-last {
		width: 100%;
	}
	.woocommerce-billing-fields h3,
	.woocommerce-shipping-fields h2 {
		text-align: center;
	}
	.woocommerce-checkout-review-order-wrap #order_review_heading {
		text-align: center;
		padding: 17px 20px;
	}
	body .woocommerce-checkout-review-order .shop_table tr th,
	body .woocommerce-checkout-review-order .shop_table tr td {
		width: 100%;
	}
	body .woocommerce-checkout-review-order .shop_table tfoot tr th, body .woocommerce-checkout-review-order .shop_table tfoot tr td {
		width: 50% !important;
		text-align: left;
		display: table-cell;
		line-height: 32px;
		padding-left: 0;
	}
	body .woocommerce-checkout-review-order .shop_table tfoot tr {
		display: table;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name img {
		display: block;
		margin: 0 auto;
	}
	body .woocommerce-checkout-review-order .shop_table tr td.product-name {
		padding: 10px 0;
		display: inline-block;
		width: 100% !important;
	}
	body .woocommerce-checkout-review-order .shop_table .product-name strong {
		margin-left: 0;
	}
	div.total-price {
		display: inline-block;
		width: auto;
	}
	.checkout-before-top .cize-checkout-coupon .checkout_coupon .form-row-first,
	.checkout-before-top .cize-checkout-coupon .checkout_coupon .form-row-last {
		width: 100%;
		padding-right: 0;
	}
	div.wc-proceed-to-checkout .checkout-button, .woocommerce-cart-form-mobile div.actions .actions-btn .shopping, div .actions-btn .shopping, div.actions-btn .button, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"], .woocommerce form input[type="search"] {
		line-height: 50px;
		height: 50px;
		width: 100%;
	}
	div.checkout.woocommerce-checkout p {
		margin-bottom: 25px;
	}
	div.woocommerce-billing-fields h3, div.woocommerce-shipping-fields h2 {
		text-align: center;
		margin-bottom: 25px;
	}
	.woocommerce form .select2-container--default .select2-selection--single {
		height: 44px;
		line-height: 44px;
	}
	.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
	}
	.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 44px;
	}
	.enable-shop-page-mobile.woocommerce-checkout .page-main-content {
		padding-bottom: 0;
		padding-top: 0;
	}
	/*quickview*/
	.yith-wcqv-button {
		display: none;
	}
	/*order tracking*/
	.track_order .form-tracking {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*.page-404*/
	.page-404 .heading {
		font-size: 140px;
	}
	.toolbar-products.toolbar-top {
		clear: both;
		float: left;
	}
	div #place_order {
		margin-top: 30px;
	}
	.wc-proceed-to-checkout .checkout-button {
		width: 100%;
	}
	div.product-extend-horizontal {
		display: inline-block;
		width: 100%;
	}
	div.product-extend-horizontal > div {
		padding: 0;
		width: 100%;
		margin-top: 40px;
	}
}
@media (max-width: 480px) {
	.toolbar-products .category-filter li {
		display: block;
	}
	html div#cookie-notice {
		right: 15px;
		bottom: 15px;
	}
}
/* ==========================================================================
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-family: 'sofia_promedium', sans-serif;
	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-family: 'sofia_promedium', sans-serif;
}
body.error404 .error-404 .button:hover {
	background-color: #f33c3c;
}
@media (max-width: 767px) {
	body.error404 .page-title {
		font-size: 140px;
	}
	body.error404 .title {
		font-size: 26px;
	}
	body.error404 .subtitle {
		font-size: 15px;
	}
}
/*===============================================================
8.9 POPUP NEWSLETTER
===============================================================*/
#popup-newsletter {
	overflow-y: hidden !important;
}
#popup-newsletter .modal-content {
	background-color: #fff;
}
#popup-newsletter button.close {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	display: block;
	background-color: transparent;
	color: #232529;
	z-index: 1;
}
#popup-newsletter button.close:hover {
	color: #f33c3c;
}
#popup-newsletter button.close::before,
#popup-newsletter button.close::after {
	border-bottom: 2px solid;
	content: "";
	left: 12px;
	position: absolute;
	top: 19px;
	width: 17px;
}
#popup-newsletter button.close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#popup-newsletter button.close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup-newsletter .modal-inner {
	overflow: hidden;
}
#popup-newsletter .modal-inner .modal-thumb {
	float: left;
	width: 40%;
}
#popup-newsletter .modal-inner .modal-info {
	overflow-y: auto;
	text-align: center;
	padding: 70px 40px 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60%;
}
#popup-newsletter .title {
	font-size: 30px;
	font-family: 'sofia_prosemibold', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#popup-newsletter .des {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	max-width: 395px;
	display: inline-block;
}
#popup-newsletter .newsletter-form-wrap .email {
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-bottom: 22px;
	text-align: center;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-family: 'sofia_prosemibold', sans-serif;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
	background-color: #f33c3c;
}
#popup-newsletter .checkbox {
	text-align: right;
	margin: 30px 0 0;
}
#popup-newsletter .checkbox label {
	padding-left: 0;
}
#popup-newsletter .checkbox .cize_disabled_popup_by_user {
	display: none;
}
#popup-newsletter .checkbox span {
	position: relative;
	padding-left: 20px;
	color: #999999;
}
#popup-newsletter .checkbox 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 .cize_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: 15px !important;
}
.modal-dialog {
	width: 1000px;
	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;
}
.modal-backdrop.in {
	opacity: 0.8;
}
@media (max-width: 1199px) {
	#popup-newsletter .modal-inner .modal-info {
		padding: 20px;
	}
	#popup-newsletter .des {
		margin-bottom: 20px;
	}
	#popup-newsletter .checkbox {
		margin-top: 10px;
	}
	#popup-newsletter .newsletter-form-wrap .submit-newsletter {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 1000px;
		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 .title {
		font-size: 24px;
	}
	#popup-newsletter .des {
		font-size: 14px;
		line-height: 20px;
	}
	#popup-newsletter .modal-inner .modal-thumb {
		display: none;
	}
}
/*===============================================================
9.0 SHORTCODE
===============================================================*/
/*===============================================================
9.3 CIZE CATEGORIES
===============================================================*/
@media (max-width: 1599px) {
	.cize-categories.style-01 {
		position: relative;
		top: 20px;
	}
}
@media (max-width: 1366px) {
	.cize-categories.style-01 {
		top: 0;
	}
}
/*===============================================================
9.5 CIZE HEADING
==============================================================*/
.cize-heading .title {
	margin-top: 0;
}
/*.cize-heading.style-01*/
.cize-heading.style-01 .heading-inner {
	text-align: center;
}
.cize-heading.style-01 .title {
	font-size: 24px;
	font-family: 'sofia_prosemibold', sans-serif;
	margin-bottom: 5px;
}
.cize-heading.style-01 .subtitle {
	letter-spacing: 0.1em;
	max-width: 500px;
	margin: 0 auto;
}
/*.cize-heading.style-02*/
.cize-heading.style-02 .heading-inner {
	text-align: center;
}
.cize-heading.style-02 .icon {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 20px;
	color: #f33c3c;
}
.cize-heading.style-02 .title {
	font-size: 40px;
	font-family: 'sofia_prosemibold', sans-serif;
	margin-bottom: 25px;
}
.cize-heading.style-02 .subtitle {
	letter-spacing: 0.1em;
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.cize-heading.style-01 .title {
		font-size: 22px;
	}
}
/*===============================================================
9.7 CIZE INSTAGRAM
===============================================================*/
.cize-instagram .item {
	position: relative;
	text-align: center;
	display: block;
}
.cize-instagram .item::before {
	background: rgba(0, 0, 0, 0.65);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-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;
}
.cize-instagram .item:hover::before {
	opacity: 1;
	visibility: visible;
}
.cize-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;
}
.cize-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);
}
.cize-instagram .social-wrap {
	display: block;
}
.cize-instagram .social-info {
	font-size: 14px;
	display: inline-block;
}
.cize-instagram .social-info:not(:last-child)::after {
	content: '|';
	padding: 0 7px 0 10px;
	font-size: 16px;
	vertical-align: top;
}
.cize-instagram .social-info i {
	font-size: 18px;
	padding-left: 4px;
	vertical-align: text-bottom;
}
/*===============================================================
9.9 CIZE 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;
	border-radius: 3px;
}
.wpcf7-form .wpcf7-submit {
	min-width: 184px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-family: 'sofia_promedium', sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 22px;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #f33c3c;
}
.cize-google-maps .coinpo-map-info {
	padding: 0 !important;
}
.cize-google-maps .coinpo-map-info .map-title {
	margin-top: 0;
	margin-bottom: 10px;
}
/*===============================================================
9.10 CIZE MEMBER
===============================================================*/
.cize-member {
}
/*===============================================================
9.11 CIZE NEWSLETTER
===============================================================*/
.cize-newsletter .newsletter-title,
.cize-newsletter .newsletter-description {
	margin-top: 0;
}
.cize-newsletter .newsletter-form-wrap .submit-newsletter span {
	position: relative;
}
.cize-newsletter .newsletter-form-wrap.processing .submit-newsletter span::before {
	display: none;
}
.cize-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: 24px;
	position: relative;
	top: 2px;
}
.cize-newsletter .newsletter-form-wrap.processing .submit-newsletter span.text::after {
	margin-left: 7px;
}
/*===============================================================
9.12 CIZE DEMO
===============================================================*/
.cize-demo.style-01 {
	text-align: center;
}
.cize-demo.style-01 .demo-button {
	font-size: 20px;
	margin-top: 20px;
	display: inline-block;
}
.cize-demo.style-04 {
	position: relative;
}
.cize-demo.style-04 img {
	border-radius: 3px;
	width: 100%;
}
.cize-demo.style-04 .demo-content {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	text-align: center;
}
.cize-demo.style-04 .demo-button {
	color: #ffffff;
	font-family: sofia_promedium, sans-serif;
	position: relative;
	padding-bottom: 8px;
	overflow: hidden;
	display: inline-block;
}
.cize-demo.style-04 .demo-button::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid;
	width: 100%;
}
.cize-demo.style-04 .demo-button: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;
}
.cize-demo.style-04 .demo-title {
	margin: 0;
	transform: rotate(-90deg);
	color: #fff;
	font-size: 30px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 107px;
}
.cize-demo.style-04 .demo-title a {
	color: inherit;
}
/*===============================================================
    9.14 CIZE PRODUCTS
    ===============================================================*/
.products {
	list-style: none;
}
ul.products {
	padding-left: 0;
}
.cize-products ul.products::before,
.cize-products ul.products::after {
	content: '';
	display: table;
}
.cize-products ul.products::after {
	clear: both;
}
/*===============================================================
9.14 CIZE SOCIAL
===============================================================*/
.cize-socials .socials-list {
	padding-left: 0;
	list-style: none;
}
/*.cize-socials.style-01*/
.cize-socials .title {
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 0;
	margin-bottom: 11px;
}
.cize-socials.style-01 .title {
	color: #fff;
}
.cize-socials .socials-inner a {
	display: inline-block;
	margin-right: 13px;
	margin-top: 10px;
	height: 46px;
	width: 46px;
	font-size: 17px;
	line-height: 46px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.cize-socials.style-01 .socials-inner a {
	color: #232529;
}
.cize-socials.style-01 .socials-inner a:hover {
	color: #fff;
}
.cize-socials.style-02 .socials-inner a {
	color: #fff;
	background-color: #232529;
}
.cize-socials .socials-inner a:last-child {
	margin-right: 0;
}
.cize-socials .socials-inner a::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 50%;
	-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;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0;
	visibility: hidden;
	background-color: #f33c3c;
}
.cize-socials .socials-inner a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.cize-socials a i {
	position: relative;
}
@media (max-width: 1199px) {
	.cize-socials .socials-inner a {
		margin-right: 5px;
		margin-top: 5px;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
}
/*===============================================================
9.15 CIZE 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;
}
.cize-tabs {
	position: relative;
	z-index: 1;
}
.cize-tabs .tab-link {
	padding-left: 0;
	list-style: none;
}
.cize-tabs .tab-head .tab-title {
	margin-top: 0;
}
/*===============================================================
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: #232529 !important;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #f33c3c !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: #232529 !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: #232529;
	border-color: #232529;
}
body .vc_toggle_default .vc_toggle_icon::before {
	height: 12px !important;
	width: 2px !important;
	border-color: #232529;
}
body .vc_toggle_default .vc_toggle_icon::after {
	height: 2px !important;
	width: 12px !important;
	background: #232529;
}
body .wpb-js-composer .vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #232529 !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: #f33c3c;
}
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.11 CIZE PINMAPPER
===============================================================*/
.col-right h2 {
	line-height: 24px;
	font-size: 14px;
}
.cize-mapper .cize-pin .cize-popup-footer a:hover {
	background: #f33c3c !important;
	border-color: #f33c3c !important;
}
.mapper {
	opacity: 1;
}
.mapper .csre-pin:hover {
	z-index: 21;
}
.mapper > img {
	border-radius: 3px;
}
.col-right .description p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.cize-mapper .cize-pin .cize-popup {
		display: none !important;
	}
}
/* ==========================================================================
   10.7 ZISS
========================================================================== */
.ziss-row::before,
.ziss-row::after {
	content: '';
	display: table;
}
.ziss-row::after {
	clear: both;
}
.ziss-shop-wrap .ziss-cart-icon,
.ziss-shop-wrap .hotspot-num {
	display: none;
}
.ziss-shop-wrap .ziss-item-inner {
	position: relative;
	cursor: pointer;
}
.ziss-shop-wrap .ziss-item-inner::before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	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;
	z-index: 1;
	pointer-events: none;
}
.ziss-shop-wrap .ziss-item-inner:hover::before {
	opacity: 0.6;
	visibility: visible;
}
.ziss-shop-wrap .ziss-figure-wrap .pin-text {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	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%);
	text-align: center;
	color: #fff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-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;
}
.ziss-shop-wrap .ziss-figure-wrap .pin-text::before {
	content: "\f120";
	font-family: 'flaticon', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	z-index: 1;
	padding-bottom: 12px;
	pointer-events: none;
	display: block;
}
.ziss-shop-wrap .ziss-item-inner.no-products-pin::after {
	content: "\f120";
	font-family: 'flaticon', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 12px;
	pointer-events: none;
	display: block;
	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%);
	text-align: center;
	z-index: 9;
	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;
}
.ziss-shop-wrap .ziss-item-inner.no-products-pin:hover::after,
.ziss-shop-wrap .ziss-figure-wrap:hover .pin-text {
	opacity: 1;
	visibility: visible;
}
/*.ziss-popup-wrap*/
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
	padding-top: 40px !important;
	margin: 0;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
	z-index: 2;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content)::before {
	content: '';
	height: 35px;
	left: 0;
	top: 20px;
	right: 0;
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-title {
	margin-bottom: 5px !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-product-title a {
	font-size: 16px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap {
	float: none !important;
	font-size: 14px !important;
	font-weight: 500;
	margin-bottom: 5px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-price-wrap ins {
	text-decoration: none;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-rating-wrap {
	float: none !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .add_to_cart_button {
	font-weight: 600;
}
.ziss-popup-wrap .add_to_cart_button::before,
.ziss-popup-wrap .product_type_simple.add_to_cart_button::before {
	margin-right: 5px;
}
body .ziss-popup-backdrop {
	bottom: -5px !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-content {
	overflow-y: auto;
	max-height: 80vh;
	position: relative;
}
div.ziss-item .ziss-figure {
	background-size: calc(100% + 2px);
}
.ziss-handle {
	border-radius: 0 !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav {
	z-index: 3 !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup {
	color: #232529 !important;
	top: 0 !important;
	z-index: 3 !important;
	right: 7px !important;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup > i {
	font-size: 0;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup:before,
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 17px;
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width: 1280px) {
	.ziss-row {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.ziss-row .ziss-item {
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-bottom: 40px !important;
	}
}
@media (min-width: 992px) {
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body.ziss-right-no-content .ziss-popup-body-left,
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) {
		padding: 20px;
		background-color: #fff;
		position: relative;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup i {
		font-size: 0;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) .ziss-close-popup {
		right: 10px;
		top: 10px;
		color: #000;
		z-index: 2;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before,
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
		border-bottom: 2px solid;
		content: "";
		left: 7px;
		position: absolute;
		top: 19px;
		width: 26px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-close-popup::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav {
		top: 3px;
		margin-top: 0;
		color: #000;
		z-index: 2;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body.ziss-right-no-content ~ .ziss-popup-nav:hover,
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav:hover {
		color: #f33c3c;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav i {
		font-size: 30px !important;
		line-height: 50px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-prev {
		left: 60%;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body:not(.ziss-right-no-content) ~ .ziss-popup-nav.ziss-popup-nav-next {
		right: auto;
		left: 60%;
		margin-left: 50px;
	}
}
@media (max-width: 991px) {
	.ziss-popup-wrap .ziss-popup-inner {
		margin-top: 80px !important;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-nav {
		line-height: 46px;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-left {
		margin-left: 0 !important;
	}
	.ziss-popup-wrap .ziss-popup-inner .ziss-popup-body .ziss-popup-body-right {
		padding-top: 25px !important;
	}
}
@media (max-width: 767px) {
	.ziss-row {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.ziss-row .ziss-item {
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-bottom: 20px !important;
	}
}
/* ==========================================================================
   10.7 PAGE 404
========================================================================== */
.error404 .header-pos-absolute {
	padding-bottom: 100px;
}
.page-404 {
	padding-bottom: 110px;
}
.page-404 .heading {
	color: #000000;
	margin-bottom: 30px;
	font-size: 200px;
}
.page-404 .title {
	font-size: 30px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 40px;
}
.page-404 p {
	font-size: 18px;
	line-height: 36px;
	color: #a4a4a4;
	margin-bottom: 55px;
}
.error404 .banner-page {
	display: none;
}
.error404 .cize-searchform input[type='text'] {
	height: 60px;
	line-height: 60px;
	border: 2px solid #e8edf2;
}
.error404 form#searchform {
	max-width: 560px;
	margin: 25px auto 50px;
	width: 100%;
}
.error404 .cize-searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 59px;
	line-height: 65px;
	padding: 0 10px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 20px;
}
.error404 .cize-searchform button:hover {
	background: #f33c3c;
	color: #fff;
}
.page-404 a.button {
	display: inline-block;
	padding: 0 30px;
	background-color: #f33c3c;
	font-family: 'sofia_prosemibold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	height: 48px;
	border-radius: 35px;
	line-height: 46px;
	color: #ffffff;
}
.page-404 a.button:hover {
	background-color: #000000;
	color: #ffffff;
}
.error404 form#searchform {
	max-width: 560px;
	margin: 25px auto 50px;
	width: 100%;
}
.error404 .cize-searchform {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.error404 .cize-searchform input[type="text"] {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 50px 0 20px;
	border: 1px solid #333;
	background-color: transparent;
	color: #666;
}
.error404 .cize-searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 22px;
	width: 55px;
	height: 48px;
	line-height: 48px;
}
/*===============================================================
10.0 CUSTOM CLASS
===============================================================*/
.overflow-visible {
	overflow: visible !important;
}
.letter-02 {
	letter-spacing: 0.2em !important;
}
@media (min-width: 1301px) {
	.bg-parallax {
		background-attachment: fixed;
	}
	.letter-02 {
		letter-spacing: 0.1em !important;
	}
}
/*MOBILE*/
/* 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;
	border-bottom: 1px solid #e7e7e7;
	color: #000;
	text-transform: uppercase;
	height: 58px;
}
.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav .hamburger {
	float: left;
	padding: 17px 10px 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: 12px;
	margin-left: 5px;
	font-family: 'sofia_prosemibold', sans-serif;
	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;
	border-bottom: 1px solid #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 {
	border-bottom: 1px solid #e7e7e7;
	display: none;
}
.box-mobile-menu-tabs .mn-mobile-content-tab {
	display: none;
	overflow-x: hidden;
	width: 100%;
	padding-top: 57px;
}
.box-mobile-menu-tabs .mn-mobile-content-tab.active {
	display: block;
}
.box-mobile-menu-tabs .my-account-wrap {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.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-open span.minicart-number {
	opacity: 0;
}
.my-account-wrap .woocommerce-MyAccount-content {
	display: none;
}
.box-mobile-menu-tabs .woocommerce-privacy-policy-text {
	display: none;
}
/*Shop Mobile*/
.enable-shop-page-mobile .shop-page {
	padding-top: 10px;
	padding-bottom: 35px;
}
/* Single product mobile (real mobile) */
.single-product.single-product-mobile {
	background: #f4f4f4;
}
.single-product-mobile .product-toolbar {
	display: none;
}
.single-product-mobile .upsells::before, .single-product-mobile .related::before {
	background-color: transparent;
}
.single-product-mobile .upsells, .single-product-mobile .related {
	position: relative;
	margin: 0 -1px;
}
.single-product-mobile.enable-shop-page-mobile .upsells .product-item, .single-product-mobile.enable-shop-page-mobile .related .product-item {
	border-width: 1px 1px 1px 0;
}
.single-product-mobile .product-grid .product-info .star-rating {
	display: none;
}
.single-product-mobile .product-grid .product-info .add_to_cart_button, .single-product-mobile .product-grid .product-info .ajax_add_to_cart, .single-product-mobile .product-grid .product-info .product_type_grouped {
	display: none;
}
.single-product-mobile .product-grid .product-info .price {
	color: #f33c3c;
}
.single-product-mobile .owl-carousel {
	margin-bottom: 30px;
}
.single-product-mobile .gallery_detail .woocommerce-variation-add-to-cart {
	width: 100%;
}
.single-product-mobile table.variations {
	margin-left: 0;
	max-width: 100%;
	margin-top: 10px;
}
.single-product-mobile .gallery_detail .summary {
	padding-left: 0;
	padding-right: 0
}
.single-product-mobile .summary.has-border {
	padding: 0;
	border: none
}
.product-mobile-layout .product_meta {
	text-align: left;
	background: #fff;
	padding: 20px;
	border-radius: 3px;
}
.product-mobile-layout .product-mobile-more-detail-wrap {
	z-index: 9999999999;
}
.product-mobile-layout form.cart + .product_meta {
	margin: 0;
}
.product-mobile-layout .single-left {
	width: 100% !important;
	position: relative;
}
.product-mobile-layout .single-left .flex-control-nav {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.product-mobile-layout .single-left .flex-control-nav > li {
	display: inline-block;
	width: auto;
}
.product-mobile-layout .single-left .flex-control-nav > li::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #acacac;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: -1;
}
.cize-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 10px;
	height: 10px;
	position: relative;
	padding: 0;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.cize-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	opacity: 0;
	transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
	margin: 0;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 5px;
}
.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li::after {
	display: block !important;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #acacac;
	position: absolute;
	border-radius: 0;
	top: 0;
	left: 0;
	z-index: -1;
}
.cize-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	background-color: #f33c3c;
	opacity: 1;
}
.cize-content-single-product-mobile .product-mobile-layout .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	margin-top: 0;
	padding-right: 0;
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-mobile-layout .detail-content {
	position: static !important;
	padding-top: 0 !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.enable-shop-page-mobile.single .main-product {
	padding-bottom: 0;
	margin: 0;
}
.product-mobile-layout .summary.entry-summary {
	position: relative;
}
div.cize-content-single-product-mobile .summary .yith-wcwl-add-to-wishlist {
	width: auto;
	margin: 0;
	min-width: 0;
	position: absolute;
	border: none;
	border-radius: 50%;
	right: 15px;
	text-align: center;
	padding: 0;
	line-height: 20px;
	height: auto;
	top: 13px;
	background: transparent;
	color: #f33c3c;
}
.product-mobile-layout .summary > .variations_form {
	padding: 0 15px;
}
.product-mobile-layout .detail-content .summary .entry-title {
	padding-left: 20px;
	background: #fff;
	padding-right: 20px;
	text-align: left;
	color: #000;
	margin: 0;
	font-size: 18px;
	padding-top: 4px;
}
.product-mobile-layout div.star-rating.no-rate {
	width: auto;
	margin-bottom: 0;
	font-size: 12px;
	background: #fff;
	text-align: left;
	padding: 17px 20px 0 20px;
	border-radius: 3px 3px 0 0;
}
.product-mobile-layout .summary .woocommerce-product-rating .woocommerce-review-link {
	width: auto;
}
.product-mobile-layout .detail-content .summary .price {
	background-color: #fff;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 20px;
	text-align: left;
	border-radius: 0 0 3px 3px;
}
.product-mobile-layout .detail-content .summary .price ins, .product-mobile-layout .detail-content .summary .price del {
	padding-left: 5px;
	padding-right: 5px;
}
.product-mobile-layout .woocommerce-tabs::before {
	display: none;
}
.product-mobile-layout .detail-content .summary .price del {
	color: #333;
	font-size: 14px;
	padding: 0;
}
.product-mobile-layout .detail-content .summary .quantity {
	width: 80px;
	display: inline-block;
	margin: 0 10px 0 0 !important;
	padding: 0 5px;
	background: #fff;
}
.product-mobile-layout .detail-content .summary .product_title + .quantity {
	margin-top: 15px;
}
.product-mobile-layout .summary .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}
.product-mobile-layout .detail-content .summary .quantity .control {
	font-size: 15px;
	width: 100%;
}
.product-mobile-layout .summary .woocommerce-product-details__short-description {
	margin-bottom: 15px;
	background: #fff;
	border: none;
	text-align: left;
	padding: 20px;
	border-radius: 0 0 3px 3px;
}
.product-mobile-layout .woocommerce-product-details__short-description ul {
	margin-bottom: 10px;
}
.product-mobile-layout form.cart.grouped_form {
	background: #ffff;
	padding: 15px;
}
.product-mobile-layout .cart .quantity .btn-number.qtyminus {
	text-align: center;
	bottom: 0;
	top: auto;
	line-height: 26px;
}
.product-mobile-layout .detail-content .summary .cart .single_add_to_cart_button {
	width: calc(100% - 90px);
	margin: 0;
}
.product-mobile-layout .woocommerce-product-details__short-description {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 100%;
}
.product-mobile-layout .detail-content .summary .woocommerce-product-details__short-description .title-s-desc {
	display: none;
}
.product-mobile-layout div form.cart {
	background: #fff;
	display: inline-block;
	width: 100%;
	margin: 0 0 7px;
	padding: 15px 20px;
	position: static;
	border-radius: 0 0 3px 3px;
}
.product-mobile-layout .summary .cart .single_add_to_cart_button {
	margin-bottom: 0;
}
.product-mobile-more-detail-wrap p.stock.in-stock {
	margin: 0;
	padding: 20px 0 5px 20px;
	width: 100%;
	text-align: left;
	border-radius: 3px 3px 0 0;
}
.product-mobile-layout p.stock {
	background: #fff;
	padding: 10px;
	text-align: center;
	margin: 15px 20px;
	max-width: inherit;
	float: left;
	line-height: 20px;
	width: auto;
}
p.stock.out-of-stock {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	border: none;
}
.product-mobile-layout .summary .clear {
	display: none;
}
.product-mobile-layout .detail-content .summary .add-to-cart {
	display: none;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs {
	margin-top: 30px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel {
	margin-top: 30px;
	text-align: justify;
	width: 100%;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .vc_row {
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding-left: 0 !important;
	left: auto !important;
	padding-right: 0 !important;
	right: auto !important;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	text-align: left;
	margin-bottom: 15px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
	text-align: left;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .comment-form-comment {
	margin-bottom: 18px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-form .form-submit {
	text-align: left;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .avatar {
	float: left;
	margin-right: 15px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .commentlist .comment-text {
	width: auto;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper {
	margin-top: 20px;
}
.product-mobile-layout .detail-content .summary .woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .comment-reply-title {
	text-align: center;
	margin-bottom: 15px;
}
.product-mobile-layout .summary tr.variation {
	display: inline-block;
	line-height: 30px;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}
.product-mobile-layout .detail-content .summary tr.variation td {
	text-align: left;
	width: 100%;
	float: left;
	height: auto;
	display: inline-block;
}
.product-mobile-layout .product-info-stock-sku {
	text-align: left;
	background-color: #ffffff;
	padding: 20px 20px 0 20px;
	border-radius: 3px 3px 0 0;
}
.product-mobile-layout .product-sku {
	text-align: left;
	background-color: #ffffff;
	padding: 0 20px 20px 20px;
	margin-bottom: 15px;
}
.product-mobile-layout .summary .attribute-pa_size a.change-value:not(.color) {
	border-radius: 0;
	padding: 0;
	width: 44px;
	height: auto;
	border: 1px solid #dbdbdb;
	line-height: 24px;
	margin-bottom: 12px;
}
.product-mobile-layout .summary .attribute-pa_size a.change-value.active:not(.color) {
	border-color: #000000;
}
.product-mobile-layout tr.variation .data-val.attribute-pa_color {
	margin-top: 0;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr {
	display: table-row;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr .quantity {
	border: 1px solid #b0b0b0;
	padding: 2px;
	height: 42px;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td {
	display: table-cell;
	text-align: left;
}
.product-mobile-layout.product-type-grouped .detail-content .summary .cart .group_table tr td .input-qty {
	height: auto;
	line-height: 34px;
	font-weight: 400;
	padding: 0;
	width: 30px;
	font-size: 16px;
	border: none;
	text-align: center;
}
.product-mobile-layout .detail-content .summary .cart.grouped_form .single_add_to_cart_button {
	width: 100%;
}
.product-mobile-layout.product-type-grouped .detail-content .summary td.price {
	position: static;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	background-color: transparent;
	color: #000;
}
.product-mobile-layout.product-type-grouped .detail-content .summary ins .woocommerce-Price-amount.amount {
	font-size: 16px;
}
.product-mobile-layout.product-type-grouped .detail-content .summary del .woocommerce-Price-amount.amount {
	font-size: 12px;
}
.product-mobile-layout.product-type-grouped .summary .cart .group_table {
	margin-bottom: 0;
}
.product-mobile-layout .product-toggle-more-detail {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #000;
	background-color: #e9e9e9;
	display: inline-block;
	z-index: 1;
	position: relative;
	height: 52px;
	line-height: 52px;
	box-shadow: 0 -70px 55px #fff;
	font-family: 'sofia_promedium', sans-serif;
}
.product-mobile-layout .product-toggle-more-detail.active {
	box-shadow: 0 0 0;
}
.product-mobile-layout .product-toggle-more-detail:after {
	font-family: Flaticon, sans-serif;
	content: "\f108";
	font-weight: 900;
	margin-left: 10px;
	display: inline-block;
}
.product-mobile-layout .product-toggle-more-detail.active:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}
.product-mobile-layout .product-mobile-more-detail-wrap {
	display: block !important;
	width: 100%;
}
.product-mobile-layout .woocommerce-product-rating-clone .woocommerce-review-link {
	line-height: 20px;
	width: 100%;
}
.product-mobile-more-detail-wrap .variations_form {
	display: none;
}
.product-mobile-layout .detail-content {
	text-align: center;
	padding-bottom: 0 !important;
}
.product-mobile-layout div.famibt-wrap {
	padding: 15px 15px 30px;
	margin: 0;
	border: none;
	background: #ffffff;
}
.product-mobile-layout .product-item form.variations_form {
	position: static;
	display: none;
}
.product-mobile-layout section.products.product-grid {
	background: #fff;
	padding: 0 15px 1px 15px;
	margin-bottom: 15px;
}
.product-mobile-layout .deals-in-wrap {
	background: #fff;
	padding: 15px 15px 0;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 3px;
}
/*Variable Mobile*/
.variable-mobile {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	right: 0;
	z-index: 9;
}
.product-mobile-layout .detail-content .summary .variable_mobile .price {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.variable-mobile .flex-control-nav.flex-control-thumbs {
	display: none !important;
}
.product-mobile-layout div .woocommerce-variation-add-to-cart {
	display: none;
}
.variable_mobile ol.flex-control-nav.flex-control-thumbs {
	display: none;
}
.product-mobile-layout .detail-content .summary .variable_mobile .quantity {
	width: auto;
	display: inline-block;
	margin-bottom: 5px;
	border: none;
	padding: 0 5px;
	background: #fff;
	height: auto;
	line-height: 30px;
}
.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyplus {
	width: 40px;
	height: 40px;
	position: static;
	border-radius: 50%;
	line-height: 40px;
	border: none;
	font-size: 22px;
	font-family: 'sofia_prosemibold', sans-serif;
	margin: 0 10px;
	background: #e9e9e9;
}
.product-mobile-layout .variable_mobile.cart .quantity .btn-number.qtyminus {
	width: 40px;
	height: 40px;
	position: static;
	border-radius: 50%;
	line-height: 36px;
	border: none;
	font-size: 30px;
	margin: 0 10px;
	background: #e9e9e9;
}
.variable_mobile.cart .quantity .input-qty {
	font-family: 'sofia_prosemibold', sans-serif;
	color: #000000;
	width: 40px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	float: left;
	border-radius: 50%;
	height: 40px;
	border: 2px solid #aaa;
}
.variable_mobile .woocommerce-variation.single_variation {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.variable_mobile .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	width: 100px;
	float: left;
}
.variable_mobile .single_variation_wrap {
	overflow: hidden;
	min-height: 90px;
}
.product-mobile-layout .variable_mobile .detail-content .summary .price {
	margin: 0;
	padding: 0;
}
div.summary .variable_mobile .price .woocommerce-Price-amount.amount {
	font-size: 18px;
}
.variable_mobile_show .body-overlay {
	opacity: 1;
	visibility: visible;
}
.product-mobile-layout form.cart.variable_mobile.show-box-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.product-mobile-layout form.cart.variable_mobile {
	position: fixed;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	left: 0;
	right: 0;
	opacity: 0;
	bottom: 0;
	z-index: 999999;
	padding: 10px 15px 15px;
	margin: 0;
	visibility: hidden;
	transition: opacity 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
	-o-transition: opacity 0.3s linear, visibility 0.3s linear, -o-transform 0.3s linear;
	-webkit-transition: opacity 0.3s linear, visibility 0.3s linear, -webkit-transform 0.3s linear;
	-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-mobile-layout a.reset_variations {
	position: static;
	margin: 15px 0 0;
	padding: 0 15px;
	font-size: 11px;
	font-family: 'sofia_prosemibold', sans-serif;
	float: left;
	line-height: 30px;
	height: 30px;
}
.single div .variable_mobile a.change-value.color {
	margin: 3px 12px 12px 0;
}
button.single_add_to_cart_button-clone.button {
	line-height: 30px;
	height: auto;
	margin-top: 15px;
	float: right;
	font-size: 11px;
	font-family: 'sofia_prosemibold', sans-serif;
	color: #fff;
}
button.single_add_to_cart_button-clone.button::before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 13px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 0;
}
button.single_add_to_cart_button-clone.button.loading::before {
	content: "\f110";
	-webkit-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
}
button.single_add_to_cart_button-clone.button.added::before {
	content: "\f113";
	font-family: Flaticon, sans-serif;
}
.variable_mobile tr.variation label {
	font-size: 12px;
	font-family: 'sofia_prosemibold', sans-serif;
	line-height: 36px;
}
.variable_mobile tr.variation td.variation-title label::after {
	display: none;
}
.toggle-variations-select-mobile {
	width: 100%;
	background: #fff;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	font-family: 'sofia_prosemibold', sans-serif;
}
.toggle-variations-select-mobile::before {
	content: "\f105";
	float: right;
	font-family: 'Fontawesome', sans-serif;
	font-size: 16px;
}
.variable_mobile_show {
	overflow-y: hidden;
	margin: 0 !important;
}
a.close-box-content {
	position: absolute;
	top: 10px;
	right: 10px;
}
/*Tabs Single Mobile*/
.woocommerce-tabs-mobile {
	margin-top: 15px;
}
.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-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'sofia_prosemibold', sans-serif;
	color: #000;
}
.tabs-mobile-content a.button-togole::before {
	content: "\f105";
	float: right;
	font-family: 'Fontawesome', sans-serif;
	font-size: 16px;
}
.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;
}
.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 .content-des > h2 {
	display: none;
}
button.close-tab {
	background: transparent;
	height: auto;
	top: 0;
	width: 50px;
	border-right: 1px solid #e5e5e5;
	line-height: 53px;
	position: absolute;
	left: 0;
	border-radius: 0;
}
button.close-tab::before {
	font-size: 22px;
	content: "\f104";
	font-family: 'Fontawesome', sans-serif;
	color: #333;
}
h3.title-tab {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	background: #fff;
	padding: 15px 5px;
	margin: 0;
}
.content-des {
	padding: 20px 30px;
	overflow-x: hidden;
	text-align: left;
	overflow-y: scroll;
	height: calc(100% - 54px);
}
html.body-hide {
	overflow: hidden;
}
.content-des th p, .content-des td p {
	margin: 0;
}
.content-des table.shop_attributes {
	color: #333;
}
.content-des #review_form_wrapper {
	margin-top: 20px;
}
.content-des .comment-respond .comment-reply-title {
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	letter-spacing: 0;
	font-family: 'sofia_prosemibold', sans-serif;
	width: 100%;
	text-transform: CAPITALIZE;
	color: #000;
}
.add-to-cart-fixed-btn {
	position: fixed;
	z-index: 10000;
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-family: 'sofia_promedium', sans-serif;
	line-height: 40px;
	display: none;
}
.add-to-cart-fixed-btn .icon {
	margin-right: 10px;
}
/* .single-product-mobile */
.single-product-mobile .summary .wc-tabs {
	margin-left: -20px;
	margin-right: -20px;
}
.single-product-mobile .summary .wc-tabs li {
	width: 100%;
	margin: 0;
}
.single-product-mobile .summary .wc-tabs li a {
	width: 100%;
	padding: 0 10px;
	margin: 10px 0;
}
.single-product-mobile .summary .wc-tabs li a:before {
	border-bottom: 1px solid #e5e5e5;
}
.single-product-mobile .summary .wc-tabs li:hover, .single-product-mobile .summary .wc-tabs li.active {
	background-color: #f1f1f1;
	color: #000;
}
.single-product-mobile .summary .wc-tabs li:hover a, .single-product-mobile .summary .wc-tabs li.active a {
	color: #000;
}
.single-product-mobile .summary .wc-tabs li:hover a:before, .single-product-mobile .summary .wc-tabs li.active a:before {
	border-bottom: 1px solid #eee;
}
.single-product-mobile .woocommerce-Tabs-panel .vc_row .vc_column-inner {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.single-product-mobile .summary .wc-tabs {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}
.single-product-mobile .width_background .woocommerce-variation-add-to-cart {
	float: none;
}
.single-product-mobile .width_background .single_variation_wrap {
	text-align: center;
}
.single-product-mobile .cize-single-add-to-cart-btn.add-to-cart-fixed-btn .icon {
	font-size: 24px;
	top: 3px;
	position: relative;
}
.single-product-mobile .summary .woocommerce-product-rating {
	padding-bottom: 7px;
	margin: 0;
	background: #fff;
	line-height: 18px;
	padding-left: 20px;
	text-align: left;
}
.single-product-mobile .deal-add-to-cart {
	display: none;
}
.single-product-mobile .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
	width: 50px;
	padding: 2px
}
.product-mobile-layout.gallery_detail .single-left .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav > li:after {
	display: none
}
/* Shop page mobile */
.shop-page-mobile .products_list-size-3 .product-item {
	width: 100%;
}
.shop-page-mobile .products_list-size-3 .product-item .product-info {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.shop-page-mobile .products_list-size-3 .product-item .star-rating {
	margin: 0 auto;
}
.shop-page-mobile .products_list-size-3 .product-item .star-rating::before,
.shop-page-mobile .products_list-size-3 .product-item .star-rating span::before {
	padding-left: 3px;
}
.woocommerce-cart-form .variation {
	margin-bottom: 0;
}
/*Mobile CART .shop_table_mobile*/
.enable-shop-page-mobile .woocommerce-page-header {
	margin: 0 -13px;
}
.enable-shop-page-mobile .woocommerce-page-header ul {
	min-width: 0;
}
.enable-shop-page-mobile .woocommerce-page-header ul .line-hover:first-child {
	margin-left: -3px;
}
.woocommerce-cart-form-mobile .shop_table_mobile {
	border: none;
	display: block;
}
.woocommerce-cart-form-mobile .shop_table_mobile tbody {
	display: block;
}
.woocommerce-cart-form-mobile .shop_table_mobile tr {
	position: relative;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.woocommerce-cart-form-mobile .shop_table_mobile td {
	border: none;
	display: block;
	float: left;
}
.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
	content: '';
	position: absolute;
	width: 100vw;
	border-bottom: 1px solid #ebebeb;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce-cart-form-mobile .shop_table_mobile tr::after {
	bottom: 0;
}
.shop_table_mobile .product-thumbnail {
	width: 110px;
}
.shop_table_mobile .product-info {
	width: calc(100% - 115px);
	margin: 0;
}
.shop_table_mobile .product-info > a {
	display: block;
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: 0;
	font-family: 'sofia_promedium', sans-serif;
}
.shop_table_mobile .product-info .product-price {
	display: block;
	font-size: 15px;
	color: #6d6d6d;
	margin-bottom: 10px;
}
.shop_table_mobile .product-info .quantity {
	display: inline-block;
	height: 48px;
}
.cart.shop_table_mobile .quantity .input-qty {
	height: 44px;
}
.cart.shop_table_mobile .quantity .btn-number {
	width: 20px;
	height: 25px;
	line-height: 22px;
}
.product-mobile-layout.product-type-grouped .cart .quantity .btn-number {
	height: 23px;
	line-height: 20px;
}
.shop_table_mobile .product-info .quantity .control {
	display: inline-block;
}
.enable-shop-page-mobile .product-remove .remove {
	font-size: 28px !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	float: right;
	line-height: 22px;
	border: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
	float: none;
}
.product-remove .remove span {
	font-size: 0;
}
.enable-shop-page-mobile .product-remove .remove span {
	text-transform: uppercase;
	font-family: 'sofia_promedium', sans-serif;
	letter-spacing: 0.1em;
	color: #ff0000;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 9px;
}
.enable-shop-page-mobile .woocommerce-cart-form-mobile .product-remove .remove {
	position: absolute;
	top: 10px;
	right: 10px;
}
.woocommerce-cart-form-mobile .actions .actions-btn {
	padding-bottom: 26px;
	position: relative;
	margin-bottom: 8px;
	display: inline-block;
}
.woocommerce-cart-form-mobile .actions .actions-btn::before {
	content: '';
	border-bottom: 1px solid #ebebeb;
	width: 100vw;
	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%);
}
.woocommerce-cart-form-mobile .actions .actions-btn .button {
	width: 100%;
}
.woocommerce-cart-form-mobile .actions .actions-btn .shopping {
	min-width: 100%;
	background-color: transparent;
	border: 1px solid;
	color: #000000;
	line-height: 56px;
	margin: 0;
	font-family: 'sofia_prosemibold', sans-serif;
}
.woocommerce-cart-form-mobile .actions .actions-btn .shopping:hover {
	background-color: #f33c3c;
	border-color: #f33c3c;
	color: #fff;
}
.woocommerce-cart-form-mobile .actions .coupon {
	margin-bottom: 23px;
	border: none;
	position: relative;
	padding: 0 40px 0 40px;
}
.woocommerce-cart-form-mobile .actions .coupon label {
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'sofia_prosemibold', sans-serif;
}
.woocommerce-cart-form-mobile .actions .coupon .button {
	margin-top: 20px;
}
.woocommerce-cart-form-mobile .actions .coupon .input-text {
	height: 50px;
	line-height: 50px;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals {
	padding: 0;
	border: none;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals h2 {
	display: none;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .wc-proceed-to-checkout .checkout-button {
	width: 100%;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr {
	overflow: hidden;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr p {
	margin-bottom: 0;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr strong {
	font-weight: normal;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th,
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
	padding: 10px 0;
	float: left;
	width: auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'sofia_prosemibold', sans-serif;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr th {
	width: 90px !important;
	text-align: left;
	border: none;
	text-transform: uppercase;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table tr td {
	width: calc(100% - 90px) !important;
	text-align: right;
	border: none;
}
.woocommerce-cart-form-mobile ~ .cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	.enable-shop-page-mobile .woocommerce-page-headermid {
		padding-bottom: 25px;
		padding-top: 40px;
	}
	.enable-shop-page-mobile .page-main-content {
		padding: 0 0 35px 0;
	}
}
/* Mobile WISHLIST */
.enable-shop-page-mobile .wishlist-title {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table {
	border: none !important;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr {
	display: inline-block;
	padding-bottom: 21px;
	margin-bottom: 24px;
	text-align: left;
	width: 100%;
	position: relative;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr::before {
	content: '';
	border-bottom: 1px solid #ebebeb;
	width: 100vw;
	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%);
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
	border: none;
	padding: 0;
	text-align: left;
	display: inline;
	width: 100% !important;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td {
	padding-left: 100px;
}
body.enable-shop-page-mobile .woocommerce table.shop_table.wishlist_table thead {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td:first-child {
	float: left;
	width: 100px !important;
	border-left: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td.product-thumbnail {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr td.wishlist-empty {
	margin: 0;
	display: inline-block;
	width: 100% !important;
	padding: 0;
	text-align: center;
	border-right: none;
	padding-top: 15px;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr .product-name {
	display: block;
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: 0;
	float: left;
	width: 100% !important;
	padding-left: 100px !important;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tr .product-price {
	display: block;
	font-size: 15px;
	color: #6d6d6d;
	float: left;
	width: 100% !important;
	padding-left: 100px !important;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart {
	margin-top: 15px;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart::before {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-add-to-cart .add_to_cart {
	width: 100%;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 15px;
	height: 50px;
	line-height: 50px;
}
.enable-shop-page-mobile form#yith-wcwl-form {
	padding: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table .product-remove {
	padding: 0;
	border: none;
	top: 35px;
	right: -13px;
}
.enable-shop-page-mobile .shop_table tr td.product-stock-status > span {
	padding: 3px 12px;
	text-align: center;
	width: auto;
	
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr {
	padding-bottom: 0;
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr td:first-child {
	width: 100% !important;
	text-align: center;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot tr::before {
	display: none;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share {
	margin-bottom: 0;
}
.enable-shop-page-mobile .woocommerce .wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'sofia_promedium', sans-serif;
	margin: 2px 0 17px 0;
}
@media (min-width: 768px) {
	.shop-page-mobile .products_list-size-3 .product-item .product-thumb {
		float: left;
	}
	.shop-page-mobile .products_list-size-3 .product-item .product-info {
		margin-top: 0;
		padding: 20px;
		text-align: left;
	}
	.shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating {
		margin-left: 0;
	}
	.shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating:before, .shop-page-mobile .products_list-size-3 .product-item .product-info .star-rating span:before {
		padding-left: 0;
	}
	.shop-page-mobile .products_list-size-3 .product-item .onsale, .shop-page-mobile .products_list-size-3 .product-item .onnew {
		position: absolute;
		z-index: 2;
		top: 0;
	}
	.shop-page-mobile .products_list-size-3 .product-item .onsale {
		left: 15px;
	}
	.shop-page-mobile .products_list-size-3 .product-item .onnew {
		right: 15px;
	}
	.product-mobile-layout div.detail-content .summary .cart .single_add_to_cart_button {
		max-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
	.product-mobile-layout .woocommerce-variation-add-to-cart {
		width: calc(100% - 283px);
		float: left;
	}
	.product-mobile-layout .summary .yith-wcwl-add-to-wishlist {
		clear: none;
	}
}
@media (max-width: 767px) {
	.onnew, .onsale {
		font-size: 12px;
		height: 22px;
		letter-spacing: 0;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
body.single-product .main-container {
	padding-top: 0;
}
.bestseller-cat-products .product-item {
	width: 100% !important;
	padding: 0;
}
.bestseller-cat-products .product-item .product-thumb img {
	width: 100%;
}
.bestseller-cat-products .block-title {
	overflow: hidden;
}
.bestseller-cat-products .block-grid-title {
	text-align: left;
	font-size: 30px;
	margin: 0 0 40px 0;
	padding-bottom: 11px;
	position: relative;
	font-family: sofia_promedium, sans-serif;
	float: left;
}
.bestseller-cat-products .block-grid-title::before {
	left: 0;
	content: '';
	position: absolute;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid;
	text-transform: uppercase;
}
.bestseller-cat-products .block-title > a {
	min-width: 166px;
	height: 43px;
	line-height: 41px;
	display: inline-block;
	float: right;
	background-color: #f33c3c;
	border-radius: 43px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.bestseller-cat-products .block-title > a::after {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	margin-left: 10px;
	font-size: 18px;
	transition: 0.8s;
}
.bestseller-cat-products .block-title > a:hover::after {
	margin-left: 20px;
}
@media (max-width: 1366px) {
	.bestseller-cat-products .block-grid-title {
		font-size: 26px;
	}
}
/*FIX MAC*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.header-table .header-control-wrap .header-search-box .search-icon .icon::before {
		position: relative;
		top: 2px;
	}
	a.backtotop i::before {
		position: relative;
		top: 2px;
	}
	.owl-carousel .owl-nav > div i::before {
		position: relative;
		top: 2px;
	}
	.cize-categories.style-04 .cize-category-wrap .category-name a {
		height: 46px;
		line-height: 30px;
	}
	.cize-tabs.style-02 .tab-link > li > a, .cize-tabs.style-04 .tab-link > li > a, .cize-tabs.style-05 .tab-link > li > a {
		line-height: 40px;
	}
	.cize-search.style-01 .search-fields .search-submit {
		line-height: 62px;
	}
	.currency-language-wrap {
		top: 0;
	}
	.currency-language {
		top: -1px;
	}
	.wcml_currency_switcher {
		top: -1px;
	}
	header .wcml_currency_switcher {
		top: -1px
	}
}
body .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
	margin: 0 !important;
}
@media (max-width: 767px) {
	.woocommerce table.shop_table.wishlist_table tr td.product-thumbnail {
		width: 100px !important;
		padding: 0 10px 0 0;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.woocommerce table.shop_table.wishlist_table tr td.product-remove {
		border: none;
		right: 0;
		top: 0;
	}
	.woocommerce table.shop_table.wishlist_table tr td.product-name {
		padding-right: 60px;
	}
	.woocommerce table.shop_table.wishlist_table.wishlist_table tr td.product-name,
	.woocommerce table.shop_table.wishlist_table tr td.product-price,
	.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart,
	.woocommerce table.shop_table.wishlist_table tr td.product-stock-status,
	.woocommerce table.shop_table.wishlist_table tr td.product-price {
		width: 100% !important;
		margin: 0;
		padding-left: 100px;
	}
	.woocommerce table.shop_table.wishlist_table tr td.product-name {
		padding-top: 0 !important;
	}
	body table.shop_table.wishlist_table tr th:first-child,
	body table.shop_table.wishlist_table tr td:first-child {
		border-left: none;
	}
	body table.shop_table.wishlist_table tr th:last-child,
	body table.shop_table.wishlist_table tr td:last-child {
		border-right: none;
	}
	body .woocommerce table.shop_table.wishlist_table {
		border: 2px solid #e3e3e3;
		border-radius: 3px;
	}
	body .woocommerce table.shop_table.wishlist_table .product-add-to-cart {
		padding-left: 0;
	}
	body .woocommerce table.shop_table.wishlist_table .product-add-to-cart .add_to_cart {
		font-size: 12px;
		letter-spacing: 0.2em;
		height: 50px;
		line-height: 50px;
		width: 100%;
	}
	body .shop_table tr td.product-stock-status > span {
		padding: 9px 15px;
		margin-bottom: 8px;
	}
	body .woocommerce table.shop_table.wishlist_table tr {
		padding: 15px 0 15px 15px;
	}
	body .woocommerce table.shop_table.wishlist_table tr:not(:last-child) {
		border-bottom: 1px solid #e3e3e3;
	}
	body .woocommerce table.shop_table tfoot {
		border-top: 1px solid #e3e3e3;
	}
	.yith-wcwl-share {
		margin-bottom: 22px;
	}
	.wishlist-empty {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.bestseller-cat-products .block-grid-title {
		margin-bottom: 10px;
	}
	.bestseller-cat-products .block-title {
		margin-bottom: 20px;
	}
	.header .minicart-items .product-cart .product-remove .remove::before,
	.header .minicart-items .product-cart .product-remove .remove::after {
		width: 11px;
	}
}
.wpb_revslider_element .fa-icon-angle-down::before,
.wpb_revslider_element .fa-icon-angle-up::before {
	font-size: 21px;
}
.wpb_revslider_element .fa-icon-angle-down::before {
	position: relative;
	top: 2px
}
.header.style-06 .breadcrumbs .breadcrumb,
.single-post .header.style-06 ~ .boxed-wrap .breadcrumbs .breadcrumb {
	padding-left: 0 !important;
}
.single-product .header.style-06 ~ .product-toolbar,
.single-post .header.style-06 ~ .boxed-wrap .breadcrumbs,
.header.style-06 .breadcrumbs {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.single-product .header.style-06 ~ .product-toolbar,
	.single-post .header.style-06 ~ .boxed-wrap .breadcrumbs,
	.header.style-06 .breadcrumbs {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.single-product .header.style-06 ~ .product-toolbar,
	.single-post .header.style-06 ~ .boxed-wrap .breadcrumbs,
	.header.style-06 .breadcrumbs {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.single-product .header.style-06 ~ .product-toolbar,
	.single-post .header.style-06 ~ .boxed-wrap .breadcrumbs,
	.header.style-06 .breadcrumbs {
		width: 1170px;
	}
}
@media (min-width: 1281px) {
	.single-product .header.style-06 ~ .product-toolbar,
	.single-post .header.style-06 ~ .boxed-wrap .breadcrumbs,
	.header.style-06 .breadcrumbs {
		width: 1440px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
header .cize-custommenu .logo,
header .cize-custommenu .image {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	top: -10px;
	margin-left: 5px;
	bottom: auto !important;
}
.top_sidebar #widget-area .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	display: none !important;
}
.slick-countdown .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.slick-countdown .slick-list .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
.slick-countdown .slick-list .slick-slide.slick-active {
	visibility: visible !important;
}
.commentlist .review.byuser {
	margin-bottom: 25px;
}
.comment-respond span.comment-reply-title {
	color: #000;
}
.logo .image_icon_1 {
	display: none !important;
}

/* Gutenberg */
.post-content .wp-block-cover,
.single-post-content .wp-block-cover {
	margin-bottom: 28px;
}

code {
	padding: 2px;
	border-radius: 2px;
	color: #23282d;
	background: #f3f4f5;
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: inherit;
}

.post-content .wp-block-quote,
.single-post-content .wp-block-quote {
	display: inline-block;
	padding: 44px 22px 13px 22px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: 4px solid #ffa749;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	background: url(assets/images/quote.png) no-repeat 30px 0;
	line-height: 28px;
}

.post-content .wp-block-quote[style*="text-align:right"], .post-content .wp-block-quote[style*="text-align: right"],
.single-post-content .wp-block-quote[style*="text-align:right"], .single-post-content .wp-block-quote[style*="text-align: right"] {
	border-left: none;
	border-right: 4px solid #ffa749;
	background-position-x: calc(100% - 30px);
}
.post-content .wp-block-quote[style*="text-align:center"], .post-content .wp-block-quote[style*="text-align: center"],
.single-post-content .wp-block-quote[style*="text-align:center"], .single-post-content .wp-block-quote[style*="text-align: center"] {
	background-position-x: center;
}

.post-content .wp-block-quote p,
.single-post-content .wp-block-quote p {
	padding: 0;
}

.post-content .wp-block-quote p:before,
.single-post-content .wp-block-quote p:before {
	display: none;
}

.post-content .has-large-font-size,
.single-post-content .has-large-font-size {
	line-height: 36px;
}

.post-content .has-huge-font-size, .post-content .has-larger-font-size,
.single-post-content .has-huge-font-size, .single-post-content .has-larger-font-size {
	font-size: 48px;
	line-height: 48px;
}

.post-item .post-content > *:not(.vc_row), .single-post-content > *:not(.vc_row) {
	width: 900px;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.post-item .post-content > *.aligncenter:not(.vc_row), .single-post-content > *.aligncenter:not(.vc_row) {
	margin-left: auto;
	margin-right: auto;
}

.post-item .post-content > .wp-block-image, .single-post-content > .wp-block-image:not(.vc_row) {
	width: 100%;
}

.post-item .post-content > .wp-block-image > figure, .post-item .single-post-content > .wp-block-image > figure {
	width: 900px;
	max-width: 100%;
}

.post-item .post-content > p:last-child, .post-item .single-post-content > p:last-child {
	width: 900px;
}

.post-item .post-content > *.alignwide, .post-item .single-post-content > *.alignwide {
	width: 100%;
	max-width: 100%;
	clear: both;
}

.post-item .post-content > *.alignwide > img, .post-item .single-post-content > *.alignwide > img {
	width: 100%;
}

.post-item .post-content .wp-block-cover.alignwide .wp-block-cover__inner-container {
	width: calc(100% - 70px);
}

.post-item .post-content > *.alignwide.alignright, .post-item .single-post-content > *.alignwide.alignright,
.post-item .post-content > *.alignwide.alignleft, .post-item .single-post-content > *.alignwide.alignleft,
.post-item .post-content > *.alignwide.aligncenter, .post-item .single-post-content > *.alignwide.aligncenter{
	width: 900px;
}

.post-item .post-content > *.alignfull, .post-item .single-post-content > *.alignfull {
	position: relative;
	margin-top: calc(2 * 1rem);
	margin-bottom: calc(2 * 1rem);
	left: calc(-12.5% - 101.5px);
	width: calc(125% + 203px);
	max-width: calc(125% + 203px);
	clear: both;
}

.post-item .post-content > *.alignleft, .post-item .single-post-content > *.alignleft {
	float: left;
	margin-right: 2em;
}

.post-item .post-content > *.alignright, .post-item .single-post-content > *.alignright {
	float: right;
	margin-left: 2em;
}

.wp-block-image .aligncenter {
	margin-top: 0;
}

.wp-block-image .alignleft {
	margin-right: 2em;
	margin-top: 0;
}

.wp-block-image .alignright {
	margin-left: 2em;
	margin-top: 0;
}

.post-item .post-content > .wp-block-image.alignfull > img,
.post-item .single-post-content > .wp-block-image.alignfull > img,
.wp-block-image .alignfull img,
.wp-block-image.alignfull img {
	width: 100%;
}

.wp-block-pullquote {
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 28px;
	padding: 0;
}

.wp-block-pullquote p:before {
	display: none;
}

.wp-block-pullquote blockquote {
	font-style: normal;
	display: block;
	color: #40464d;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: none;
	background-image: none;
}

.wp-block-pullquote blockquote cite {
	display: block;
	line-height: 24px;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-image figcaption {
	font-style: italic;
}

.post-item .post-content .wp-block-separator {
	max-width: 100px;
}