/*  1. Shortcode TEAM MEMBER */

.alus-team-member {
	text-align: center;
	padding: 0;
	max-width: 300px;
	margin: 0 auto 20px;
}

.alus-team-member.default {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
}

.alus-team-member .image {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
}

.alus-team-member .image img {
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.alus-team-member .image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.alus-team-member .image:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}

.alus-team-member .image:hover:before {
	opacity: 0.75;
}

.alus-team-member .socials {
	display: block;
	text-align: center;
}

.alus-team-member .socials ul {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin-bottom: 0;
	margin-top: 5px;
}

.alus-team-member .socials ul li {
	float: left;
	line-height: 0;
}

.alus-team-member .socials a {
	margin: 4px;
	font-size: 16px;
	border-style: solid;
	border-width: 2px;
	line-height: 26px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}

.alus-team-member .socials a {
	color: #fff;
}

.alus-team-member.colored .socials a.facebook,
.alus-team-member.bordered .socials a.facebook:hover {
	background: #3B5998;
	border-color: #3B5998;
}

.alus-team-member.colored .socials a.twitter,
.alus-team-member.bordered .socials a.twitter:hover {
	background: #2CAAE1;
	border-color: #2CAAE1;
}

.alus-team-member.colored .socials a.google-plus,
.alus-team-member.bordered .socials a.google-plus:hover {
	background: #DD4B39;
	border-color: #DD4B39;
}

.alus-team-member.colored .socials a.linked,
.alus-team-member.bordered .socials a.linked:hover {
	background: #007BB6;
	border-color: #007BB6;
}

.alus-team-member.colored .socials a.rss,
.alus-team-member.bordered .socials a.rss:hover {
	background: #FF5700;
	border-color: #FF5700;
}

.alus-team-member.colored .socials a.dribbble,
.alus-team-member.bordered .socials a.dribbble:hover {
	background: #F26798;
	border-color: #F26798;
}

.alus-team-member.colored .socials a.instagram,
.alus-team-member.bordered .socials a.instagram:hover {
	background: #604c45;
	border-color: #604c45;
}

.alus-team-member.colored .socials a.pinterest,
.alus-team-member.bordered .socials a.pinterest:hover {
	background: #CA1517;
	border-color: #CA1517;
}

.alus-team-member.bordered .socials a {
	border: 2px solid silver;
	color: silver;
}

.alus-team-member.bordered .socials a:hover {
	color: #fff;
}

.alus-team-member.small .socials a {
	width: auto;
	height: auto;
	border: none;
	font-size: 18px;
	color: silver;
	border-radius: inherit;
}

.alus-team-member .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: -1px;
	right: -1px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity .6s, -webkit-transform .3s;
	transition: opacity .6s, -webkit-transform .3s;
	transition: transform .3s, opacity .6s;
	transition: transform .3s, opacity .6s, -webkit-transform .3s;
	pointer-events: none;
}

.alus-team-member .content-member {
	padding: 20px;
}

.alus-team-member .content-member .job {
	color: #999;
	font-size: 14px;
}

.alus-team-member .on-thumbnail .job {
	color: #fff;
	font-size: 14px;
}

.alus-team-member .content-member>h3>a,
.alus-team-member .on-thumbnail>h3>a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.alus-team-member .on-thumbnail>h3>a {
	color: #fff;
	font-weight: 600;
}

.alus-team-member .content-member>h3,
.alus-team-member .on-thumbnail>h3 {
	margin-bottom: 0;
}

.alus-team-member .content-member .excerpt {
	margin: 10px 0;
}

.alus-team-member .on-thumbnail {
	position: absolute;
	right: 0;
	padding: 20px;
	display: inline-block;
	bottom: 0;
	left: 0;
	max-height: 100%;
}

.alus-team-member.circle .image {
	border-radius: 100%;
}

.alus-team-member.circle .image .on-thumbnail {
	padding: 20px 58px;
}

.alus-team-member.circle .content-member {
	border: none;
}

/********** End Team Member *************/

/*  2. Shortcode INSTAGRAM FEED */

/* instagram like comment  */
.instagram-like{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* end instagram like comment  */
.alus-instagram-widget {
	display: block;
}

.alus-instagram-widget .widgettitle {
	margin: 10px 0;
	text-align: center;
}

.alus-instagram {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.alus-instagram .item {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	display: inline-flex;
	position: relative;
}

.alus-instagram .item a {
	display: inline-block;
	overflow: hidden;
}

.alus-instagram .item img {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	overflow: hidden;
}

.alus-instagram .item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s ease-in-out;
	transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

.alus-instagram.columns-1 .item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
}

.alus-instagram.columns-2 .item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
}

.alus-instagram.columns-3 .item {
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	width: 33.33%;
}

.alus-instagram.columns-4 .item {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	width: 25%;
}

.alus-instagram.columns-5 .item {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
}

.alus-instagram.columns-6 .item {
	-ms-flex-preferred-size: 16.66%;
	flex-basis: 16.66%;
	width: 16.66%;
}
@media (max-width:480px){
	.alus-instagram.columns-6 .item{
	flex-basis: 33.3333%;
	width: 33.3333%;
	}
}
.alus-instagram.instagram-absolute .item{
	padding: 0;
}
/** End INSTAGRAM FEED **/

/** 4. Shortcode Testimonial **/

.alus-testimonials-shortcode .section-title {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.alus-testimonials-shortcode.layout-grid .testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonial {
	margin-left: -15px;
	margin-right: -15px;
}

.alus-testimonials-shortcode.layout-slider .testimonial-item {
	padding-top: 10px;
}

.testimonial-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.alus-testimonials-shortcode.layout-grid .testimonial-item {
	margin-bottom: 30px;
}

.testimonial-item .name {
	margin-top: 15px;
	font-weight: bold;
}

.testimonial-item .company {
	font-weight: normal;
}

.testimonial-item .company:before {
	content: " / ";
}

.alus-testimonials-shortcode.style-boxed .testimonial-wrapper {
	padding: 30px;
	-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
}

.testimonial-item .avatar img {
	display: inline-block;
	border-radius: 50%
}

.testimonial-image-left .testimonial-wrapper,
.testimonial-image-right .testimonial-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.testimonial-image-left .avatar {
	margin-right: 20px;
}

.testimonial-image-right .avatar {
	margin-left: 20px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.testimonial-image-right .content {
	text-align: right;
}

.testimonial-image-left .avatar,
.testimonial-image-right .avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.testimonial-image-left .content,
.testimonial-image-right .content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.testimonial-item.testimonial-image-center .testimonial-wrapper {
	text-align: center;
}

.testimonial-item.testimonial-image-center .avatar {
	margin: 0 auto;
}

.testimonial-item .avatar {
	margin-bottom: 10px !important;
	max-width: 100%;
	position: relative;
}

.alus-testimonials-shortcode.layout-grid.columns-1 .testimonial-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%
}

.alus-testimonials-shortcode.layout-grid.columns-2 .testimonial-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	width: 50%
}

.alus-testimonials-shortcode.layout-grid.columns-3 .testimonial-item {
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	max-width: 33.33%;
	width: 33.33%
}

.alus-testimonials-shortcode.layout-grid.columns-4 .testimonial-item {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	width: 25%
}

.alus-testimonials-shortcode.layout-grid.columns-5 .testimonial-item {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
	width: 20%
}

.alus-testimonials-shortcode.layout-grid.columns-6 .testimonial-item {
	-ms-flex-preferred-size: 16.66%;
	flex-basis: 16.66%;
	max-width: 16.66%;
	width: 16.66%
}

@media (max-width: 1024px) {
	.alus-testimonials-shortcode.layout-grid.columns-3 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-4 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-5 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-6 .testimonial-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		width: 50%
	}
}

@media (max-width: 767px) {
	.alus-testimonials-shortcode.layout-grid.columns-2 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-3 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-4 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-5 .testimonial-item,
	.alus-testimonials-shortcode.layout-grid.columns-6 .testimonial-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
	}
}

/** End testimonial**/

/* Hover Effect */

.has-hover[class*="image-hover-"] img {
	-webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
	transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s
}

.has-hover.image-hover-zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.has-hover.image-hover-zoom-long img {
	-webkit-transition: -webkit-transform 5s !important;
	transition: -webkit-transform 5s !important;
	transition: transform 5s !important;
	transition: transform 5s, -webkit-transform 5s !important
}

.has-hover.image-hover-zoom-long:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.has-hover.image-hover-zoom-fade:hover img {
	opacity: .7;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.has-hover.image-hover-blur:hover img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.has-hover.image-hover-fade-in img {
	opacity: .7;
}

.has-hover.image-hover-fade-in:hover img {
	opacity: 1;
}

.has-hover.image-hover-fade-out:hover img {
	opacity: .6;
}

.has-hover.image-hover-color img,
.has-hover.image-hover-grayscale:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.has-hover.image-hover-color:hover img,
.has-hover.image-hover-grayscale img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*** 5.Shortcode Banner ***/

.alus-banner-shortcode {
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}

.alus-banner-shortcode .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: -1px;
	right: -1px;
	-webkit-transition: opacity .6s, -webkit-transform .3s;
	transition: opacity .6s, -webkit-transform .3s;
	transition: transform .3s, opacity .6s;
	transition: transform .3s, opacity .6s, -webkit-transform .3s;
	pointer-events: none;
}

@media (max-width: 767px) {
	.alus-banner-shortcode {
		margin-bottom: 30px;
	}
}

.alus-banner-shortcode .alus-banner-content {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.alus-banner-shortcode .alus-banner-content .content {
	position: absolute;
	z-index: 9;
	overflow: hidden;
	line-height: 1;
}

.alus-banner-shortcode.left-top .content {
	left: 10%;
	right: auto;
	top: 10%;
	bottom: auto;
}

.alus-banner-shortcode.left-bottom .content {
	left: 10%;
	right: auto;
	top: auto;
	bottom: 10%;
}

.alus-banner-shortcode.left-center .content {
	left: 10%;
	right: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.alus-banner-shortcode.right-top .content {
	right: 10%;
	left: auto;
	top: 10%;
	bottom: auto;
}

.alus-banner-shortcode.right-bottom .content {
	right: 10%;
	left: auto;
	top: auto;
	bottom: 10%;
}

.alus-banner-shortcode.right-center .content {
	right: 10%;
	left: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.alus-banner-shortcode.center-top .content {
	top: 10%;
	bottom: auto;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.alus-banner-shortcode.center-bottom .content {
	top: auto;
	bottom: 10%;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.alus-banner-shortcode.center-center .content {
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*** End Shortcode Banner ***/

/*** Shortcode Google Map ***/

.google-map-container {
	position: relative !important;
	overflow: hidden;
}

.google-map-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.google-map-content {
	position: absolute;
	z-index: 99;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}

.google-map-content.light,
.google-map-content.light * {
	color: #fff;
}
.google-map-content.top_left{
	right: auto;
	bottom: auto;
	left: 10%;
	top: 10%;
}
.google-map-content.top_right{
	left: auto;
	bottom: auto;
	right: 10%;
	top: 10%;
}
.google-map-content.top_center{
	transform: translateX(-50%);
	left: 50%;
	right: auto;
	bottom: auto;
	top: 10%;
}
.google-map-content.center_left{
	left: 10%;
	right: auto;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
.google-map-content.center_right{
	right: 10%;
	left: auto;
	transform: translateY(-50%);
	top: 50%;
	bottom: auto;
}
.google-map-content.center{
	left: 50%;
	right: auto;
	bottom: auto;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}
.google-map-content.bottom_left{
	left: 10%;
	right: auto;
	top: auto;
	bottom: 10%;
}
.google-map-content.bottom_right{
	left: auto;
	right: 10%;
	top: auto;
	bottom: 10%;
}
.google-map-content.bottom_center{
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	top: auto;
	bottom: 10%;
}

/*** Shortcode button  ***/

.alus-button-shortcode {
	display: inline-block;
}

.alus-button-shortcode a {
	display: inline-block;
	position: relative;
	padding: 12px 20px;
}

.alus-button-shortcode.text-dark a {
	color: #000 !important;
}

.alus-button-shortcode.text-light a {
	color: #fff !important;
}
/*button simple*/

.button-style-simple a {
	background-color: transparent !important;
	border-color: transparent !important;
}
.button-style-simple a{
	background-color: #444;
	-webkit-animation: move-left-to-right 0.5s ease 1s infinite normal forwards;
	-o-animation: move-left-to-right 0.5s ease 1s infinite normal forwards;
	animation: move-left-to-right 0.5s ease 1s infinite normal forwards;
}
@keyframes move-left-to-right{
from{background: transparent !important;
	opacity: 0;
}
to{
	background: #444;
	opacity: 1;
}
}
/*button outline*/
.button-style-outline a {
	border: 2px solid;
	background-color: transparent !important;
}
/*button underline*/
.button-style-underline a {
	background-color: transparent !important;
	border-color: transparent !important;
}

.button-style-underline a:before {
	content: "";
	height: 2px;
	opacity: .3;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 60%;
}

.button-style-underline a:hover:before {
	left: 0%;
	width: 100%;
	opacity: 1;
}

.color-alert a,
.color-alert.button-style-underline a:before {
	background-color: #b20000;
}

.color-success a,
.color-success.button-style-underline a:before {
	background-color: #7a9c59
}

.color-white a,
.color-white.button-style-underline a:before {
	background-color: #fff;
}

.is-xxxlarge a {
	font-size: 2.5em
}

.is-xxlarge a {
	font-size: 2em
}

.is-xlarge a {
	font-size: 1.5em
}

.is-larger a {
	font-size: 1.3em
}

.is-large a {
	font-size: 1.15em
}

.is-small a,
.is-small.button a {
	font-size: .8em
}

.is-smaller a {
	font-size: .75em
}

.is-xsmall a {
	font-size: .7em
}

.is-xxsmall a {
	font-size: .6em
}

@media (max-width: 549px) {
	.is-xxlarge a {
		font-size: 2.5em
	}
	.is-xlarge a {
		font-size: 1.8em
	}
	.is-larger a {
		font-size: 1.2em
	}
	.is-large a {
		font-size: 1em
	}
}

/*** 6.Shortcode Single Image ***/

.alus-single-image-shortcode,
.alus-single-image-shortcode * {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.alus-single-image-shortcode {
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.alus-single-image-shortcode .alus-image-content {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.effect-border-image .effect {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
}

.effect-border-image .effect:after {
	opacity: 0;
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border: 1px solid #fff;
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transition: opacity 100ms ease 0s, -webkit-transform 400ms;
	transition: opacity 100ms ease 0s, -webkit-transform 400ms;
	transition: transform 400ms, opacity 100ms ease 0s;
	transition: transform 400ms, opacity 100ms ease 0s, -webkit-transform 400ms;
	-moz-transition: transform 400ms, opacity 100ms ease 0s;
	-webkit-transition: -webkit-transform 400ms, opacity 100ms ease 0s;
}

.effect-border-image:hover .effect:after {
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transition: opacity 300ms ease 0s, -webkit-transform 500ms;
	transition: opacity 300ms ease 0s, -webkit-transform 500ms;
	transition: transform 500ms, opacity 300ms ease 0s;
	transition: transform 500ms, opacity 300ms ease 0s, -webkit-transform 500ms;
	-moz-transition: transform 500ms, opacity 300ms ease 0s;
	-webkit-transition: -webkit-transform 500ms, opacity 300ms ease 0s;
}

.effect-image .effect:before,
.effect-image .effect:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.effect-image:hover .effect:after {
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	bottom: 50%;
}

.effect-image:hover .effect:before {
	background-color: rgba(255, 255, 255, 0.2);
	right: 50%;
	left: 50%;
}

.effect-background-image .effect:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: inline-block;
	content: "";
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	margin-top: -30px;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}

.effect-background-image:hover .effect:after {
	opacity: 1;
	margin-top: 0;
}

.effect-background-image .effect:before {
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 48px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}

.effect-background-image:hover .effect:before {
	opacity: 1;
	margin-top: 0;
	top: 50%;
}

/*** End Shortcode Single Image ***/

/*** 7.Shortcode Brand Slider ***/

.alus-brand-slider-shortcode {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.alus-brand-slider-shortcode .owl-carousel * {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.alus-brand-slider-shortcode .section-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.alus-brand-slider-shortcode .section-title .section-title-main {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}

.alus-brand-slider-shortcode .owl-carousel .owl-item {
	text-align: center;
}

.alus-brand-slider-shortcode a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.alus-brand-slider-shortcode .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

/*** End Brand Slider ***/

/*** Blog Shortcode ***/

.alus-blogs-shortcode {
	position: relative;
	width: 100%;
	text-align: center;
}

.blogs article:not(.format-gallery) a.blog-image {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.alus-blogs-shortcode .entry-content {
	text-align: left;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #ebebeb;
	position: relative;
	padding: 20px;
	margin-bottom: 5px;
}

.blogs .entry-title {
	font-size: 20px;
	font-weight: 600;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.blogs .entry-title a {
	color: #1e1e1e;
}

.blogs .entry-info {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px dashed #ddd;
}

.blogs .date-time {
	float: left;
	color: #999;
	margin: 0;
	padding: 0;
	position: relative;
}

.blogs .comment {
	float: right;
	color: #999;
	margin: 0;
	padding: 0;
	position: relative;
}

.button-readmore {
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
}

.button-readmore:hover:after {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

.button-readmore:after {
	content: '. . .';
	display: inline-block;
	margin-left: 4px;
	position: absolute;
	right: -20px;
	top: -2px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*** Alus Countdown Shortcode  ***/

.alus-countdown {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.alus-countdown .countdown-timer {
	width: 100%;
}

.alus-countdown .countdown-timer>div {
	text-align: center;
	width: 100px;
	height: 100px;
	padding: 15px 2px 15px 2px;
	background: transparent;
	margin-right: 10px;
	margin-left: 10px;
	color: #444;
	background-color: #444;
	border: none;
	color: #fff;
}

.alus-countdown .countdown-timer>div .number {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
}

.alus-countdown .countdown-timer>div .countdown-meta {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

.alus-countdown.text-light .countdown-timer>div .countdown-meta,
.alus-countdown.text-light .countdown-timer>div .number {
	color: #fff;
}

.alus-countdown.text-light .countdown-timer>div.days {
	background: transparent;
}

.alus-countdown.text-light .countdown-timer>div {
	border-color: #fff;
}

/***  Alus Milestone Shortcode ***/

.alus-counter {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.alus-counter .number {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

body .alus-counter .meta {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.alus-counter.text-light * {
	color: #fff;
}

/* Alus Section Title */
.alus-section-title.bordered{
	justify-content: center;
}
.alus-section-title.bordered .section-title-main *{
	line-height: 1.4;
}
.alus-section-title .before-title{
	margin-bottom: 10px;
	letter-spacing: 0.25px;
}
.alus-section-title .sub-title-des{
	width: 100%;
	text-align: center;
	    letter-spacing: 1.4px;
    color: #999;
}
.alus-section-title {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	    text-align: center;
}
.alus-section-title.default{
	flex-direction: column;
	justify-content: center;
}
.alus-section-title.bordered .section-title-main{
	margin-left: 30px;
	margin-right: 30px;
}

.alus-section-title .sub-title {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.alus-section-title b {
	height: 2px;
	flex-basis: 65px;
	width: 65px;
}

.alus-section-title .section-title-main .font-500 {
	font-weight: 500;
}

.alus-section-title .section-title-main .font-100 {
	font-weight: 100;
}

.alus-section-title .section-title-main .font-200 {
	font-weight: 200;
}

.alus-section-title .section-title-main .font-300 {
	font-weight: 300;
}

.alus-section-title .section-title-main .font-400 {
	font-weight: 400;
}

.alus-section-title .section-title-main .font-600 {
	font-weight: 600;
}

.alus-section-title .section-title-main .font-700 {
	font-weight: 700;
}

.alus-section-title .section-title-main .font-800 {
	font-weight: 800;
}

.alus-section-title .section-title-main .font-900 {
	font-weight: 900;
}

/* section title color bottom */
.alus-section-title.color-bot b{
	display: none;
}
.alus-section-title.color-bot .section-title-main{
	position: relative;
}
.alus-section-title.color-bot .section-title-main:before{
	content: '';
	background: rgba(212, 88, 88, 0.6);
	height: 12px;
	width: 100%;
	left: 30px;
	bottom: 0;
	position: absolute;
}
.alus-section-title.color-bot{
margin-bottom: 15px;
}
/* Product Category Slider */

.alus-product-categories-shortcode{
	position: relative;
}

.alus-product-categories-shortcode.columns-8 .product-category-shortcode {
	width: 12.5%;
}

.alus-product-categories-shortcode.columns-7 .product-category-shortcode {
	width: 14.285%
}

.alus-product-categories-shortcode.columns-6 .product-category-shortcode {
	width: 16.6%
}

.alus-product-categories-shortcode.columns-5 .product-category-shortcode {
	width: 20%;
}

.alus-product-categories-shortcode.columns-4 .product-category-shortcode {
	width: 25%;
}

.alus-product-categories-shortcode.columns-3 .product-category-shortcode {
	width: 33.33333%;
}

.alus-product-categories-shortcode.columns-2 .product-category-shortcode {
	width: 50%;
}

.alus-product-categories-shortcode.columns-1 .product-category-shortcode {
	width: 100%;
}
.alus-product-categories-shortcode.layout-masonry .products{
	margin-left: -15px;
	margin-right: -15px;
}
.alus-product-categories-shortcode.layout-masonry .product-category-shortcode {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.alus-product-categories-shortcode.columns-3 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-4 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-5 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-6 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-7 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-8 .product-category-shortcode{
		width: 50%;
	}
}
@media (max-width: 600px) {
	.alus-product-categories-shortcode.columns-2 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-3 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-4 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-5 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-6 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-7 .product-category-shortcode,
	.alus-product-categories-shortcode.columns-8 .product-category-shortcode{
		width: 100%;
	}
}

.alus-product-categories-shortcode .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
body .alus-product-categories-shortcode .category-content{
	    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    padding: 12px 20px;
    background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
body .alus-product-categories-shortcode .category-content h3 {
	display: inline-block;
	font-size: 14px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.alus-product-categories-shortcode .product-category-shortcode {
	position: relative;
	overflow: hidden;
	visibility: visible;
	pointer-events: visible;
	-webkit-transform: none;
	transform: none;
}

.alus-product-categories-shortcode .product-category-shortcode .category-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
}

.alus-product-categories-shortcode .product-category-shortcode .category-image img {
	width: 100%;
	transition: -webkit-transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.alus-product-categories-shortcode .product-category-shortcode:hover .category-image img {
	transform: scale3d(1.1, 1.1, 1);
	-webkit-transform: scale3d(1.1, 1.1, 1);
}

.alus-product-categories-shortcode .category-image {
	display: block;
	position: relative;
	-webkit-transform: none;
	transform: none;
	overflow: hidden;
}

.alus-product-categories-shortcode .category-description {
	padding: 0 10px;
}

/* 2.2 Shortcode Category */
body .alus-product-categories-shortcode.category-ver-3 .category-content{
	position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 11;
    padding: 10px 20px;
    background: #fff;
    width: calc(100% - 30px);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    text-align: center;
    background: #da9393;
	color: #fff;
	/* opacity: 0.7; */
}
body .alus-product-categories-shortcode.category-ver-3 .category-content p.description{
	margin-bottom: 0;
}
.alus-product-categories-shortcode.category-ver-3 .category-description{
	transform: translateY(100px);
	height: 0;
	
}
.alus-product-categories-shortcode.category-ver-3 .category-content:hover *{
transition: all 1.5s ease;
}
.alus-product-categories-shortcode.category-ver-3 .category-content:hover .category-description{
	transform: translateY(0);
	height: 100%;
	transition: all 1s ease;
	animation: height-transi 2s ease-in-out;
}
@keyframes height-transi{
	from{
		height: 0;
	}
	to{
		height: 100%;
	}
}

/** 3.Shortcode Feature **/

.alus-feature-box {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	padding: 0;
	color: inherit;
	font-size: 100%;
}

.alus-feature-box.icon.center {
	text-align: center;
}

.alus-feature-box.icon.left,
.alus-feature-box.icon.right,
.alus-feature-box.image.feature-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.alus-feature-box.icon.left .feature_icon,
.alus-feature-box.icon.right .feature_icon,
.alus-feature-box.image.feature-vertical .feature_icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.alus-feature-box.icon.right .feature_icon {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.alus-feature-box.icon.right .feature_content {
	text-align: right;
	padding-right: 15px;
}

.alus-feature-box.icon.left .feature_content {
	padding-left: 15px;
}

.alus-feature-box.icon.left .feature_content,
.alus-feature-box.icon.right .feature_content,
.alus-feature-box.image.feature-vertical .feature_content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.alus-feature-box .feature_icon {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 25px;
}

.alus-feature-box .feature-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
}

.alus-feature-box.image {
	text-align: center;
}

.alus-feature-box.image .feature_content {
	padding: 15px 10px 10px 10px;
}

.alus-feature-box.image.overlay .feature_content {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	max-width: 100%;
}

.alus-feature-box.image.overlay .feature_content a {
	color: #fff;
}

.alus-feature-box .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: -1px;
	right: -1px;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: opacity .6s, -webkit-transform .3s;
	transition: opacity .6s, -webkit-transform .3s;
	transition: transform .3s, opacity .6s;
	transition: transform .3s, opacity .6s, -webkit-transform .3s;
	pointer-events: none;
}

.alus-feature-box.image.feature-label .feature_content {
	position: absolute;
	width: auto;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #ebebeb;
}
/* Icon Style Small */
.alus-feature-box.small-icon .feature_icon{
	margin-bottom:0;
	font-size: 20px;
}
.alus-feature-box.small-icon .feature_info{
	margin-bottom: 15px;
}
/* Icon Style Medium */
.alus-feature-box.medium-icon .feature_icon{
	margin-bottom:0;
	font-size: 30px;
}
.alus-feature-box.medium-icon .feature_info{
	margin-bottom: 25px;
}
/* Icon Style Square */
.alus-feature-box.square-icon .feature_icon{
	padding: 40px;
	border:1px solid;
	
}
.alus-feature-box.square-icon .feature_info{
	/* margin-bottom: 15px; */
}
/* Icon Style Circle */
.alus-feature-box.circle-icon .feature_icon{
	padding: 40px;
	border:1px solid;
	border-radius: 999px;
	position: relative;
	width: 130px;
	height: 130px;
	z-index: 1;
}
.alus-feature-box.circle-icon .feature_icon i{
	transform: translateX(0);
	z-index: 4;
}
.alus-feature-box.circle-icon .feature_icon:before{
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	content: '';
	background:#fff;
	border:1px dashed;
	border-radius: 999px;
	z-index: 0;
}
.alus-feature-box.circle-icon .feature_icon:after
{
	content: '';
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	background:repeating-linear-gradient(45deg, #6dab3c, transparent 100px);
	z-index: -1;
	position: absolute;
}
.alus-feature-box.circle-icon .feature_icon:hover:after{
	animation: spin-icon 5s infinite linear .2s;
}
@keyframes spin-icon{
	from{
		transform: rotate(0deg);
		
	}
	to{
		transform: rotate(360deg);
	}
}
.alus-feature-box.circle-icon .feature_info{
	/* margin-bottom: 15px; */
}

/* Shortcode Images Gallery */

.alus-images-shortcode.layout-grid .images-gallery,
.alus-images-shortcode.layout-masonry .images-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
}

.alus-images-shortcode .images-gallery-item {
	text-align: center;
}

.alus-images-shortcode.layout-grid,
.alus-images-shortcode.layout-masonry {
	margin-left: -10px;
	margin-right: -10px;
}

.alus-images-shortcode.layout-grid .images-gallery-item,
.alus-images-shortcode.layout-masonry .images-gallery-item {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.alus-images-shortcode.layout-grid.columns-1 .images-gallery-item,
.alus-images-shortcode.layout-masonry.columns-1 .images-gallery-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%
}

.alus-images-shortcode.layout-grid.columns-2 .images-gallery-item,
.alus-images-shortcode.layout-masonry.columns-2 .images-gallery-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	width: 50%
}

.alus-images-shortcode.layout-grid.columns-3 .images-gallery-item,
.alus-images-shortcode.layout-masonry.columns-3 .images-gallery-item {
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	max-width: 33.33%;
	width: 33.33%
}

.alus-images-shortcode.layout-grid.columns-4 .images-gallery-item,
.alus-images-shortcode.layout-masonry.columns-4 .images-gallery-item {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	width: 25%
}

.alus-images-shortcode.layout-grid.columns-5 .images-gallery-item,
.alus-images-shortcode.layout-masonry.columns-5 .images-gallery-item {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
	width: 20%;
}

.alus-images-shortcode.layout-grid.columns-6 .images-gallery-item,
.alus-images-shortcode.layout-masonry.columns-6 .images-gallery-item {
	-ms-flex-preferred-size: 16.66%;
	flex-basis: 16.66%;
	max-width: 16.66%;
	width: 16.66%;
}
.alus-images-shortcode.layout-masonry.columns-6.masonry-v1 .images-gallery-item{
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
}
@media (max-width: 1024px) {
	.alus-images-shortcode.layout-grid.columns-3 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-3 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-4 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-4 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-5 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-5 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-6 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-6 .images-gallery-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		width: 50%
	}
}

@media (max-width: 767px) {
	.alus-images-shortcode.layout-grid.columns-2 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-2 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-3 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-3 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-4 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-4 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-5 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-5 .images-gallery-item,
	.alus-images-shortcode.layout-grid.columns-6 .images-gallery-item,
	.alus-images-shortcode.layout-masonry.columns-6 .images-gallery-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
	}
}
@media (min-width: 769px){
	.alus-images-shortcode.layout-masonry.columns-6.masonry-v1 .images-gallery-item{
		    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
}
@media (min-width: 576px){
	.alus-images-shortcode.layout-masonry.columns-6.masonry-v1 .images-gallery-item{
	    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}
}
/* Shortcode Mega Menu */

.alus-mega-menu-shortcode .widgettitle {
	font-size: 18px;
	text-transform: uppercase;
	padding: 12px 20px;
	color: #fff;
	font-weight: 600;
}

.alus-mega-menu-shortcode .widgettitle:before {
	content: "\f0c9";
	font-family: "FontAwesome";
	margin-right: 10px;
}

.mega-menu-wg {
	position: relative;
	border: 1px solid #e5e5e5;
}

/* Shortcode Products */

.alus-product-shortcode.is-grid .meta-slider>.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.alus-product-shortcode .countdown-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -20px;
}

.alus-product-shortcode .countdown-timer>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.alus-product-shortcode .load-more-wrapper {
	text-align: center;
	margin-top: 20px;
}

.alus-product-shortcode .load-more-wrapper a {
	border-radius: inherit;
	padding: 12px 20px;
	text-transform: uppercase;
}

.alus-product-shortcode.is-slider .alus-products {
	width: auto !important;
}
.alus-product-shortcode{
	margin: -10px -15px;
	position: relative;
}
.alus-product-shortcode.is-slider{
	margin:0;
}
.alus-products .alus-product .short-description:not(.list){
	transform: translateY(-50px) translateZ(0);
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
		padding: 10px 10px 20px;
		left: 0;
		opacity: 0;
		transition: 0.3s ease-in-out;
	
}
.alus-products .alus-product:hover .short-description:not(.list){
	opacity: 1;
	transform: translateY(-30px) translateZ(0);
}
.woocommerce .alus-product.product .item-information{
	z-index: 12;
}
.woocommerce .alus-products .alus-product.product{
	overflow: visible !important;
}
.is-product-ver2 .products .owl-item{
	padding-bottom: 40px;
}
/* product is grid Loadmore */

.alus-product-shortcode .load-more-wrapper a{
display: flex;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 10px !important;
    border: 2px solid #e3e7e8;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(0);
	transform: translateX(0);
	margin:0 auto;
	background: transparent;
}
.alus-product-shortcode .load-more-wrapper a:before{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    opacity: 0;
    color: transparent;
    background: #111;
    content: ".";
    -webkit-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}
.alus-product-shortcode .load-more-wrapper a:after{
        position: absolute;
    z-index: -2;
    top: -2px;
    left: 7px;
    width: 100px;
    height: 100px;
    border: 2px solid #e3e7e8;
    border-radius: 50%;
    opacity: 1;
    content: "";
}
.alus-product-shortcode .load-more-wrapper a:hover:before{
opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.alus-product-shortcode .load-more-wrapper a:hover:after{
opacity: 0;
}
.alus-product-shortcode .load-more-wrapper a.loading{
	color: #fff;
	opacity: 1;
}
.alus-product-shortcode .load-more-wrapper a.loading:before{
	animation: load_mmore_products 0.6s linear infinite;
	opacity: 1;
	border:0;
}
.alus-product-shortcode .load-more-wrapper a.loading::after{
	opacity: 0;
}

@keyframes load_mmore_products {

	from {
		transform:scale(0);
		
	}
	to {
		transform: scale(1);
		
	}
}
@-webkit-keyframes load_mmore_products {
 from {
		transform:scale(0);
		
	}
	to {
		transform: scale(1);
		
	}
}


/* Product Style */
/*Product overlay*/
.product-style-shortcode.is-overlay .item-information {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	z-index: 9;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	color: #fff;
}
.product-style-shortcode.is-overlay .alus-product:hover>.images>div.alus-add-to-cart{
	display: none;
}
.product-style-shortcode.is-overlay .color-swatches{
	padding-top: 15px;
}
.product-style-shortcode.is-overlay .item-information .product-name a {
	color: #fff;
}

.product-style-shortcode.is-overlay:not(.is-shade) .images>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: -1px;
	right: -1px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-transition: opacity .6s, -webkit-transform .3s;
	transition: opacity .6s, -webkit-transform .3s;
	transition: transform .3s, opacity .6s;
	transition: transform .3s, opacity .6s, -webkit-transform .3s;
	pointer-events: none;
	z-index: 9;
}

.product-style-shortcode.is-shade .images>a:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	background: -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(33%, rgba(50, 50, 50, 0)));
	background: linear-gradient(to top, #323232 0%, rgba(50, 50, 50, 0) 33%);
	opacity: .3;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 9;
}

.product-style-shortcode.is-overlay .images .alus-product-buttons {
	display: none;
}

.product-style-shortcode.is-overlay .item-information .alus-product-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 5px;
}

.product-style-shortcode.is-overlay .item-information .alus-product-buttons>div {
	margin-left: 5px;
	margin-right: 5px;
}

.product-style-shortcode.is-overlay .item-information .alus-product-buttons>div a {
	font-size: 0;
	width: 35px;
	height: 35px;
	border: none !important;
	background-color: #333;
	display: block;
	color: #fff;
	font-weight: normal;
}

.product-style-shortcode.is-overlay .item-information .alus-product-buttons>.clear {
	display: none;
}

.product-style-shortcode.is-overlay .item-information .alus-product-buttons>div a i,
.product-style-shortcode.is-overlay .item-information .alus-product-buttons>div a:before {
	font-size: 14px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

/* Product Style(Vertical)*/

.product-style-shortcode.is-vertical .alus-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
	position: relative;
}

.product-style-shortcode.is-vertical .item-information,
.product-style-shortcode.is-vertical .star-rating {
	text-align: left;
	margin-left: 0;
}
.alus-product-shortcode.product-style-shortcode.is-vertical .countdown-timer{
	position: absolute;
	right: 0;
	bottom: 30px;
	max-width: 290px;
}
.alus-product-shortcode.product-style-shortcode.is-vertical .products .product h3{
margin: 20px 0;
}
.alus-product-shortcode.product-style-shortcode.is-vertical .products .product h3 >a{
font-size: 18px;
}
.woocommerce .product-style-shortcode.is-vertical div.product span.price{
font-size: 16px;
}
.woocommerce .product-style-shortcode.is-vertical div.product .color-swatches{
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-top: 15px;
}
/* Label */

.product-style-shortcode.is-label .item-information {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px 20px 20px;
	z-index: 9;
	background-color: #fff;
	width: 90%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin: 10% 0;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-style-shortcode.is-label .images .alus-product-buttons {
	display: none;
}

/* Badge */
.product-style-shortcode.is-badge .alus-product:hover>.images>div.alus-add-to-cart{
	z-index: 9999;
}
.product-style-shortcode.is-badge .item-information {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px 20px 20px;
	z-index: 9;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin: 10% 0;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-style-shortcode.is-badge .images .alus-product-buttons {
	display: none;
}

/* Push */

.product-style-shortcode.is-push .alus-product {
	text-align: center;
	
}

.product-style-shortcode.is-push .item-information {
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 85%;
	margin: -15%;
	z-index: 2;
	box-shadow: -1px 2px 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}

/* Products Deals */
.alus-products-deals-shortcode.alus-product-shortcode .countdown-timer {
	margin-top: 10px;
}
.alus-products-deals-shortcode .product-gallery-images ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
}

.alus-products-deals-shortcode .product-gallery-images ul li {
	margin-right: 10px;
}

.woocommerce .alus-products-deals-shortcode div.alus-product {
	max-width: inherit;
}

body .alus-product-categories-shortcode.category-ver-2  .category-content{
background: transparent;
    box-shadow: none;
    left: 10%;
    top: auto;
    bottom: 10%;
        transform: translate(-10%,-10%);
       padding: 0;
}
body .alus-product-categories-shortcode.category-ver-2 .category-content h3{
	font-size: 20px !important;
}
.alus-section-title.section-h4{
	margin-bottom: 15px;
}
.alus-section-title.section-h4 b{
	display: none;
}
.alus-blogs-shortcode .sum-entry{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.alus-blogs-shortcode .sum-entry *{
	/*padding:0 10px;*/
}
.alus-blogs-shortcode.blog-ver2 .entry-content{
border: 0;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.alus-blogs-shortcode.blog-ver2 .entry-content .entry-title{
order: 2;
margin-top: 15px;
text-align: center;
}
.alus-blogs-shortcode.blog-ver2 .entry-content .sum-entry{
order: 1;
}
.alus-blogs-shortcode.blog-ver2 .entry-content .entry-info{
order: 3;
border-top: 0;
margin-top: 0;
padding-top: 7px;
text-align: justify;
    text-align-last: center;
    color: #999;
}
.alus-blogs-shortcode.blog-ver2 .button-readmore:after{
	    content: '';
    top: auto;
    bottom: 0;
    opacity: 1;
    width: 120px;
    height: 1px;
    background: #999;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    right: auto;
}
.alus-blogs-shortcode.blog-ver2 .entry-content a.button-readmore{
order: 4;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.alus-blogs-shortcode.blog-ver2 .entry-content .sum-entry >div{
	position: relative;
	padding: 0 10px;
}
.alus-blogs-shortcode.blog-ver2 .entry-content .sum-entry >div:not(:first-child):before{
	content: '';
	height: 13px;
	width: 1px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #999;
}
.alus-blogs-shortcode.blog-ver2 .owl-nav{
z-index: -1;
}
.alus-blogs-shortcode.blog-ver2 .blogs .entry-title a{
text-transform: uppercase;
font-size: 18px;
}
.alus-blogs-shortcode.blog-ver2 .vcard.author{
float: none;
margin-right: 0;
}
.feature-bor.alus-feature-box{
	margin-top: 0;
	align-items: center !important;
	    border: 1px solid #ebebeb;
	    padding-left: 20px;
}
.alus-feature-box.image.feature-bor .feature_content{
	padding: 25px 5px 15px 25px;
    text-align: left;
}
.alus-feature-box.feature-bor .feature-title{
	font-weight: normal;
}
.alus-feature-box.feature-bor .feature-title a{
	font-size: 18px;
    font-weight: bold;
}
.is-product-ver2 .images .alus-product-buttons{
background-color: transparent;
top: 0;
right: 0;
    -webkit-transform: unset;
    transform: unset;
    z-index: 10;
    -webkit-box-shadow:unset;
    box-shadow:unset;
}
.is-product-ver2 .alus-product>.images .alus-product-buttons .alus-compare,
.is-product-ver2 .alus-product>.images .alus-product-buttons .alus-quickview{
	opacity: 0;
	-webkit-transform: translateX(-70px);
    transform: translateX(-70px);
}
.is-product-ver2 .alus-product:hover>.images .alus-product-buttons .alus-compare,
.is-product-ver2 .alus-product:hover>.images .alus-product-buttons .alus-quickview{
	opacity: 1;
	-webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease;
}
.is-product-ver2 .alus-product:hover>.images .alus-product-buttons .alus-quickview{
	transition: all .7s ease;
}
.alus-product-shortcode.is-grid .meta-slider>.products{
	align-items: flex-start;
}
.set-loadmore .alus-product-shortcode .load-more-wrapper{
margin-top: 0;
}
@media only screen and (max-width: 1199px){
	.testimonial{
		margin-left: 0;
		margin: 0;
	}
}

/*Mobile Footer*/

.mobile-footer{
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.mobile-footer >div{
	padding: 12px 0;
	flex-basis: 20%;
	text-align: center;
	font-size: 16px;
	color: #444;
}
.mobile-footer >div.mobile-promotion{
	flex-basis: 40%;
	background-color: #ce5959;
	position: relative;
}
.mobile-footer >div.mobile-promotion a{
	color: #fff;
	font-size: 18px;
}
.mobile-footer >div.mobile-promotion:before{
	    content: '';
    border: 18px solid transparent;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 11px solid #fff;
    border-bottom: 33px solid #fff;
}
.mobile-footer .header-wishlist .count-wl:before,
.mobile-footer .header-wishlist .count-wl:after
{
content: '';
}
.mobile-footer .header-wishlist .count-wl
{
    position: absolute;
    top: -10px;
    color: #fff;
    background: #ce5959;
    border-radius: 999px;
    padding: 0 7px;
}
.mobile-footer a.tini-wishlist
{
position: relative;
padding: 0;
}
.mobile-footer .alus-account .login-btn a{
padding: 0;
}
.mobile-footer .header-wishlist:before{
content: '';
    width: 0px;
    border: 0;
}
.mobile-footer .alus-account .login-btn a i{
padding-right: 8px;
}
span.wl-footer{
	display: none !important;
}
.mobile-footer span.wl-footer{
	display: inline !important;
}
.mobile-footer .wishlist_count::before{
	content: '(';
}
.mobile-footer .wishlist_count::after{
	content: ')';
}
@media (min-width: 1199px){
	.mobile-footer{
		display: none !important;
	}
}
@media (max-width:991px){
	.mobile-footer a.tini-wishlist{
		font-size: 13px;
	}
}
@media (max-width: 480px){
	.mobile-footer .wishlist_count::before,
	.mobile-footer .wishlist_count::after{
		content: '';
	}
	.mobile-footer span.wl-footer{
		font-size: 0;
		display:none !important;
	}
	.mobile-footer .wishlist_count{
		position: absolute;
    top: -10px;
    left: 20px;
    width: 22px;
    height: 24px;
    background: #ce5959;
    border-radius: 999px;
    color: #fff;
	}
	.mobile-footer a.tini-wishlist .text-wl,
	.mobile-footer .alus-account .login-btn a span{
		font-size: 0;
	}
	.mobile-footer .header-wishlist a:before,
	.mobile-footer .alus-account .login-btn a i{
		font-size: 20px;
	}
	.mobile-footer .header-wishlist .count-wl{
		left: 16px;
	}
	.mobile-footer a.tini-wishlist{
		top: 4px;
	}
	.mobile-footer .alus-account .login-btn a{
		position: relative;
		top: 4px;
	}
	.mobile-footer >div{
		flex-basis: 16%;
	}
	.mobile-footer >div.mobile-promotion{
		flex-basis: 50%;
	}
}
/* Shortcode Light Box */
.alus-light-box{
	display: flex;
	position: relative;
}

.alus-light-box .light-box-image{
position: relative;
}

.alus-light-box .light-box-content{
position: absolute;
    top: 60px;
	margin-left: 0;
	padding: 30px;
}
.light-box-title{
	font-size: 18px;
	margin-bottom: 10px;
}
.light-box-info{
	font-size: 72px;
	line-height: 82px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 44px;
}
.light-box-button a{
	    padding: 14px 45px;
    font-size: 17px;
    position: relative;
	display: inline-block;
	z-index: 3;
}
.light-box-button a:hover:after,
.light-box-button a:hover span{
	transform: translate3d(-2px,-2px,0);
}
.light-box-button a::after{
	content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border: 3px solid #111;
	position: absolute;
	transition: transform .3s cubic-bezier(.19,1,.22,1);
}
.light-box-button a::before{
	content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 0;
    top: 0;
    background: transparent;
    border: 3px solid #111;
    position: absolute;
	z-index: -1;
	margin:4px;
}
.light-box-button a span{
	position: relative;
	z-index: 2;
	transition: transform .3s cubic-bezier(.19,1,.22,1);
	display:inline-block;
}
.light-box-button a:hover span{
	color: #fff;
}

@media (max-width:480px){
	.light-box-info{
		font-size: 60px;
		line-height: 72px;
		letter-spacing: 0;
	}
	.alus-light-box .light-box-content{
		margin-left: 0;
		padding: 15px;
	}
}
.light_box_image img{
	transform: scale(1);
	transition: all 0.6s ease;
}
.light_box_image:hover img{
	transform: scale(1.04);
}
/* default */
.alus-light-box.default{
	justify-content: center;
}
.alus-light-box.default .light-box-content{
	text-align: center;
}
/* Shortcode Light Box _ left */
.alus-light-box.light-box-left .light-box-content{
	    position: absolute;
    top: 30px;
    margin-left: 0;
    padding: 120px 60px;
    width: 60%;
    left: calc(50% - 135px );
	background: #fff;
	box-shadow: -5px 9px 10px -10px rgba(0, 0, 0, 0.11)
}
.alus-light-box.light-box-left .light-box-image{
width: 50%;
}
@media (max-width:991px){
	.alus-light-box.light-box-left .light-box-content{
		padding: 80px 40px;
		width: 56%;
		left: calc(50% - 40px);
		
	}
	.light-box-left .light-box-info{
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 0;
	}
	.alus-light-box.light-box-left .light-box-image{
		width: 70%;
	}
}
@media (max-width:480px){
	.alus-light-box.light-box-left .light-box-content{
		padding: 80px 15px;
    width: 100%;
    left: 0;
    position: relative;
    padding-top: 0;
	}
	.alus-light-box.light-box-left .light-box-image{
		width: 100%;
	}
	.alus-light-box.light-box-left{
		display: block;
	}
}
/* shortcode light box right */

.alus-light-box.light-box-right{
justify-content: flex-end;
}
.alus-light-box.light-box-right .light-box-content{
	text-align: right;
	padding: 120px 60px;
    width: 60%;
    right: calc(50% - 135px );
	background: #fff;
	box-shadow: 6px 8px 10px -10px rgba(0, 0, 0, 0.15);
}
@media (max-width:480px){
	.alus-light-box.light-box-right .light-box-content{
	padding: 80px 15px;
    width: 100%;
    right:0;
    position: relative;
    padding-top: 0;
	}
	.alus-light-box.light-box-right .light-box-image{
		width: 100%;
	}
	.alus-light-box.light-box-right{
		display: block;
	}
}
/* light box absolute */
.alus-light-box.light-box-absolute{
	justify-content: flex-end;
}
.alus-light-box.light-box-absolute .light-box-content{
	left: 0;
	padding: 0;
	padding-right: 40px;
}
.light-box-absolute .light-box-info{
font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 44px;
}
.light-box-absolute .light-box-title{
	font-size: 16px;
    margin-bottom: 20px;
}

/* light box only Button */
.alus-light-box.light-box-only-button {
	position: relative;
}
.alus-light-box.light-box-only-button .light-box-content{
	top: auto;
	bottom: 0;
}
@media (max-width:1024px){
	.alus-light-box.light-box-absolute .light-box-content{
		left: 30px;
		padding-right: 0;
	}
}







/* button slider */
.btn-slide{
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: hsl(236, 32%, 26%);
  
}

.btn-slide::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fc2f70;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
  border-radius: 30px;
}

.btn-slide:hover {
  cursor: pointer;
  color: #fff;
}

.btn-slide:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}


/* Template Menu Left */
.page-template-menu-left #footer{
	margin-top: 0;
}
.menu-left-main{
		padding: 0 15px;
	}
	.layout-left-menu{
		z-index: 2;
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
		padding-right: 15px;
		z-index: 339;
	}
	.layout-left-content:before{
		height: 100%;
		content: '';
		width: 100%;
		position: absolute;
		box-shadow: -7px 2px 10px rgba(0,0,0,.06);
		left:0;
		top: 0;
		background: #fff;
		z-index: -1;
	}
	
	
	/* search */
	.layout-left-menu .alus-header-search .select-category{
		display: none;
	}
	.layout-left-menu .alus-header-search .alus_search_products{
		position: relative;
	}
	.layout-left-menu .alus-header-search .search-submit{
		position: absolute;
		right: 0;
		top: 0;
	}
	.layout-left-menu .alus-header-search .alus-live-search-results{
		right: 2px;
		z-index: 99;
	}
	.layout-left-menu .alus-list-products{

	}
	/* menu */
	.layout-left-menu  .navigation-wrapper ul.menu{
		display: flex !important;
		flex-direction: column;
	}
	body .layout-left-menu  .navigation-wrapper .main-navigation .menu>li a{
		padding-left: 0;
		font-weight: 600;
		position: relative;
	}
	.layout-left-menu  .main-navigation .item-level-0.menu-item-has-children>a:before{
		  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
	}
	.layout-left-menu  .main-navigation .item-level-0.menu-item-has-children>a:hover:before,
	.layout-left-menu .main-navigation .item-level-0.menu-item-has-children.current-menu-ancestor>a:before,
	.layout-left-menu .main-navigation .item-level-0.menu-item-has-children.current-menu-parent>a:before
	{
		transform-origin: bottom left;
  transform: scaleX(1);
	}
	.header-cart-left{
		margin-top: 40px;
	}
	 .layout-left-menu  .main-navigation .item-level-0.menu-item-has-children>a:after{
		 margin-left: 4px;
    	font-weight: 600;
	}
	.layout-left-menu .sub-menu-dropdown{
		left: 100%;
		top: 0;
	}
	/* cart */
	.layout-left-menu .cart-total_v2,
	.layout-left-menu .alus-header-cart .alus_cart{
		    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	}
	.header-cart-left >div{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header-cart-left >div.header-account{
		margin-left: 0;
		z-index: 99;
	}
	.header-cart-left >div.header-account .alus-account .has-dropdown{
		right: auto;
		left: 0;
	}
	.header-cart-left .header-currency ul,
	.header-cart-left .header-language ul ul{
		left: 0;
		right: auto;
		margin-left: 0;
	}
	body .header-cart-left .alus-header-cart .alus-shoppping-cart .has-dropdown{
		right: auto;
	left: 0;
	z-index: 999;
	}
	/* layout left content */

	.layout-left-content .top-bar{
		background: #111;
    color: #fff;
    padding: 15px 0;
    font-size: 1.1em;
	}

	@media (min-width:1700px){
		.layout-left-menu .alus-header-search{
			padding-right: 15px;
		}
		.layout-left-content:before{
			left: -30px;
		}
		.layout-left-menu{

		padding-right: 30px;
	}
}
	@media (max-width:1400px){
		.layout-left-menu .sub-menu-dropdown{
			left: calc(100% + 0px);
		}
		.layout-left-menu .site-branding{
			padding: 1.5em 0;
		}
		.layout-left-menu .search-form-wrapper-meta.item-information{
			text-align: center;
		}
		.layout-left-menu .search-form-wrapper-image{
			max-width: 100px;
			    margin: 0 auto;
		}
		.layout-left-menu .alus-list-products{
			max-height: 60vh;
		}
			.layout-left-menu .alus-list-products li{
				flex-direction: column;
			}
	}
	@media (min-width:1025px){
	.menu-left-sticky.is-sticky.sticky-header{
		display: none !important;
	}
	.layout-left-menu .header-left-wrapper{
		display: none;
	}
	
}
@media (max-width:1024px){
	body .layout-left-menu  .navigation-wrapper .main-navigation .menu>li a{
		padding-left: 12px;
	}
	.col-md-2.layout-left-menu{
		width: 100% !important;
		box-shadow: 0 0 8px rgba(0,0,0,0.15);

	}
	
	.col-md-10.layout-left-content{
		width: 100% !important;
	}
	.layout-left-menu .alus-header-search,
	.layout-left-menu .main-navigation {
		display: none
	}
	.header-cart-left >div{
		display: none;
	}
	.header-cart-left >div.alus-header-cart{
		display: block;
	}
	.layout-left-menu{
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
		justify-content: space-between;
	}
	.layout-left-menu >div{
		width: auto;
	}
	.header-cart-left{
		margin-top: 0;
	}
	.layout-left-menu .site-branding{
		padding: 0;
	}
	.layout-left-menu  .mobile-nav{
			min-width: 90px;
	}
}

.admin-bar .login-form-off-canvas,
.admin-bar .cart-popup{
top: 30px;
}

/* Shortcode LookBook */
/*hostpost*/
 .alus-image-wrapper {
    position: absolute;
}
.alus-image-hotspot-hotspots {
    position: relative;
}
.alus-image-hotspot-img {
    width: 100%;
}
.hotspot-content-text {
	
}
.hotspot-content{
	position: absolute !important;
    width: 250px;
    left: 0;
    top: 0;
    background: #fff;
    padding: 15px;
    z-index: 16;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform:translate3d(20px,55px,0);
	padding-bottom: 25px;
	border-radius: 7px;
	transition: all 0.6s ease-in-out;
}
.hotspot-content.hotspot-dropdown-right{
	left: auto;
	right: 0;
}
.hotspot-action-hover .alus-image-wrapper:hover .hotspot-content,
.hotspot-action-click .hotspot-content.choose{
	opacity: 1;
	visibility: visible;
		transform:translate3d(0,40px,0);
	transition: all 0.8s ease-in-out;
}
.alus-image-wrapper:hover  .hotspot-btn{
	color: #fff;
	background: #da9393;
}
.hotspot-product .star-rating{
	position: relative;
    line-height: 16px;
    height: 16px;
    text-align: center;
    float: none;
        margin: 20px auto 3px;
	    font-size: 11px;
    letter-spacing: 2px;
    width: 69px;
    color: red;
    display: block;
    font-family: star;
        overflow: hidden;
}
.hotspot-content-title{
	line-height: 24px;
}
.hotspot-product .star-rating span{
	    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
        position: relative;
    z-index: 1;
    overflow: hidden;
}
.hotspot-product .star-rating span::before{
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.hotspot-product .star-rating::before{
	content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.hotspot-product .price del,
.hotspot-product .price ins
{
	padding: 0 5px;
}
.hotspot-btn{
	    height: auto;
    cursor: pointer;
    width: auto;
    background: rgba(255,255,255,1);
    border-radius: 999px;
	position: relative;
	border:3px solid #da9393;
	font-weight: bold;
	border-radius: 999px;
	padding: 7px 10px;
}
.alus-image-wrapper:before{
	content: '';
    width: 10px;
    height: 10px;
    background: #da9393;
    position: absolute;
    left: 2px;
    top: 2px;

}
.alus-image-wrapper:hover .price-btn ins span{
color: #fff;
}
h3.hotspot-content-title  >a{
    font-size: 1.1125rem;
	line-height: 1.4;
	font-weight: bold;
}
h3.hotspot-content-title {
    margin-top:15px;
    margin-bottom: 5px;
}
/* add cart */
.add-to-cart-hospot{
	display: block;
	margin-top: 15px;
}
.add-to-cart-hospot a{
	padding: 5px 10px;
    background: #da9393;
	color: #fff;
	display: inline-block;
}
.wedding-design h3{
	 font-size: 1.1125rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.wedding-design p{
text-align: center;
display: inline-block;
}
.vc_row[data-vc-full-width].h10-look{
	overflow: visible;
}
@media (max-width:991px){
	.price-btn del .woocommerce-Price-amount{
		display: none;
	}
	.hotspot-content.hotspot-dropdown-left{
		left: -30px;;
	}
}
/*end hostpost*/

/*single product 360*/
.product-360-view{
	z-index: 9;
    position: absolute;
	transform: translateX(0);
	left: 70px;
    bottom: 20px;
}
.product-360-view a{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 40px;
    padding: 10px;
    background: #fff;
    border-radius: 999px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-360-popup .threesixty,
.mfp-content .product-360-popup{
	max-width: 800px;
	margin: 0 auto;
}

/** Breadcrumb */
