

/*==========================================================================
  TRFABRIKA - OZELSTIL -2021
============================================================================ */

label {
	font-weight: 700;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #0a0a0a;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 17px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	padding-left: 17px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.428;
	font-weight: 600;
	
	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;
}

/* ==========================================================================
  1.1 FORM
============================================================================ */
.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 #eeeeee;
	padding: 7px 20px;
	max-width: 100%;
	background: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	
	border-radius: 0;
}
textarea {
	line-height: 28px;
	padding: 11px 26px;
	height: auto;
	width: 100%;
	border-radius: 0;
}
select {
	font-size: 15px;
	color: #0a0a0a;
	padding: 0 21px;
}
option {
	padding: 5px 21px;
	height: 30px;
	line-height: 30px;
}
.button, button, input[type="submit"] {
	display: inline-block;
	padding: 9px 20px;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.button:hover {
	color: #fff;
}

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,
button:focus,
select:focus {
	outline: none;
	border-color: #e6e6e6 !important;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder {
	/* Firefox 18- */
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder {
	/* Firefox 19+ */
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.return-message {
	line-height: 20px;
	padding: 10px 30px;
	margin-top: 15px;
}
/

/*----------------------------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;
}
.rows-space-5 {
	margin-bottom: 5px;
}
.rows-space-10 {
	margin-bottom: 10px;
}
.rows-space-15 {
	margin-bottom: 15px;
}
.rows-space-20 {
	margin-bottom: 20px;
}
.rows-space-25 {
	margin-bottom: 25px;
}
.rows-space-30 {
	margin-bottom: 30px;
}
.rows-space-35 {
	margin-bottom: 35px;
}
.rows-space-40 {
	margin-bottom: 40px;
}
.rows-space-45 {
	margin-bottom: 45px;
}
.rows-space-50 {
	margin-bottom: 50px;
}
.rows-space-55 {
	margin-bottom: 55px;
}
.rows-space-60 {
	margin-bottom: 60px;
}
.rows-space-65 {
	margin-bottom: 65px;
}
.rows-space-70 {
	margin-bottom: 70px;
}
.rows-space-75 {
	margin-bottom: 75px;
}
.rows-space-80 {
	margin-bottom: 80px;
}
.rows-space-85 {
	margin-bottom: 85px;
}
.rows-space-90 {
	margin-bottom: 90px;
}
.rows-space-85 {
	margin-bottom: 85px;
}
.rows-space-100 {
	margin-bottom: 100px;
}
.row10 {
	margin-left: -10px;
	margin-right: -10px;
}
.row10::before, .row10::after {
	display: table;
	content: "";
}
.row10::after {
	clear: both;
}
.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*----------------------------AUTO CLEAR--------------------------------*/
@media (min-width: 1200px) {
	.auto-clear .vc_col-lg-1:nth-child(12n+1),
	.auto-clear .vc_col-lg-2:nth-child(6n+1),
	.auto-clear .vc_col-lg-15:nth-child(5n+1),
	.auto-clear .vc_col-lg-3:nth-child(4n+1),
	.auto-clear .vc_col-lg-4:nth-child(3n+1),
	.auto-clear .vc_col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1500px) {
	.auto-clear .col-bg-1:nth-child(12n+1),
	.auto-clear .col-bg-2:nth-child(6n+1),
	.auto-clear .col-bg-15:nth-child(5n+1),
	.auto-clear .col-bg-3:nth-child(4n+1),
	.auto-clear .col-bg-4:nth-child(3n+1),
	.auto-clear .col-bg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.auto-clear .col-lg-1:nth-child(12n+1),
	.auto-clear .col-lg-2:nth-child(6n+1),
	.auto-clear .col-lg-15:nth-child(5n+1),
	.auto-clear .col-lg-3:nth-child(4n+1),
	.auto-clear .col-lg-4:nth-child(3n+1),
	.auto-clear .col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .vc_col-md-1:nth-child(12n+1),
	.auto-clear .vc_col-md-2:nth-child(6n+1),
	.auto-clear .vc_col-md-15:nth-child(5n+1),
	.auto-clear .vc_col-md-3:nth-child(4n+1),
	.auto-clear .vc_col-md-4:nth-child(3n+1),
	.auto-clear .vc_col-md-6:nth-child(odd),
	.auto-clear .col-md-1:nth-child(12n+1),
	.auto-clear .col-md-2:nth-child(6n+1),
	.auto-clear .col-md-15:nth-child(5n+1),
	.auto-clear .col-md-3:nth-child(4n+1),
	.auto-clear .col-md-4:nth-child(3n+1),
	.auto-clear .col-md-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .vc_col-sm-1:nth-child(12n+1),
	.auto-clear .vc_col-sm-2:nth-child(6n+1),
	.auto-clear .vc_col-sm-15:nth-child(5n+1),
	.auto-clear .vc_col-sm-3:nth-child(4n+1),
	.auto-clear .vc_col-sm-4:nth-child(3n+1),
	.auto-clear .vc_col-sm-6:nth-child(odd),
	.auto-clear .col-sm-1:nth-child(12n+1),
	.auto-clear .col-sm-2:nth-child(6n+1),
	.auto-clear .col-sm-15:nth-child(5n+1),
	.auto-clear .col-sm-3:nth-child(4n+1),
	.auto-clear .col-sm-4:nth-child(3n+1),
	.auto-clear .col-sm-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1),
	.auto-clear .col-xs-2:nth-child(6n+1),
	.auto-clear .col-xs-15:nth-child(5n+1),
	.auto-clear .col-xs-3:nth-child(4n+1),
	.auto-clear .col-xs-4:nth-child(3n+1),
	.auto-clear .col-xs-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1),
	.auto-clear .col-ts-2:nth-child(6n+1),
	.auto-clear .col-ts-15:nth-child(5n+1),
	.auto-clear .col-ts-3:nth-child(4n+1),
	.auto-clear .col-ts-4:nth-child(3n+1),
	.auto-clear .col-ts-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.auto-clear .vc_col-xs-1:nth-child(12n+1),
	.auto-clear .vc_col-xs-2:nth-child(6n+1),
	.auto-clear .vc_col-xs-15:nth-child(5n+1),
	.auto-clear .vc_col-xs-3:nth-child(4n+1),
	.auto-clear .vc_col-xs-4:nth-child(3n+1),
	.auto-clear .vc_col-xs-6:nth-child(odd) {
		clear: both;
	}
}
/*-----------------------CUSTOM COL > 1500---------------------------*/
@media (min-width: 1500px) {
	.col-bg-1,
	.col-bg-10,
	.col-bg-11,
	.col-bg-12,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.col-bg-1,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9,
	.col-bg-10,
	.col-bg-11 {
		float: left;
	}
	.col-bg-12 {
		width: 100%;
	}
	.col-bg-11 {
		width: 91.66666667%;
	}
	.col-bg-10 {
		width: 83.33333333%;
	}
	.col-bg-9 {
		width: 75%;
	}
	.col-bg-8 {
		width: 66.66666667%;
	}
	.col-bg-7 {
		width: 58.33333333%;
	}
	.col-bg-6 {
		width: 50%;
	}
	.col-bg-5 {
		width: 41.66666667%;
	}
	.col-bg-4 {
		width: 33.33333333%;
	}
	.col-bg-3 {
		width: 25%;
	}
	.col-bg-2 {
		width: 16.66666667%;
	}
	.col-bg-1 {
		width: 8.33333333%;
	}
}
/*-----------------------CUSTOM COL < 480---------------------------*/
@media (max-width: 479px) {
	.col-ts-1,
	.col-ts-10,
	.col-ts-11,
	.col-ts-12,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-ts-1,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9,
	.col-ts-10,
	.col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
	float: left;
}
.col-ts-15 {
	width: 20%;
}
.col-ts-25 {
	width: 40%;
}
.col-ts-35 {
	width: 60%;
}
.col-ts-45 {
	width: 80%;
}
@media (min-width: 480px) {
	.col-xs-15,
	.col-xs-25,
	.col-xs-35,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-25 {
		width: 40%;
	}
	.col-xs-35 {
		width: 60%;
	}
	.col-xs-45 {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.col-sm-15,
	.col-sm-25,
	.col-sm-35,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-25 {
		width: 40%;
	}
	.col-sm-35 {
		width: 60%;
	}
	.col-sm-45 {
		width: 80%;
	}
}
@media (min-width: 992px) {
	.col-md-15,
	.col-md-25,
	.col-md-35,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-25 {
		width: 40%;
	}
	.col-md-35 {
		width: 60%;
	}
	.col-md-45 {
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.col-lg-15,
	.col-lg-25,
	.col-lg-35,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-25 {
		width: 40%;
	}
	.col-lg-35 {
		width: 60%;
	}
	.col-lg-45 {
		width: 80%;
	}
}
@media (min-width: 1500px) {
	.col-bg-15,
	.col-bg-25,
	.col-bg-35,
	.col-bg-45 {
		float: left;
	}
	.col-bg-15 {
		width: 20%;
	}
	.col-bg-25 {
		width: 40%;
	}
	.col-bg-35 {
		width: 60%;
	}
	.col-bg-45 {
		width: 80%;
	}
}
/*---------------------------SLICK SLIDER------------------------------*/
/* Slider */
.slick-list {
	margin: 0 -15px;
	padding: 0;
}
.owl-slick .slick-list {
	margin-top: -5px !important;
	padding-top: 5px;
	margin-bottom: -5px !important;
	padding-bottom: 5px;
}
.slick-track {
	margin-left: 0;
}
.slick-slide {
	padding: 0 15px;
}
.slick-slider .slick-arrow {
	display: inline-block;
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
}
.slick-slider .slick-arrow:first-child {
	right: 29px;
}
.slick-vertical .slick-slide {
	border: none;
}
.slick-slider.nav-center {
	position: relative !important;
}
.slick-slider.nav-center > .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 30px;
	background-color: transparent;
	color: #aaaaaa;
}
.slick-slider.nav-center > .slick-arrow:hover {
	color: #0a0a0a;
}
.slick-slider.nav-center > .slick-arrow::before {
	font-family: FontAwesome, sans-serif;
	content: '\f105';
}
.slick-slider.nav-center > .slick-arrow:first-child {
	right: auto;
	left: 0;
}
.slick-slider.nav-center > .slick-arrow:first-child::before {
	content: '\f104';
}
.slick-slide > div:not([class]) > * {
	display: block !important;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	margin-top: 40px;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	font-size: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 7px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	background-color: #ccc;
	position: relative;
}
.slick-dots li.slick-active {
	background-color: transparent;
}
.slick-dots li.slick-active::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 50%;
}
.slick-dots li button {
	display: none;
}
.slick-dots .slick-slide img {
	cursor: pointer;
	margin: auto;
}
.slick-slider.nav-botton-center > .slick-arrow {
	top: auto;
	bottom: 0;
	right: 43.5%;
}
/*---------------------------------CHOSEN------------------------------*/
.chosen-container {
	vertical-align: top;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	width: auto !important;
}
.chosen-container-single .chosen-single {
	padding: 8px 17px;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: none;
	font-size: 14px;
	line-height: 24px;
	color: inherit;
	border-radius: 0;
}
.chosen-container-single .chosen-single div b {
	position: relative;
	background-image: none !important;
}
.chosen-container-single .chosen-single div b::after {
	content: "\f0d7";
	font-size: 14px;
	font-weight: normal;
	color: #aaaaaa;
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: normal;
	margin-left: -5px;
	margin-top: -8px;
}
.chosen-container-single .chosen-single span {
	vertical-align: top;
	margin-right: 17px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #eee;
	background: #f6f6f6;
	box-shadow: none;
}
.chosen-container-single .chosen-drop {
	top: calc(100% + 1px);
	left: -1px;
	clip: auto;
	border-radius: 0;
	border: 1px solid #eee;
	border-top: none;
	box-shadow: none;
	width: auto;
	min-width: 100%;
	white-space: nowrap;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.chosen-container-single .chosen-drop .chosen-search {
	display: none;
}
.chosen-container-single .chosen-results {
	color: #888;
	padding: 0;
	margin: 0;
}
.chosen-container .chosen-results li {
	font-size: 14px;
	line-height: 18px;
	padding: 6px 20px;
	text-transform: capitalize;
}
.chosen-container .chosen-results li.result-selected {
	background-color: #f6f6f6;
}
.chosen-container .chosen-results li.highlighted {
	background-image: none;
	color: inherit;
	background-color: #f6f6f6;
}
/* -------------------- */
/*   custom container   */
/* -------------------- */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}


/* -------------------- */
/*      MAIN         */
/* -------------------- */
.main-content {
	padding-bottom: 65px;
}
.main-content.main-content-inlookbook {
	padding-bottom: 0;
}
.main-content.mansory {
	padding-bottom: 120px;
}



/* -------------------- */
/*      Short Code      */
/* -------------------- */

/*kt-popup-quickview*/
.kt-popup-quickview {
	width: 770px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding: 40px 30px;
}
.kt-popup-quickview:after, .kt-popup-quickview:before {
	display: table;
	content: '';
}
.kt-popup-quickview:after {
	clear: both;
}
.kt-popup-quickview .details-thumb {
	width: 51.9480519%;
	float: left;
	padding-right: 20px;
	position: relative;
}
.kt-popup-quickview .details-infor {
	width: 48.0519481%;
	padding-left: 30px;
	border-left: 0;
}
.kt-popup-quickview .details-thumb .slider-product {
	margin-bottom: 20px;
}
.kt-popup-quickview .slider-product-button .slick-list {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.kt-popup-quickview .slider-product-button .details-item {
	padding: 0 12.5px;
}
.kt-popup-quickview .slider-product-button .details-item img {
	border: 1px solid #eeeeee;
}
.kt-popup-quickview .slider-product-button .details-item.slick-current img {
	border-color: #333333;
}
.kt-popup-quickview .slider-product-button .slick-arrow {
	width: 37px;
	height: 35px;
	line-height: 31px;
	border: 1px solid #eeeeee;
	text-align: center;
	font-size: 20px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
}
.kt-popup-quickview .slider-product-button:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
	right: -20px;
}
.kt-popup-quickview .slider-product-button .slick-arrow:first-child {
	left: 30px;
}
.kt-popup-quickview .slider-product-button:hover .slick-arrow:first-child {
	left: -20px;
}
.kt-popup-quickview .mfp-close {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 28px;
	color: #ffffff!important;
	position: absolute;
	top: -15px;
	right: -15px;
	opacity: 1;
}
.mfp-bg {
	opacity: 0.5;
}





/*---------FORM control shop--------------*/
.shop-top-control {
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	border-radius: 0;
	padding: 15px 0 15px;
	margin-bottom: 40px;
	display: table;
	width: 100%;
	font-weight: 500;
	color: #888888;
	position: static;
}
.shop-top-control .select-form, .shop-top-control .grid-view-mode {
	padding: 0 13px;
	border-right: 1px solid #F1F1F1;
	display: table-cell;
	vertical-align: middle;
}
.shop-top-control .select-form {
	position: static;
	z-index: 999;
	line-height: 28px;
}
.shop-top-control .select-form .title {
	margin-right: 3px;
}
.shop-top-control .select-form.select-item {
	z-index: 1000;
}
.shop-top-control .chosen-container-single .chosen-single {
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	background: #fff !important;
	padding: 0 10px;
	max-width: 100%;
	background: none;
	box-shadow: none;
	width: 154px;
	color: #ccc;
	border-radius: 0;
}
.shop-top-control .chosen-container-single .chosen-single span {
	font-size: 13px;
	line-height: 26px;
	margin-right: 0;
}
.shop-top-control .chosen-container .chosen-results li.highlighted {
	background-image: none;
	background-color: #0a0a0a;
}
.shop-top-control .grid-view-mode {
	border-right: none;
	width: 125px;
	padding: 0;
}
.grid-view-mode .inner {
	display: table;
	margin: 0 auto;
}
.grid-view-mode .modes-mode {
	display: inline-block;
	padding: 4px 0;
	overflow: hidden;
	margin: 0 5px;
	vertical-align: top;
}

.grid-view-mode .modes-mode.mode-grid::before {
	content: "\f118";
	font-family: Flaticon;
	font-size: 17px;
}
.grid-view-mode .modes-mode.mode-list::before {
	content: "\f119";
	font-family: Flaticon;
	font-size: 23px;
}
/*list-products*/
ul.list-products {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
/*product item*/
.product-item {
	list-style: none;
	margin-bottom: 30px;
}
.product-item .product-inner {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	border: 2px solid #F1F1F1;
	padding: 0 0 20px;
	background-color: #fff;
}
.ysera-product.layout1 .product-item .product-inner {
	background-color: transparent;
	border: none;
}
.product-item:hover .product-inner {
	z-index: 2;
}
.product-item .product-top {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 8px;
	right: 0;
}
.product-item .flash {
	font-size: 12px;
	border-radius: 20px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	float: left;
	line-height: 22px;
	height: 22px;
	min-width: 44px;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	position: relative;
}
.product-item .yith-wcwl-add-to-wishlist > div a:before {
	font-size: 18px;
	font-family: 'FontAwesome';
	content: "\f08a";
}
.product-item .yith-wcwl-add-to-wishlist > div a:hover::before {
	content: "\f004";
}
.product-item .product-thumb {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.product-item.style-list .button.quick-wiew-button,
.product-item.style2 .button.quick-wiew-button,
.product-item.style-3 .button.quick-wiew-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	font-size: 0;
	background-color: #fff;
	color: #222;
	border-radius: 100%;
	z-index: 10;
	font-weight: 400;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-list:hover .button.quick-wiew-button,
.product-item.style2:hover .button.quick-wiew-button,
.product-item.style-3:hover .button.quick-wiew-button {
	opacity: 1;
	visibility: visible;
}
.product-item.style-list .button.quick-wiew-button::before,
.product-item.style2 .button.quick-wiew-button::before,
.product-item.style-3 .button.quick-wiew-button::before {
	font-size: 18px;
	content: "\f12d";
	font-family: 'Flaticon';
	font-weight: normal;
}
.product-item.style-list .button.quick-wiew-button:hover,
.product-item.style2 .button.quick-wiew-button:hover,
.product-item.style-3 .button.quick-wiew-button:hover {
	color: #fff;
}
.product-item .product-info {
	text-align: center;
	position: relative;
}
.product-item .product-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 4px;
	letter-spacing: 0;
}
.product-item.style-list .product-name {
	font-size: 22px;
}
.product-item .thumb-group {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	text-align: center;
	background-color: #fff;
	border-radius: 46px;
	width: 148px;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item .product-inner:hover .thumb-group {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.product-item .thumb-group .quick-wiew-button,
.product-item .thumb-group .yith-wcwl-add-to-wishlist,
.product-item .thumb-group .loop-form-add-to-cart {
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: #000;
	position: relative !important;
	display: inline-block;
	vertical-align: top;
}
.product-item .thumb-group .yith-wcwl-add-to-wishlist {
	font-size: 0;
}
.product-item .thumb-group .quick-wiew-button {
	font-size: 0;
	padding: 0;
	background-color: #fff;
}
.product-item .thumb-group .quick-wiew-button::before {
	font-size: 18px;
	content: "\f002";
	font-family: 'FontAwesome';
	font-weight: normal;
}
.product-item .thumb-group .loop-form-add-to-cart {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button {
	font-size: 0;
	background-color: transparent;
	padding: 0;
}
.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button::before {
	font-family: 'FontAwesome';
	content: "\f07a";
	font-size: 18px;
	color: #000;
	font-weight: normal;
}


.shop-grid-content.full-width .shop-top-control .select-item {
	width: 23.2%;
}
/*product item style2*/
.product-item.style2 .product-inner {
	display: table;
	border: 1px solid #eee;
}
.product-item.style2 .product-thumb {
	width: 240px;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle
}
.product-item.style2 .yith-wcwl-add-to-wishlist {
	display: none;
}
.product-item.style2 .product-info {
	text-align: left;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
}
.product-item.style2 .product-name {
	font-size: 22px;
	margin-bottom: 9px;
}
.product-item.style2 .product-name a {
	color: #0a0a0a;
}
.product-item.style2 .stars-rating {
	margin-bottom: 5px;
}
.product-item.style2 .desc {
	font-size: 16px;
	color: #555555;
	margin-bottom: 15px;
}
.product-item.style2 .group-buttons .price, .product-item.style2 .group-buttons .added_to_cart {
	vertical-align: middle;
	color: #0a0a0a;
}
.product-item.style2 .group-buttons .price {
	padding: 0 10px 15px 0;
	border-right: 0;
	font-size: 16px
}
.product-item.style2 .group-buttons .button {
	background-color: #000;
}
.product-item.style-2 .group-buttons .added_to_cart {
	background: transparent;
	border: 1px solid #dddddd;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.product-item.style-2 .group-buttons .added_to_cart:hover {
	color: #ffffff;
}
.slider-product .slick-slider > .slick-arrow {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #fff;
	color: #aaaaaa;
	right: -22px;
	z-index: 33;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.slider-product:hover .slick-slider > .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.slider-product .slick-slider > .slick-arrow:first-child {
	left: -22px;
}
/*produc list*/
.product-item.style-list .product-top {
	position: absolute;
	z-index: 1;
}
.product-item.style-list .products-bottom-content {
	display: table;
	width: 100%
}
.product-item.style-list .product-thumb {
	width: 250px;
}
.product-item.style-list .product-thumb .thumb-inner {
	position: relative;
}
.product-item.style-list .product-thumb, .product-item.style-list .product-info-left, .product-item.style-list .product-info-right {
	display: table-cell;
	vertical-align: top;
}
.product-item.style-list .product-info-left {
	vertical-align: top;
	padding: 0 30px;
}
.product-item.style-list .product-info-right {
	padding-left: 30px;
	border-left: 1px solid #eee;
	width: 250px;
}
.product-item .quantity {
	display: none;
}
.product-item.style-list .yith-wcwl-add-to-wishlist {
	width: 100%;
	margin-bottom: 15px;
	display: none;
}
.product-item.style-list .stars-rating {
	margin-bottom: 20px;
}
.product-item.style-list .product-info-left ul {
	padding: 0;
	margin: 0;
}
.product-item.style-list .product-info-left ul li {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	display: inline-block;
}
.product-item.style-list .product-info-left .attributes-display li a {
	color: #888888;
}
.product-item.style-list .product-info-left .attributes-display li a:after {
	content: "/";
	display: inline-block;
	color: #888888;
}
.product-item.style-list .product-info-left .attributes-display li:last-child a:after {
	display: none;
}
.product-item.style-list .price {
	font-size: 22px;
	margin-bottom: 15px;
}
.product-item.style-list .product-list-message {
	font-size: 13px;
	color: #111;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: inline-block;
}
.product-item.style-list .product-list-message::after {
	content: '';
	height: 2px;
	width: 36px;
	bottom: 0;
	left: 0;
	background: #e7e7e7;
	display: inline-block;
	position: absolute;
}
.product-item.style-list .product-list-message .icon {
	font-size: 20px;
}
.product-item.style-list .single_variation_wrap > .button {
	margin-bottom: 20px;
	background-color: #000;
	font-weight: 700;
	vertical-align: middle;
	height: 43px;
	padding: 0 20px;
	line-height: 41px;
}
.product-item.style-list .single_variation_wrap > .button:hover {
	color: #ffffff;
}
.full-width .product-item.style-list .product-info-right {
	width: 270px;
}

/*quantity*/
.quantity .control {
	display: table;
	border: 1px solid #e9e9e9;
	width: 100%;
	padding: 0 10px;
}
.quantity .control {
	display: table;
	border: 1px solid #e9e9e9;
	width: 100%;
	padding: 0 10px;
	border-radius: 0;
}
.quantity .control .btn-number, .quantity .control .input-qty {
	display: table-cell;
	vertical-align: middle;
}
.quantity .control .btn-number {
	font-size: 23px;
	color: #d9d9d9;
	font-weight: 500;
}
.quantity .control .input-qty {
	border: none;
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	width: 34px;
	height: inherit;
}
/*STARS-RATING*/
.star-rating {
	font-size: 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.star-rating:before, .star-rating > span:before {
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	content: "\f006\f006\f006\f006\f006";
	font-size: 13px;
	line-height: 13px;
	color: #ffb933;
	letter-spacing: 0.1em;
}
.star-rating > span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 13px;
}
.star-rating .star-1 {
	width: 20%;
}
.star-rating .star-2 {
	width: 40%;
}
.star-rating .star-3 {
	width: 60%;
}
.star-rating .star-4 {
	width: 80%;
}
.star-rating .star-5 {
	width: 100%
}
.star-rating > span:before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffb933;
}
.count-star {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 14px;
}
/*-----------------PRICE----------------------*/
.product-item .price {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
}
.product-item .price del {
	color: #aaa;
	margin-right: 5px;
	font-size: 14px;
}
.product-item .price ins {
	text-decoration: none;
}
/* -------------------- */
/*   Product Style     */
/* -------------------- */




/*detaills page*/
.details-thumd {
	width: 51.7241%;
	float: left;
	padding-right: 50px;
	position: relative;
}
.details-infor {
	width: 48.2759%;
	float: right;
}
.details-thumd .thumbnails_carousel .owl-item a {
	display: block;
	position: relative;
}
.details-thumd .thumbnails_carousel .owl-item a::before {
	border: 1px solid #eee;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	content: '';
	z-index: 1;
	border-radius: 0;
}

.details-thumd .thumbnails_carousel .owl-item img {
	margin: 0 auto;
}
.details-thumd .image-preview-container {
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 0;
}
.btn-zoom.open_qv {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #dddddd;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	z-index: 32;
	
}
.btn-zoom.open_qv:hover {
	color: #ffffff;
}
.zoomContainer:nth-child(n+1), .zoomContainer:first-child {
	display: none !important;
}
.zoomContainer:last-child {
	display: block !important;
}
.details-thumd .product-preview {
	padding: 0 40px;
}
.details-thumd .owl-thumb-item {
	font-size: 0;
	display: none;
}
.details-thumd .owl-nav .owl-next {
	right: -40px;
}
.details-thumd .owl-nav .owl-prev {
	left: -40px;
}
.details-thumd .owl-nav div {
	width: 35px;
	height: 35px;
	border: 1px solid #eeeeee;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #aaaaaa;
	background: #ffffff;
	z-index: 33;
	border-radius: 50%;
}
.details-infor .product-title {
	font-size: 26px;
	font-weight: 500;
	color: #333;
	margin-bottom: 9px;
	margin-top: -9px;
}
.details-infor .stars-rating {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
.details-infor .availability {
	text-transform: capitalize;
	font-size: 14px;
	color: #555555;
	margin-bottom: 10px;
}
.details-infor .availability a {
	font-weight: 700;
}
.details-infor .price {
	font-size: 22px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 20px;
}
.details-infor .product-details-description {
	font-size: 14px;
	color: #555555;
	margin-bottom: 15px;
}
.details-infor .variations .text-attribute {
	font-size: 14px;
	font-weight: 700;
}
.details-infor .variations .text-attribute span {
	color: #555555;
	font-weight: normal;
}
.attribute .list-item {
	overflow: hidden;
	margin: 15px 0 10px;
}
.attribute_color .list-color a {
	display: inline-block;
	height: 27px;
	margin-bottom: 15px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	width: 26px;
	line-height: 27px;
	float: left;
	border-radius: 0;
}
.attribute_color .list-color a:last-child {
	margin-right: 0;
}
.attribute_color .list-color .color1 {
	border: 1px solid #eeeeee
}
.attribute_color .list-color .color2 {
	background: #0a0a0a;
}
.attribute_color .list-color .color3 {
	background: #4a5365;
}
.attribute_color .list-color .color4 {
	background: #84664d;
}
.attribute_color .list-color a:hover::before, .attribute_color .list-color a.active::before {
	color: #fff;
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	left: 0;
	position: absolute;
	width: 100%;
}
.attribute_color .list-color .color1:hover::before, .attribute_color .list-color .color1.active::before {
	color: #0a0a0a;
}
.attribute_size .list-size a {
	display: inline-block;
	min-width: 54px;
	line-height: 28px;
	height: 30px;
	border: 1px solid #eeeeee;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	font-family: 'Raleway';
	font-size: 12px;
}
.attribute_size .list-size a.active, .attribute_size .list-size a:hover {
	color: #ffffff;
}
.details-infor .group-button .yith-wcwl-add-to-wishlist, .details-infor .group-button .size-chart-wrapp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
	font-size: 14px;
	color: #555555;
}
.details-infor .group-button .size-chart-wrapp {
	margin-left: 25px;
}
.details-infor .group-button .yith-wcwl-add-to-wishlist div a::before,
.details-infor .group-button .size-chart-wrapp .btn-size-chart a::before {
	font-family: 'FontAwesome';
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}
.details-infor .group-button .yith-wcwl-add-to-wishlist div a::before {
	content: "\f08a";
}
.details-infor .group-button .yith-wcwl-add-to-wishlist div a:hover::before {
	content: "\f004";
}
.details-infor .group-button .size-chart-wrapp .btn-size-chart a::before {
	content: "\f11b";
	font-family: 'Flaticon';
}
.details-infor .quantity, .details-infor .group-button .button {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.details-infor .quantity .control {
	padding: 1px 8px;
}
.details-infor .group-button .button {
	min-width: 150px;
	font-size: 13px;
}

/*product related/ product upsells*/
.related, .up-sells {
	position: relative;
}
.product-grid-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #0a0a0a;
	text-align: center;
	font-style: normal;
	margin-bottom: 40px;
	position: relative;
	font-weight: 700;
	letter-spacing: 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 60px;
}
.product-grid-title::before {
	position: absolute;
	content: '';
	width: 70px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.related .product-item, .up-sells .product-item {
	margin-bottom: 0;
}
.related .slick-slider.nav-center > .slick-arrow,
.up-sells .slick-slider.nav-center > .slick-arrow {
	color: #aaaaaa;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #f3f3f3;
	font-size: 20px;
	opacity: 0;
	right: 50px;
	visibility: hidden;
	background: #ffffff;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
}
.related .slick-slider.nav-center > .slick-arrow:first-child,
.up-sells .slick-slider.nav-center > .slick-arrow:first-child {
	left: 50px;
}
.related:hover .slick-slider.nav-center > .slick-arrow,
.up-sells:hover .slick-slider.nav-center > .slick-arrow {
	opacity: 1;
	visibility: visible;
	right: -20px;
}
.related:hover .slick-slider.nav-center > .slick-arrow:first-child,
.up-sells:hover .slick-slider.nav-center > .slick-arrow:first-child {
	left: -20px;
}
/*details full width*/
.full-width .details-thumd {
	padding-right: 70px;
}
.full-width .details-thumd .product-preview {
	padding: 0;
}
.full-width .details-thumd .owl-nav .owl-prev {
	left: -17px;
}
.full-width .details-thumd .owl-nav .owl-next {
	right: -17px;
}


/* -------------------- */
/*   RESPONSIVE      */
/* -------------------- */
@media (max-width: 1199px) {

	.product-item.style-list .product-name {
		font-size: 18px;
	}
	.ysera-product.layout1 .head .title {
		font-size: 24px;
	}
	.slider-item .slider-inner::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		opacity: 0.5;
		display: none;
	}
	.ysera-product.produc-featured .rows-space-65 {
		margin-bottom: 55px;
	}

	.slider-item.style4 .title-big,
	.slider-item.style5 .title-big,
	.slider-item.style6 .title-big {
		font-size: 34px;
	}
	.ysera-product.produc-featured.rows-space-65 {
		margin-bottom: 55px;
	}

	.slick-dots {
		margin-top: 30px;
	}
	.home-slider.fullwidth.rows-space-60 {
		margin-bottom: 45px;
	}
	.ysera-product.produc-featured.rows-space-40 {
		margin-bottom: 25px;
	}
	.ysera-product.layout1 {
		padding: 55px 0 20px;
		background: #eee;
	}
	.slider-item .title-big {
		font-size: 30px;
	}



	.product-in-stock-wrapp.rows-space-40 {
		margin-bottom: 20px;
	}
	.custommenu-title-blog {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.main-content {
		padding-bottom: 55px;
	}




	.slider-product .slick-slider > .slick-arrow:first-child, .ysera-blog .slick-slider > .slick-arrow:first-child {
		left: 0;
	}
	.slider-product .slick-slider > .slick-arrow, .ysera-blog .slick-slider > .slick-arrow {
		right: 0;
	}
	
	/*product list*/
	.product-item.style-list .product-info-left {
		width: auto;
		padding: 0 10px;
	}
	.product-item.style-list .product-info-right {
		border: 0;
		text-align: left;
		padding: 0 0 0 10px;
		width: auto;
	}
	.full-width .product-item.style-list .product-info-right {
		width: auto;
	}
	.product-item.style-list .product-thumb {
		border: none;
		padding-right: 10px;
	}
	.slider-lookbook.nav-center > .slick-arrow {
		opacity: 0;
		visibility: hidden;
	}
	/*in lookbook*/
	.slider-lookbook:hover > .slick-arrow {
		opacity: 1;
		visibility: visible;
	}
	.slick-slider.slider-lookbook.nav-center > .slick-arrow {
		right: 0;
	}
	.slick-slider.slider-lookbook.nav-center > .slick-arrow:first-child {
		left: 0;
	}
	/*menu mobile*/
	.header.style7 .mobile-navigation {
		top: -10px;
	}
	.mobile-navigation {
		display: inline-block;
		vertical-align: top;
		margin-left: 17px;
		border: 2px solid #dedede;
		border-radius: 0;
		padding: 14px 11px 10px;
		position: relative;
	}
	.mobile-navigation span {
		background-color: #333;
		display: block;
		width: 16px;
		margin-bottom: 3px;
		height: 2px;
	}
	/*checkout page*/
	.checkout-wrapp .row-col-2 {
		padding-left: 15px;
	}
	/*shop page*/
	.full-width .details-thumd {
		padding-left: 0;
	}
	/*==========home 01=========*/
	.product-item.style2 .product-inner {
		display: block;
	}
	.slider-item.style1 .slider-inner .slider-infor, .slider-item.style3 .slider-inner .slider-infor, .slider-item.style2 .slider-inner .slider-infor {
		padding-left: 200px;
	}
	/*==========home 02=========*/

	/*slider*/
	.slider-item.style4 .slider-inner .slider-infor, .slider-item.style5 .slider-inner .slider-infor, .slider-item.style6 .slider-inner .slider-infor {
		padding-left: 200px;
	}

	/*==========home 04=========*/

	.slider-item.style22 .slider-inner .slider-infor, .slider-item.style23 .slider-inner .slider-infor, .slider-item.style24 .slider-inner .slider-infor {
		padding-left: 420px;
	}
	/*==========home 05=========*/

	.slider-item.style25 .slider-inner .slider-infor, .slider-item.style26 .slider-inner .slider-infor, .slider-item.style27 .slider-inner .slider-infor {
		padding-left: 550px;
	}
	.fullwidth.style2 .slick-list .slick-slide {
		padding: 0;
	}

	/*==========home 07=========*/

	.slider-item.style19 .slider-inner .slider-infor, .slider-item.style20 .slider-inner .slider-infor, .slider-item.style21 .slider-inner .slider-infor {
		padding-left: 300px;
	}

	/*==========home 09=========*/
	/*herder*/

	.slider-item.style13 .slider-inner .slider-infor, .slider-item.style14 .slider-inner .slider-infor, .slider-item.style15 .slider-inner .slider-infor {
		padding-left: 450px;
	}
	.slider-item.style13 .pinmap-buttom.btn-pinmap-1 {
		top: 260px;
		left: 340px;
	}
	.slider-item.style13 .pinmap-buttom.btn-pinmap-2 {
		left: 230px;
	}
	.slider-item.style14 .pinmap-buttom.btn-pinmap-1 {
		top: 270px;
		left: 345px;
	}
	.slider-item.style14 .pinmap-buttom.btn-pinmap-2 {
		left: 300px;
	}
	.slider-item.style15 .pinmap-buttom.btn-pinmap-1 {
		left: 390px;
	}

	/*==========home 10=========*/


	.ysera-product .product-list-owl.nav-botton-center {
		padding: 0;
	}
	.slider-product .slick-slider.nav-botton-center > .slick-arrow {
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.slider-product .slick-slider.nav-botton-center > .slick-arrow:first-child {
		left: 0;
	}
	.slider-item.style10 .slider-inner .slider-infor, .slider-item.style11 .slider-inner .slider-infor, .slider-item.style12 .slider-inner .slider-infor {
		padding-left: 230px;
	}
	.product-item.style-6 .product-thumb {
		margin-bottom: 2px;
	}

}
@media (max-width: 1024px) {
	/*header*/
	.main-menu .submenu .submenu {
		left: 60%;
		top: 50%;
	}
}

@media (max-width: 991px) {



	/*shop page*/
	.woof_Widget {
		padding: 20px;
	}

	/*GridProducts page*/
	.shop-grid-content.full-width .shop-top-control .select-item {
		width: auto;
	}


	/*===========home 05=========*/
	.slider-item.style25 .slider-inner .slider-infor, .slider-item.style26 .slider-inner .slider-infor, .slider-item.style27 .slider-inner .slider-infor {
		padding-left: 420px;
	}

	/*===========home 07=========*/
	.product-item.style-3 .quantity {
		display: none;
	}

	/*===========home 08=========*/

	.ysera-product.layout1 .product-list-owl .product-item .thumb-inner img {
		margin: 0 auto;
	}
	/*===========home 09=========*/
	.slider-item.style13 .slider-inner .slider-infor, .slider-item.style14 .slider-inner .slider-infor, .slider-item.style15 .slider-inner .slider-infor {
		padding-left: 200px;
	}

	/*===========home 10=========*/
	.slider-item.style10 .slider-inner .slider-infor, .slider-item.style11 .slider-inner .slider-infor, .slider-item.style12 .slider-inner .slider-infor {
		padding-left: 200px;
	}
	.product-deal-slider .product-list-owl .thumb-link img {
		margin: 0 auto;
	}
	.product-deal-slider {
		margin-bottom: 30px;
	}

}
@media (max-width: 767px) {
	
	.product-item.style-list .product-name {
		font-size: 16px;
	}
	.title-form {
		font-size: 16px;
	}
	
	.ysera-product.produc-featured.rows-space-40 {
		margin-bottom: 20px;
	}
	.ysera-product.produc-featured.rows-space-65 {
		margin-bottom: 45px;
	}
	.slider-item .title-big {
		font-size: 24px;
		font-weight: 600;
	}
	.slider-item .price .number-price,
	{
		font-size: 20px;
		font-weight: 500;
	}
	
	.slider-item.style4 .slider-inner .slider-infor, .slider-item.style5 .slider-inner .slider-infor, .slider-item.style6 .slider-inner .slider-infor,
	.slider-item.style1 .slider-inner .slider-infor, .slider-item.style3 .slider-inner .slider-infor, .slider-item.style2 .slider-inner .slider-infor,
	.slider-item.style7 .slider-inner .slider-infor, .slider-item.style8 .slider-inner .slider-infor, .slider-item.style9 .slider-inner .slider-infor,
	.slider-item.style13 .slider-inner .slider-infor, .slider-item.style14 .slider-inner .slider-infor, .slider-item.style15 .slider-inner .slider-infor,
	.slider-item.style19 .slider-inner .slider-infor, .slider-item.style20 .slider-inner .slider-infor, .slider-item.style21 .slider-inner .slider-infor,
	.slider-item.style25 .slider-inner .slider-infor, .slider-item.style26 .slider-inner .slider-infor, .slider-item.style27 .slider-inner .slider-infor {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.details-infor .product-title {
		font-size: 22px;
	}
	.details-infor .price {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.wapper-slider-lookbook {
		padding: 40px 0;
	}
	.slider-lookbook-item .lookbook-inner {
		padding: 15px;
	}
	
	.ysera-product.produc-featured.rows-space-60 {
		margin-bottom: 35px;
	}
	
	.ysera-product.layout1 .head .title {
		font-size: 22px;
	}
	.ysera-product.layout1 {
		padding: 40px 0 20px;
	}
	
	.home-slider.fullwidth.rows-space-60 {
		margin-bottom: 35px;
	}
	
	.product-in-stock-wrapp.rows-space-40 {
		margin-bottom: 10px;
	}
	
	.home-slider .slick-slider.nav-center > .slick-arrow {
		display: none !important;
	}
	.title,
	.product-grid-title,
	.custommenu-title-blog {
		font-size: 20px;
	}
	.product-grid-title
	{
		margin-bottom: 30px;
	}
	
	.slick-dots {
		margin-top: 25px;
	}

	
	.product-grid-title {
		padding-top: 35px;
	}
	.tab-details-product {
		margin-top: 40px;
	}

	


	/*shop page*/
	.shop-top-control .select-form, .shop-top-control .grid-view-mode, .shop-top-control {
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	.shop-top-control .select-form, .grid-view-mode {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.shop-top-control .grid-view-mode {
		width: auto;
	}
	.full-width .details-thumd {
		padding: 0;
	}
	.full-width .details-thumd .owl-nav .owl-prev {
		left: 0;
	}
	.full-width .details-thumd .owl-nav .owl-next {
		right: 0;
	}


	/*product item*/
	.product-item .loop-form-add-to-cart {
		display: none;
	}
	/*product list*/
	.product-item.style-list .product-thumb, .product-item.style-list .product-info-left, .product-item.style-list .product-info-right {
		display: block;
		padding: 0;
		border: none;
		text-align: center;
		margin: 0 auto
	}
	.product-item.style-list .yith-wcwl-add-to-wishlist {
		width: auto;
		float: none;
	}
	.slider-lookbook-item .lookboox-thumb {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.slider-lookbook-item .lookboox-infore {
		padding: 15px 0 0;
	}
	.slider-lookbook-item .name-lookbook {
		margin-bottom: 20px;
	}
	/*details page*/
	.details-thumd {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.details-infor {
		width: 100%;
		padding: 0;
		border: 0;
		float: none;
	}


	/*====================home 01==============*/
	.product-item.style2 .product-thumb, .product-item.style2 .product-info {
		display: block;
		text-align: center;
		padding: 0;
		width: 100%
	}
	.product-item.style2 .product-thumb .thumb-inner img, .product-item.style2 .group-buttons {
		margin: 0 auto;
	}

	.slider-item.style1 .slider-inner .slider-infor, .slider-item.style3 .slider-inner .slider-infor, .slider-item.style2 .slider-inner .slider-infor,
	.slider-item.style4 .slider-inner .slider-infor, .slider-item.style5 .slider-inner .slider-infor, .slider-item.style6 .slider-inner .slider-infor,
	.slider-item.style7 .slider-inner .slider-infor, .slider-item.style8 .slider-inner .slider-infor, .slider-item.style9 .slider-inner .slider-infor,
	.slider-item.style10 .slider-inner .slider-infor, .slider-item.style11 .slider-inner .slider-infor, .slider-item.style12 .slider-inner .slider-infor,
	.slider-item.style13 .slider-inner .slider-infor, .slider-item.style14 .slider-inner .slider-infor, .slider-item.style15 .slider-inner .slider-infor,
	.slider-item.style19 .slider-inner .slider-infor, .slider-item.style20 .slider-inner .slider-infor, .slider-item.style21 .slider-inner .slider-infor,
	.slider-item.style22 .slider-inner .slider-infor, .slider-item.style23 .slider-inner .slider-infor, .slider-item.style24 .slider-inner .slider-infor,
	.slider-item.style25 .slider-inner .slider-infor, .slider-item.style26 .slider-inner .slider-infor, .slider-item.style27 .slider-inner .slider-infor {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	
	/*====================home 07==============*/
	.product-item.style-3 .product-thumb {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.owl-products .product-item.style-3 .product-thumb img {
		margin: 0 auto;
	}
	.product-item.style-3 .product-info {
		text-align: center;
	}
	.product-item.style-3 .group-buttons {
		display: none;
	}
	/*====================home 08==============*/
	.ysera-product.layout1 .head {
		width: 100%;
		padding-top: 0;
		margin-bottom: 30px;
		margin-right: 0;
		padding-bottom: 70px;
	}
	.ysera-product.layout1 .product-list-owl {
		width: 100%;
	}
	.slick-slider.nav-center-left .slick-arrow {
		top: 85px;
		left: auto;
		right: calc(50% - 80px);
		transform: translateX(-50%);
	}
	.slick-slider.nav-center-left .slick-arrow:first-child {
		left: calc(50% - 25px);
	}
	
	/*====================home 09==============*/
	/*====================home 10==============*/
	.product-item.style-6.product-type-variable .product-inner {
		padding-bottom: 30px;
	}
	.main-content {
		padding-bottom: 50px;
	}
	.slider-item.style4 .title-big,
	.slider-item.style5 .title-big,
	.slider-item.style6 .title-big {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.product-grid-title,
	.custommenu-title-blog {
		font-size: 18px;
	}
	.slider-item .title-big {
		max-width: 100%;
	}
	.product-item .product-inner {
		text-align: center;
	}
	.product-list-owl .product-item .thumb-inner img {
		margin: 0 auto;
	}



	
	
	/*shop page*/
	.shop-top-control .select-form, .shop-top-control .grid-view-mode, .shop-top-control {
		display: block;
		width: 100%;
		border: none;
	}
	.shop-top-control {
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.shop-top-control .grid-view-mode {
		margin-bottom: 0;
	}
	
	.list-product-order .product-thumb {
		float: none;
		width: auto;
		margin-bottom: 20px;
		margin-right: 0;
	}
	/*shop page*/
	
	/*===============home 01===============*/
	
	.slider-item .button {
		margin-bottom: 20px;
	}
	
	.slider-item.style4 .slider-inner .slider-infor, .slider-item.style5 .slider-inner .slider-infor, .slider-item.style6 .slider-inner .slider-infor,
	.slider-item.style1 .slider-inner .slider-infor, .slider-item.style3 .slider-inner .slider-infor, .slider-item.style2 .slider-inner .slider-infor,
	.slider-item.style7 .slider-inner .slider-infor, .slider-item.style8 .slider-inner .slider-infor, .slider-item.style9 .slider-inner .slider-infor,
	.slider-item.style13 .slider-inner .slider-infor, .slider-item.style14 .slider-inner .slider-infor, .slider-item.style15 .slider-inner .slider-infor,
	.slider-item.style19 .slider-inner .slider-infor, .slider-item.style20 .slider-inner .slider-infor, .slider-item.style21 .slider-inner .slider-infor,
	.slider-item.style25 .slider-inner .slider-infor, .slider-item.style26 .slider-inner .slider-infor, .slider-item.style27 .slider-inner .slider-infor {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 55px;
		padding-bottom: 55px;
	}
	/*===================home 02======================*/
	.slider-item.style4 .title-big,
	.slider-item.style5 .title-big,
	.slider-item.style6 .title-big {
		font-size: 26px;
	}
	
}

.product-item .button:hover,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
button:focus,
select:focus, .button:hover,
.checkout-wrapp .group-button-payment .btn-credit-card, .payment-method-wrapp .button-control .btn-pay-now, .end-checkout .button, .btn-zoom.open_qv:hover,
.attribute_size .list-size a.active, .attribute_size .list-size a:hover, .shopcart-description .actions .button-viewcart:hover,
.product-item.style-6 .loop-form-add-to-cart .button {
	
	border-color: #fff !important;
	
}


@media (min-width: 1367px) {
	.home-slider.fullwidth.rows-space-60 {
		margin-bottom: 80px;
	}
	
	.main-content {
		padding-bottom: 85px;
	}
	
	.ysera-product.produc-featured.rows-space-65 {
		margin-bottom: 82px;
	}
	
	.home-slider.fullwidth.rows-space-60 {
		margin-bottom: 80px;
	}
	.ysera-product.produc-featured.rows-space-40 {
		margin-bottom: 60px;
	}
	
	.ysera-product.layout1 {
		padding: 90px 0 52px;
	}
}
.product-item .product-inner img {
	width: 100%;
}
