/** COMMON STYLE **/
.iw-clear_both {
    clear: both;
}
.center-text{
    text-align: center;
}
.right-text{
    text-align: right;
}
.left-text{
    text-align: left;
}
/** END COMMON STYLE **/

/* Owl carousel style */
.owl-nav-default .owl-nav > div {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-left: 34px;
	color: #c5c5c5;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.owl-nav-default .owl-nav > div:hover {
	background: #000000;
	color: #ffffff;
}
.owl-nav-default .owl-dots {
	margin-top: 5px;
	text-align: center;
}
.owl-nav-default .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	background: transparent;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-nav-default .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	border: 2px solid #869791;
	margin: 5px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-nav-default .owl-dots .owl-dot.active span,
.owl-nav-default .owl-dots .owl-dot:hover span {
	background-color: #869791;
	border-color: #869791;
}
/* End Owl carousel style */

/* Heading */
.iw-heading .iwh-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 8px;
    position: relative;
}
.iw-heading .iwh-title.yes span {
    display: inline-block;
    position: relative;
    line-height: 1em;
    padding-top: 15px;
}
.iw-heading .iwh-title.yes span:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    top: 0;
    left: 0;
    background: #000000;
}
.iw-heading .iwh-description {
    font-size: 18px;
}
/* End Heading */

/* Free Text */
.iw-free-text.simple{
    font-weight: bold;
}
.iw-free-text.simple > span{
    position: relative;
}
.iw-free-text.simple > span:before{
    border-top: 1px solid #000;
    content: "";
    width: 20px;
    position: absolute;
    top: -8px;
    left: 0;
}
.iw-free-text.free__no-simple{
    position: relative;
}
.iw-free-text.style1{
    text-transform: uppercase;
}
.iw-free-text.free__no-simple .text-top{
    margin-bottom: 2px;
}
.iw-free-text.free__no-simple .text{
    display: block;
    font-weight: 300;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0.2em;
}
.iw-free-text.free__no-simple .text-discount{
    font-weight: 900;
    font-size: 70px;
    color: #efb00b;
    display: inline-block;
    clear: both;
    line-height: 1em;
}
.iw-free-text.free__no-simple:not(.style1) .text-discount{
    line-height: 70px;
}
.iw-free-text.free__no-simple .text-bottom{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.26em;
    display: inline-block;
}
.iw-free-text .link_internal{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* simple */
.iw-free-text.simple .link_internal{
	display: inline-block;
}

/*style 1*/
.iw-free-text.free__no-simple.style1 .text{
    display: block;
    margin-right: 5px;
}

/*style 2*/
.iw-free-text.free__no-simple.style2 {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 45px 0 0;
    text-align: right;
}
.iw-free-text.free__no-simple.style2 .text-top {
    display: inline-block;
}
.iw-free-text.free__no-simple.style2 .text-top .text {
    display: inline-block;
    margin: 0 0 8px;
}
.iw-free-text.free__no-simple.style2 .text-discount{
    font-size: 48px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;

}
.iw-free-text.free__no-simple.style2 .text-bottom {
    display: block;
    margin: 0 -10px 0 0;
}

/* style 4 */
.iw-free-text.free__no-simple.style4 .text {
    display: inline-block;
    margin-right: 0;
    text-align: left;
}
.iw-free-text.free__no-simple .text-discount {
    font-size: 74px;
    line-height: 74px;
}
.iw-free-text.free__no-simple.style4 .text-bottom {
    display: block;
}
.iw-free-text.free__no-simple.style4 .link_internal {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-top: 32px;
}

/* style5 */

.iw-free-text.free__no-simple.style5 {
    position: relative;
    padding: 15px;
}
.iw-free-text.free__no-simple.style5 .text {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
}
.iw-free-text.free__no-simple.style5 .text-discount {
    font-size: 74px;
    font-weight: 700;
    line-height: 74px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 12px;
}
.iw-free-text.free__no-simple.style5 .text-discount:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
}
.iw-free-text.free__no-simple.style5 .text-bottom {
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 10px;
}

/* End Free Text */

/* Free Image */
.iw-free-image {
    position: relative;
}
.iw-free-image .item-image-box{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.iw-free-image .item-image-box img.size-full{
    width: 100%;
}
.iw-free-image .item-image-box .item-block-detail{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #FFFFFF;
    padding: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    width: fit-content;
}
/* Style 2 */
.iw-free-image.style2 .item-image-box a.item-block-detail {
    background: none;
    text-transform: uppercase;
    position: absolute;
    top: 55px;
    left: 55px;
    text-align: right;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.iw-free-image__bk-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    background-color: rgba( 170,185,230,0.9 );
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.iw-free-image:hover .iw-free-image__bk-hover {
    opacity: 1;
    visibility: visible;
}
.iw-free-image__bk-hover .iw-free-image__heading {
    position: absolute;
    bottom: 70px;
    right: 75px;
    font-size: 24px;
    color: #ffffff;
    line-height: 1em;
    margin: 0;
    width: 200px;
}
.iw-free-image__bk-hover .link-icon {
    position: absolute;
    top: 45px;
    left: 50px;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.iw-free-image__bk-hover .link-icon:hover {
    background-color: #f26522;
    color: #ffffff;
}
/* End Free Image */

/* Posts */
.iw-posts .iw-posts-title{
    text-transform: uppercase;
    margin-bottom: 45px;
}
.iw-posts.style1 .post-item{
    position: relative;
    margin-bottom: 22px;
}
.iw-posts.style1 .post-item:last-child{
    margin-bottom: 0;
}
.iw-posts.style1 .date-box{
    position: absolute;
    left: 0;
    top: 0;
}
.iw-posts.style1 .post-day{
    font-size: 60px;
    font-weight: bold;
    color: #ebebeb;
    line-height: 1;
}
.iw-posts.style1 .post-month{
    font-weight: bold;
    color: #f26522;
    line-height: 1;
    position: absolute;
    top: auto;
    left: 16px;
    bottom: 8px;
}
.iw-posts.style1 .post-info{
    padding-left: 102px;
}
.iw-posts.style1 .post-meta{
    color: #9fa4af;
    font-size: 12px;
    font-weight: 600;
}
.iw-posts.style1 .post-title{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.iw-posts.style1 .post-title a{
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*style 2*/
.iw-posts.style2 .post-item{
    position: relative;
    margin-bottom: 22px;
}
.iw-posts.style2 .col-sm-6:nth-child(odd) .post-item{
    padding-right: 100px;
}
.iw-posts.style2 .col-sm-6:nth-child(even) .post-item{
    margin-left: 100px;
}
.iw-posts.style2 .date-box{
    position: absolute;
    left: 0;
    top: 0;
}
.iw-posts.style2 .post-day{
    font-size: 60px;
    font-weight: bold;
    color: #ebebeb;
    line-height: 1;
}
.iw-posts.style2 .post-month{
    font-weight: bold;
    color: #f26522;
    line-height: 1;
    position: absolute;
    top: auto;
    left: 16px;
    bottom: 8px;
}
.iw-posts.style2 .post-info{
    padding-left: 102px;
}
.iw-posts.style2 .post-meta{
    color: #9fa4af;
    font-size: 12px;
    font-weight: 600;
}
.iw-posts.style2 .post-title{
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.iw-posts.style2 .post-title a{
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.iw-posts.style2 .post-desc {
    font-size: 15px;
    margin-bottom: 10px;
}
.iw-posts.style2 .read-more a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* End Posts */

/* Posts Slider */
.iw-posts-slider .post-item {
    margin-bottom: 30px;
}
.iw-posts-slider .post-item .port-image {
    margin-bottom: 20px;
}
.iw-posts-slider .post-item .post-meta {
    font-size: 12px;
    color: #9fa4af;
    font-weight: 600;
}
.iw-posts-slider .post-item .post-title {
    font-size: 18px;
    color: #c2c2c2;
    font-weight: 700;
    margin: 0;
}
.iw-posts-slider .post-item .post-title a {
    color: #c2c2c2;
}
.iw-posts-slider .owl-nav {
    margin: 10px 0 30px;
}
.iw-posts-slider .owl-nav-default .owl-nav > div {
    margin: 0 25px 0 0;
}
.iw-posts-slider .owl-dots {
    margin-top: 5px;
}
.iw-posts-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.iw-posts-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border: 2px solid #869791;
    margin: 5px 10px 5px 0;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.iw-posts-slider .owl-dots .owl-dot.active span,
.iw-posts-slider .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: #ffffff;
}
/* End Posts Slider */

/* Collection Full Section */
.collection {
    position: relative;
    background: #ecfcfc;
}
.collection .phone-number{
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    position: absolute;
    margin-top: 115px;
}
.collection .phone-number i{
    width: 40px;
    height: 40px;
    background: #fff568;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 50px;
    color: #000;
}
.collection .phone-number .phone_number{
    color: #000;
}
.collection .image-product{
    height: 745px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.collection a.collection-link{
    position: relative;
}
.collection a.collection-link:before{
    content: '';
    height: 1px;
    width: 20px;
    background: #000;
    position: absolute;
    top: -10px;
    left: 0;
}
.collection .collection-trending{
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    position: absolute;
    right: 0;
    margin-top: -660px;
}
.collection .collection-footer-left{
    position: absolute;
    bottom: 50px;
    margin-left: 100px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.collection .collection-footer-left:after {
    content: '';
    height: 1px;
    width: 30px;
    background: #000;
    position: absolute;
    top: 15px;
    right: -50px;
}
.collection .collection-footer-right{
    position: absolute;
    bottom: 50px;
    right: 0;
    margin-right: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #898989;
}
/* End Collection Full Section */

/* Text Rotate */
.text-rotate{
    position: absolute;
	width: fit-content;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.text-rotate i{
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    color: #000;
}
.text-rotate .text{
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin-left: 15px;
    display: inline-block;
    position: relative;
}
.text-rotate .text.yes-line:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000000;
    top: 14px;
    right: -42px;
}
/* End Text Rotate */

/* Text position */
.text-position{
    position: absolute;
    padding-right: 20px;
    display: inline-block;
}
.text-position.style2{
    position: relative;
}
.text-position.style2:after {
    content: '';
    height: 1px;
    width: 30px;
    background: #000;
    position: absolute;
    right: -35px;
    top: 15px
}
/* End Text position */
/* Image Background */
.image-background{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* End Image Background */
/* Social Link */
.elementor-element .widget-social-link ul li{
    list-style: none;
    float: left;
    width: 33.33333333%;
    padding: 0;
}
.elementor-element .widget-social-link ul li a{
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #464646;
}
/* End Social Link */
/* Video Block */
.video_block{
    text-align: center;
    padding: 200px 50px 200px 50px;
}
.video_block a.video_play{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #f26522;
    border-radius: 50%;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}
.video_block .video_info .video_title{
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}
.video_block .video_info .video_sub_title{
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
/* End Video Block */
/*Mail chimp*/
.iw-mailchimp.style1 .widget-title{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 55px;
}
.iw-mailchimp.style1 .form-title{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 5px;
}
.iw-mailchimp.style1 .form-description{
    color: #898989;
    margin-bottom: 40px;
}
.iw-mailchimp .mc4wp-form-fields input {
    margin-right: 20px;
}
.iw-mailchimp .mc4wp-form-fields input:last-child {
    margin-right: 0;
}
.iw-mailchimp.center .mc4wp-form-fields input:last-child {
    margin: 0 0 20px;
}
.iw-mailchimp input[type='text'], .iw-mailchimp input[type='email'], .iw-mailchimp input[type='number'],
.iw-mailchimp input[type='password'], .iw-mailchimp input[type='tel'], .iw-mailchimp input[type='url']{
    color: #000;
    background-color: #eef4f7;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 20px;
    min-width: 320px;
    height: 40px;
    border: none;
    font-size: 11px;
    outline: none;
    margin-bottom: 20px;
}
.iw-mailchimp.style1.center input[type='text'], .iw-mailchimp.style1.center input[type='email'], .iw-mailchimp.style1.center input[type='number'],
.iw-mailchimp.style1.center input[type='password'], .iw-mailchimp.style1.center input[type='tel'], .iw-mailchimp.style1.center input[type='url'] {
    margin: 0 0 20px;
}
.iw-mailchimp.style1 input[type='text']::-webkit-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='text']::-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='text']:-ms-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='text']:-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='email']::-webkit-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='email']::-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='email']:-ms-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='email']:-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='number']::-webkit-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='number']::-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='number']:-ms-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='number']:-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='password']::-webkit-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='password']::-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='password']:-ms-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='password']:-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='tel']::-webkit-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='tel']::-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='tel']:-ms-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='tel']:-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='url']::-webkit-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='url']::-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='url']:-ms-input-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp.style1 input[type='url']:-moz-placeholder{
    color: #a1a1a1;
}
.iw-mailchimp input[type='submit']{
    border: none;
    height: 40px;
    min-width: 170px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-right: 0;
}
/*style 2*/
.iw-mailchimp.style2 .anchor--container{
    position: relative;
    padding-right: 40px;
    display: inline-block;
}
.iw-mailchimp.style2 .anchor__text {
    font-weight: 600;
    margin-top: -8px;
}
.iw-mailchimp.style2 .anchor--container::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: 100%;
    top: 50%;
    background-color: #898989;
}
.iw-mailchimp.style2 .form-title{
    margin: -16px 0 0;
}
.iw-mailchimp.style2 .form-description {
    line-height: 22px;
}
.iw-mailchimp.style2 input[type='text'],
.iw-mailchimp.style2 input[type='email'],
.iw-mailchimp.style2 input[type='number']{
    min-width: 300px;
}
.iw-mailchimp.style2 input[type='submit']{
    min-width: unset;
}
.iw-mailchimp.style2 .mc4wp-form{
    display: block;
    text-align: right;
}
/* Style 3 */
.iw-mailchimp.style3 form .mc4wp-form-fields {
    position: relative;
    display: inline-block;
    width: auto;
}
.iw-mailchimp.style3 form .mc4wp-form-fields:after {
    content: "\f28a";
    font-family: Ionicons;
    position: absolute;
    top: 5px;
    right: 50px;
    font-size: 16px;
    color: #000000;
    z-index: 2;
}
.iw-mailchimp.style3 form .mc4wp-form-fields input[type="email"] {
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 20px;
    background: #eef4f7;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    color: #a1a1a1;
    opacity: 1;
    width: 100%;
    max-width: 300px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}
.iw-mailchimp.style3 form .mc4wp-form-fields input[type="email"]::placeholder {
    color: #a1a1a1;
    opacity: 1;
    text-transform: uppercase;
}
.iw-mailchimp.style3 form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    text-transform: uppercase;
}
.iw-mailchimp.style3 form .mc4wp-form-fields input[type="email"]::-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    text-transform: uppercase;
}
.iw-mailchimp.style3 form .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    width: 60px;
    height: 40px;
    border: none;
    background: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    z-index: 4;
}
/* End Style 3 */
/*End Mail chimp*/

/*Contact Infomation*/
.iw-contact-info.style1 .contact-address{
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 24px;
}
.iw-contact-info.style1 .contact-email, .iw-contact-info.style1 .contact-phone{
    font-weight: bold;
    color: #9fa4af;
}
.iw-contact-info.style1 .contact-email > span, .iw-contact-info.style1 .contact-phone > span{
    min-width: 60px;
    display: inline-block;
}
.iw-contact-info.style1 .contact-email a, .iw-contact-info.style1 .contact-phone a{
    color: #000;
}
.iw-contact-info.style1 .contact-socials{
    margin-top: 25px;
}
.iw-contact-info.style1 .contact-socials a{
    font-weight: 600;
    color: #9fa4af;
    width: 100px;
    display: inline-block;
    font-size: 12px;
}
/*End Contact Infomation*/

/*Contact Form 7*/
.iw-contact-form-7.style1 .form-title{
    font-weight: 600;
    font-size: 16px;
    margin-top: 33px;
    margin-bottom: 32px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form input[type="url"]{
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 0 25px;
    height: 40px;
    width: 372px;
    font-size: 13px;
}
.wpcf7-form-control-wrap{
    margin-bottom: 20px;
    display: inline-block;
}
span.wpcf7-not-valid-tip{
    padding-left: 25px;
}
.wpcf7-form textarea{
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 15px 25px;
    width: 372px;
    font-size: 13px;
}
.wpcf7-form input[type="submit"]{
    background-color: #000;
    font-weight: bold;
    padding: 0 55px;
    border-radius: 20px;
    height: 40px;
    line-height: 1;
}

.wpcf7-form input::-webkit-input-placeholder{
    color: #a1a1a1;
}
.wpcf7-form input::-moz-placeholder{
    color: #a1a1a1;
}
.wpcf7-form input:-ms-input-placeholder{
    color: #a1a1a1;
}
.wpcf7-form input:-moz-placeholder
{
    color: #a1a1a1;
}
.iw-contact-form-7.style1 div.wpcf7-validation-errors, .iw-contact-form-7.style1 div.wpcf7-acceptance-missing{
    margin: -20px 0 0 0;
}
.iw-contact-form-7.style1 .wpcf7-form p,
.iw-contact-form-7.style1 .wpcf7-form input[type="submit"] {
    margin: 0;
}

/*style 2*/
.iw-contact-form-7.style2 .form-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 17px;
}
.iw-contact-form-7.style2 .form-description{
    font-size: 15px;
    color: #898989;
    font-style: italic;
    text-align: center;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 45px;
}
.iw-contact-form-7.style2 span.wpcf7-form-control-wrap{
    width: 100%;
    margin-bottom: 38px;
}
.iw-contact-form-7.style2 input[type="text"], .iw-contact-form-7.style2 input[type="email"], .iw-contact-form-7.style2 input[type="url"], .iw-contact-form-7.style2 input[type="tel"],
.iw-contact-form-7.style2 input[type="number"]{
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0 0 10px;
    font-size: 14px;
    width: 100%;
    color: #000;
}

.iw-contact-form-7.style2 input::-webkit-input-placeholder{
    color: #9fa4af;
}
.iw-contact-form-7.style2 input::-moz-placeholder{
    color: #9fa4af;
}
.iw-contact-form-7.style2 input:-ms-input-placeholder{
    color: #9fa4af;
}
.iw-contact-form-7.style2 input:-moz-placeholder
{
    color: #9fa4af;
}
.iw-contact-form-7.style2 textarea{
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px;
    height: 170px;
}
.iw-contact-form-7.style2 textarea::-webkit-input-placeholder{
    color: #9fa4af;
}
.iw-contact-form-7.style2 textarea::-moz-placeholder{
    color: #9fa4af;
}
.iw-contact-form-7.style2 textarea:-ms-input-placeholder{
    color: #9fa4af;
}
.iw-contact-form-7.style2 textarea:-moz-placeholder
{
    color: #9fa4af;
}
.iw-contact-form-7.style2 input[type="submit"]{
    margin-top: 30px;
    height: 50px;
    font-size: 14px;
    border-radius: 25px;
}
/*End Contact Form 7*/

/*Funfact*/
.iw-funfact .number-wrapper{
    font-size: 36px;
    font-weight: 300;
    color: #000;
}
.iw-funfact .funfact-title{
    font-size: 12px;
    font-weight: 400;
    color: #9fa4af;
    text-transform: uppercase;
    margin-top: 10px;
}
/*End Funfact*/


/* ----- Product Categories ----- */
.iw-categories .heading-block {
    position: relative;
    padding-right: 50px;
}
.iw-categories .heading-block:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    top: 0;
    left: 0;
    background: #000000;
}
.iw-categories .heading-block .title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 2px;
}
.iw-categories .heading-block .desc {
    font-size: 18px;
}
.iw-categories .items .item {
    position: relative;
}
.iw-categories .items .item .cat-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    transition: 300ms;
}
.iw-categories .items .item .cat-name a {
    color: #000000;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.iw-categories .items .item .count-product {
    font-size: 12px;
    font-weight: 500;
    color: #9fa4af;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.iw-categories .items .item .bg-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.iw-categories .items .item:hover .bg-image {
    opacity: 1;
}
.iw-categories .items .strike_cat_name a{
    position: relative;
}
.iw-categories .items .strike_cat_name a:before,
.iw-categories .items .strike_cat_name a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    top: 50%;
    margin-top: -0.5px;
    background: #fff;
}
.iw-categories .items .strike_cat_name a:before{
    left: -2.5px;
}
.iw-categories .items .strike_cat_name a:after{
    right: 2.5px;
    background: #fff;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.iw-categories .items .strike_cat_name a:hover:before {
    background: #fff;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.iw-categories .items .strike_cat_name a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}


/*style 1*/
.iw-categories.style1 .items .item{
    background: #ffffff;
    padding: 15px 0;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.iw-categories.style1 .items .item:hover {
    padding-left: 20px;
    padding-right: 20px;
}
.iw-categories.has-item-shadow .items .item:hover {
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/*style 2*/
.iw-categories.style2 .items .item {
    padding: 15px 0;
    transition: 300ms;
}
.iw-categories.style2 .items .item:hover {
    padding: 15px 20px;
}
.iw-categories.has-item-shadow.style2 .items .item:hover,
.iw-categories.has-item-shadow.style3 .items .item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.iw-categories.style2 .items .item:hover .bg-image,
.iw-categories.style3 .items .item:hover .bg-image {
    opacity: 0;
}

/*style 4*/
.iw-categories.style4 .item {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
}

.iw-categories.style4 .item .ele-image {
	margin-right: 16px;
}

.iw-categories.style4 .item .ele-image img {
	width: auto;
}

.iw-categories.style4 .item .ele-content_info .cat-name {
	margin-bottom: 6px;
}

.iw-categories.style4 .iw-element-cats_carousel .owl-nav{
	text-align: center;
	margin-top: 15px;
}
.iw-categories.style4 .iw-element-cats_carousel .owl-nav > div{
	margin: 0 10px;
}

/* ----- End Product Categories ----- */

/* ----- Product Filter -----*/
.iw-product-filter.no-posts .owl-stage{
    width: 100% !important;
}

.iw-product-filter.no-posts .owl-item{
    width: 100% !important;
    text-align: center;
}
.iw-product-filter.no-posts .no-post-message{
    text-transform: uppercase;
    margin-top: -15px;
}

/* Style 1 */
.iw-product-filter .iw-list-categories {
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
.iw-product-filter.layout1 .iw-list-categories,
.iw-product-filter.layout2 .iw-list-categories {
    width: calc(100% - 200px);
}
.iw-product-filter .iw-list-categories:after {
    content: "";
    display: table;
    clear: both;
}
.iw-product-filter .title-block {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    display: inline-block;
}
.iw-product-filter.layout1 .title-block {
    display: inline-block;
    padding: 0 50px 0 0;
}
.iw-product-filter.layout5 .title-block {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-right: 40px;
}
.iw-product-filter.layout3 .iw-list-categories,
.iw-product-filter.layout4 .iw-list-categories,
.iw-product-filter.layout6 .iw-list-categories {
    text-align: center;
}
.iw-product-filter.layout2 .iw-cat-product-filter,
.iw-product-filter.layout3 .iw-cat-product-filter,
.iw-product-filter.layout4 .iw-cat-product-filter,
.iw-product-filter.layout6 .iw-cat-product-filter {
    padding-top: 10px;
}
.iw-product-filter.layout1 .iw-cat-product-filter {
    display: inline-block;
}
.iw-product-filter.layout5 .iw-cat-product-filter {
    float: right;
}
.iw-product-filter .title-block.show-line:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    top: 0;
    left: 0;
    background: #000000;
}
.iw-product-filter .iw-cat-product-filter .iw-nav-cat-filter {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
    z-index: 9;
}
.iw-product-filter .iw-cat-product-filter .iw-nav-cat-filter li {
    display: inline-block;
    list-style: none;
    padding-right: 40px;
    float: none;
}
.iw-product-filter.layout3 .iw-cat-product-filter .iw-nav-cat-filter li,
.iw-product-filter.layout4 .iw-cat-product-filter .iw-nav-cat-filter li,
.iw-product-filter.layout6 .iw-cat-product-filter .iw-nav-cat-filter li {
    padding: 0 20px;
}
.iw-product-filter.layout5 .iw-cat-product-filter .iw-nav-cat-filter li {
    padding: 0 40px 0 0;
}
.iw-product-filter .iw-cat-product-filter.right .iw-nav-cat-filter li {
    padding-right: 0;
    padding-left: 40px;
}
.iw-product-filter .iw-cat-product-filter .iw-nav-cat-filter li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9fa4af;
    padding-top: 0;
    padding-bottom: 0;
}
.iw-product-filter .iw-cat-product-filter .iw-nav-cat-filter li a:hover,
.iw-product-filter .iw-cat-product-filter .iw-nav-cat-filter li.active a {
    color: #000000;
}
.iw-product-filter.style1 .iw-cat-product-filter.display-block{
    width: 100%;
    padding-top: 10px;
}
.iw-product-filter .iw-products {
    position: relative;
}
.iw-product-filter .iw-products.opacity .iw-product-content {
    opacity: 0.5;
}
.iw-product-filter .auto-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.iw-product-filter .auto-loading.auto-loading-active {
    display: block;
}
.iw-product-filter .owl-carousel .owl-item {
    padding: 15px 15px 40px;
}
.iw-product-filter .product-item .content-wrap {
    padding: 25px 30px;
    position: relative;
}
.iw-product-filter .owl-item:hover .content-wrap {
    background: #ffffff;
    box-shadow: 0 0 15px 3.44px rgba(150, 176, 203, 0.17);
    -webkit-box-shadow: 0 0 15px 3.44px rgba(150, 176, 203, 0.17);
}
.iw-product-filter .product-item .wc-link-detail {
    display: block;
}
.iw-product-filter .product-item .product-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.iw-product-filter .product-item .product-image img {
    width: auto;
    margin: 0 auto;
    transition: 500ms;
}
.iw-product-filter .image-hover {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-transition: opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18);
    -webkit-transition: opacity .5s ease,-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
    transition: opacity .5s ease,-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
    transition: opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18);
    transition: opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18),
    -webkit-transform 2s cubic-bezier(0,0,.44,1.18);
}
.iw-product-filter .product-image:hover .image-hover {
    opacity: 1;
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}
.iw-product-filter .product-image.yes-gallery:hover > img {
    opacity: 0 !important;
}
.iw-product-filter .product-item .product-image .product-gallery {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.iw-product-filter .owl-item:hover .product-image .product-gallery {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.iw-product-filter .product-item .product-image .product-gallery img {
    display: inline-block;
    max-height: 40px;
    width: auto;
    padding: 0 10px;
}
.iw-product-filter .product-item .onsale-label {
    position: absolute;
    top: 24px;
    right: 50px;
    font-size: 12px;
    color: #f68e56;
    text-transform: uppercase;
    font-weight: 700;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.iw-product-filter .product-item .attribute-name {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9fa4af;
    letter-spacing: 1px;
}

.iw-product-filter .product-item .product-info,
.iw-product-filter .product-item .button-action {
    padding: 25px 0 0;
}
.iw-product-filter .owl-item:hover .product-info {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}
.iw-product-filter .product-item .button-action {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 100%;
    left: 0;
    padding: 0 30px 25px;
    display: none;
}
.iw-product-filter .owl-item:hover .button-action {
    display: block;
    opacity: 1;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 15px 2px rgba(150, 176, 203, 0.17);
    -webkit-box-shadow: 0 10px 15px 2px rgba(150, 176, 203, 0.17);
}
.iw-product-filter .product-item .product-name {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin: 4px 0;
    letter-spacing: 1px;
}
.iw-product-filter .product-item .product-name a {
    color: #000000;
}
.iw-product-filter .product-item .price-box {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}
.iw-product-filter .product-item .price-box ins{
    text-decoration: none;
}
.iw-product-filter .product-item .button-action .images-variation {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.iw-product-filter .product-item .button-action .images-variation .item-image {
    float: left;
    text-align: center;
	width: 60px;
}
.iw-product-filter .product-item .button-action .images-variation img {
    max-height: 50px;
    width: auto;
    margin: 0 auto;
}
.iw-product-filter .product-item .button-action .add_to_cart_button,
.iw-product-filter .product-item .button-action .product_type_variable,
.iw-product-filter .product-item .button-action .product_type_simple {
    display: inline-block;
    float: left;
    font-size: 11px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none !important;
    background: transparent;
}
.iw-product-filter .product-item .button-action .added_to_cart.wc-forward {
    float: left;
    padding-left: 5px;
}
.iw-product-filter .product-item .button-action .link-wishlist {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    outline: none !important;
}
.iw-product-filter .product-item .button-action .compare-button {
    float: right;
    position: relative;
    width: 18px;
    height: 28px;
    line-height: 28px;
    margin-left: 12px;
    margin-bottom: 0 !important;
}
.iw-product-filter .product-item .button-action .compare-button a {
    font-size: 0;
    display: block;
}
.iw-product-filter .product-item .button-action .compare-button a:after {
    content: "\f074";
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    font-size: 18px;
    color: #000000;
    line-height: 29px;
}
.iw-product-filter .product-item .quick-view {
    margin-right: 12px;
}
.iw-product-filter.layout1 .iw-products .owl-nav,
.iw-product-filter.layout2 .iw-products .owl-nav {
    position: absolute;
    width: 1170px;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: right;
}
.iw-products.nav__position-top .owl-nav{
    padding-right: -17px;
}
.iw-product-filter .btn-all-products {
    text-align: center;
    margin: 15px 0 30px;
}
.iw-product-filter .btn-all-products a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    line-height: 18px;
}
.iw-product-filter .btn-all-products.browse_all-style1 a{
    letter-spacing: 2px;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    padding: 0 35px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}
.iw-product-filter .btn-all-products.browse_all-style2 a{
    letter-spacing: 2px;
    position: relative;
    line-height: 32px;
}
.iw-product-filter .btn-all-products.browse_all-style2 a:after{
    position: absolute;
    content: '';
    top: -6px;
    width: 20px;
    height: 1px;
    background: #000;
    left: 0;
}
.iw-product-filter.layout3 .iw-products .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    margin: -20px 0 60px;
    text-align: center;
}
.iw-product-filter.layout3 .iw-products .owl-nav-default .owl-nav > div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 17px;
}
.iw-product-filter.layout5 .iw-products .owl-nav,
.iw-product-filter.layout6 .iw-products .owl-nav {
    text-align: center;
    margin: 50px 0 60px;
}
.iw-product-filter.layout6 .iw-products .owl-nav-default .owl-nav > div,
.iw-product-filter.layout5 .iw-products .owl-nav-default .owl-nav > div {
    margin: 0 17px;
}
.iw-product-filter.layout4 .iw-products .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
.iw-product-filter.layout4 .iw-products .owl-nav > div.owl-prev{
    left: 15px;
}
.iw-product-filter.layout4 .iw-products .owl-nav > div.owl-next{
    right: 15px;
}
.iw-product-filter.layout3 .iw-products .owl-nav-default .owl-nav > div{
    box-shadow: none;
    color: #707070;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.iw-product-filter.layout3 .iw-products .owl-nav-default .owl-nav > div:hover{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 34.2px 3.8px rgba(150, 176, 203, 0.31);
    box-shadow: 0px 0px 34.2px 3.8px rgba(150, 176, 203, 0.31);
    color: #000;
}
.iw-product-filter .iw-products.nav__position-bottom .owl-dots .owl-dot {
    display: inline-block;
}
.iw-product-filter.layout6 .iw-products .owl-nav-default .owl-nav > div:hover {
    background: #f7941d;
}

/* End Style 1 */

/* Style 7 */
.iw-product-filter.layout7 .iw-products .owl-nav{
	position: absolute;
	top: 50%;
	right: -200px;
	left: auto;
	width: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.iw-product-filter.layout7 .iw-products .owl-nav-default .owl-nav > div:hover{
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 34.2px 3.8px rgba(150, 176, 203, 0.31);
	box-shadow: 0px 0px 34.2px 3.8px rgba(150, 176, 203, 0.31);
	color: #000;
}
.iw-product-filter.layout7 .iw-products .owl-nav-default .owl-nav > div {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	transition: all 0.4s ease-in-out;
	margin: 21px 0;
}
.iw-product-filter.layout7 .iw-products .owl-nav-default .owl-nav > div {
	box-shadow: none;
	color: #707070;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.iw-product-filter.layout7 .product-item .button-action,
.iw-product-filter.layout7 .product-item .product-info{
	background: transparent;
}
/* End Style 7 */

/* ----- End Product Filter ----- */

/* ----- Custom Product Slider ----- */
.iw-custom-product-slider .owl-carousel {
    z-index: 2000;
}
.iw-custom-product-slider .product-item-slider .content-top {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    height: 700px;
}
.elementor-section .elementor-container{
    width: 100%;
}
.iw-custom-product-slider .content-top .content-item {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
}
.iw-custom-product-slider .content-top .content-item .sub-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.iw-custom-product-slider .content-top .content-item .title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    color: #ffffff;
    margin: 5px 0 35px;
}
.iw-custom-product-slider .content-top .content-item .link-item {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}
.iw-custom-product-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 135px;
    padding: 0 45px;
}
.iw-custom-product-slider .owl-nav > div {
    display: inline-block;
    padding: 0 15px;
    font-size: 30px;
    color: #ffffff;
    float: left;
}
.iw-custom-product-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 35px;
    padding: 0 265px 0 0;
}
.iw-custom-product-slider .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    float: left;
}
.iw-custom-product-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    margin: 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 0.6;
}
.iw-custom-product-slider .owl-dots .owl-dot.active span,
.iw-custom-product-slider .owl-dots .owl-dot:hover span{
    background: #ffffff;
    opacity: 1;
}
.iw-video-html .iw-video {
    position:relative;
    display:inline-block;
    overflow: hidden;
}
.iw-video-html video{
    width:100%;
    display:block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.iw-custom-product-slider .iw-video-html .button-play-video {
    display: table;
    padding: 30px 0 30px 270px;
    color: #ffffff;
    float: left;
}
.iw-custom-product-slider .iw-video-html .button-play-video a.btn {
    display: inline-block;
    float: left;
    padding: 0;
    font-size: 30px;
    color: #ffffff;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 1;
}
.iw-custom-product-slider .iw-video-html .button-play-video label {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 30px;
}
.iw-video-html .close-popup {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:none;
    bottom: 10px;
    font-size: 30px;
    color:#fff;
    position:absolute;
    right: -30px;
    background: #000000 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none !important;
}
.iw-video-html .close-popup:hover {
    border:none;
    color:#fff;
}
.iw-video-html .modal .iw-modal-dialog{
    margin:0 auto;
    top:calc(50% - 50px);
    transform:translateY(-50%);
    width:100%;
    max-width:800px;
    position:relative;
}
.iw-video-html .video iframe{
    width:1000px;
    height:566px;
    border:none;
}
/* ----- End Custom Product Slider ----- */

/* ----- Testimonial ----- */
.iw-testimonial .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.iw-testimonial .avatar img {
    width: 100%;
}
.iw-testimonial .member-info {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.iw-testimonial .member-info .testi-content {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    position: relative;
    margin-bottom: 20px;
}
.iw-testimonial .member-info .testi-name-position {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.iw-testimonial .member-info .testi-name-position > div {
    display: inline-block;
}
.iw-testimonial .member-info .testi-name-position .testi-name {
    color: #000000;
}
.iw-testimonial .owl-nav-default .owl-nav {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.iw-testimonial .owl-nav-default .owl-nav > div {
    margin: 0 12px;
}
.iw-testimonial .owl-nav-default .owl-dots{
    text-align: center;
}
.iw-testimonial .owl-nav-default .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.iw-testimonial .owl-nav-default .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border: 2px solid #869791;
    margin: 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.iw-testimonial .owl-nav-default .owl-dots .owl-dot.active span,
.iw-testimonial .owl-nav-default .owl-dots .owl-dot:hover span{
    background: #869791;
}
.iw-testimonial.style3 .testimonial-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.iw-testimonial.style3 .testimonial-item .avatar-info {
    margin-right: 50px;
}

/*style 1*/
.iw-testimonial.style1 .avatar{
    margin: 0 auto 30px;
}

/*style 2*/
.iw-testimonial.style2{
    position: relative;
}
.iw-testimonial.style2.has-dots .testimonial-item{
    padding-right: 40px;
}
.iw-testimonial.style2 .testimonial-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.iw-testimonial.style2 .avatar-info{
    padding-right: 150px;
    position: relative;
}
.iw-testimonial.style2 .avatar-info:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    background: #898989;
    right: 0;
    top: 8px;
}
.iw-testimonial.style2 .member-info{
    margin-left: 100px;
    text-align: left;
}
.iw-testimonial.style2 .owl-nav-default .owl-dots{
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    right: 0;
}

/* Stile 4 */
.iw-testimonial.style4 .testimonial-item {
    margin-bottom: 52px;
}
.iw-testimonial.style4 .member-info .testi-content {
    font-size: 18px;
    font-weight: 700;
    color: #c2c2c2;
    line-height: 28px;
    margin-bottom: 22px;
}
.iw-testimonial.style4 .member-info .info-bottom {
    text-align: left;
}
.iw-testimonial.style4 .member-info .avatar {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.iw-testimonial.style4 .member-info .avatar img {
    width: 100%;
}
.iw-testimonial.style4 .member-info .info-bottom .testi-name-position {
    padding-left: 70px;
    padding-top: 6px;
}
.iw-testimonial.style4 .member-info .testi-name-position .testi-name,
.iw-testimonial.style4 .member-info .testi-name-position .testi-position {
    color: #ffffff;
}
.iw-testimonial.style4 .owl-nav-default .owl-nav {
    margin-top: 5px;
    text-align: inherit;
}
.iw-testimonial.style4 .owl-nav-default .owl-nav > div {
    margin: 0 25px 0 0;
}
.iw-testimonial.style4 .owl-nav-default .owl-dots {
    text-align: inherit;
}
.iw-testimonial.style4 .owl-nav-default .owl-dots .owl-dot span {
    margin: 5px 10px 5px 0;
}

/* ----- End Testimonial ----- */

/* ----- Sale Block ----- */
.iw-sale-block .title-sale span {
    line-height: 1em;
}
.iw-sale-block.style1 {
    background: #f5f6f8;
}
.iw-sale-block.style1 .content-wrap {
    position: relative;
}
.iw-sale-block.style1 .content {
    position: relative;
    z-index: 2;
}
.iw-sale-block.style1 .title-sale .title {
    display: inline-block;
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 300;
    color: #010101;
    letter-spacing: 6px;
}
.iw-sale-block.style1 .sale {
    display: inline-block;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 700;
    color: #efb00b;
    letter-spacing: 10px;
}
.iw-sale-block.style1 .sub-title {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 40px;
    background: #000000;
    letter-spacing: 10px;
    margin-top: 5px;
}
.iw-sale-block.style1 .image {
    position: absolute;
    height: 100%;
    width: 500px;
    top: 0;
    left: 40%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.iw-sale-block.style1 .button-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.iw-sale-block.style1 .button-link a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
}
.iw-sale-block.style1 .button-link a i {
    display: inline-block;
    margin-left: 10px;
}
/* Style 2 */
.iw-sale-block.style2 .content-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.iw-sale-block.style2 .content-wrap .content{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iw-sale-block.style2 .content-wrap .content .title-sale {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.iw-sale-block.style2 .content-wrap .content .title-sale.show-border {
    border-bottom: 1px solid #fff;
}
.iw-sale-block.style2 .content-wrap .content .title-sale .title{
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
}
.iw-sale-block.style2 .content-wrap .content .title-sale .sale {
    font-size: 74px;
    font-weight: bold;
    display: block;
}
.iw-sale-block.style2 .content-wrap .content .sub-title{
    letter-spacing: 15px;
    font-size: 18px;
    line-height: 1.7em;
    position: relative;
    font-weight: 600;
    display: inline-block;
}
/* Style 2 */
/* ----- End Sale Block ----- */


/* ----- About Us ----- */
.iw-element--about-us .anchor--container{
    position: relative;
    padding-right: 40px;
    display: inline-block;
}
.iw-element--about-us .anchor--container .anchor__text {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
}
.iw-element--about-us .anchor--container::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    top: 14px;
    right: -50px;
    margin-top: -0.5px;
    background-color: #898989;
}
.iw-element--about-us .about-us__title{
    margin: -10px 0 0;
}
.iw-element--about-us .about-us__desc{
    line-height: 22px;
    font-size: 12px;
    color: #e1e1e1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*----- End #About Us -----*/

/* ----- Carousel Picks ----- */
.element-iw-carousel-picks{
    position: relative;
}
.element-iw-carousel-picks .iw-cap__title{
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-bottom: 55px;
}
.element-iw-carousel-picks .iw-ca-item{
    position: relative;
    padding-bottom: 20px;
}
.element-iw-carousel-picks .iw-ca-item .iw-ca-content{
    margin-bottom: 120px;
    align-items: center;
}
.element-iw-carousel-picks .iw-ca-item .ele-content{
    margin-right: 70px;
    position: relative;
    z-index: 2;
}
.element-iw-carousel-picks .iw-ca-item .ele-image{
    width: 370px;
    height: 520px;
    float: right;
    margin-left: 70px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    box-shadow: 0px 83px 103px 0px rgba(150, 176, 203, 0.26);
    -webkit-box-shadow: 0px 83px 103px 0px rgba(150, 176, 203, 0.26);
}
.element-iw-carousel-picks .iw-ca-item .ele-image.has-overlay:before{
    position: absolute;
    content: '';
    width: 229px;
    height: 229px;
    background: url("../images/trending_pattern.png") no-repeat top center;
    z-index: 2;
    top: 43px;
    left: -200px;
}
.element-iw-carousel-picks .iw-ca-item .element-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
}
.element-iw-carousel-picks .iw-ca-item .element-title a{
    color: #000000;
}
.element-iw-carousel-picks .iw-ca-item .item-link{
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 24px;
    font-weight: 700;
    display: inline-block;
}
.element-iw-carousel-picks .owl-nav{
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.element-iw-carousel-picks .owl-nav > div{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-left: 34px;
    color: #707070;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-iw-carousel-picks.nav__shape-circle .owl-nav > div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0;
}
.element-iw-carousel-picks.nav__shape-circle .owl-nav > div:hover{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 34.2px 3.8px rgba(150, 176, 203, 0.31);
    box-shadow: 0px 0px 34.2px 3.8px rgba(150, 176, 203, 0.31);
    color: #000;
}
.element-iw-carousel-picks .owl-nav > div.owl-prev{
    position: absolute;
    left: 0;
}
.element-iw-carousel-picks .owl-nav > div.owl-next{
    position: absolute;
    right: 0;
}
.element-iw-carousel-picks__v-position-top .iw-ca-item .iw-ca-content {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.element-iw-carousel-picks__v-position-center .iw-ca-item .iw-ca-content {
    align-items: center;
    -webkit-align-items: center;
}
.element-iw-carousel-picks__v-position-bottom .iw-ca-item .iw-ca-content {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.element-iw-carousel-picks .ele-iw-text__bg{
    position: absolute;
    right: -400px;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-width: 400px;
    word-break: break-word;
    bottom: 40%;
    line-height: 72px;
}





/*----- End #Carousel Picks -----*/

/*----- Item Link Image -----*/
.iw-item-link-image {
    position: relative;
}
.iw-item-link-image .item-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.iw-item-link-image .item-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.iw-item-link-image:hover .item-image:after {
    opacity: 0.8;
}
.iw-item-link-image .item-title {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    padding: 0 50px;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 2;
}
.iw-item-link-image .item-label {
    position: absolute;
    top: 160px;
    left: 40px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    line-height: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 2;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.iw-item-link-image .item-link {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 2;
}
.iw-item-link-image:hover .item-title,
.iw-item-link-image:hover .item-label,
.iw-item-link-image:hover .item-link {
    opacity: 1;
}

/* Style3 */
.iw-item-link-image-v3 {
    position: relative;
    padding: 150px 75px 55px;
}
.iw-item-link-image-v3 .item-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    background: #f7941d;
    position: absolute;
    top: 60px;
    right: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
}
.iw-item-link-image-v3:hover .item-link {
    opacity: 1;
}
.iw-item-link-image-v3 .item-image {
    text-align: center;
}
.iw-item-link-image-v3 .item-image img {
    max-width: 350px;
}
.iw-item-link-image-v3 .item-title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin: 100px 0 5px;
}
.iw-item-link-image-v3 .item-title a {
    color: #000000;
}
.iw-item-link-image-v3 .item-desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
}

/*----- End Item Link Image -----*/

/*----- Recent Comment -----*/
.iw-recent-comment {
    background-color: #252525;
    padding: 65px 90px 75px;
}
.iw-recent-comment .title-block {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.iw-recent-comment .comment-item {
    display: table;
    width: 100%;
    margin-bottom: 45px;
}
.iw-recent-comment .item-carousel .comment-item:last-child {
    margin-bottom: 25px;
}
.iw-recent-comment .comment-item .avatar {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.iw-recent-comment .comment-item .comment-content {
    padding-left: 80px;
}
.iw-recent-comment .comment-item .author-date {
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 5px;
}
.iw-recent-comment .comment-item .content {
    font-size: 16px;
    color: #a1a1a1;
}
.iw-recent-comment .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.iw-recent-comment .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px #555555 solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;

}
/*----- End Recent Comment -----*/

/*----- Social Links -----*/
/*.iw-element--social_links{
	position: relative;
}*/
.iw-element--social_links .list-socials{
    position: absolute;
    top: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.iw-element--social_links .list-socials li{
    padding: 5px 8px;
}
.iw-element--social_links.style-inline .list-socials li{
    display: inline-block;
}
.iw-element--social_links.style-block .list-socials li{
    display: block;
}
.iw-element--social_links .list-socials li,
.iw-element--social_links .list-socials li a{
    color: #000000;
}
.iw-element--social_links .list-socials li:hover,
.iw-element--social_links .list-socials li:hover a{
    color: #f7941d;
}


/*----- End Social Links -----*/

/* Instagram */

.iw-instagram.style1 .list-images {
	display: table;
	width: 100%;
}
.iw-instagram.style1 .list-images a {
	display: inline-block;
	float: left;
	width: 33.33333333%;
}
.iw-instagram.style1 .list-images a.item-lg-1{
	width: 100%;
}
.iw-instagram.style1 .list-images a.item-lg-2{
	width: 50%;
}
.iw-instagram.style1 .list-images a.item-lg-3{
	width: 33.33333333%;
}
.iw-instagram.style1 .list-images a.item-lg-4{
	width: 25%;
}
.iw-instagram.style1 .list-images a.item-lg-5{
	width: 20%;
}
.iw-instagram.style1 .list-images a.item-lg-6{
	width: 16.66666667%;
}
.iw-instagram.style1 .list-images a img {
	width: 100%;
}
.iw-instagram.iw-instagram-carousel .owl-item a {
	display: block;
	position: relative;
	height: 320px;
}
.iw-instagram.iw-instagram-carousel .owl-item a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
/* END Instagram */

/*Gallery*/
.iw-element--gallery .filter-container .filter{
	margin: 0 0 30px 0;
}
.iw-element--gallery .filter-container .filter li a{
	color: #000;
	padding: 5px 9px;
	-webkit-transition: opacity 0.4s ease-in-out 0s;
	transition: opacity 0.4s ease-in-out 0s;
}
.iw-element--gallery .filter-container .filter li:hover a{
	color: #f26522;
}
.iw-element--gallery .iw-ele-content__gallery .element-item {
	float: left;
	margin: 0;
	width: calc(33.33333333%);
}
.iw-element--gallery .iw-ele-content__gallery .element-item.col-2 {
	width: calc(66.66666667%);
}
.iw-element--gallery .iw-ele-content__gallery .element-guider,
.iw-element--gallery .iw-ele-content__gallery .element-item.col-1 {
	width: calc(33.33333333%);
}
.iw-element--gallery .iw-ele-content__gallery .element-item .ele-gallery-module__img{
	position: relative;
	overflow: hidden;
	display: block;
}
.iw-element--gallery .iw-ele-content__gallery .element-item img{
	display: inline-block;
	float: left;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	max-width: 100%;
	height: auto;
}
.iw-element--gallery .iw-ele-content__gallery .element-item a.nesos-post-link:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: opacity 0.4s ease-in-out 0s;
	transition: opacity 0.4s ease-in-out 0s;
	opacity: 0;
}
.iw-element--gallery .iw-ele-content__gallery .element-item a.ele-lightbox-item{
	background: transparent;
	display: block;
	opacity: 0;
}
.iw-element--gallery .iw-ele-content__gallery .element-item a.ele-lightbox-item i{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	padding: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.iw-element--gallery .iw-ele-content__gallery .element-item a.ele-lightbox-item:hover i{
	background: rgba(0, 0, 0, 0.5);
}
.iw-element--gallery .iw-ele-content__gallery .element-item .ele-module-info{
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0s;
	transition: opacity 0.4s ease-in-out 0s;
}
.iw-element--gallery .iw-ele-content__gallery .element-item:hover a.nesos-post-link:after{
	background: rgba(0, 0, 0, 0.6);
}
.iw-element--gallery .iw-ele-content__gallery .element-item:hover a.nesos-post-link:after,
.iw-element--gallery .iw-ele-content__gallery .element-item:hover a.ele-lightbox-item,
.iw-element--gallery .iw-ele-content__gallery .element-item:hover .ele-module-info{
	opacity: 1;
}
.iw-ele-content__gallery .element-item .ele-module-info .module-entry-info{
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.element-item .ele-module-info .module-entry-info .entry-title{
	padding: 10px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
.element-item .ele-module-info .module-entry-info .entry-title a{
	display: inline;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-bottom: 1px solid transparent;
}
.element-item .ele-module-info .module-entry-info .entry-title:hover a,
.element-item .ele-module-info .module-entry-info .entry-title.active a{
	color: #f26522;
}
.element-item .ele-module-info .module-entry-info .entry-term{
	color: #f9f9f9;
}


/*----- Product Pick -----*/
.element--product-pick .ele-product-pick__image{
	margin-bottom: 65px;
}
.element--product-pick .ele-product-pick__image .item-carousel{
	text-align: center;
}
.element--product-pick .ele-product-pick__image .item-carousel img{
	margin: 0 auto;
	width: auto;
}
.element--product-pick .owl-carousel .owl-dots{
	text-align: center;
}
.element--product-pick .owl-carousel .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.element--product-pick .owl-carousel .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: transparent;
	border: 2px solid #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.element--product-pick .owl-carousel .owl-dots .owl-dot.active span,
.element--product-pick .owl-carousel .owl-dots .owl-dot:hover span{
	background: #869791;
	border-color: #869791;
}
.element--product-pick .owl-carousel .owl-nav{
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	width: auto;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	margin: 20px 0;
	text-align: center;
}
.element--product-pick .owl-carousel .owl-nav > div{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 17px;
}
.element--product-pick .ele-product-pick__info .product-title{
	font-size: 48px;
	margin: 0;
	font-weight: 600;
	line-height: 48px;
	text-align: right;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.element--product-pick .ele-product-pick__info .product-short-desc{
	margin-top: 20px;
	text-align: right;
}
.element--product-pick .pick__info-bottom .price_info{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 10px;
	float: left;
}
.element--product-pick .pick__info-bottom a.iw_add_to_cart_button{
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding: 0px 73px;
    position: relative;
    line-height: 45px;
    font-size: 12px;
    border: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 10px 0 57px;
}
.element--product-pick .pick__info-bottom a.iw_add_to_cart_button:hover{
	background: #f26522;
}

.woocommerce .element--product-pick .pick__info-bottom a.iw_add_to_cart_button:after{
	top: 0;
}

/* style 3 */
.element--product-pick.style3 .ele-product-pick__info .product-title,
.element--product-pick.style3 .ele-product-pick__info .product-short-desc{
	text-align: center;
}
.element--product-pick.style3 .ele-product-pick__image{
	margin-top: 20px;
}
.element--product-pick.style3 .pick__info-bottom{
	text-align: center;
}
.element--product-pick.style3 .pick__info-bottom .price_info{
	float: none;
	display: block;
}
.element--product-pick.style3 .pick__info-bottom a.iw_add_to_cart_button{
	margin: 10px 0 0;
}
/*
* Element Widgets
*/
.element-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.element-flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.element-title a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* Parsers */
.element-parsers .item a {
    display: block;
}
.element-parsers.owl-carousel .item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

/* Slogans */
.element-slogan .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.4em;
}
.element-slogan .sub-title {
    font-size: 12px;
    color: #9fa4af;
    font-weight: 500;
    margin: 0;
    line-height: 1.4em;
    letter-spacing: 3.5px;
}

/* Intro Link */
.element-intro-link {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.element-intro-link .item-heading-1 {
    position: absolute;
    top: 0;
    margin: 0;
    font-size: 36px;
    line-height: 0.9em;
    max-width: 170px;
    padding-top: 15px;
    z-index: 10;
}
.element-intro-link .item-heading-1:after {
    position: absolute;
    content: "";
    top: 0;
    width: 40px;
    height: 1px;
    background-color: #000000;
}
.element-intro-link.type1 .item-heading-1 {
    text-align: right;
}
.element-intro-link.type1 .item-heading-1:after {
    right: 0;
}
.element-intro-link .item-heading-2 {
    position: absolute;
    font-size: 72px;
    color: #e5eff2;
    margin: 0;
    text-align: right;
    line-height: 1.1em;
    z-index: 10;
}
.element-intro-link.type1 .item-heading-2 {
    -moz-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -o-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.element-intro-link.type2 {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.element-intro-link.type2 .item-heading-1:after {
    left: 0;
}
.element-intro-link.type2 .item-heading-2 {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.element-intro-link .item-image {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
}
.element-intro-link .item-image.image-box-shadow {
    box-shadow: 19px 32px 103px 0 rgba(150, 176, 203, 0.26);
}
.element-intro-link .item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    background-color: #f66240;
    overflow: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-intro-link .content .title {
    font-size: 24px;
    margin: 0 0 3px;
    line-height: 1.5em;
}
.element-intro-link .content .title a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-intro-link .content .description {
    font-size: 13px;
    color: #898989;
    letter-spacing: 1.3px;
    font-weight: 500;
    line-height: 1.8em;
}
.element-intro-link:hover .item-link {
    opacity: 1;
}

/* Product Carousel V1 */
.element-product-trending .item-product {
    padding: 0 40px;
}
.element-product-trending .item-product .image-product {
    display: inline-block;
    margin-bottom: 25px;
    background-color: #ffffff;
}
.element-product-trending .item-product .item-content {
    display: inline-block;
    width: 75%;
}
.element-product-trending .owl-item.active .item-product .image-product__box-shadow {
    box-shadow: 19px 32px 103px 0 rgba(150, 176, 203, 0.26);
}
.element-product-trending .item-product .image-product img {
    max-width: 100%;
    width: auto;
}
.element-product-trending .item-product .title-product {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 12px;
}
.element-product-trending .item-product .title-product a {
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-product-trending .item-product .title-product a:hover {
    color: #f66240;
}
.element-product-trending .item-product .description-product {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.8em;
    color: #898989;
    letter-spacing: 1.3px;
    font-weight: 500;
}
.element-product-trending.owl-carousel .owl-dots {
    margin-top: 100px;
    padding: 0 40px;
}
.element-product-trending.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    color: #9fa4af;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-product-trending.owl-carousel .owl-dots .owl-dot.active,
.element-product-trending.owl-carousel .owl-dots .owl-dot:hover {
    color: #000000;
}
.element-product-trending.owl-carousel .owl-dots .owl-dot:after {
    content: "/";
    padding: 0 12px;
}
.element-product-trending.owl-carousel .owl-dots .owl-dot:last-child:after {
    display: none;
}

/* Product deals */
.element-product-deals {
    position: relative;
}
.element-product-deals > .container{
    width: 100%;
}
.element-product-deals .title-global {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 16px;
    margin: 0;
    z-index: 10;
    -moz-transform: rotate(-90deg) translateX(50px);
    -webkit-transform: rotate(-90deg) translateX(50px);
    -o-transform: rotate(-90deg) translateX(50px);
    -ms-transform: rotate(-90deg) translateX(50px);
    transform: rotate(-90deg) translateX(50px);
}
.element-product-deals__slides.owl-carousel .image-product {
    text-align: center;
}
.element-product-deals__slides.owl-carousel .image-product img {
    width: auto;
    display: inline-block;
}
.element-product-deals__slides.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.element-product-deals__slides .item-product {
    position: relative;
    min-height: 430px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.element-product-deals__slides .item-product .item-round {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    height: 430px;
    background-color: #f5f9f9;
    border-radius: 50%;
    z-index: -1;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.element-product-deals__slides .item-product .item-product__content {
    position: absolute;
    top: 70px;
    left: calc( 50% - 400px);
}
.element-product-deals__slides .item-product .item-product__content .title {
    font-size: 36px;
    color: #f26522;
    line-height: 1.3em;
    margin: 0 0 15px;
}
.element-product-deals__slides .item-product .item-product__content .title-product {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.element-product-deals__slides .item-product .item-product__content .title-product a {
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-product-deals__slides .item-product .item-product__content .title-product a:hover {
    color: #f26522;
}
.element-product-deals__slides .item-product .item-product__content .price {
    color: #555555;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}
.element-product-deals__slides .item-product .item-product__content .price del {
    font-size: 12px;
    margin-right: 5px;
}
.element-product-deals__slides .item-product .item-product__content .price ins {
    text-decoration: none;
}
.element-product-deals__slides .item-product .item-product__content a.add_to_cart_button {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3.5px;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-product-deals__slides .item-product .item-product__content a.add_to_cart_button:hover {
    color: #f26522;
}
.element-product-deals__slides.owl-carousel .owl-nav .owl-prev,
.element-product-deals__slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    color: #9fa4af;
    width: 70px;
    line-height: 30px;
    text-align: center;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 5px #eef2f7;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-product-deals__slides.owl-carousel .owl-nav .owl-prev:hover,
.element-product-deals__slides.owl-carousel .owl-nav .owl-next:hover {
    background-color: #363636;
    box-shadow: none;
    color: #ffffff;
}
.element-product-deals__slides.owl-carousel .owl-nav .owl-prev {
    left: calc(50% - 570px);
}
.element-product-deals__slides.owl-carousel .owl-nav .owl-next {
    right: calc(50% - 570px);
}
.element-product-deals__slides .item-product-deals-countdown {
    position: absolute;
    right: calc(50% - 400px);
    bottom: 30px;
}
.item-product-deals-countdown p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 19px;
}
.item-product-deals-countdown p:first-child {
    padding-left: 0;
}
.item-product-deals-countdown p:last-child {
    padding-right: 0;
}
.item-product-deals-countdown p:before,
.item-product-deals-countdown p:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    right: -1px;
    border-radius: 50%;
    background-color: #b7b7b7;
}
.item-product-deals-countdown p:last-child:before,
.item-product-deals-countdown p:last-child:after {
    display: none;
}
.item-product-deals-countdown p:before {
    top: 24px;
}
.item-product-deals-countdown p:after {
    bottom: 34px;
}
.item-product-deals-countdown span {
    display: block;
    line-height: 1.2em;
}
.item-product-deals-countdown span.number-time {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
}
.item-product-deals-countdown span.text-time {
    color: #9fa4af;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}

/* Product deals text */
.element-product-deal-text .title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2em;
    margin: 0 0 15px;
}
.element-product-deal-text .title-product {
    color: #898989;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    word-spacing: 1.5px;
    letter-spacing: 1px;
}
.element-product-deal-text .price-product {
    color: #f26522;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.element-product-deal-text .item-product-deals-countdown {
    margin-top: 30px;
}
.element-product-deal-text .item-link-shop {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 25px;
    padding: 11px 55px;
    margin-top: 43px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-product-deal-text .item-link-shop:hover {
    background-color: #f26522;
    color: #ffffff;
}
.element-product-deal-text .container {
    position: relative;
}
.element-product-deal-text .title-rotate {
    position: absolute;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
/* style 2 */
.element-product-deal-text.style2 .price-product{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: fit-content;
}
.element-product-deal-text .sub__title{
    color: #898989;
}

/* Intro Link V2 */
.element-intro-link-v2 {
    position: relative;
}
.element-intro-link-v2 .text-number-list {
    position: absolute;
    top: 0;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.8em;
    z-index: 5;
}
.element-intro-link-v2 .text-number-list:after {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 70px;
    background-color: #000000;
}
.element-intro-link-v2.type1 .text-number-list {
    right: 0;
    padding-right: 20px;
}
.element-intro-link-v2.type1 .text-number-list:after {
    right: 0;
}
.element-intro-link-v2 .element-intro-link-v2__row {
    margin: 0 -15px;
}
.element-intro-link-v2 .item-col-5 {
    max-width: 41.66666667%;
    padding: 0 15px;
}
.element-intro-link-v2 .item-col-7 {
    max-width: 58.33333333%;
    padding: 0 15px;
}
.element-intro-link-v2__image .item-image {
    position: relative;
}
.element-intro-link-v2__image .sub-title {
    position: absolute;
    top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #f68e56;
}
.element-intro-link-v2.type1 .element-intro-link-v2__image .sub-title {
    right: -30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.element-intro-link-v2.type2 .element-intro-link-v2__image .sub-title {
    left: -50px;
    -moz-transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.element-intro-link-v2 .element-intro-link-v2__image,
.element-intro-link-v2 .element-intro-link-v2__content,
.element-intro-link-v2 .element-intro-link-v2__line {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.element-intro-link-v2.type1 .element-intro-link-v2__content {
    margin-left: 15%;
}
.element-intro-link-v2.type2 .element-intro-link-v2__content {
    margin-right: 16.66666667%;
}
.element-intro-link-v2 .item-image {
    position: relative;
    display: inline-block;
    box-shadow: 42px 72px 103px 0 rgba(150, 176, 203, 0.31);
    -webkit-box-shadow: 42px 72px 103px 0 rgba(150, 176, 203, 0.31);
}
.element-intro-link-v2.type2 .item-image {
    position: relative;
    display: inline-block;
    box-shadow: -42px 72px 103px 0 rgba(150, 176, 203, 0.31);
    -webkit-box-shadow: -42px 72px 103px 0 rgba(150, 176, 203, 0.31);
}
.element-intro-link-v2 .item-content .item-line {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
}
.element-intro-link-v2 .item-image .item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    background-color: #000000;
    overflow: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-intro-link-v2:hover .item-image .item-link {
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.element-intro-link-v2__content .item-content {
    position: relative;
    width: 100%;
}
.element-intro-link-v2.type1 .element-intro-link-v2__content .item-content {
    padding-right: 60px;
}
.element-intro-link-v2.type2 .element-intro-link-v2__content .item-content {
    padding-left: 90px;
}
.element-intro-link-v2__content .item-content:before {
    position: absolute;
    content: "";
    top: 12px;
    width: 30px;
    height: 1px;
    background-color: #000000;
}
.element-intro-link-v2.type1 .item-content:before {
    left: -120px;
}
.element-intro-link-v2.type2 .item-content:before {
    right: -10px;
}
.element-intro-link-v2__content .item-content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45em;
    margin: 0 0 14px;
}
.element-intro-link-v2__content .item-content .title a {
    color: #000000;
}
.element-intro-link-v2__content .item-content .title a:hover {
    color: #f26522;
}
.element-intro-link-v2__content .item-content .description {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
}
.element-intro-link-v2.type2 .element-intro-link-v2__image {
    text-align: right;
    -webkit-order: 2;
    order: 2;
}
.element-intro-link-v2.type2 .element-intro-link-v2__content {
    -webkit-order: 1;
    order: 1;
}
.element-intro-link-v2.type2 .text-number-list {
    padding-left: 20px;
}
.element-intro-link-v2.type2 .text-number-list:after {
    left: 0;
}
.element-intro-link-v2 .text-heading {
    position: absolute;
    font-size: 72px;
    color: #e5eff2;
    margin: 0;
    text-align: right;
    line-height: 1.1em;
    z-index: 10;
}
.element-intro-link-v2 .text-heading.position-heading-right {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.element-intro-link-v2 .text-heading.position-heading-left {
    -moz-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -o-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.element-intro-link-v2--h-position-left .element-intro-link-v2__content .item-content__box,
.element-item-link--h-position-left .element-item-link-image .item-box .item-content {
    margin-right: auto
}
.element-intro-link-v2--h-position-center .element-intro-link-v2__content .item-content__box,
.element-item-link--h-position-center .element-item-link-image .item-box .item-content {
    margin: 0 auto
}
.element-intro-link-v2--h-position-right .element-intro-link-v2__content .item-content__box,
.element-item-link--h-position-right .element-item-link-image .item-box .item-content {
    margin-left: auto
}
.element-intro-link-v2--v-position-top .element-intro-link-v2__content,
.element-item-image-text--h-position-left .item-content {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.element-intro-link-v2--v-position-middle .element-intro-link-v2__content,
.element-item-image-text--h-position-center .item-content {
    -webkit-align-items: center;
    align-items: center;
}
.element-intro-link-v2--v-position-bottom .element-intro-link-v2__content,
.element-item-image-text--h-position-right .item-content {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/* Intro Link V3 */
.element-intro-link-v3 .eilv3-item:not(:first-child){
    margin-top: 135px;
}
.element-intro-link-v3__h-position-left .item-content {
    margin-right: auto
}
.element-intro-link-v3__h-position-center .item-content {
    margin: 0 auto
}
.element-intro-link-v3__h-position-right .item-content {
    margin-left: auto
}
.element-intro-link-v3__v-position-top .eilv3-item-content {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.element-intro-link-v3__v-position-middle .eilv3-item-content {
    -webkit-align-self: center;
    align-self: center;
}
.element-intro-link-v3__v-position-bottom .eilv3-item-content {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.element-intro-link-v3 .eilv3-item .eilv3-item-content .title{
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 14px;
}
.element-intro-link-v3 .eilv3-item .eilv3-item-content .description{
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 38px;
    text-transform: uppercase;
}
.element-intro-link-v3 .eilv3-item .eilv3-item-content .item-link{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    background-color: #f66240;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.element-intro-link-v3 .eilv3-item .item-image{
    position: relative;
}
.element-intro-link-v3 .eilv3-item.text_right .item-image {
    padding-right: 70px;
}
.element-intro-link-v3 .eilv3-item.text_left .item-image {
    margin-left: 70px;
}
.element-intro-link-v3 .eilv3-item .item-image img {
    width: 100%;
}
.element-intro-link-v3 .eilv3-item .item-image .elilv3-meta-item{
    position: absolute;
    top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #f68e56;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.element-intro-link-v3 .eilv3-item.text_left .item-image .elilv3-meta-item{
    left: -55px;
    -moz-transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.element-intro-link-v3 .eilv3-item.text_right .item-image .elilv3-meta-item{
    right: -30px;
    -moz-transform: rotate(90deg) translateX(100%);
    -webkit-transform: rotate(90deg) translateX(100%);
    -o-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.element-intro-link-v3 .eilv3-item .item-image .item-image-box{
    position: relative;
}
.element-intro-link-v3 .eilv3-item .item-image .item-image-box i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    text-align: center;
}
.element-intro-link-v3 .element-view-all{
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 32px;
    margin-top: -25px;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px;
    font-weight: 700;
}
.element-intro-link-v3 .element-view-all:after{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;

}

/* Quotes */
.element-quotes {
    position: relative;
}
@media (min-width: 992px) {
    .element-quotes.style2:after {
        position: absolute;
        content: "";
        width: 1px;
        top: 0;
        background-color: #000000;
    }
    .element-quotes.style2.element-position-line-left {
        padding-left: 45px;
    }
    .element-quotes.style2.element-position-line-left:after {
        left: 0;
    }
    .element-quotes.style2.element-position-line-right {
        padding-right: 45px;
    }
    .element-quotes.style2.element-position-line-right:after {
        right: 0;
    }
}
.element-quotes .text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9em;
    font-style: italic;
    letter-spacing: 1.3px;
}
.element-quotes .author-position {
    margin-top: 27px;
}
.element-quotes span {
    display: inline-block;
    font-size: 11px;
}
.element-quotes span:after {
    content: "-";
    color: #9fa4af;
}
.element-quotes span:last-child:after {
    display: none;
}
.element-quotes span.author-text {
    color: #000000;
    font-weight: 600;
}
.element-quotes span.position-text {
    font-weight: 400;
    color: #9fa4af;
}
.element-quotes .element-quotes__avatar {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 70px;
}
.element-quotes .element-quotes__content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.element-quotes--h-position-left .element-quotes{
    margin-right: auto;
}
.element-quotes--h-position-center .element-quotes{
    margin: 0 auto;
}
.element-quotes--h-position-right .element-quotes{
    margin-left: auto;
}

/* Intro Link Carousel */
.elementor-intro-link-slides .item-image {
    position: relative;
    display: inline-block;
}
.elementor-intro-link-slides.owl-carousel .owl-item .item-image img {
    width: auto;
}
.elementor-intro-link-slides .item-image .item-number {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1em;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    z-index: 2;
    -moz-transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.elementor-intro-link-slides .item-image .item-number:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -100%;
    width: 40px;
    height: 1px;
    background-color: #000000;
}
.elementor-intro-link-slides .elementor-intro-link-slides__item {
    padding: 25px 0;
}
.elementor-intro-link-slides .elementor-intro-link-slides__item--box {
    position: relative;
    display: inline-block;
}
.elementor-intro-link-slides .item-content {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.elementor-intro-link-slides .owl-item.active .item-content {
    opacity: 1;
    visibility: visible;
}
.elementor-intro-link-slides .item-content .item-content__box {
    position: relative;
}
.elementor-intro-link-slides .item-content .item-title {
    font-size: 24px;
    line-height: 1.4em;
    margin: 0 0 15px;
}
.elementor-intro-link-slides .item-content .item-title a {
    color: #000000;
}
.elementor-intro-link-slides .item-content .item-title a:hover {
    color: #f66240;
}
.elementor-intro-link-slides .item-content .item-description {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.elementor-intro-link-slides .owl-nav {
    text-align: center;
    margin-top: 35px;
}
.elementor-intro-link-slides .owl-nav .owl-prev,
.elementor-intro-link-slides .owl-nav .owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #707070;
    margin: 0 15px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.elementor-intro-link-slides .owl-nav .owl-prev:hover,
.elementor-intro-link-slides .owl-nav .owl-next:hover {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 34px 4px rgba(150, 176, 203, 0.31);
    box-shadow: 0 0 34px 4px rgba(150, 176, 203, 0.31);
}

/* Intro Link V4 */
.element-intro-link-v4 {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.element-intro-link-v4.type2 {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.element-intro-link-v4 .item-heading-1 {
    position: absolute;
    top: 0;
    margin: 0;
    font-size: 36px;
    line-height: 0.9em;
    padding-top: 15px;
    z-index: 5;
}
.element-intro-link-v4.type1 .item-heading-1 {
    text-align: right;
}
.element-intro-link-v4 .item-heading-1:after {
    position: absolute;
    content: "";
    top: 0;
    width: 40px;
    height: 1px;
    background-color: #000000;
}
.element-intro-link-v4.type1 .item-heading-1:after {
    right: 0;
}
.element-intro-link-v4.type2 .item-heading-1:after {
    left: 0;
}
.element-intro-link-v4 .item-heading-2 {
    position: absolute;
    font-size: 72px;
    color: #e5eff2;
    margin: 0;
    text-align: right;
    line-height: 1.1em;
    z-index: 10;
    width: 37%;
}
.element-intro-link-v4.type1 .item-heading-2 {
    -moz-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -o-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.element-intro-link-v4.type2 .item-heading-2 {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.element-intro-link-v4 .item-image {
    position: relative;
    display: inline-block;
}
.element-intro-link-v4 .item-image img {
    width: auto;
}
.element-intro-link-v4 .item-image .item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 37px;
    border-radius: 50%;
    background-color: #fd3341;
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-intro-link-v4 .item-image:hover .item-link {
    opacity: 1;
}
.element-intro-link-v4 .item-image .content {
    position: absolute;
    max-width: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.element-intro-link-v4 .content .title {
    font-size: 24px;
    margin: 0;
    line-height: 1.4em;
}
.element-intro-link-v4 .content .title a {
    color: #000000;
}
.element-intro-link-v4 .content .title a:hover {
    color: #f66240;
}
.element-intro-link-v4 .content .description {
    font-size: 18px;
    color: #555555;
    font-weight: 500;
    margin: 25px 0 0;
}

/* Intro Link V5 */
.element-intro-link-v5 {
    margin-bottom: 30px;
}
.element-intro-link-v5.image-right .imgae-wrap {
    float: right;
}
.element-intro-link-v5 .item-image {
    padding: 160px 40px 0;
    position: relative;
    z-index: 0;
}
.element-intro-link-v5 .item-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 65px);
    top: 0;
    left: 0;
    background: #eef7f9;
    z-index: -1;
}
.element-intro-link-v5 .item-image .item-link {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.element-intro-link-v5:hover .item-image .item-link {
    opacity: 1;
}
.element-intro-link-v5 .item-image .item-sale {
    display: inline-block;
    position: absolute;
    top: 65px;
    left: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f68e56;
    letter-spacing: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.element-intro-link-v5 .content {
    padding: 65px 70px 0;
}
.element-intro-link-v5.image-right .content {
    text-align: right;
}
.element-intro-link-v5 .content .title {
    font-size: 30px;
    color: #000000;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px;
}
.element-intro-link-v5 .content .title a {
    color: #000000;
}
.element-intro-link-v5 .content .description {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 23px;
}
/* End Intro Link V5 */

/* Intro Link Image */
.element-item-link-image {
    position: relative;
}
.element-item-link-image .element-item-link__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-item-link-image .element-item-link__overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
.element-item-link-image .element-item-link__overlay .icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #f7941d;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.element-item-link-image:hover .element-item-link__overlay {
    opacity: 1;
}
.element-item-link-image .item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.element-item-link-image .item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 60px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.element-item-link-image .item-image {
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background 2s ease-out;
    -moz-transition: background 2s ease-out;
    -o-transition: background 2s ease-out;
    transition: background 2s ease-out;
}
.element-item-link-image .item-content .item-title {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2em;
}
.element-item-link-image .item-content .item-sub-title {
    margin-top: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
}
.element-item-link--v-position-top .element-item-link-image .item-box,
.element-item-image-text--v-position-top .item-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.element-item-link--v-position-middle .element-item-link-image .item-box,
.element-item-image-text--v-position-middle .item-content {
    -webkit-justify-content: center;
    justify-content: center;
}
.element-item-link--v-position-bottom .element-item-link-image .item-box,
.element-item-image-text--v-position-bottom .item-content {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* Video Popup */
.element-video-popup {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.element-video-popup .video-popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}
.element-video-popup .video-popup-content .link-video {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background-color: #f26522;
    border-radius: 50%;
    margin-bottom: 30px;
}
.element-video-popup .video-popup-content .title {
    font-size: 48px;
    margin: 0 0 20px;
}
.element-video-popup .video-popup-content .sub-title {
    font-size: 13px;
    color: #f26522;
    font-weight: 500;
    margin: 0;
}

/*----- End Product Pick -----*/

/*-- Item Image Text ---*/
.element-item-image-text {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.element-item-image-text .item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.element-item-image-text .item-background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.element-item-image-text .item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.element-item-image-text .item-title-text-1 {
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 10px;
}
.element-item-image-text .item-title-text-1:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #000000;
}
.element-item-image-text .item-sale {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.element-item-image-text .item-sale span {
    display: inline-block;
    line-height: 1em;
}
.element-item-image-text .item-sale .item-sale__title {
    font-size: 30px;
    font-weight: 300;
    color: #010101;
    width: 95px;
    letter-spacing: 6px;
    margin-right: 20px;
}
.element-item-image-text .item-sale .item-sale__text {
    font-size: 70px;
    color: #a7beea;
    font-weight: 900;
}
.element-item-image-text .item-content_box .item-description {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 5.5px;
    line-height: 1.2em;
    margin-top: 5px;
}

.elementor-widget-iw-intro-link .ContentIntro2 .element-intro-link__box{
    position: relative;
}
.elementor-widget-iw-intro-link .ContentIntro2 .element-intro-link__box > .content{
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    padding: 0 50px;
}
.elementor-widget-iw-intro-link .ContentIntro2 .content .title a{
    font-size: 18px;
    font-weight: bold;
}
.elementor-widget-iw-intro-link .element-intro-link.ContentIntro2 .content .description{
    font-size: 18px;
    font-weight: normal;
    color: #f7941d;
}
.elementor-widget-iw-intro-link .ContentIntro2 .content .title{
    padding-bottom: 15px;
}
.element-intro-link.ContentIntro2 .item-image{
    margin-bottom: 0;
}
.element-intro-link.ContentIntro2 .item-link{
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.element-intro-link.ContentIntro2 .item-link>*{
    display: none;
}
/*-- End Item Image Text ---*/

/*-- Add Links ---*/
.iw-links-custom .items-link {
    padding: 0;
    margin: 0;
}
.iw-links-custom .items-link .item-link {
    list-style: none;
    line-height: 30px;
    padding: 0;
}
.iw-links-custom .items-link .item-link a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 0;
    font-weight: 500;
    color: #000000 !important;
    text-transform: capitalize;
}
/*-- End Add Links ---*/

/*
Responsive*/

@media ( max-width: 1365px ) {

    .elementor-intro-link-slides .item-content,
    .elementor-intro-link-slides .item-content .item-content__box {
        position: static;
    }
    .elementor-intro-link-slides .item-content {
        max-width: 100% !important;
    }

}

@media ( max-width: 1200px ) {

    .iw-product-filter.layout1 .iw-products .owl-nav,
    .iw-product-filter.layout2 .iw-products .owl-nav,
    .element-intro-link-v2 .text-heading.position-heading-right {
        display: none;
    }
    .iw-custom-product-slider .iw-video-html .button-play-video{
        padding-left: 100px;
    }
    .iw-custom-product-slider .owl-dots {
        padding: 0 95px 0 0;
    }
    .element-item-link-image .item-box {
        padding: 15px;
    }

}
@media ( min-width: 992px ) and ( max-width: 1200px ) {

    .iw-sale-block.style1 .button-link {
        left: 78% !important;
    }
    .iw-sale-block.style2 .content-wrap .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .iw-sale-block.style2 .content-wrap .content .title-sale,
    .iw-sale-block.style2 .content-wrap .content .sub-title {
        position: static;
    }
    .element-item-image-text .item-sale .item-sale__title {
        font-size: 25px;
        margin-right: 0;
    }
    .element-item-image-text .item-sale .item-sale__text {
        font-size: 50px;
    }
    .element-item-image-text .item-content_box .item-description {
        font-size: 15px;
        letter-spacing: 2.5px;
    }

}
@media screen and (max-width: 991px) {
	.iw-instagram.style1 .list-images a.item-md-1{
		width: 100%;
	}
	.iw-instagram.style1 .list-images a.item-md-2{
		width: 50%;
	}
	.iw-instagram.style1 .list-images a.item-md-3{
		width: 33.33333333%;
	}
	.iw-instagram.style1 .list-images a.item-md-4{
		width: 25%;
	}
	.iw-instagram.style1 .list-images a.item-md-5{
		width: 20%;
	}
	.iw-instagram.style1 .list-images a.item-md-6{
		width: 16.66666667%;
	}
    .iw-product-filter.layout1 .iw-list-categories,
    .iw-product-filter.layout2 .iw-list-categories {
        width: auto;
    }
    .iw-product-filter .iw-cat-product-filter .iw-nav-cat-filter li {
        padding-right: 25px;
    }
    .iw-product-filter .iw-list-categories {
        margin-bottom: 30px;
    }
    .iw-custom-product-slider .iw-video-html .button-play-video{
        padding-left: 50px;
    }
    .iw-custom-product-slider .owl-dots {
        padding-right: 45px;
    }
}

@media ( min-width: 768px ) {

    .element-item-image-text.style-item-2 .item-background-image {
        -webkit-order: 2;
        order: 2;
    }
    .element-item-image-text.style-item-2 .item-content {
        -webkit-order: 1;
        order: 1;
    }

}

@media ( min-width: 768px ) and ( max-width: 1399px ) {

    .element-product-deals .title-global {
        right: -55px;
    }

}

@media ( min-width: 768px ) and ( max-width: 991px ) {

    .iw-posts.style2 .col-sm-6:nth-child(odd) .post-item {
        padding-right: 0;
        margin-right: 0;
    }
    .iw-posts.style2 .col-sm-6:nth-child(even) .post-item {
        margin-left: 0;
    }
    .iw-mailchimp input[type="email"] {
        min-width: 50% !important;
    }
    .iw-mailchimp input[type='submit'] {
        min-width: 120px;
    }
    .iw-element--about-us .about-us__title {
        text-align: left !important;
    }
    .iw-product-filter .product-item .quick-view {
        margin-right: 8px;
    }
    .iw-product-filter .product-item .button-action .compare-button {
        margin-left: 10px;
    }
    .item-product-deals-countdown span.number-time {
        font-size: 30px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
	.iw-recent-comment{
		padding: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

    body.page-template-edge-page .iw-product-filter .product-item .product-image {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .iw-categories.style1 .items .item{
        padding: 15px 0;
        transition: 300ms;
    }
    .iw-categories.style1 .items .item:hover{
        padding: 15px;
    }
    .iw-sale-block.style1 .content-wrap{
        margin: 0 -15px;
    }
    .iw-sale-block.style1 .content{
        padding: 0 15px;
    }
	.iw-instagram.style1 .list-images a.item-sm-1{
		width: 100%;
	}
	.iw-instagram.style1 .list-images a.item-sm-2{
		width: 50%;
	}
	.iw-instagram.style1 .list-images a.item-sm-3{
		width: 33.33333333%;
	}
	.iw-instagram.style1 .list-images a.item-sm-4{
		width: 25%;
	}
	.iw-instagram.style1 .list-images a.item-sm-5{
		width: 20%;
	}
	.iw-instagram.style1 .list-images a.item-sm-6{
		width: 16.66666667%;
	}
    .iw-product-filter.layout1 .title-block,
    .iw-product-filter.layout1 .iw-cat-product-filter {
        display: block;
        padding: 0;
    }
    .iw-sale-block.style1 .image {
        left: 0;
        width: 100%;
    }
    .iw-item-link-image .item-title {
        padding: 0 20px;
    }
    .iw-mailchimp.style2 .mc4wp-form {
        text-align: left;
    }
    .iw-mailchimp.style2 input[type="text"], .iw-mailchimp.style2 input[type="email"], .iw-mailchimp.style2 input[type="number"] {
        width: 100%;
        margin-top: 20px;
    }
    .iw-mailchimp.style2 input[type="submit"] {
        margin: 0;
    }
    .iw-sale-block.style1 .title-sale .title {
        font-size: 25px;
    }
    .iw-sale-block.style1 .sale {
        font-size: 60px;
    }
    .iw-sale-block.style1 .sub-title {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 5px 15px;
    }
    .iw-heading .iwh-title {
        font-size: 30px;
    }
    .iw-posts.style2 .col-sm-6:nth-child(odd) .post-item {
        margin-right: 0;
        padding-right: 0;
    }
    .iw-posts.style2 .col-sm-6:nth-child(even) .post-item {
        margin-left: 0;
        padding-left: 0;
    }
	.iw-recent-comment{
		padding: 20px;
	}
    .element-product-trending .item-product .title-product,
    .element-intro-link .content .title {
        font-size: 20px;
    }
    .element-product-trending .item-product {
        padding: 0;
    }
    .element-product-trending .owl-item.active .item-product .image-product__box-shadow {
        box-shadow: 5px 15px 20px 0 rgba(150, 176, 203, 0.2);
    }
    .element-product-trending.owl-carousel .owl-dots {
        margin-top: 15px;
        padding: 0 10px;
    }
    .iw-product-filter .title-block {
        font-size: 24px;
    }
    .element-product-deals__slides .item-product .item-product__content {
        top: 0;
        left: 30px;
    }
    .element-product-deals__slides .item-product .item-product__content .title {
        font-size: 25px;
    }
    .element-product-deals__slides .item-product .item-product__content .price {
        margin-bottom: 15px;
    }
    .element-product-deals__slides .item-product-deals-countdown {
        right: 10px;
        bottom: 40px;
    }
    .element-product-deals .title-global {
        top: 28%;
        right: -50px;
    }
    .item-product-deals-countdown p {
        padding: 0 10px;
    }
    .item-product-deals-countdown span.number-time {
        font-size: 30px;
    }
    .element-intro-link-v2 .item-col-5 {
        max-width: 100%;
    }
    .element-intro-link-v2 .text-number-list {
        top: 15px;
    }
    .element-intro-link-v2.type1 .text-number-list {
        right: 15px;
    }
    .element-intro-link-v2.type2 .text-number-list {
        left: 15px;
    }
    .element-intro-link-v2 .item-image {
        margin-bottom: 15px;
    }
    .element-intro-link-v2.type1 .element-intro-link-v2__content {
        margin-left: 0;
    }
    .element-intro-link-v2.type2 .element-intro-link-v2__content {
        margin-right: 0;
    }
    .element-intro-link-v2__content .item-content:before {
        display: none;
    }
    .element-intro-link-v2.type1 .element-intro-link-v2__content .item-content {
        padding-right: 0;
    }
    .element-intro-link-v2.type2 .element-intro-link-v2__content .item-content {
        padding-left: 0;
    }
    .element-intro-link-v2__content .item-content .title {
        font-size: 20px;
    }
    .element-intro-link-v2.type2 .element-intro-link-v2__image {
        -webkit-order: 1;
        order: 1;
    }
    .element-product-deal-text .title-rotate {
        display: none;
    }
    .element-product-deal-text .title {
        font-size: 24px;
    }
    .element-product-deal-text .item-link-shop {
        margin-top: 25px;
        padding: 5px 35px;
    }
    .iw-mailchimp input[type="email"] {
        min-width: 100% !important;
    }
    .iw-mailchimp input[type='submit'] {
        margin-left: 0;
    }
    .element-intro-link-v3 .eilv3-item:not(:first-child) {
        margin-top: 90px;
    }
    .element-intro-link-v2__image .sub-title {
        display: none;
    }
    .element-intro-link-v2 .item-image {
        display: block;
    }
    .element-intro-link-v2 .item-image img {
        width: 100%;
    }
    .element-iw-carousel-picks .iw-ca-item .iw-ca-content,
    .element-intro-link-v4 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .element-iw-carousel-picks .iw-ca-item .ele-image {
        width: 100%;
        box-shadow: none;
    }
    .element-iw-carousel-picks .iw-ca-item .ele-content {
        margin: 30px 0 0 0;
    }
    .elementor-intro-link-slides .item-image .item-number {
        left: 10px;
        top: 15px;
        font-size: 35px;
        padding-left: 8px;
    }
    .elementor-intro-link-slides .item-content {
        max-width: 100% !important;
    }
    .elementor-intro-link-slides .item-content .item-title {
        font-size: 22px;
    }
    .element-intro-link-v4 .item-heading-1 {
        position: static;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .element-intro-link-v4 .item-image .content {
        position: static;
        padding: 0 15px 15px;
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .element-intro-link-v4 .content .title {
        font-size: 18px;
    }
    .element-intro-link-v4 .content .description {
        margin-top: 10px;
    }
    .element-intro-link-v5 .content {
        padding: 65px 0 0;
    }
    .iw-categories.style1 .items .item,
    .iw-categories .items .item .cat-name {
        margin-bottom: 0;
    }
    .iw-sale-block.style1 .button-link {
        position: relative;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        left: auto !important;
        top: auto !important;
        margin-top: 20px;
        text-align: center;
    }
    .iw-product-filter.layout5 .iw-cat-product-filter {
        float: none;
    }
    body.page-template-edge-page .iw-product-filter .iw-list-categories {
        margin-bottom: 0;
    }
    body.page-template-edge-page .iw-product-filter .product-item {
        padding: 10px 30px;
    }
    body.page-template-edge-page .iw-product-filter .product-item .product-info,
    body.page-template-edge-page .iw-product-filter .product-item .button-action {
        display: none;
    }
    body.page-template-edge-page .iw-product-filter.layout5 .iw-products .owl-nav,
    body.page-template-edge-page .iw-product-filter.layout6 .iw-products .owl-nav {
        text-align: center;
        margin: 10px 0 0;
    }
    .element-intro-link {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .element-intro-link .item-heading-1 {
        position: static;
        max-width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .element-intro-link .item-heading-2 {
        display: none;
    }
    .element-intro-link .item-image {
        display: block;
    }
    .element-intro-link .item-image img {
        width: 100%;
    }
    .iw-custom-product-slider .iw-video-html .button-play-video {
        float: none;
        padding-left: 0;
        padding-bottom: 40px;
        margin: 0 auto;
    }
    .iw-custom-product-slider .owl-dots {
        padding: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0;
    }

    .element-product-deals__slides.owl-carousel .owl-nav .owl-prev {
        left: 50px;
    }
    .element-product-deals__slides.owl-carousel .owl-nav .owl-next {
        right: 50px;
    }
    .elementor-widget-iw-intro-link .ContentIntro2 .element-intro-link__box > .content{
        padding: 0 15px;
    }

}
@media ( max-width: 600px ){
    .element-intro-link-v2__content .item-content:before{
        display: none;
    }
    .element-intro-link-v2 .text-number-list:after{
        height: 45px !important;
    }
}

@media ( min-width: 568px ) and ( max-width: 767px ) {

    .element-intro-link-v3 .eilv3-item .col-xs-12 {
        width: 50%;
    }
    .element-intro-link-v3 .eilv3-item.text_right .item-image {
        padding-right: 15px;
    }
    .element-intro-link-v3 .eilv3-item.text_left .item-image {
        margin-left: 15px;
    }
    .element-intro-link-v3 .eilv3-item .eilv3-item-content .title {
        font-size: 22px;
        line-height: 25px;
    }
    .element-intro-link-v3 .eilv3-item.text_left .item-image .elilv3-meta-item {
        left: -30px;
    }
    .element-intro-link-v3 .eilv3-item.text_right .item-image .elilv3-meta-item {
        right: -30px;
    }
    .iw-testimonial.style2 .member-info {
        margin-left: 30px;
    }
    .iw-testimonial.style2 .avatar-info {
        padding-right: 90px;
    }

}

@media screen and (max-width: 640px) {
    .iw-item-link-image-v3 {
        padding: 150px 15px 55px;
    }
	.iw-element--gallery .iw-ele-content__gallery .element-item,
	.iw-element--gallery .iw-ele-content__gallery .element-guider,
	.iw-element--gallery .iw-ele-content__gallery .element-item.col-1,
	.iw-element--gallery .iw-ele-content__gallery .element-item.col-2{
		width: 100%;
	}
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="number"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="url"],
    .wpcf7-form textarea {
        width: 100%;
    }
}

@media ( min-width: 576px ) and ( max-width: 767px ) {

    .element-product-deal-text .col-xs-12 {
        width: 50%;
    }

}

@media screen and (max-width: 567px) {

	.iw-instagram.style1 .list-images a.item-xs-1{
		width: 100%;
	}
	.iw-instagram.style1 .list-images a.item-xs-2{
		width: 50%;
	}
	.iw-instagram.style1 .list-images a.item-xs-3{
		width: 33.33333333%;
	}
	.iw-instagram.style1 .list-images a.item-xs-4{
		width: 25%;
	}
	.iw-instagram.style1 .list-images a.item-xs-5{
		width: 20%;
	}
	.iw-instagram.style1 .list-images a.item-xs-6{
		width: 16.66666667%;
	}
    .element-product-deals__slides .item-product .item-round {
        width: 285px;
        height: 285px;
    }
    .element-intro-link-v3 .eilv3-item.text_right .item-image {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .element-intro-link-v3 .eilv3-item .eilv3-item-content .title {
        font-size: 24px;
    }
    .element-intro-link-v3 .eilv3-item.text_left .item-image {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .element-intro-link-v3__v-position-middle .eilv3-item-content {
        -webkit-order: 2;
        order: 2;
    }
    .element-intro-link-v3 .eilv3-item.text_left .item-image .elilv3-meta-item {
        left: 15px;
    }
    .element-intro-link-v3 .eilv3-item.text_right .item-image .elilv3-meta-item {
        right: 15px;
    }
    .element-iw-carousel-picks .iw-ca-item .ele-image {
        margin-left: 0;
    }
    .iw-testimonial.style2 .member-info {
        margin-left: 0;
    }
    .iw-testimonial.style2 .testimonial-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .iw-testimonial.style2 .avatar-info {
        margin-bottom: 15px;
    }
    .iw-testimonial.style2 .avatar-info:after {
        display: none;
    }

}
@media screen and (max-width: 480px) {
    .element-video-popup .video-popup-content .title {
        font-size: 30px;
    }
}