/* -------------------------------------------
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #a9a9a9
    Accent color: #da1919
[Typography]
    Body:       15px/28px 'Open Sans', sans-serif;
    Input: 14px/56px
    Textarea: 14px/28px
[Component module]
1.0 RESET BROWSER
    1.1 FORM THEME
    1.2 TABLE THEME
    1.3 WORDPRESS THEME
    1.4 WOOCOMMERCE THEME
2.0 DEFAULT SETTING
    2.1 ADMIN
    2.2 CONTAINER + DEFAULT CLASS
    2.3 CAROUSEL THEME
3.0 HEADER THEME
    3.1 HEADER LOGO
    3.2 MAIN NAVIGATION
    3.3 MOBILE MENU
    3.4 HEADER DROPDOWN
    3.5 HEADER ICON
    3.6 HEADER STYLE
4.0 BLOG THEME
    4.1 SINGLE BLOG
    4.2 BLOG CLASSIC
    4.3 BLOG FULL LAYOUT
    4.4 BLOG LIST
    4.5 BLOG GRID
5.0 SHOP THEME
    5.1 PRODUCT ITEM
    5.2 SINGLE PRODUCT
    5.3 SHOP TABLE
    5.4 CHECKOUT
6.0 WIDGET + PAGINATION + LOADMORE THEME
    6.1 WIDGET THEME
    7.2 PAGINATION THEME
    7.3 LOADMORE THEME
7.0 SHORTCODE THEME
    7.1 PRODUCT FILTER
    7.2 MERCI TAB
    7.3 NEWSLETTER
    7.4 MERCI TEAM
    7.5 MERCI SOCIALS
    7.6 CONTACT FORM 7
    7.7 ICON BOX
    7.8 MERCI COUNTDOWN
    7.9 MERCI INSTAGRAM
    7.10 MERCY CATEGORY
    7.11 MERCY BLOG
8.0 PAGE THEME
    8.1 PAGE 404
    8.2 PAGE FAQs
    8.3 COMMING SOON
    8.4 PAGE TYPO
    8.5 MERCI TESTIMONIALS
9.0 FOOTER THEME
10.0 RESPONSIVE

------------------------------------------- */

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
html {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #636363;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #636363;
	overflow-x: hidden;
}

label {
	color: #111111;
}

a {
	color: #111111;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #da1919;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

ul, ol {
	margin: 0;
	padding-left: 19px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
	color: #111111;
	margin-top: 0;
}

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;
}

blockquote, q {
	font-family: 'Droid Serif', sans-serif;
	font-weight: normal;
	font-style: italic;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 30px 10px 65px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: none;
	color: #636363;
	position: relative;
}

blockquote::before, q::before {
	font-family: 'Playfair Display', sans-serif;
	content: "​‌“";
	font-size: 100px;
	font-style: normal;
	line-height: 90px;
	color: #1e1e27;
	position: absolute;
	left: 0;
}

/* ==========================================================================
  1.1 FORM THEME
============================================================================ */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	padding: 0 21px;
	max-width: 100%;
	background-color: transparent;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	color: #c2c2c2;
}

textarea {
	border: 1px solid #e9eaea;
	line-height: 26px;
	padding: 15px 21px;
	height: auto;
	width: 100%;
}

select {
	font-size: 14px;
	color: #111111;
	border: 1px solid #111111;
	padding: 0 0 0 21px;
}

option {
	padding: 5px 21px;
	height: 30px;
	line-height: 30px;
}

button,
input[type="submit"] {
	font-weight: 500;
	display: inline-block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background: #111111;
	border: none;
	border-radius: 0;
	vertical-align: top;
}

button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
	color: #ffffff;
	background: #da1919;
}

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,
input[type="submit"]:focus,
button:focus,
select:focus {
	outline: none;
	color: #111111;
	border-color: #111111 !important;
}

: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);
}

.return-message {
	line-height: 20px;
	padding: 10px 30px;
	margin-top: 15px;
}

/* ==========================================================================
  1.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;
	font-weight: normal;
}

/*----------------------------Auto Clear--------------------------------*/
@media (min-width: 1500px) {
	.auto-clear .col-bg-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear .col-bg-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear .col-bg-15:nth-child(5n+1) {
		clear: left;
	}

	.auto-clear .col-bg-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear .col-bg-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear .col-bg-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.auto-clear .col-lg-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear .col-lg-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear .col-lg-15:nth-child(5n+1) {
		clear: left;
	}

	.auto-clear .col-lg-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear .col-lg-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear .col-lg-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .col-md-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear .col-md-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear .col-md-15:nth-child(5n+1) {
		clear: left;
	}

	.auto-clear .col-md-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear .col-md-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear .col-md-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .col-sm-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear .col-sm-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear .col-sm-15:nth-child(5n+1) {
		clear: left;
	}

	.auto-clear .col-sm-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear .col-sm-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear .col-sm-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear .col-xs-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear .col-xs-15:nth-child(5n+1) {
		clear: left;
	}

	.auto-clear .col-xs-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear .col-xs-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear .col-xs-6:nth-child(odd) {
		clear: left;
	}
}

@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear .col-ts-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear .col-ts-15:nth-child(5n+1) {
		clear: left;
	}

	.auto-clear .col-ts-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear .col-ts-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear .col-ts-6:nth-child(odd) {
		clear: left;
	}
}

/*-------------------Custom Bostrap Colum > 1500px---------------------*/
@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 {
		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 Bostrap Colum < 480px----------------------*/
@media (max-width: 480px) {
	.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%;
	}

	.col-ts-pull-12 {
		right: 100%;
	}

	.col-ts-pull-11 {
		right: 91.66666667%;
	}

	.col-ts-pull-10 {
		right: 83.33333333%;
	}

	.col-ts-pull-9 {
		right: 75%;
	}

	.col-ts-pull-8 {
		right: 66.66666667%;
	}

	.col-ts-pull-7 {
		right: 58.33333333%;
	}

	.col-ts-pull-6 {
		right: 50%;
	}

	.col-ts-pull-5 {
		right: 41.66666667%;
	}

	.col-ts-pull-4 {
		right: 33.33333333%;
	}

	.col-ts-pull-3 {
		right: 25%;
	}

	.col-ts-pull-2 {
		right: 16.66666667%;
	}

	.col-ts-pull-1 {
		right: 8.33333333%;
	}

	.col-ts-pull-0 {
		right: auto;
	}

	.col-ts-push-12 {
		left: 100%;
	}

	.col-ts-push-11 {
		left: 91.66666667%;
	}

	.col-ts-push-10 {
		left: 83.33333333%;
	}

	.col-ts-push-9 {
		left: 75%;
	}

	.col-ts-push-8 {
		left: 66.66666667%;
	}

	.col-ts-push-7 {
		left: 58.33333333%;
	}

	.col-ts-push-6 {
		left: 50%;
	}

	.col-ts-push-5 {
		left: 41.66666667%;
	}

	.col-ts-push-4 {
		left: 33.33333333%;
	}

	.col-ts-push-3 {
		left: 25%;
	}

	.col-ts-push-2 {
		left: 16.66666667%;
	}

	.col-ts-push-1 {
		left: 8.33333333%;
	}

	.col-ts-push-0 {
		left: auto;
	}

	.col-ts-offset-12 {
		margin-left: 100%;
	}

	.col-ts-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-ts-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-ts-offset-9 {
		margin-left: 75%;
	}

	.col-ts-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-ts-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-ts-offset-6 {
		margin-left: 50%;
	}

	.col-ts-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-ts-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-ts-offset-3 {
		margin-left: 25%;
	}

	.col-ts-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-ts-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-ts-offset-0 {
		margin-left: 0;
	}

	.hidden-ts {
		display: none;
	}
}

/*---------------------Custom Bostrap 5 columns------------------------*/
.col-bg-15,
.col-bg-45,
.col-lg-15,
.col-lg-45,
.col-md-15,
.col-md-45,
.col-sm-15,
.col-sm-45,
.col-xs-15,
.col-xs-45,
.col-ts-15,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-ts-15,
.col-ts-45 {
	float: left;
}

.col-ts-15 {
	width: 20%;
}

.col-ts-45 {
	width: 80%;
}

@media (min-width: 480px) {
	.col-xs-15,
	.col-xs-45 {
		float: left;
	}

	.col-xs-15 {
		width: 20%;
	}

	.col-xs-45 {
		width: 80%;
	}
}

@media (min-width: 768px) {
	.col-sm-15,
	.col-sm-45 {
		float: left;
	}

	.col-sm-15 {
		width: 20%;
	}

	.col-sm-45 {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.col-md-15,
	.col-md-45 {
		float: left;
	}

	.col-md-15 {
		width: 20%;
	}

	.col-md-45 {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15,
	.col-lg-45 {
		float: left;
	}

	.col-lg-15 {
		width: 20%;
	}

	.col-lg-45 {
		width: 80%;
	}
}

@media (min-width: 1500px) {
	.col-bg-15,
	.col-bg-45 {
		float: left;
	}

	.col-bg-15 {
		width: 20%;
	}

	.col-bg-45 {
		width: 80%;
	}
}

/*rows-space*/
.rows-space-0 {
	margin-bottom: 0 !important;
}

.rows-space-10 {
	margin-bottom: 10px !important;
}

.rows-space-20 {
	margin-bottom: 20px !important;
}

.rows-space-30 {
	margin-bottom: 30px !important;
}

.rows-space-40 {
	margin-bottom: 40px !important;
}

.rows-space-50 {
	margin-bottom: 50px !important;
}

.rows-space-60 {
	margin-bottom: 60px !important;
}

.rows-space-70 {
	margin-bottom: 70px !important;
}

.rows-space-80 {
	margin-bottom: 80px !important;
}

.rows-space-90 {
	margin-bottom: 90px !important;
}

.rows-space-100 {
	margin-bottom: 100px !important;
}

/*------------------------------
 CUSTOM BOOSTRAP COLUMNS
 ------------------------------*/
@media (min-width: 1280px) {
	.container {
		width: 1200px;
	}
}

.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11,
.vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3,
.vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6,
.vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
	float: left;
}

/*.normal-effect*/
.normal-effect img {
	opacity: 0.2;
	-webkit-transition: all 450ms;
	-moz-transition: all 450ms;
	-ms-transition: all 450ms;
	-o-transition: all 450ms;
	transition: all 450ms;
}

.normal-effect:hover img {
	opacity: 1;
}

/*.plus-zoom*/
.plus-zoom {
	position: relative;
	display: block;
	overflow: hidden;
}

.plus-zoom::before,
.plus-zoom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 1;
}

.plus-zoom:hover::before {
	right: 50%;
	left: 50%;
	background-color: #fff;
	opacity: 0.3;
}

.plus-zoom:hover::after {
	top: 50%;
	bottom: 50%;
	background-color: #fff;
	opacity: 0.3;
}

/*underline-center*/
.underline-center {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #000;
}

.underline-center::before {
	left: 50%;
	right: 50%;
	top: 10px;
	bottom: 10px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.underline-center::after {
	top: 50%;
	bottom: 50%;
	left: 10px;
	right: 10px;
	border-left: 2px solid;
	border-right: 2px solid;
}

.underline-center::before,
.underline-center::after {
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-color: #fff;
}

.underline-center img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.underline-center:hover::before {
	left: 10px;
	right: 10px;
}

.underline-center:hover::after {
	top: 10px;
	bottom: 10px;
}

.underline-center:hover img {
	opacity: 0.8;
}

/* ==========================================================================
  1.3 WORDPRESS THEME
============================================================================ */
.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 p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 4px 5px;
	margin: 0 !important;
}

.gallery-caption {
	color: #707070;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

iframe {
	max-width: 100% !important;
}

.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}

.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
	font-size: 0.8125rem;

	text-align: center;
}

.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-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: left;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.page-links {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #b8b6b6;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 36px;
	padding: 0 5px;
	border: 1px solid #dddddd;
	margin-right: 10px;
}

.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #111111;
	border-color: #111111;
}

.bypostauthor {
	color: inherit;
}

.sticky {
	color: inherit;
}

.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget select {
	width: 100%;
}

.widget_rss .rss-date {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #ababab;
}

.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}

/* ==========================================================================
  1.4 WOOCOMMERCE THEME
============================================================================ */
.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 .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	margin: 0;
}

.woocommerce-error {
	border-color: #f44336;
}

.woocommerce-info {
	border-color: #2196F3;
}

/* ==========================================================================
   2.0 DEFAULT SETTING
========================================================================== */
.merci-container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*body*/
body.box-mobile-menu-open,
body.menu-canvas-open,
body.block-search-open {
	overflow: hidden;
}

/*.admin-bar*/
.admin-bar .box-mobile-menu {
	padding-top: 32px;
}

.admin-bar .box-mobile-menu .back-menu,
.admin-bar .box-mobile-menu .close-menu {
	top: 32px;
}

.admin-bar .box-mobile-menu .main-menu .submenu {
	top: 77px;
}

/* ==========================================================================
   3.0 HEADER THEME
========================================================================== */
.header-container {
	width: 1800px;
	max-width: 100%;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   3.1 LOGO THEME
========================================================================== */
.header-logo {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 80px;
}

/* ==========================================================================
    3.2 MAIN NAVIGATION
========================================================================== */
.header-menu {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.main-navigation .main-menu {
	padding: 0;
	list-style: none;
}

.main-navigation .main-menu .menu-item {
	list-style: none;
	position: relative;
}

.main-navigation .main-menu > .menu-item > a {
	font-size: 14px;
	line-height: 24px;
	color: #111111;
	vertical-align: middle;
}

.main-navigation .main-menu > .menu-item:hover > a {
	color: #da1919;
}

/*merci-custommenu*/
.merci-custommenu .menu {
	padding: 0;
}

.merci-custommenu .widgettitle {
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
	color: #111111;
	position: relative;
	margin-bottom: 0;
}

.main-navigation {
	padding-top: 22px;
	padding-bottom: 22px;
}

/*sup menu*/
.main-navigation .main-menu > .menu-item {
	display: inline-block;
	line-height: 36px;
	padding-left: 19px;
	padding-right: 19px;
}

.main-navigation .main-menu > .menu-item:first-child {
	padding-left: 0;
}

.main-navigation .main-menu > .menu-item::before {
	display: none;
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: calc(100% + 30px);
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.main-navigation .main-menu > .menu-item:hover::before {
	display: block;
}

/*sub menu*/
.main-navigation .main-menu .menu-item .submenu {
	min-width: 262px;
	background-color: #ffffff;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border: 1px solid #e1e1e1;
	padding: 16px 20px 16px 31px;
	text-align: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-navigation .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}

.main-navigation .main-menu > .menu-item > .submenu {
	top: 100%;
	left: -14px;
	margin-top: 18px;
}

.main-navigation .main-menu > .menu-item > .submenu .submenu {
	top: -17px;
	left: 100%;
	margin-left: 31px;
}

.main-navigation .main-menu > .menu-item .submenu .menu-item {
	line-height: 36px;
	position: relative;
}

.main-navigation .main-menu > .menu-item .submenu .menu-item::before {
	content: '';
	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%);
	width: -webkit-calc(100% + 62px);
	width: -moz-calc(100% + 62px);
	width: calc(100% + 62px);
	height: 100%;
	z-index: -1;
}

.main-navigation .main-menu > .menu-item .submenu .menu-item a {
	font-size: 14px;
	line-height: 24px;
	color: #636363;
}

.main-navigation .main-menu > .menu-item .submenu .menu-item:hover > a {
	color: #da1919;
}

/*.toggle-submenu*/
.main-navigation .main-menu .menu-item .toggle-submenu {
	display: none;
	position: absolute;
	top: 0;
	right: -8px;
	z-index: 999;
}

.main-navigation .main-menu .menu-item .toggle-submenu::before {
	display: block;
	content: "\33";
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	width: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	color: #111111;
}

.main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
	content: "\35";
}

.main-navigation .main-menu .menu-item:hover > .toggle-submenu::before {
	color: #da1919 !important;
}

/*==========================================================================
    3.3 MOBILE MENU
========================================================================== */
.box-mobile-menu [class^="vc_col-"],
.box-mobile-menu [class*=" vc_col-"] {
	width: 100%;
	float: none;
}

.box-mobile-menu-open .box-mobile-menu,
.box-mobile-menu-open .body-overlay {
	left: 0;
}

.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;
	overflow: hidden;
	-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: 1000;
}

.box-mobile-menu .box-inner {
	height: -webkit-calc(100% - 45px);
	height: -moz-calc(100% - 45px);
	height: calc(100% - 45px);
	border-top: 1px solid #e6e6e6;
}

.box-mobile-menu .box-title {
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #111111;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 45px;
	text-align: center;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.box-mobile-menu .back-menu,
.box-mobile-menu .close-menu {
	cursor: pointer;
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	display: block;
	color: #111111;
	font-size: 0;
}

.box-mobile-menu .back-menu {
	display: none;
	top: 0;
	left: 0;
}

.box-mobile-menu .close-menu {
	top: 0;
	right: 0;
}

.box-mobile-menu .back-menu:hover,
.box-mobile-menu .close-menu:hover {
	color: #da1919;
}

.box-mobile-menu .back-menu::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 18px;
	border-bottom: 2px solid;
}

.box-mobile-menu .back-menu::after {
	content: '';
	position: absolute;
	top: 19px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	left: 13px;
	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: 19px;
	width: 17px;
}

.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 .toggle-submenu {
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.box-mobile-menu .toggle-submenu::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f105";
	font-size: 24px;
}

.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 .submenu {
	list-style: none;
	padding-left: 0;
	position: fixed;
	top: 45px;
	bottom: 0;
	left: -360px !important;
	width: 360px !important;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
	-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;
}

.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:hover > a {
	color: #da1919;
}

.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: #da1919;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu::before {
	content: '\f105';
}

.box-mobile-menu .main-menu .submenu .wpb_column {
	width: 100% !important;
}

.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;
}

.box-mobile-menu .merci-custommenu .widgettitle {
	padding-top: 10px;
	padding-right: 40px;
	margin-left: 15px;
}

/*body-overlay*/
.body-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

/*mobile-navigation*/
.mobile-navigation {
	display: none;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #111111;
	margin-right: 25px;
}

.mobile-navigation:hover {
	color: #da1919;
}

.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 .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;
	padding: 0;
	position: absolute;
	top: 0 !important;
	left: -100% !important;
	bottom: 0;
	width: 100% !important;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
}

.box-mobile-menu .main-menu .menu-item {
	display: inline-block;
	position: static;
	width: 100%;
}

.box-mobile-menu .main-menu .menu-item > a {
	display: block;
}

.box-mobile-menu .main-menu .menu-item-has-children > a {
	display: inline-block;
	vertical-align: top;
}

.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;
}

/*==========================================================================
    3.4 HEADER DROPDOWN
========================================================================== */
.header-dropdown {
	float: left;
	padding: 22px 15px;
}

/*header-user*/
.header-dropdown .header-user {
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #111111;
	vertical-align: middle;
}

.header-dropdown .header-user:hover {
	color: #da1919;
}

/*switcher-language*/
.header-dropdown .switcher-language {
	position: relative;
	display: inline-block;
	line-height: 36px;
}

.header-dropdown .switcher-language::before {
	content: '';
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header-dropdown .switcher-language::after {
	margin: 0 20px;
	content: '|';
	color: #c2c2c2;
}

.header-dropdown .switcher-language .switcher-trigger {
	color: #111111;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}

.header-dropdown .switcher-language .switcher-trigger:hover {
	color: #da1919;
}

.header-dropdown .switcher-language .switcher-trigger::after {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\33";
	margin-left: 3px;
}

.header-dropdown .switcher-language .submenu {
	text-align: left;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: -33px;
	margin-top: 16px;
	min-width: 205px;
	padding: 16px 31px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	z-index: 10;
}

.header-dropdown .switcher-language::before,
.header-dropdown .switcher-language:hover .submenu {
	display: block;
}

.header-dropdown .switcher-language .submenu li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #636363;
}

.header-dropdown .switcher-language .submenu li a:hover {
	color: #da1919;
}

/*list-currency*/
.header-dropdown .list-currency {
	display: inline-block;
	line-height: 36px;
}

.header-dropdown .list-currency::after {
	margin: 0 20px;
	content: '|';
	color: #c2c2c2;
}

.header-dropdown .list-currency .wcml-dropdown-click {
	width: auto;
	display: inline-block;
	margin: 0;
}

.header-dropdown .list-currency .wcml-dropdown-click ul {
	padding: 0;
	list-style: none;
}

.header-dropdown .list-currency .wcml-dropdown-click li:hover,
.header-dropdown .list-currency .wcml-dropdown-click li:focus {
	background: none;
}

.header-dropdown .list-currency .wcml-dropdown-click a.wcml-cs-item-toggle {
	color: #111111;
	line-height: 24px;
	padding: 0;
}

.header-dropdown .list-currency .wcml-dropdown-click a.wcml-cs-item-toggle:after {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\33";
	position: static;
	border: none;
	margin: 0 0 3px 6px;
	vertical-align: top;
}

.header-dropdown .list-currency .wcml-dropdown-click a {
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	display: block;
	color: #636363;
	vertical-align: middle;
}

.header-dropdown .list-currency .wcml-dropdown-click a:hover {
	color: #da1919;
}

.header-dropdown .list-currency .wcml-dropdown-click .wcml-cs-submenu {
	text-align: left;
	top: 100%;
	left: -33px;
	margin-top: 18px !important;
	min-width: 205px;
	padding: 16px 31px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
}

.header-dropdown .list-currency .wcml-dropdown-click li,
.header-dropdown .list-currency .wcml-dropdown-click .wcml-cs-submenu li {
	border: none;
	background: none;
}

/*==========================================================================
    3.5 HEADER ICON
========================================================================== */
.header-icon {
	float: left;
	text-align: right;
	padding: 22px 15px;
}

/*.block-search*/
.block-search {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	margin-right: 10px;
}

.block-search a {
	color: #111111;
}

.block-search a:hover {
	color: #da1919;
}

.block-search-wrap {
	position: fixed;
	height: 100vh;
	background-color: #f7f7f7;
	z-index: 1000;
	padding: 180px 15px 0 15px;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.block-search-open .block-search-wrap {
	opacity: 1;
	visibility: visible;
}

.block-search-wrap .form-search {
	text-align: center;
}

.block-search-wrap .form-search .title-search {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 60px;
}

.block-search-wrap .form-search .form-content {
	position: relative;
	margin-bottom: 128px;
	display: inline-block;
	max-width: 100%;
}

.block-search-wrap .form-search .form-content .input {
	width: 835px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	padding: 0 60px 0 20px;
}

.block-search-wrap .form-search .form-content .btn-search {
	height: 50px;
	line-height: 53px;
	position: absolute;
	top: 0;
	right: 0;
	color: #111111;
	background: none;
}

.block-search-wrap .form-search .form-content .btn-search:hover {
	background: none;
	color: #da1919;
}

.close-block-search {
	cursor: pointer;
	font-size: 24px;
	color: #111111;
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 auto;
}

.close-block-search:hover {
	color: #da1919;
}

/*.block-wishlist*/
.block-wishlist,
.block-minicart {
	display: inline-block;
	position: relative;
	color: #111111;
	font-size: 16px;
	line-height: 36px;
	margin-left: 15px;
	margin-right: 10px;
}

.block-wishlist .count,
.block-minicart .count {
	display: block;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #111111;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	padding: 0 3px;
	position: absolute;
	right: -10px;
	bottom: -1px;
}

.block-wishlist:hover,
.block-minicart:hover {
	color: #da1919;
}

/*block-account*/
.header-icon .block-account {
	display: none;
	font-size: 16px;
	line-height: 36px;
	color: #111111;
	margin-left: 25px;
}

.header-icon .block-account:hover {
	color: #da1919;
}

/*.header-search*/
.header-search {
	display: inline-block;
	padding: 22px 15px;
	float: left;
}

.header-search .form-search .form-content {
	position: relative;
}

.header-search .form-search .form-content input {
	padding: 0;
	border: none;
	border-bottom: 1px solid #ebebeb;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-top: 7px;
	width: 280px;
}

.header-search .form-search .form-content .btn-search {
	width: 30px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	float: left;
	background: none;
	padding: 0;
	color: #111111;
}

.header-search .form-search .form-content .btn-search:hover {
	background: none;
	color: #da1919;
}

/*block-menu-canvas*/
.block-menu-canvas {
	display: inline-block;
	margin-left: 15px;
}

.menu-canvas-icon {
	font-size: 16px;
	line-height: 36px;
	color: #111111;
}

.menu-canvas-icon:hover {
	color: #da1919;
}

.menu-canvas-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.menu-canvas-open .menu-canvas-overlay {
	left: 0;
}

.sidebar-menu-canvas {
	text-align: left;
	position: fixed;
	top: 0;
	right: -450px;
	width: 450px;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	height: 100vh;
	background-color: #ffffff;
	z-index: 1001;
	-webkit-transition: right 0.4s;
	-moz-transition: right 0.4s;
	-o-transition: right 0.4s;
	transition: right 0.4s;
	padding: 180px 60px 40px 90px;
}

.menu-canvas-open .sidebar-menu-canvas {
	right: 0;
}

.menu-canvas-wrap {
	position: relative;
}

.menu-canvas-wrap .close-menu-canvas {
	font-size: 24px;
	color: #000000;
	position: absolute;
	top: -98px;
	padding-left: 15px;
	cursor: pointer;
}

.menu-canvas-wrap .close-menu-canvas:hover {
	color: #da1919;
}

.menu-canvas-wrap .scrollbar-macosx {
	height: -webkit-calc(100vh - 215px);
	height: -moz-calc(100vh - 215px);
	height: calc(100vh - 215px);
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar,
.scrollbar-macosx:hover > .scroll-element.scroll-y .scroll-bar {
	background-color: #111111;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -10px;
}

.menu-canvas-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.menu-canvas-inner .title-menu-canvas {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 28px;
}

.menu-canvas-inner .switcher-language {
	margin-bottom: 51px;
}

.menu-canvas-inner .list-currency {
	margin-bottom: 44px;
}

.menu-canvas-inner .switcher-language .switcher-trigger {
	display: none;
}

.menu-canvas-inner .switcher-language .submenu,
.menu-canvas-inner .list-currency ul {
	padding: 0;
	list-style: none;
}

.menu-canvas-inner .switcher-language li,
.menu-canvas-inner .list-currency li {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	background: none;
	border: none;
}

.menu-canvas-inner .switcher-language li a,
.menu-canvas-inner .list-currency li a {
	color: #636363;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	padding: 0;
}

.menu-canvas-inner .switcher-language li a:hover,
.menu-canvas-inner .list-currency li a:hover,
.menu-canvas-inner .list-currency li.wcml-cs-active-currency > a {
	color: #da1919;
}

.menu-canvas-inner .wcml-dropdown-click a.wcml-cs-item-toggle::after {
	display: none;
}

.menu-canvas-inner .wcml-dropdown-click .wcml-cs-submenu {
	visibility: visible !important;
	position: static;
	border-top: none;
}

.menu-canvas-inner .wcml-dropdown-click .wcml-cs-submenu li {
	border: none;
}

.menu-canvas-inner .wcml-vertical-list li a {
	padding: 0;
	display: inline-block;
}

.contact-canvas {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 37px;
}

.social-header a {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #c2c2c2;
	margin-right: 34px;
}

.social-header a:last-child {
	margin-right: 0;
}

.social-header a:hover {
	color: #636363;
}

/*==========================================================================
    3.6 HEADER STYLE
========================================================================== */
/*header-transparent*/
.header-transparent .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.admin-bar .header-transparent .header-wrap {
	top: 32px
}

/*.header-sticky*/
.header-position.fixed {
	position: fixed;
	top: 0;
	z-index: 1001;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	animation: move_down 0.7s ease 0s normal none 1 running;
	-o-animation: move_down 0.7s ease 0s normal none 1 running;
	-webkit-animation: move_down 0.7s ease 0s normal none 1 running;
}

.admin-bar .header-position.fixed {
	top: 32px;
	animation: move_down_admin 0.7s ease 0s normal none 1 running;
	-o-animation: move_down_admin 0.7s ease 0s normal none 1 running;
	-webkit-animation: move_down_admin 0.7s 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;
	}
}

/*.header.style-1*/
.header.style-1 .header-logo {
	width: 170px;
}

.header.style-1 .header-menu {
	width: -webkit-calc(100% - 525px);
	width: -moz-calc(100% - 525px);
	width: calc(100% - 525px);
}

.header.style-1 .header-dropdown {
	width: 170px;
	float: right;
}

.header.style-1 .header-icon {
	width: 185px;
	float: right;
}

/*.header.style-2*/
.header.style-2 .header-logo {
	width: 170px;
}

.header.style-2 .header-menu {
	float: right;
	text-align: right;
	width: -webkit-calc(100% - 740px);
	width: -moz-calc(100% - 740px);
	width: calc(100% - 740px);
}

.header.style-2 .main-navigation {
	padding-right: 41px;
}

.header.style-2 .main-navigation .main-menu > .menu-item:first-child {
	padding-left: 19px;
}

.header.style-2 .main-navigation .main-menu .menu-item .submenu {
	left: auto;
	right: -31px;
}

.header.style-2 .main-navigation .main-menu > .menu-item > .submenu .submenu {
	left: auto;
	right: 100%;
	padding-right: 20px;
}

.header.style-2 .header-dropdown {
	width: 420px;
}

.header.style-2 .header-icon {
	float: right;
	width: 150px;
}

/*.header.style-3*/
.header.style-3 .header-logo {
	width: 200px;
	text-align: center;
}

.header.style-3 .header-menu {
	width: -webkit-calc(50% - 100px);
	width: -moz-calc(50% - 100px);
	width: calc(50% - 100px);
}

.header.style-3 .header-dropdown {
	width: -webkit-calc(50% - 285px);
	width: -moz-calc(50% - 285px);
	width: calc(50% - 285px);
	text-align: right;
}

.header.style-3 .header-icon {
	width: 185px;
}

/*.header.style-4*/
.header.style-4 .main-navigation .main-menu > .menu-item > .submenu {
	margin-top: 10px;
}

.header.style-4 .main-navigation .main-menu > .menu-item > .submenu .submenu {
	margin-left: 20px;
}

.header.style-4 .header-container {
	padding-bottom: 0;
}

.header.style-4 .header-search {
	width: -webkit-calc(50% - 100px);
	width: -moz-calc(50% - 100px);
	width: calc(50% - 100px);
}

.header.style-4 .header-logo {
	width: 200px;
	text-align: center;
}

.header.style-4 .header-dropdown {
	text-align: right;
	width: -webkit-calc(50% - 265px);
	width: -moz-calc(50% - 265px);
	width: calc(50% - 265px);
}

.header.style-4 .header-icon {
	width: 165px;
}

.header.style-4 .header-icon .block-search {
	display: none;
}

.header.style-4 .header-menu {
	width: 100%;
	text-align: center;
}

.header.style-4 .main-navigation {
	padding-top: 12px;
	padding-bottom: 12px;
}

.header.style-4 .main-navigation .main-menu > .menu-item {
	padding-left: 19px;
	padding-right: 19px;
}

.header.style-4 .main-navigation .main-menu > .menu-item > .submenu {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ==========================================================================
   4.0 BLOG THEME
========================================================================== */
.post-title {
	font-weight: 500;
}

.post-title a {
	color: inherit;
}

.post-title a:hover {
	color: #da1919;
}

.post-intro .post-author,
.post-intro .post-date {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #c2c2c2;
}

.post-intro .post-author::after {
	content: '|';
	margin: 0 9px;
}

.post-intro .post-author a,
.post-intro .post-date a {
	color: inherit;
}

.post-intro .post-author a:hover,
.post-intro .post-date a:hover {
	color: #111111;
}

.post-meta .cats-links .post-categories {
	padding-left: 0;
}

.post-meta .cats-links .post-categories li {
	display: inline-block;
}

.post-meta .cats-links .post-categories li a,
.post-meta .tags-links a {
	display: inline-block;
	padding: 0 27px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #636363;
	background: #f3f3f3;
	margin-right: 8px;
	margin-bottom: 10px;
}

.post-meta .cats-links .post-categories li a:hover,
.post-meta .tags-links a:hover {
	color: #111111;
}

.post-meta .tags-links {
	font-size: 0;
}

.post-meta .tags-links a::before {
	content: "#";
}

.post-content p:last-child {
	margin-bottom: 0;
}

.post-comments {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	color: #1e1e27;
}

.post-comments::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\77";
}

.post-footer {
	overflow: hidden;
	width: 100%;
	display: inline-block;
}

.post-footer .post-footer-right {
	float: right;
	text-align: right;
	width: 250px;
}

.post-footer .post-footer-right .merci-social-share {
	display: inline-block;
}

.post-footer .post-footer-right .merci-social-share::before {
	color: #ebebeb;
	content: '|';
	margin-right: 19px;
	margin-left: 19px;
}

.post-footer .post-footer-right .merci-social-share a {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #c2c2c2;
	margin-left: 17px;
}

.post-footer .post-footer-right .merci-social-share a:first-child {
	margin-left: 0;
}

.post-footer .post-footer-right .merci-social-share a:hover {
	color: #636363;
}

/* ==========================================================================
   4.1 SINGLE BLOG
========================================================================== */
.banner-blog ~ .container,
body.search .main-container > .container,
body.archive .main-container:not(.shop-page) > .container,
body.blog .main-container > .container,
body.single-post .main-container > .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.banner-blog.banner-page ~ .container {
	padding-top: 0;
	padding-bottom: 0;
}

body.search .main-container > .container .page-title,
body.search .main-container > .container .no-results,
body.search .main-container > .container .search-form {
	text-align: center;
}

.post-single .post-title {
	text-align: center;
	font-size: 30px;
	margin-top: -6px;
	margin-bottom: 10px;
}

.post-single .post-intro {
	text-align: center;
	margin-bottom: 26px;
}

.post-single .post-thumb {
	margin-bottom: 35px;
}

.post-single:not(.post-item-featured) .post-footer {
	border-top: 1px solid #ebebeb;
	padding-top: 29px;
	margin-top: 32px;
}

.post-single .post-footer .post-meta {
	float: left;
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
}

/*.comments-area*/
.comments-area {
	margin-top: 40px;
}

.comments-area .title-comment {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	color: #1e1e27;
	margin-bottom: 37px;
}

.comments-area .commentlist,
.comments-area .commentlist .children {
	list-style: none;
}

.comments-area .no-comments {
	text-align: center;
	margin-top: 20px;
}

/*.commentlist*/
.commentlist {
	list-style: none;
	padding-left: 0;
}

.comment:not(:last-child) {
	padding-bottom: 23px;
	margin-bottom: 23px;
}

.commentlist .children {
	padding-left: 70px;
	padding-top: 23px;
	margin-top: 23px;
}

.comment_container {
	position: relative;
	overflow: hidden;
}

.comment_container .merci-avatar {
	float: left;
	width: 70px;
}

.comment_container .avatar {
	border-radius: 50%;
	width: 70px;
}

.comment_container .comment-text {
	padding-left: 29px;
	overflow: hidden;
}

.comment-meta {
	margin-bottom: 6px;
}

.comment-meta .comment-time {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #c2c2c2;
	margin-top: -6px;
	margin-bottom: 4px;
}

.comment-meta .comment-author {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: capitalize;
	color: #111111;
	margin-bottom: 0;
}

.comment-meta .comment-author a {
	color: inherit;
}

.comment-meta .comment-author a:hover {
	color: #111111;
}

.comment_container .action-link {
	margin-top: 17px;
}

.comment_container .action-link a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	padding: 0 27px;
	color: #1e1e27;
	border: 1px solid #d2d2d4;
	margin-right: 8px;
}

.comment_container .action-link a:hover {
	color: #ffffff;
	border-color: #111111;
	background-color: #111111;
}

.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-text p {
	font-size: 14px;
	line-height: 24px;
}

.comment-text p:last-child {
	margin-bottom: 0;
}

/*.depth-1*/
.commentlist .depth-1 > .children {
	margin-left: 100px;
	position: relative;
}

.commentlist .depth-1 > .children::before {
	content: '';
	border-left: 1px solid #e9e9e9;
	height: 116px;
	position: absolute;
	top: -23px;
	left: 0;
}

.commentlist .depth-1 > .comment_container > .merci-avatar {
	margin-right: 30px;
}

.commentlist .depth-1 > .comment_container > .comment-text {
	border-left: 1px solid #e9e9e9;
}

/*.comment-respond*/
.commentlist ~ .comment-respond,
.commentlist .comment-respond {
	border-top: 1px solid #ebebeb;
	margin-top: 60px;
	padding-top: 27px;
}

.comment-respond .comment-reply-title {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	color: #1e1e27;
	margin-bottom: 37px;
	text-transform: capitalize;
}

.comment-form {
	overflow: hidden;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
	width: 100%;
}

#review_form_wrapper {
	margin-top: 40px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	height: 50px;
	line-height: 50px;
	margin-bottom: 31px;
}

.comment-form .comment-form-comment {
	margin-bottom: 30px;
}

.comment-form .comment-form-comment textarea {
	display: block;
	height: 132px;
}

.comment-form .form-submit {
	text-align: center;
	margin-bottom: 0;
}

.comment-form .form-submit .submit {
	font-weight: 600;
	min-width: 170px;
}

/* ==========================================================================
   4.2 BLOG CLASSIC
========================================================================== */
.blog-content .post-intro .post-author,
.blog-content .post-intro .post-date {
	font-size: 12px;
}

.blog-content .post-content {
	font-size: 14px;
	line-height: 24px;
}

.blog-content.classic article {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
}

.blog-content.classic article:last-child {
	border-bottom: none;
	padding-bottom: 60px;
	margin-bottom: 0;
}

.blog-content.classic .post-thumb {
	margin-bottom: 27px;
}

.blog-content.classic .post-footer {
	border-top: 1px solid #ebebeb;
	padding-top: 29px;
	margin-top: 32px;
}

.blog-content.classic .post-title {
	font-size: 18px;
	margin-top: -2px;
	margin-bottom: 7px;
}

.blog-content.classic .post-intro {
	margin-bottom: 23px;
}

.blog-content.classic .post-intro .post-date::after {
	content: '|';
	margin: 0 9px;
}

.blog-content.classic .post-intro .post-comments {
	color: #c2c2c2;
}

/* ==========================================================================
   4.3 BLOG FULL LAYOUT
========================================================================== */
.post-item-featured .post-footer {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 3px;
	margin-bottom: 52px;
	margin-top: 21px;
}

.post-item-featured .post-footer .post-meta-readmore {
	float: left;
}

.post-item-featured ~ .blog-content.grid article {
	margin-bottom: 20px;
}

.more-link {
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	color: #ff0000;
}

/* ==========================================================================
   4.4 BLOG LIST
========================================================================== */
.blog-content.list article {
	overflow: hidden;
	margin-left: -25px;
	margin-right: -25px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}

.blog-content.list article::before {
	content: '';
	display: block;
	border-bottom: 1px solid #ebebeb;
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	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%);
}

.blog-content.list article:last-child {
	margin-bottom: 0;
	padding-bottom: 60px;
}

.blog-content.list article:last-child::before {
	display: none;
}

.blog-content.list .post-thumb,
.blog-content.list .post-info {
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	width: 50%;
}

.blog-content.list .post-title {
	font-size: 18px;
	margin-top: -2px;
	margin-bottom: 7px;
}

.blog-content.list .post-intro {
	margin-bottom: 20px;
}

/* ==========================================================================
   4.5 BLOG GRID
========================================================================== */
.blog-content.grid.row {
	margin-left: -25px;
	margin-right: -25px;
}

.blog-content.grid article {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 52px;
}

.blog-content.grid .post-thumb {
	margin-bottom: 27px;
}

.blog-content.grid .post-title {
	font-size: 16px;
	margin-bottom: 2px;
}

.blog-content.grid .post-intro {
	margin-bottom: 11px;
}

/* ==========================================================================
   5.0 SHOP THEME
========================================================================== */
.clear {
	display: none;
}

.shop-page {
	padding-top: 74px;
	padding-bottom: 80px;
}

body.single-product .shop-page {
	padding-top: 60px;
}

.shop-page ul.row {
	padding: 0;
}

/*.woocommerce-breadcrumb*/
.woocommerce-breadcrumb .breadcrumb {
	text-align: center;
	line-height: 0;
	background-color: #f1f1f1;
	padding: 22px 15px;
	margin-bottom: 0;
}

.woocommerce-breadcrumb .breadcrumb li {
	font-size: 14px;
	line-height: 26px;
	color: #636363;
}

.woocommerce-breadcrumb .breadcrumb li + li::before {
	content: '>';
	color: #636363;
}

.woocommerce-breadcrumb .breadcrumb li a {
	color: inherit;
}

.woocommerce-breadcrumb .breadcrumb li a:hover {
	color: #da1919;
}

/*shop sidebar fullwidth*/
.shop-sidebar-fullwidth {
	width: 1806px;
	max-width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: auto;
	margin-right: auto;
}

.shop-sidebar-fullwidth .row {
	margin-left: -18px;
	margin-right: -18px;
}

.shop-sidebar-fullwidth .main-content,
.shop-sidebar-fullwidth .sidebar,
.shop-sidebar-fullwidth .product-item {
	padding-left: 18px;
	padding-right: 18px;
}

.shop-sidebar-fullwidth .sidebar {
	width: 16.9435216%;
}

.shop-sidebar-fullwidth .sidebar .shop-sidebar {
	padding: 0;
}

.shop-sidebar-fullwidth .main-content.has-sidebar {
	width: 83.0564784%;
	padding-left: 73px;
}

/*.shop-page-infotitle*/
.shop-page-infotitle {
	font-size: 48px;
	line-height: 1.2;
	padding: 150px 15px;
	text-align: center;
}

.shop-page-infotitle .shop-page-title,
.shop-page-infotitle .title-page {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.2;
	color: #111111;
	margin-bottom: 15px;
}

.shop-page-infotitle .breadcrumbs .breadcrumb {
	line-height: 0;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.shop-page-infotitle .breadcrumbs .breadcrumb li {
	font-size: 14px;
	line-height: 26px;
	color: #636363;
}

.shop-page-infotitle .breadcrumbs .breadcrumb li + li::before {
	content: '>';
	color: #636363;
}

.shop-page-infotitle .breadcrumbs .breadcrumb li a {
	color: inherit;
}

.shop-page-infotitle .breadcrumbs .breadcrumb li a:hover {
	color: #da1919;
}

/*.shop-top-control*/
.shop-top-control {
	margin-bottom: 21px;
}

.shop-top-control::before,
.shop-top-control::after {
	content: '';
	display: table;
}

.shop-top-control::after {
	clear: both;
}

.shop-top-control .woocommerce-result-count {
	color: #111111;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
	float: right;
}

.shop-top-control .woocommerce-ordering {
	margin-bottom: 10px;
	float: left;
}

.shop-top-control .woocommerce-ordering select {
	height: 27px;
	line-height: 27px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
	.chosen-rtl .chosen-search input[type=text],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container-single .chosen-search input[type=text],
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
		background-image: none !important;
	}
}

.shop-top-control .woocommerce-ordering .chosen-container {
	margin-bottom: 0;
	width: 180px !important;
}

.shop-top-control .woocommerce-ordering .chosen-container-single .chosen-single {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 20px 0 0;
	max-width: 100%;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
}

.shop-top-control .woocommerce-ordering .chosen-container-single .chosen-single span {
	margin: 0;
	font-size: 14px;
	color: #111111;
}

.shop-top-control .woocommerce-ordering .chosen-container-single .chosen-single div b:before {
	font-family: 'themify', sans-serif;
	font-weight: normal;
	content: "\e64b";
	width: auto;
	height: auto;
	font-size: 12px;
	color: #111111;
}

.shop-top-control .woocommerce-ordering .chosen-container li {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}

.shop-top-control .woocommerce-ordering .chosen-container .chosen-results li.highlighted {
	background: none;
	background-color: #f0f2f5;
	color: #000000;
}

.shop-top-control .woocommerce-ordering .chosen-container-single .chosen-single div b {
	background: none !important;
}

.shop-top-control .woocommerce-ordering .chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
	background: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.shop-top-control .woocommerce-ordering .chosen-container .chosen-drop {
	border: none;
	background: #ffffff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05) !important;
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05) !important;
	width: 180px;
}

/*.woocommerce-page-headermid*/
.woocommerce-page-headermid {
	background-color: #f1f1f1;
	text-align: center;
	padding: 22px 15px;
	margin-bottom: 77px;
}

.woocommerce-page-headermid .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.woocommerce-page-headermid .breadcrumb li {
	font-size: 14px;
	color: #636363;
}

.woocommerce-page-headermid .breadcrumb li + li::before {
	content: '>';
	color: #636363;
}

.woocommerce-page-headermid .breadcrumb li a {
	color: inherit;
}

.woocommerce-page-headermid .breadcrumb li a:hover {
	color: #da1919;
}

/*woocommerce-page-header*/
.woocommerce-page-header ul {
	list-style: none;
	padding-left: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.woocommerce-page-header .line-hover {
	display: inline-block;
	float: left;
	min-width: 33.3333333%;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #111111;
	text-align: center;
	position: relative;
}

.woocommerce-page-header .line-hover a {
	color: inherit;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

.woocommerce-page-header .line-hover a::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #c2c2c2;
	margin-right: 15px;
}

.woocommerce-page-header .shopping-cart-link a::before {
	content: "\e079";
}

.woocommerce-page-header .checkout-link a::before {
	content: "\e078";
}

.woocommerce-page-header .order-tracking-link a::before {
	content: "\e052";
}

.woocommerce-page-header .line-hover a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #e5e5e5;
}

.woocommerce-page-header .line-hover a:hover::after,
.woocommerce-page-header .line-hover.active a::after {
	border-color: #000000;
}

/* ==========================================================================
   5.1 PRODUCT ITEM
========================================================================== */
/*.flash*/
.flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.onsale,
.onnew {
	display: block;
	margin-bottom: 9px;
	padding: 0 5px;
	min-width: 60px;
	height: 25px;
	line-height: 25px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

.onsale {
	background-color: #78cc41;
}

.onnew {
	background-color: #e22027;
}

/*.star-rating*/
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 90px;
	letter-spacing: 7px;
}

.star-rating::before,
.star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #f5c136;
	line-height: 26px;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}

.star-rating::before {
	content: "\f006\f006\f006\f006\f006";
}

.star-rating span::before {
	content: "\f005\f005\f005\f005\f005";
}

.preview-count {
	display: none;
}

/*.yith-wcqv-button*/
.product-inner .yith-wcqv-button {
	position: absolute;
	top: 0;
	left: 0;;
	font-size: 0;
	width: 100%;
	height: 100%;
}

/*blockUI blockOverlay*/
.yith-wcqv-button .blockUI.blockOverlay {
	display: none !important;
}

/*#yith-quick-view-modal*/
#yith-quick-view-modal .yith-quick-view-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
	width: 1187px;
	height: 570px !important;
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
	max-height: -webkit-calc(100% - 30px) !important;
	max-height: -moz-calc(100% - 30px) !important;
	max-height: calc(100% - 30px) !important;
}

#yith-quick-view-modal.loading,
#yith-quick-view-modal.loading .yith-quick-view-modal {
	visibility: visible;
	opacity: 1;

}

#yith-quick-view-modal.loading .yith-quick-view-overlay::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: 80px;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	top: 48%;
	left: 48%;
}

#yith-quick-view-modal.open .yith-wcqv-main {
	overflow-x: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*#yith-quick-view-close*/
#yith-quick-view-close {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 45px;
	height: 45px;
	border: none;
	font-size: 0;
	display: block;
	opacity: 1;
	color: #919191;
}

#yith-quick-view-close:hover {
	color: #da1919;
}

#yith-quick-view-close::before,
#yith-quick-view-close::after {
	border-bottom: 2px solid;
	content: "";
	left: 14px;
	position: absolute;
	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-content .product-media {
	position: relative;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-prev {
	left: 2px;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-next {
	right: 2px;
}

#yith-quick-view-content .onsale {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	z-index: 1;
}

#yith-quick-view-content div.images {
	width: 50%;
	position: relative;
}

#yith-quick-view-content div.images .merci-product-bt-video {
	position: absolute;
	top: 100%;
}

#yith-quick-view-content div.images .slick-arrow {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 27px;
	font-size: 30px;
	color: #c2c2c2;
	z-index: 1;
	cursor: pointer;
}

#yith-quick-view-content div.images .slick-arrow:hover {
	color: #da1919;
}

#yith-quick-view-content div.images .arrow_carrot-left {
	left: 8px;
}

#yith-quick-view-content div.images .arrow_carrot-right {
	right: 8px;
}

#yith-quick-view-content div.summary {
	width: 50%;
	padding: 60px 0 40px 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}

#yith-quick-view-content div.summary .summary-content {
	padding-right: 30px;
	height: 100%;
}

#yith-quick-view-content div.summary .summary-content.scrollbar-macosx .scroll-element {
	display: none !important;
}

#yith-quick-view-content div.summary .summary-content .variations .value {
	display: block;
	margin-bottom: 10px;
}

#yith-quick-view-content div.summary .summary-content .social-share {
	margin-top: 30px;
}

#yith-quick-view-content div.summary .summary-content .social-share .merci-share-title {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	margin-right: 45px;
}

#yith-quick-view-content div.summary .summary-content .social-share .merci-social {
	display: inline-block;
}

#yith-quick-view-content div.summary .summary-content .social-share .merci-social a {
	display: inline-block;
	color: #c2c2c2;
	margin-right: 45px;
	font-size: 14px;
	font-weight: normal;
}

#yith-quick-view-content div.summary .summary-content .social-share .merci-social a:hover {
	color: #111111;
}

.product-item {
	list-style: none;
}

.product-thumb {
	position: relative;
	overflow: hidden;
}

/*product-info*/
.product-inner {
	position: relative;
}

.product-inner .product_title {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	color: #111111;
	margin-bottom: 0;
}

.product-inner .product_title a {
	color: inherit;
}

.product-inner .product_title a:hover {
	color: #da1919;
}

.product-inner .price {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #636363;
}

.product-inner .price del {
	color: #c2c2c2;
}

.woocs_price_code ins {
	text-decoration: none;
	padding-left: 5px;
}

.price ins {
	text-decoration: none;
	padding-left: 17px;
}

/*.add_to_cart_button*/
.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

/*wishlist*/
.yith-wcwl-add-to-wishlist a {
	display: block;
	font-size: 0;
	color: inherit;
	text-align: center;
}

.yith-wcwl-add-to-wishlist a:hover {
	color: #da1919;
}

.yith-wcwl-add-button {
	position: relative;
}

.yith-wcwl-add-button .ajax-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.add_to_wishlist::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\e030";
	font-size: 14px;
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\e089";
	font-size: 14px;
}

.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

/*compare*/
.compare {
	font-size: 0;
	color: #111111;
	text-align: center;
}

.compare:hover {
	color: #da1919;
}

.compare::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f0ec';
	font-size: 14px;
}

.compare.added::before {
	content: '\f00c';
}

/*.group-button*/
.group-button {
	overflow: hidden;
	position: absolute;
	left: 50%;
	background-color: #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
}

.product-inner:hover .group-button {
	opacity: 1;
	visibility: visible;
}

.product-inner .add_to_cart_button,
.product-inner .added_to_cart,
.product-inner .product_type_variable,
.product-inner .product_type_simple,
.product-inner .product_type_external,
.product-inner .product_type_grouped {
	font-weight: 600;
	display: block;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	text-transform: uppercase;
	color: #111111;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.product-inner .yith-wcwl-add-to-wishlist ~ .add_to_cart_button,
.product-inner .yith-wcwl-add-to-wishlist ~ .added_to_cart,
.product-inner .yith-wcwl-add-to-wishlist ~ .product_type_variable,
.product-inner .yith-wcwl-add-to-wishlist ~ .product_type_simple,
.product-inner .yith-wcwl-add-to-wishlist ~ .product_type_external,
.product-inner .yith-wcwl-add-to-wishlist ~ .product_type_grouped,
.product-inner .compare-button ~ .add_to_cart_button,
.product-inner .compare-button ~ .added_to_cart,
.product-inner .compare-button ~ .product_type_variable,
.product-inner .compare-button ~ .product_type_simple,
.product-inner .compare-button ~ .product_type_external,
.product-inner .compare-button ~ .product_type_grouped {
	width: -webkit-calc(100% - 51px);
	width: -moz-calc(100% - 51px);
	width: calc(100% - 51px);
}

.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .add_to_cart_button,
.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .added_to_cart,
.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_variable,
.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_simple,
.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_external,
.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_grouped {
	width: -webkit-calc(100% - 102px);
	width: -moz-calc(100% - 102px);
	width: calc(100% - 102px);
}

.product-inner .add_to_cart_button:hover,
.product-inner .added_to_cart:hover,
.product-inner .product_type_variable:hover,
.product-inner .product_type_simple:hover,
.product-inner .product_type_external:hover,
.product-inner .product_type_grouped:hover {
	color: #da1919;
}

.product-inner .add_to_cart_button.added {
	display: none;
}

.product-inner .yith-wcwl-add-to-wishlist {
	display: inline-block;
	float: right;
	width: 51px;
	height: 50px;
	line-height: 48px;
	border-left: 1px solid #e6e6e6;
	margin-top: 0;
}

.product-inner .compare-button .compare {
	display: inline-block;
	float: left;
	width: 51px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #e6e6e6;
	margin-top: 0;
}

.product-info {
	margin-top: 26px;
	margin-bottom: 12px;
}

/*.product-item.style-1*/
.product-item.style-1 {
	margin-bottom: 40px;
}

.product-item.style-1 .star-rating {
	margin: 0 auto;
}

.product-item.style-1 .group-button {
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	bottom: 10px;
}

.product-item.style-1 .product-info {
	text-align: center;
}

.product-item.style-1 .product-info .product_title {
	margin-bottom: 0;
}

/*.product-item.style-2*/
.product-item.style-2 .flash {
	left: auto;
	right: 0;
	width: 70px;
}

.product-item.style-2 .group-button {
	width: -webkit-calc(100% - 34px);
	width: -moz-calc(100% - 34px);
	width: calc(100% - 34px);
	bottom: 20px;
}

.product-item.style-2 .product-info {
	position: absolute;
	top: 0;
	left: 0;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	padding: 0 5px 0 30px;
}

.product-list-grid,
.product-list-masonry {
	list-style: none;
	padding-left: 0;
}

.product-list-masonry {
	margin-left: -5px;
	margin-right: -5px;
}

.product-item-masonry .product-thumb .thumb-link img {
	width: 100%;
}

.product-list-masonry .product-item {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.product-list-masonry .product-item.img21,
.product-list-masonry .product-item.img22 {
	width: 50%;
}

/* ==========================================================================
   5.2 SINGLE PRODUCT
========================================================================== */
body.single-product .main-content > .product {
	margin-left: -15px;
	margin-right: -15px;
}

body.single-product .main-content > .product::before,
body.single-product .main-content > .product::after {
	display: table;
	content: '';
}

body.single-product .main-content > .product::after {
	clear: both;
}

body.single-product .main-content > .product > .woocommerce-product-gallery {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\54";
	font-size: 16px;
	display: block;
	color: #000000;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::before {
	color: #da1919;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}

.pswp__button:hover {
	background: transparent;
}

.woocommerce-product-gallery .flex-viewport {
	cursor: zoom-in;
	float: right;
}

.woocommerce-product-gallery.merci-gallery-slick .flex-viewport {
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
}

.woocommerce-product-gallery.merci-gallery-slick .flex-control-nav.flex-control-thumbs {
	width: 100px;
	float: left;
	padding-left: 0;
	padding-right: 30px;
}

.woocommerce-product-gallery.merci-gallery-slick .flex-control-nav.flex-control-thumbs .slick-list {
	/*height: auto !important;*/
	margin-top: -10px;
	margin-bottom: -10px;
}

.woocommerce-product-gallery.merci-gallery-slick .flex-control-nav.flex-control-thumbs .flex-active {
	opacity: 1;
}

.woocommerce-product-gallery:not(.merci-gallery-slick) .flex-control-nav.flex-control-thumbs {
	display: none;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	opacity: 0.3;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 1;
	color: #da1919;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.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.arrow_carrot-up,
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-up {
	top: 0;
	left: 20px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.arrow_carrot-down,
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-down {
	bottom: 0;
	left: 20px;
}

/*.summary*/
body.single-product .summary {
	width: 50%;
	padding-left: 85px;
	padding-right: 85px;
	float: left;
}

.summary .entry-title {
	font-size: 30px;
	line-height: 36px;
	color: #111111;
	margin-top: -6px;
	margin-bottom: 11px;
}

.summary .woocommerce-product-rating {
	margin-bottom: 8px;
}

.summary .woocommerce-product-rating .star-rating {
	display: inline-block;
}

.summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 13px;
	color: #636363;
	display: inline-block;
	vertical-align: top;
}

.summary .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #da1919;
}

.summary .price {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #111111;
	margin-bottom: 10px;
}

.summary > .price {
	margin-bottom: 10px;
}

.summary .woocommerce-product-details__short-description {
	margin-bottom: 52px;
}

.summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.summary .stock {
	vertical-align: top;
	display: inline-block;
	min-width: 187px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #c2c2c2;
	font-weight: 500;
	letter-spacing: 0.2em;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 6px 15px 0;
}

.summary .stock.out-of-stock {
	color: #e31e26;
}

/*merci-product-bt-video*/
.merci-product-bt-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.woocommerce-product-gallery.merci-gallery-slick .merci-product-bt-video {
	left: -webkit-calc(50% + 50px);
	left: -moz-calc(50% + 50px);
	left: calc(50% + 50px);
}

.merci-product-bt-video a {
	display: block;
	font-size: 0;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.6);
	position: relative;
	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
}

.merci-product-bt-video a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.merci-product-bt-video a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 11px 19px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(255, 255, 255, .6);
	position: absolute;
	top: 23px;
	left: 30px;
}

.mfp-close-btn-in .mfp-close {
	font-weight: 400;
}

.mfp-close-btn-in .mfp-close:hover {
	background: transparent;
}

/*form single product*/
.summary .cart {
	display: inline-block;
}

.summary .cart .quantity {
	display: inline-block;
	width: 76px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #1e1e27;
	overflow: hidden;
	position: relative;
	margin: 0 6px 10px 0;
}

.summary .cart .quantity .input-qty {
	font-weight: 600;
	color: #121212;
	width: 48px;
	padding: 0 5px;
	border: none;
	border-right: 1px solid #e7e7e7 !important;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.summary .cart .quantity .btn-number {
	font-size: 14px;
	font-weight: normal;
	width: 26px;
	height: 23px;
	line-height: 23px;
	color: #c2c2c2;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 0;
}

.summary .cart .quantity .btn-number:hover {
	color: #da1919;
}

.summary .cart .quantity .btn-number.qtyplus {
	top: 0;
}

.summary .cart .quantity .btn-number.qtyplus::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\32";
}

.summary .cart .quantity .btn-number.qtyminus {
	bottom: 0;
}

.summary .cart .quantity .btn-number.qtyminus::before {
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	content: "\33";
}

.summary p.cart {
	margin-bottom: 0;
}

.summary .cart .woocommerce-variation-add-to-cart {
	display: inline-block;
}

.summary .cart .single_add_to_cart_button {
	display: inline-block;
	min-width: 186px;
	vertical-align: top;
	font-weight: 600;
	letter-spacing: 0.1em;
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
	background: #2b2e2f;
	margin: 0 6px 10px 0;
}

.summary .cart .single_add_to_cart_button:hover {
	background-color: #da1919;
}

.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}

.summary .yith-wcwl-add-to-wishlist,
.summary .compare {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	color: #111111;
	width: 48px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #111111;
	margin: 0 0 10px 0;
}

.summary .yith-wcwl-add-to-wishlist::before,
.summary .compare::before {
	font-size: 18px;
}

.summary .yith-wcwl-add-to-wishlist:hover,
.summary .compare:hover {
	color: #da1919;
	border-color: #da1919;
}

.summary .clear {
	display: inline-block;
}

.product_meta {
	display: inline-block;
	width: 100%;
	color: #c2c2c2;
	margin-top: 30px;
}

.product_meta .wcml-dropdown-click {
	display: none;
}

.product_meta > span {
	display: block;
	font-size: 16px;
	line-height: 36px;
}

.product_meta .meta-title {
	font-weight: 500;
	color: #111111;
}

.product_meta a {
	color: #c2c2c2;
}

.product_meta a:hover {
	color: #da1919;
}

/*variations*/
.variations_form {
	width: 100%;
}

.variations,
.variations td {
	vertical-align: top;
	border: none;
	padding: 0;
}

.variations,
.variations tbody,
.variations tr {
	display: block;
	width: 100%;
}

.variations td {
	display: inline-block;
}

.variations .value {
	margin-top: 3px;
}

.variations label {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #111111;
	margin-right: 35px;
	margin-bottom: 6px;
}

.variations .attribute-pa_size {
	padding-left: 12px;
}

.variations .attribute-pa_color {
	line-height: 0;
}

.variations .change-value {
	display: inline-block;
	margin-right: 30px;
}

.variations .change-value span {
	min-width: 20px !important;
	height: 20px !important;
	text-align: center;
}

.variations .change-value.type-display-label {
	margin-right: 12px;
}

.variations .change-value.type-display-label.selected {
	color: #da1919;
}

.variations .change-value.type-display-color span {
	border-radius: 50%;
	border: 3px solid #ffffff;
	position: relative;
}

.variations .change-value.type-display-color.selected span {
	border-color: transparent;
}

.variations .change-value.type-display-color.selected span::before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	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%);
	background-color: #ffffff;
}

.variations .change-value.type-display-color span::after {
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	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%);
	background-color: inherit;
}

.variations .reset_variations {
	font-weight: 600;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	color: #ffffff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #111111;
	margin: 4px 0 0 0;
	max-width: 226px;
}

.variations .reset_variations:hover {
	background-color: #da1919;
}

.woocommerce-variation-description p:last-child {
	margin-bottom: 0;
}

.woocommerce-variation-price .price {
	margin-bottom: 15px;
	margin-top: 10px;
}

.single_variation_wrap {
	display: inline-block;
}

/*.product-type-grouped*/
.product-type-grouped .summary .woocommerce-product-details__short-description {
	margin-bottom: 23px;
}

.product-type-grouped .summary .cart,
.product-type-grouped .summary .cart .group_table {
	width: 100%;
}

.product-type-grouped .summary .cart .group_table td {
	border-left: none;
	border-right: none;
	border-top: none;
}

.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: #111111;
	margin-bottom: 0;
	white-space: normal;
}

.product-type-grouped .summary .cart .quantity {
	display: block;
	margin: 0 auto;
}

.product-type-grouped .summary .cart .group_table label {
	margin-bottom: 0;
	font-weight: normal;
}

.product-type-grouped .summary .cart .group_table .price ins {
	padding-left: 0;
}

.product-type-grouped .summary .cart .group_table .stock {
	display: none;
}

/*woocommerce-tabs*/
.woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 55px 15px 26px 15px;
	margin-top: 60px;
}

.woocommerce-tabs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: #ebebeb;
}

.left-sidebar .woocommerce-tabs::before,
.right-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: 19px;
	margin-left: 19px;
	text-align: center;
}

.wc-tabs li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #c2c2c2;
	text-align: center;
	padding-bottom: 10px;
}

.wc-tabs li a:hover,
.wc-tabs li.active a {
	color: #111111;
}

/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
	width: 770px;
	max-width: 100%;
	margin: 13px auto 0 auto;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce-Tabs-panel h2 {
	display: none;
}

.woocommerce-Tabs-panel p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
	font-size: 14px;
	line-height: 30px;
	padding-top: 6px;
	padding-bottom: 10px;
}

.woocommerce-Tabs-panel .shop_attributes,
.woocommerce-Tabs-panel .shop_attributes td,
.woocommerce-Tabs-panel .shop_attributes th {
	border: none;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	margin-bottom: 0;
}

.woocommerce-Tabs-panel .shop_attributes td {
	color: #363636;
}

.woocommerce-Tabs-panel .shop_attributes th {
	font-weight: 500;
	color: #111111;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
	padding-top: 16px;
}

.woocommerce-Tabs-panel .commentlist .depth-1 > .comment_container > .comment-text {
	border-left: none;
}

.woocommerce-Tabs-panel .commentlist .merci-avatar-review {
	float: left;
	width: 72px;
}

.woocommerce-Tabs-panel .commentlist .avatar {
	width: 72px;
}

.woocommerce-Tabs-panel .star-rating {
	width: 72px;
	letter-spacing: 4px;
}

.woocommerce-Tabs-panel .star-rating::before,
.woocommerce-Tabs-panel .star-rating span::before {
	font-size: 12px;
}

.woocommerce-Tabs-panel .meta {
	margin-bottom: 5px;
}

.woocommerce-review__published-date {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #c2c2c2;
	margin-top: -6px;
	margin-bottom: 3px;
}

.woocommerce-review__author {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #111111;
}

.woocommerce-Tabs-panel .meta .description {
	font-size: 14px;
	line-height: 24px;
}

.woocommerce-Tabs-panel .comment-respond .comment-reply-title {
	font-size: 16px;
	color: #1e1e27;
	font-weight: 500;
	margin-bottom: 14px;
}

.woocommerce-Tabs-panel input[type="text"],
.woocommerce-Tabs-panel input[type="email"] {
	height: 50px;
	line-height: 50px;
}

.woocommerce-Tabs-panel .comment-form .form-submit {
	text-align: left;
	margin-bottom: 54px;
}

/*comment star*/
.woocommerce-Reviews .col-sm-6 {
	margin-bottom: 25px;
}

.comment-form-rating {
	margin-bottom: 6px;
}

.comment-form-rating label {
	vertical-align: top;
	font-weight: 500;
}

p.stars {
	margin-top: 3px;
	margin-left: 22px;
	line-height: 18px;
	display: inline-block;
}

p.stars span {
	display: block;
	height: 18px;
}

p.stars,
p.stars a {
	display: inline-block
}

p.stars a {
	font-weight: 400;
	height: 1em
}

p.stars a:before,
p.stars a:hover ~ a:before {
	color: #f5c136;
	content: "\f006"
}

p.stars a {
	font-size: 18px;
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 2px
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	text-indent: 0;
}

p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
	content: '\f005';
}

p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
	content: "\f006"
}

body.single-product .social-share {
	display: block;
	width: 770px;
	max-width: 100%;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	margin: 0 auto;
}

body.single-product .social-share .merci-share-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	margin-right: 44px;
}

body.single-product .social-share .merci-social {
	font-size: 14px;
	display: inline-block;
}

body.single-product .social-share .merci-social a {
	color: #c2c2c2;
	display: inline-block;
	margin-right: 44px;
}

body.single-product .social-share .merci-social a:last-child {
	margin-right: 0;
}

body.single-product .social-share .merci-social a:hover {
	color: #111111;
}

/*related*/
.product-grid .product-grid-title {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-top: 76px;
	margin-bottom: 52px;
}

.product-grid .owl-slick .product-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.product-grid .owl-slick .product-info {
	margin-bottom: 0;
}

.product-list-owl .slick-arrow,
.product-grid .slick-arrow {
	position: absolute;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: -webkit-calc(50% - 35px);
	top: -moz-calc(50% - 35px);
	top: calc(50% - 35px);
	z-index: 1;
	cursor: pointer;
}

.product-list-owl .slick-arrow:hover,
.product-grid .slick-arrow:hover {
	color: #da1919;
}

.product-list-owl .slick-arrow.ti-angle-left {
	left: -50px;
}

.product-grid .slick-arrow.ti-angle-left {
	left: -38px;
}

.product-list-owl .slick-arrow.ti-angle-right {
	right: -50px;
}

.product-grid .slick-arrow.ti-angle-right {
	right: -38px;
}

/* ==========================================================================
   5.3 SHOP TABLE
========================================================================== */
.woocommerce-cart-form {
	margin-bottom: 80px;
}

/*shop table empty*/
.wishlist-empty,
.cart-empty {
	font-size: 16px;
	text-align: center;
	margin-top: 42px;
	margin-bottom: 20px;
}

.return-to-shop {
	text-align: center;
	margin-bottom: 100px;
}

.return-to-shop .button {
	font-weight: 600;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #111111;
	min-width: 200px;
}

.return-to-shop .button:hover {
	background-color: #da1919;
}

/*table shop*/

.product-name {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	color: #636363;
}

.product-name a {
	display: inline-block;
	color: inherit;
}

.product-name a:hover {
	color: #da1919;
}

.product-price,
.product-subtotal {
	font-size: 16px;
	font-weight: 500;
	color: #111111;
}

.product-quantity .quantity {
	height: 30px;
	width: 150px;
	margin: 0 auto;
}

.product-quantity .quantity .control .btn-number {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #636363;
}

.product-quantity .quantity .control .btn-number:hover {
	color: #da1919;
}

.product-quantity .quantity .control .btn-number.qtyminus::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f056';
}

.product-quantity .quantity .control .btn-number.qtyplus::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f055';
}

.product-quantity .quantity .control .input-qty {
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	color: #111111;
	font-size: 16px;
	border: none;
}

/*table account wishlist*/
body .woocommerce table.shop_table {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

body .woocommerce table.shop_table thead {
	background: transparent;
}

body .woocommerce table.shop_table thead th {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	background: transparent;
	padding: 15px;
}

body .woocommerce table.shop_table:not(.customer_details) thead th,
body .woocommerce table.shop_table:not(.customer_details) tbody td {
	border-left: none;
	border-right: none;
	text-align: center;
}

body .woocommerce table.shop_table td {
	padding: 15px;
}

body .woocommerce table.shop_table:not(.customer_details) tbody td {
	border-top: none;
	border-bottom: none;
}

body .woocommerce table.shop_table tbody tr:first-child td {
	padding-top: 30px;
}

body .woocommerce table.shop_table tbody tr:last-child td {
	padding-bottom: 30px;
}

body .woocommerce table.shop_table .product-thumbnail {
	width: 215px;
	padding-left: 30px;
}

body .woocommerce table.shop_table .product-thumbnail a {
	display: inline-block;
	width: 170px;
}

body .woocommerce table.shop_table tr .product-remove {
	width: 75px;
}

body .woocommerce table.shop_table tr th.product-remove {
	padding: 15px 30px 15px 15px;
}

body .woocommerce table.shop_table tr td.product-remove {
	padding: 25px 30px 25px 15px;
}

body .woocommerce table.shop_table tr .product-remove .remove {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #111111;
	border: 1px solid #e5e5e5;
	text-align: center;
}

body .woocommerce table.shop_table tr .product-remove .remove:hover {
	color: #da1919;
	border-color: #da1919;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
	font-size: 0;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f217';
	line-height: 28px;
	font-size: 14px;
	color: #111111;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart::before:hover {
	color: #da1919;
}

body .woocommerce table.shop_table .yith-wcqv-button {
	display: block;
}

/*.actions*/
.actions-btn {
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}

.actions-btn .shopping,
.actions-btn .button {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 37px;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
}

.actions-btn .shopping {
	float: left;
	color: #111111;
	border: 1px solid;
	margin-bottom: 25px;
	font-size: 14px;
}

.actions-btn .button {
	float: right;
	color: #ffffff;
	background-color: #111111;
	font-size: 12px;
}

.actions-btn .shopping:hover,
.actions-btn .button:hover {
	color: #ffffff;
	background-color: #da1919;
	border-color: #da1919;
}

.actions .coupon-wrap {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%;
}

.actions .coupon {
	overflow: hidden;
	text-align: center;
	border: 1px solid #ebebeb;
	padding-bottom: 29px;
}

.actions .coupon label {
	font-weight: 500;
	font-size: 16px;
	line-height: 59px;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 0;
}

.actions .coupon p {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 24px;
	margin-bottom: 25px;
}

.actions .coupon .input-text {
	border: none;
	border-bottom: 1px solid #ebebeb;
	width: -webkit-calc(100% - 209px);
	width: -moz-calc(100% - 209px);
	width: calc(100% - 209px);
	height: 40px;
	line-height: 40px;
	margin-right: 21px;
	margin-left: 20px;
}

.actions .coupon .button {
	display: inline-block;
	text-align: center;
	width: 143px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	margin-right: 20px;
}

/*.cart-collaterals */
.cart-collaterals {
	padding-left: 15px;
	padding-right: 15px;
}

.actions .coupon-wrap ~ .cart-collaterals {
	width: 50%;
	float: left;
}

.cart-collaterals .cart_totals {
	border: 1px solid #ebebeb;
	padding: 0 20px 33px 20px;
}

.cart-collaterals .cart_totals h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 59px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	position: relative;
}

.cart-collaterals .cart_totals h2::before {
	content: '';
	display: block;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	border-bottom: 1px solid #ebebeb;
	position: absolute;
	left: -20px;
	bottom: 0;
}

.cart-collaterals .cart_totals .shop_table {
	border: none;
	border-bottom: 1px solid #ebebeb;
}

.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
	font-weight: normal;
	line-height: 30px;
	vertical-align: top;
	border: none;
	padding: 16px 15px;
}

.cart-collaterals .cart_totals .shop_table tr th {
	font-size: 14px;
	text-transform: uppercase;
}

.cart-collaterals .cart_totals .shop_table tr td {
	font-size: 16px;
	text-align: right !important;
}

.cart-collaterals .cart_totals .shop_table tr td .woocommerce-Price-amount {
	font-weight: normal;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	color: #111111;
	display: inline-block;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button:hover {
	color: #da1919;
}

#calc_shipping_country,
#calc_shipping_state,
#calc_shipping_postcode {
	width: 300px;
}

.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"] {
	display: none;
}

.cart-collaterals .cart_totals .shop_table .shipping #shipping_method {
	list-style: none;
	padding-left: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping label {
	font-weight: normal;
	margin-bottom: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping label::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f096';
	display: inline-block;
	font-size: 14px;
	color: #c2c1ca;
	margin-right: 15px;
}

.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"]:checked + label::before {
	content: "\f14a";
}

.cart-collaterals .cart_totals .shop_table .shipping .button,
.wc-proceed-to-checkout .checkout-button {
	font-weight: 500;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #111111;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
}

.wc-proceed-to-checkout .checkout-button {
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.cart-collaterals .cart_totals .shop_table .shipping .button:hover,
.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #da1919;
}

/* ==========================================================================
   5.4 CHECKOUT
========================================================================== */
.form-row {
	float: left;
	overflow: hidden;
	width: 100%;
}

.form-row-first,
.form-row-last {
	display: inline-block;
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
	overflow: visible;
}

.form-row-last {
	float: right;
}

.woocommerce-checkout .woocommerce > .woocommerce-info {
	border: none;
	background-color: transparent;
	padding: 0;
	color: #636363;
	margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce > .woocommerce-info a {
	color: #111111;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce > .woocommerce-info a:hover {
	color: #da1919;
}

.woocommerce-checkout .woocommerce > .login input[type="submit"] {
	width: 400px;
	max-width: 100%;
	display: block;
	margin: 0 auto 20px auto;
}

.woocommerce-checkout .woocommerce > .login .woocommerce-form__label-for-checkbox {
	font-size: 16px;
	color: #c2c1ca;
}

#customer_details {
	border: 1px solid #ecedee;
	overflow: hidden;
	padding-bottom: 30px;
}

/*SELECT2 RESET*/

.select2-container--default .select2-selection--single {
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #c2c2c2;
	line-height: 40px;
	padding-left: 0;
	padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f107";
	font-size: 14px;
	color: #717779;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.select2-dropdown {
	border: 1px solid #e5e5e5;
	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: 40px;
	line-height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e5e5e5;
}

.select2-results__option {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}

.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: #111111;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	color: #111111;
}

/*required*/
.validate-required label .required {
	display: none;
}

.validate-required label::after {
	content: '*';
	font-size: 14px;
}

/*chechbox*/
.woocommerce-form__label-for-checkbox {
	font-size: 14px;
	font-weight: normal;
	color: #636363;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	display: none;
}

.woocommerce-form__label-for-checkbox > span {
	display: inline-block;
}

.wc-terms-and-conditions .woocommerce-form__label-for-checkbox > span {
	display: inline;
}

.woocommerce-form__label-for-checkbox > span:not(.required)::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f096";
	color: #c2c1ca;
	display: inline-block;
	margin-right: 15px;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	display: inline-block;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	content: '\f14a';
}

/*.woocommerce-checkout*/
.checkout.woocommerce-checkout {
	margin-bottom: 80px;
}

.checkout.woocommerce-checkout #customer_details p.form-row {
	margin-bottom: 20px;
	width: 100%;
}

.checkout.woocommerce-checkout #customer_details p.form-row::before,
.checkout.woocommerce-checkout #customer_details p.form-row::after {
	content: '';
	display: table;
}

.checkout.woocommerce-checkout #customer_details p.form-row::after {
	clear: both;
}

.checkout.woocommerce-checkout #customer_details label:not(.woocommerce-form__label-for-checkbox) {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 203px;
	padding-right: 15px;
	float: left;
}

.checkout.woocommerce-checkout .select2-container,
.checkout.woocommerce-checkout #customer_details .input-text:not(textarea) {
	width: -webkit-calc(100% - 203px) !important;
	width: -moz-calc(100% - 203px) !important;
	width: calc(100% - 203px) !important;
	float: right;
	height: 40px;
	line-height: 40px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
}

.checkout.woocommerce-checkout #customer_details textarea {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
}

.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields,
.woocommerce-shipping-fields {
	padding-left: 30px;
	padding-right: 38px;
}

.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
	overflow: hidden;
}

.woocommerce-billing-fields h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 59px;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	border-bottom: 1px solid #ecedee;
	margin-bottom: 20px;
}

.woocommerce-shipping-fields #ship-to-different-address {
	font-size: 14px;
	line-height: 30px;
}

/*coupon*/
.merci-coupon-wrap {
	border: 1px solid #ecedee;
	padding: 0 18px;
	overflow: hidden;
	margin-bottom: 30px;
}

.merci-coupon-wrap .merci-title-coupon {
	font-weight: 500;
	font-size: 16px;
	line-height: 59px;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.merci-coupon-wrap .merci-title-coupon::before {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% + 36px);
	width: -moz-calc(100% + 36px);
	width: -webkit-calc(100% + 36px);
	left: -18px;
	bottom: 0;
	border-bottom: 1px solid #ecedee;
}

.merci-coupon-wrap .woocommerce-info {
	border: none;
	background-color: transparent;
	color: #636363;
	padding: 10px 0;
}

.merci-coupon-wrap .form-row-first {
	width: -webkit-calc(100% - 143px);
	width: -moz-calc(100% - 143px);
	width: calc(100% - 143px);
	padding-right: 20px;
	margin-bottom: 27px;
}

.merci-coupon-wrap .input-text {
	border: none;
	border-bottom: 1px solid #ecedee;
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0;
}

.merci-coupon-wrap .form-row-last {
	width: 143px;
	text-align: center;
	margin-bottom: 27px;
}

.merci-coupon-wrap .button {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	width: 143px;
}

/*.woocommerce-checkout-review-order*/
.merci-order {
	border: 1px solid #ecedee;
}

.woocommerce-checkout-review-order {
	padding: 0 25px 73px 25px;
	overflow: hidden;
}

#order_review_heading {
	font-weight: 500;
	font-size: 16px;
	line-height: 59px;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
	border-bottom: 1px solid #ecedee;
}

body .woocommerce .woocommerce-checkout-review-order table.shop_table {
	border: none;
}

/*input[type="radio"]*/
.shipping #shipping_method {
	list-style: none;
	padding-left: 0;
}

.shipping #shipping_method label {
	font-weight: normal;
	color: #636363;

}

.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 {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f096";
	font-size: 14px;
	color: #c2c1ca;
	display: inline-block;
	margin-right: 15px;
}

.shipping input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before {
	content: '\f14a';
}

body .woocommerce-checkout-review-order .shop_table {
	border: none;
}

body .woocommerce-checkout-review-order .shop_table thead tr th:first-child,
body .woocommerce-checkout-review-order .shop_table tr th:first-child,
body .woocommerce-checkout-review-order .shop_table tr td:first-child {
	text-align: left !important;
}

body .woocommerce-checkout-review-order .shop_table thead tr th:last-child,
body .woocommerce-checkout-review-order .shop_table tr th:last-child,
body .woocommerce-checkout-review-order .shop_table tr td:last-child {
	text-align: right !important;
}

body .woocommerce-checkout-review-order .shop_table thead tr th,
body .woocommerce-checkout-review-order .shop_table tr th,
body .woocommerce-checkout-review-order .shop_table .cart-subtotal th,
body .woocommerce-checkout-review-order .shop_table .order-total th {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #111111;
	border: none;
	padding: 30px 0 0 0;
}

body .woocommerce-checkout-review-order .shop_table tr th {
	border-bottom: 1px solid #e5e5e5 !important;
}

body .woocommerce-checkout-review-order .shop_table tr.shipping th,
body .woocommerce-checkout-review-order .shop_table tr td {
	text-transform: none;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	color: #636363;
	vertical-align: top;
	padding: 30px 0 0 0;
}

body .woocommerce-checkout-review-order .shop_table tr.cart_item .woocommerce-Price-amount,
body .woocommerce-checkout-review-order .shop_table tr.cart-subtotal .woocommerce-Price-amount,
body .woocommerce-checkout-review-order .shop_table tr.order-total .woocommerce-Price-amount {
	font-weight: 500;
	color: #111111;
}

body .woocommerce-checkout-review-order .shop_table .product-quantity {
	display: none;
}

.woocommerce-checkout-payment {
	overflow: hidden;
}

.woocommerce-checkout-payment .wc_payment_methods {
	list-style: none;
	padding-left: 0;
}

.woocommerce-checkout-payment .wc_payment_methods label {
	font-size: 14px;
	color: #636363;
	font-weight: normal;
	margin-bottom: 11px;
}

.woocommerce-checkout-payment .payment_box {
	border: 1px solid #e5e5e5;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.woocommerce-checkout-payment p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-payment img,
.woocommerce-checkout-payment .about_paypal {
	display: block;
}

.form-row.place-order {
	text-align: center;
}

#place_order {
	display: inline-block;
	text-align: center;
	width: 189px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 50px;
}

body .woocommerce-order-overview {
	margin-bottom: 10px;
}

body .woocommerce table.shop_table.woocommerce-table--order-details tbody td {
	border-left: 1px solid #ebebeb;;
}

/*My Account*/
.woocommerce-account .woocommerce .customer-form {
	margin: 0 auto;
	max-width: 570px;
	position: relative;
	padding-bottom: 72px;
}

.title-form {
	font-size: 30px;
	color: #1e1e27;
	text-align: center;
	margin-bottom: 45px;
}

form.login, form.register {
	overflow: hidden;
}

.customer-form .form-row-wide label,
.login .form-row-wide label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #1e1e27;
	margin-top: 2px;
	margin-bottom: 13px;
}

.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"] {
	border: 1px solid #e5e5e5;
	line-height: 50px;
	min-height: 50px;
	width: 100%;
}

.customer-form input[type="submit"],
.login input[type="submit"] {
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.1em;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 22px;
}

.customer-form input[type="submit"]:hover,
.login input[type="submit"]:hover {
	background: #da1919;
	color: #ffffff;
}

.login-meta {
	display: inline-block;
	width: 100%;
	margin-top: 3px;
}

.lost_password {
	float: right;
	font-size: 16px;
	color: #c2c1ca;
	margin-bottom: 5px;
}

.lost_password:hover {
	color: #da1919;
}

.rememberme {
	float: left;
	color: #c2c1ca;
	font-size: 16px;
	font-weight: normal;
}

.rememberme input[type="checkbox"] {
	display: none;
}

.rememberme > span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f096";
	color: #c2c1ca;
	display: inline-block;
	margin-right: 15px;
}

.rememberme input[type="checkbox"]:checked + span::before {
	content: '\f14a';
}

.register-button,
.login-button {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #1e1e27;
	text-transform: uppercase;
	text-decoration: underline;
}

.register-button:hover,
.login-button:hover {
	color: #da1919;
	text-decoration: underline;
}

.login-form,
.register-form {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: -1;
}

.login-form.form-show,
.register-form.form-show {
	opacity: 1;
	position: relative;
	top: 0;
	z-index: 7;
}

.myaccount-wellcome,
.account-title {
	font-size: 30px;
	color: #1e1e27;
	margin-bottom: 30px;
}

.woocommerce-Address {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding: 20px !important;
}

.woocommerce-MyAccount-content .form-row label {
	color: #111111;
	display: block;
	font-weight: normal;
}

.woocommerce-MyAccount-content fieldset {
	width: 100%;
	margin-top: 50px;
}

.woocommerce-MyAccount-content fieldset legend {
	color: #111111;
	display: block;
	font-weight: 500;
	border-bottom: none;
}

.woocommerce-MyAccount-content input.button {
	background: #111111;
	color: #ffffff;
	line-height: 52px;
	height: 52px;
	padding: 0 40px;
}

.woocommerce-MyAccount-content input.button:hover {
	background: #da1919;
	color: #ffffff;
}

.woocommerce-MyAccount-content .form-row {
	margin-top: 0;
}

.woocommerce-MyAccount-content .form-row input {
	width: 100%;
}

.woocommerce-MyAccount-content h3 {
	margin: 0 0 30px;
}

.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation > ul li {
	border-top: 1px solid #e5e5e5;
	line-height: 50px;
}

.woocommerce-MyAccount-navigation > ul li.is-active a {
	color: #da1919;
}

.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%;
}

/*order tracking*/
.track_order {
	overflow: hidden;
	width: 770px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
	padding-bottom: 60px;
}

.track_order h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 11px;
}

.track_order p:not(.form-row) {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 61px;
	text-align: center;
}

.track_order .form-row {
	width: 570px;
	max-width: 100%;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.track_order label {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #111111;
	margin-top: 5px;
	margin-bottom: 11px;
}

.track_order .input-text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

.track_order .button {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}

/* ==========================================================================
   6.0 WIDGET THEME + PAGINATION +LOADMORE
========================================================================== */
/* ==========================================================================
   6.1 WIDGET THEME
========================================================================== */
.sidebar {
	padding-bottom: 20px;
}

.sidebar .widgettitle {
	font-size: 22px;
	line-height: 26px;
	color: #1e1e27;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 25px;
}

.sidebar .widget:not(:last-child) {
	margin-bottom: 54px;
}

.sidebar .widget ul,
.sidebar .widget ol {
	padding: 0;
	list-style: none;
}

.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ol,
.sidebar .widget ol ul {
	padding-left: 16px;
	margin-top: 2px;
	border-top: 1px solid #ebebeb;;
}

.sidebar .widget ul li {
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	padding: 3px 0;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}

.sidebar .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .widget p:last-child {
	margin-bottom: 0;
}

.sidebar .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}

/*left right sidebar*/
.left-sidebar .main-content {
	float: right;
}

.left-sidebar .sidebar-blog {
	padding-right: 20px;
}

.right-sidebar .sidebar-blog {
	padding-left: 20px;
}

/*sidebar-shop*/
.left-sidebar .shop-sidebar {
	padding-right: 20px;
}

.right-sidebar .shop-sidebar {
	padding-left: 20px;
}

/*widget_search */
.widget_search .search-form {
	position: relative;
}

.widget_search .search-form .search-field {
	width: 100%;
	padding-right: 55px;
}

.widget_search .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
}

/*widget-post*/
.widget-post .merci-post-widget .post-item {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 21px;
	border-bottom: 1px solid rgba(90, 89, 106, 0.1);
}

.widget-post .merci-post-widget .post-widget-thumb {
	float: left;
}

.widget-post .merci-post-widget .post-widget-thumb ~ .post-widget-content {
	overflow: hidden;
	padding-left: 15px;
}

.widget-post .merci-post-widget .post-widget-content .post-widget-title {
	font-size: 14px;
	line-height: 24px;
	color: #636363;
	margin-top: -6px;
	margin-bottom: 0;
}

.widget-post .merci-post-widget .post-widget-content .post-widget-title a {
	color: inherit;
}

.widget-post .merci-post-widget .post-widget-content .post-widget-title a:hover {
	color: #da1919;
}

.widget-post .merci-post-widget .post-widget-content .post-widget-date {
	font-size: 14px;
	line-height: 30px;
	color: #c2c2c2;
	margin-bottom: 0;
}

/*widget_categories*/
.sidebar .widget.widget_categories ul ul {
	border-top: none;
}

.sidebar .widget.widget_categories ul li {
	border-bottom: none;
}

.widget_categories .cat-item a {
	color: #636363;
}

.widget_categories .cat-item a::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f111';
	font-size: 8px;
	margin-right: 14px;
	position: relative;
	top: -2px;
}

.widget_categories .cat-item a:hover,
.widget_categories .current-cat a {
	color: #da1919;
}

/*.widget_tag_cloud*/
.widget_tag_cloud .tagcloud {
	overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
	color: #636363;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	margin-right: 9px;
	margin-bottom: 10px;
}

.widget_tag_cloud .tagcloud a:hover {
	color: #da1919;
	border-color: #da1919;
}

/*widget_shopping_cart*/
.widget_shopping_cart .woocommerce-mini-cart-item {
	position: relative;
}

.widget_shopping_cart .woocommerce-mini-cart-item .remove {
	width: auto;
	position: absolute;
	top: 3px;
	right: 0;
}

.widget_shopping_cart .woocommerce-mini-cart-item .attachment-shop_thumbnail {
	margin-right: 10px;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
	margin-top: 10px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	display: inline-block;
	font-weight: 500;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #111111;
	text-align: center;
	margin-right: 5px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
	background-color: #da1919;
}

/*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;
}

/*.product_list_widget*/
.product_list_widget li > a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.product_list_widget li > a img {
	width: 100px;
	float: left;
	margin-right: 10px;
}

/*instagram-widget*/
.instagram-widget {
	font-size: 14px;
}

.instagram-widget .social_instagram {
	margin-right: 9px;
}

.instagram-widget a {
	font-weight: 500;
}

/* ==========================================================================
   6.2 PAGINATION
========================================================================== */
.merci-pagination {
	overflow: hidden;
	padding-top: 40px;
	border-top: 1px solid #ebebeb;
}

.merci-pagination a {
	display: inline-block;
	min-width: 160px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	background-color: #f3f3f3;
	color: #1e1e27;
}

.merci-pagination .nav-previous {
	float: left;
}

.merci-pagination .nav-previous a::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f104';
	font-weight: normal;
	margin-right: 7px;
}

.merci-pagination .nav-next {
	float: right;
}

.merci-pagination .nav-next a::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: '\f105';
	margin-left: 7px;
}

.post-pagination,
.woocommerce-pagination {
	margin-top: 10px;
	margin-bottom: 10px;
}

.woocommerce-pagination ul {
	padding-left: 0;
	list-style: none;
}

.woocommerce-pagination ul li {
	display: inline-block;
	padding: 0 5px;
}

.post-pagination > span:not(.title),
.post-pagination a span,
.woocommerce-pagination ul .page-numbers {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #1e1e27;
	background-color: #f3f3f3;
	display: inline-block;
	min-width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0 5px;
	margin: 0 2px 7px 2px;
	vertical-align: top;
}

.woocommerce-pagination ul .page-numbers:first-child {
	margin-left: 0;
}

.woocommerce-pagination ul .page-numbers:last-child {
	margin-right: 0;
}

.post-pagination > span:not(.title),
.post-pagination a span:hover,
.woocommerce-pagination ul .page-numbers.current,
.woocommerce-pagination ul .page-numbers:hover {
	color: #da1919;
}

.woocommerce-pagination ul .page-numbers.prev,
.woocommerce-pagination ul .page-numbers.next {
	padding: 0 28px;
}

/* ==========================================================================
   6.3 LOADMORE
========================================================================== */
.merci-productsfilter .loadmore-wapper,
.merci-ajax-load {
	text-align: center;
}

.merci-productsfilter .product-list-masonry ~ .loadmore-wapper .loadmore-button {
	margin-top: 30px;
}

.merci-productsfilter .loadmore-wapper .loadmore-button,
.merci-ajax-load a {
	display: inline-block;
	min-width: 160px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	-webkit-transition: all 450ms;
	-moz-transition: all 450ms;
	-ms-transition: all 450ms;
	-o-transition: all 450ms;
	transition: all 450ms;
}

.merci-productsfilter .loadmore-wapper .loadmore-button:hover,
.merci-ajax-load a:hover {
	color: #ffffff;
	background-color: #da1919;
}

.merci-productsfilter .loadmore-wapper .loadmore-button.loading:after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	line-height: 46px;
	display: inline-block;
	margin-left: 5px;
}

.merci-ajax-load a i {
	font-size: 18px;
	line-height: 46px;
}

.merci-ajax-load.loading a,
.merci-ajax-load a.disabled {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}

/* ==========================================================================
    7.0 SHORTCODE THEME
========================================================================== */
/* ==========================================================================
   7.1 PRODUCT FILTER
========================================================================== */
.merci-productsfilter .head {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 50px;
}

.merci-productsfilter .head:after,
.merci-productsfilter .head:before {
	content: "";
	display: table;
	clear: both;
}

.merci-productsfilter .content-product {
	opacity: 1 !important;
}

.merci-productsfilter ul {
	list-style: none;
	padding: 0;
}

.merci-productsfilter .block-filter-content ul.filter-links.filter-by-category .cat {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-left: 13px !important;
	padding-right: 13px !important;
	background-color: #f1f2f5;
}

/*tab*/
.merci-productsfilter .head > div:not(.block-filter-content) {
	float: left;
	display: inline-block;
	line-height: 26px;
}

.merci-productsfilter .head > div:not(.block-filter-content):first-child {
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
}

.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li {
	display: inline-block;
	margin-right: 80px;
}

.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li:last-child {
	margin-right: 0;
}

.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li a {
	display: inline-block;
	font-weight: 500;
	color: #c2c2c2;
}

.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li a:hover,
.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li.selected a {
	color: #111111;
}

.merci-productsfilter .content-product .ajax-loader-wapper::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
}

.merci-productsfilter .content-product .ajax-loader-wapper::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 100px;
	color: #da1919;
	display: inline-block;
	position: fixed;
	left: 47%;
	top: 50%;
}

/*dropdown*/
.shop-filter {
	padding: 0;
	width: 70px;
}

.shop-filter .content-product {
	margin-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-filter .shop-sort-by {
	border-left: none;
	position: relative;
}

.shop-filter .shop-filter-title {
	font-weight: 500;
	color: #111111;
	display: block;
	text-align: right;
}

.shop-filter .shop-filter-title::after {
	content: "\33";
	font-family: 'ElegantIcons', sans-serif;
	font-weight: normal;
	margin-left: 5px;
}

.shop-filter.open .shop-filter-title:after {
	content: "\32";
}

.block-filter-content {
	float: left;
	overflow: hidden;
	display: none;
	width: 100%;
	background-color: #ffffff;
	z-index: 20;
	padding-top: 39px;
	margin-top: 30px;
	position: relative;
}

.block-filter-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.block-filter-content .block-item {
	float: left;
	margin-bottom: 20px;
}

.block-filter-content .block-item:nth-child(1) {
	width: 21.7948718%;
	padding-right: 15px;
}

.block-filter-content .block-item:nth-child(2),
.block-filter-content .block-item:nth-child(3) {
	width: 19.6581197%;
	padding-left: 15px;
	padding-right: 15px;
}

.block-filter-content .block-item:nth-child(4) {
	width: 14.5299145%;
	padding-left: 15px;
	padding-right: 15px;

}

.block-filter-content .block-item:nth-child(5) {
	width: 24.3589743%;
	padding-left: 15px;
}

.block-filter-content .block-item .block-title {
	font-size: 14px;
	margin-bottom: 37px;
}

.block-filter-content .block-item li a {
	color: #636363;
}

.block-filter-content .block-item li.selected a,
.block-filter-content .block-item li a:hover {
	color: #da1919;
}

.block-filter-content .block-item .fillter-item-color span {
	display: inline-block;
}

.block-filter-content .block-item .fillter-item-color .swatch-color {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 25px;
}

.block-filter-content .block-item .fillter-item-color.selected .swatch-color::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	background-color: inherit;
}

.block-filter-content .block-item .fillter-item-color .swatch-color::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	position: absolute;
	top: -2px;
	left: -2px;
	background-color: transparent;
}

.block-filter-content .block-item .filter-by-status li {
	display: inline-block;
	margin: 0 8px 10px 0;
}

.block-filter-content .block-item .filter-by-status li a {
	display: inline-block;
	padding: 0 17px;
	text-align: center;
	background-color: #f1f2f5;
}

.block-footer {
	display: block;
	float: left;
	width: 100%;
	padding: 15px 10px 10px 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.block-footer .shop-link {
	float: left;
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #111111;
	border: 1px solid;
	font-size: 14px;
	margin-top: 10px;
}

.block-footer .shop-link:hover {
	color: #fff;
	background-color: #da1919;
	border-color: #da1919;
}

.block-footer .shop-link:before {
	content: "\f178";
	font-weight: 400;
	font-family: 'FontAwesome', sans-serif;
	margin-right: 8px;
}

.block-footer .button-clear {
	float: right;
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	margin-top: 10px;
}

.block-footer .button-clear:hover {
	background-color: #da1919;
}

/* ==========================================================================
    7.2 MERCI TAB
========================================================================== */
.merci-tabs .tab-head .tab-link {
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}

.merci-tabs .tab-head .tab-link li {
	display: inline-block;
	margin-right: 80px;
}

.merci-tabs .tab-head .tab-link li a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #c2c2c2;
}

.merci-tabs .tab-head .tab-link li a:hover,
.merci-tabs .tab-head .tab-link li.active a {
	color: #111111;
}

.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;
}

.cssload-square {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}

.cssload-square .animation-tab::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 80px;
	color: #da1919;
	display: inline-block;
}

/* ==========================================================================
    7.3 NEWSLETTER
========================================================================== */
.newletter-info .title {
	font-size: 24px;
	font-weight: 300;
	color: #111111;
	margin-bottom: 7px;
	margin-top: -4px;
}

.newletter-info .sub-title {
	font-size: 14px;
	margin-bottom: 10px;
}

.newsletter-form-wrap {
	position: relative;
	margin-bottom: 10px;
}

.content-newletter .content .email-newsletter {
	display: inline-block;
	background: #fff;
	width: 100%;
	padding-right: 160px;
	border: none;
}

.content-newletter .content .submit-newsletter {
	background: #000000;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 46px;
	height: 46px;
	padding: 0 42px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	-webkit-transition: all 450ms;
	-moz-transition: all 450ms;
	-ms-transition: all 450ms;
	-o-transition: all 450ms;
	transition: all 450ms;
}

.content-newletter .content .submit-newsletter:hover {
	background: #da1919;
}

.merci-newsletter.style1 .newletter-info {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.merci-newsletter.style1 .content-newletter .content {
	width: 100%;
}
@media (max-width: 991px){
	.merci-newsletter.default .newletter-info{
		margin-bottom: 20px;
	}
}
/* ==========================================================================
    7.4 MERCI TEAM
========================================================================== */
.merci-member .member-image {
	overflow: hidden;
	position: relative;
	width: 200px;
	max-width: 100%;
	border-radius: 50%;
	margin: 0 auto;
}

.merci-member .member-image .member-info-wrap {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	top: 50%;
	text-align: center;
	padding: 50% 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(30, 30, 39, .5);
	-webkit-box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
}

.merci-member .member-image:hover .member-info-wrap {
	opacity: 1;
	visibility: visible;
}

.merci-member .member-image .member-social-links {
	padding-left: 0;
}

.merci-member .member-image .member-social-links li {
	list-style: none;
	display: inline-block;
}

.merci-member .member-image .member-social-links li a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #c2c2c2;
	margin: 10px;
}

.merci-member .member-image .member-social-links li a:hover {
	color: #fff;
}

.merci-member .member-info {
	padding: 7px 0 30px 0;
	text-align: center;
}

.merci-member .member-info h4 {
	font-size: 16px;
	line-height: 18px;
	color: #111111;
	margin-bottom: 6px;
	font-weight: 500;
}

.merci-member .member-info span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #c2c2c2;
}

/* ==========================================================================
    7.5 MERCI SOCIALS
========================================================================== */
.merci-socials .socials .social-item {
	display: inline-block;
	color: #c2c2c2;
	font-size: 14px;
	line-height: 26px;
}

.merci-socials .socials .social-item:hover {
	color: #111111;
}

.footer .merci-socials .socials .social-item:hover {
	color: #636363;
}

.merci-socials.default .socials .social-item {
	padding: 5px 45px;
	font-size: 14px;
}

.merci-socials.style1 .socials .social-item {
	margin-left: 28px;
}

.merci-socials.style1 .socials .social-item:first-child {
	margin-left: 0;
}

/* ==========================================================================
    7.6 CONTACT FORM 7
========================================================================== */
input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 28px;
}

.wpcf7-form {
	text-align: center;
}

.wpcf7-form .wpcf7-textarea {
	margin-bottom: 34px;
	color: #c2c2c2;
}

.wpcf7-form .wpcf7-submit {
	padding: 0 47px;
}

div.wpcf7 .ajax-loader {
	margin: 5px auto 0 auto;
	display: block;
}

/* ==========================================================================
    7.7 ICON BOX
========================================================================== */
.iconbox-inner {
	text-align: center;
}

.iconbox-inner .icon {
	display: inline-block;
}

.iconbox-inner .title {
	font-size: 18px;
	font-weight: 300;
}

.iconbox-inner .text {
	font-size: 14px;
}

.iconbox-inner span {
	margin-right: 15px;
}

/* ==========================================================================
    7.8 MERCI COUNTDOWN
========================================================================== */
.merci-countdown.default .timers {
	text-align: center;
	line-height: 60px;
}

.merci-countdown.default .timers .box {
	display: inline-block;
	padding-right: 80px;
}

.merci-countdown.default .timers .box:last-child {
	padding-right: 0;
}

.merci-countdown.default .timers .box .time {
	color: #111111;
	font-size: 60px;
	font-weight: 300;
}

.merci-countdown.default .timers .box .time-title {
	font-size: 18px;
	color: #c2c2c2;
	font-weight: 300;
}

.merci-countdown.default .timers .box .time-title::before {
	content: '/';
}

.merci-countdown.style1 .timers {
	text-align: center;
}

.merci-countdown.style1 .timers .box {
	display: inline-block;
	padding-right: 60px;
}

.merci-countdown.style1 .timers .box:last-child {
	padding-right: 0;
}

.merci-countdown.style1 .timers .box .time {
	display: block;
	font-size: 48px;
	line-height: 1.2;
	color: #111111;
}

.merci-countdown.style1 .timers .box .time-title {
	display: block;
	font-size: 16px;
	line-height: 22px;
}

/* ==========================================================================
    7.9 MERCI INSTAGRAM
========================================================================== */
.merci-instagram .slick-arrow {
	display: none !important;
}

button.pswp__button:hover {
	background: transparent;
}

.info-img {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	line-height: 10px;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.5);
	transform: translateY(-50%) translateX(-50%) scale(0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.item-instagram:hover .info-img {
	opacity: 1;
	white-space: nowrap;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	-moz-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	-o-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}

.item-instagram > a {
	display: block;
	position: relative;
	overflow: hidden;
}

.item-instagram > a img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.item-instagram .merci-overlay::before {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.item-instagram:hover .merci-overlay::before {
	opacity: 1;
}

.info-img > span {
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 7px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
}

.info-img > span:last-child {
	border-right: none;
	margin: 0;
	position: relative;
}

.info-img > span:last-child::before {
	content: "";
	left: -12px;
	position: absolute;
	height: 11px;
	margin: auto;
	width: 2px;
	background: #ffffff;
	top: 3px;
}

.info-img > span i {
	font-size: 12px;
	font-weight: 600;
	margin-left: 5px;
}

img.media-photo {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.instagram-link i {
	margin-right: 7px;
}

.instagram-link {
	margin-bottom: 17px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

/* ==========================================================================
    7.10 MERCY CATEGORY
========================================================================== */
.merci-category .thumb {
	position: relative;
	overflow: hidden;
}

.merci-category .thumb img {
	width: 100%;
	display: block;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.merci-category .category-link-wrap {
	display: block;
	text-align: center;
	position: absolute;
	z-index: 15;
}

.merci-category .category-link-wrap a {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 15px;
	background-color: #fff;

	max-width: 100%;
	display: inline-block;
}

.merci-category .category-link-wrap a:hover {
	color: #da1919;
}

.merci-category.default .category-link-wrap {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 15;
}

.merci-category.default .category-link-wrap a {
	min-width: 202px;
}

.merci-category.style1 .category-link-wrap {
	left: 50px;
	bottom: 50px;
}

.merci-category.style1 .category-link-wrap a {
	min-width: 150px;
}

/* ==========================================================================
    7.11 MERCY BLOG
========================================================================== */
.merci-blog .blog-thumb img {
	width: 100%;
}

.merci-blog .blog-info .blog-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #111111;
}

.merci-blog .blog-info .blog-title a {
	color: inherit;
}

.merci-blog .blog-info .blog-title a:hover {
	color: #da1919;
}

.merci-blog .blog-info .blog-meta {
	padding-left: 0;
	list-style: none;
}

.merci-blog .blog-info .blog-meta li {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}

.merci-blog .blog-info .blog-meta li:first-child::after {
	content: '|';
	color: #c2c2c2;
	margin: 0 5px;
}

.merci-blog .blog-info .blog-meta li a {
	color: inherit;
}

.merci-blog .blog-info .blog-meta li a:hover {
	color: #da1919;
}

.merci-blog .blog-info .blog-content {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.merci-blog .blog-info .readmore {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #e41e26;
	position: relative;
}

.merci-blog .blog-info .readmore:hover::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid;

}

.merci-blog .slick-arrow {
	position: absolute;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 1;
}

.merci-blog .slick-arrow:hover {
	color: #da1919;
}

.merci-blog .slick-arrow.arrow_carrot-left {
	left: 10px;
}

.merci-blog .slick-arrow.arrow_carrot-right {
	right: 10px;
}

/*.merci-blog.style-1*/
.merci-blog.style-1 .blog-thumb{
	position: relative;
}

.merci-blog.style-1 .blog-info .blog-title {
	margin-bottom: 0;
	margin-top: 22px;
}

.merci-blog.style-1 .blog-info .blog-meta {
	color: #c2c2c2;
	margin-bottom: 10px;
}

.merci-blog.style-1.excerpt .readmore,
.merci-blog.style-1.readmore .blog-content {
	display: none;
}

/*.merci-blog.style-2*/
.merci-blog.style-2 .blog-thumb {
	position: relative;
}

.merci-blog.style-2 .blog-thumb:hover .blog-info,
.merci-blog.style-2 .blog-thumb:hover > a::before {
	opacity: 1;
	visibility: visible;
}

.merci-blog.style-2 .blog-thumb > a::before {
	content: '';
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.merci-blog.style-2 .blog-info {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 1;
}

.merci-blog.style-2 .blog-info .blog-title {
	margin-bottom: 0;
}

.merci-blog.style-2 .blog-info .blog-meta {
	color: #636363;
	margin-bottom: 41px;
}

.merci-blog.style-2 .blog-info .blog-content {
	margin-bottom: 22px;
}

.merci-blog.style-2 .blog-info .readmore {
	text-transform: uppercase;
}

/* ==========================================================================
    8.0 PAGE THEME
========================================================================== */
/* ==========================================================================
    8.1 PAGE 404
========================================================================== */
body.error404 .main-container {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.error-404 {
	padding-top: 168px;
	padding-bottom: 227px;
}

.error-404 h1.page-title {
	margin-top: 34px;
	font-size: 30px;
}

.error404 .content-area {
	text-align: center;
}

.error-404 span {
	font-size: 60px;
	color: #ed1c24;
}

.error-404 .page-content {
	font-weight: 400;
}

.error-404 .page-content .hightlight {
	color: #ed1c24;
	text-decoration: underline;
}

/* ==========================================================================
    8.2 PAGE FAQs
========================================================================== */
.wpb-js-composer .merci-faqs.vc_tta.vc_general .vc_tta-panel {
	padding-bottom: 35px;
}

.wpb-js-composer .merci-faqs-page.vc_tta.vc_general .vc_tta-panel {
	padding-bottom: 17px;
}

.wpb-js-composer .merci-faqs.vc_tta.vc_general .vc_tta-panel:last-child {
	padding-bottom: 0;
}

.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border: none;
	background-color: transparent;
}

/* ==========================================================================
    8.3 COMMING SOON
========================================================================== */
.merci-comming-soon {
	min-height: 480px;
	background-position: center center;
}

.logo-coming-soon {
	text-align: center;
	padding-top: 35px;
}

.comming-soon-content {
	margin-top: 24vh;
	width: 50%;
}

.comming-soon-content h1 {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 30px;
}

.comming-soon-time h2 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 126px;
}

.comming-soon-time .merci-countdown.default .timers {
	text-align: left;
	margin-top: 40px;
}

/* ==========================================================================
    8.4 PAGE TYPO
========================================================================== */
.contact-canvas span {
	display: inline-block;
	padding: 1px 0;
}

.contact-canvas a {
	color: #636363;
}

/* Shortcode button */
.vc_btn3-style-merci-style.vc_btn3 {
	height: auto;
	font-weight: 500;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-size-lg {
	font-size: 16px;
	padding: 16px 59px;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-size-md {
	font-size: 14px;
	padding: 14px 53px;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-size-sm {
	font-size: 13px;
	padding: 12px 50px;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-size-xs {
	font-size: 12px;
	padding: 10px 43px;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 0;
	background-color: #111;
	border: 1px solid #111;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-shape-merci-border {
	border: 1px solid #111;
	color: #111;
}

.vc_btn3-style-merci-style.vc_btn3.vc_btn3-shape-rounded:hover,
.vc_btn3-style-merci-style.vc_btn3.vc_btn3-shape-merci-border:hover {
	color: #fff;
	background-color: #da1919;
	border-color: #da1919;
}

/*heading*/
.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: transparent;
}

.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	padding-bottom: 14px;
}

/*title*/
.wpb-js-composer .merci-faqs.vc_tta.vc_general .vc_tta-panel-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #111;
	display: inline-block;
}

.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #111111;
}

.wpb-js-composer .merci-faqs.vc_tta.vc_general .vc_tta-panel-title > a {
	padding: 0;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 50px;
}

/*icon*/
.wpb-js-composer .merci-faqs.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #111111;
	left: 0;
}

.wpb-js-composer .merci-faqs.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	background-color: #111111;
}

.wpb-js-composer .merci-faqs.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #ffffff;
}

.wpb-js-composer .merci-faqs.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	width: 12px;
	border-color: #ffffff;
	border-width: 3px 0 0;
	margin: auto;
}

.wpb-js-composer .merci-faqs.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	height: 12px;
	border-color: #ffffff;
	border-width: 0 0 0 3px;
	margin: auto;
}

/*content*/
.wpb-js-composer .merci-faqs.vc_tta.vc_general .vc_tta-panel-body {
	padding: 0 0 9px 0;
	font-size: 14px;
	line-height: 24px;
	color: #636363;
	font-weight: 300;
}

/* Video Popup */
.merci-bt-video a {
	display: inline-block;
	position: relative;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 3px solid #ffffff;
}

.merci-bt-video a::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 26px;
	display: block;
	width: 0;
	height: 0;
	border-width: 11px 19px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.merci-bt-video a:hover {
	border-color: #da1919;
}

.merci-bt-video a:hover::before {
	border-color: transparent transparent transparent #da1919;
}

.typo-title {
	font-size: 18px;
	font-weight: 600;
	color: #111;
	padding-bottom: 4px;
}

.typography p {
	color: #5a596a;
	font-size: 14px;
	font-weight: 300;
}

/* ==========================================================================
    8.5 MERCI TESTIMONIALS
========================================================================== */
.merci-testimonials .testimonial-item {
	background: #fff;
	padding: 47px 50px;
	text-align: center;
	margin: 0 15px;
}

.merci-testimonials .testimonial-item.slick-active.slick-center {
	-webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}

.merci-testimonials .slick-track {
	padding: 40px 0;
}

.testimonial-info-wrap img {
	display: inline-block;
	border-radius: 50%;
}

.member-info h4 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 2px;
}

.member-info span {
	font-size: 14px;
	color: #c2c2c2;
}

.testimonial-item .description {
	margin-top: 17px;
	font-family: "Droid Serif", sans-serif;
	font-style: italic;
	color: #111111;
}

.merci-testimonials .slick-dots {
	text-align: center;
	margin-bottom: 28px;
}

.merci-testimonials .slick-dots li {
	display: inline-block;
}

.merci-testimonials .slick-dots li.slick-active button {
	background: #111111;
}

.merci-testimonials .slick-dots li button {
	font-size: 0;
	background: transparent;
	border: 2px solid #111;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	padding: 0;
	margin-right: 10px;
}

/* ==========================================================================
    9.0 FOOTER THEME
========================================================================== */
.backtotop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 46px;
	height: 46px;
	border: 2px solid #aaa;
	border-radius: 50%;
	z-index: 9;
	-webkit-transition: border-color 450ms;
	-moz-transition: border-color 450ms;
	-ms-transition: border-color 450ms;
	-o-transition: border-color 450ms;
	transition: border-color 450ms;
}

.backtotop i {
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin: 3px;
	border-radius: 50%;
	background-color: #aaa;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	-webkit-transition: background-color 450ms;
	-moz-transition: background-color 450ms;
	-ms-transition: background-color 450ms;
	-o-transition: background-color 450ms;
	transition: background-color 450ms;
}

.backtotop:hover {
	border-color: #da1919;
}

.backtotop:hover i {
	background-color: #da1919;
}

/*.footer.wp-default*/
.footer.wp-default {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
}

/*Custom menu footer*/
.footer .merci-socials .socials .social-item {
	font-size: 14px;
}

.footer .merci-custommenu.default ul {
	list-style: none;
	display: inline-block;
}

.footer .merci-custommenu ul > li {
	font-size: 12px;
	display: inline-block;
	margin-right: 31px;
}

.footer .merci-custommenu ul > li a {
	color: #636363;
}

.footer .merci-custommenu ul > li a:hover {
	color: #111111;
}
/*.footer-coppyright*/
.footer-coppyright {
	font-size: 12px;
	color: #111111;
}

/* ==========================================================================
   10.0 RESPONSIVE
========================================================================== */
@media (max-width: 1366px) {
	/*header*/
	.header-dropdown .switcher-language::after,
	.header-dropdown .list-currency::after {
		margin: 0 10px;
	}

	.header-dropdown .switcher-language .submenu,
	.header-dropdown .list-currency .wcml-dropdown-click .wcml-cs-submenu {
		left: -10px;
		padding: 16px 10px;
		min-width: 170px;
	}

	.sidebar-menu-canvas {
		padding: 65px 20px 20px 20px;
	}

	.menu-canvas-wrap .scrollbar-macosx {
		height: calc(100vh - 85px);
		height: -webkit-calc(100vh - 85px);
		height: -moz-calc(100vh - 85px);
	}

	.menu-canvas-wrap .close-menu-canvas {
		top: -15px;
		right: 0;
	}

	.header.style-2 .main-navigation {
		padding-right: 0;
	}

	/*shop*/
	.shop-sidebar-fullwidth .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.shop-sidebar-fullwidth,
	.shop-sidebar-fullwidth .main-content,
	.shop-sidebar-fullwidth .sidebar,
	.shop-sidebar-fullwidth .product-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.shop-sidebar-fullwidth .sidebar {
		width: 25%;
	}

	.shop-sidebar-fullwidth .main-content.has-sidebar {
		width: 75%;
		padding-left: 15px;
	}

	.product-item.style-2 .product-info {
		padding-left: 10px;
	}

	/*blog*/
	.left-sidebar .sidebar-blog,
	.right-sidebar .sidebar-blog,
	.left-sidebar .shop-sidebar,
	.right-sidebar .shop-sidebar {
		padding: 0
	}

	.blog-content.list article,
	.blog-content.grid.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.blog-content.list article::before {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.blog-content.list .post-thumb,
	.blog-content.list .post-info,
	.blog-content.grid article {
		padding-left: 15px;
		padding-right: 15px;
	}

	/*shop*/
	.merci-tabs .tab-head .tab-link li,
	.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li {
		margin-right: 25px;
	}

	/*single product*/
	body.single-product .summary {
		padding-left: 15px;
		padding-right: 15px;
	}

	/*table shop*/
	body .woocommerce table.shop_table .product-thumbnail {
		width: 200px;
		padding-left: 15px;
	}

	body .woocommerce table.shop_table tr th,
	body .woocommerce table.shop_table tr td {
		width: 60px;
		padding: 15px !important;
	}

	/*shortcode*/
	.merci-testimonials .testimonial-item {
		padding: 20px 15px;
	}

	.merci-category.default .category-link-wrap a,
	.merci-category.style1 .category-link-wrap a {
		min-width: 130px;
	}

	.merci-blog.style-2 .blog-info {
		padding-left: 10px;
		padding-right: 10px;
	}

	.comming-soon-content {
		margin-top: 10vh;
	}
}

@media (max-width: 1280px) {
	/*header*/
	/*.header.style-4*/
	.header-search .form-search .form-content input {
		width: 200px;
	}

	/*blog single*/
	.post-single .post-footer .post-meta {
		width: 100%;
	}

	.post-footer .post-footer-right {
		float: left;
		text-align: left;
		width: 100%;
	}

	.commentlist .depth-1 > .comment_container > .merci-avatar {
		margin-right: 0;
	}

	.commentlist .depth-1 > .comment_container > .comment-text {
		border-left: none;
	}

	.commentlist .depth-1 > .children {
		margin-left: 0;
	}

	.commentlist .depth-1 > .children::before {
		display: none;
	}

}

@media (max-width: 1199px) {
	/*.header.style-1*/
	.header.style-1 .header-menu {
		width: calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		text-align: right;
	}

	.header.style-1 .main-navigation .main-menu > .menu-item > .submenu {
		left: auto;
		right: -10px;
	}

	.header.style-1 .main-navigation .main-menu > .menu-item > .submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 20px;
	}

	.header.style-1 .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
		right: auto;
		left: -20px;
	}

	.header.style-1 .header-logo {
		line-height: 126px;
	}

	.header.style-1 .header-dropdown,
	.header.style-1 .header-icon {
		padding: 5px 15px;
	}

	.header.style-1 .header-dropdown {
		text-align: right;
		width: calc(100% - 385px);
		width: -webkit-calc(100% - 385px);
		width: -moz-calc(100% - 385px);
	}

	/*.header.style-2*/
	.header.style-2 .header-logo {
		width: 100%;
		text-align: center;
	}

	.header.style-2 .main-navigation {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header.style-2 .header-dropdown,
	.header.style-2 .header-icon {
		width: 50%;
		padding: 5px 15px;
	}

	.header.style-2 .header-menu {
		width: 100%;
		text-align: center;
	}

	.header.style-2 .main-navigation .main-menu > .menu-item {
		padding-left: 19px;
		padding-right: 19px;
	}

	.header.style-2 .main-navigation .main-menu > .menu-item > .submenu .submenu {
		left: 100%;
		right: auto;
	}

	.header.style-2 .main-navigation .main-menu > .menu-item > .submenu {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header.style-2 .main-navigation .main-menu > .menu-item > .submenu .submenu {
		left: 100%;
		right: auto;
		margin-left: 31px;
		margin-right: 0;
	}

	/*.header.style-3*/
	.header.style-3 .header-logo {
		text-align: left;
		line-height: 126px;
	}

	.header.style-3 .header-menu {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
		text-align: right;
		float: right;
	}

	.header.style-3 .main-navigation .main-menu .menu-item .submenu {
		left: auto;
		right: 0;
	}

	.header.style-3 .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
		left: -20px;
		right: auto;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header.style-3 .main-navigation .main-menu > .menu-item > .submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 20px;
	}

	.header.style-3 .header-dropdown,
	.header.style-3 .header-icon {
		padding: 5px 15px;
	}

	.header.style-3 .header-dropdown {
		width: -webkit-calc(100% - 385px);
		width: -moz-calc(100% - 385px);
		width: calc(100% - 385px);
	}

	/*shop*/
	.merci-productsfilter .content-product .ajax-loader-wapper::after {
		left: 45%;
	}

	.product-inner .add_to_cart_button,
	.product-inner .added_to_cart,
	.product-inner .product_type_variable,
	.product-inner .product_type_simple,
	.product-inner .product_type_external,
	.product-inner .product_type_grouped {
		font-size: 0;
	}

	.product-inner .add_to_cart_button::before,
	.product-inner .added_to_cart::before,
	.product-inner .product_type_variable::before,
	.product-inner .product_type_simple::before,
	.product-inner .product_type_external::before,
	.product-inner .product_type_grouped::before {
		font-family: 'FontAwesome', sans-serif;
		font-weight: normal;
		font-size: 18px;
	}

	.product-inner .product_type_simple:not(.add_to_cart_button)::before {
		content: "\f02d";
	}

	.product-inner .add_to_cart_button::before {
		content: "\f217";
	}

	.product-inner .added_to_cart::before {
		content: "\f218";
	}

	.product-inner .product_type_external::before {
		content: "\f08e";
	}

	.product-inner .product_type_variable::before {
		content: "\f0e4";
	}

	.product-inner .product_type_grouped::before {
		content: "\f06e";
	}

	/*single product*/
	.woocommerce-product-gallery.merci-gallery-slick .flex-viewport {
		width: 100%
	}

	.woocommerce-product-gallery.merci-gallery-slick .flex-control-nav.flex-control-thumbs {
		width: 100%;
		padding-right: 0;
		margin-top: 40px;
		text-align: center;
	}

	.woocommerce-product-gallery.merci-gallery-slick .flex-control-nav.flex-control-thumbs .slick-list {
		margin: 0 -10px;
	}

	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		display: inline-block;
		padding: 0 10px;
	}

	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.arrow_carrot-left,
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-left {
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.arrow_carrot-right,
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-right {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.woocommerce-product-gallery.merci-gallery-slick .merci-product-bt-video {
		top: -webkit-calc(50% - 55px);
		top: -moz-calc(50% - 55px);
		top: calc(50% - 55px);
		left: 50%;
	}

	/*shoptable*/
	body .woocommerce table.shop_table tr th,
	body .woocommerce table.shop_table tr td,
	body .woocommerce table.shop_table .product-thumbnail,
	body .woocommerce table.shop_table .product-thumbnail a {
		width: auto;
	}

	/*shortcode*/
	.comming-soon-content {
		width: 100%;
	}

	.merci-socials.default .socials .social-item {
		padding: 5px 30px;
	}

	.merci-comming-soon {
		background-position: inherit;
	}
}

@media (max-width: 1024px) {
	/*header*/
	.header-dropdown .header-user {
		font-size: 0;
	}

	.header-dropdown .header-user::before {
		font-family: 'themify', sans-serif;
		font-weight: normal;
		content: "\e602";
		font-size: 16px;
		line-height: 30px;
		vertical-align: top;
	}

	.main-navigation .main-menu > .menu-item:first-child {
		padding-left: 19px;
	}

	.main-navigation .main-menu .menu-item .toggle-submenu {
		display: block;
	}

	.header-position.fixed {
		position: static;
	}

	.header.style-4 .header-dropdown {
		display: none;
	}

	.header.style-4 .header-icon .block-account {
		display: inline-block;
	}

	.header.style-4 .header-icon {
		width: -webkit-calc(50% - 100px);
		width: -moz-calc(50% - 100px);
		width: calc(50% - 100px);
	}

	/*shop*/
	.product-list-masonry .product-item {
		width: 50%;
	}

	.product-list-masonry .product-item.img21,
	.product-list-masonry .product-item.img22 {
		width: 100%;
	}

	.product-inner .yith-wcqv-button {
		height: -webkit-calc(100% - 52px);
		height: -moz-calc(100% - 52px);
		height: calc(100% - 52px);
	}

	.group-button {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100% !important;
		border: 1px solid #e6e6e6;
		overflow: hidden;
		opacity: 1;
		visibility: visible;
	}

	.product-info {
		margin-top: 10px;
	}

	.product-item.style-2 .product-info {
		width: 100%;
		padding: 0;
		position: static;
		text-align: center;
	}

	.product-item.style-2 .star-rating {
		margin: 0 auto;
	}

	.product-list-owl .slick-arrow.ti-angle-left,
	.product-grid .slick-arrow.ti-angle-left {
		display: none;
	}

	.product-list-owl .slick-arrow.ti-angle-right,
	.product-grid .slick-arrow.ti-angle-right {
		display: none;
	}
}

@media (max-width: 991px) {
	/*blog*/
	.left-sidebar .blog-content.list .post-thumb,
	.left-sidebar .blog-content.list .post-info,
	.right-sidebar .blog-content.list .post-thumb,
	.right-sidebar .blog-content.list .post-info {
		width: 100%;
	}

	.left-sidebar .blog-content.list .post-thumb,
	.right-sidebar .blog-content.list .post-thumb {
		margin-bottom: 27px;
	}

	.left-sidebar .blog-content.list .post-thumb img,
	.right-sidebar .blog-content.list .post-thumb img {
		width: 100%;
	}

	/*shop*/
	.shop-sidebar-fullwidth .sidebar {
		width: 30%;
	}

	.shop-sidebar-fullwidth .main-content.has-sidebar {
		width: 70%;
	}

	.block-filter-content .block-item:nth-child(1),
	.block-filter-content .block-item:nth-child(2),
	.block-filter-content .block-item:nth-child(3) {
		width: 33.3333333%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.block-filter-content .block-item:nth-child(4),
	.block-filter-content .block-item:nth-child(5) {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*cart*/
	.actions .coupon-wrap,
	.actions .coupon-wrap ~ .cart-collaterals {
		width: 100%;
	}

	.actions .coupon-wrap {
		margin-bottom: 30px;
	}

	/*shortcode*/
	.content-newletter .content .submit-newsletter {
		padding: 0 15px;
	}

	.merci-countdown .timers .box {
		padding-right: 30px !important;
	}

	.merci-countdown.default .timers .box .time {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	/*header*/
	.mobile-navigation {
		display: inline-block;
	}

	.admin-bar .box-mobile-menu {
		padding-top: 46px;
	}

	.admin-bar .box-mobile-menu .back-menu,
	.admin-bar .box-mobile-menu .close-menu {
		top: 46px;
	}

	.admin-bar .box-mobile-menu .main-menu .submenu {
		top: 91px;
	}

	.header-transparent .header-wrap {
		position: static;
	}

	.header-menu {
		display: none;
	}

	/*.header.style-1*/
	.header.style-1 .header-logo {
		width: 100%;
		text-align: center;
		line-height: 80px;
	}

	.header.style-1 .header-dropdown {
		display: none;
	}

	.header.style-1 .header-icon {
		width: 100%;
		text-align: center;
	}

	.header.style-1 .header-icon .block-account {
		display: inline-block;
	}

	/*.header.style-2*/
	.header.style-2 .header-dropdown,
	.header.style-2 .header-icon {
		width: 100%;
		text-align: center;
	}

	/*.header.style-3*/
	.header.style-3 .header-logo {
		width: 100%;
		text-align: center;
		line-height: 80px;
	}

	.header.style-3 .header-dropdown {
		display: none;
	}

	.header.style-3 .header-icon {
		width: 100%;
		text-align: center;
	}

	.header.style-3 .header-icon .block-account {
		display: inline-block;
	}

	/*.header.style-4*/
	.header.style-4 .header-container {
		padding: 4px 15px;
	}

	.header.style-4 .header-search {
		display: none;
	}

	.header.style-4 .header-logo {
		width: 100%;
	}

	.header.style-4 .header-icon {
		width: 100%;
		text-align: center;
		padding: 5px 15px;
	}

	.header.style-4 .header-icon .block-search {
		display: inline-block;
	}

	/*shop*/
	.merci-productsfilter .content-product .ajax-loader-wapper::after {
		left: 43%;
	}

	.summary .woocommerce-product-details__short-description ul {
		list-style: none;
		padding-left: 0;
	}

	.product-thumb img {
		width: 100%;
	}

	.shop-top-control .woocommerce-result-count {
		width: 100%;
	}

	.merci-productsfilter .head > div:not(.block-filter-content):first-child {
		width: 100%;
		text-align: center;
	}

	.shop-filter {
		width: 100%;
	}

	.shop-filter .shop-filter-title {
		text-align: center;
	}

	.compare,
	.yith-wcqv-button {
		display: none !important;
	}

	.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .add_to_cart_button,
	.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .added_to_cart,
	.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_variable,
	.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_simple,
	.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_external,
	.product-inner .compare-button ~ .yith-wcwl-add-to-wishlist ~ .product_type_grouped {
		width: -webkit-calc(100% - 51px);
		width: -moz-calc(100% - 51px);
		width: calc(100% - 51px);
	}

	body .woocommerce table.shop_table.cart tr:not(:last-child) {
		border-bottom: 1px solid #ebebeb;
	}

	/*blog*/
	.shop-page-infotitle,
	.shop-page-infotitle .title-page {
		font-size: 32px;
	}

	.blog-content.list .post-thumb,
	.blog-content.list .post-info {
		width: 100%;
	}

	.blog-content.list .post-thumb {
		margin-bottom: 27px;
	}

	.blog-content.list .post-thumb img {
		width: 100%;
	}

	/*blog single*/
	.comment_container .merci-avatar {
		width: 100%;
	}

	.comment_container .comment-text {
		width: 100%;
		padding-top: 15px;
		padding-left: 0;
	}

	.commentlist .children {
		padding-left: 30px;
	}

	/*widget*/
	.sidebar {
		padding-top: 50px;
	}

	/*shop theme*/
	.shop-sidebar-fullwidth .sidebar,
	.shop-sidebar-fullwidth .main-content.has-sidebar {
		width: 100%;
	}

	/*single product*/
	body.single-product .main-content > .product > .woocommerce-product-gallery,
	body.single-product .summary {
		width: 100%;
		text-align: center;
	}

	body.single-product .woocommerce-product-gallery {
		margin-bottom: 30px;
	}

	.woocommerce-Tabs-panel .commentlist .merci-avatar-review {
		width: 100%;
	}

	.social-share .merci-share-title {
		display: block;
		margin-right: 0;
	}

	.social-share .merci-social a {
		margin: 0 5px;
	}

	/*table cart wishlist*/
	.woocommerce-page-header .line-hover {
		width: 100%;
	}

	.woocommerce-page-header .line-hover a {
		display: inline-block;
	}

	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 !important;
		display: block;
		width: 100% !important;
	}

	body .woocommerce table.shop_table thead {
		display: none;
	}

	body .woocommerce table.shop_table tr td {
		border-top: none;
		border-bottom: 1px solid #e5e5e5;
	}

	body .woocommerce table.shop_table tr:last-child td:last-child {
		border-bottom: none;
	}

	.actions-btn .shopping,
	.actions-btn .button {
		float: none;
	}

	.actions .coupon .input-text {
		width: 100%;
		margin-bottom: 20px;
	}

	.actions .coupon .button {
		margin: 0;
	}

	.cart-collaterals .cart_totals {
		padding-left: 0;
		padding-right: 0;
	}

	.cart-collaterals .cart_totals h2::before {
		width: 100%;
		left: 0;
	}

	.cart-collaterals .cart_totals .shop_table tr th {
		border-bottom: none;
	}

	.cart-collaterals .cart_totals .shop_table tr:not(:last-child) {
		border-bottom: 1px solid #ebebeb;
	}

	.woocommerce-MyAccount-content {
		margin-top: 50px;
	}

	/*checkout*/
	.form-row-first,
	.form-row-last {
		width: 100%;
	}

	.checkout.woocommerce-checkout #customer_details label:not(.woocommerce-form__label-for-checkbox),
	.checkout.woocommerce-checkout .select2-container,
	.checkout.woocommerce-checkout #customer_details .input-text:not(textarea) {
		width: 100% !important;
	}

	.select2-container--default .select2-selection--single,
	.checkout.woocommerce-checkout #customer_details .input-text:not(textarea),
	.checkout.woocommerce-checkout #customer_details textarea {
		border: 1px solid #e5e5e5;
		padding-left: 10px;
		padding-right: 10px;
	}

	.woocommerce-account-fields,
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-additional-fields,
	.woocommerce-shipping-fields,
	.merci-coupon-wrap,
	.woocommerce-checkout-review-order {
		padding-left: 10px;
		padding-right: 10px;
	}

	.merci-coupon-wrap .merci-title-coupon::before {
		width: calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		left: -10px;
	}

	.col2-set {
		margin-bottom: 30px;
	}

	.merci-coupon-wrap .form-row-first,
	.merci-coupon-wrap .form-row-last {
		width: 100%;
	}

	body .woocommerce-checkout-review-order .shop_table thead tr th:first-child,
	body .woocommerce-checkout-review-order .shop_table tr th:first-child,
	body .woocommerce-checkout-review-order .shop_table tr td:first-child,
	body .woocommerce-checkout-review-order .shop_table thead tr th:last-child,
	body .woocommerce-checkout-review-order .shop_table tr th:last-child,
	body .woocommerce-checkout-review-order .shop_table tr td:last-child {
		text-align: center !important;
	}

	body .woocommerce .woocommerce-checkout-review-order table.shop_table,
	body .woocommerce-checkout-review-order .shop_table tr.cart_item {
		border-bottom: 1px solid #ebebeb;
	}

	/*shortcode*/
	.slick-modecenter .slick-list {
		padding: 0 !important;
	}

	.merci-countdown .timers .box {
		padding-right: 15px !important;
	}

	.merci-countdown .timers .box .time {
		font-size: 30px !important;
	}

	.merci-countdown .timers .box .time-title {
		font-size: 14px !important;
	}

	.comming-soon-content h1 {
		font-size: 40px;
	}

	.comming-soon-time h2 {
		margin-top: 50px;
	}

	.merci-socials.default .socials .social-item {
		padding: 5px 15px;
	}

	/*footer*/
	.footer .merci-socials,
	.footer-coppyright,
	.footer .merci-custommenu {
		text-align: center;
	}

	.footer .merci-custommenu ul > li,
	.footer .merci-socials.style1 .socials .social-item {
		margin: 0 10px;
	}

}

@media (max-width: 480px) {
	/*header*/
	.header-dropdown .list-currency .wcml-dropdown-click .wcml-cs-submenu,
	.header-dropdown .switcher-language .submenu {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	/*.header.style-3*/
	.header.style-3 .header-icon {
		width: 100%;
		text-align: center;

	}

	/*shop page*/
	.merci-productsfilter .content-product .ajax-loader-wapper::after {
		left: 39%;
	}

	.product-list-masonry .product-item {
		width: 100%;
	}

	/*single product*/
	.product-type-grouped .summary .cart .group_table,
	.product-type-grouped .summary .cart .group_table tbody,
	.product-type-grouped .summary .cart .group_table tr,
	.product-type-grouped .summary .cart .group_table tr td,
	.product-type-grouped .summary .cart .group_table td.label,
	.product-type-grouped .summary .cart .group_table td.price {
		display: block;
		width: 100%;
	}

	.product-type-grouped .summary .cart .group_table tr:last-child td:last-child {
		border-bottom: none;
	}

	.variations {
		text-align: left;
	}

	body.single-product .social-share .merci-share-title {
		display: none;
	}

	/*blog single*/
	#cancel-comment-reply-link {
		display: block;
		margin-top: 10px;
	}

	.merci-pagination .nav-previous,
	.merci-pagination .nav-next {
		margin-bottom: 10px;
	}

	/*shop*/
	.merci-tabs .tab-head .tab-link li,
	.merci-productsfilter .head > div:not(.block-filter-content) > .filter-links li {
		text-align: center;
		display: block;
		margin: 0 15px !important;
	}

	.block-filter-content .block-item {
		width: 100% !important;
	}

	.rememberme,
	.lost_password {
		float: none;
		display: block;
		text-align: left;
	}

	/*shortcode*/
	/*Instagram*/
	.merci-instagram .instagram .item-instagram {
		width: 100%;
	}

	.content-newletter .content .email-newsletter {
		padding-right: 70px;
	}

	.content-newletter .content .submit-newsletter {
		font-size: 0;
		padding: 0 20px;
		line-height: 42px;
	}

	.content-newletter .content .submit-newsletter::before {
		font-family: "ElegantIcons", sans-serif;
		content: "\e076";
		font-size: 20px;
	}

	.comming-soon-time .merci-countdown.default .timers .box {
		width: 50%;
		float: left;
	}

	.block-footer .button-clear {
		float: left;
		clear: left;
	}
}

@media (max-width: 320px) {
	th, td {
		padding: 6px;
	}

	.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;
	}

	.product-list-owl .slick-arrow,
	.product-grid .slick-arrow {
		display: none !important;
	}

	.merci-productsfilter .content-product .ajax-loader-wapper::after {
		left: 32%;
	}

}
.effect.style16{
	position: relative;
	display: inline-block;
}
.effect.style16::before {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.effect.style16::after {
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.effect.style16:hover::before,
.effect.style16:hover::after,
.parent-effect:hover .style16::before,
.parent-effect:hover .style16::after{
	width: 100%;
	height: 100%;
	opacity: 1;
}