h1,
.h1 {
	font: 600 26px/1.3em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	color: #414b56
}

h2,
.h2 {
	font: 500 24px/1.3em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	color: #414b56
}

h3,
.h3 {
	font: 600 18px/1.3em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	color: #414b56
}

h4,
.h4 {
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif
}

h5,
.h5 {
	font: 500 14px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif
}

h6,
.h6 {
	font: 500 11px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif
}

@keyframes cssload-zoom {
	0% {
		-webkit-transform: scale(0.5, 0.5);
		-moz-transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		-o-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5)
	}
	50% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		-webkit-transform: scale(1.5, 1.5);
		-moz-transform: scale(1.5, 1.5);
		-ms-transform: scale(1.5, 1.5);
		-o-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5)
	}
}

.blogs-style-07 .post-item {
	position: relative;
	height: 100%;
	background-color: #fff
}

.blogs-style-07 .post-bottom {
	padding: 20px;
	overflow: hidden
}

.blogs-style-07 .post-img {
	overflow: hidden
}

.blogs-style-07 .post-img img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.blogs-style-07 .post-img:hover img {
	-moz-transform: scale(1.1, 1.1) rotate(2deg);
	-webkit-transform: scale(1.1, 1.1) rotate(2deg);
	-o-transform: scale(1.1, 1.1) rotate(2deg);
	transform: scale(1.1, 1.1) rotate(2deg)
}

.blogs-style-07 .post-item-link {
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	font-weight: 600;
	color: #414b56;
	text-transform: uppercase;
	margin: 5px 0 10px;
	display: block
}

.blogs-style-07 .post-item-link:hover {
	color: #4ac2f7;
	text-decoration: none
}

.blogs-style-07 .post-category {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ffffff;
	padding: 3px 10px;
	color: #414b56;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.blogs-style-07 .post-category:after {
	position: absolute;
	content: '';
	border: 1px solid #ffffff;
	left: 2px;
	top: -2px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-ms-transition: 0.1s all;
	-o-transition: 0.1s all;
	transition: 0.1s all
}

.blogs-style-07 .post-category:hover {
	background: #fed41e;
	color: #fff;
	text-decoration: none
}

.blogs-style-07 .post-category:hover:after {
	border-color: #fed41e
}

.blogs-style-07 .post-date {
	color: #b9bed1;
	text-transform: uppercase;
	font-size: 90%;
	margin-left: auto
}

.rtl-layout .blogs-style-07 .post-date {
	margin-right: auto;
	margin-left: 0
}

.blogs-style-07 .post-author {
	color: #b9bed1;
	font-size: 90%;
	text-transform: uppercase
}

.blogs-style-07 .post-footer {
	overflow: hidden;
	display: flex;
	align-items: center
}

.blogs-style-07 .more-link {
	margin-top: 10px;
	display: inline-block;
	color: #a8aeba;
	float: right
}

.blogs-style-07 .more-link:hover {
	color: #4ac2f7;
	text-decoration: none
}

.blogs-style-07 .more-link:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105 \f105";
	font-size: 14px;
	vertical-align: middle;
	margin-left: 5px;
	line-height: 14px
}

.rtl-layout .blogs-style-07 .more-link:after {
	margin-left: 0;
	margin-right: 5px;
	content: '\f104 \f104'
}

.rtl-layout .blogs-style-07 .more-link {
	float: left
}

.wrapper-adv-style-03 .cdz-block-title .b-title {
	font-size: 275%;
	font-weight: 600;
	color: var(--themecolor)
}

.wrapper-adv-style-03 .block-wrapper {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	position: relative
}

.wrapper-adv-style-03 .block-wrapper:before {
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.wrapper-adv-style-03 .item-wrapper {
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	color: #414b56;
	font-style: italic
}

.wrapper-adv-style-03 .item {
	padding: 20px 90px;
	position: relative
}
/*
.wrapper-adv-style-03 .item:before {
	top: 20px;
	left: 40px;
	position: absolute;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
	font-size: 30px;
	vertical-align: middle;
	color: #4ac2f7;
	z-index: -1
}
*/s
.wrapper-adv-style-03 .item-image {
	overflow: hidden;
	margin: 0 -10px;
	padding-top: 20px
}

.wrapper-adv-style-03 .item-title {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px
}

.wrapper-adv-style-03 .item-title .title-link {
	color: #414b56;
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	font-weight: 600
}

.wrapper-adv-style-03 .item-title .title-link:hover {
	color: #4ac2f7;
	text-decoration: none
}

.wrapper-adv-style-03 .img-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.wrapper-adv-style-03 .img-wrap img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.wrapper-adv-style-03 .owl-dots {
	padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
	.wrapper-adv-style-03 .block-wrapper {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%
	}
	.wrapper-adv-style-03 .item {
		padding: 20px;
		position: relative
	}
	.wrapper-adv-style-03 .item:before {
		display: none
	}
}

.wrapper-adv-style-06 .item-image {
	position: relative
}

.wrapper-adv-style-06 .item-image .img-wrap {
	position: relative;
	display: block
}

.wrapper-adv-style-06 .item-image .img-wrap:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.wrapper-adv-style-06 .item-image:hover .img-wrap:after {
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6);
	-o-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6);
	-ms-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6)
}

@media only screen and (min-width: 768px) {
	.wrapper-adv-style-06 .item-title {
		position: absolute;
		top: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
		left: -moz-calc((100% - 155px)/2);
		left: -webkit-calc((100% - 155px)/2);
		left: -o-calc((100% - 155px)/2);
		left: calc((100% - 155px)/2);
		text-align: center
	}
	.wrapper-adv-style-06 .item-title .title-link {
		padding: 7px 20px;
		min-width: 155px;
		letter-spacing: 1.5px;
		font-size: 100%;
		border: 1px solid;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		color: #4ac2f7;
		border-color: #4ac2f7;
		background: #fff;
		text-decoration: none
	}
	.wrapper-adv-style-06 .item-title .title-link:hover {
		color: #fff;
		border-color: #fed41e;
		background: #fed41e
	}
}

@media only screen and (max-width: 767px) {
	.wrapper-adv-style-06 .item-title {
		text-align: center;
		margin-top: 10px
	}
	.wrapper-adv-style-06 .item-title .title-link {
		font-size: 100%;
		color: #414b56;
		text-decoration: none;
		font-weight: 600
	}
	.wrapper-adv-style-06 .item-title .title-link:hover {
		color: var(--themecolor)
	}
}

.wrapper-adv-style-07 .item {
	overflow: hidden
}

.wrapper-adv-style-07 .item img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.wrapper-adv-style-07 .item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.wrapper-adv-style-07 .item-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 20px;
	text-align: center;
	letter-spacing: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.wrapper-adv-style-07 .item-wrapper .item-title {
	margin-bottom: 2px
}

.wrapper-adv-style-07 .item-wrapper .title-link {
	text-decoration: none;
	color: #414b56;
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	font-weight: 600
}

.wrapper-adv-style-07 .item-wrapper .title-link:hover {
	color: #4ac2f7
}

.wrapper-adv-style-07 .item-wrapper .ads-btn-link {
	text-decoration: none;
	color: #414b56;
	text-transform: uppercase
}

.wrapper-adv-style-07 .item-wrapper .ads-btn-link:hover {
	color: #4ac2f7
}

.wrapper-adv-style-08 .home-block {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wrapper-adv-style-08.nav_style01 .owl-carousel .owl-nav [class*='owl-'] {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.wrapper-adv-style-08 .block-wrapper {
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wrapper-adv-style-08 .block-wrapper .cdz-block-title {
	margin-bottom: 0
}

.wrapper-adv-style-08 .block-wrapper .cdz-block-title .b-title,
.wrapper-adv-style-08 .block-wrapper .cdz-block-title .title-desc {
	color: #fff
}

.wrapper-adv-style-08 .block-wrapper .cdz-block-title .title-button {
	padding-top: 20px
}

.wrapper-adv-style-08 .block-wrapper .cdz-block-title .ads-btn-link {
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid;
	color: #fff;
	background-color: #fed41e;
	border-color: #fed41e;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 5px 25px;
	font-weight: 600
}

.wrapper-adv-style-08 .block-wrapper .cdz-block-title .ads-btn-link:hover {
	color: #4ac2f7;
	background-color: #fff;
	border-color: #4ac2f7
}

.wrapper-adv-style-08 .owl-stage {
	padding-top: 5px;
	padding-bottom: 5px
}

.wrapper-adv-style-08 .item {
	text-align: center
}

.wrapper-adv-style-08 .item .item-image {
	display: block;
	overflow: hidden;
	padding: 5px;
	background: #ffffff;
	margin: 0 auto;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.wrapper-adv-style-08 .item:hover .item-image {
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-o-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5)
}

.wrapper-adv-style-08 .item-wrapper .item-title {
	margin-top: 5px
}

.wrapper-adv-style-08 .item-wrapper .title-link {
	text-decoration: none;
	color: #fff;
	font: 500 14px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif
}

.wrapper-adv-style-08 .item-wrapper .title-link:hover {
	color: #4ac2f7
}

@media only screen and (max-width: 767px) {
	.wrapper-adv-style-08 .block-title-right.cdz-block-title,
	.wrapper-adv-style-08 .tab_title_right.cdz-block-title {
		text-align: center;
		display: none
	}
}

.wrapper-adv-style-09 .cat-item {
	position: relative;
	text-align: center
}

.wrapper-adv-style-09 .item {
	position: relative;
	border: 1px solid #d7ebf4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.wrapper-adv-style-09 .item:hover {
	text-decoration: none;
	color: #fff
}

.wrapper-adv-style-09 .item:hover .item-title {
	background: #4ac2f7
}

.wrapper-adv-style-09 .item:hover a,
.wrapper-adv-style-09 .item:hover a:hover,
.wrapper-adv-style-09 .item:hover .sub-title-link {
	color: #fff;
	text-decoration: none
}

.wrapper-adv-style-09 .item-image {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative
}

.wrapper-adv-style-09 .item-image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.wrapper-adv-style-09 .item-title {
	width: 100%;
	padding: 10px 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	color: #a8aeba;
	background: #e1e3e7
}

.wrapper-adv-style-09 .item-title a {
	color: #a8aeba
}

.wrapper-adv-style-09 .item-title .sub-title-link {
	display: block;
	color: #a8aeba
}

.home-brand-style02 .block-wrapper {
	border: 1px solid #d7ebf4;
	background: #fff
}

.home-brand-style02 .block-wrapper .item-image {
	overflow: hidden
}

.home-brand-style02 .block-wrapper .item-image .img-wrap img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.home-brand-style02 .block-wrapper .item-image .img-wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.home-brand-style03 .home-block {
	padding: 20px
}

.home-brand-style03 .item-image {
	overflow: hidden
}

.home-brand-style03 .item-image .img-wrap img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.home-brand-style03 .item-image .img-wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.home-brand-style04 .nav_style03 .owl-carousel .owl-nav {
	position: absolute;
	top: -40px;
	right: -10px
}

.rtl-layout .home-brand-style04 .nav_style03 .owl-carousel .owl-nav {
	right: auto;
	left: -10px
}

.home-brand-style04 .nav_style03 .owl-carousel .owl-nav [class*='owl-'] {
	position: static
}

.home-brand-style04 .block-wrapper {
	padding: 10px;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-brand-style04 .item-image {
	overflow: hidden
}

.home-brand-style04 .item-image .img-wrap img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.home-brand-style04 .item-image .img-wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.home-brand-style05 .nav_style07 .owl-carousel .owl-nav {
	position: absolute;
	top: -60px;
	right: -15px
}

.rtl-layout .home-brand-style05 .nav_style07 .owl-carousel .owl-nav {
	right: auto;
	left: -10px
}

.home-brand-style05 .nav_style07 .owl-carousel .owl-nav [class*='owl-'] {
	position: static
}

.home-brand-style05 .block-wrapper {
	background: #fff;
	padding: 10px
}

.home-brand-style05 .item-image {
	overflow: hidden
}

.home-brand-style05 .item-image .img-wrap img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.home-brand-style05 .item-image .img-wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.home-brand-style06 .nav_style07 .owl-carousel .owl-nav {
	position: absolute;
	top: -55px;
	right: -10px
}

.rtl-layout .home-brand-style06 .nav_style07 .owl-carousel .owl-nav {
	right: auto;
	left: -10px
}

.home-brand-style06 .nav_style07 .owl-carousel .owl-nav [class*='owl-'] {
	position: static
}

.home-brand-style06 .block-wrapper {
	padding: 10px;
	background: #fff;
	border: 2px solid #d7ebf4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-brand-style06 .item-image {
	overflow: hidden
}

.home-brand-style06 .item-image .img-wrap img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.home-brand-style06 .item-image .img-wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.home-product-style15.nav_style07 .owl-carousel .owl-nav {
	top: -55px
}

.home-product-style15 .block-wrapper {
	background-color: #fff;
	border: 2px solid #d7ebf4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-product-style15 .products.product-items .item .product-miniature {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-product-style15 .products.product-items .item .product-miniature .product-item-bottom .product-sku {
	letter-spacing: 1px
}

.home-product-style15 .owl-carousel.owl-drag .owl-item:after {
	width: 2px;
	height: 150%;
	background: #d7ebf4;
	position: absolute;
	top: 0;
	left: -2px;
	content: ''
}

.home-product-style18.nav_style03 .owl-carousel .owl-nav [class*='owl-'] {
	top: -55px
}

.home-product-style18 .products.product-items.product-grid-style-02 .product-miniature .product-item-actions .actions-secondary,
.home-product-style18 .products.product-items.product-grid-style-02 .product-miniature .product-item-actions {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	position: relative
}

.home-product-style18 .products.product-items.product-grid-style-02 .product-miniature .product-item-actions:before {
	box-shadow: 0 0px 25px #c0c0c0;
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 10
}

.home-product-style18 .block-wrapper {
	background-color: #fff;
	border: 1px solid #d7ebf4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-product-style18 .products.product-items .product-miniature {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-product-style18 .products.product-items .product-miniature .product-item-bottom .product-sku {
	letter-spacing: 1px
}

.home-product-style18 .owl-carousel.owl-drag .owl-item:after {
	width: 1px;
	height: 150%;
	background: #d7ebf4;
	position: absolute;
	top: 0;
	left: -1px;
	content: ''
}

.home-product-style19 .home-block {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #d7ebf4;
	overflow: hidden
}

.home-product-style19 .home-block>.cdz-block-title {
	border-bottom: 1px solid #d7ebf4;
	padding: 20px
}

.home-product-style19 .box-cate-link {
	text-align: right;
	margin-top: 6px
}

.rtl-layout .home-product-style19 .box-cate-link {
	text-align: left
}

.home-product-style19 .box-cate-link ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0
}

.home-product-style19 .box-cate-link ul li {
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	margin: 0 3px 3px
}

.home-product-style19 .box-cate-link ul li a {
	padding: 5px 12px;
	letter-spacing: 1px;
	color: #b9bed1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block
}

.home-product-style19 .box-cate-link ul li a:hover {
	color: #fff;
	background: #4ac2f7
}

.home-product-style19 .box-cate-link ul li.active a {
	color: #fff;
	background: #4ac2f7
}

.home-product-style19 .block-wrapper .row>.block-products:before {
	width: 1px;
	height: 200%;
	position: absolute;
	right: -10px;
	top: -20px;
	z-index: 1;
	background: #d7ebf4;
	content: ''
}

.home-product-style19 .left-product .block-products-wrapper {
	padding: 10px
}

.home-product-style19 .right-product .block-products-wrapper {
	padding: 0
}

.home-product-style19 .right-product .block-products-wrapper .item {
	position: relative
}

.home-product-style19 .right-product .block-products-wrapper .item~.item:before {
	width: 140%;
	height: 1px;
	position: absolute;
	left: -20%;
	top: -10px;
	z-index: 1;
	background: #d7ebf4;
	content: ''
}

.home-product-style19 .right-product .block-products-wrapper .product-item-photo {
	padding: 0 15px
}

.home-product-style19 .right-product .block-products-wrapper .items {
	padding: 0 10px
}

.home-product-style19 .right-product .block-products-wrapper .items .item:first-child {
	margin-top: 0
}

.home-product-style19 .right-product .block-products-wrapper .items .item {
	margin-top: 20px
}

.home-product-style19 .products.product-items[class*="product-grid-style-"] .product-miniature {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	padding: 0;
	margin-bottom: 0
}

.home-product-style19 .products.product-items.product-grid-style-02 .product-miniature .product-item-actions .actions-secondary,
.home-product-style19 .products.product-items.product-grid-style-02 .product-miniature .product-item-actions {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	position: relative
}

.home-product-style19 .products.product-items.product-grid-style-02 .product-miniature .product-item-actions:before {
	box-shadow: 0 0px 25px #c0c0c0;
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 10
}

@media only screen and (max-width: 767px) {
	.home-product-style19 .box-cate-link {
		text-align: center
	}
	.home-product-style19 .block-image {
		text-align: center
	}
	.home-product-style19 .block-image-wrapper {
		display: inline-block;
		text-align: center;
		vertical-align: top
	}
}

.home-product-style20 .home-block {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #d7ebf4
}

.home-product-style20 .home-block>.cdz-block-title {
	border-bottom: 1px solid #d7ebf4;
	padding: 20px
}

.home-product-style20 .home-block .small-product [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.home-product-style20 .home-block .small-product .row {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.home-product-style20 .home-block .no-loaded~.small-product {
	display: none
}

.home-product-style20 .cdz-block-title~.block-wrapper {
	margin-top: 0
}

.home-product-style20 .box-cate-link {
	text-align: right;
	margin-top: 6px
}

.rtl-layout .home-product-style20 .box-cate-link {
	text-align: left
}

.home-product-style20 .box-cate-link ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0
}

.home-product-style20 .box-cate-link ul li {
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	margin: 0 3px 3px
}

.home-product-style20 .box-cate-link ul li a {
	padding: 5px 12px;
	letter-spacing: 1px;
	color: #b9bed1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block
}

.home-product-style20 .box-cate-link ul li a:hover {
	color: #fff;
	background: #4ac2f7
}

.home-product-style20 .box-cate-link ul li.active a {
	color: #fff;
	background: #4ac2f7
}

.home-product-style20 .big-product .product-item-name .product-item-link,
.home-product-style20 .big-product .product-item-link,
.home-product-style20 .big-product .product.name a {
	font-size: 130%
}

.home-product-style20 .big-product .product-item .price .money {
	font-size: 200%
}

.home-product-style20 .big-product .product-item-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.home-product-style20 .big-product .media-slider .lazyloading {
	max-width: 50px;
	height-width: 50px
}

.home-product-style20 .small-product {
	margin: -1px 0
}

.home-product-style20 .small-product .item {
	position: relative;
	cursor: pointer
}

.home-product-style20 .small-product .item:before {
	z-index: 2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-product-style20 .small-product .item-image {
	padding: 20px;
	background: #fff;
	border: 1px solid #d7ebf4;
	margin: 0 -1px -1px;
	z-index: 1
}

.home-product-style20 .small-product .item-count {
	color: #a8aeba;
	background: #d7ebf4;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	font-size: 12px
}

.home-product-style20 .small-product .selected-thumb {
	z-index: 2
}

.home-product-style20 .small-product .selected-thumb:before {
	border: 1px solid #4ac2f7
}

.home-product-style20 .small-product .selected-thumb .item-count {
	background: #4ac2f7;
	color: #fff
}

.home-product-style20 .products.product-items[class*="product-grid-style-"] .product-miniature {
	padding: 10px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	margin-bottom: 0
}

.home-product-style20 .products.product-items.product-grid-style-15 .product-miniature .product-item-actions .tocompare.is-actived {
	color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-product-style20 .products.product-items[class*="product-grid-style-"] .product-miniature {
		padding: 10px 20px
	}
}

@media only screen and (min-width: 992px) {
	.home-product-style20 .products.product-items[class*="product-grid-style-"] .product-miniature {
		padding: 10px 50px
	}
}

@media only screen and (max-width: 767px) {
	.home-product-style20 .box-cate-link {
		text-align: center
	}
	.home-product-style20 .small-product {
		order: -1;
		-moz-order: -1;
		-webkit-order: -1;
		-o-order: -1
	}
	.home-product-style20 .block-image {
		text-align: center
	}
	.home-product-style20 .block-image-wrapper {
		display: inline-block;
		text-align: center;
		vertical-align: top
	}
}

.home-product-style21 .products-list-wrapper {
	height: 100%;
	border: 1px solid #d7ebf4;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-product-style21 .products-list-wrapper .cdz-block-title {
	padding: 20px 20px 0
}

.home-product-style21 .products-list-wrapper .cdz-block-title .b-title {
	position: relative;
	padding-bottom: 5px
}

.home-product-style21 .products-list-wrapper .cdz-block-title .b-title:after {
	position: absolute;
	height: 3px;
	width: 35px;
	background: #4ac2f7;
	content: "";
	bottom: 0;
	left: 0
}

.home-product-style21 .product-list-style-03 {
	border: 0
}

.home-tab-style05 .cdz-block-title .b-title {
	text-transform: uppercase;
	margin-bottom: 10px
}

.home-tab-style05 .cdz-block-title .title-desc {
	min-width: 200px;
	margin: 10px auto 0;
	width: 50%
}

.home-tab-style05.nav_style07 .owl-carousel .owl-nav {
	top: -55px
}

.home-tab-style05 .tab-content .block-products-wrapper {
	background-color: #fff;
	border: 2px solid #d7ebf4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-tab-style05 .tab-content .products.product-items .product-miniature {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-tab-style05 .tab-content .products.product-items .product-miniature .product-item-bottom .product-sku {
	letter-spacing: 1px
}

.home-tab-style05 .tab-content .owl-carousel.owl-drag .owl-item:after {
	width: 2px;
	height: 150%;
	background: #d7ebf4;
	position: absolute;
	top: 0;
	left: -2px;
	content: ''
}

.home-tab-style06 .box-product {
	background-color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.home-tab-style06 .block-image {
	position: relative;
	overflow: hidden
}

.home-tab-style06 .block-image img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.home-tab-style06 .block-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.home-tab-style06 .desc {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	color: #ffffff;
	text-align: center
}

.home-tab-style06 .desc .title-image a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none
}

.home-tab-style06 .desc .sub-title {
	font-weight: 600
}

.home-tab-style06 .tab-content {
	padding: 15px
}

.home-tab-style06 .tab-content .products.product-items .product-miniature {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0
}

.home-tab-style06 .tab-content .products.product-items .product-miniature .product-item-top {
	max-width: 122px;
	margin: 0 auto
}

.home-tab-style06 .tab-content .products.product-items .product-miniature .product-item-bottom .product-sku {
	letter-spacing: 1px
}

.home-tab-style07 .btn-view-all {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-transform: lowercase;
	min-width: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: 0px 4px 4px #ccc;
	border-width: 1px;
	overflow: visible;
	position: relative;
	text-transform: capitalize;
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif
}

.home-tab-style07 .btn-view-all:hover {
	color: #fff;
	border-color: #fed41e;
	background: #fed41e;
	text-decoration: none
}

.home-tab-style07 .btn-view-all:after {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	border: 4px solid #7bd2f9;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .6
}

@media only screen and (min-width: 768px) {
	.home-tab-style07 .cdztab-style02 .cdztab .tab-item a {
		font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
		text-transform: none;
		min-width: 120px
	}
	.home-tab-style07 .cdztab-style02 .cdztab .tab-item a span {
		line-height: 1.05
	}
	.home-tab-style07 .cdztab-style02 .cdztab .tab-item a span.tab-icon {
		font-size: 30px
	}
}

@media only screen and (min-width: 768px) {
	.home-tab-style08 .owl-loaded .owl-stage {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.home-tab-style08 .owl-carousel.owl-loaded {
		margin-top: -30px !important;
		margin-bottom: -30px !important
	}
}

.button-actions {
	text-align: center;
	margin-top: 10px
}

.btn-view-all {
	width: 300px;
	padding: 7px 20px;
	font-size: 14px;
	border: 2px solid;
	display: inline-block;
	cursor: pointer;
	font: 500 16px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	color: #4ac2f7;
	border-color: #4ac2f7;
	background: #fff;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn-view-all:hover {
	color: #fff;
	border-color: #fed41e;
	background: #fed41e;
	text-decoration: none
}

.cdz-slideshow ul,
.cdz-slideshow ol {
	padding: 0;
	margin: 0;
	list-style: none
}

.cdz-slideshow .icon-loading {
	font-size: 0 !important
}

.cdz-slideshow .icon-loading span {
	font-size: 0
}

.cdz-slideshow.cdz-slideshow-01 .main-slideshow-inner {
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.cdz-slideshow.cdz-slideshow-01 .main-slideshow-inner .flexslider .slides__slide {
	background-color: transparent
}

.cdz-slideshow.cdz-slideshow-01 .main-slideshow-inner .icon-loading-wrapper {
	z-index: 0
}

.cdz-slideshow.cdz-slideshow-01 .main-slideshow-inner .flex-viewport {
	z-index: 1
}

.cdz-slideshow .slideshow-wrapper {
	position: relative
}

.cdz-slideshow .slide-dots-style02 .slider__controls-container .flex-control-paging li a.flex-active:before {
	font-size: 15px
}

.cdz-slideshow .slide-dots-style03 .slider__controls-container .flex-control-paging li a:before {
	content: "\f111";
	font-size: 12px
}

.cdz-slideshow .slide-dots-style03 .slider__controls-container .flex-control-paging li a.flex-active:before {
	font-size: 14px
}

.cdz-slideshow .slide-dots-style04 .slider__controls-container .flex-control-paging li a {
	background: transparent;
	border: 2px solid #4ac2f7;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	width: 15px;
	height: 15px
}

.cdz-slideshow .slide-dots-style04 .slider__controls-container .flex-control-paging li a:before {
	display: none
}

.cdz-slideshow .slide-dots-style04 .slider__controls-container .flex-control-paging li a.flex-active {
	background: #4ac2f7;
	border: 2px solid rgba(255, 255, 255, 0.6);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.cdz-slideshow .slide-arrow-style02 .slider__controls-container .slider__controls-button {
	width: 50px;
	height: 100px;
	line-height: 98px;
	top: -moz-calc((100% - 100px)/2);
	top: -o-calc((100% - 100px)/2);
	top: -webkit-calc((100% - 100px)/2);
	top: calc((100% - 100px)/2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	border-color: #fff;
	background: transparent
}

.cdz-slideshow .slide-arrow-style02 .slider__controls-container .slider__controls-button:before {
	font-size: 40px
}

.cdz-slideshow .slide-arrow-style02 .slider__controls-container .slider__controls-button:hover {
	color: #fff;
	border-color: #fed41e;
	background: #fed41e
}

.cdz-slideshow .slide-arrow-style03 .slider__controls-container .slider__controls-button {
	width: 42px;
	height: 42px;
	line-height: 40px;
	top: auto;
	bottom: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-width: 2px;
	color: #414b56;
	border-color: #414b56;
	background: #fff
}

.cdz-slideshow .slide-arrow-style03 .slider__controls-container .slider__controls-button:before {
	content: '\f177';
	line-height: 1
}

.cdz-slideshow .slide-arrow-style03 .slider__controls-container .slider__controls-button.slider__controls-button--next {
	right: 40px;
	left: auto
}

.cdz-slideshow .slide-arrow-style03 .slider__controls-container .slider__controls-button.slider__controls-button--next:before {
	content: '\f178'
}

.cdz-slideshow .slide-arrow-style03 .slider__controls-container .slider__controls-button.slider__controls-button--prev {
	right: 100px;
	left: auto
}

.cdz-slideshow .slide-arrow-style03 .slider__controls-container .slider__controls-button:hover:before {
	color: #4ac2f7;
	border-color: #4ac2f7;
	background: #fff
}

.cdz-slideshow .slide-arrow-style04 .slider__controls-container .slider__controls-button {
	width: 50px;
	height: 80px;
	line-height: 78px;
	top: -moz-calc((100% - 80px)/2);
	top: -o-calc((100% - 80px)/2);
	top: -webkit-calc((100% - 80px)/2);
	top: calc((100% - 80px)/2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	border-color: transparent;
	background: transparent
}

.cdz-slideshow .slide-arrow-style04 .slider__controls-container .slider__controls-button:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #fed41e;
	-moz-transform: translate(-2px, 2px);
	-webkit-transform: translate(-2px, 2px);
	-o-transform: translate(-2px, 2px);
	transform: translate(-2px, 2px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 26px;
	line-height: 80px
}

.cdz-slideshow .slide-arrow-style04 .slider__controls-container .slider__controls-button:after {
	border: 1px solid #fed41e;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.cdz-slideshow .slide-arrow-style04 .slider__controls-container .slider__controls-button:hover:before {
	color: #4ac2f7;
	background: #fff;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cdz-slideshow .slide-arrow-style04 .slider__controls-container .slider__controls-button:hover:after {
	border-color: #4ac2f7
}

.cdz-slideshow .slide-arrow-style05 .slider__controls-container .slider__controls-button {
	width: 50px;
	height: 50px;
	line-height: 48px;
	top: -moz-calc((100% - 50px)/2);
	top: -o-calc((100% - 50px)/2);
	top: -webkit-calc((100% - 50px)/2);
	top: calc((100% - 50px)/2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.cdz-slideshow .slide-arrow-style05 .slider__controls-container .slider__controls-button.slider__controls-button--prev {
	left: 10px
}

.cdz-slideshow .slide-arrow-style05 .slider__controls-container .slider__controls-button.slider__controls-button--next {
	right: 10px
}

.cdz-slideshow .slider__controls-container {
	position: static
}

.cdz-slideshow .slider__controls-container .slider__controls-button {
	text-align: center;
	font-size: 0;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	border-color: var(--themecolor);
	background: var(--themecolor);
	top: -moz-calc((100% - 40px) / 2);
	top: -webkit-calc((100% - 40px) / 2);
	top: -o-calc((100% - 40px) / 2);
	top: calc((100% - 40px) / 2);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 2;
	padding: 0
}

.cdz-slideshow .slider__controls-container .slider__controls-button span {
	display: none
}

.cdz-slideshow .slider__controls-container .slider__controls-button:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
	font-size: 20px;
	vertical-align: middle;
	line-height: 38px
}

.cdz-slideshow .slider__controls-container .slider__controls-button.slider__controls-button--prev {
	left: 40px;
	-webkit-transform: translate(-40px);
	-moz-transform: translate(-40px);
	-ms-transform: translate(-40px);
	-o-transform: translate(-40px);
	transform: translate(-40px)
}

.cdz-slideshow .slider__controls-container .slider__controls-button.slider__controls-button--prev:hover {
	color: #fed41e;
	border-color: #fed41e;
	background: #fff
}

.cdz-slideshow .slider__controls-container .slider__controls-button.slider__controls-button--next {
	right: 40px;
	-webkit-transform: translate(40px);
	-moz-transform: translate(40px);
	-ms-transform: translate(40px);
	-o-transform: translate(40px);
	transform: translate(40px)
}

.cdz-slideshow .slider__controls-container .slider__controls-button.slider__controls-button--next:hover {
	color: #fed41e;
	border-color: #fed41e;
	background: #fff
}

.cdz-slideshow .slider__controls-container .slider__controls-button.slider__controls-button--next:before {
	content: '\f105'
}

.cdz-slideshow .slider__controls-container .flex-control-paging {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	text-align: center;
	width: 100%
}

.cdz-slideshow .slider__controls-container .flex-control-paging li {
	display: inline-block
}

.cdz-slideshow .slider__controls-container .flex-control-paging li a {
	display: inline-block;
	margin: 0 2px;
	width: 14px;
	height: 14px;
	font-size: 0;
	color: #a8aeba
}

.cdz-slideshow .slider__controls-container .flex-control-paging li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10c";
	font-size: 13px;
	vertical-align: middle
}

.cdz-slideshow .slider__controls-container .flex-control-paging li a:hover,
.cdz-slideshow .slider__controls-container .flex-control-paging li a.flex-active {
	color: var(--themecolor);
}

.cdz-slideshow .slideshow-wrapper:hover .slider__controls-container .slider__controls-button.slider__controls-button--prev,
.cdz-slideshow .slideshow-wrapper:hover .slider__controls-container .slider__controls-button.slider__controls-button--next {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.cdz-slideshow-03 .main-content-top-left .menu-container.groupmenu-drop {
	display: block !important;
	position: static;
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: -3px
}

.cdz-slideshow-03 .cdz-vertical-menu {
	width: 100%
}

.cdz-slideshow-03 .cdz-banner img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.cdz-slideshow-03 .cdz-banner .cdz-banner-img {
	margin-bottom: 20px
}

.cdz-slideshow {
	position: relative
}

.cdz-slideshow .icon-loading span {
	font-size: 0
}

.cdz-slideshow .slides,
.cdz-slideshow .slides__image {
	height: 100%
}

.cdz-slideshow .flexslider .slides__slide {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 100%
}

.cdz-slideshow .icon-loading:after,
.cdz-slideshow .icon-loading:before,
.cdz-slideshow .icon-loading>span:after,
.cdz-slideshow .icon-loading>span:before,
.cdz-slideshow .icon-loading>span>span:after,
.cdz-slideshow .icon-loading>span>span:before {
	width: 2rem;
	height: 2rem;
	background: var(--themecolor);
	border-radius: 50%;
	position: absolute;
	content: '';
	left: calc(50% - 1rem);
	top: calc(50% - 1rem)
}

.cdz-slideshow .icon-loading:after {
	animation: animate-to-1 1.5s infinite
}

.cdz-slideshow .icon-loading:before {
	animation: animate-to-0 1.5s infinite
}

.cdz-slideshow .icon-loading>span:before {
	animation: animate-to-2 1.5s infinite
}

.cdz-slideshow .icon-loading>span:after {
	animation: animate-to-3 1.5s infinite
}

.cdz-slideshow .icon-loading>span>span:before {
	animation: animate-to-4 1.5s infinite
}

.cdz-slideshow .icon-loading>span>span:after {
	animation: animate-to-5 1.5s infinite
}

@keyframes animate-to-2 {
	25%,
	75% {
		transform: translateX(-1.5rem) scale(0.75)
	}
	95% {
		transform: translateX(0rem) scale(1)
	}
}

@keyframes animate-to-3 {
	25%,
	75% {
		transform: translateX(1.5rem) scale(0.75)
	}
	95% {
		transform: translateX(0rem) scale(1)
	}
}

@keyframes animate-to-1 {
	25% {
		transform: translateX(-1.5rem) scale(0.75)
	}
	50%,
	75% {
		transform: translateX(-4.5rem) scale(0.6)
	}
	95% {
		transform: translateX(0rem) scale(1)
	}
}

@keyframes animate-to-4 {
	25% {
		transform: translateX(1.5rem) scale(0.75)
	}
	50%,
	75% {
		transform: translateX(4.5rem) scale(0.6)
	}
	95% {
		transform: translateX(0rem) scale(1)
	}
}

@keyframes animate-to-0 {
	25% {
		transform: translateX(-1.5rem) scale(0.75)
	}
	50% {
		transform: translateX(-4.5rem) scale(0.6)
	}
	75% {
		transform: translateX(-7.5rem) scale(0.5)
	}
	95% {
		transform: translateX(0rem) scale(1)
	}
}

@keyframes animate-to-5 {
	25% {
		transform: translateX(1.5rem) scale(0.75)
	}
	50% {
		transform: translateX(4.5rem) scale(0.6)
	}
	75% {
		transform: translateX(7.5rem) scale(0.5)
	}
	95% {
		transform: translateX(0rem) scale(1)
	}
}

.flex-active-slide .slides__text-content .slides__title {
	-webkit-animation: slideBounceInDown 800ms ease-in-out;
	-moz-animation: slideBounceInDown 800ms ease-in-out;
	animation: slideBounceInDown 800ms ease-in-out
}

.flex-active-slide .slides__text-content .slides__subtext {
	-webkit-animation: slideBounceInDown 1400ms ease-in-out;
	-moz-animation: slideBounceInDown 1400ms ease-in-out;
	animation: slideBounceInDown 1400ms ease-in-out
}

.flex-active-slide .slides__text-content .slides__btn {
	-webkit-animation: slideBounceInDown 2000ms ease-in-out;
	-moz-animation: slideBounceInDown 2000ms ease-in-out;
	animation: slideBounceInDown 2000ms ease-in-out
}

@-webkit-keyframes slideBounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideBounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px)
	}
	80% {
		-moz-transform: translateY(-10px)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideBounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px)
	}
	80% {
		-o-transform: translateY(-10px)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideBounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		transform: translateY(30px)
	}
	80% {
		transform: translateY(-10px)
	}
	100% {
		transform: translateY(0)
	}
}

@media only screen and (max-width: 1024px) {
	.cdz-slideshow-03 .cdz-slideshow-wrapper .col-sm-3.d-md-block {
		display: none !important
	}
	.cdz-slideshow-03 .cdz-slideshow-wrapper .col-sm-6,
	.cdz-slideshow-03 .cdz-slideshow-wrapper .col-sm-3 {
		width: 100%;
		flex: 100%;
		max-width: 100%
	}
	.cdz-slideshow-03 .cdz-slideshow-wrapper .banner-wrapper .cdz-banner {
		margin-right: -10px;
		margin-left: -10px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.cdz-slideshow-03 .cdz-slideshow-wrapper .banner-wrapper .cdz-banner .cdz-banner-img {
		padding-left: 10px;
		padding-right: 10px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media only screen and (max-width: 1024px) {
	.cdz-slideshow-05 .cdz-slideshow-wrapper .col-sm-3.d-md-block {
		display: none !important
	}
}

.cdz-slideshow-05 .main-content-top-left .menu-container.groupmenu-drop {
	display: block !important;
	position: static;
	border: 1px solid #d7ebf4;
	border-top-width: 0;
	padding-bottom: 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px
}

.cdz-slideshow-05 .cdz-vertical-menu {
	width: 100%
}

.cdz-slideshow-05 .cdz-slideshow-outer {
	margin-top: 10px
}

.cdz-slideshow-05 .block-wrapper {
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #d7ebf4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px
}

.cdz-slideshow-05 .block-wrapper .cdz-block-title {
	text-align: center;
	margin-bottom: 10px
}

.cdz-slideshow-05 .block-wrapper .cdz-product-deal .h4 {
	display: none
}

.cdz-slideshow-05 .block-wrapper .products.product-items[class*="product-grid-style-"] .product-miniature {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	padding: 0;
	margin-bottom: 0
}

.cdz-slideshow-05 .block-wrapper .products.product-items[class*="product-grid-style-"] .product-item-top {
	padding: 0 40px
}

.cdz-slideshow-05 .block-wrapper .products.product-items[class*="product-grid-style-"] .product-item-name .product-item-link {
	font-size: 120%
}

.cdz-slideshow-05 .block-wrapper .products.product-items[class*="product-grid-style-"] .price .money {
	font-size: 150%
}

.cdz-slideshow-05 .block-wrapper .products.product-items[class*="product-grid-style-"] .product-item-bottom .product-price {
	margin-bottom: 10px
}

.cdz-slideshow-05 .block-wrapper .products.product-items[class*="product-grid-style-"] .cdz-product-deal .clockdiv {
	margin-top: 0
}

@media only screen and (min-width: 1025px) {
	.cdz-slideshow-05 .xl-no-padding {
		padding: 0
	}
}

img.lazyload {
	max-height: 20px
}

.blogs-style-10 .post-item {
	background: #fff;
	height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none
}

.blogs-style-10 .post-bottom-inner {
	padding: 20px
}

.blogs-style-10 .post-item {
	position: relative;
	height: 100%
}

.blogs-style-10 .post-img {
	overflow: hidden
}

.blogs-style-10 .post-img img {
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.blogs-style-10 .post-img:hover img {
	-moz-transform: scale(1.1, 1.1) rotate(2deg);
	-webkit-transform: scale(1.1, 1.1) rotate(2deg);
	-o-transform: scale(1.1, 1.1) rotate(2deg);
	transform: scale(1.1, 1.1) rotate(2deg)
}

.blogs-style-10 .post-item-link {
	font: 500 14px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	font-weight: 500;
	color: #414b56;
	text-transform: capitalize;
	margin: 5px 0 10px;
	display: block
}

.blogs-style-10 .post-item-link:hover {
	color: #4ac2f7;
	text-decoration: none
}

.blogs-style-10 .post-desc,
.blogs-style-10 .post-title {
	margin-bottom: 10px
}

.blogs-style-10 .post-head {
	overflow: hidden;
	font: 500 14px/1.55em PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 10px
}

.blogs-style-10 .post-category {
	float: left;
	color: #4ac2f7
}

.blogs-style-10 .post-date {
	float: right;
	color: #4ac2f7;
	margin-left: auto
}

.rtl-layout .blogs-style-10 .post-date {
	margin-right: auto;
	margin-left: 0
}

.blogs-style-10 .post-author {
	color: #b9bed1;
	text-transform: uppercase
}

.blogs-style-10 .post-footer {
	overflow: hidden;
	padding: 10px 20px;
	background: #fff
}

.blogs-style-10 .more-link {
	padding: 6px 10px;
	display: inline-block;
	color: #fff;
	background: #fed41e;
	border-left: 10px solid #fede51;
	border-right: 10px solid #fede51;
	float: left;
	text-transform: uppercase
}

.blogs-style-10 .more-link:hover {
	color: #fff;
	text-decoration: none
}

.blogs-style-10 .more-link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02d";
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 14px;
	margin-top: -2px
}

.rtl-layout .blogs-style-10 .more-link:before {
	margin-right: 0;
	margin-left: 5px
}

.rtl-layout .blogs-style-10 .more-link {
	float: right
}

.blogs-style-10 .addthis {
	float: right;
	margin-top: 8px
}

.rtl-layout .blogs-style-10 .addthis {
	float: left
}

.post-list-style10 .owl-loaded .owl-stage {
	padding-top: 10px;
	padding-bottom: 20px
}

.post-list-style10 .owl-carousel {
	margin-top: -10px !important;
	margin-bottom: -20px !important
}

@media only screen and (min-width: 1200px) {
	.post-list-style10 .post-footer {
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		width: 100%
	}
	.post-list-style10 .post-bottom {
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: #fff
	}
	.post-list-style10 .post-item:hover .post-bottom {
		transform: translateY(-50px)
	}
	.post-list-style10 .post-item:hover .post-footer {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		visibility: visible
	}
}