.ftc-single-product:before,
.ftc-single-product:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.ftc-single-product:after {
    clear: both;
}
.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev,
.elementor-slick-slider .slick-slider .slick-next:hover,
.elementor-slick-slider .slick-slider .slick-next:active,
.elementor-slick-slider .slick-slider .slick-next:focus,
.elementor-slick-slider .slick-slider .slick-next:visited,
.elementor-slick-slider .slick-slider .slick-prev:hover,
.elementor-slick-slider .slick-slider .slick-prev:active,
.elementor-slick-slider .slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-slider .slick-prev:visited {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    font-size: 0;
}
.gap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.col-xs,
.col-sm,
.col-md,
.col-lg,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.col-xs,
.col-sm,
.col-md,
.col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.mailForm-center .mc4wp-form-fields .sub-mailchimp{
    justify-content: center;
    margin: auto;
}
.mailForm-center .mc4wp-form-fields .sub-mailchimp .btn-sub{
    margin: auto;
}

.mailForm-left .mc4wp-form-fields .sub-mailchimp{
    justify-content: flex-start;    
}
.mailForm-right .mc4wp-form-fields{
    align-items: flex-end;
    justify-content: flex-end;
}

@media only screen and (min-width: 320px) {
    .col-xs-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-xs-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-xs-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-xs-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-xs-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-xs-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-xs-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .off-xs-1 {
        margin-left: 8.33333%;
    }
    .off-xs-2 {
        margin-left: 16.66667%;
    }
    .off-xs-3 {
        margin-left: 25%;
    }
    .off-xs-4 {
        margin-left: 33.33333%;
    }
    .off-xs-5 {
        margin-left: 41.66667%;
    }
    .off-xs-6 {
        margin-left: 50%;
    }
    .off-xs-7 {
        margin-left: 58.33333%;
    }
    .off-xs-8 {
        margin-left: 66.66667%;
    }
    .off-xs-9 {
        margin-left: 75%;
    }
    .off-xs-10 {
        margin-left: 83.33333%;
    }
    .off-xs-11 {
        margin-left: 91.66667%;
    }
    .off-xs-reset {
        margin-left: 0;
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        /*max-width: 75%*/
    }
    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .off-sm-1 {
        margin-left: 8.33333%;
    }
    .off-sm-2 {
        margin-left: 16.66667%;
    }
    .off-sm-3 {
        margin-left: 25%;
    }
    .off-sm-4 {
        margin-left: 33.33333%;
    }
    .off-sm-5 {
        margin-left: 41.66667%;
    }
    .off-sm-6 {
        margin-left: 50%;
    }
    .off-sm-7 {
        margin-left: 58.33333%;
    }
    .off-sm-8 {
        margin-left: 66.66667%;
    }
    .off-sm-9 {
        margin-left: 75%;
    }
    .off-sm-10 {
        margin-left: 83.33333%;
    }
    .off-sm-11 {
        margin-left: 91.66667%;
    }
    .off-sm-reset {
        margin-left: 0;
    }
}

@media only screen and (min-width: 769px) {
    .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .off-md-1 {
        margin-left: 8.33333%;
    }
    .off-md-2 {
        margin-left: 16.66667%;
    }
    .off-md-3 {
        margin-left: 25%;
    }
    .off-md-4 {
        margin-left: 33.33333%;
    }
    .off-md-5 {
        margin-left: 41.66667%;
    }
    .off-md-6 {
        margin-left: 50%;
    }
    .off-md-7 {
        margin-left: 58.33333%;
    }
    .off-md-8 {
        margin-left: 66.66667%;
    }
    .off-md-9 {
        margin-left: 75%;
    }
    .off-md-10 {
        margin-left: 83.33333%;
    }
    .off-md-11 {
        margin-left: 91.66667%;
    }
    .off-md-reset {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .off-lg-1 {
        margin-left: 8.33333%;
    }
    .off-lg-2 {
        margin-left: 16.66667%;
    }
    .off-lg-3 {
        margin-left: 25%;
    }
    .off-lg-4 {
        margin-left: 33.33333%;
    }
    .off-lg-5 {
        margin-left: 41.66667%;
    }
    .off-lg-6 {
        margin-left: 50%;
    }
    .off-lg-7 {
        margin-left: 58.33333%;
    }
    .off-lg-8 {
        margin-left: 66.66667%;
    }
    .off-lg-9 {
        margin-left: 75%;
    }
    .off-lg-10 {
        margin-left: 83.33333%;
    }
    .off-lg-11 {
        margin-left: 91.66667%;
    }
    .off-lg-reset {
        margin-left: 0;
    }
}

.ftc-elements_products_slider .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ftc-elements_products_slider .swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.ftc-elements_products_slider .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ftc-elements_products_slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftc-elements_products_slider .swiper-container-android .swiper-slide,
.ftc-elements_products_slider .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.ftc-elements_products_slider .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ftc-elements_products_slider .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.ftc-elements_products_slider .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.ftc-elements_products_slider .swiper-container-autoheight,
.ftc-elements_products_slider .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.ftc-elements_products_slider .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.ftc-elements_products_slider .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.ftc-elements_products_slider .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.ftc-elements_products_slider .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.ftc-elements_products_slider .swiper-button-prev,
.ftc-elements_products_slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 24px;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer;
}

.ftc-elements_products_slider .swiper-button-prev.swiper-button-disabled,
.ftc-elements_products_slider .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.ftc-elements_products_slider .swiper-button-prev,
.ftc-elements_products_slider .swiper-container-rtl .swiper-button-next,
.ftc-elements_products_slider .swiper-button-next,
.ftc-elements_products_slider .swiper-container-rtl .swiper-button-prev {
    background-color: #333;
    -webkit-mask-image: url(arrow.svg);
    mask-image: url(arrow.svg);
    background-image: none;
    background-size: 80% 80%;
}

.ftc-elements_products_slider .swiper-button-prev,
.ftc-elements_products_slider .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.ftc-elements_products_slider .swiper-button-next,
.ftc-elements_products_slider .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ftc-elements_products_slider .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.ftc-elements_products_slider .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.ftc-elements_products_slider .swiper-pagination-fraction,
.ftc-elements_products_slider .swiper-pagination-custom,
.ftc-elements_products_slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.ftc-elements_products_slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button .ftc-elements_products_slider .swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .ftc-elements_products_slider .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .ftc-elements_products_slider .swiper-pagination-bullet {
    background: #fff;
}

.ftc-elements_products_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .ftc-elements_products_slider .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .ftc-elements_products_slider .swiper-pagination-bullet-active {
    background: #000;
}

.ftc-elements_products_slider .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.ftc-elements_products_slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.ftc-elements_products_slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.ftc-elements_products_slider .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
}

.ftc-elements_products_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .ftc-elements_products_slider .swiper-pagination-progressbar .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .ftc-elements_products_slider .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .ftc-elements_products_slider .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.ftc-elements_products_slider .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.ftc-elements_products_slider .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.ftc-elements_products_slider .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,encodeURIComponent(<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='#6c6c6c' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='#l' opacity='.27'/><use xlink:href='#l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>)");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,encodeURIComponent(<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='#fff' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='#l' opacity='.27'/><use xlink:href='#l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>)");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-widget-settings {
    z-index: 10 !important;
}

body:not(.elementor-editor-active) .elementor-section-wrap .selection-is-sticked-header {
    position: fixed;
    z-index: 999;
    width: 100% !important;
    left: 0;
}

.ftc-elements_wc-catalog ul.products,
.ftc-elements_products_slider ul.products {
    opacity: 1;
}

.ftc-elements_wc-catalog ul.products .item,
.ftc-elements_products_slider ul.products .item {
    margin-bottom: 0;
}

.ftc-elements_wc-catalog ul.products .item .anim-wrap,
.ftc-elements_products_slider ul.products .item .anim-wrap {
    opacity: 1;
}

.ftc-single-product div.single-product-container {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ftc-single-product div.single-product-container .product-thumb {
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
}

.ftc-single-product div.single-product-container .entry-summary {
    z-index: 0;
    position: relative;
    padding: 3em;
    padding-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ftc-single-product div.single-product-container .entry-summary > * {
    display: block;
}

.ftc-single-product div.single-product-container .entry-summary form.cart {
    float: none;
    margin-bottom: 0;
}

.ftc-single-product div.single-product-container .entry-summary form.cart > * {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.ftc-single-product div.single-product-container .entry-summary form.cart table.variations {
    display: table;
    table-layout: auto;
}

@media (max-width: 768px) {
    .ftc-single-product div.single-product-container .entry-summary form.cart table.variations td.label {
        padding: 10px;
    }
    .ftc-single-product div.single-product-container .entry-summary form.cart table.variations label,
    .ftc-single-product div.single-product-container .entry-summary form.cart table.variations select {
        font-size: 12px;
    }
}
.ftc-single-product div.single-product-container .entry-summary form.cart .single_variation_wrap .single_variation {
    margin-top: 0;
}
.ftc-single-product div.single-product-container .entry-summary form.cart input,
.ftc-single-product div.single-product-container .entry-summary form.cart button {
    font-size: 12px;
}
.ftc-single-product div.single-product-container .entry-summary .price {
    font-style: normal;
    font-size: 1em;
    font-weight: normal;
}
.ftc-single-product div.single-product-container .entry-summary .yith-wcwl-add-to-wishlist > * {
    float: none !important;
}
.ftc-single-product div.single-product-container .entry-summary .yith-wcwl-add-to-wishlist > *.show {
    display: inline-block !important;
}
.ftc-single-product div.single-product-container .entry-summary .woocommerce-product-ng {
    position: relative;
}
.ftc-single-product div.single-product-container .entry-summary .woocommerce-product-ng .star-rang {
    margin: 0;
}
.ftc-single-product div.single-product-container .entry-summary .woocommerce-product-ng .woocommerce-review-link {
    font-size: 11px;
}
.ftc-single-product div.single-product-container.images_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ftc-single-product div.single-product-container.images_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ftc-single-product div.single-product-container.images_left .product-thumb,
.ftc-single-product div.single-product-container.images_left .entry-summary,
.ftc-single-product div.single-product-container.images_right .product-thumb,
.ftc-single-product div.single-product-container.images_right .entry-summary {
    width: 50%;
}
@media (max-width: 768px) {
    .ftc-single-product div.single-product-container.images_left,
    .ftc-single-product div.single-product-container.images_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ftc-single-product div.single-product-container.images_left .product-thumb,
    .ftc-single-product div.single-product-container.images_left .entry-summary,
    .ftc-single-product div.single-product-container.images_right .product-thumb,
    .ftc-single-product div.single-product-container.images_right .entry-summary {
        width: 100%;
        text-align: center;
    }
    .ftc-single-product div.single-product-container .entry-summary{
        padding: 0;
        margin-top: 30px;
    }
    .ftc-single-product div.single-product-container .entry-summary > .detail-nav-summary{
        position: relative;
        margin-top: 10px;
    }
    .ftc-single-product div.single-product-container.images_left .product-thumb,
    .ftc-single-product div.single-product-container.images_right .product-thumb {
        height: 400px;
    }
    .ftc-single-product div.single-product-container .entry-summary form.cart input[type="button"],
    .ftc-single-product div.single-product-container .entry-summary form.cart input[type="number"]{
        float: none;
        margin-right: 1px;
    }
    .ftc-single-product div.single-product-container .entry-summary .yith-wcwl-add-to-wishlist a{
        margin: 0 auto;
    }
    .ftc-single-product div.single-product-container .entry-summary .social-sharing li{
        float: none;
    }
    .ftc-single-product div.single-product-container .entry-summary .social-sharing .ftc-social-sharing{
        margin-bottom: 15px;
    }
    .ftc-single-product div.single-product-container .entry-summary form.cart input[type="button"]{
        margin-top: 1px;
    }
}
.ftc-single-product div.single-product-container.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ftc-single-product div.single-product-container.vertical_reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.ftc-single-product div.single-product-container.vertical .product-thumb,
.ftc-single-product div.single-product-container.vertical_reversed .product-thumb {
    height: 450px;
}
.ftc-single-product div.single-product-container.image_background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 450px;
}
.ftc-single-product div.single-product-container.image_background .entry-summary {
    position: absolute;
    z-index: 1;
}
.ftc-single-product div.single-product-container.image_background .product-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}
.ftc-elements-blogs .post,
.ftc-elements_products_slider .post {
    margin-bottom: 1rem;
}
.ftc-elements-blogs .post.swiper-slide,
.ftc-elements_products_slider .post.swiper-slide {
    margin-bottom: 0;
}
.ftc-elements-blogs .post .inner-wrap,
.ftc-elements_products_slider .post .inner-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.ftc-elements-blogs .post .inner-wrap,
.ftc-elements-blogs .post .post-overlay,
.ftc-elements_products_slider .post .inner-wrap,
.ftc-elements_products_slider .post .post-overlay {
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.ftc-elements-blogs .post .post-thumb,
.ftc-elements_products_slider .post .post-thumb {
    overflow: hidden;
}
.ftc-elements-blogs .post .post-thumb img,
.ftc-elements_products_slider .post .post-thumb img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}
.ftc-elements-blogs .post .post-text,
.ftc-elements_products_slider .post .post-text {
    padding: 20px;
}
.ftc-elements-blogs .post .post-text > *:not(.ftc-readmore),
.ftc-elements_products_slider .post .post-text > *:not(.ftc-readmore) {
    display: block;
}
.ftc-elements-blogs .post .post-text *,
.ftc-elements_products_slider .post .post-text * {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ftc-elements-blogs .post .post-text h4,
.ftc-elements_products_slider .post .post-text h4 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0 0 15px;
}
.ftc-elements-blogs .post .post-text .meta,
.ftc-elements_products_slider .post .post-text .meta {
    font-size: 11px;
    padding: 0 0 15px;
    line-height: 1.6;
}
.ftc-elements-blogs .post .post-text .meta > span,
.ftc-elements_products_slider .post .post-text .meta > span {
    padding: 0 5px;
    border: none;
    border-left: 1px solid rgba(153, 153, 153, 0.3);
    margin: 0;
}
.ftc-elements-blogs .post .post-text .meta > span:first-child,
.ftc-elements-blogs .post .post-text .meta > span:nth-of-type(3),
.ftc-elements_products_slider .post .post-text .meta > span:first-child,
.ftc-elements_products_slider .post .post-text .meta > span:nth-of-type(3) {
    padding-left: 0;
    border: none;
}
.ftc-elements-blogs .post .post-text .meta > span a,
.ftc-elements_products_slider .post .post-text .meta > span a {
    font-size: inherit;
    font-weight: inherit;
}
.ftc-elements-blogs .post .post-text p,
.ftc-elements_products_slider .post .post-text p {
    font-size: 14px;
    margin: 0;
    padding: 0 0 15px;
}
.ftc-elements-blogs .post .post-text .price-wrap,
.ftc-elements-blogs .post .post-text .add-to-cart-wrap,
.ftc-elements_products_slider .post .post-text .price-wrap,
.ftc-elements_products_slider .post .post-text .add-to-cart-wrap {
    padding: 0 0 15px;
    display: block;
}
.ftc-elements-blogs .post .post-text span.price,
.ftc-elements_products_slider .post .post-text span.price {
    font-size: 22px;
    font-style: normal;
}
.ftc-elements-blogs.style_2 .inner-wrap,
.ftc-elements_products_slider.style_2 .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ftc-elements-blogs.style_2 .inner-wrap > div,
.ftc-elements_products_slider.style_2 .inner-wrap > div {
    width: 50%;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-thumb img,
.ftc-elements_products_slider.style_2 .inner-wrap .post-thumb img {
    margin-bottom: -10px;
}
@media (max-width: 768px) {
    .ftc-elements-blogs.style_2 .inner-wrap,
    .ftc-elements_products_slider.style_2 .inner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ftc-elements-blogs.style_2 .inner-wrap > div,
    .ftc-elements_products_slider.style_2 .inner-wrap > div {
        width: 100% !important;
    }
}
.ftc-elements-blogs.style_3 .inner-wrap,
.ftc-elements-blogs.style_4 .inner-wrap,
.ftc-elements_products_slider.style_3 .inner-wrap,
.ftc-elements_products_slider.style_4 .inner-wrap {
    position: relative;
    background-color: transparent !important;
    height: 400px;
}
.ftc-elements-blogs.style_3 .inner-wrap .post-thumb-back,
.ftc-elements-blogs.style_3 .inner-wrap .post-overlay,
.ftc-elements-blogs.style_4 .inner-wrap .post-thumb-back,
.ftc-elements-blogs.style_4 .inner-wrap .post-overlay,
.ftc-elements_products_slider.style_3 .inner-wrap .post-thumb-back,
.ftc-elements_products_slider.style_3 .inner-wrap .post-overlay,
.ftc-elements_products_slider.style_4 .inner-wrap .post-thumb-back,
.ftc-elements_products_slider.style_4 .inner-wrap .post-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.ftc-elements-blogs.style_3 .inner-wrap .post-thumb-back,
.ftc-elements-blogs.style_4 .inner-wrap .post-thumb-back,
.ftc-elements_products_slider.style_3 .inner-wrap .post-thumb-back,
.ftc-elements_products_slider.style_4 .inner-wrap .post-thumb-back {
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.ftc-elements-blogs.style_3 .inner-wrap .post-overlay,
.ftc-elements-blogs.style_4 .inner-wrap .post-overlay,
.ftc-elements_products_slider.style_3 .inner-wrap .post-overlay,
.ftc-elements_products_slider.style_4 .inner-wrap .post-overlay {
    z-index: 1;
}
.ftc-elements-blogs.style_3 .inner-wrap .post-text,
.ftc-elements-blogs.style_4 .inner-wrap .post-text,
.ftc-elements_products_slider.style_3 .inner-wrap .post-text,
.ftc-elements_products_slider.style_4 .inner-wrap .post-text {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65);
}
.ftc-elements-blogs.style_3 .post-text,
.ftc-elements_products_slider.style_3 .post-text {
    width: 100%;
    height: 100%;
}
.ftc-elements-blogs.style_4 .inner-wrap,
.ftc-elements_products_slider.style_4 .inner-wrap {
    position: relative;
    background-color: transparent !important;
}
.ftc-elements-blogs.style_4 .inner-wrap .post-thumb-back,
.ftc-elements_products_slider.style_4 .inner-wrap .post-thumb-back {
    width: 60%;
}
.ftc-elements-blogs.style_4 .inner-wrap .post-overlay,
.ftc-elements_products_slider.style_4 .inner-wrap .post-overlay {
    top: 10%;
    bottom: 10%;
    left: 40%;
    right: 5%;
    background: rgba(255, 255, 255, 0.6);
}
.ftc-elements-blogs.style_4 .inner-wrap .post-text,
.ftc-elements_products_slider.style_4 .inner-wrap .post-text {
    top: 10%;
    left: 20%;
    right: 5%;
}
.elementor .ftc-all-slider .swiper-button-next,
.elementor .ftc-elements_products_slider .swiper-button-next {
    right: 20px;
}
.elementor .ftc-all-slider .swiper-button-prev,
.elementor .ftc-elements_products_slider .swiper-button-prev {
    left: 20px;
}
.elementor .ftc-all-slider .swiper-button-next,
.elementor .ftc-all-slider .swiper-button-prev,
.elementor .ftc-elements_products_slider .swiper-button-next,
.elementor .ftc-elements_products_slider .swiper-button-prev {
    text-indent: -1000px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.ftc-elements-is-mobile .elementor .ftc-all-slider .swiper-button-next,
.ftc-elements-is-mobile .elementor .ftc-all-slider .swiper-button-prev,
.ftc-elements-is-mobile .elementor .ftc-elements_products_slider .swiper-button-next,
.ftc-elements-is-mobile .elementor .ftc-elements_products_slider .swiper-button-prev {
    opacity: 1;
}
.elementor .ftc-all-slider:hover .swiper-button-next,
.elementor .ftc-all-slider:hover .swiper-button-prev,
.elementor .ftc-elements_products_slider:hover .swiper-button-next,
.elementor .ftc-elements_products_slider:hover .swiper-button-prev {
    opacity: 1;
}
.ftc-loadmore-posts {
    display: block;
}
.ftc-loadmore {
    display: inline-block;
}
.elementor-widget-ftc-posts-grid a.ftc-loadmore {
    display: inline-block;
    padding: 10px 15px;
    background-color: #222;
    color: #fff;
    position: relative;
    line-height: 20px;
}
.elementor-widget-ftc-posts-grid .ftc-loadmore-posts {
    text-align: center;
}
.ftc-loadmore.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}
.ftc-loadmore.loading_post:after {
    content: "";
    position: absolute;
    margin-left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-radius: 100%;
    border: 2px solid #e74c3c;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    border-top-color: #fff;
}
a.ftc-loadmore.more_posts.button.loading_post {
    padding: 10px 35px 10px 15px;
    cursor: not-allowed;
}
.ftc-product-categories .category {
    position: relative;
    text-align: center;
    z-index: 0;
}
.ftc-product-categories .category:hover {
    z-index: 2 !important;
}
.ftc-product-categories p.btn-category {
    padding: 8px 12px;
    display: inline-block;
}
.ftc-product-categories .ftc-categories {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ftc-product-categories .images-category,
.ftc-product-categories .category__overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ftc-product-categories .images-category,
.ftc-product-categories .item-description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.ftc-product-categories .images-category {
    z-index: 0;
    overflow: hidden;
}
.ftc-product-categories .images-category .image-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: blur(0px) grayscale(0);
    filter: blur(0px) grayscale(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ftc-product-categories .category__overlay {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.ftc-product-categories .item-description {
    position: relative;
    z-index: 2;
    padding: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.ftc-product-categories .title {
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
}
.ftc-product-categories .product-count {
    display: block;
    font-size: 12px;
}
.ftc-product-categories.style_2 .ftc-categories {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.ftc-product-categories.style_2 .category__overlay {
    z-index: 0;
}

.ftc-product-categories.style_2 .images-category,
.ftc-product-categories.style_2 .item-description {
    width: 50%;
}
.ftc-product-categories.style_2 .images-category {
    z-index: 1;
    height: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ftc-product-categories.style_2 .item-description {
    position: relative;
    z-index: 2;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ftc-product-categories.style_3 .ftc-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ftc-product-categories.style_3 .category__overlay {
    z-index: 0;
}
.ftc-product-categories.style_3 .images-category {
    z-index: 1;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ftc-product-categories.style_3 .item-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
}
.ftc-product-categories.style_4 .category__overlay {
    z-index: 1;
}
.ftc-product-categories.style_4 .category__overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.ftc-product-categories.style_4 .item-description {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.ftc-product-categories.style_4 .title:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0.3;
}
.ftc-product-categories.blur_image .category:hover .image-inner {
    -webkit-filter: blur(10px) grayscale(0) hue-rotate();
    filter: blur(10px) grayscale(0) hue-rotate();
}

.ftc-product-categories.greyscale_image .category:hover .image-inner {
    -webkit-filter: blur(0px) grayscale(100%) hue-rotate(0);
    filter: blur(0px) grayscale(100%) hue-rotate(0);
}

.ftc-product-categories.enlarge_image .category:hover .image-inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ftc-product-categories.shrink_image .image-inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ftc-product-categories.shrink_image .category:hover .image-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ftc-product-categories .ftc-categories {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ftc-product-categories.box_enlarge_shadow .ftc-categories:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.ftc-product-categories.box_shrink_shadow .ftc-categories:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.ftc-product-categories.box_move_up .ftc-categories:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ftc-product-categories.box_move_down .ftc-categories:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.ftc-product-categories.box_move_right .ftc-categories:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.ftc-product-categories.box_move_left .ftc-categories:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.ftc-product-tabs .tabs-wrapper .tab-title:hover,
.ftc-product-tabs .tabs-content-wrapper .tab-title:hover {
    cursor: pointer;
}
.ftc-product-tabs .tabs-content-wrapper .tab-content{
    display: none;
}
.ftc-product-tabs .tabs-content-wrapper .tab-content.active {
    display: block;
}
.ftc-product-tabs.horizontal .tabs-wrapper .tab-title.active {
    z-index: 1;
    border-style: solid;
}
.ftc-product-tabs.horizontal .tabs-wrapper .tab-title.active:after {
    left: 100%;
}

.ftc-product-tabs.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ftc-product-tabs.vertical .tabs-wrapper,
.ftc-product-tabs.vertical .tabs-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ftc-product-tabs.vertical .tabs-wrapper {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.ftc-product-tabs.vertical .tabs-wrapper .tab-title {
    display: block;
}

.ftc-product-tabs.vertical .tabs-wrapper .tab-title.active {
    z-index: 1;
    border-style: solid;
    border-width: 0;
}

.ftc-product-tabs.vertical .tabs-wrapper .tab-title.active:after {
    bottom: auto;
    top: 100%;
}
@media (max-width: 480px) {
    .ftc-product-tabs.vertical{
        flex-direction: column;
    }
    
    .ftc-product-tabs.vertical .tabs-wrapper{
        flex-direction: row;
        justify-content: center;
    }
    .ftc-product-tabs.vertical .tabs-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .prods_style_21 .tab-title .tab-icon ,
    .prods_style_20 .tab-title .tab-icon ,
    .prods_style_10 .tab-title .tab-icon ,
    .prods_style_9 .tab-title .tab-icon ,
    .prods_style_1 .tab-title .tab-icon {
        display: none;
    }
}
.ftc-product-tabs.vertical .tabs-content-wrapper {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

@media (min-width: 480px) {
    .ftc-product-tabs.vertical .tabs-content-wrapper {
        border-left-width: 0 !important;
    }
}

@media (max-width: 480px) {
    .ftc-product-tabs.vertical .tabs-content-wrapper {
        -webkit-flex-basis: 100% ;
        -ms-flex-preferred-size: 100% ;
        flex-basis: 100%;
    }
}

.ftc-elements_instagram .image-link img.stretch {
    width: 100%;
    height: auto;
}

.ftc-elements_instagram .instagram-username {
    display: block;
    text-align: left;
}

.ftc-elements_mc4wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ftc-elements_mc4wp .mc4wp-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.ftc-elements_mc4wp .mc4wp-form-fields input {
    margin: 0;
}

.ftc-elements_mc4wp .mc4wp-form-fields input[type="email"] {
    min-width: 200px;
}

.ftc-elements_mc4wp .mc4wp-form-fields input.button {
    width: auto;
}

.ftc-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ftc-buttons .ftc-content-buttons {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ftc-buttons.horizontal .ftc-content-buttons:first-child {
    margin-left: 0 !important;
}

.ftc-buttons.horizontal .ftc-content-buttons:last-child {
    margin-right: 0 !important;
}

.ftc-buttons.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ftc-buttons.vertical .ftc-content-buttons:first-child {
    margin-top: 0 !important;
}

.ftc-buttons.vertical .ftc-content-buttons:last-child {
    margin-bottom: 0 !important;
}

.ftc-elements_header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ftc-elements_header-logo h1 {
    margin: 0;
}

.ftc-elements_header-logo .logo-image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ftc-elements_header-logo .logo-image.logo {
    width: 120px;
    height: 80px;
}

.ftc-elements_header-logo .logo-image.no-logo {
    background-image: none;
}

.ftc-elements_header-logo .logo-image .site-title.text {
    display: block;
}

.ftc-elements_header-logo .logo-image .site-title.text-hidden {
    font-size: 0;
    opacity: 0;
}
.ftc-all-slider {
    display: block;
    width: 100%;
}
.ftc-all-slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ftc-all-slider .swiper-slide .slide-title,
.ftc-all-slider .swiper-slide .slide-content,
.ftc-all-slider .swiper-slide .slide-buttons {
    position: relative;
    z-index: 2;
    margin: 0;
}
.ftc-all-slider .swiper-slide .slide-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ftc-all-slider .swiper-slide .slide-buttons a {
    padding: 8px 18px;
    background-color: green;
    color: #fff;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ftc-all-slider .swiper-slide .slide-buttons a:last-child {
    margin-left: 6px;
}
.ftc-all-slider .swiper-slide .slide-overlay,
.ftc-all-slider .swiper-slide .slide-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ftc-all-slider .swiper-slide .slide-overlay {
    z-index: 1;
}
.mm-enter-animate {
    opacity: 0;
}
.mm-enter-animate.anim-done {
    opacity: 1;
}
.ftc-elements-is-mobile .elementor-section {
    background-attachment: scroll;
    background-position: center center;
    background-size: 100%;
    -webkit-background-attachment: scroll;
    -webkit-background-position: center center;
    -webkit-background-size: 100%;
}
.elementor-element.parallax {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
span.hover_image {
    position: absolute;
    transform: rotateY(90deg);
    top: 0;
    left: 0;
    transition: 0.6s;
}
.ftc_products_slider .post .inner-wrap:hover span.hover_image {
    transform: rotateY(0deg);
}
.ftc_products_slider .post .inner-wrap:hover span.cover_image {
    visibility: hidden;
}

.ftc-product .group-button-product {
    display: flex;
    justify-content: center;
}

.ftc-product:hover .group-button-product {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}


.blog-image.gallery {
    overflow: hidden;
}
.ftc-countdown .counter-wrapper.style_2 > div {
    width: 25%;
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
}
.ftc-countdown .counter-wrapper.style_2 > div .number {
    color: #fff !important;
}
.ftc-countdown .counter-wrapper.style_2 {
    display: flex;
    justify-content: center;
}
.ftc-countdown .counter-wrapper.style_2 > div .number-wrapper {
    margin: 0 15px;
    background-color: #333;
    height: 100px;
}
.load-more-product.style_2 {
    text-align: center;
}
.load-more-product.style_2 a {
    border-radius: 35px;
}
.load-more-product.style_2 a:before,
.load-more-product.style_2 a:after {
    display: none;
}
i.eicon-slider {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
}
.image-content img {
    position: relative;
    z-index: 2;
}
a.ftc-content-buttons {
    padding: 11px;
}
.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}
.navigation-slider div {
    position: absolute;
    z-index: 2;
}
.navigation-slider .nav-next {
    right: 0;
    left: auto;
    font-size: 0;
}
.navigation-slider .nav-prev {
    left: 0;
    right: auto;
    font-size: 0;
}
.navigation-slider .nav-next:before {
    content: "\f178";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 30px;
}
.navigation-slider .nav-prev:before {
    content: "\f177";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 30px;
}
.ftc_products_slider.swiper-container.loading,
.swiper-container.loading.ftc-tabs {
    max-height: 100px;
}

.ftc-product.products.loading {
    min-height: 100px;
}

.ftc_products_slider.swiper-container.loading > div,
.swiper-container.loading.ftc-tabs > div {
    visibility: hidden;
}
.ftc-product.products.loading > div {
    display: none;
}
.ftc_products_slider.swiper-container.loading:before,
.swiper-container.loading.ftc-tabs:before,
.ftc-product.products.loading:before {
    content: "";
    position: absolute;
    left: 50%;
    background-image: url(../images/loading.gif);
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    -moz-transform: translateX(-50%) scale(0.8);
}
/*style for blog*/
.ftc-instagram ul li,
li.post.swiper-slide {
    list-style-type: none;
}
.ftc-instagram ul.columns-5 li {
    display: inline-block;
}
.ftc-instagram ul li {
    display: inline-block;
    text-align: center;
}

.ftc-instagram ul.columns-1 li {
    width: 100%;
}
.ftc-instagram ul.columns-2 li {
    width: 50%;
}
.ftc-instagram ul.columns-3 li {
    width: 33.33%;
}
.ftc-instagram ul.columns-4 li {
    width: 25%;
}
.ftc-instagram ul.columns-5 li {
    width: 20%;
}
.ftc-instagram ul.columns-6 li {
    width: 16.66%;
}
.ftc-instagram ul.slider li {
    width: 100%;
}
.button-insta i.fa.fa-instagram {
    padding: 7px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    position: relative;
    top: 0px;
    line-height: 17px;
    color: #fff;
    height: 30px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.button-insta a.instagram-user {
    border-radius: 0 5px 5px 0;
    background-color: #185abe;
    padding: 7px 7px 6px;
    color: #fff;
}
.title-blogs-grid.element,
.ftc-element-team .title-team-member,
.ftc-element-brand .title-brand-slider,
.ftc-product-widget.elements .title-product-widget {
    text-align: center;
    margin-bottom: 30px;
}

.title-testi-slider h2 {
    text-align: center;
    margin-bottom: 30px;
}
.title-testi-slider {
    margin-bottom: 30px;
}
.ftc-element-testimonial .avatar-image {
    display: inline-block;
}
.ftc-product-tabs .tabs-content-wrapper .owl-item,
.ftc-product-tabs .tabs-content-wrapper .owl-dots > div,
.ftc-portfolio-wrapper .portfolio-inner .item,
.ftc-list-product-by-categories .woocommerce.columns-4 .products.tab.slider .owl-dots > div {
    display: inline-block;
}
.ftc-portfolio-wrapper .term span:last-child:after {
    display: none;
}
.ftc-portfolio-wrapper .term span:after {
    content: "/";
    margin: 0 5px;
}
/*.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,*/
.ftc-elements_tabs .tabs-content-wrapper .tab-content {
    padding: 0 !important;
    /* max-width: calc(100% - 30px); 
   margin: auto;*/
}

.demo08-header1 .elementor-container.elementor-column-gap-no,
.demo08-header2 .elementor-container.elementor-column-gap-no{
    max-width: unset;
}
@media only screen and (max-width: 1024px) {
    /*.elementor-container.elementor-column-gap-no,*/
    .elementor-container.elementor-column-gap-extended {
        max-width: 940px;
    }
    /*
    .demo08-header1 .elementor-container.elementor-column-gap-no,
    .demo08-header2 .elementor-container.elementor-column-gap-no{
        max-width: unset;
    }*/
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important; 
    /*override elementor*/
}
.ftc-portfolio-wrapper .portfolio-inner {
    display: flex;
    flex-flow: row wrap;
}
.ftc-product-tabs .tabs-content-wrapper .owl-item {
    vertical-align: top;
}
/*hotspot*/
.ftc-image-hotspots {
    display: flex;
    position: relative;
}

.ftc-hot-spot-wrap {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    font-size: 14px;
    display: inline-flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.ftc-hot-spot-image {
    position: relative;
}

.ftc-hot-spot-inner {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ftc-hot-spot-inner.hotspot-animation:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    animation: pp-glow 2s infinite;
    left: 0;
    top: 0;
}
.ftc-hot-spot-inner.hotspot-animation:hover:before {
    animation: none;
}

.ftc-hot-spot-inner,
.ftc-hot-spot-inner:before {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
}

.ftc-hotspot-icon {
    position: relative;
}

.ftc-hotspot-icon-wrap {
    display: inline-flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@keyframes pp-glow {
    0% {
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        box-shadow: inset 0 0 1px 1px transparent;
        opacity: 0;
    }
}
.tipso_content p:last-child {
    margin-bottom: 0;
}

.ftc-hotspot-img-align-center .pp-image-hotspots {
    justify-content: center;
}
.ftc-hotspot-img-align-left .pp-image-hotspots {
    justify-content: flex-start;
}
.ftc-hotspot-img-align-right .pp-image-hotspots {
    justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
    .ftc-hotspot-img-align-tablet-center .pp-image-hotspots {
        justify-content: center;
    }
    .ftc-hotspot-img-align-tablet-left .pp-image-hotspots {
        justify-content: flex-start;
    }
    .ftc-hotspot-img-align-tablet-right .pp-image-hotspots {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 767px) {
    .ftc-hotspot-img-align-mobile-center .pp-image-hotspots {
        justify-content: center;
    }
    .ftc-hotspot-img-align-mobile-left .pp-image-hotspots {
        justify-content: flex-start;
    }
    .ftc-hotspot-img-align-mobile-right .pp-image-hotspots {
        justify-content: flex-end;
    }
}
span.ftc-hotspot-icon.tooltip {
    opacity: 1;
}
.ftc-element-hotspots .ftc-hot-spot-image .content {
    top: 30px;
    position: absolute;
    min-width: 270px;
    text-align: center;
}
.ftc-element-hotspots .item-description .meta_info {
    display: flex;
    justify-content: center;
}
.ftc-element-hotspots span.ftc-hot-spot-wrap .content {
    display: none;
}
.ftc-element-hotspots span.ftc-hot-spot-wrap.click .content.active {
    display: block;
}
.ftc-element-hotspots .ftc-hot-spot-image .content .title-product {
    color: #fff;
}
.ftc-hot-spot-wrap.hover:hover .content.woocommerce {
    display: block;
}
span.ftc-hot-spot-wrap:hover .ftc-hot-spot-inner,
span.ftc-hot-spot-wrap:hover .ftc-hot-spot-inner:before {
    width: 0;
}
.ftc-element-brand .item {
    border-style: solid;
    border-color: #ebebeb;
    box-sizing: border-box;
}
.elementor-image.ftc-element-image {
    position: relative;
}
.ftc-element-image .ftc-image-content {
    position: absolute;
    font-style: normal;
}
.ftc-tabs .owl-stage-outer.owl-height {
    height: auto !important;
}
/*style for menu*/
ul.ftc-elements-nav-menu > li {
    display: inline-block;
    float: left;
    padding: 10px 20px;
}
ul.ftc-elements-nav-menu li {
    list-style-type: none;
}
.ftc-elements-nav-menu ul.sub-menu {
    display: none;
}
.ftc-elements-nav-menu .has-sub-menu:hover ul.sub-menu {
    display: block;
}
.ftc-countdown-element .items {
    width: 25%;
    text-align: center;
    padding: 20px 0;
    margin-right: 30px;
    background-color: #000;
}
.ftc-countdown-element .countdown-timer-init {
    display: flex;
    justify-content: center;
}
.ftc-countdown-element .items:last-child {
    margin-right: 0;
}
.ftc-countdown-element .items div,
.ftc-countdown-element .items span {
    color: #fff;
    font-size: 15px;
}
.ftc-countdown-element.style_1 .items div.ftc-number {
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #000;
    border-radius: 100%;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0px 0px 5px 5px #423d3d;
}
.ftc-countdown-element.style_1 .items {
    background-color: transparent;
}
.ftc-countdown-element.style_1 .items span {
    color: #000;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: 5px;
}

.ftc-elements-blogs .social-share-blog ul li {
    list-style-type: none;
    padding: 5px 10px;
}
.ftc-elements-blogs .social-share-blog ul {
    position: absolute;
    visibility: hidden;
    background-color: #000;
    border-radius: 20px;
    transition: ease 1s;
    margin-left: -50px !important;
}
.ftc-elements-blogs .social-share-blog ul li i {
    color: #fff;
}
.ftc-elements-blogs .social-share-blog:hover .ftc-social-sharing {
    visibility: visible;
}
.ftc-elements-blogs .tab-blog-content {
    float: right;
    display: flex !important;
}
.ftc-elements-blogs .tab-blog-content > div {
    margin-right: 20px;
    cursor: pointer;
}
.ftc-elements-blogs .social-share-blog:hover .ftc-social-sharing li {
    display: block;
}
.ftc-elements-blogs ul.ftc-social-sharing {
    display: flex;
}
/*Blogs timeline*/
.ftc-elements-blogs-timeline.columns-1 .element-timeline {
    max-width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20%;
}
.ftc-elements-blogs-timeline.columns-1 .inner-wrap {
    max-width: 80%;
    display: inline-block;
}
.ftc-elements-blogs-timeline .ftc-blogs.post {
    display: flex;
}
.ftc-elements-blogs-timeline .element-timeline span.published {
    display: inline-block;
}
.ftc-elements-blogs-timeline .element-timeline img {
    border-radius: 50%;
}
.ftc-elements-blogs-timeline .element-timeline span.author.vcard {
    display: none;
}
/*product widget*/
.ftc-product-widget.columns-4 .products-widget .ftc-product {
    width: 25%;
    display: inline-block;
    margin-left: 30px;
}
.ftc-product-widget.columns-3 .products-widget .ftc-product {
    width: 33.33%;
    display: inline-block;
    margin-left: 30px;
    max-width: calc(33.33% - 30px);
}
.ftc-product-widget.columns-2 .products-widget .ftc-product {
    width: 50%;
    display: inline-block;
    margin-left: 30px;
    max-width: calc(50% - 30px);
}
.ftc-product-widget.columns-1 .products-widget .ftc-product {
    width: 100%;
    display: inline-block;
    margin-left: 30px;
}
.ftc-product-widget .products-widget .ftc-product {
    position: relative;
}

.products-widget.products.woocommerce {
    display: flex;
    flex-flow: row wrap;
}

.ftc-product-widget .products-widget .ftc-product .images,
.ftc-product-widget .products-widget .ftc-product .meta-description {
    display: inline-block;
    max-width: 50%;
    vertical-align: top;
}
.ftc-product-widget .products-widget .ftc-product .meta-description {
    padding: 0 10px;
}
.ftc-product-widget .products-widget .ftc-product .images {
    position: relative;
}
.ftc-product-widget.elements .woocommerce .star-rating {
    float: left;
}
.ftc-product-widget .products-widget .ftc-product .images:after {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 100%;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    pointer-events: none;
}
.ftc-product-widget .products-widget .ftc-product:hover .images:after {
    right: 0;
}
.ftc-product-widget .products-widget .ftc-product .images {
    margin-bottom: 0;
}
.ftc-product-widget.elements .images span.featured {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    color: #fff;
    background-color: #000;
    font-weight: 600;
    z-index: 6;
    max-width: fit-content;
}
.ftc-product-widget.elements .images span.onsale {
    padding: 5px;
    border-radius: 0;
    min-height: auto;
    min-width: auto;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    background-color: #000;
    max-width: fit-content;
}
.ftc-product-widget .products-widget .ftc-product .images:before {
    position: absolute;
    content: "+";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    z-index: 5;
    visibility: hidden;
    font-weight: 400;
    font-family: none;
    pointer-events: none;
}
.ftc-product-widget .products-widget .ftc-product:hover .images:before {
    visibility: visible;
}
.ftc-list-product-by-categories .content-product .products:not(.tab-0) {
    display: none;
}
.ftc-list-product-by-categories .product-category-tab a h4 {
    display: inline-block;
}
.ftc-list-product-by-categories .product-category-tab a.tab-title.active {
    padding: 8px 10px;
}
.ftc-list-product-by-categories .product-category-tab a.tab-title.active {
    border: 1px solid #999;
    padding: 8px 10px;
    border-radius: 15px;
}
.ftc-list-product-by-categories .product-category-tab a.tab-title {
    margin-right: 20px;
    transition: all ease-in-out 0.5s;
}
.ftc-list-product-by-categories .content-product.woocommerce.products {
    margin-top: 30px;
    overflow: hidden;
}
.ftc-list-product-by-categories .content-product.woocommerce > .products.active {
    display: flex !important;
}

.ftc-list-product-by-categories .woocommerce.columns-4 .products.tab.slider .product {
    width: 100%;
}
.owl-stage .owl-item {
    display: inline-block;
}
/*Circle timer*/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}

.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Century Gothic", Arial;
    line-height: 1;
}
.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Century Gothic", Arial;
    line-height: 1;
    font-weight: bold;
}
.ftc-list-product-by-categories .content-product.woocommerce > .products.active.loading {
    max-height: 100px;
    overflow: hidden;
}
.ftc-list-product-by-categories .content-product.woocommerce > .products.active.loading:before {
    content: "";
    position: absolute;
    left: 50%;
    background-image: url(../images/loading.gif);
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    -moz-transform: translateX(-50%) scale(0.8);
}
/*thumbnail gallery product slider*/
.ftc-thumbnails-gallery ul li {
    max-width: 45px;
    margin-right: 15px;
}
.ftc-thumbnails-gallery ul {
    display: flex;
    flex-flow: row wrap;
}
.ftc-thumbnails-gallery ul li span {
    cursor: pointer;
}

.ftc-pricing {
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ftc-pricing .ftc-pricing-item {
    width: 100%;
    height: auto;
    margin: 0;
}

.ftc-pricing .ftc-pricing-button {
    display: none;
    padding: 12px 25px;
    background: #00c853;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ftc-pricing .ftc-pricing-button:hover {
    background: #03b048;
}

.ftc-pricing .ftc-pricing-item ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ftc-pricing .ftc-pricing-item ul li.disable-item {
    text-decoration: line-through;
    opacity: 0.5;
}

.ftc-pricing .ftc-pricing-item ul li span.li-icon {
    color: #00c853;
    margin-right: 6px;
}

.ftc-pricing .ftc-pricing-item ul li.disable-item span.li-icon {
    color: #ef5350;
}

/*--- Pricing Table: Style 1 ---*/

.ftc-pricing.style-1 {
    position: relative;
    z-index: 0;
    text-align: center;
}

.ftc-pricing.style-1 .ftc-pricing-item {
    border: 1px solid rgba(9, 9, 9, 0.1);
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ftc-pricing.style-1 .ftc-pricing-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ftc-pricing.style-1 .ftc-pricing-item.featured {
    position: relative;
}

.ftc-pricing.style-1 .ftc-pricing-item.ribbon-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00c853;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.ftc-pricing.style-1 .ftc-pricing-item.ribbon-2:before {
    content: "Featured";
    position: absolute;
    width: auto;
    background: #00c853;
    color: #fff;
    top: 35px;
    right: -15px;
    z-index: 10;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
}

.ftc-pricing.style-1 .ftc-pricing-item.ribbon-2:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -15px;
    width: 0;
    height: 0;
    border-bottom: 15px solid #00c853;
    border-right: 15px solid transparent;
    z-index: 9;
    opacity: 0.9;
}

.ftc-pricing.style-1 .ftc-pricing-item.ribbon-3:before {
    content: "Featured";
    position: absolute;
    width: auto;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
}

.ftc-pricing .ftc-pricing-item .ftc-pricing-image.ribbon-4:before,
.ftc-pricing .ftc-pricing-item.ribbon-4:before {
    content: "Featured";
    position: absolute;
    width: auto;
    background: #00c853;
    color: #fff;
    top: 30px;
    right: -55px;
    z-index: 10;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px;
    padding: 7px 0;
    white-space: nowrap;
}

.ftc-pricing .ftc-pricing-item .ftc-pricing-image.ribbon-left.ribbon-4:before,
.ftc-pricing .ftc-pricing-item.ribbon-left.ribbon-4:before {
    right: auto;
    left: -55px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ftc-pricing.style-1 .ftc-pricing-item .header {
    display: block;
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-radius: 5px 5px 25px 25px;
}

.ftc-pricing.style-1 .ftc-pricing-item .header:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    background: rgba(9, 9, 9, 0.1);
}

.ftc-pricing.style-1 .ftc-pricing-item .header .title {
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}

.ftc-pricing.style-1 .ftc-pricing-item .ftc-pricing-tag {
    position: relative;
    z-index: 0;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.ftc-pricing.style-1 .ftc-pricing-item .ftc-pricing-tag:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    background: rgba(9, 9, 9, 0.04);
}

.ftc-pricing.style-1 .ftc-pricing-item .price-tag {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    line-height: 0px;
    margin: 0px auto;
}

.ftc-pricing.style-1 .ftc-pricing-item .price-tag .price-currency {
    font-size: 24px;
    font-weight: 700;
}

.ftc-pricing.style-1 .ftc-pricing-item .price-period {
    color: #999;
}

.ftc-pricing.style-1 .ftc-pricing-item .body ul {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.ftc-pricing .ftc-pricing-item .body ul {
    text-align: left;
    padding: 0 30px;
}
.ftc-pricing .ftc-pricing-item ul li span.li-icon {
    float: right;
    margin-right: 0;
}
.ftc-pricing.style-1 .ftc-pricing-item .body ul li {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    font-size: 14px;
    color: #6d6d6d;
    border-bottom: 1px solid rgba(9, 9, 9, 0.04);
}

.ftc-pricing.style-1 .ftc-pricing-item .body ul li:last-child {
    border: none;
}

.ftc-pricing.style-1 .ftc-pricing-item.featured-large {
    padding: 60px 0px;
}

/*--- Pricing Table : Style 2 ---*/

.ftc-pricing.style-2 {
    position: relative;
    z-index: 0;
    text-align: center;
}

.ftc-pricing.style-2 .ftc-pricing-item {
    padding: 30px 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid rgba(9, 9, 9, 0.1);
}

.ftc-pricing.style-2 .ftc-pricing-item.featured {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ftc-pricing.style-2 .ftc-pricing-item.ribbon-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00c853;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.ftc-pricing.style-2 .ftc-pricing-item.ribbon-2:before {
    content: "Featured";
    position: absolute;
    width: auto;
    background: #00c853;
    color: #fff;
    top: 35px;
    right: -15px;
    z-index: 10;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
}

.ftc-pricing.style-2 .ftc-pricing-item.ribbon-2:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -15px;
    width: 0;
    height: 0;
    border-bottom: 15px solid #00c853;
    border-right: 15px solid transparent;
    z-index: 9;
    opacity: 0.9;
}

.ftc-pricing.style-2 .ftc-pricing-item.ribbon-3:before {
    content: "Featured";
    position: absolute;
    width: auto;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
}

.ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-icon .icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    background: #00c853;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-icon,
.ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-icon .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-icon .icon i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ftc-pricing.style-2 .ftc-pricing-item:hover .ftc-pricing-icon .icon {
    background: #43a047;
}

.ftc-pricing.style-2 .ftc-pricing-item:hover .ftc-pricing-icon .icon i {
    color: #fff;
}

.ftc-pricing.style-2 .ftc-pricing-item .header {
    background: #c8e6c9;
    padding: 10px 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    width: calc(100% - 40px);
    margin: 0 auto 15px;
}

.ftc-pricing.style-2 .ftc-pricing-item.featured .header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.4);
}

.ftc-pricing.style-2 .ftc-pricing-item .header .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin: 0px;
}

.ftc-pricing.style-2 .ftc-pricing-item .header .subititle {
    font-size: 14px;
    font-weight: 600;
    color: #6d6d6d;
}

.ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-tag {
    position: relative;
    z-index: 0;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-tag:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    background: rgba(9, 9, 9, 0.04);
}

.ftc-pricing.style-2 .ftc-pricing-item .price-tag {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    line-height: 0px;
    margin: 0px auto;
}

.ftc-pricing.style-2 .ftc-pricing-item .price-tag .price-currency {
    font-size: 24px;
    font-weight: 700;
    color: #00c853;
}

.ftc-pricing.style-2 .ftc-pricing-item .price-period {
    color: #999;
}

.ftc-pricing.style-2 .ftc-pricing-item .body ul {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.ftc-pricing.style-2 .ftc-pricing-item .body ul li {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    color: #6d6d6d;
    border-bottom: 1px solid rgba(9, 9, 9, 0.04);
}

.ftc-pricing.style-2 .ftc-pricing-item .body ul li:last-child {
    border: none;
}
.ftc-pricing.style-3 .ftc-pricing-item .header:after,
.ftc-pricing.style-3 .ftc-pricing-item .ftc-pricing-tag:after {
    display: none;
}
.ftc-pricing.style-3 .ftc-pricing-item .ftc-pricing-tag {
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
.ftc-pricing.style-3 .ftc-pricing-item .header {
    margin-bottom: 75px;
}

/*--- Media Query ---*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ftc-pricing {
        display: block;
    }

    .ftc-pricing .ftc-pricing-item,
    .ftc-pricing.style-2 .ftc-pricing-item,
    .ftc-pricing.style-4 .ftc-pricing-item {
        width: 100%;
        margin: 0 auto 30px auto;
    }
}

@media only screen and (max-width: 480px) {
    .ftc-pricing {
        display: block;
    }

    .ftc-pricing .ftc-pricing-item {
        width: 100%;
    }

    .ftc-pricing .ftc-pricing-item,
    .ftc-pricing.style-2 .ftc-pricing-item,
    .ftc-pricing.style-4 .ftc-pricing-item {
        margin: 0 auto 30px auto;
    }
}

/*--- Page Builder Related Style ---*/

.ftc-pricing-content-align-center .ftc-pricing {
    text-align: center;
}

.ftc-pricing-content-align-left .ftc-pricing {
    text-align: left;
}

.ftc-pricing-content-align-right .ftc-pricing {
    text-align: right;
}

.ftc-pricing-content-align-center .ftc-pricing.style-4 {
    text-align: center;
}

.ftc-pricing-content-align-left .ftc-pricing.style-4 {
    text-align: left;
}

.ftc-pricing-content-align-right .ftc-pricing.style-4 {
    text-align: right;
}

.ftc-pricing-content-align-left .ftc-pricing.style-2 .ftc-pricing-item .price-tag {
    padding-left: 45px;
}

.ftc-pricing-content-align-left .ftc-pricing.style-2 .ftc-pricing-item .price-tag:before {
    left: 30px;
}

.ftc-pricing-content-align-right .ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-tag {
    padding-right: 30px;
}

.ftc-pricing-content-align-left .ftc-pricing.style-2 .ftc-pricing-item .header,
.ftc-pricing-content-align-left .ftc-pricing.style-2 .ftc-pricing-item .footer,
.ftc-pricing-content-align-left .ftc-pricing.style-4 .ftc-pricing-item .header,
.ftc-pricing-content-align-left .ftc-pricing.style-4 .ftc-pricing-item .footer {
    padding-left: 30px;
    padding-right: 30px;
}

.ftc-pricing-content-align-right .ftc-pricing.style-2 .ftc-pricing-item .header,
.ftc-pricing-content-align-right .ftc-pricing.style-2 .ftc-pricing-item .footer,
.ftc-pricing-content-align-right .ftc-pricing.style-4 .ftc-pricing-item .header,
.ftc-pricing-content-align-right .ftc-pricing.style-4 .ftc-pricing-item .footer {
    padding-right: 30px;
    padding-left: 30px;
}

.ftc-pricing-content-align-left .ftc-pricing.style-2 .ftc-pricing-item .body ul li,
.ftc-pricing-content-align-left .ftc-pricing.style-4 .ftc-pricing-item .body ul li {
    padding-left: 30px;
}

.ftc-pricing-content-align-right .ftc-pricing.style-2 .ftc-pricing-item .body ul li,
.ftc-pricing-content-align-right .ftc-pricing.style-4 .ftc-pricing-item .body ul li {
    padding-right: 30px;
}

.ftc-pricing-content-align-left .ftc-pricing.style-3 .ftc-pricing-item .header:after {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
}

.ftc-pricing-content-align-right .ftc-pricing.style-3 .ftc-pricing-item .header:after {
    -webkit-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%);
}

.ftc-pricing-content-align-left .ftc-pricing.style-3 .ftc-pricing-item:hover .header:after,
.ftc-pricing-content-align-right .ftc-pricing.style-3 .ftc-pricing-item:hover .header:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.ftc-pricing-content-align-left .ftc-pricing.style-1 .ftc-pricing-item .header:after,
.ftc-pricing-content-align-right .ftc-pricing.style-1 .ftc-pricing-item .header:after,
.ftc-pricing-content-align-left .ftc-pricing.style-1 .ftc-pricing-item .ftc-pricing-tag:after,
.ftc-pricing-content-align-right .ftc-pricing.style-1 .ftc-pricing-item .ftc-pricing-tag:after,
.ftc-pricing-content-align-left .ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-tag:after,
.ftc-pricing-content-align-right .ftc-pricing.style-2 .ftc-pricing-item .ftc-pricing-tag:after {
    margin: 0;
    width: 100%;
}

/*--- Button Alignment ---*/

.ftc-pricing-button-align-right .ftc-pricing.style-1 .footer,
.ftc-pricing-button-align-right .ftc-pricing.style-2 .footer,
.ftc-pricing-button-align-right .ftc-pricing.style-3 .footer,
.ftc-pricing-button-align-right .ftc-pricing.style-4 .footer {
    text-align: right;
}

.ftc-pricing-button-align-center .ftc-pricing.style-1 .footer,
.ftc-pricing-button-align-center .ftc-pricing.style-2 .footer,
.ftc-pricing-button-align-center .ftc-pricing.style-3 .footer,
.ftc-pricing-button-align-center .ftc-pricing.style-4 .footer {
    text-align: center;
}

.ftc-pricing-button-align-left .ftc-pricing.style-1 .footer,
.ftc-pricing-button-align-left .ftc-pricing.style-2 .footer,
.ftc-pricing-button-align-left .ftc-pricing.style-3 .footer,
.ftc-pricing-button-align-left .ftc-pricing.style-4 .footer {
    text-align: left;
}

.ftc-pricing-content-align-center.ftc-pricing-button-align-right .ftc-pricing.style-2 .footer,
.ftc-pricing-content-align-center.ftc-pricing-button-align-right .ftc-pricing.style-4 .footer {
    padding-right: 30px;
}

.ftc-pricing-content-align-center.ftc-pricing-button-align-left .ftc-pricing.style-2 .footer,
.ftc-pricing-content-align-center.ftc-pricing-button-align-left .ftc-pricing.style-4 .footer {
    padding-left: 30px;
}

/*--- Only In Pro Alert ---*/

.only-in-pro {
    width: 100%;
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    min-width: 200px;
    background: #ef5350;
    color: #fff;
    text-align: center;
}

.only-in-pro .title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin: 0px;
}

/*--- Pricing Table Tooltip ---*/

div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
    position: absolute;
    top: 50%;
}

div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
    margin-bottom: 0px !important;
}

div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
    margin-top: 0px !important;
}

.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    top: auto;
    bottom: -8px;
}

div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    top: -8px;
    bottom: auto;
}

@media only screen and (max-width: 480px) {
    .ftc-price-list .ftc-price-list-image {
        max-width: 25%;
    }
}
/*Flip Box*/
.ftc-flipbox-container {
    position: relative;
    height: 300px;
    width: 100%;
}

.ftc-flipbox-icon-image,
.ftc-flipbox-icon-image-back {
    display: inline-block;
    margin: 0 auto 0px auto;
    line-height: 1;
}
.ftc-flipbox-icon-image img,
.ftc-flipbox-icon-image-back img {
    width: 30%;
}
.ftc-flipbox-icon-image i,
.ftc-flipbox-icon-image-back i {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
}

.ftc-flipbox-overlay {
    height: 100%;
    padding: 35px;
    width: 100%;
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ftc-flipbox-front,
.ftc-flipbox-back {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ftc-flipbox-front {
    background: #1abc9c;
    color: #fff;
    z-index: 2;
}

.ftc-flipbox-back {
    background: #444;
    color: #fff;
}
.ftc-flipbox-back .ftc-flipbox-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ftc-flipbox-content,
.ftc-flipbox-heading {
    color: #fff;
}

.ftc-flipbox-heading.ftc-flipbox-linked-title {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}

/*--- CSS3 Transitions ---*/
.ftc-flipbox-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.ftc-flipbox-front,
.ftc-flipbox-back {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ftc-flipbox-flip-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ftc-flipbox-back,
.ftc-flipbox-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*--- Flip ---*/
.ftc-animate-flip.ftc-direction-up.ftc-flipbox-container:hover .ftc-flipbox-flip-card,
.ftc-animate-flip.ftc-direction-up .ftc-flipbox-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.ftc-animate-flip.ftc-direction-down.ftc-flipbox-container:hover .ftc-flipbox-flip-card,
.ftc-animate-flip.ftc-direction-down .ftc-flipbox-back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.ftc-animate-flip.ftc-direction-left.ftc-flipbox-container:hover .ftc-flipbox-flip-card,
.ftc-animate-flip.ftc-direction-left .ftc-flipbox-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ftc-animate-flip.ftc-direction-right.ftc-flipbox-container:hover .ftc-flipbox-flip-card,
.ftc-animate-flip.ftc-direction-right .ftc-flipbox-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*--- Slide ---*/
.ftc-animate-push.ftc-flipbox-container,
.ftc-animate-slide.ftc-flipbox-container {
    overflow: hidden;
}

.ftc-animate-push .ftc-flipbox-back,
.ftc-animate-slide .ftc-flipbox-back {
    z-index: 3;
}

.ftc-animate-push.ftc-direction-up .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-up .ftc-flipbox-back {
    top: 100%;
}

.ftc-animate-push.ftc-direction-up.ftc-flipbox-container:hover .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-up.ftc-flipbox-container:hover .ftc-flipbox-back {
    top: 0;
}

.ftc-animate-push.ftc-direction-down .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-down .ftc-flipbox-back {
    top: auto;
    bottom: 100%;
}

.ftc-animate-push.ftc-direction-down.ftc-flipbox-container:hover .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-down.ftc-flipbox-container:hover .ftc-flipbox-back {
    top: auto;
    bottom: 0;
}

.ftc-animate-push.ftc-direction-left .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-left .ftc-flipbox-back {
    left: 100%;
}

.ftc-animate-push.ftc-direction-left.ftc-flipbox-container:hover .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-left.ftc-flipbox-container:hover .ftc-flipbox-back {
    left: 0;
}

.ftc-animate-push.ftc-direction-right .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-right .ftc-flipbox-back {
    left: auto;
    right: 100%;
}

.ftc-animate-push.ftc-direction-right.ftc-flipbox-container:hover .ftc-flipbox-back,
.ftc-animate-slide.ftc-direction-right.ftc-flipbox-container:hover .ftc-flipbox-back {
    left: auto;
    right: 0;
}

/*--- Push + Slide Above ---*/
.ftc-animate-push.ftc-direction-up.ftc-flipbox-container:hover .ftc-flipbox-front {
    top: -100%;
}

.ftc-animate-push.ftc-direction-down.ftc-flipbox-container:hover .ftc-flipbox-front {
    top: 100%;
}

.ftc-animate-push.ftc-direction-left.ftc-flipbox-container:hover .ftc-flipbox-front {
    left: -100%;
}

.ftc-animate-push.ftc-direction-right.ftc-flipbox-container:hover .ftc-flipbox-front {
    left: 100%;
}

/*--- Zoom In ---*/
.ftc-animate-zoom-in .ftc-flipbox-back {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    z-index: 3;
}
.ftc-animate-zoom-in.ftc-flipbox-container:hover .ftc-flipbox-back {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*--- Zoom Out ---*/
.ftc-animate-zoom-out.ftc-flipbox-container:hover .ftc-flipbox-front {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.ftc-animate-fade.ftc-flipbox-container:hover .ftc-flipbox-front {
    opacity: 0;
}

/*Imgae accordion*/
.ftc-img-accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
}
.ftc-img-accordion.accordion-direction-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ftc-img-accordion a {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-box-flex 0.4s, -webkit-flex 0.4s;
    transition: -webkit-box-flex 0.4s, -webkit-flex 0.4s;
    -o-transition: flex 0.4s;
    transition: flex 0.4s;
    transition: flex 0.4s, -webkit-box-flex 0.4s, -webkit-flex 0.4s, -ms-flex 0.4s;
    overflow: hidden;
}
.ftc-grow-accordion {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.ftc-img-accordion .overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.ftc-img-accordion-horizontal-align-left .overlay {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.ftc-img-accordion-horizontal-align-center .overlay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.ftc-img-accordion-horizontal-align-right .overlay {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.ftc-img-accordion-vertical-align-top .overlay {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ftc-img-accordion-vertical-align-center .overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ftc-img-accordion-vertical-align-bottom .overlay {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.ftc-img-accordion .overlay .overlay-inner {
    z-index: 1;
}
.ftc-img-accordion a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ftc-img-accordion .overlay-inner * {
    visibility: hidden;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ftc-img-accordion .overlay h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}
.ftc-img-accordion .overlay p {
    color: #fff;
    margin-bottom: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
.ftc-img-accordion .overlay-inner-show * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
@media screen and (max-width: 800px) {
    .ftc-img-accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ftc-img-accordion a:hover {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .ftc-img-accordion a:hover .overlay {
        background-color: transparent;
    }
}

/*List price*/
.elementor-widget-ftc-price-list .ftc-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elementor-widget-ftc-price-list .ftc-price-list li {
    margin: 0;
}

.ftc-price-list li:not(:last-child) {
    margin-bottom: 20px;
}

.ftc-price-list .ftc-price-list-image {
    max-width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 25px;
}
.ftc-price-list .ftc-price-list-image img {
    width: 100%;
}

.ftc-price-list .ftc-price-list-text,
.ftc-price-list .ftc-price-list-item,
.ftc-price-list .ftc-price-list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ftc-price-list .ftc-price-list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-title {
    max-width: 80%;
}
.ftc-price-list .ftc-price-list-item p.ftc-price-list-description {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin: 0;
}
.ftc-price-list .ftc-price-list-item .ftc-price-list-separator {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0;
}

/*
 * Dropcaps
 */
.ftc-dropcaps-inner p {
    color: #434343;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.ftc-dropcaps-inner p:first-of-type:first-letter,
.ftc-dropcaps-inner:first-of-type:first-letter {
    color: #d6d6d6;
    float: left;
    font-size: 90px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 20px;
    font-weight: 700;
    margin-top: 10px;
}
@-moz-document url-prefix() {
    .ftc-dropcaps-style-1 .ftc-dropcaps-inner p:first-of-type:first-letter,
    .ftc-dropcaps-style-1 .ftc-dropcaps-inner:first-of-type:first-letter {
        padding: 0 20px 0px;
    }
}
/* Dropcaps Style 2 */
.ftc-dropcaps-style-2 .ftc-dropcaps-inner p:first-of-type:first-letter,
.ftc-dropcaps-style-2 .ftc-dropcaps-inner:first-of-type:first-letter {
    color: #18012c;
    float: left;
    font-size: 60px;
    margin-right: 15px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 15px;
    border: 2px solid;
    padding: 35px 15px;
    font-style: normal;
}

/* Dropcaps Style 3 */
.ftc-dropcaps-style-3 .ftc-dropcaps-inner p:first-of-type:first-letter,
.ftc-dropcaps-style-3 .ftc-dropcaps-inner:first-of-type:first-letter {
    color: #ed552d;
    float: left;
    font-size: 90px;
    margin-right: 15px;
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: line-through;
    line-height: 28px;
    border: 0;
    padding: 0;
    font-style: normal;
}

/* Dropcaps Style 4 */
.ftc-dropcaps-style-4 .ftc-dropcaps-inner p:first-of-type:first-letter,
.ftc-dropcaps-style-4 .ftc-dropcaps-inner:first-of-type:first-letter {
    color: #fff;
    float: left;
    font-size: 36px;
    padding: 20px 22px;
    background: #000;
    border-radius: 50%;
    font-size: normal;
    border: none;
    font-style: normal;
    font-weight: 500;
}

/* Dropcaps Style 5 */
.ftc-dropcaps-style-5 .ftc-dropcaps-inner p:first-of-type:first-letter,
.ftc-dropcaps-style-5 .ftc-dropcaps-inner:first-of-type:first-letter {
    color: white;
    float: left;
    font-size: 75px;
    padding: 32px 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0 0 0 5px #000;
    font-style: normal;
    font-weight: 500;
}

/*Dual Heading*/
.ftc-dual-header {
    display: block;
    width: max-content;
    margin: 0 auto 50px;
}

.ftc-dual-header .title,
.ftc-dual-header .title span {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 15px 0px;
}

.ftc-dual-header .subtext {
    font-size: 16px;
    display: block;
}

.ftc-dual-header i {
    display: block;
    padding: 0px;
    margin: 20px 0px 10px 0px;
    font-size: 36px;
}

.ftc-dual-header .title span.lead {
    color: #1abc9c;
}
@media only screen and (max-width: 480px) {
    .ftc-dual-header .title,
    .ftc-dual-header .subtext {
        max-width: 300px;
        margin: 10px auto;
    }
}

/*--- Builder Related Css ---*/

.ftc-dual-header-content-align-center {
    text-align: center;
}

.ftc-dual-header-content-align-left {
    text-align: left;
}

.ftc-dual-header-content-align-right {
    text-align: right;
}

/*custom popup style default*/
.ftc_custom_popup.ftc_default_style .ftc_btn_popup {
    padding: 10px;
    font-size: 14px;
    background-color: #232323;
    color: #fff;
    border-radius: 0;
}
.content_modal {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.content_modal.modal_contact_form {
    padding: 30px;
}
.content_modal .content_popup {
    margin-bottom: 15px;
}
.ftc_default_style.content_modal .btn_popup_modal {
    background-color: #232323;
    color: #fff;
}
.mfp-close-btn-in .content_modal button.mfp-close {
    background-color: transparent;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.mfp-close-btn-in .modal_video iframe {
    margin-top: 5px;
    margin-bottom: 0;
}
.modal_image_gallery .gallery-item {
    margin-top: 5px;
    margin-bottom: 0;
    padding-right: 0;
    text-align: center;
}

.ftc_360_rotation.threesixty .nav_bar {
    left: 50%;
    margin-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    margin-left: 0 !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.ftc_360_rotation.threesixty .nav_bar a {
    display: inline-block !important;
    text-decoration: none;
    width: 45px !important;
    height: 35px !important;
    font-size: 0;
    text-align: center;
    background: none !important;
    text-indent: 0 !important;
    color: #000;
    line-height: 35px;
}
.ftc_360_rotation.threesixty .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    position: relative;
}
.ftc_360_rotation.threesixty .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    position: relative;
}
.ftc_360_rotation.threesixty .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}
.ftc_360_rotation.threesixty .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}
.ftc_360_rotation.threesixty .nav_bar a.nav_bar_next::after {
    content: "\f051";
}
.ftc_360_rotation.threesixty .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}

.tab-vertical .elementor-tabs-wrapper {
}
.tab-vertical .elementor-tab-title.elementor-active {
    background-color: #fff;
    border-width: 1px 0 0 1px !important;
}
.tab-vertical .elementor-tab-title {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb !important;
    border-width: 1px 1px 0 1px !important;
}
.tab-vertical .elementor-tab-title:last-child {
    border-width: 1px !important;
}
.tab-vertical .elementor-tab-title.elementor-active:last-child {
    border-width: 1px 0 1px 1px !important;
}
.tab-underline {
    border: 1px solid #ebebeb;
}
.tab-underline .elementor-tabs-wrapper {
    border-bottom: 1px solid #ebebeb;
    display: flex;
}
.tab-underline .elementor-tabs-wrapper > div {
    width: 25%;
}
.tab-underline .elementor-tab-title.elementor-active {
    background-color: #fff;
}
.tab-underline .elementor-tab-title {
    background-color: #f7f7f7;
    border-right: 1px solid #ebebeb !important;
}

.tab-underline .elementor-tab-title.elementor-active:after {
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
}

.tab-underline .elementor-tabs-wrapper > div:first-child:before {
    content: "\e6ae";
    font-family: "Pe-icon-7-stroke";
    display: inline-block;
    position: unset;
    transition: none;
    width: auto !important;
    margin-right: 5px;
}
.tab-underline .elementor-tabs-wrapper > div:nth-child(2):before {
    content: "\e625";
    font-family: "Pe-icon-7-stroke";
    display: inline-block;
    position: unset;
    transition: none;
    width: auto !important;
    margin-right: 5px;
}
.tab-underline .elementor-tabs-wrapper > div:nth-child(3):before {
    content: "\e650";
    font-family: "Pe-icon-7-stroke";
    display: inline-block;
    position: unset;
    transition: none;
    width: auto !important;
    margin-right: 5px;
}
.tab-underline .elementor-tabs-wrapper > div:nth-child(4):before {
    content: "\e676";
    font-family: "Pe-icon-7-stroke";
    display: inline-block;
    position: unset;
    transition: none;
    width: auto !important;
    margin-right: 5px;
}

.toggle-boxed .elementor-toggle-item {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    position: relative;
}

.toggle-boxed .elementor-toggle-item .elementor-tab-content {
    border-top: 1px solid #ebebeb !important;
    background-color: #fff;
}
.progress-thin .elementor-progress-percentage {
    position: absolute;
    padding-right: 15px;
    top: -15px;
    right: 0;
}
.elementor-widget.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    color: #333;
}

/*Custom Timeline*/
.ftc_timeline_line .start_line {
    top: 0;
}
.ftc_timeline_line .end_line {
    bottom: 0;
}
.ftc_timeline_line .start_line,
.ftc_timeline_line .end_line {
    position: absolute;
    left: 50%;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a07936;
}
.ftc_timeline_line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #a07936;
    z-index: -10;
}
.ftc_custom_timeline .ftc_timeline_breakpoint {
    text-align: center;
    margin: 30px 0;
    color: #fff;
}
.ftc_custom_timeline .ftc_timeline_breakpoint .breakpoint_title {
    padding: 10px 15px;
    background-color: #000;
}
.ftc_custom_timeline {
    padding: 50px 0;
}
.ftc_timeline_items {
    position: relative;
}
.ftc_timeline_items .ftc_timeline_item {
    position: relative;
    background-color: #fff;
}
.ftc_timeline_items .ftc_timeline_item.ftc_position_content_left,
.ftc_timeline_items .ftc_timeline_item.ftc_position_content_right {
    width: 45%;
    max-width: 45%;
}
.ftc_timeline_items .ftc_timeline_item.ftc_position_content_left {
    padding-right: 25px;
}
.ftc_timeline_items .ftc_timeline_item.ftc_position_content_right {
    padding-left: 25px;
    margin-left: auto;
}
.ftc_timeline_items .ftc_timeline_item .btn_readmore_timeline {
    padding: 10px 15px;
    background-color: #232323;
}
.ftc_timeline_items .ftc_timeline_item .btn_readmore_timeline a {
    color: #fff;
}
.ftc_timeline_items .ftc_timeline_item .content_item {
    margin-bottom: 30px;
}
.ftc_timeline_items .ftc_timeline_item .content_item .btn_readmore_timeline {
    margin-top: 15px;
}
.ftc_timeline_items .ftc_timeline_item .image_item img {
    margin: 0 auto;
}
.ftc_timeline_items .ftc_timeline_item .image_item .image_desc {
    margin-top: 10px;
    text-align: center;
}
.ftc_custom_timeline .ftc_timeline_items .ftc_timeline_item {
    padding: 25px;
    border: 1px solid #ebebeb;
}
.ftc_custom_timeline .ftc_timeline_breakpoint .breakpoint_title {
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 480px) {
    .ftc_timeline_items .ftc_timeline_item.ftc_position_content_left,
    .ftc_timeline_items .ftc_timeline_item.ftc_position_content_right {
        width: 100%;
        max-width: 100%;
    }
}
.tab-animation-new .elementor-tab-content {
    display: block !important;
    opacity: 0;
    position: absolute;
}
.tab-animation-new .elementor-tab-content.elementor-active {
    opacity: 1;
    position: relative;
}

.elementor-element.slider-image .ftc-all-slider.swiper-container .swiper-slide > * {
    margin-bottom: 5px;
}
.slider-image .swiper-pagination-bullets {
    cursor: pointer !important;
}
.slider-image .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.img-black-white img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter 0.4s ease-in;
}
.img-black-white .elementor-image-box-img:hover img,
.img-black-white .gallery-item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.elementor-image.ftc-element-image .wp-caption {
    display: inline-block;
    position: relative;
}
.ftc-blogs-slider .inner-wrap .element-date-timeline {
    display: none;
}
.elementor-widget-ftc-circle-countdown-timer .elementor-widget-container .container{
    width: auto;
    padding: 0;
}

/*2022 TEDU don css - style-default.css */
/*Testimonial*/
h5.elementor-heading-title {
    letter-spacing: normal;
}
.site-main .swiper-pagination{
    position: relative;
}
.ftc-blogs-slider .post-text {
    padding-top: 15px;
}
.ftc-element-testimonial .testimonial-content h4.name{
    font-size: 16px;
    font-weight: 400;
}
.ftc-element-testimonial .testimonial-content .infomation{
    font-size: 15px;
    margin-top: 10px;
}
.ftc-element-testimonial.def_style_1 .testimonial-content{
    padding: 15px 0;
}

.ftc-element-testimonial.def_style_1 .testimonial-content:hover{
    box-shadow: 0px 0px 7px 4px #ebebeb;
}
.ftc-element-testimonial.def_style_2 .testimonial-content {
    padding: 20px 0px;
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.07);
}
.ftc-element-testimonial .testimonial-content .woocommerce .star-rating span::before{
    color: #EABE12;
}
.ftc-element-testimonial.def_style_3 .testimonial-content .content-info {
    max-width: 75%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
}
.ftc-element-testimonial.def_style_3 .testimonial-content .avatar-image {
    max-width: 25%;
    display: inline-block;
    vertical-align: middle;   
}
.ftc-element-testimonial.def_style_3 .testimonial-content {
    min-height: 180px;
    padding: 20px 15px;
    box-shadow: 0px 0px 7px 4px #ebebeb;
}
@media (max-width: 991px){
    .ftc-element-testimonial.def_style_3 .infomation {
        padding: 0;
    }
    .ftc-element-testimonial.def_style_4 .testimonial-content .avatar-image{
        float: none !important;
    }
    .ftc-element-testimonial.def_style_4 .testimonial-content .content-info{
        text-align: center !important;
    }
    .ftc-element-team.def_style_3 .ftc-team-member .image-thumbnail,
    .ftc-element-team.def_style_4 .ftc-team-member .image-thumbnail{
        max-width: 50%;
    }
}
@media (max-width: 480px){
    .ftc-element-testimonial.def_style_3 .testimonial-content .content-info{
        text-align: center;
    }
}
.ftc-element-testimonial.def_style_4 .testimonial-content .content-info {
    max-width: 75%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
}
.ftc-element-testimonial.def_style_4 .testimonial-content .avatar-image {
    max-width: 25%;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;   
}
.ftc-element-testimonial.def_style_4 .testimonial-content {
    min-height: 180px;
    padding: 20px 0;
    box-shadow: 0px 0px 7px 4px #ebebeb;
}
.ftc-element-testimonial.def_style_3 .testimonial-content .rating, .ftc-element-testimonial.def_style_4 .testimonial-content .rating{
    display: inline-block;
}
.ftc-element-testimonial.def_style_5 .testimonial-content .content-info .infomation {
    border: 1px solid #ebebeb;
    position: relative;
    margin-top: 30px;
    padding: 20px 5px;
    box-shadow: 0px 0px 7px 4px #ebebeb;
    text-align: center;
}
.ftc-element-testimonial.def_style_5 .testimonial-content{
    padding: 0 5px 10px;
}
.ftc-element-testimonial.def_style_5 .testimonial-content .content-info .name{
    margin-top: 10px;
}
.ftc-element-testimonial.def_style_5 .testimonial-content .content-info .infomation:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid rgba(19, 18, 18, 0.52);
    border-right: 15px solid transparent!important;
    border-left: 15px solid transparent!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    z-index: 9;
}
.ftc-element-testimonial.def_style_1,
.ftc-element-testimonial.def_style_2,
.ftc-element-testimonial.def_style_3,
.ftc-element-testimonial.def_style_4,
.ftc-element-testimonial.def_style_6{
    padding: 0 10px;
}
.ftc-element-testimonial.def_style_1{
    padding-top: 10px;
}
.ftc-element-testimonial.def_style_6 .testimonial-content{
    display: grid;
    border: 1px solid #ebebeb;
    padding: 20px 5px;
    box-shadow: 0px 0px 7px 4px #ebebeb;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .content-info{
    grid-row: 1;
    display: grid;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .content-info .infomation{
    grid-row: 1;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .content-info .byline{
    grid-row: 3;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .content-info .rating{
    grid-row: 2;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .content-info .name{
    margin-bottom: 30px;
    position: relative;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .content-info .name:after {
    content: "";
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    background-color: #1e1e1e;
    margin-bottom: 30px;
    top: 30px;
}
.ftc-element-testimonial.def_style_6 .testimonial-content .avatar-image{
    margin: 0 auto;
}
.ftc-element-testimonial.def_style_1 .testimonial-content .infomation,
.ftc-element-testimonial.def_style_2 .testimonial-content .infomation,
.ftc-element-testimonial.def_style_6 .testimonial-content .infomation{
    padding: 0 10px;
}
/*end 6 style Testimonial*/

/*Style for Team Member*/
.ftc-team-member header{
    margin-top: 10px;
    padding: 0 5px;
}
.ftc-element-team  .ftc-team-member header > h3,.ftc-element-team  .ftc-team-member header > h3 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.ftc-element-team .ftc-team-member {
    max-width: none;
}
.ftc-element-team .ftc-team-member .image-thumbnail{
    margin:auto;
}
.ftc-element-team .ftc-team-member header > h3 a{
    font-weight: 400;
}
.ftc-element-team .ftc-team-member header span.role{
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
}
.ftc-element-team  .ftc-team-member .excerpt{
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
}
.team-color .ftc-team-member header > h3 a,.team-color .ftc-team-member header span.role,
.team-color .ftc-team-member .excerpt  {
    color: #fff;
}
.ftc-element-team.def_style_1 .ftc-team-member .image-thumbnail,
.ftc-element-team.def_style_3 .ftc-team-member .image-thumbnail,
.ftc-element-team.def_style_4 .ftc-team-member .image-thumbnail{
    border-radius: unset;
}
.ftc-element-team.def_style_1 .ftc-team-member {
    box-sizing: border-box;
    padding-bottom: 20px;
}
.ftc-element-team.def_style_1 .ftc-team-member:hover {
    /* box-shadow: 0px 0px 7px 4px #ebebeb*/
}
.ftc-element-team .ftc-team-member .image-thumbnail:before{
    display: none;
}
.ftc-element-team.def_style_1 .ftc-team-member .socials ul {
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0.62);
    line-height: 19px;
    padding: 10px 0px;
}
.ftc-element-team.def_style_2 .ftc-team-member header {
    border: 1px solid #ececec;
    margin-top: 15px;
    padding: 20px 5px;
    border-radius: 5px;
}
.ftc-element-team.def_style_3 .ftc-team-member .content-info,
.ftc-element-team.def_style_4 .ftc-team-member .content-info{
    display: flex;
    align-items: center;
}
.ftc-element-team.def_style_3 .ftc-team-member .image-thumbnail {
    display: inline-block;
    max-width: 40%;
}
.ftc-element-team.def_style_3 .ftc-team-member header {
    display: inline-block;
    max-width: 59%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    padding: 0 0 10px 15px;
    margin-top: 0;
}
.ftc-element-team.def_style_3 .ftc-team-member header span.role
{
    text-decoration: underline;
}
.ftc-element-team.def_style_3 .ftc-team-member .socials {
    position: relative;
    transform: none;
    display: block;
    background-color: #111;
}
.ftc-element-team.def_style_3 .ftc-team-member .socials ul {
    line-height: 18px;
}
.ftc-element-team.def_style_4 .ftc-team-member .image-thumbnail {
    display: inline-block;
    max-width: 40%;
    float: right;
    order: 2;
}
.ftc-element-team.def_style_4 .ftc-team-member header {
    display: inline-block;
    max-width: 59%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: right;
    padding: 0 15px 10px 0;
    order: 1;
    margin-top: 0;
}
.ftc-element-team.def_style_4 .ftc-team-member header span.role
{
    text-decoration: underline;
}
.ftc-element-team.def_style_4 .ftc-team-member .socials {
    position: relative;
    transform: none;
    display: block;
    background-color: #111;
}
.ftc-element-team.def_style_4 .ftc-team-member .socials ul {
    line-height: 18px;
}
/*end team member*/

/*Style for portfolios*/
.ftc-portfolio-element .portfolio-inner .item .thumbnail:after{
    display: none;
}
.ftc-portfolio-element .portfolio-inner .item .thumbnail .figcaption .term span:after {
    content: "/";
    padding: 0 5px;
}
.ftc-portfolio-element .portfolio-inner .item .thumbnail .figcaption .term span:last-child:after {
    display: none;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail img{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img{
    margin-bottom: 10px;
}
.ftc-portfolio-element .portfolio-inner .item .thumbnail .figcaption h3 a{
    font-weight: 500;
}
.ftc-portfolio-element .portfolio-inner .item .thumbnail  span.date-time,
.ftc-portfolio-element .portfolio-inner .item .thumbnail .figcaption .term {
    font-weight: 500;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner{
    margin-bottom: 0;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .icon-group .zoom-img {
    top: 10px;
    right: 10px;
    position: absolute;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .item .icon-group ul{
    opacity: 0;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .item:hover .icon-group ul li,
.ftc-portfolio-element.ftc-portfolio-wrapper .item:hover .icon-group ul{
    opacity: 1;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .item .icon-group ul {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .ftc-social {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 1;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .item .icon-group ul li a i:hover:before{
    color: #000;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .item .icon-group .po-social-sharing {
    top: 60px;
    position: absolute;
    right: 10px;
}
.ftc-portfolio-element.ftc-portfolio-wrapper.def_style_1 .item .thumbnail .icon-group .zoom-img:before,
.ftc-portfolio-element.ftc-portfolio-wrapper.def_style_2 .item .thumbnail .icon-group .zoom-img:before,
.ftc-portfolio-element.ftc-portfolio-wrapper.def_style_3 .item .thumbnail .icon-group .zoom-img:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.ftc-portfolio-element.ftc-portfolio-wrapper.def_style_1 .portfolio-inner .item .thumbnail span.date-time,
.ftc-portfolio-element.ftc-portfolio-wrapper.def_style_2 .portfolio-inner .item .thumbnail span.date-time,
.ftc-portfolio-element.ftc-portfolio-wrapper.def_style_3 .portfolio-inner .item .thumbnail span.date-time{
    position: absolute;
    left: 15px;
    bottom: 5px;
}
.ftc-portfolio-wrapper.def_style_1 .item .icon-group ul li a i:before,
.ftc-portfolio-wrapper.def_style_2 .item .icon-group ul li a i:before,
.ftc-portfolio-wrapper.def_style_3 .item .icon-group ul li a i:before{
    color: #333;
}
.ftc-portfolio-wrapper.def_style_1 .load-more-wrapper{
    margin-top: 30px;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img{
    margin-bottom: 0;
}

/*.ftc-portfolio-wrapper.def_style_2.ftc-portfolio-wrapper .portfolio-inner,
.ftc-portfolio-wrapper.def_style_3.ftc-portfolio-wrapper .portfolio-inner{
    margin: 0;
    }*/

    .ftc-portfolio-element.ftc-portfolio-wrapper.def_style_2 .item,
    .ftc-portfolio-element.ftc-portfolio-wrapper.def_style_3 .item{
        padding:0 ;
    }
    .ftc-portfolio-element.ftc-portfolio-wrapper.def_style_2 .item{
        z-index: 0;
        max-width: 100%;
        margin: 0;
    }
    .ftc-portfolio-element.ftc-portfolio-wrapper.def_style_2 .item:hover{
        z-index: 1;
    }
    .ftc-portfolio-element.def_style_3 .ftc-social{
        top:12px;
        right: 60px;
    }
    .ftc-portfolio-element.def_style_3 .portfolio-inner .item .thumbnail span.date-time{
     position: absolute;
 }

 .ftc-portfolio-element.def_style_3 .portfolio-inner .item .thumbnail .figcaption{
    opacity: 1;
}

.ftc-portfolio-element.def_style_1 .icon-group,
.ftc-portfolio-element.def_style_2 .icon-group,
.ftc-portfolio-element.def_style_3 .icon-group,
.ftc-portfolio-element.def_style_1 .date-time,
.ftc-portfolio-element.def_style_2 .date-time,
.ftc-portfolio-element.def_style_3 .date-time{
    display: none;
}
@media only screen and (max-width: 1024px){
    .ftc-portfolio-element.ftc-portfolio-wrapper .ftc-social{
        top: 12px;
        right: 60px;
    }
    .ftc-portfolio-element.ftc-portfolio-wrapper.def_style_3 .item{
        padding: 15px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 481px){
    .ftc-portfolio-element.ftc-portfolio-wrapper.columns-3 .item{
        width: 50%;
    }
}
/*End*/

/*Style for single image*/
.ftc-element-image .button-banner .single-image-button {
    padding: 10px;
    background-color: #fff;
    font-weight: 600;
}
.ftc-element-image .ftc-image-content {
    z-index: 1;
}
.ftc-element-image .wp-caption img{
    z-index: 2;
}
.ftc-element-image .button-banner{
    margin-top:10px;
    min-height: 35px;
}

.ftc-element-image  .ftc-image-content.style_3 {
    visibility: hidden;
    margin-top:-30px;
    transition: 0.5s;
    opacity: 0
}
.ftc-element-image:hover  .ftc-image-content.style_3 {
    visibility:visible;
    margin-top:0;
    opacity: 1;
}
.ftc-element-image  .ftc-image-content.style_4 {
    visibility: hidden;
    margin-top:30px;
    transition: 0.5s;
    opacity: 0
}
.ftc-element-image:hover  .ftc-image-content.style_4 {
    visibility:visible;
    margin-top:0;
    opacity: 1;
}
.ftc-element-image  .ftc-image-content.style_5 {
    visibility: hidden;
    margin-left:-30px;
    transition: 0.5s;
    opacity: 0
}
.ftc-element-image:hover  .ftc-image-content.style_5 {
    visibility:visible;
    margin-left :0;
    opacity: 1;
}
.ftc-element-image  .ftc-image-content.style_6 {
    visibility: hidden;
    margin-left:30px;
    transition: 0.5s;
    opacity: 0
}
.ftc-element-image:hover  .ftc-image-content.style_6 {
    visibility:visible;
    margin-left:0;
    opacity: 1;
}
.ftc-element-image .ftc-image-content.style_7 {
    width: auto;
    z-index: 1;
}
/*ENd*/

/*Instagram Feed*/
.owl-height{
    overflow: hidden;
}
.ftc-instagram .slider .owl-height{
    height: auto !important;
}
.ftc-instagram ul.slider li{
    width: auto;
}
.ftc-instagram ul.slider{
    position: relative;
}
.ftc-instagram ul.slider .owl-nav > div{
    top: 50%;
    transform:translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    border-radius: 50%;
    background-color: #333;
}
.ftc-instagram ul.slider .owl-nav > div:before{
    line-height: 37px;
    color: #fff;
}
.ftc-instagram ul.slider .owl-nav > div.owl-next {
    right: 0;
}
.ftc-instagram ul.slider .owl-dots > div{
    display: inline-block;
}
.ftc-instagram ul.slider .owl-dots{
    text-align: center;
    position: absolute;
    z-index: 1;
}
.post-info .ftc-element-instgram ul{
    padding: 0;
}
@media only screen and (max-width: 480px){
    .ftc-element-instgram.ftc-instagram ul:not(.slider){
        text-align: center;
    }
    .ftc-element-instgram.ftc-instagram ul li{
        margin-bottom: 10px;
    }
    .ftc-element-instgram.ftc-instagram ul.slider li{
        width: 100%;
        padding-bottom: 10px;
    }
    .insta-nopadding .ftc-element-instgram.ftc-instagram ul:not(.slider) li{
        margin-bottom: 0px;
    }
}
/*end*/


/*Style for Gallery image*/
.elementor-image-gallery .gallery-item a{
    display: inherit;
}
/*Style for list item*/
.elementor-element.elementor-align-right span.elementor-icon-list-icon {
    float: right;
    right: 0;
    position: absolute;
}
.elementor-element.elementor-align-right .elementor-icon-list-text {
   margin-right: 20px;
}



/*Blog slide Style 1*/
.blog-template-elementor.def_style_1 .inner-wrap .post-text{
    padding-top: 30px;
    padding-bottom: 10px;
}
.blog-template-elementor.def_style_1 .inner-wrap .post-text .meta{
    margin: 10px 0;
}
.blog-template-elementor.def_style_1 .inner-wrap .post-text .meta span{
    font-style: italic;
}
/*end*/
/*Blog slide Style 2*/
.blog-template-elementor.def_style_2 .inner-wrap{
    padding-bottom: 10px;
}
.blog-template-elementor.def_style_2 .inner-wrap .post-text{
    width: calc(100% - 40px);
    margin: -50px auto 0;
    background-color: #fff;
    position: relative;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.1);
}
.blog-template-elementor.def_style_2 .inner-wrap .post-text .meta{
    margin: 0 0 10px;
}
.blog-template-elementor.def_style_2 .inner-wrap .post-text .meta .published{
    margin-right: 20px;
}
.blog-template-elementor.def_style_2 .inner-wrap .post-text .meta .vcard.author{
    float: none;
}
.blog-template-elementor.def_style_2 .inner-wrap .post-text > a,
.blog-template-elementor.def_style_3 .inner-wrap .post-text > a{
    margin-bottom: 10px;
}
/*end*/
/*Blog slide Style 3*/
.blog-template-elementor.def_style_3 .blogs-slider:not(.swiper-slide-active){
    /*height: 0;*/
}
.blog-template-elementor.def_style_3 .inner-wrap{
    display: inline-block;
} 
.blog-template-elementor.def_style_3 .inner-wrap .post-text .meta{
    margin: 10px 0;
    padding-bottom: 10px;
    position: relative;
}
.blog-template-elementor.def_style_3 .inner-wrap .post-text .meta:before{
    content: '';
    width: 200px;
    height: 1px;
    background-color: #ebebeb;
    left: 0;
    top: 100%;
    position: absolute;
}
.blog-template-elementor.def_style_3 .inner-wrap .post-text{
    vertical-align: middle;
    padding-left: 50px;
    max-width: 49%;
}
.blog-template-elementor.def_style_3 .inner-wrap .post-text,
.blog-template-elementor.def_style_3 .inner-wrap > a{
    width: 50%;
    display: inline-block;
    overflow: inherit;
}
.blog-template-elementor.def_style_3 .inner-wrap a img:hover {
    opacity: 1;
    transform: scale(0.9,0.9);
}
.blog-template-elementor.def_style_3 .inner-wrap .post-text .meta span{
    font-style: italic;
}
.ftc-elements-blogs-timeline.def_style_1 .inner-wrap .post-text h4,
.blog-template-elementor.def_style_3 .inner-wrap .post-text h4{
    text-transform: capitalize;
}
/*end*/
/*Blog slide Style 4*/
.blog-template-elementor.def_style_4 .inner-wrap{
    position: relative;
}
.blog-template-elementor.def_style_4 .inner-wrap .post-text{
    text-align: center;
    position: absolute;
    bottom: 25px;
    margin: 0 25px;
    background-color: rgba(0,0,0,.8);
    padding: 30px;
}
.blog-template-elementor.def_style_4 .inner-wrap .post-text h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 28px;
}
.blog-template-elementor.def_style_4 .inner-wrap .post-text h4 a{
    color: #fff;
    text-transform: capitalize;
}
.blog-template-elementor.def_style_4 .inner-wrap .post-text p{
    color: #fff;
    margin-bottom: 20px;
    line-height: 25px;
}
/*end*/
/*Blog slide Style 5*/
.blog-template-elementor.def_style_5 .inner-wrap{
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.blog-template-elementor.def_style_5 .inner-wrap .post-text .meta .published{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 10px;
    background-color: #fff;
}
.blog-template-elementor.def_style_5 .inner-wrap .post-text{
    padding: 20px 15px 30px;
}
.blog-template-elementor.def_style_5 .inner-wrap .post-text h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-template-elementor.def_style_5 .inner-wrap .post-text .meta span{
    font-style: italic;
}
.blog-template-elementor.def_style_5 .inner-wrap .post-text .meta .vcard.author,
.blog-template-elementor.def_style_5 .inner-wrap .post-text .meta .posted_in{
    display: none;
}
/*end*/
/*Blog slide Style 6*/
.blog-template-elementor.def_style_6 .inner-wrap .post-text{
    position: relative;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text .meta{
    position: absolute;
    top: -34px;
    background-color: rgba(0,0,0,.7);
    padding: 5px 20px;
    width: 100%;
    text-align: center;
    display: grid;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text{
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text p{
    margin-bottom: 20px;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text h4{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text h4:before{
    content: '';
    width: 60px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text .meta span{
    color: #fff;
    float: none;
    grid-row: 1;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text .meta .posted_in{
    display: none;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text .meta .vcard.author{
    margin-right: 0;
    grid-column: 1;
    text-align: left;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text .meta .published{
    text-align: right;
}
.blog-template-elementor.def_style_6 .inner-wrap .post-text .ftc-readmore{
    margin-top: 20px;
}

/*end*/
/*Blog slide Style 7*/
.blog-template-elementor.def_style_7 .inner-wrap{
    display: inline-block;
    border: 1px solid #ebebeb;
}
.blog-template-elementor.def_style_7 .inner-wrap > a{
    position: relative;
}
.blog-template-elementor.def_style_7 .inner-wrap > a:after{
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent!important;
    border-bottom: 15px solid transparent!important;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    z-index: 9;
}
.blog-template-elementor.def_style_7 .inner-wrap .post-text{
    vertical-align: middle;
    max-width: 49%;
    text-align: center;
    padding: 0 15px;
}
.blog-template-elementor.def_style_7 .inner-wrap .post-text p{
    margin-bottom: 10px;
}
.blog-template-elementor.def_style_7 .inner-wrap .post-text h4{
    margin-bottom: 15px;
}
.blog-template-elementor.def_style_7 .inner-wrap .post-text,
.blog-template-elementor.def_style_7 .inner-wrap > a{
    width: 50%;
    display: inline-block;
    overflow: inherit;
}
.blog-template-elementor.def_style_7 .inner-wrap a img:hover {
    opacity: 0.8;
    transform: scale(1,1);
}
/*end*/
/*Blog Grid*/
.ftc-elements-blogs.blog-template-elementor .inner-wrap .post-text .meta {
    font-size: 14px;
    line-height: 28px;
}
.ftc-elements-blogs.blog-template-elementor .inner-wrap .post-text .meta > span{
    border-left: none;
    padding: 0; 
}
.blog-template-elementor .inner-wrap .post-text .meta span{
    color: #999;
}
.blog-template-elementor .inner-wrap .post-text,
.blog-template-elementor .inner-wrap .post-text h4,
.blog-template-elementor .inner-wrap .post-text .meta{
    padding: 0;
}
.blog-template-elementor .inner-wrap .post-text p{
    margin-bottom: 20px;
}
.blog-template-elementor .inner-wrap .post-text .meta .vcard.author{
    margin-right: 20px;
}
.blog-template-elementor .inner-wrap .post-text .ftc-readmore{
    padding: 5px 10px;
    border: 1px solid #333;
    display: inline-block;
}
.blog-template-elementor .inner-wrap .blog.gallery > a,
.blog-template-elementor .inner-wrap > a{
    overflow: hidden;
    display: block;
}
.blog-template-elementor .inner-wrap a img{
    transition: all 0.5s ease 0s;
}
.blog-template-elementor .inner-wrap a img:hover {
    opacity: 1;
    transform: scale(1.1,1.1);
}

/*end*/


/*Brand style*/
.ftc-element-brand .item{
    text-align: center;
}
.ftc-element-brand .item img:hover{
    opacity: 0.8;
}
.ftc-element-brand.def_style_1 .swiper-pagination{
    margin-top: 10px;
}
/*end*/
/*Brand style 2*/
.ftc-element-brand.def_style_2 .item{
    border: 1px solid #ebebeb;
    padding: 20px;
}
/*end*/
/*Brand style 3*/
.ftc-element-brand.def_style_3 .item{
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 50%;
}
/*end*/
/*Brand style 4*/
.ftc-element-brand.def_style_4 .item{
    border: 1px solid #ebebeb;
    padding: 10px;
}
.ftc-element-brand.def_style_4 .item.swiper-slide-active{
    border-left: none !important;
}
/*end*/
/*Brand style 5*/
.ftc-element-brand.def_style_5 .item{
    background-color: #333;
    max-height: 80px;
    padding: 10px;
}
.ftc-element-brand.def_style_5 .item img{
    max-height: 60px;
}
/*end*/

/*Instagram Style 1*/
.ftc-instagram.def_style_1 .images img{
    width: 100%;
}
/*End*/
/*Instagram Style 2*/
.ftc-instagram.def_style_2 .images img{
    width: 100%;
    border-radius: 50%;
}
/*End*/
/*Instagram Style 3*/
.ftc-instagram.def_style_3 .images img{
    width: 100%;
}
.ftc-instagram.def_style_3 ul{
    margin: 0 -10px;
}
.ftc-instagram.def_style_3 ul li{
    padding: 10px;
}
/*End*/



/*Countdown Style 1*/
.ftc-countdown-element.def_style_1 .countdown-timer-init{
    border: 1px solid #ebebeb;

}
/*end*/
/*Countdown Style 2*/
.ftc-countdown-element.def_style_2 .ftc-number{
    position: relative;
    width: 75px;
    height: 40px;
}
.ftc-countdown-element.def_style_2 .ftc-number:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    bottom: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.ftc-countdown-element.def_style_2 .ftc-label{
    margin-left: -5px;
}
/*end*/
/*Countdown Style 3*/
.ftc-countdown-element.def_style_3 .ftc-number{
    border: 1px solid #ebebeb;
    width: 80px;
    height: 80px;
    line-height: 80px; 
    margin: 0 auto 10px;
}

/*end*/

/*Countdown Style 4*/
.ftc-countdown-element.def_style_4 .countdown-timer-init{
    max-width: 500px;
    margin: 0 auto;
}
.ftc-countdown-element.def_style_4 .ftc-number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 2px solid;
    margin: auto;
}
/*end*/


/*Countdown Style 5*/
.ftc-countdown-element.def_style_5 .ftc-number {
    height: 60px;
    line-height: 60px;
}
/*end*/


/*Product categories style 1*/
.ftc-product-categories.def_style_1 .item-desciption{
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.ftc-product-categories.def_style_1 .item-desciption h3.title{
    padding-left: 0;
    padding-top: 0;
    width: 100%;
}
.ftc-product-categories.def_style_1 .item-desciption .button-shop{
    position: unset;
}
.ftc-product-categories.def_style_1 .button-shop .btn-category:after{
    display: none;
}

/*end*/
/*Product categories style 2*/
.ftc-product-categories.def_style_2 .ftc-categories{
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.ftc-product-categories.def_style_2 .ftc-categories img{
    width: 100%;
}
.ftc-product-categories.def_style_2 .item-desciption{
    padding: 20px;
}
.ftc-product-categories.def_style_2 .item-desciption{
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.ftc-product-categories.def_style_2 .item-desciption h3.title{
    padding-left: 0;
    padding-top: 0;
    width: 100%;
}
/*end*/
/*Product categories style 3*/
.ftc-product-categories.def_style_3 .ftc-categories{
    position: relative;
}
.ftc-product-categories.def_style_3 .item-desciption h3{
    position: absolute;
    top: 10px;
    left: 10px;
    padding-left: 20px;
    padding-top: 10px;
}
.ftc-product-categories.def_style_3 .item-desciption .button-shop{
    position: absolute;
    bottom: 10px;
    right: 10px;

}
.ftc-product-categories.def_style_3 .item-desciption .button-shop p{
    margin-bottom: 0;
}

.ftc-product-categories.def_style_3 .button-shop .btn-category:after{
    display: none;
}
/*end*/
/*Product categories style 4*/
.ftc-product-categories.def_style_4 .item-desciption h3.title{
    padding-left: 0;
    padding-top: 0;
    width: 100%;
}
.ftc-product-categories.def_style_4 .ftc-categories:hover .item-desciption{
    opacity: 1;
    transition: 1s ease-in-out;
}
.ftc-product-categories.def_style_4 .ftc-categories .item-desciption {
    position: absolute;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    opacity: 0;
    background: rgba(255,255,255,0.9);
}
.ftc-product-categories.def_style_4 .ftc-categories .item-desciption .title{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ftc-product-categories.def_style_4 .ftc-categories .item-desciption .product-count{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*end*/
/*Product categories style 5*/
.ftc-product-categories.def_style_5 .ftc-categories{
    position: relative;
}
.ftc-product-categories.def_style_5 .item-desciption{
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 5px 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: max-content;
}
.ftc-product-categories.def_style_5 .ftc-categories .item-desciption .title,
.ftc-product-categories.def_style_5 .ftc-categories .item-desciption .product-count{
    color: #fff;
}
.ftc-product-categories.def_style_5 .item-desciption h3.title{
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    margin-top: 5px;
}
/*End*/
/*Product categories style 6*/
.ftc-product-categories.def_style_6 .item-desciption{
    padding-top: 15px;
    position: unset;
    text-align: center;
}
.ftc-product-categories.def_style_6 .item-desciption h3.title{
    padding-left: 0;
    padding-top: 0;
    width: 100%;
}
.ftc-product-categories.def_style_6 .ftc-categories{
    display: grid;
}
.ftc-product-categories.def_style_6 .item-desciption{
    grid-row: 1;
    margin-bottom: 45px;
}
.ftc-product-categories.def_style_6 .item-desciption:before{
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #333;
    left: 50%;
    top: 50px;
}
/*End*/



/*Blog Timeline*/
.ftc-elements-blogs-timeline.columns-2 .ftc-blogs{
    width: 50%;
    display: inline-block;
}
.ftc-elements-blogs-timeline.columns-2 .ftc-blogs:nth-child(2n+1){
    padding-right: 15px;
}
.ftc-elements-blogs-timeline.columns-2 .ftc-blogs:nth-child(2n+2){
    padding-left: 15px;
}
.ftc-elements-blogs-timeline.columns-2 .element-timeline{
    max-width: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 15%;
    height: 100%;
    float: left;
}
.ftc-elements-blogs-timeline.columns-2 .inner-wrap{
    max-width: 85%;
    display: inline-block;
    float: left;
}
.ftc-elements-blogs-timeline .inner-wrap .post-text .meta{
    margin: 5px 0;
}
.ftc-elements-blogs-timeline .inner-wrap .post-text .meta span{
    color: #999;
}
.ftc-elements-blogs-timeline .inner-wrap .post-text p{
    margin-bottom: 20px;
}
.ftc-elements-blogs-timeline .inner-wrap .post-text .ftc-readmore{
    padding: 5px 10px;
    border: 1px solid #333;
}
/*Blog Timeline Style 1*/
.ftc-elements-blogs-timeline.def_style_1 .inner-wrap .post-text{
    padding-top: 30px;
} 
.ftc-elements-blogs-timeline.def_style_1 .element-timeline{
    position: relative;
}
.ftc-elements-blogs-timeline.def_style_1 .element-timeline:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #ebebeb;
    z-index: -1;
    top: 50px;
}
    
        .ftc-elements-blogs-timeline.def_style_1 .ftc-blogs:last-child .element-timeline:after{
            content: '';
            position: absolute;
            width: 60px;
            height: 4px;
            background-color: #ebebeb;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
        }
        .ftc-elements-blogs-timeline.def_style_1 .element-timeline .date-timeline-element{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            padding: 0 10px;
            background-color: #fff;
            border: 4px solid #ebebeb;
        }
        .ftc-elements-blogs-timeline.def_style_1.columns-2 .element-timeline:before{
            top: 65px;
        }
        .ftc-elements-blogs-timeline.def_style_1.columns-2 .ftc-blogs .element-timeline:after{
            content: '';
            position: absolute;
            width: 60px;
            height: 4px;
            background-color: #ebebeb;
            bottom: -65px;
            left: 50%;
            transform: translateX(-50%);
        }
        .elementor-widget-ftc-blog-timeline .ftc-loadmore-posts{
            max-width: 20%;
            text-align: center;
        }
        .elementor-widget-ftc-blog-timeline .ftc-loadmore-posts a{
            padding: 0 15px;
            background-color: #ebebeb;
        }
        /*End*/

        /*Progress*/
        .progress-color .elementor-progress-bar{
            background: linear-gradient(to right, #4CAF50, #FFEB3B, #d2291a) fixed !important;
        }
        /*ENd*/
        .ftc-product.product .meta_info{
            position: relative;
            box-shadow: none;
            height: auto;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
        }
    /*Counter Style 2*/
    .counter-style-2 .elementor-counter-number{
        padding: 40px 20px;
        border-radius: 50%;
        border: 4px solid;
        margin-bottom: 20px;
    }
    /*End*/
    /*Counter Style 2*/
    .counter-style-3 .elementor-counter-number{
        padding-bottom: 15px;
        margin-bottom: 10px;
        position: relative;
    }
    .counter-style-3 .elementor-counter-number:before{
        position: absolute;
        content: '';
        width: 30px;
        height: 4px;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    /*End*/
    /*Counter Left*/
    .counter-left .elementor-counter-number-wrapper .elementor-counter-number-prefix{
        display: none;
    }
    .counter-left .elementor-counter .elementor-counter-title{
        text-align: left;
    }
    /*End*/
    /*Counter right*/
    .counter-right .elementor-counter-number-wrapper .elementor-counter-number-suffix{
        display: none;
    }
    .counter-right .elementor-counter .elementor-counter-title{
        text-align: right;
    }
    /*End*/
    
    /*Product Widget Style 1*/
    .ftc-product-widget .products-widget .ftc-product:last-child{
        margin-bottom: 0;
    }
    .ftc-product-widget .products-widget .ftc-product .meta-description,
    .ftc-product-widget .products-widget .ftc-product .images{
        vertical-align: middle;
    }
    .ftc-product-widget .products-widget .ftc-product .images{
        float: none;
        max-width: 40%;
    }
    .ftc-product-widget .products-widget .ftc-product .images .conditions-box{
        display: none;
    }
    .ftc-product-widget .products-widget .ftc-product .meta-description{
        max-width: 60%;
        padding: 0px 10px 0 20px;
        line-height: 0;
    }
    .ftc-product-widget .products-widget .ftc-product .meta-description .product-name{
        font-size: 18px;
        height: 25px;
        margin-bottom: 5px;
    }
    .ftc-product-widget .products-widget .ftc-product .meta-description .price{
        height: 22px;
    }
    .ftc-product-widget.elements .title-product-widget{
        margin-bottom: 0;
    }
    .ftc-product-widget.def_style_1.elements .woocommerce .star-rating {
        float: none;
        margin: 10px 0;
    }
    .ftc-product-widget.def_style_1.elements .woocommerce .price span{
        padding: 0;
    }
    .ftc-product-widget.def_style_1 .products-widget .ftc-product{
        margin-bottom: 20px;
    }
    /*End*/
    /*Product WIdget Style 2*/
    .ftc-product-widget.def_style_2 .products-widget .ftc-product{
        box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.1);
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 10px;
    }
    .ftc-product-widget.def_style_2 .products-widget .ftc-product:nth-child(3){
        margin-bottom: 0;
    }
    .ftc-product-widget.def_style_2 .products-widget .ftc-product .meta-description .price{
        width: 100%;
        display: inline-block;
    }
    .ftc-product-widget.def_style_2 .products-widget .ftc-product .meta-description .star-rating{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .ftc-product-widget.def_style_2 .products-widget .ftc-product .meta-description .price span{
        padding-left: 0;
    }
    /*End*/
    /*Product WIdget Style 3*/
    .ftc-product-widget.def_style_3 .products-widget .ftc-product{
        box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.1);
        text-align: center;
        margin-bottom: 10px;
    }
    .ftc-product-widget.def_style_3 .products-widget .ftc-product .meta-description,
    .ftc-product-widget.def_style_3 .products-widget .ftc-product .images{
        max-width: 100%;
    }
    .ftc-product-widget.def_style_3 .products-widget .ftc-product .meta-description{
        margin-top: 5px;
        text-align: center;
        padding: 14px 0;
    }
    .ftc-product-widget.def_style_3 .products-widget .ftc-product .meta-description .star-rating{
        float: none;
        margin: 10px auto 5px;
    }
    .widget-top-df .ftc-product-widget.def_style_3 .products-widget .ftc-product{
        max-width: 165px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .widget-top-df .ftc-product-widget.def_style_3 .products-widget .ftc-product:last-child{
        margin-bottom: 0;
    }
    .widget-top-df .ftc-product-widget.def_style_3 .products-widget .ftc-product .meta-description{
        margin-top: 0;
    }
    /*End*/
    /*Product WIdget Style 4*/
    .ftc-product-widget.def_style_4 .products-widget .ftc-product{
        box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.1);
        display: grid;
        text-align: center;
    }
    .ftc-product-widget.def_style_4 .products-widget .ftc-product:nth-child(3){
        margin-bottom: 0;
    }
    .ftc-product-widget.def_style_4 .products-widget .ftc-product .meta-description,
    .ftc-product-widget.def_style_4 .products-widget .ftc-product .images{
        max-width: 100%;
    }
    .ftc-product-widget.def_style_4 .products-widget .ftc-product .meta-description{
        text-align: center;
        padding: 15px 0;
        grid-row: 1;
    }
    .ftc-product-widget.def_style_4 .products-widget .ftc-product .images{
        margin-top: 10px;
        grid-row: 2;
    }
    .ftc-product-widget.def_style_4 .products-widget .ftc-product .meta-description .star-rating{
        float: none;
        margin: 7px auto 3px;
    }
    .widget-top-df .ftc-product-widget.def_style_4 .products-widget .ftc-product{
        max-width: 165px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .widget-top-df .ftc-product-widget.def_style_4 .products-widget .ftc-product:last-child{
        margin-bottom: 0;
    }
    .widget-top-df .ftc-product-widget.def_style_4 .products-widget .ftc-product .images{
        margin-top: 0;
    }
    /*End*/
    /*Product Widget Style 5*/
    .ftc-product-widget.def_style_5 .products-widget .ftc-product .images{
        float: right;
    }
    .ftc-product-widget.def_style_5 .products-widget .ftc-product{
        margin-bottom: 20px;
    }
    .ftc-product-widget.def_style_5 .products-widget .ftc-product .meta-description{
        text-align: right;
        padding: 19px 20px 19px 10px;
        width: 60%;
    }

    .ftc-product-widget.def_style_5 .products-widget .ftc-product .meta-description .star-rating{
        float: none;
        margin: 10px 0;
        margin-left: auto;
    }
    .ftc-product-widget.def_style_5.elements .woocommerce .price span{
        padding: 0;
    }
    .ftc-product-widget.def_style_1 .ftc-product.product:hover,
    .ftc-product-widget.def_style_5 .ftc-product.product:hover{
        box-shadow: none;
    }
    /*End*/

    .ftc-product-widget.def_style_1 .products-widget .ftc-product,
    .ftc-product-widget.def_style_2 .products-widget .ftc-product,
    .ftc-product-widget.def_style_3 .products-widget .ftc-product,
    .ftc-product-widget.def_style_4 .products-widget .ftc-product,
    .ftc-product-widget.def_style_5 .products-widget .ftc-product{
        margin-left: 15px;
        margin-right: 15px;
    }
    .ftc-product-widget .product .product_title.product-name:after{
        display: none;
    }
    /*Carousel*/
    
    .carousel-row1 .navigation-slider div.style_4{
        top: 50%;
        transform: translateY(-50%);
    }
    
    .carousel-row1 .ftc_products_slider .post .yith-wcwl-add-to-wishlist .fa-heart:before{
        line-height: 30px;
        top: 0;
    }
    .carousel-brand .swiper-pagination-bullets{
        margin-top: 20px;
    }
    .carousel-row1 .navigation-slider .nav-prev:before,
    .carousel-row2 .navigation-slider .nav-prev:before,
    .carousel-row3 .navigation-slider .nav-prev:before,
    .carousel-testi .navigation-slider .nav-prev:before,
    .image-carousel .navigation-slider .nav-prev:before{
        content: "\f104";
        font-size: 30px;
    }
    .carousel-row1 .navigation-slider .nav-next:before,
    .carousel-row2 .navigation-slider .nav-next:before,
    .carousel-row3 .navigation-slider .nav-next:before,
    .carousel-testi .navigation-slider .nav-next:before,
    .image-carousel .navigation-slider .nav-next:before{
        content: "\f105";
        font-size: 30px;
    }
    .carousel-row1 .navigation-slider div.style_2{
        top: 37%;
    }
    .carousel-row2 .navigation-slider div{
        top: 25%;
    }
    .carousel-row3 .navigation-slider div{
        top: 44%;
    }
    .carousel-row3 .ftc-product-categories .item-desciption h3.title{
        padding-left: 25px;
        padding-top: 25px;
    }
    .carousel-row3 .ftc-product-categories.style_1.swiper-container-horizontal{
        max-width: 100%;
    }
    .carousel-testi .navigation-slider div{
        top: 43%;
    }
    .image-carousel .navigation-slider div{
        top: 43%;
    }
    .carousel-testi .ftc-element-testimonial.style_2.swiper-container-horizontal .testimonial-content{
        padding-top: 0px;
    }
    @media only screen and (min-width: 992px){
        .carousel-row1,
        .carousel-row2,
        .carousel-row3,
        .carousel-row4,
        .carousel-testi{
            margin: 0 -15px;
        }
    }
    .carousel-row1 .product-template,
    .carousel-row2 .ftc-blogs-slider,
    .carousel-row3 .ftc-product-categories,
    .image-carousel .ftc-all-slider,
    .carousel-testi .ftc-element-testimonial{
        padding: 0 15px;
    }
    /*end*/

    .elementor-element.best-sell.elementor-widget {
        margin-bottom: 0;
        position: absolute;
    }

    /*thumbnail gallery product slider*/
    .ftc-thumbnails-gallery ul li {
        max-width: 45px;
        margin-right: 15px;
        display: inline-block;
        border: 1px solid transparent;
    }
    .ftc-thumbnails-gallery ul li:hover{
        border: 1px solid #e8867d;
    }
    .ftc-thumbnails-gallery ul li:last-child{
        margin-right: 0;
    }
    .ftc-thumbnails-gallery ul li span{
        cursor: pointer;
    }
    /*End*/

    /*Img grid no space*/



    /*end*/
    /*Product Hotspot*/
    .ftc-image-hotspots .woocommerce .ftc-product{
        padding: 10px;
        background-color: #fff;
        box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.1);
        z-index: 2;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .images{
        margin-bottom: 0;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .item-description{
        padding-top: 15px;
        padding-bottom: 0;
        background-color: #fff;
        display: inline-block;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .item-description .meta_info{
        position: absolute;
        display: none;
    }
    .ftc-image-hotspots .woocommerce .ftc-product:hover .item-description .meta_info{
        position: relative;
    }

    .ftc-image-hotspots .woocommerce .ftc-product .item-description .product-categories,
    .ftc-image-hotspots .woocommerce .ftc-product .item-description .product-sku{
        display: none;
    }

    .ftc-image-hotspots .woocommerce .ftc-product .item-description .star-rating{
        float: none;
        margin-bottom: 0;
    }
    .ftc-image-hotspots .woocommerce .star-rating span::before{
        color: #d79d4a;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product{
        display: flex;
        justify-content: center;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .add-to-cart a,
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .quickview{
        background-color: #fff;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .quickview{
        margin-left: 10px;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .quickview .fa-eye:before{
        color: #333;
        font-size: 18px;
        top: 0;
        line-height: 40px;
    }
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .add-to-cart a.button:before{
        content: "\e66e";
        font-family: 'Pe-icon-7-stroke';
        color: #333;
        line-height: 40px;
        font-size: 18px;
    }
    .ftc-image-hotspots .woocommerce .products .product .images .add-to-cart a.added_to_cart:after {
        content: "\f00c";
        font-family: fontAwesome;
        display: block;
        line-height: 40px;
        font-size: 18px;
        color: #333;
    }
    .ftc-image-hotspots .woocommerce .products .product .images .group-button-product > a i{
        line-height: 40px;
    }
    .ftc-image-hotspots .woocommerce .products .product .images .add-to-cart a.added_to_cart:hover:after,
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .add-to-cart a.button:hover:before,
    .ftc-image-hotspots .woocommerce .ftc-product .group-button-product .quickview .fa-eye:hover:before{
        color: #89a6c4;
    }
    /*end*/

    /*Image Hotspot Content*/
    .ftc-hot-spot-image .content{
        z-index: 2;
    }
    .ftc-hot-spot-image .content .content-text{
        color: #333;
        max-width: 250px;
        background-color: #fff;
        box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.1);
        padding: 15px;
        z-index: 2;
    }
    .ftc-hot-spot-image .content .content-text h4{
        margin-bottom: 15px;
    }
    /*End*/

    /*Recent,Feature,Sale Product*/
    .product-template.columns-4 .products .product{
        width: 25%;
    }
    .product-template.columns-3 .products .product{
        width: 33.333333%;
    }
    /*End*/


    /*Custom Timeline*/
    /*style2*/
    .ftc_custom_timeline.def_style_2 .ftc_timeline_breakpoint{
        position: relative;
        padding: 20px 0;
        width: max-content;
        margin: 30px auto;
    }
    .ftc_custom_timeline.def_style_2 .ftc_timeline_breakpoint:before{
        position: absolute;
        content: '';
        width: 70px;
        height: 70px;
        left: 50%;
        top: 50%;
        background-color: #89a6c4;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -1;
    }
    .ftc_custom_timeline.def_style_2 .ftc_timeline_breakpoint:hover:before{
        background-color: #000;
    }
    .elementor-element .ftc_custom_timeline.def_style_2 .ftc_timeline_breakpoint:hover .breakpoint_title{
        background-color: #000;
    }
    .ftc_custom_timeline.def_style_2 .ftc_timeline_breakpoint .breakpoint_title{
        border: none;
    }


    /*end*/


    /*Single Product*/
    .ftc-single-product div.single-product-container .entry-summary .social-sharing .ftc-social-sharing{
        padding-left: 0;
    }
    .ftc-single-product.woocommerce div.single-product-container .entry-summary .compare,
    .ftc-single-product div.single-product-container .entry-summary .wcfm_ele_wrapper,
    .ftc-single-product div.single-product-container .entry-summary .content{
        display: none;
    }

    @media only screen and (max-width: 767px){
        .elementor-position-left .elementor-image-box-wrapper .elementor-image-box-img,
        .elementor-position-right .elementor-image-box-wrapper .elementor-image-box-img{
            margin-bottom: 20px !important;
        }
        .ftc-single-product div.single-product-container .entry-summary{
            text-align: center !important;
            padding-right: 0;
        }
        .ftc-single-product div.product div.summary .woocommerce-product-rating a.woocommerce-review-link,
        .ftc-single-product div.single-product-container .entry-summary>*{
            float: none;
        }
        .ftc-single-product div.single-product-container .entry-summary .social-sharing{
            float: left;
        }
        .ftc-single-product div.single-product-container .entry-summary .social-sharing .ftc-social-sharing{
            display: inline-block;
        }
        .ftc-single-product div.product a.ftc-size_chart{
            max-width: 50px;
            max-width: 160px;
            margin: 60px auto 0;
        }
        .ftc-single-product div.product .summary .yith-wcwl-add-to-wishlist,
        .ftc-single-product div.product .summary .compare{
            float: none;
        }
        .ftc-single-product div.product .summary .compare{
            margin-right: 0;
        }
        .ftc-product-widget.def_style_1 .ftc-product.product{
            max-width: 320px;
            margin: 0 auto 30px;
        }

    }
    /*End*/


    /*Css Add*/
    .testi-carosel-template .style_2.ftc-element-testimonial .avatar-image:before{
        color: rgba(102,102,102,0.2)
    }
    .custom-slider .ftc-all-slider .slide-title{
        margin-top: 20px;
    }
    .custom-slider .navigation-slider div{
        top: 28.5%;
    }
    .elementor-pagination-position-outside .elementor-image-carousel-wrapper .elementor-swiper-button{
        top: -webkit-calc(44% - 30px / 2);
        top: calc(44% - 30px / 2);
    }
    .elementor-pagination-position-outside .elementor-image-carousel-wrapper .elementor-swiper-button i:before{
        color: #333;
    }
    .image-carousel .swiper-slide > *{
        margin-bottom: 0 !important;
    }
    .image-carousel .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: -5px;
        cursor: pointer !important;
    }
    /*End*/
    .pr-wg-boxed{
        padding-right: 30px;
    }
    @media only screen and (min-width: 1200px){
       .grid-img-no-space .elementor-image-gallery .gallery-item img{
        min-width: 390px;
        max-height: 290px;
    } 
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
    .ftc-product-widget.def_style_5 .products-widget .ftc-product .meta-description{
        padding: 6px 20px 6px 10px;
    }
    
    .widget-top-df .ftc-product-widget.def_style_3 .products-widget .ftc-product,
    .widget-top-df .ftc-product-widget.def_style_4 .products-widget .ftc-product{
        max-width: 120px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .ftc-product-widget .products-widget .ftc-product .meta-description .product-name a{
        font-size: 15px;
    }
    .ftc-product-widget.def_style_2 .products-widget .ftc-product{
        padding: 5px 10px;
    }
    
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .widget-banner img{
        padding-left: 15px;
    }
}

    @media only screen and (max-width: 991px){
        .widget-top-df .ftc-product-widget.def_style_3 .products-widget .ftc-product,
        .widget-top-df .ftc-product-widget.def_style_4 .products-widget .ftc-product{
            max-width: calc(50% - 30px);
        }
        .ftc-product-widget.def_style_2 .products-widget .ftc-product{
            margin-left: 0;
            margin-right: 0;
        }
        .pr-wg-boxed{
            padding-right: 0px;
        }
        .widget-style3{
            width: 100% !important;
        }
        .ftc-product-widget.def_style_3 {
            max-width: 400px;
            margin: 0 auto;
        }
        .ftc-product-widget.def_style_3 .products-widget .ftc-product .meta-description .product-name{
            font-size: 20px;
        }
        .ftc-elements-blogs-timeline.columns-2 .ftc-blogs{
            width: 100%;
        }
        .ftc-elements-blogs-timeline.columns-2 .ftc-blogs:nth-child(2n+1){
            padding-right: 0px;
        }
        .ftc-elements-blogs-timeline.columns-2 .ftc-blogs:nth-child(2n+2){
            padding-left: 0px;
        }
        .ftc-elements-blogs-timeline.columns-2 .element-timeline{
            max-width: 20%;
            width: 20%;
        }
        .ftc-elements-blogs-timeline.columns-2 .inner-wrap{
            max-width: 80%;
        }
        .ftc-elements-blogs-timeline.def_style_1.columns-2 .element-timeline:before{
            top: 50px;
        }
        .ftc-elements-blogs-timeline.def_style_1.columns-2 .ftc-blogs .element-timeline:after{
            bottom: -50px;
        }
        .ftc-elements-blogs-timeline.def_style_1.columns-2 .ftc-blogs:not(:last-child) .element-timeline:after{
            display: none;
        }
        .blog-template-elementor.def_style_7 .inner-wrap > a:after{
            content: none;
        }
        .blog-template-elementor.def_style_7 .inner-wrap > a:before{
            content: "";
            width: 0;
            height: 0;
            border-bottom: 15px solid #fff;
            border-right: 15px solid transparent!important;
            border-left: 15px solid transparent!important;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            bottom: 0;
            z-index: 1;
        }
        .blog-template-elementor.def_style_7 .inner-wrap .post-text{
            max-width: 100%;
            padding: 30px 0 20px;
        }
        .blog-template-elementor.def_style_7 .inner-wrap .post-text,
        .blog-template-elementor.def_style_7 .inner-wrap > a{
            width: 100%;
            display: inline-block;
        }
        .blog-template-elementor.def_style_4 .inner-wrap .post-text{
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            margin: 0 auto;
            padding: 15px;
        }
        .blog-template-elementor.def_style_4 .inner-wrap .post-text h4{
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            margin-bottom: 15px;
        }
        .blog-template-elementor.def_style_4 .inner-wrap .post-text p{
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;  
            overflow: hidden;
        }
        .ftc-instagram.def_style_3 ul{
            margin: 0 -5px;
        }
        .ftc-instagram.def_style_3 ul li{
            padding: 5px;
        }
        .ftc-countdown-element{
            max-width: 400px;
            margin: 0 auto;
        }
        .ftc-product .group-button-product a.compare{
            display: none !important;
        }
        .widget-default{
            width: 50% !important;
        }
        .widget-top-df .ftc-product-widget.def_style_3 .products-widget .ftc-product,
        .widget-top-df .ftc-product-widget.def_style_4 .products-widget .ftc-product{
            margin-bottom: 0;
        }
    }
    @media only screen and (max-width: 767px){
        
        .ftc-product-widget.def_style_2 .products-widget .ftc-product{
            max-width: 320px;
            margin: 0 auto 20px;
        }
    }
    @media only screen and (max-width: 480px){
        .carousel-row1 .ftc-product .item-description .add-to-cart
        {
            justify-content: normal;
        }
        .ftc-element-hotspots .ftc-hot-spot-image .content{
            max-width: 170px;
            min-width: 170px;
        }
        .ftc-hot-spot-image .content .content-text{
            padding: 15px 10px;
        }
        .widget-default{
            width: 100% !important;

        }
        .widget-default:last-child{
            margin-bottom: 0;
        }
        .ftc-product-widget.def_style_5 .products-widget .ftc-product .meta-description{
            width: 60%;
        }
        .blog-template-elementor.def_style_3 .inner-wrap .post-text,
        .blog-template-elementor.def_style_3 .inner-wrap > a{
            width: 100%;
            display: inline-block;
        }
        .blog-template-elementor.def_style_5 .inner-wrap .post-text,
        .blog-template-elementor.def_style_1 .inner-wrap .post-text{
            text-align: center;
        }
        .blog-template-elementor.def_style_3 .inner-wrap .post-text{
            text-align: center;
            padding: 30px 15px 0;
            max-width: 100%;
        }
        .blog-template-elementor.def_style_3 .inner-wrap .post-text .meta:before{
            left: 50%;
            transform: translateX(-50%);
        }
        .blog-template-elementor.def_style_1 .inner-wrap .post-text .meta .published,
        .blog-template-elementor.def_style_3 .inner-wrap .post-text .meta .published{
            margin-right: 20px;
        }
        .blog-template-elementor.def_style_5 .inner-wrap .post-text .meta .vcard.author,
        .blog-template-elementor.def_style_1 .inner-wrap .post-text .meta .vcard.author,
        .blog-template-elementor.def_style_3 .inner-wrap .post-text .meta .vcard.author{
            float: none;
            margin-right: 0;
        }
        .ftc-instagram.def_style_3 ul{
            margin: 0 -2px;
        }
        .ftc-instagram.def_style_3 ul li{
            padding: 2px;
        }
    }

    .elementor-widget-image-gallery .gallery-item a:hover{
        display: block;
    }


.woocommerce .load-more-product  .load-more.button{
    padding: 15px 40px 10px;
    font-weight: 400;
    font-size: 16px;
}
.ftc-single-product div.single-product-container .entry-summary form.cart input[type="button"]{
    padding: 9px 12px;
}
section.innerPosAbs > div.elementor-container {position: absolute;}

/*2022 TEDU don css - style-default.css */

.site-header.home-22{
    position: relative;
}

.text-cart{
    display: none;
}

.header-ftc .header-content .navigation-primary {
   width: auto;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    color: #fff;
}

.ftc-header-template .ftc-search>form{
    top: 26px;
    position: absolute;
    min-width: 270px;
    right: 0;
}
.content-dropdown.active{
    line-height: 50px;
}
.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}

.acco-22 .ftc-account .ftc_login {
    font-size: 16px;
}
.acco-22 .ftc-account .ftc_login a {
    color: #262626;
}
.acco-22 .ftc-account .ftc_login .login-text {
    display: inline-block;
}
.ftc-header-template .ftc-search>form{
    top: 26px;
    position: absolute;
    min-width: 270px;
    right: 0;
}
.content-dropdown.active{
    line-height: 50px;
}
.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}

.ftc-header-template .ftc-search>form{
    top: 26px;
    position: absolute;
    min-width: 270px;
    right: 0;
}
.content-dropdown.active{
    line-height: 50px;
}
.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}

/*TDV*/
.toggleDropdown .content-dropdown{
    position: absolute;
    top: 40px;
    border: 1px solid #ebebeb;
    border-top-width: 2px;
    width: 210px;
    background: #fff;
    z-index: 100;
    text-align: center;
    padding: 7px 15px;
    display: none;
}
.showLoginIcon i.fafa-user{
    font-size: 18px;
    line-height: 31px;
}
.demo24-header1 .ftc-account .fa.fa-user{
    font-size: 18px;
}
.demo24-header1 .header-dropdown-element .fa.fa-navicon{
    font-size: 20px;
}
/*end of TDV*/
.ftc-header-template .ftc-search>form{
    top: 26px;
    position: absolute;
    min-width: 270px;
    right: 0;
}
.content-dropdown.active{
    line-height: 50px;
}
.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}

.ftc-header-template .ftc-search>form{
    top: 26px;
    position: absolute;
    min-width: 270px;
    right: 0;
}
.content-dropdown.active{
    line-height: 50px;
}
.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}

.mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text{
    position: relative;
}


.ftc-header-template .ftc-search>form{
    top: 27px;
    position: absolute;
    min-width: 200px;
    right: 0;
}
.search32 .ftc-search form .ftc_search_ajax{
    opacity: 0;
    transition: left 1s 0.1s ease-in-out,height 0.7s;
    -moz-transition: left 1s 0.1s ease-in-out,height 0.7s;
    -webkit-transition: left 1s 0.1s ease-in-out,-webkit-transform 1s,height 0.7s;
}
.search32 .ftc-search:hover form .ftc_search_ajax{
    opacity: 1;
    display: block !important;
    top: 35px;
}
.content-dropdown.active{
    line-height: 50px;
}
.toggleDropdown a.tini-wishlist{
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;      
    display: inline-block;
    width: 100%;  
}

.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
/*.toggleDropdown*/  .ftc-currency ul {
    top: auto;
    position: absolute;
    padding: 15px;
    width: 130px;
    right: auto;
    left: 50%;
    transform: translate(-51%);
    margin-right: 0;
    opacity: 0;
    z-index: 9999;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    list-style: none;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #c5ab8b;
    background: #fff;
    visibility: hidden;
}
/*.toggleDropdown*/  .ftc-currency:hover ul{
    animation-duration: 340ms;
        -webkit-animation-duration: 340ms;
        -moz-animation-duration: 340ms;    
    animation-delay: 100ms;
        -webkit-animation-delay: 100ms;
        -moz-animation-delay: 100ms;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
    animation-fill-mode: both;
        -webkit-animation-name: animation_dropdown;
        -moz-animation-name: animation_dropdown;
    animation-name: animation_dropdown;
    backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    display: block;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}

.ftc-header-template .ftc-search>form{
    top: 27px;
    position: absolute;
    min-width: 200px;
    right: 0;
}

.content-dropdown.active{
    line-height: 50px;
}

.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}

.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}
/*2022 TEDU don css - fashion-style.css */
.img-no-hover .ftc-element-image .wp-caption:after{
    display: none;
}
.header-ftc-element .sticky-wrapper {
    height: auto !important;
}
/*HOME 1*/
.banner_deal1 .ftc-image-content {
    padding: 0;
    top: 50%;
    right: 30px;
    left: auto;
    width: auto;
    text-align: right;
    transform: translate(0, -50%);
}
.banner_deal1 .bn-right-row1-h1 .ftc-image-content {
    right: auto;
    left: 30px;
    text-align: left;
}
.banner_deal1 .ftc-image-content h1 {
    font-family: 'Lato';
    font-size: 18px;
    color: #666666;
}
.banner_deal1 .ftc-image-content h2 {
    font-family: 'Bebas Neue';
    font-size: 36px;
    color: #262626;
    margin: 10px 0;
}
.banner_deal1 .ftc-image-content h3 {
    font-family: 'Lato';
    font-size: 15px;
    color: #666;
    margin: 10px 0;
}
.banner_deal1 .ftc-image-content h4 {
    font-family: 'Lato';
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
}
.banner_deal1 .ftc-image-content h5 {
    font-size: 20px;
    color: #666666;
    font-family: 'Bebas Neue';
}
.home1.footer-mobi {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.star-rating span {
    font-family: star;
}
/*Welcome Text*/
.fs-text-content {
    max-width: 950px;
    margin: 35px auto 30px; 
    font-size: 18px;
    color: #666666;
}
.fs-welcome .elementor-text-editor h1 {
    font-size: 48px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #000;
}
.fs-welcome .elementor-text-editor a {
    font-size: 20px;
}
/*list-product-by-categories*/
.ftc-product-categories.style_1.swiper-container-horizontal {
    /*max-width: 89.6%;*/
}
.ftc-list-product-by-categories .content-product.woocommerce > .products.active.loading {
    max-height: 100px;
    overflow: hidden;
}
.ftc-list-product-by-categories .content-product.woocommerce > .products.active.loading:before{
    content: "";
    position: absolute;
    left: 50%;
    background-image: url(../images/loading.gif);
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    -moz-transform :translateX(-50%) scale(0.8);
}
.ftc-product-categories .button-shop .btn-category {
    background: none;
    color: #000;
}
.ftc-product-categories .item-desciption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.ftc-product-categories .item-desciption h3.title {
    float: left;
}
.ftc-product-categories .item-desciption .button-shop {
    right: 30px;
    position: absolute;
    bottom: 0;
}
/* fs-blog */
.fs-blog .blogs-slider.style_2 .inner-wrap {
    display: flex;
}
.fs-blog .blogs-slider.style_2 .post-text {
    text-align: center;
    margin: 0;
    background-color: #fff;
    padding: 0 0 0 60px;
}
.blogs-slider.style_2 .post-text .author.vcard {
    order: -1;
}
.blogs-slider.style_2 .post-text .meta {
    display: flex;
    justify-content: center;
}
.blogs-slider.style_2 .post-text h4 {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px !important;
}
.blogs-slider.style_2 .ftc-readmore {
    position: relative;
    margin-top: 15px;
}
.blogs-slider.style_2 {
    margin-top: 90px;
}
.ftc-blogs-slider .navigation-slider .style_2 {
    width: 25px;
}
.ftc-blogs-slider .navigation-slider .style_2:before {
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.fs-blog .blogs-slider {
    margin-top: 95px;
}
.best-sell {
    position: absolute;
} 
.fs-blog .blogs-slider .inner-wrap > a:hover img {
    transform: scale(0.9);
    opacity: 0.5;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
.fs-blog  .blogs-slider .post-text {
    display: flex;
    flex-flow: column;
    position: relative;
    background-color: #fcf7f1;
    margin: -70px 50px 0;
    padding: 25px 35px 35px;;
}
.fs-blog  .blogs-slider .post-text .meta {
    order: -1;
    margin-bottom: 0 !important;
}
.fs-blog  .blogs-slider .author.vcard {
    margin-right: 0;
}
.fs-blog  .blogs-slider .author.vcard:after {
    content: " / ";
    margin: 0 20px;
}
.fs-blog  .blogs-slider .ftc-readmore {
    width: max-content;
    border-bottom: 3px solid;
    text-transform: capitalize;
    line-height: 25px;
    margin-top: 15px;
}
.fs-blog.elementor-widget.elementor-widget-ftc-posts-slider {
    margin-top: -125px;
}
img.attachment-ftc_brand_thumb.size-ftc_brand_thumb.wp-post-image.wp-post-image:hover{
    opacity: 0.5;
}
.navigation-slider div {
/*    top: 10px;
    transform: none;*/
}
.fs-blog .navigation-slider .nav-prev {
    left: auto;
    right: 50px;
}
.heading_blog1 {
    font-size: 16px;
    max-width: 380px;
}
.heading_blog1 h1 {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 44px;
    color: #000;
    font-weight: bold;
}
.heading_blog1 span {
    color: #666;
}
.fs-blog .meta {
    color: #999;
}
.fs-blog .ftc-blogs-slider .post-text h4 a {
    color: #666666;
}
/* testimonial - home - style 2 */
.bg-nav .ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2:before {
    background-color: #f9f9f9;
}
.name a:before, .name a:after {
    content: "~~";
    margin: 0 10px;
} 
.ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2 {
    top: 50%;
    transform: translateY(-50%);
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2.nav-prev {
    left: 30px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2.nav-next {
    right: 30px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2:before {
    background-color: #fdf8f2;
    border-radius: 8px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .avatar-image img {
    border-radius: 50%;
    max-width: 100px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .infomation {
    font-size: 20px;
    line-height: 35px;
    max-width: 720px;
    margin: 0 auto;
    font-weight: normal;
    color: #666;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal h4.name {
    margin-top: 80px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .avatar-image {
    position: relative;
    margin-top: 35px;
    margin-bottom: 50px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .testimonial-content {
    margin-bottom: 55px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .infomation:before {
    content: "\f10d";
    font-family: Fontawesome;
    position: absolute;
    top: -40px;
    font-size: 65px;
    left: -75px;
    line-height: 70px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .infomation {
    position: relative;
}
/* navigation-slider style 2*/
.navigation-slider .style_2 {
    border-radius: 50%;
    width: 35px;
    border: 2px solid #000;
    color: #000;
}
.navigation-slider .style_2:before {
    position: relative;
    font-size: 23px;
}
.navigation-slider .nav-next.style_2:before {
    right: -10px;
}
.navigation-slider .nav-prev.style_2:before {
    left: -2px;
}
/*product tab style 2 */
.elementor-element.best-sell.elementor-widget {
    margin-bottom: 0;
    position: absolute;
}
.fs-tab-right .tabs-wrapper {
    text-align: right;
}
.fs-tab-right .elementor-widget-ftc-products-tabs .tab-title.active .title {
    border-bottom: 2px solid;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 50%;
    right: 12px;
    font-size: 15px;
}

.elementor-element.best-sell.elementor-widget .heading_pro1 h1 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-transition:1s;
    -moz-transition: 1s;
    transition: 1s;
}
.elementor-element.best-sell.elementor-widget .heading_pro1 {
    max-width: 350px;
    font-size: 16px;
}

.newsletter-big-class .sub .button-sub input[type="submit"] {
    color: #fff;
}
.newsletter-big-class .sub:hover .button-sub input[type="submit"] {
    background-color: #000;
}
/*fs-banner-h2 */
.fs-banner2-h2 .elementor-widget.elementor-widget-button {
    margin-top: 5px;
}
.fs-banner-h2 .elementor-widget-heading {
    margin-bottom: 140px;
}
.fs-banner2-h2 .elementor-widget-image {
    margin-top: 66px;
}
.fs-banner-h2 .elementor-widget-heading .elementor-heading-title {
    margin-top: -10px;
}
.fs-banner2-h2 .elementor-image-box-title {
    text-align: left;
    float: right;
    margin-right: 112px;
}
.fs-banner2-h2 .elementor-button-wrapper {
    margin-right: 300px;
}
.fs-banner-h2 .elementor-button-text {
    color: #000;
}
.fs-banner-h2 .elementor-widget.elementor-widget-heading {
    max-width: 260px;
    margin-bottom: 140px;
}
.fs-banner-h2 .elementor-image-box-content .elementor-image-box-title {
    max-width: 290px;
}
.fs-banner-h2 .elementor-button.elementor-size-sm {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    line-height: 25px;
    padding: 0;
    border-radius: 0;
}
.fs-welcome.bg .elementor-text-editor {
    padding: 145px 0 130px;
}
/*fs-instagram*/
.fs-instagram .elementor-widget-heading .elementor-heading-title {
    width: 180px;
    margin-right: 110px;
}
.fs-instagram .elementor-widget-text-editor {
    font-size: 16px;
}
/*custom*/
/*fashion-home22*/
.elementor-element.text-h22{
    /*max-width: 1006px;*/
    max-width: 960px;
    margin: 0 auto;
}
.elementor-element.widget-h22{
    font-weight: bold;
    margin: 0 auto;
}
.h22-categories .ftc-product-categories.style_1 .button-shop .btn-category {
    font-size: 14px;
    color: #666666;
}
.h22-categories .ftc-product-categories.style_1 .item-desciption .button-shop {
    right: 3px;
    bottom: 5px;
}
.h22-categories .ftc-product-categories.style_1 .item-desciption h3.title {
    font-size: 30px;
    padding-left: 35px;
    padding-top: 27px;
}
    
/*testimonial*/
.h22-testimonial .testimonial-home {
    display: flex;
    flex-direction: column;
}
.h22-testimonial .ftc-sb-testimonial .testimonial-content .info{
    position: static;
    transform: translateX(0%);
    top:0;
    order:2;
    border: none;
    background: none;
    width: 700px;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    margin-top: 70px;
    margin-left: 275px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .infomation{
    max-width: 705px;
    margin-top: 26px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .avatar-image {
    margin-top: 0px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .infomation:before{
    top: -33px;
    left: -90px;
}
.ftc-element-testimonial.style_2.swiper-container-horizontal .testimonial-content{
    margin-bottom: 0;
    padding: 45px 0 65px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal h4.name{
    margin-top: 90px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2{
    width: 40px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2:before{
    border-radius: 0px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .nav-prev.style_2:before{
    top: 2px;
}
.h22-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .nav-next.style_2:before{
    right: -15px;
    top: 2px;
}
/*news/blog*/
.news-t22 {
    max-width: 350px;
}
.h22-news{
    position: absolute !important; 
}
    .elementor-element .h22-blog .blogs-slider.style_1{
        padding-top:130px;
    }
    .elementor-element .h22-blog .navigation-slider div{
        top: 3px;
    }
    .elementor-element .h22-blog .navigation-slider .style_2{
        width: 32px;
    }
    .elementor-element .h22-blog .navigation-slider .nav-prev {
        left: auto;
        right: 50px;
    }
    .elementor-element .h22-blog .navigation-slider .style_2:before {
        top: 4px;
        font-size: 18px;
    }
    .elementor-element .h22-blog .navigation-slider .nav-prev.style_2:before {
        left: -2px;
    }
    .elementor-element .h22-blog .navigation-slider .nav-next.style_2:before {
        right: -12px;
    }
    .elementor-element .h22-blog .blogs-slider .post-text {
        display: flex;
        flex-flow: column;
        position: relative;
        background-color: #fcf7f1;
        margin: -65px 50px 0;
        padding: 35px 40px 35px;
    }
    .elementor-element.h22-blog .blogs-slider.style_1 .post-text h4{
        font-size: 20px;
    }
    .elementor-element .h22-blog .blogs-slider .inner-wrap > a:hover img {
        transform: scale(0.9);
        opacity: 0.5;
        transition: 1s;
        transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
    }
    .h22-blog .blogs-slider .author.vcard{
        margin-right: 0px;
    }
    .h22-blog .blogs-slider .author.vcard:after {
        content: " / ";
        margin: 0 10px;
    }
    .h22-blog .blogs-slider .ftc-readmore {
        width: max-content;
        border-bottom: 2px solid;
        text-transform: capitalize;
        line-height: 25px;
        font-size: 15px;
        margin-top: 15px;
    }
    
    /*footer bottom*/
    .text22-insta {
        align-self: center;
    }
    .insta-t22 {
        color: #444;
    }
    .insta-t22 p {
        font-family: poppins, sans-serif;
    }
    .h22-sub {
        padding-left: 6%;
    }
    .h22-icon{
        padding-top: 20px;
    }
    .h22-icon .elementor-social-icon i{
        color: #000000;
    }
    .h22-copyright p {
        margin-bottom: 0 !important;
    }
    /*media fashion home23*/
    .h23-collect-text .elementor-heading-title.elementor-size-xxl{
        margin-top: -5px;
    }
    .h23-collect .elementor-element.h23-collect-text{
        margin-bottom: 140px;
        max-width: 300px;
    }
    .h23-collect h2.elementor-image-box-title{
        line-height: 40px;
    }
    .h23-collect .collect-1 h2.elementor-image-box-title{
        margin-top: -12px;
        max-width: 300px;
        text-align: left;
    }
    .collect-1.elementor-widget-image-box .elementor-image-box-wrapper {
        text-align: left;
    }
    .collect-2.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
        text-align: right;
    }
    .collect-3.elementor-widget-image .elementor-image {
        text-align: right;
    }
    .collect-3{
        margin-top: 55px;
    }
    .h23-collect .elementor-button.elementor-size-sm {
        border-bottom: 1px solid #ebebeb;
        line-height: 25px;
        padding: 0;
    }
    .h23-collect .collect-2 h2.elementor-image-box-title{
        max-width: 302px;
        text-align: left;
        float: right;
        margin-right: 100px;
        margin-top: -5px;
    }
    .btn-c2 .elementor-button.elementor-size-sm {
        float: right;
        margin-right: 302px;
    }
    .h23-welcome {
        background-repeat: no-repeat;
    }
    .h23-welcome .elementor-text-editor h1{
        font-size: 48px;
        color: #000;
        letter-spacing: 1px;
        line-height: 40px;
    }
    .h23-welcome p.fs-text-content{
        max-width: 1010px;
        font-size: 18px;
        line-height: 40px;
        margin: 40px auto 35px;
    }
    .h23-welcome .elementor-text-editor strong a{
        font-size: 20px;
        color: #000;
        line-height: 40px;
    }
    .sell-t23 .elementor-text-editor h1{
        font-size: 40px;
        color: #000;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .sell-t23 .elementor-text-editor p{
        font-size: 16px;
        max-width: 360px;
        line-height: 32px;
    }
    .h23-sell-text{
        position: absolute !important;
    }
   
.h23-sell .style_2 .woocommerce .product .item-description {
    width: 100%;
}

.h23-sell .style_2 .ftc-product .item-description .image-gallery{
    display: none;
}
.h23-sell .style_2 .ftc-product .item-description .product_title.product-name > a{
    font-size: 18px;
}
.h23-sell .style_2 .ftc-product .item-description .price del span.amount{
    font-size: 14px;
}

.h23-sell .woocommerce .product .compare i:before, .h23-sell .woocommerce .product .yith-wcwl-add-to-wishlist i:before {
    font-size: 18px;
}

.h23-sell .woocommerce a.button.loading::after{
    right: 12px;
}
.h23-sell .woocommerce a.button.loading:hover:after{
    color: #fff;
}
.h23-sell .woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:before{
    top: 0;
}
.btn-product-23 span.elementor-button-text {
    letter-spacing: 0.5px;
    border-bottom: 1.5px solid;
    line-height: 22px;
}
.h23-testimonial .title-testi-slider{
    display: none;
}
.h23-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .testimonial-content {
    margin-bottom: 0;
    padding: 75px 0 65px;
}
.h23-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .avatar-image{
    margin-top: 0px; 
}
.h23-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .infomation{
    max-width: 700px;
}
.h23-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .infomation:before{
    top: -35px;
}
.h23-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal h4.name{
    margin-top: 90px;
}
.h23-testimonial .navigation-slider .style_2{
    width: 35px;
    height: 35px;
}
.h23-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .navigation-slider .style_2:before {
    top: 1px;
}
.h23-news{
    position: absolute !important;
}
.h23-news .elementor-text-editor h1{
    font-size: 40px;
    color: #000;
    line-height: 35px;
    margin-bottom: 20px;
}
.h23-news .elementor-text-editor p{
    font-size: 16px;
    max-width: 380px;
    line-height: 32px;
}
.elementor-element.h23-blog .blogs-slider.style_2 .inner-wrap{
    display: flex;
    align-items: unset;
}
.h23-blog .blogs-slider.style_2 .inner-wrap > a{
    width: 50%;
}
.elementor-element.h23-blog .blogs-slider.style_2 .inner-wrap .post-text{
    width: 50%;
    padding-top: 43px;
    text-align: center;
}
.h23-blog .blogs-slider.swiper-slide{
    margin-top: 88px;
}
.h23-blog .blogs-slider.style_2 .inner-wrap .post-text h4 {
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}
.h23-blog .post-text .meta {
    text-align: center;
}
.h23-blog .inner-wrap img {
    height: 370px;
}
.h23-blog .post-text p{
    text-align: center;
    line-height: 25px;
    padding: 0 30px;
    margin-bottom: 50px !important;
}
.h23-blog a.ftc-readmore {
    position: unset !important;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 3px solid;
    padding-bottom: 3px;
}
.elementor-element .h23-blog .blogs-slider .inner-wrap > a:hover img {
    transform: scale(0.9);
    opacity: 0.5;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
.h23-blog .blogs-slider .author.vcard{
    margin-right: 0px;
}
.h23-blog .blogs-slider .author.vcard:after {
    content: " / ";
    margin: 0 10px;
}
.elementor-element .h23-blog .navigation-slider div{
    top: 0px;
}
.elementor-element .h23-blog .navigation-slider .style_2{
    width: 30px;
    height: 30px;
}
.elementor-element .h23-blog .navigation-slider .nav-prev {
    left: auto;
    right: 50px;
}
.elementor-element .h23-blog .navigation-slider .style_2:before {
    top: 3px;
    font-size: 18px;
}
.elementor-element .h23-blog .navigation-slider .nav-prev.style_2:before {
    left: -2px;
}
.elementor-element .h23-blog .navigation-slider .nav-next.style_2:before {
    right: -10px;
}
.h23-contact p.emlementor-image-box-description{
    letter-spacing: 1px;
}
.h23-icon{
    padding-top: 25px;
}
.h23-icon .elementor-social-icon i{
    color: #000000;
}
.sub-t23 .elementor-text-editor h1 {
    color: #000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}
.sub-t23 .elementor-text-editor p{
    font-size: 16px;
    padding: 15px 0 5px;
}
/*home24*/
.t24-products {
    position: absolute !important;
    margin-top: -5px;
    padding: 0 5px;
}
.t24-products .elementor-clearfix:after {
    content: '';
    position: absolute;
    width: 230px;
    height: 10px;
    background: #fac9c2;
    bottom: 3px;
    z-index: -1;
    transform: translateX(-5px);
}

.h24-products .style_2 .tabs-wrapper > .tab-icon:after{
    content: '';
    width: 1px;
    height: 25px;
    top: 0;
    position: absolute;
    background: #ebebeb;
}
.h24-products .style_2 .tabs-wrapper .tab-icon:first-child:after{
    content: none;
}
.h24-products .ftc-product.product:hover{
    box-shadow: 0 0 0 0;
}
.h24-products .woocommerce .products .product, .woocommerce-page .products .product{
    margin-bottom: 30px;
}
.h24-products .short-description{
    display: none;
}
.h24-products .product .product_title.product-name:after{
    content: none;
}
.elementor-container.elementor-column-gap-extended .t24-products .elementor-widget-container > div{
    margin: 0;
}
.h24-products div.product h3.product_title.product-name{
    font-size: 16px;
    font-weight: 600;
}
.h24-products .product h3.product-name, .h24-products .product h3.product-name > a {
    letter-spacing: -1px;
}
.h24-products .product h3.product-name > a{
    font-size: 16px;
}
.h24-products .woocommerce div.product span.price{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.h24-products .woocommerce .products .product .price .amount, .h24-products .woocommerce-page .products .product .price .amount{
    font-weight: 500;
}
.h24-products .group-button-product{
    display: flex;
    transform: translateX(70%);
    top: 10px;
    bottom: auto;
    flex-direction: column;
}
.h24-products .group-button-product > div{
    margin-bottom: 10px;
}
.h24-products .images:hover .group-button-product > a{
    margin-bottom: 10px;
}
.h24-products .group-button-product > a{
    background: #fff;
    border-radius: 5px;
}
.h24-products .group-button-product .quickview{
    order: 1;
}
.h24-products .group-button-product .quickview .fa-eye{
    border-radius: 5px;
}
.h24-products .group-button-product .quickview .fa-eye:before{
    color: #000;
    font-size: 18px;
}
.h24-products .woocommerce .product .images .group-button-product > div.yith-wcwl-add-to-wishlist{
    display: block;
    background: #fff;
    border-radius: 5px;
    order: 2;
}
.h24-products .group-button-product .yith-wcwl-add-to-wishlist{
    margin-left: -310px;
}
.h24-products .woocommerce .products .product .images .wishlist{
    display: block;
    border-radius: 5px;
}
.h24-products .group-button-product .add_to_wishlist .fa-heart:before{
    color: #000;
    font-weight: 700;
    content: "\e642" !important;
    font-size: 18px;
    font-family: 'Pe-icon-7-stroke';
    position: relative;
}
.h24-products .woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:before{
    top: 4px;
    font-size: 18px;
}
.h24-products .woocommerce .product .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse i:before{
    color: #fff;
}
.h24-products .group-button-product .add_to_wishlist:hover .fa-heart:before{
    color: #fff;
}
.h24-products .images:hover .group-button-product > div.yith-wcwl-add-to-wishlist{
    position: static;
    transition: margin 0.5s ease-in-out;
    margin-left: 0;
}
.h24-products .woocommerce .products .product .images .group-button-product .quickview:hover i:before{
    color: #fff;
}
.h24-products .group-button-product .compare{
    display: block !important;
    margin-left: -310px;
    height: 40px !important;
    min-height: 40px;
    order: 3;
}
    .h24-products .woocommerce .product .fa-retweet:before{
        top: 1px;
    }
    .h24-products .group-button-product .compare .fa-retweet{
        height: 2px;
        background: #000;
        top: 35%;
        font-size: 13px;
        width: 15px;
        position: relative;
        display: inline-block;
        opacity: 0.75;
    }
    .h24-products .group-button-product .compare .fa-retweet:before{
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 4px;
        content: " " !important;
        width: 10px;
        background: #000;
    }
    .h24-products .group-button-product .compare .fa-retweet:after{
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 10px;
        content: " ";
        width: 5px;
        background: #000
    }
    .h24-products .group-button-product .compare:hover .fa-retweet, .h24-products .group-button-product .compare:hover .fa-retweet:before, .h24-products .group-button-product .compare:hover .fa-retweet:after{
        background: #fff;
    }
    .h24-products .group-button-product .quickview .fa-eye{
        background: #fff;
    }
    .h24-products .group-button-product .compare.added:before{
        color: #000;
        bottom: 0;   
    }
    .h24-products .group-button-product .compare.added:hover:before{
        color: #fff;
    }
    .h24-products .ftc-product .images.lazy-loading{
        margin-bottom: 20px !important;
    }
    .h24-products .ftc-product .ftc-thumbnails-gallery ul{
        justify-content: center;
        margin: 0px 0 15px 0;
    }
    .h24-products .ftc-product .ftc-thumbnails-gallery ul li{
        margin-right: 0;
        margin: 0 5px;
    }
    .h24-products .ftc-thumbnails-gallery ul > li span.active_tb img {
        border: 1px solid;
    }
    .h24-products .ftc-product .item-description .meta_info{
        display: contents;
    }
    .h24-products .ftc-product .item-description .yith-wcwl-add-to-wishlist{
        display: none;
    }
    .h24-products .woocommerce .product .item-description .meta_info .compare{
        display: none;
    }
    .h24-products .woocommerce .product .item-description .meta_info a *{
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .h24-products .ftc-product .item-description .add-to-cart{
        width: max-content;
        margin-left: 0;
        margin-top: 3px;
        display: none; 
        right: -50%;
        transform: translate(-50%); 
    }
    .h24-products .woocommerce .product .item-description .meta_info a.added_to_cart.wc-forward {
        background: none !important;
        color: red;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .h24-products .woocommerce .product .item-description .meta_info .add-to-cart a{
        background: #fff;
        border: none;
        border-color: #fff;
        width: max-content;
        padding: 0 5px;
    }
    .h24-products .woocommerce .product .item-description .meta_info .add-to-cart a:hover .button-tooltip{
        color: #000;
        font-weight: 700;
    }
    .h24-products .item-description .ftc-thumbnails-gallery{
        display: none;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }
    .h24-products .ftc-product:hover .item-description .add-to-cart{
        display: block;
    }
    .h24-products .ftc-product:hover .item-description .ftc-thumbnails-gallery{
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .h24-products .ftc-product:hover .item-description .price{
        display: none;
    }
    
    .h24-products .woocommerce .ftc-product:hover .item-description{
        padding-bottom: 0;
    }
    .h24-ft-order .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
    .h24-ft-order .elementor-position-top .elementor-image-box-img{
        margin-bottom: 0 !important;
        border-radius: 50%;
        background-color: #fff;
        height: 55px;
        width: 55px;
        border: 1px solid;
        border-color: #ebebeb;
    }
    .h24-ft-order .elementor-widget-image-box .elementor-image-box-content{
        width: max-content;
        margin-left: 15px;
        line-height: normal;
        text-align: left;
    }
    .h24-ft-order .elementor-image-box-img img{
        margin-top: 15px !important;
    }
    .h24-order{
        padding: 0 50px;
    }
    .h24-ft-order .elementor-widget-image-box .elementor-image-box-wrapper:after{
        content: '';
        background: #ebebeb;
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
    }
    .h24-ft-order .h24-fixback.elementor-widget-image-box .elementor-image-box-wrapper:after{
        content: none;
    }
    .h24-collect1{
        z-index: 90;
        margin-top: 40px;
    }
    .h24-collect1 .ftc-image-caption p{
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 3px;
        padding-top: 4px;
    }
    .h24-collect1 .ftc-image-caption h2{
        font-size: 48px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        color: #000;
        line-height: 60px;
        margin-top: -4px;
        max-width: 405px;
    }
    .h24-collect1 .ftc-image-content{
       position: absolute;
       top: 30% !important;
   }
   .h24-collect1 .ftc-element-image .ftc-image-content,
   .h24-collect .ftc-element-image .ftc-image-content{
    width: auto;
}
.h24-collect .ftc-image-content .single-image-button{
    color: rgb(77 77 77);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    border-bottom: 1px solid;
    border-color: rgb(77 77 77);
    line-height: 20px;
    padding: 0;
    margin-right: 2px;
}
.h24-collect1 .ftc-image-content button.single-image-button {
    margin-top: 43px;
}
.h24-collect1 .ftc-image-caption p:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100px;
    background: #000;
    left: -34%;
    top: 45%;
}
.h24-image-dot{
    z-index: -1;
    transform: translateY(30%);
}
.h24-collect2{
    margin-top: 55px;
}
.h24-collect2 .ftc-image-caption p {
    font-size: 30px;
    color: #000 !important;
    max-width: 280px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.h24-collect2 .ftc-image-content .single-image-button{
    margin-top: 50px;
    float: right;
}
.h24-collect .ftc-element-image .wp-caption .ftc-image-content .ftc-image-caption {
    pointer-events: none;
}
.h24-collect2 .ftc-image-caption p:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 80px;
    background: #000;
    right: -42%;
}
.h24-collect .ftc-element-image .wp-caption{
    width: max-content;
    margin-left: auto !important;
    position: relative;
}
.h24-collect .ftc-element-image .wp-caption:before,
.h24-collect .ftc-element-image .wp-caption:after{
    display: none;
}
.h24-instagram{
    z-index: 0;
}
.h24-instagram .h24-insta .ftc-instagram ul li{
    padding: 0 15px;
}
.h24-insta{
    margin-bottom: 125px;
}
.t24-insta .elementor-heading-title:before{
    content: '';
    position: absolute;
    width: 190px;
    height: 10px;
    background: #fac9c2;
    bottom: 73px;
    z-index: -1;
    transform: translateX(-3px);
}
.h24-mail{
    margin-top: 20px;
}
.h24-mail .elementor-text-editor h3{
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}
.h24-contact .elementor-widget .elementor-icon-list-item{
    padding-left: 20px;
}
.h24-contact .elementor-icon-list-text {
    font-size: 15px;
}
.h24-copyright .elementor-text-editor a{
    font-size: 15px;
    color: #7a7a7a;
}
/*home25*/
.h25-submail .sub-mailchimp .input-mail input[type="email"] {
    background: #F7F5F6;
    height: 60px;
    border: none;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 5px;
    width: 400px;
    max-width: 400px;
}
.h25-submail .sub-mailchimp .btn-sub button[type="submit"]{
    height: 60px;
    width: 170px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.h25-submail .sub-mailchimp .btn-sub:hover button[type="submit"]{
    background-color: red;
}
.h25-submail .sub-mailchimp .btn-sub .fa-envelope:before{
    content: none;
}
.h25-sub .h25-subform .elementor-element-populated{
    align-items: center;
}
.h25-sub .h25-submail .sub-mailchimp {
    display: flex;
    text-align: left;
}
.h25-sub .h25-submail .sub-mailchimp .input-mail{
    margin-right: 10px;
}
.h24-products.h25-pd .style_2 .tabs-wrapper > .tab-icon:after{
    height: 20px;
}
.h24-products.h25-pd .woocommerce-page .products .ftc-product.product{
    padding: 0 15px;
    width: 25%;
}

.h24-products.h25-pd .group-button-product{
    transform: translateX(2px);
    left: 81%;
}
.h25-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .testimonial-content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 85px 0 90px;
}
.h25-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal h4.name{
    font-size: 24px;
    letter-spacing: 0px;
    order: 1;
    font-size: 24px;
}
.h25-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .infomation{
    order: 2;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    max-width: 700px;
}
.h25-testimonial .style_2 .avatar-image{
    display: none;
    order: 3;
}
.h25-testimonial .name a:before, .h25-testimonial .name a:after{
    content: none;
}
.h25-testimonial .ftc-element-testimonial.style_2.swiper-container-horizontal .infomation:before{
    content: "\f10e";
    top: -100px;
    font-size: 80px;
    font-style: normal;
    left: 0px;
    right: 0;
    line-height: 60px;
    font-family: Fontawesome;
    position: absolute;
}
.h25-insta .ftc-instagram ul.columns-4.original{
    margin: 0 -15px;
}
.h25-insta .ftc-instagram ul.columns-4 li{
    padding: 0 15px;
}
.h25-order{
    padding: 0 50px;
}
    
    .woocommerce .products .product .add-to-cart a.added_to_cart:after{
        content: "\f00c";
        font-family: fontAwesome;
        display: block;
    }
    
    .h25-contact li.elementor-icon-list-item {
        padding-left: 60px;
    }
    .h25-contact .elementor-icon-list-text {
        font-size: 15px;
    }

    /*Home Element*/
    /*Fearture Home 1*/
    .feature-h1 .elementor-icon i{
        width: 43px;
        height: 43px;
        border-radius: 50%;
        line-height: 38px;
        border: 3px solid #e7edf3;
    }
    .feature-h1 .elementor-icon{
        transition: all 1.5s;
    }
    .feature-h1 .elementor-icon:hover i{
        background-color: #333;
        border-color: #333;
    }
    .feature-h1 .elementor-icon:hover{
        transform: rotate(360deg);
    }
    
    .bn1-h1 .ftc-element-image .ftc-image-content,
    .bn2-h1 .ftc-element-image .ftc-image-content{
        width: max-content;
        text-align: center;
    }
    .tx1-bn-h1{
        font-size: 44px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #fff;
        margin-bottom: 0;
    }
    .tx2-bn-h1{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #fff;
        margin-bottom: 0;
    }
    .bn2-h1 .tx1-bn-h1{
        color: #262626;
    }
    .bn2-h1 .tx2-bn-h1{
        color: #666;
    }
    /*Blog Slider */
    .ftc-blogs-slider.style_3 .inner-wrap .element-date-timeline{
        display: block;
        position: absolute;
        width: 40px;
        text-align: center;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .element-date-timeline:before{
        content: '';
        position: absolute;
        height: 1px;
        background-color: #ebebeb50;
        width: 100%;
        left: 0;
        top: 30px;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .element-date-timeline > div{
        color: #fff;
        padding: 3px 0;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .element-date-timeline > div.month{
        order: 1;
        font-size: 18px;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .element-date-timeline > div.day{
        order: 2;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .post-text{
        margin-top: 20px;
        margin-left: 55px;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .post-text .ftc-readmore{
        display: none;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .post-text h4{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .post-text h4 a{
        color: #262626;
    }
    .ftc-blogs-slider.style_3 .inner-wrap .post-text p{
        font-size: 14px;
        color: #666;
        font-weight: normal;
    }
    .title-h1 .elementor-heading-title{
        position: relative;
    }
    .title-h1 .elementor-heading-title:before{
        position: absolute;
        content: '';
        height: 1px;
        width: 45px;
        border-top: 1px dashed; 
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }
    /*Testimonial*/
    .ftc-element-testimonial.style_1 .testimonial-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }
    .ftc-element-testimonial.style_1 .testimonial-content:before{
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% - 60px);
        background-color: #fff;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .ftc-element-testimonial.style_1 .testimonial-content .name{
        order: 2; 
        margin-bottom: 0; 
    }
    .ftc-element-testimonial.style_1 .testimonial-content .name a{
        font-size: 20px;
        font-weight: normal;
        color: #000;
        letter-spacing: 1px;
    }
    .ftc-element-testimonial.style_1 .testimonial-content .name a:before,
    .ftc-element-testimonial.style_1 .testimonial-content .name a:after{
        display: none;
    }
    .ftc-element-testimonial.style_1 .testimonial-content .byline{
        order: 3;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ftc-element-testimonial.style_1 .testimonial-content .infomation{
        font-size: 14px;
        color: #666666;
        padding: 0 40px;
        order: 4;
        position: relative;
    }
    .ftc-element-testimonial.style_1 .testimonial-content .infomation:before {
        content: "\f10d";
        font-family: 'FontAwesome';
        position: absolute;
        top: -10px;
        left: 30px;
        font-size: 14px;
        color: #eee;
    }
    .ftc-element-testimonial.style_1 .avatar-image{
        border-radius: 50%;
        border: 5px solid #ebebeb;
        order: 1;
        max-width: 120px;
    }
    .ftc-element-testimonial.style_1 .avatar-image img{
        border-radius: 50%;
    }
    .ftc-element-testimonial.style_1 .testimonial-content:hover .name a,
    .ftc-element-testimonial.style_1 .testimonial-content:hover .byline,
    .ftc-element-testimonial.style_1 .testimonial-content:hover .infomation{
        color: #fff;
    }
    .ftc-element-testimonial.style_1 .navigation-slider{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 20px;
    }
    .navigation-slider div.style_3{
        position:unset;
        width: 20px;
    }
    .navigation-slider div.style_3.nav-prev{
        order: 1;
    }
    .ftc-element-testimonial.style_1 .navigation-slider:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 15px;
        background-color: #000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .navigation-slider div.style_3.nav-next{
        order: 2;
        text-align: right;
    }
    .navigation-slider div.style_3:before{
        font-size: 15px;
        font-weight: 300;
        color: #262626;
    }
    .navigation-slider div.style_3.nav-prev:before{
        content: "\f060";
    }
    .navigation-slider div.style_3.nav-next:before{
        content: "\f061";
    }
    /*end*/
        .woocommerce .products.list .product .item-description .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist,
        .woocommerce .product .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist,
        .woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
            display: none;
        }
        .woocommerce .product .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
            display: block;
        }
    /*Product Slider Style 1*/
    .pr1-bn-h1{
        width: calc(60% + 80px) !important;
        margin-left: -80px;
    }
    .bn-pr1-h1{
        padding: 15px 0 10px 25px;
        background-color: #fff;
    }
    /*End*/
    .tx1-bn2-h1{
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
    }
    .tx2-bn2-h1{
        font-size: 30px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 30px;
        position: relative;
    }
    .tx2-bn2-h1:after{
        content: '';
        position: absolute;
        height: 1px;
        width: 45px;
        border: 1px dashed #fff;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }
    .tx3-bn2-h1{
        font-size: 14px;
        color: #fff;
        padding: 0 40px;
    }
    .tx4-bn2-h1{
        font-size: 14px;
        color: #cad6e3;
        padding: 0 40px;
    }
       
    .button-cd-h1 .elementor-button-link{
        border: 1px solid #fff;
    }
    .button-cd-h1 .elementor-button-link:hover{
        border: 1px solid #000;
    }
    .bn2-pr-h1 .ftc-element-image .wp-caption:after {    
        right: 15px;
        left: 95px;
    }
    .pr2-bn-h1{
        width: calc(60% + 80px) !important;
        margin-right: -80px;
    }
    /*Coundown home 1*/
    .countdown-h1 .ftc-countdown-element .countdown-timer-init{
        display: inline-block;
        max-width: 146px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        border: 3px solid #9bb3cd;
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ebebeb;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 2;
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ebebeb;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init > div{
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0 !important;
        min-width: 70px;
        min-height: 70px;
        position: relative;
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init > div:first-child .ftc-number{
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init > div:nth-child(2) .ftc-number{
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init > div:nth-child(3) .ftc-number{
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .countdown-h1 .ftc-countdown-element .countdown-timer-init > div:nth-child(4) .ftc-number{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .full-countdown-h1:before{
        position: absolute;
        content: '';
        width: 100%;
        height: calc(100% + 100px);
        top: -50px;
    }
    .bn-cd-h1{
        margin-top: 25px;
    }
    .bn-cd-h1 .wp-caption img{
        margin-left: 50px;
    }
    .bn2-cd-h1 .wp-caption img{
        margin-left: 0px;
        margin-right: 50px;
    }
    .bn-cd-h1 .ftc-element-image:before{
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% - 45px);
        bottom: -5px;
        left: 0;
        border: 5px solid #fff;
        border-width: 5px 0 5px 5px;
    }
    .bn2-cd-h1 .ftc-element-image:before{
        border-width: 5px 5px 5px 0;
    }
    .cd-tx1-h1{
        border: 3px solid #d7dde3;
        border-radius: 50%;
        background: #89a6c4;
        color: #fff;
        font-size: 20px;
        width: 75px;
        height: 75px;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 69px;
        margin-bottom: 0;
        right: -50px;
        position: relative;
    }
    .cd-360-h1{
        transform: rotate(90deg);
        -webkit-transform:  rotate(90deg);
        display: inline-block;
        -ms-transform: rotate(90deg);
        -moz-transform:  rotate(90deg);
    }
    .bn-cd-h1 .ftc-image-content{
        width: max-content;
        padding: 0;
    }
    .bn-cd-h1 .ftc-image-content .ftc-image-caption{
        display: flex;
        text-align: center;
    }
    .cd-tx3-h1{
        color: #878787;
        font-size: 14px;
        line-height: 20px;
    }
    .cd-tx2-h1{
        font-size: 17px;
        font-weight: 600;
        background: #ebebeb;
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #262626;
    }
    .cd-tx2-h1:before{
        content: "";
        position: absolute;
        top: 10px;
        border-bottom: 1px solid #d3d3d3;
        right: -50px;
        left: -47px;
        z-index: -1;
    }
    .cd2-360-h1{
        transform: rotate(-90deg);
        -webkit-transform:  rotate(-90deg);
        display: inline-block;
        -ms-transform: rotate(-90deg);
        -moz-transform:  rotate(-90deg);
    }
    .cd2-tx1-h1{
        border: 3px solid #d7dde3;
        border-radius: 50%;
        background: #89a6c4;
        color: #fff;
        font-size: 20px;
        width: 75px;
        height: 75px;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 69px;
        margin-bottom: 0;
        left: -50px;
        position: relative;
    }
    .cd2-tx3-h1{
        color: #878787;
        font-size: 14px;
        line-height: 20px;
    }
    .cd2-tx2-h1{
        font-size: 17px;
        font-weight: 600;
        background: #ebebeb;
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #262626;
    }
    .cd2-tx2-h1:before{
        content: "";
        position: absolute;
        top: 10px;
        border-bottom: 1px solid #d3d3d3;
        right: -30px;
        left: -33px;
        z-index: -1;
    }
    .cd-content-h1 > .elementor-container{
        max-width: 1200px;
    }
    .bn-cd-h1 .ftc-element-image .wp-caption:after{
        display: none;
    }
    /*End*/ 

/*Home26*/
.part1-h26 .fas1 p.text-left {
    display: inline-block;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.part1-h26 .tomas.tparrows{
    opacity: 0 !important;
}
.part1-h26:hover .tomas.tparrows{
    opacity: 1  !important;
}
.part1-h26:hover .tomas_26.tparrows {
    display: inline-block;
}
.part1-h26 .tomas_26.tparrows {
    display: none;
}
.cate26 .elementor-widget-image-box figure.elementor-image-box-img img:hover {
    opacity: 0.6;
}
.cate26 .elementor-widget-image-box figure.elementor-image-box-img img{
    margin-bottom: 8px;
}
.tab26 .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 0;
}
.tab26 .elementor-tabs {
    align-items: center;
}
.tab26 .elementor-tabs .elementor-tab-title a {
    font-size: 24px;
    font-weight: 300;
    color: #666;
}
.tab26 .elementor-tabs .elementor-tab-title a {
    color: #262626;
    border-bottom: 1px solid transparent;
}
.tab26 .elementor-tabs .elementor-tabs-content-wrapper {
    text-align: right;
}
.tab26 .elementor-tabs .elementor-tabs-wrapper {
    z-index: 1;
    position: absolute;
    transform: translate(56%);
}
.testi26 .title-testi-slider h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.testi26 .title-testi-slider {
    margin-bottom: 0px;
}
.testi26 .ftc-element-testimonial .avatar-image {
    display: none;
}
.testi26 h4{
    margin-top: 40px;
}
.testi26 .infomation {
    display: table;
    width: 70%;
    margin: 0 auto;
}
.testi26 h4 a {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
}
.testi26 h4 a:before,
.testi26 h4 a:after {
    display: none;
}
.testi26 .ourte26 {
    margin-bottom: 10px !important;
}
.testi26 .dia {
    margin-bottom: 30px !important;
}
.baner26 .baner-right .image2 {
    margin: 0;
}
.baner26 .baner-right .text-ban {
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 27px;
    left: 32px;
}
.baner26 .elementor-col-50.baner-left {
    padding-right: 15px;
}
.baner26 .elementor-col-50.baner-right {
    padding-left: 15px;
}
.baner26 .elementor-col-50.baner-right .image1.elementor-widget-image {
    margin-bottom: 30px;
}
.imge26 .fasi26.elementor-widget-image {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-30%);
}
.imge26 .elementor-col-50.left {
    padding-right: 15px;
}
.imge26 .elementor-col-50.right {
    padding-left: 15px;
}
.shiper26 .elementor-col-33 {
    padding: 0 15px;
}
.shiper26 .elementor-column.elementor-col-100 {
    margin: 0 -15px;
}
.shiper26 .elementor-col-33 .elementor-widget-image-box {
    margin-bottom: 60px;
}
.shiper26 .elementor-col-33 .elementor-widget-image-box h3 {
    padding-bottom: 10px;
}
.pro26 {
    padding: 0 75px;
}
.vie26 .view26.elementor-widget-heading {
    margin-bottom: 60px;
}
.view26 h2 {
    display: inline-block;
    position: relative;
}
.view26 h2:before {
    content: "";
    background: #262626;
    width: 50%;
    left: 50%;
    height: 1px;
    position: absolute;
    bottom: -7px;
    transform: translate(-50%);
}
.blog26 .view26.elementor-widget-heading {
    margin-bottom: 10px;
}
.vie26 .the26.elementor-widget-text-editor,
.blog26 .the26.elementor-widget-text-editor {
    margin: 0;
}
.blog26 .blogs-slider .post-text a.ftc-readmore {
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    letter-spacing: 1px;
}
.blog26 .blogs-slider .post-text span.published {
    font-size: 14px;
    color: #666666;
    font-family: 'Lato';
}
.blog26 .blog-template-elementor .inner-wrap .post-text .meta .vcard.author:after{
    content: '/';
    position: absolute;
    top: 0;
    left: 62px;
}
.blog26 .ftc-blogs-slider .inner-wrap {
    position: relative;
}
.blog26 .ftc-blogs-slider .inner-wrap .post-text {
    position: absolute;
    top: 0;
    z-index: 1;
}
.blog26 .ftc-blogs-slider .inner-wrap > a {
    opacity: 0;
}
.blog26 .ftc-blogs-slider .inner-wrap:hover .post-text {
    display: none;
}
.blog26 .ftc-blogs-slider .inner-wrap:hover > a {
    opacity: 1;
}
.fashion26 .img-ab26.elementor-widget-image {
    position: absolute;
    z-index: 1;
    right: 0;
    width: auto;
    margin: 0;
}
.pro26 .elementor-col-100 .navigation-slider .nav-next {
    right: -53px;
    left: auto;
    top: 50%;
}
.pro26 .elementor-col-100 .navigation-slider .nav-prev {
    left: -53px;
    right: auto;
    top: 50%;
}
.pro26 .elementor-col-100 .navigation-slider .nav-next:before{
    font-size: 25px;
}
.pro26 .elementor-col-100 .navigation-slider .nav-prev:before{
    font-size: 25px;
}
.pro26 .woocommerce a.button.loading::after {
    left: 42%;
    right: auto;
}
.pro26 .woocommerce .product .images .group-button-product > div a.added_to_cart {
    font-size: 18px;
    width: auto;
    border-bottom: 1px solid #262626;
    font-weight: 300;
    line-height: 1;
    height: auto;
    background: transparent;
    padding-bottom: 1px;
}

.vie26 .elementor-col-33 {
    padding: 0 15px;
}
.vie26 .elementor-col-33.right {
    padding-left: 15px;
}
.vie26 .elementor-col-33.left {
    padding-right: 15px;
}
.vie26 .all-view {
    overflow: hidden;
}
.vie26 .all-view .elementor-row {
    margin: 0 -15px;
    width: auto;
}
.fashion26 .right {
    padding-left: 100px;
    padding-bottom: 60px;
}
.fashion26 .right .text1 h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
}
.fashion26 .right .text1 h2:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #262626;
    position: absolute;
    bottom: 0;
}
.fashion26 .right .text2 p {
    border: 1px solid #262626;
    padding: 18px 30px;
    line-height: 1;
    display: inline-block;
    margin: 0;
}
.fashion26 .right .text2 p:hover {
    color: #fff;
}
.brand26 .brand-lg26 .item {
    border: none;
}
.brand26 {
    padding: 0 60px;
}
.home26.footer-mobi {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.ftc-header-template .ftc-search>form{
    top: 26px;
    position: absolute;
    min-width: 270px;
    right: 0;
}
.content-dropdown.active{
    line-height: 50px;
}
.ftc-my-wishlist a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.content-dropdown .ftc-account{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc-currency{
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.content-dropdown .ftc_language{
    font-family: 'Lato';
    font-size: 16px;
    padding-top: 12px;
}
.content-dropdown .ftc_language a.ftc_lang{
    color: #666;
}
.content-dropdown .ftc_language ul{
    margin-bottom: 5px;
}
.content-dropdown .ftc_language ul ul{
    left: 25px;
}
.content-dropdown.active .ftc-currency {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
}
.content-dropdown.active .ftc_language {
    font-family: 'Lato';
    font-size: 16px;
    color: #666;
    margin: 0;
}
.ftc-header-template.header-ftc-element .header-content > .container {
    display: block;
    position: relative;
}
.part1-h26 rs-arrow.tomas_26.tparrows.tp-leftarrow:before {
    content: '\e824';
    font-family: 'revicons';
    font-size: 40px;
}
.part1-h26 rs-arrow.tp-rightarrow.tparrows.tomas_26:before {
    font-size: 40px;
    content: '\e825';
    font-family: 'revicons';
}
/*End*/
/*Home27*/
.part1-h27 .tomas.tparrows{
    opacity: 0 !important;
}
.part1-h27:hover .tomas.tparrows{
    opacity: 1  !important;
}
.ftc-header-template .ftc-search>form{
    top: 28px;
}
.content-dropdown.active{
    line-height: 50px;
}
.blog27 .blogs-slider .post-text span.published{
    font-family: 'Lato';
}
.blog27 .blog-template-elementor .inner-wrap .post-text .meta .vcard.author:after{
    content: '/';
    position: absolute;
    top: 0;
    left: 62px;
}
.isnta-27 .elementor-image-gallery{
    margin: auto;
}
.isnta-27 .elementor-image-gallery .gallery-item{
    margin-left: -30px !important;
}
.isnta-27 .elementor-image-gallery .gallery-item:first-child{
    margin-left: 0 !important;
}
.isnta-27 .gallery-item a:hover img, .isnta-27  .gallery-item a:focus img{
    filter: unset;
}
.isnta-27 .gallery-item a{
    overflow: hidden;
    position: relative;
}
.insta27 .the26.elementor-widget-text-editor {
    margin: 0;
}
.colec2-27ab .wp-caption .ftc-image-content .ftc-image-caption{
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.brand27 {
    height: 270px;
}
.brand27 .ftc-element-brand .item{
    border: none;
}
.vie27 .elementor-col-33 {
    padding: 0 15px;
}
.vie27 .elementor-col-33.right {
    padding-left: 15px;
}
.vie27 .elementor-col-33.left {
    padding-right: 15px;
}
.vie27 .all-view {
    overflow: hidden;
}
.vie27 .all-view .elementor-row {
    margin: 0 -15px;
    width: auto;
}
.vie27 .elementor-col-33 .tex27 {
    text-align: center;
    bottom: 110px;
}
.part1-h27 rs-arrow.tomas.tparrows.tp-leftarrow:before {
    content: '\e824';
    font-family: 'revicons';
    font-size: 40px;
}
.part1-h27 rs-arrow.tp-rightarrow.tparrows.tomas:before {
    font-size: 40px;
    content: '\e825';
    font-family: 'revicons';
}
/*End*/
/*Home28*/
.imge1-28 .ftc-element-image .ftc-image-content {
    width: 480px;
    height: 320px;
    opacity: 0;
}
.imge1-28 .ftc-element-image:hover .ftc-image-content{
    opacity: 1;
}
.imge1-28 .ftc-image-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imge1-28 .ftc-image-content:before{
    content: '';
    z-index: 2;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    border: 1px solid #ebebeb;
}
.imge1-28 .sal28 {
    font-size: 18px;
    color: #999;
    font-family: 'Lato';
    font-style: italic;
    text-align: center;
    margin-bottom: 6px;
}
.imge1-28 .cole28 {
    line-height: 1;
    font-size: 48px;
    font-family: 'Bebas Neue';
    color: #262626;
    border-bottom: 1px solid #262626;
    text-align: center;
    padding-bottom: 4px;
    width: max-content;
    margin: auto;
}
.imge1-28 .ftc-image-content .button-banner {
    text-align: center;
    padding-top: 20px;
    color: #262626;
    font-size: 18px;
    font-family: 'BebasNeue1';
    font-weight: 300 !important;
    letter-spacing: 1.2px;
    position: relative;
    z-index: 3;
}
.imge1-28 .ftc-image-content .button-banner:hover{
    text-decoration: underline;
}
.imge1-28 .ftc-element-image .wp-caption:after{
    z-index: 1;
}
/*End*/

/*Home29*/
.part1-h29 .elementor-col-50.left .elementor-widget-wrap {
    align-content: space-between;
}
.part1-h29 .elementor-col-50.left .mega_main_menu > .menu_holder {
    margin: 0;
}
.part1-h29 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-bottom: 30px;
}
.part1-h29 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link {
    background: transparent;
    padding: 0 30px;
    text-align: right;
}
.part1-h29 .elementor-col-50.left .mega_main_menu > .menu_holder ul li a.item_link span.link_content {
    height: auto;
    line-height: 1;
    display: inline-block;
}
.part1-h29 .elementor-col-50.left .navigation-primary{
    display: block;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item{
    margin: 0 6px;
    background: transparent;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 a {
    background-color: transparent;
    padding: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 {
    margin-right: 24px;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item a i:before {
    position: relative;
    left: auto;
    transform: inherit;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item a i.fa-youtube:before{
    content: "\f09e";
    font-family: 'FontAwesome' !important;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item a i.fa-facebook:before{
    content: "\f39e";
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item i{
    color: #666;
    font-size: 18px;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item a:hover{
    border: 1px solid transparent;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item:hover i{
    color: #ffffff;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 .elementor-grid-item:hover{
    background-color: #d99e7e;
}
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item .hd-btc,
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item .hd-pinterest,
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item .hd-youtube,
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item .hd-instagram,
.part1-h29 .elementor-col-50.left .nav-social-h29 span.elementor-grid-item .hd-dribbble{
    display: none;
}
body .part1-h29 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
    color: #444;
}
body .part1-h29 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link span.link_text {
    display: inline-block;
    height: auto;
    line-height: 1;
    border-bottom: 2px solid #444;
}
body .part1-h29 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link span.link_text {
    font-size: 24px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    height: auto;
}
body .part1-h29 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link span.link_text {
    border-bottom: 2px solid #444;
    color: #444;
}
.part1-h29 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    background-color: transparent;
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.part1-h29 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.columns5 > .mega_dropdown {
    transform: translateX(0%);
}
.part1-h29 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 100px;
    right: auto;
    top: 10px;
}
.part1-h29 .elementor-col-100 .tparrows{
    border-radius: 0 !important;
}
.part1-h29 .elementor-col-100 .hades.tparrows{
    cursor: pointer;
    background: #ffffff;
    width: 120px;
    height: 120px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.home29.footer-mobi {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
/*End*/
/*Home30*/
.part1-h30 .elementor-col-50.left .elementor-widget-wrap {
    align-content: space-between;
}
.part1-h30 .elementor-col-50.left .mega_main_menu > .menu_holder {
    margin: 0;
}
.part1-h30 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-bottom: 30px;
}
.part1-h30 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link {
    background: transparent;
    padding: 0 30px;
    text-align: right;
}
.part1-h30 .elementor-col-50.left .mega_main_menu > .menu_holder ul li a.item_link span.link_content {
    height: auto;
    line-height: 1;
    display: inline-block;
}
.part1-h30 .elementor-col-50.left .navigation-primary{
    display: block;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item{
    margin: 0 6px;
    background: transparent;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 a {
    background-color: transparent;
    padding: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 {
    margin-right: 24px;
    margin-bottom: 800px;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item a i.fa-youtube:before{
    content: "\f09e";
    font-family: 'FontAwesome' !important;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item a i.fa-facebook:before{
    content: "\f39e";
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item a i:before {
    position: relative;
    left: auto;
    transform: inherit;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item i{
    color: #666;
    font-size: 18px;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item a:hover{
    border: 1px solid transparent;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item:hover i{
    color: #ffffff;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 .elementor-grid-item:hover{
    background-color: #d99e7e;
}
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-btc,
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-pinterest,
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-youtube,
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-instagram,
.part1-h30 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-dribbble{
    display: none;
}
body .part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
    color: #444;
}
body .part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link span.link_text {
    display: inline-block;
    height: auto;
    line-height: 1;
    border-bottom: 2px solid #444;
}
body .part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link span.link_text {
    font-size: 24px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    height: auto;
}
body .part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link span.link_text {
    border-bottom: 2px solid #444;
    color: #444;
}
.part1-h30 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    background-color: transparent;
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.columns5 > .mega_dropdown {
    transform: translateX(0%);
}
.part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown.columns1:nth-child(5) > .mega_dropdown {
    left: 155px;
}
.part1-h30 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 100px;
    right: auto;
    top: 10px;
}
.part1-h30 .elementor-col-100 .tparrows{
    border-radius: 0 !important;
}
.part1-h30 .elementor-col-100 .hades.tparrows{
    cursor: pointer;
    background: #ffffff;
    width: 120px;
    height: 120px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.pro30 {
    padding: 0 75px;
}
.pro30 .elementor-col-100 .navigation-slider .nav-next {
    right: -40px;
    left: auto;
    top: 44%;
}
.pro30 .elementor-col-100 .navigation-slider .nav-prev {
    left: -42px;
    right: auto;
    top: 44%;
}
.pro30 .elementor-col-100 .navigation-slider .nav-prev:before{
    content: '\f104';
}
.pro30 .elementor-col-100 .navigation-slider .nav-next:before{
    content: '\f105';
}

.fashion30 .img-ab30.elementor-widget-image {
    margin: 0;
}
.vie30 .elementor-col-33 {
    padding: 0 15px;
}
.vie30 .elementor-col-33.right {
    padding-left: 15px;
}
.vie30 .elementor-col-33.left {
    padding-right: 15px;
}
.vie30 .all-view {
    overflow: hidden;
}
.vie30 .all-view .elementor-row {
    margin: 0 -15px;
    width: auto;
}
.vie30 .elementor-col-33 .tex30 {
    text-align: center;
    bottom: 120px;
}
.fashion30 .left .text2 p {
    border: 1px solid #e1e1e1;
    padding: 8px 23px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}
.fashion30 .left .text2 p:hover {
    color: #fff;
}
.fashion30 .left .textsh p {
    border: 1px solid #e1e1e1;
    padding: 15px 50px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}
.fashion30 .left .textsh p:hover {
    color: #fff;
}
.fashion30 .left .text1{
    margin-bottom: 0;
}
.fashion30 .left .texple {
    margin-bottom: 14px;
}
.home30.footer-mobi {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
/*End*/
/*Home31*/
.slider-hover-h31:hover {
    opacity: 0.6 !important;
}
.part1-h31{
    position: absolute !important;
    top: 150px; width: 100%;
}
.part1-h31 .elementor-col-50.left .elementor-widget-wrap {
    align-content: space-between;
}
.part1-h31 .elementor-col-50.left .mega_main_menu > .menu_holder {
    margin: 0;
}
.part1-h31 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-bottom: 30px;
    margin-top: 30px;
}
.part1-h31 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link {
    background: transparent;
    padding: 0 30px;
    text-align: right;
}
.part1-h31 .elementor-col-50.left .mega_main_menu > .menu_holder ul li a.item_link span.link_content {
    height: auto;
    line-height: 1;
    display: inline-block;
}
.part1-h31 .elementor-col-50.left .navigation-primary{
    display: block;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item{
    margin: 0 6px;
    background: transparent;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 a {
    background-color: transparent;
    padding: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 {
    margin-right: 24px;
    z-index: 2;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item a i.fa-youtube:before{
    content: "\f09e";
    font-family: 'FontAwesome' !important;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item a i.fa-facebook:before{
    content: "\f39e";
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item a i:before {
    position: relative;
    left: auto;
    transform: inherit;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item i{
    color: #666;
    font-size: 18px;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item a:hover{
    border: 1px solid transparent;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 span.elementor-grid-item:hover i{
    color: #ffffff;
}
.part1-h31 .elementor-col-50.left .nav-social-h31 .elementor-grid-item:hover{
    background-color: #d9c19f;
}
.part1-h31 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-btc,
.part1-h31 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-pinterest,
.part1-h31 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-youtube,
.part1-h31 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-instagram,
.part1-h31 .elementor-col-50.left .nav-social-h30 span.elementor-grid-item .hd-dribbble{
    display: none;
}
body .part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
    color: #444;
}
body .part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link span.link_text {
    display: inline-block;
    height: auto;
    line-height: 1;
    border-bottom: 2px solid #444;
}
body .part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link span.link_text {
    font-size: 24px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    height: auto;
}
body .part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link span.link_text {
    border-bottom: 2px solid #444;
    color: #444;
}
.part1-h31 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    background-color: transparent;
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.columns5 > .mega_dropdown {
    transform: translateX(0%);
}
.part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown.columns1:nth-child(5) > .mega_dropdown {
    left: 155px;
}
.part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child > .mega_dropdown {
    left: 100%;
}
.part1-h31 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 100px;
    right: auto;
    top: 10px;
}
.part1-h31 .elementor-col-100 .tparrows{
    border-radius: 0 !important;
}
.part1-h31 .elementor-col-100 .hades.tparrows{
    cursor: pointer;
    background: #ffffff;
    width: 120px;
    height: 120px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.fashion31 .left .text2 p {
    border: 1px solid #e1e1e1;
    padding: 15px 50px;
    line-height: 1;
    margin: 0;
    font-family: 'Bebas Neue';
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px;
}
.fashion31 .left .text2 p:hover {
    color: #fff;
}
.fashion31 .left .text1{
    margin-bottom: 0;
}
.fashion31 .left .hoa31 {
    position: absolute;
}
.blog31 .elementor-col-100 .elementor-widget-wrap .the31 {
    margin-bottom: 0;
}
.blog31 .elementor-col-100 .elementor-widget-wrap .hoa31 {
    position: absolute;
}
.pro31 .elementor-col-100 .elementor-widget-wrap .the31 {
    margin-bottom: -10px;
}
.pro31 .elementor-col-100 .elementor-widget-wrap .view31 {
    margin-bottom: 0px;
}
.blog31 .elementor-col-100 .elementor-widget-wrap .the31 {
    margin-bottom: -10px;
}
.blog31 .elementor-col-100 .elementor-widget-wrap .view31 {
    margin-bottom: 0px;
}
.pro31 .elementor-col-100 .elementor-widget-wrap .hoa31 {
    position: absolute;
}
.testi31 .title-testi-slider h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.testi31 .title-testi-slider {
    margin-bottom: 0px;
}
.testi31 .ftc-element-testimonial .avatar-image {
    display: none;
}
.testi31 h4{
    margin-top: 40px;
}
.testi31 .infomation {
    display: table;
    max-width: 1024px;
    margin: 0 auto;
}
.testi31 h4 a {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
}
.testi31 h4 a:before,
.testi31 h4 a:after {
    display: none;
}
.testi31 .otesti31 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog31 .blogs-slider .post-text a.ftc-readmore {
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    letter-spacing: 1px;
}
.blog31 .blogs-slider .post-text span.published {
    font-size: 14px;
    color: #666666;
    font-family: 'Lato';
}
.blog31 .blog-template-elementor .inner-wrap .post-text .meta .vcard.author:after{
    content: '/';
    margin-left: 15px;
}
.blog31 .ftc-blogs-slider .inner-wrap {
    position: relative;
}
.blog31 .blogs-slider .post-text {
    margin-top: 20px;
}
.blog31 .blogs-slider .post-text h4 {
    margin-top: 7px;
    margin-bottom: 13px;
}
.shiper31 .elementor-column.elementor-col-100 {
    margin: 0 -15px;
}
.shiper31 .elementor-col-33 .elementor-widget-image-box {
    margin-bottom: 60px;
}
.savi-31.elementor-widget.elementor-widget-heading {
    margin-bottom: 10px;
}
.cott31 .elementor-progress-bar .elementor-progress-percentage {
    position: absolute;
    top: -15px;
    right: 0;
}
.connect-link.home31 .wpb_wrapper {
    text-align: center;
}
.connect-link.home31 ul.list-link {
    padding-top: 0;
}
.home31.footer-mobi {
    margin-top: 10px !important;
}
/*End*/
/*Home32*/
.search32 .ftc-search>form {
    top: 130px;
    left: 0px;
}
.baner32 .baner-right .image2 {
    margin: 0;
}
.baner32 .baner-left .text-ban321 {
    position: absolute;
    z-index: 1;
    bottom: 65px;
    text-align: center;
}
.baner32 .baner-right .text-ban322 {
    width: auto;
    position: absolute;
    z-index: 1;
    top: 145px;
    right: 110px;
}
.baner32 .baner-right .text-ban323 {
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 85px;
    left: 40px;
}
.baner32 .baner-right .text-ban324 {
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    left: 40px;
}
.baner32 .elementor-col-50.baner-left {
    padding-right: 15px;
}
.baner32 .elementor-col-50.baner-right {
    padding-left: 15px;
}
.baner32 .elementor-col-50.baner-right .image1.elementor-widget-image {
    margin-bottom: 30px;
}
.testi32 .title-testi-slider h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.testi32 .title-testi-slider {
    margin-bottom: 0px;
}
.testi32 .ftc-element-testimonial .avatar-image {
    display: none;
}
.testi32 h4{
    margin-top: 40px;
}
.testi32 .infomation {
    display: table;
    max-width: 1024px;
    margin: 0 auto;
}
.testi32 h4 a {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
}
.testi32 h4 a:before,
.testi32 h4 a:after {
    display: none;
}
.blog32 .ftc-blogs-slider.style_4 .blogs-slider .inner-wrap>a {
    height: 460px;
    width: 460px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.blog32 .blogs-slider .post-text a.ftc-readmore {
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    letter-spacing: 1px;
}
.blog32 .blogs-slider .post-text span.published {
    font-size: 14px;
    color: #666666;
    font-family: 'Lato';
}
.blog32 .blog-template-elementor .inner-wrap .post-text .meta .vcard.author:after{
    content: '/';
    margin-left: 15px;
}
.blog32 .ftc-blogs-slider .inner-wrap {
    overflow: hidden;
    position: relative;
}
.blog32 .blogs-slider .post-text {
    margin-top: 20px;
}
.shiper32 .elementor-column.elementor-col-100 {
    margin: 0 -15px;
}
.shiper32 .elementor-col-33 .elementor-widget-image-box {
    margin-bottom: 60px;
}
.blog32 .elementor-col-100 .elementor-widget-wrap .view32 {
    margin-bottom: 0;
}
.blog32 .elementor-col-100 .elementor-widget-wrap .the32 {
    margin-bottom: -10px;
    margin-top: -5px;
}
.blog32 .elementor-col-100 .elementor-widget-wrap .hoa32 {
    margin-bottom: 5px;
}
.pro32 .elementor-col-100 .elementor-widget-wrap .view32 {
    margin-bottom: 0;
}
.pro32 .elementor-col-100 .elementor-widget-wrap .hoa32 {
    margin-bottom: 5px;
}

.glass32 .ftc-element-image .button-banner .single-image-button {
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Lato';
    color: #262626;
    border: 1px solid #262626;
}
.glass32 .ftc-element-image .ftc-image-content{
    width: auto;
    padding: 0;
    text-align: left;
}
.glass32 .ftc-element-image .button-banner{    
    margin-top: 60px;
    min-height: 0; 
}
.cott32 .elementor-progress-bar .elementor-progress-percentage {
    position: absolute;
    top: -15px;
    right: 0;
}
.connect-link.home32 .wpb_wrapper {
    text-align: center;
}
.connect-link.home32 ul.list-link {
    padding-top: 0;
}
.home32.footer-mobi {
    margin-top: 10px;
}
/*End*/
/*Home33*/
.imge1-33 .ftc-element-image .ftc-image-content {
    width: 670px;
    height: 460px;
    opacity: 0;
}
.imge1-33 .ftc-element-image:hover .ftc-image-content {
    opacity: 1;
}
.imge1-33 .ftc-image-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imge1-33 .ftc-image-content a.single-image-button{
    padding: 15px 56px;
    background-color: #d08654;
    font-weight: 600;
    color: #fff;
}
.imge1-33 .ftc-image-content:before{
    content: '';
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    z-index: 0;
}
.imge1-33 .sal33 {
    font-size: 18px;
    color: #262626;
    font-family: 'Lato';
    text-align: center;
    margin-bottom: 6px;
    cursor: pointer;
}
.imge1-33 .ftc-image-content > div {
    z-index: 1;
    text-align: center;
}
.imge1-33 .cole33 {
    line-height: 1;
    font-size: 20px;
    font-family: 'Lato';
    color: #262626;
    text-align: center;
    padding-bottom: 25px;
    width: max-content;
    margin: auto;
}
.imge1-33 .ftc-image-content .button-banner {
    text-align: center;
    padding-top: 20px;
    color: #262626;
    font-size: 18px;
    font-family: 'BebasNeue1';
    font-weight: 300 !important;
    letter-spacing: 1.2px;
}
.part1-h33 .elementor-col-33.categi33{
    width: 50% !important;
}
.imge1-33 .ftc-image-content a.single-image-button:hover {
    color: #000;
}
.h33-copyright .elementor-element.elementor-element-81a012e > .elementor-widget-container{
    border: none !important;
}
.categ3-33 .elementor-widget-container .ftc-product-categories {
    /*max-width: 96%;*/
}
.categ3-33 .elementor-widget-container .ftc-product-categories h3.title {
    display: none;
}
.categ2-33 .elementor-widget-container .ftc-product-categories {
    max-width: 98%;
}
.categ2-33 .elementor-widget-container .ftc-product-categories h3.title {
    display: none;
}
/*End*/
/*Home34*/
.part1-h34 .elementor-col-50.left .logo34-a .elementor-widget-container{
    margin-left: 70px;
}
.part1-h34 .elementor-col-50.left .elementor-widget-wrap a{
    color: #262626;
}
.part1-h34 .elementor-col-50.left .elementor-widget-wrap .copy-com {
    padding-left: 70px;
    padding-top: 80px;
}
.part1-h34 .elementor-col-50.left .elementor-widget-wrap {
    align-content: space-between;
}
.part1-h34 .elementor-col-50.left .mega_main_menu > .menu_holder {
    margin: 0;
}
.part1-h34 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-bottom: 35px;
    margin-top: 35px;
}
.part1-h34 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li > a.item_link {
    background: transparent;
    padding: 0 70px;
    text-align: right;
}
.part1-h34 .elementor-col-50.left .mega_main_menu > .menu_holder ul li a.item_link span.link_content {
    height: auto;
    line-height: 1;
    display: inline-block;
}
.part1-h34 .elementor-col-50.left .navigation-primary{
    display: block;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item{
    margin: 0 6px;
    background: transparent;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 a {
    background-color: transparent;
    padding: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: none;
    border-radius: 0;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 {
    margin-right: 24px;
    z-index: 2;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 .elementor-widget-container{
    text-align: left;
    padding-left: 55px;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item a i:before {
    position: relative;
    left: auto;
    transform: inherit;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item i{
    color: #666;
    font-size: 18px;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item a:hover{
    border: none;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item:hover i{
    color: #d99e7e;
}
.part1-h31 .elementor-col-50.left .nav-social-h34 .elementor-grid-item:hover{
    background-color: #d99e7e;
}
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item .hd-btc,
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item .hd-pinterest,
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item .hd-youtube,
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item .hd-instagram,
.part1-h34 .elementor-col-50.left .nav-social-h34 span.elementor-grid-item .hd-dribbble{
    display: none;
}
body .part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
    color: #444;
}
body .part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link span.link_text {
    display: inline-block;
    height: auto;
    line-height: 1;
    border-bottom: 2px solid #444;
}
body .part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link span.link_text {
    font-size: 24px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    height: auto;
}
body .part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link span.link_text {
    border-bottom: 2px solid #444;
    color: #444;
}
.part1-h34 .elementor-col-50.left .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    background-color: transparent;
    display: table;
    margin-right: auto;
    margin-left: 0;
}
.part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.columns5 > .mega_dropdown {
    transform: translateX(0%);
}
.part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 60px;
    right: auto;
}
.part1-h34 .elementor-col-50.left .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child > .mega_dropdown {
    left: 70%;
    top: -700%;
}
.part1-h34 .elementor-col-100 .tparrows{
    border-radius: 0 !important;
}
.part1-h34 .elementor-col-100 .hades.tparrows{
    cursor: pointer;
    background: #ffffff;
    width: 120px;
    height: 120px;
    position: absolute;
    display: block;
    z-index: 1000;
}
/*End - end of Don file CSS*/

.ftc-tooltip.button-tooltip {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.woocommerce .ftc-product a.button{
    padding: 0; background: none;
}
.woocommerce .ftc-product a.button:hover{
    background: none;
}

.woocommerce .ftc-product .fa-heart-o:before {
    content: "\f004";
}
.woocommerce .ftc-product .fa-heart-o{
    font-weight: 900;
    
}
.woocommerce .ftc-product .fa-heart{
    
}
.woocommerce .ftc-product .fa-copy,
.woocommerce .ftc-product .fa-heart{
    font-weight: 500;
}
.woocommerce .product .images .group-button-product > .add-to-cart .add_to_cart_button.added {
    display: none;
}
.group-button-product .fa.fa-search{
    font-weight: 500;
    font-family: 'FontAwesome';
}

.ftc-product{
    border: 1px solid transparent;
}
.ftc-product:hover{
    border: 1px solid #ebebeb;
}
.ftc-product.product .item-description{
    padding: 0;
    display: inline-block;
    width: 100%;
}

body  .meta_info .add-to-cart a.added_to_cart ,
.meta_info .add-to-cart .ftc-tooltip.button-tooltip{
    padding-right: 15px;
    padding-left: 15px;
}
.meta_info .add-to-cart .button.product_type_grouped .ftc-tooltip.button-tooltip,
.meta_info .add-to-cart .button.product_type_external .ftc-tooltip.button-tooltip{
    padding-right: 5px;
    padding-left: 5px;
}

body .meta_info .add-to-cart a.added_to_cart{
    width: auto;
}
.woocommerce .product_setting.list .meta_info {
    display: flex !important;
}
.list .meta_info .add-to-cart.add_to_cart_button {
            margin: 0;
        }

/*Product Style 1*/ /*Product Style 9*/ /*Product Style 10*/
        .prods_style_21:not(.list) .meta_info .add-to-cart.add_to_cart_button ,
        .prods_style_10:not(.list) .meta_info .add-to-cart.add_to_cart_button ,
        .prods_style_1:not(.list) .meta_info .add-to-cart.add_to_cart_button {
            margin: 0 10px;
        }
        body .prods_style_1 .product_title.product-name:after{
            content: "";
            bottom: 2px;
            right: 40%;
            left: 40%;
            position: absolute;
            border-bottom: 1px dashed #ccc;
        }
        body .prods_style_1 .product_title.product-name{
            margin-bottom: 5px;
        }
        
        .prods_style_10 .yith-wcwl-add-to-wishlist,        .prods_style_10 a.compare,
        .prods_style_21 .yith-wcwl-add-to-wishlist,        .prods_style_21 a.compare,
        .prods_style_1 .yith-wcwl-add-to-wishlist,        .prods_style_1 a.compare{
            transition: transform 1s;    -webkit-transition:  -webkit-transform 1s,background-color 1s; /* Safari */
        }
        
        .prods_style_21 .yith-wcwl-add-to-wishlist:hover,        .prods_style_21 a.compare:hover,
        .prods_style_10 .yith-wcwl-add-to-wishlist:hover,        .prods_style_10 a.compare:hover,
        .prods_style_1 .yith-wcwl-add-to-wishlist:hover,        .prods_style_1 a.compare:hover{
            transform: rotate(360deg);  -webkit-transform: rotate(360deg); /* Safari */
            transition: transform 1s;    -webkit-transition:  -webkit-transform 1s,background-color 1s; /* Safari */
        }
        .prods_style_20 .tab-title .tab-icon,
        .prods_style_10 .tab-title .tab-icon,
        .prods_style_1 .tab-title .tab-icon,
        .prods_style_9 .tab-title .tab-icon{
            position: absolute;
            margin-left: -60px;
            transform: translateY(50%);
        }
        .prods_style_20 .tabs-wrapper .tab-title.active .title,
        .prods_style_10 .tabs-wrapper .tab-title.active .title,
        .prods_style_1 .tabs-wrapper .tab-title.active .title,
        .prods_style_9 .tabs-wrapper .tab-title.active .title{
            position: relative;}
        .prods_style_20 .tabs-wrapper .tab-title.active .title:after ,
        .prods_style_10 .tabs-wrapper .tab-title.active .title:after ,
        .prods_style_1 .tabs-wrapper .tab-title.active .title:after ,
        .prods_style_9 .tabs-wrapper .tab-title.active .title:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            bottom: -10px;
            left: 0;
        }
        .prods_style_20 .tabs-wrapper ,
        .prods_style_10 .tabs-wrapper ,
        .prods_style_1 .tabs-wrapper ,
        .prods_style_9 .tabs-wrapper {
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 30px;
        }
        .prods_style_1:not(.list) .add-to-cart {
            width: calc(100% - 100px);
        }
        .prods_style_1 .ftc-product .item-description .add-to-cart a {
            width: 100%;
        }
        .prods_style_1:not(.list) .meta_info .add-to-cart .ftc-tooltip.button-tooltip {
             padding-right: 0; 
             padding-left: 0; 
        }
        .prods_style_1 .ftc-product.product:hover .item-description .meta_info{
            /*overflow: hidden !important;*/
        }
        .woocommerce .prods_style_1.list .product .item-description .meta_info a{
            height: 30px;
        }

        .prods_style_9:not(.list) .ftc-product .item-description{
            text-align: left;
        }
        .prods_style_9:not(.list) .ftc-product .star-rating{
            float: right;
            margin-top: 2px;
        }
        .prods_style_9:not(.list) .group-button-product > *{
            transform: scale(0);
            transition: all 0.5s ease-in-out;
        }
        .prods_style_9:not(.list) .ftc-product:hover .group-button-product > *{
            transform: scale(1);
        }
        .prods_style_10:not(.list) .ftc-product:hover .item-description > price,
        .prods_style_10:not(.list) .ftc-product:hover .item-description > .star-rating{
            display: none;
        }
        .prods_style_10 .ftc-product div.images {
            border: 1px solid #ebebeb;
        }
        .prods_style_10 .ftc-product:hover {
            border: 1px solid transparent;
        }
        .demo10_testi .ftc-element-testimonial.style_1 .navigation-slider {
            margin-top: 0;
        }
        .demo10_testi .ftc-element-testimonial.style_1 .testimonial-content .infomation:before {
            content: none;
        }
        .demo10_testi .ftc-element-testimonial .testimonial-content .infomation {
            margin-top: 0;
        }
        .demo10_s5.elementor-column{
            min-height: 550px;
        }
        @media only screen and (width: 1024px){
            .demo10_testi{
                width: 65% !important;
                max-width: 65% !important;
            }

        }
        .prods_style_20:not(.list) .ftc-product {
            border: 1px solid #ebebeb;
            background: #ebebeb;
        }
        .prods_style_20:not(.list) .ftc-product:hover {
            border: 1px solid #A08C50;
        }
        .prods_style_20:not(.list) .group-button-product {
            height: 100% !important;
            top: 0 !important; transform: unset !important;
        }
        .prods_style_20:not(.list) .group-button-product > * {
            height: 35px;
            top: 50%; transform: translateY(-50%);
            position: absolute;
        }
        .prods_style_20:not(.list) .group-button-product .yith-wcwl-add-to-wishlist {
            left: 30px;
        }
        .prods_style_20:not(.list) .group-button-product .compare {
            right: 30px;
        }
        .prods_style_20:not(.list) .group-button-product .add-to-cart a {
            width: 120px;
        }
        .prods_style_20:not(.list) .group-button-product .add-to-cart a.added_to_cart {
            width: 120px !important;
            line-height: 35px !important;
            font-size: inherit !important;
        }
        .prods_style_20:not(.list) .woocommerce .products .product .add-to-cart a.added_to_cart:after,
        .prods_style_20:not(.list) .group-button-product .add-to-cart i {
            display: none;
        }
         
        .prods_style_20:not(.list) .add-to-cart .ftc-tooltip.button-tooltip {
            display: block;
            opacity: 1;
            visibility: visible;
            line-height: 35px;
            font-size: 14px;
            font-family: 'Lato';
            text-transform: uppercase;
        }
        .prods_style_20:not(.list) .group-button-product .quickview {
            bottom: 15px;
            right: 15px;
            top: unset;
            transform: none;            
        }
        .prods_style_20:not(.list) .group-button-product .quickview, 
        .prods_style_20:not(.list) .group-button-product .quickview i {
            background: transparent !important;
            color: #262626;
        }
        .prods_style_20:not(.list) .group-button-product .quickview:hover, 
        .prods_style_20:not(.list) .group-button-product .quickview:hover i {
            background: transparent !important;
            color: #A08C50;
        }
        .prods_style_20:not(.list) .ftc-product.product .item-description {
            padding-left: 10px;
            text-align: left;
        }

        .prods_style_20:not(.list) .ftc-product .star-rating {
            position: absolute;
            right: 10px;
            bottom: 0px;
        }
        .prods_style_20:not(.list) .ftc-product .price .amount{
            padding: 0;
        }
/*Product Style Demo05*/
        .demo05-tab01 .tab-title {
            border: 2px solid #f4f4f4;
        }
        .prods_style_5_2 .ftc-product .wcfm_buttons{display: none;}
        .prods_style_5_2 .ftc-product.product .images{width: 48% !important; margin-bottom: 30px;}
        .prods_style_5_2 .ftc-product .item-description{
            width: 52%;
            text-align: left;
            padding-left: 15px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .prods_style_5_2 .ftc-product:hover ,
        .prods_style_deal_5 .ftc-product:hover {
            border: 1px solid transparent;
        }
        .prods_style_5_2 .woocommerce .products .product .price .amount{
            padding-left: 0;
        }
        .prods_style_5_2 .woocommerce .products .star-rating{
            margin-left: 0;
        }
        .prods_style_deal_5 .ftc-product.product .product_title.product-name:before{
            content: "Total sale for summer days";
            font-size: 16px;
            font-style: italic;
            position: absolute;
            font-family: lato;
            color: #5587a2;
            top: -45px;
            width: 100%;
            left: 0;
        }
        .prods_style_deal_5 .ftc-product.product .item-description{
            display: grid;
            transform: translateY(50%);
            text-align: left;
            padding-left: 40px;
            max-width: calc(50% - 10px) !important;
        }
        .prods_style_deal_5 .ftc-product.product .counter-wrapper{
            order: 1;
        }
        .prods_style_deal_5 .ftc-product.product .meta_info{
            order: 2;
            justify-content: left;
            margin-top: 25px;
        }
        .prods_style_deal_5 .ftc-product.product .short-description{
            margin: 15px 0;
        }
        .prods_style_deal_5.products .woocommerce .star-rating,
        .prods_style_deal_5.products .woocommerce .star-rating.no-rating {
            margin-left: 0;
            margin-bottom: 30px;
            margin-top: 20px;
        }
        .prods_style_deal_5 .ftc-product.product .images {
            padding: 20px;
            margin: 10px 0 0 10px;
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 15px rgb(194 202 206 / 60%);
            -webkit-box-shadow: 0px 4px 13px -3px #808080;
            -moz-box-shadow: 0px 4px 13px -3px #808080;
            -ms-box-shadow: 0px 4px 13px -3px #808080;
            -o-box-shadow: 0px 4px 13px -3px #808080;
        }
        
/*Product Style Demo22*/
        .prods_style_22:not(.list) .ftc-product:hover ,
        .prods_style_9:not(.list) .ftc-product:hover {
            border: 1px solid transparent;
        }
        .prods_style_22:not(.list) .ftc-product.product .item-description{display: grid;}
        .prods_style_22:not(.list) .product_title.product-name{
            text-align: left;
            order: 2;
        }
        .prods_style_22:not(.list) .ftc-product .price{
            text-align: left;
            order: 1;
        }
        .prods_style_22:not(.list) .ftc-product .star-rating{
            position: absolute;
            right: 0;
        }
        .products.prods_style_22:not(.list) div.ftc-product{
            margin-bottom: 30px;
        }
        .prods_style_22 .tabs-wrapper {
            justify-content: end;
            position: absolute;
            right: 0;
            top: -120px;
        }
        .prods_style_22 .tabs-wrapper .active .title {
            border-bottom: 2px solid;
        }
/*Product Style Demo24*/
/*Product Style Demo25*/
        .prods_style_24:not(.list) .ftc-product:hover,
        .prods_style_25:not(.list) .ftc-product:hover,
        .prods_style_26:not(.list) .ftc-product:hover,
        .prods_style_28:not(.list) .ftc-product:hover,
        .prods_style_30:not(.list) .ftc-product:hover,
        .prods_style_32:not(.list) .ftc-product:hover,
        .demo29_p1 .ftc-product:hover,
        .demo29_p2 .ftc-product:hover{
            border: 1px solid transparent;        
        }
        .prods_style_24:not(.list) .ftc-product .item-description ,
        .prods_style_25:not(.list) .ftc-product .item-description {
            padding-bottom: 60px;
        }
        .prods_style_24:not(.list) .ftc-product:hover .item-description ,
        .prods_style_25:not(.list) .ftc-product:hover .item-description {
            padding-bottom: 0;
        }
        .prods_style_24:not(.list) .ftc-product:hover .price ,
        .prods_style_25:not(.list) .ftc-product:hover .price {
            display: none;
        }
        .prods_style_24:not(.list) .ftc-product .ftc-thumbnails-gallery ,
        .prods_style_25:not(.list) .ftc-product .ftc-thumbnails-gallery {
            display: none;
        }
        .prods_style_24:not(.list) .ftc-product:hover .ftc-thumbnails-gallery ,
        .prods_style_25:not(.list) .ftc-product:hover .ftc-thumbnails-gallery {
            display: block;
        }
        .prods_style_24:not(.list) .ftc-thumbnails-gallery .details-thumbnails ,
        .prods_style_25:not(.list) .ftc-thumbnails-gallery .details-thumbnails {
            justify-content: center;
        }
        .prods_style_24 .woocommerce .products .star-rating.no-rating, .prods_style_24 .woocommerce .products .star-rating,
        .prods_style_25 .woocommerce .products .star-rating.no-rating, .prods_style_25 .woocommerce .products .star-rating{
            margin-bottom: 0;
        }
        
        .prods_style_24 .tabs-wrapper .active .title ,
        .prods_style_25 .tabs-wrapper .active .title {
            border-bottom: 2px solid #F05036;
        }
        .prods_style_24 .tab-title:nth-child(2) ,
        .prods_style_25 .tab-title:nth-child(2) {
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
        }
        .prods_style_24.product_setting:not(.list) .item-description .meta_info ,
        .prods_style_25.product_setting:not(.list) .item-description .meta_info {
            order: 3;
        }
        .prods_style_24:not(.list) .group-button-product,
        .prods_style_25:not(.list) .group-button-product{
            margin-left: -250px;
            left: 15px; right: unset !important;
        }
        .prods_style_24:not(.list) .ftc-product:hover .group-button-product,
        .prods_style_25:not(.list) .ftc-product:hover .group-button-product{
            margin-left: calc(100% - 30px - 50px);
            transition: all 0.5s ease-in-out;
        }
        .prods_style_24 .tabs-wrapper {
            justify-content: end;
            position: absolute;
            right: 0;
            top: -80px;
        }
/*Product Style Demo26*/ /*Product Style Demo30*//*Product Style Demo32*/
        .navigation-slider.prods_style_26 .nav-prev ,
        .navigation-slider.prods_style_30 .nav-prev {
            left: -40px;
        }
        .navigation-slider.prods_style_26 .nav-next ,
        .navigation-slider.prods_style_30 .nav-next {
            right: -40px;
        }
        .prods_style_26 .ftc-product .item-description{
            position: absolute;
            display: grid;
            z-index: 10;
            left: 15px; right: 15px; width: auto;
            bottom: 15px;
        }
        .prods_style_30 .ftc-product .item-description{
            display: grid;
        }
        .prods_style_26 .woocommerce div.product div.images,
        .prods_style_28 .woocommerce div.product div.images{
            margin-bottom: 0;
        }
        .prods_style_26 .group-button-product {
            height: 100% !important;
        }
        .prods_style_26 .group-button-product .add-to-cart{
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
        }
        .prods_style_26.products .group-button-product .add-to-cart a.added_to_cart:after,
        .prods_style_30.products .group-button-product .add-to-cart a.added_to_cart:after{
            content: none;
        }
        .prods_style_26 .ftc-product.product .group-button-product .add-to-cart a,
        .prods_style_26 .ftc-product.product .group-button-product .add-to-cart a.added_to_cart,
        .prods_style_30 .ftc-product.product .group-button-product .add-to-cart a.added_to_cart{
            font-size: 18px;
            line-height: 18px;
            font-weight: 300;
            width: auto; height: auto;
            border-bottom: 1px solid #262626;
        }
        .prods_style_26 .group-button-product .quickview{
            position: absolute;
            left: 15px; top: 15px;
        }
        .prods_style_26 .add-to-cart .ftc-tooltip.button-tooltip {
            opacity: 1;
            visibility: visible;
            display: block;
        }    
        .prods_style_26 .product-categories span,
        .prods_style_30 .product-categories span,
        .prods_style_26 .add-to-cart .fa.fa-cart-plus ,
        .prods_style_30 .add-to-cart .fa.fa-cart-plus {
            display: none;
        }
        .prods_style_26 .product-categories,
        .prods_style_30 .product-categories{
            order: 3;
            text-align: left;
        }
        .prods_style_26 .product_title ,
        .prods_style_30 .product_title {
            order: 1;
            text-align: left;
            float: left;
            width: fit-content;
        }
        .prods_style_26 .product span.price,
        .prods_style_30 .product span.price{
            position: absolute;
            right: 0;
        }
        .prods_style_30 .add-to-cart{
            position: absolute;
            top: -40px;
        }
        .prods_style_30 .add-to-cart .ftc-tooltip.button-tooltip{
            opacity: 1;
            display: block;
            visibility: visible;
            font-size: 18px;
            font-weight: 300;
            border-bottom: 1px solid;
        }
        .prods_style_30 .ftc-product .group-button-product a.compare.added, 
        .prods_style_30 .ftc-product .group-button-product i, 
        .prods_style_32 .ftc-product .group-button-product a.compare.added, 
        .prods_style_32 .ftc-product .group-button-product a.added_to_cart ,
        .prods_style_32 .ftc-product .group-button-product i {
            border: 1px solid #cbcbcb;
        }
        .prods_style_30 .ftc-product .group-button-product > a.compare, 
        .prods_style_30 .ftc-product .group-button-product > a.quickview {
            margin-left: -200px;
            position: absolute;
        }
        .prods_style_30 .ftc-product:hover .group-button-product > a.compare{
            margin-left: 0;
            transition: all 0.5s ease-in-out;
        }
        .prods_style_30 .ftc-product:hover .group-button-product > a.quickview {
            margin-left: 100px;
            transition: all 0.5s ease-in-out;
        }
        .prods_style_30 .ftc-product .group-button-product > div.yith-wcwl-add-to-wishlist {
            margin-left: 200px;
            position: absolute;
        }
        .prods_style_30 .ftc-product:hover .group-button-product > div.yith-wcwl-add-to-wishlist {
            margin-left: -100px;
            transition: all 0.5s ease-in-out;
        }
        
        .prods_style_32 .ftc-product .group-button-product > a.quickview {
            margin-left: -200px;
            position: absolute;
        }
        .prods_style_32 .ftc-product .group-button-product > a.compare{
            margin-left: -250px;
            position: absolute;   
        }
        .prods_style_32 .ftc-product:hover .group-button-product > a.compare{
            margin-left: 50px;
            transition: all 0.5s ease-in-out;
        }
        .prods_style_32 .ftc-product:hover .group-button-product > a.quickview {
            margin-left: 150px;
            transition: all 0.7s ease-in-out;
        }
        .prods_style_32 .ftc-product .group-button-product > div.yith-wcwl-add-to-wishlist {
            margin-left: 250px;
            position: absolute;
        }
        .prods_style_32 .ftc-product:hover .group-button-product > div.yith-wcwl-add-to-wishlist {
            margin-left: -150px;
            transition: all 0.7s ease-in-out;
        }
        .prods_style_32 .ftc-product .group-button-product > div.add-to-cart{
            margin-left: 200px;
            position: absolute;
        }
        .prods_style_32 .ftc-product:hover .group-button-product > div.add-to-cart{
            margin-left: -50px;
            transition: all 0.5s ease-in-out;
        }
        
/*Product Style Demo28*/
        .prods_style_28 .ftc-product .item-description {
            position: absolute;
            height: 100%;
            opacity: 0;
            left: 0;
            top: 50%; transform: translateY(-25%);
        }
        .prods_style_28 .ftc-product:hover{
            background-color: #F8F8F8;
        }
        .prods_style_28 .ftc-product:hover .images {
            opacity: 0;
        }
        .prods_style_28 .ftc-product:hover .item-description {
            opacity: 1;
            z-index: 10;
        }
        .prods_style_28 .ftc-product.product:hover .item-description .meta_info {
            margin-bottom: 0;
            margin-top: 20px;
        }
        .prods_style_28 .ftc-product.product .item-description .meta_info i {
            border: 1px solid #cbcbcb;
            width: 40px; height: 40px;
        }
        .prods_style_28 .ftc-product.product .item-description .meta_info .added_to_cart  {
            font-size: 0 !important;
            line-height: 0 !important;
            padding: 0; width: 40px;
            border: 1px solid #cbcbcb;
        }
        .prods_style_28 .ftc-product .item-description .meta_info i:hover ,
        .prods_style_28 .ftc-product .item-description .meta_info .added_to_cart:hover  {
            border: 1px solid #d99e7e;
        }
        .prods_style_28 .ftc-product .fa-cart-plus{
            font-family: FontAwesome;
            font-weight: normal;
        }
        .prods_style_28 .ftc-product .fa-cart-plus:before {
            content: "\f290";
        }
/*Product Style Demo29*/
        .demo29_p1 .ftc-products ,
        .demo29_p2 .ftc-products {
            justify-content: center;
            text-align: center;
        }
        .demo29_p1 .product-categories span,
        .demo29_p2 .product-categories span {
            display: none;
        }
/*Product Style Demo33*/
        .demo33_row2mgt20 .ftc-products .post.swiper-slide:nth-child(3),
        .demo33_row2mgt20 .ftc-products .post.swiper-slide:nth-child(4){
            margin-top: 12px !important;
        }
/*Demo05*/
        .demo05_cate .ftc-product-categories .item-desciption h3.title {
            top: 50%; left: 50%;
            transform: translate(-50%,-50%);
            margin-top: 0 !important;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 50%;
            width: 120px !important;
            height: 120px !important;
            padding-top: 40px;
        }
        .demo05_img01 .ftc-element-image .ftc-image-content {
            width: 80%;
        }
/*Demo09*/
        .demo09_testi .ftc-element-testimonial.style_1 .navigation-slider:after {
            background-color: #fff;
        }
        .demo10_testi .navigation-slider div.style_3:before ,
        .demo09_testi .navigation-slider div.style_3:before {
            color: #fff;
        }
        .demo09_blog .inner-wrap > a {
            width: 67%;
        }
        .demo09_blog .inner-wrap > .post-text {
            width: 67%;
            background-color: #fff;
            position: relative;
            float: right;
            box-shadow: 0px 4px 10px -3px #808080;
            margin: -110px 5px 5px 0px !important;
            display: grid;
        }
        .demo09_blog .inner-wrap > .post-text h4{order: 1;}
        .demo09_blog .inner-wrap > .post-text .meta{order: 2;}
        .demo09_blog .inner-wrap > .post-text p{order: 3;}
        .demo09_blog .inner-wrap > .post-text >a {order: 4; display: block !important; width: max-content;}
        .demo09_blog .ftc-blogs-slider.style_3 .inner-wrap .element-date-timeline {
            top: 0px;
            margin-left: 5px;
            margin-top: 5px;
        }
        @media screen and (max-width: 991px){
            .demo09_blog .inner-wrap > a {
                width: 100%;
            }
            .demo09_blog .inner-wrap > .post-text{
                width: 100%;
                margin: 0 !important;
                box-shadow: none;
            }
            .demo10_prod2 .prods_style_5_2 .ftc-products{
                text-align: center;
            }
            .demo10_prod2 .woocommerce .ftc-products .product {
                margin: 0;
            }
            .demo10_prod2 .prods_style_5_2 .ftc-product.product .images {
                margin-bottom: 0;
            }

        }
/*Demo10*/
        .prods_style_5_2 .ftc-product{
            width: 100%;
        }
        .demo10_prod2 .prods_style_5_2 .ftc-product.product .images{
            width: 35% !important;
            border: 1px solid #ebebeb;
            margin-bottom: 20px;
            float: left;
            max-width: 130px;
        }
        .demo10_prod2 .prods_style_5_2 .ftc-product .item-description{
            width: 60% ;
            max-width: 230px;
            text-align: left;
            padding-left: 15px;
            left: 130px;
        }
/*Demo21*/
        .prods_style_21 .tabs-wrapper {
            justify-content: end;
            position: absolute;
            right: 80px;
            top: 0px; z-index: 10;
        }
        .demo21_prods_tab .tab-icon.fa{
            margin-right: 15px;
        }
        .demo21_banner1_2 .ftc-image-caption h2{
            line-height: 1;
            color: #fff;
        }
        .demo21_banner1_2 .ftc-image-caption h6{
            line-height: 1;
            color: #fff;
            font-family: "Lato"; font-size: 14px; font-weight: 400;
        }
        .demo21_banner1_2 .ftc-image-caption p{
            line-height: 1;
            color: #fff;
            font-family: "Lato"; font-size: 15px;
        }
        .demo21_banner1_2 .ftc-element-image .button-banner .single-image-button {
            padding: 10px 20px;
            background-color: transparent;
            font-weight: 600;
            border: 1px solid #ee2d23;
            color: #ee2d23;
            font-family: 'Lato';
            letter-spacing: 1.4px;
        }
        .demo21_banner1_2 .ftc-element-image .button-banner:hover .single-image-button {
            background-color: #ee2d23;
            color: #fff;
        }
        .demo21_banner1_2 .ftc-element-image .button-banner {
            margin-top: 20px;
        }
        .demo21_nextback .swiper-container{
            padding-top: 55px;
        }
        .demo21_nextback .navigation-slider {
            position: absolute;
            top: 0px;            right: 0;
        }
        .demo21_nextback .navigation-slider > div:hover {
            background-color: #ee2d23;
            color: #fff;
        }
        .demo21_nextback .navigation-slider >div {
            border: 1px solid #e5e5e5;
            padding: 5px; line-height: 1;
        }
        .demo21_nextback .navigation-slider .nav-prev{
            left: auto; right: 40px;
        }
        .demo21_nextback .navigation-slider .nav-prev:before{
            content: '\e87e'; font-family: eicons; font-size: 15px; font-weight: 400; line-height: 1;
        }
        .demo21_nextback .navigation-slider .nav-next:before{
            content: '\e87d'; font-family: eicons; font-size: 15px; font-weight: 400; line-height: 1;
        }
        .demo21_prod1 .ftc-product.product.sale .images, 
        .demo21_prod1 .ftc-product.product.sale .item-description {
            max-width: 100% !important;
        }
        .demo21_prod2_3 .prods_style_5_2 .ftc-product.product .images {
            margin-bottom: 0;
        }
        .demo21_prod1 .counter-wrapper > div {
            margin-bottom: 0;
        }
        .demo21_prod1 .counter-wrapper{
            height: 46px;
        }

        .demo21_prod1 .ftc-product .images {
            padding: 10px;
            margin-bottom: 0;
        }
        .demo21_prod2_3 .ftc-products .post.swiper-slide {
            border-bottom: 1px solid #ebebeb;
        }
        @media screen and (max-width: 991px) {
            .demo21_prod1 .counter-wrapper > div.seconds {
                display: none;
            }
            .demo21_prod2_3 .prods_style_5_2 .ftc-product .item-description {
                right: 0;
            }
        }
        @media screen and (max-width: 480px) {
            .demo21_nextback .navigation-slider{
                display: none;
            }
            .demo21_nextback .swiper-container {
                padding-top: 0;
            }
            .prods_style_21 .tabs-wrapper {
                position: unset;
            }
        }

/*Demo30*/
        .navigation-slider .nav-next.demo30-navigation {
            right: -50px;
        }
        .navigation-slider .nav-prev.demo30-navigation {
            left: -50px;
        }
        .navigation-slider .nav-prev.demo30-navigation::before {
            content: "\e686";
            font-family: 'Pe-icon-7-stroke';
            font-size: 50px;
            line-height: 50px;
        }
        .navigation-slider .nav-next.demo30-navigation:before {
            content: "\e684";
            font-family: 'Pe-icon-7-stroke';
            font-size: 50px;
            line-height: 50px;
        }
        .navigation-slider .demo30-navigation{
            top:40%;
        }

/*Demo35 JEWELRY*/
        .theme-rango .demo35_menu .mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link{
            padding: 0 12px;
        }
        section.demo35_header.headerAbs {
            background: #00000080;
            z-index: 2;
        }
        .demo35_header .ftc_login {
            justify-content: center;
        }
        .demo35_about .elementor-icon i{
            line-height: 26px;
        }
        .demo35_about .elementor-counter-title span{
            color: #666;
            text-transform: capitalize;
        }
        .demo35_about .elementor-counter .elementor-counter-number-prefix {
            flex: 0;
        }
        .demo35_about .elementor-counter .elementor-counter-title {
            text-align: left;
        }
        .demo35_trend{
            background-size: 100% calc(100% - 50px) !important;
        }
        .demo35_commit .elementor-icon-box-title{
            margin-bottom: 0; margin-top: 0;
        }
        .prods_style_35 .ftc-product:hover {
            border: 1px solid transparent;
            box-shadow: 0 2px 7px 3px rgb(0 0 0 / 10%);
        }
        .prods_style_35 .ftc-products {
            margin: 10px 20px 0 10px;
        }
        .prods_style_35 .product .meta_info > a,
        .prods_style_35 .product .meta_info > div {
            transform: scale(0);
        }
        .prods_style_35 .ftc-product .fa-cart-plus,
        .prods_style_35 .ftc-product .fa-search{
            font-weight: 500;
        }
        .prods_style_35 .product:hover .meta_info > a,
        .prods_style_35 .product:hover .meta_info > div {
            transform: scale(1);
            transition: transform 0.7s ease 0s;
        }        
        .demo35_title_icon{
            line-height: 0;
        }
        .demo35_blog .swiper-pagination-bullet-active,
        .demo35_testi .swiper-pagination-bullet-active,
        .demo35_prods .swiper-pagination-bullet-active{
            width: 25px !important;
            border-radius: 5px;
        }
        .demo35_blog .swiper-pagination-bullet ,
        .demo35_testi .swiper-pagination-bullet ,
        .products.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            margin-top: 20px !important;
        }
        .demo35_deal .woocommerce div.product div.images{
            margin-bottom: 0;
        }
        .demo35_deal .ftc-product {
            background: #fff;
        }
        .demo35_deal .ftc-product .item-description {
            position: absolute;
            transform: translateY(-50%);
            background: #ffffff;
            display: grid;
            top: 50%;
            padding-top: 20px;
            right: 0;
            border-left: 1px solid #ebebeb
        }
        .demo35_deal .product_title{ grid-row: 2; }
        .demo35_deal .price{ grid-row: 4; }
        .demo35_deal .star-rating{ grid-row: 1; }
        .demo35_blog .blog-template-elementor .inner-wrap .post-text .ftc-readmore {
            padding: 5px 10px;
            display: inline-block;
            background: #ebebeb;
            border-radius: 5px;
            border-color: transparent;
            font-family: 'Montserrat';
            text-transform: uppercase;
            color: #000;
        }
        .demo35_blog .blog-template-elementor .inner-wrap .post-text .ftc-readmore:hover {
            background: #a07936;
            color: #fff;
        }
        @media only screen and (min-width: 992px){        
            .demo35_deal_cl > div{
                background-size: calc(100% - 60px) 100%;
            }
        }   
        @media only screen and (width: 1024px){
            .demo35_price1 > .elementor-widget-container {
                margin: 20px 0px 0px 17px !important;
            }
            .demo35_price2 > .elementor-widget-container {
                margin: 0px 0px 0px 17px !important;
            }   
        }   
        @media only screen and (max-width: 480px){
            .demo35_deal .ftc-product.product.sale .images{
                max-width: 100% !important;
            }
            .demo35_deal .ftc-product.product.sale .item-description {
                max-width: 100% !important;
                position: relative;
                transform: unset;
                top: unset;
            }
        }  
/*Demo36 PET SHOP*/
        .demo36_opening .fas.fa-clock {
            transform: translateY(15px);
        }
        .demo36_opening .elementor-icon-list-item:last-child i {
            color: transparent !important;
        }
        .demo36_mail .input-mail input{
            border-color: transparent !important;
        }
        .prods_style_36 .meta_info .add-to-cart a{
            background: #80bb10 !important;
        }
        .prods_style_36 .meta_info .add-to-cart:hover a{
            background: #333 !important;
        }
        .prods_style_36 .meta_info .add-to-cart{
            order: 1;
        }
        .prods_style_36 .meta_info .compare{
            order: 2;
            margin: 0 10px;
        }
        .prods_style_36 .meta_info .yith-wcwl-add-to-wishlist{
            order: 3;
        }
        .prods_style_36 .product:hover{
            border: 1px solid transparent;
        }
        .prods_style_36 .product:hover .price{
            display: none;
        }
        .prods_style_36 .ftc-product.product .item-description {
            display: grid;
            background: #f9f9f9;
            padding: 15px 0;
        }
        .prods_style_36 .ftc-product .star-rating {
            order: 1;
        }
        .prods_style_36 .ftc-product .product_title {
            order: 2;
        }
        .prods_style_36 .ftc-product .price {
            order: 3;
            background: #80bb10;
            border-radius: 18px;
            margin: 0 10%;
            line-height: 35px;
        }
        .prods_style_36 .product div.images{
            margin-bottom: 0 !important;
        }
        .prods_style_36 .ftc-product .meta_info {
            display: none !important;
        }
        .prods_style_36 .ftc-product:hover .meta_info {
            display: flex !important;
        }
        .prods_style_36 .ftc-product .meta_info {
            order: 4;
            margin-bottom: 0;
        }
        .prods_style_36 .meta_info .ftc-tooltip.button-tooltip{
            padding: 0 15px !important;
        }
        .prods_style_36 .ftc-products .post.swiper-slide {
            margin-bottom: 30px;
        }
        .prods_style_36 .tabs-wrapper{
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 40px;
        }
        .prods_style_36 .tab-title i.fa{
            padding-right: 15px;
        }
        .demo36_cate .item-desciption h3.title{
            position: absolute;        
            width: auto !important;
            left: 50%;            transform: translateX(-50%);
            bottom: 20px;
        }
        .demo36_cate .item-desciption .title:before, 
        .demo36_cate .item-desciption .title:after {
            content: "";
            position: absolute;
            width: 12px;
            height: 2px;
            top: 50%;
            background: #fff;
        }
        .demo36_cate .item-desciption .title:before{
            left: -10px;
        }
        .demo36_cate .item-desciption .title:after {
            right: -10px;
        }
        .demo36_cate .item-desciption .title:hover:before,        
        .demo36_cate .item-desciption .title:hover:after {
            background: #80bb10;
        }

/*Demo37 Wedding*/
        .demo37_invitation .elementor-image.ftc-element-image:before {
            content: "";
            width: 100%;
            height: 100%;
            background: none;
            display: inline-block;
            border: 10px solid #fff;
            position: absolute;
            left: 17px;
            bottom: 17px;
        }
        .demo37_testi .testimonial-content:before{
            background: transparent !important;
        }
        .demo37_testi .avatar-image{
            display: none !important;
        }
        .demo37_testi .testimonial-content:hover .name a, 
        .demo37_testi .testimonial-content:hover .byline, 
        .demo37_testi .testimonial-content:hover .infomation{
            color: unset !important;
        }
        .demo37_testi .testimonial-content .infomation{
            font-size: 16px !important;
            font-style: italic !important;
        }
        .demo37_testi .testimonial-content .infomation:before{
            content: none !important;
        }
        .demo37_testi .testimonial-content h4.name:before {
            content: "\f10e" !important;
            color: #dd7888;
            display: block;
            font-family: "fontAwesome";
            font-size: 100px;
            margin-bottom: 10px;
            line-height: .9;
            position: relative;
        }
        .demo37_testi .testimonial-content{
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }
        .demo37_cate .ftc-product-categories .product-count{
            display: contents;
        }
        .demo37_cate .ftc-product-categories .item-desciption span.product-count:before{
            content: ' (';
            margin-right: 3px;
        }
        .demo37_cate .ftc-product-categories .item-desciption span.product-count:after {
           content: ')';
        }
        .demo37_cate .ftc-product-categories .item-desciption{
            position: relative;
        }
        .demo37_cate .ftc-product-categories .sub_title_count{
            display: none;
        }
        .demo37_caro .elementor-swiper-button{
            background: #dd788890;
            padding: 10px;
            border-radius: 25px;
        }
        .demo37_caro .elementor-swiper-button:hover{
            background: #dd7888;
        }
        @media only screen and (width: 1024px){
            .demo37_header1 .mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link{
                padding: 0 5px !important;
            }
            .demo37_header1 ul#main_ul-primary > li:nth-child(5){
                display: none !important;
            }
        }
        @media only screen and (max-width: 480px){
            .demo37_commit .elementor-icon .fas{
                line-height: 2;
            }
        }

  
/* TEDU RIENG 2022.11.05 */
@media screen and (max-width: 991px) {
    .prods_style_20 .tab-title .tab-icon,
    .prods_style_10 .tab-title .tab-icon,
    .prods_style_9 .tab-title .tab-icon,
    .prods_style_1 .tab-title .tab-icon{
        margin-left: -30px;
    }
    .rtl .prods_style_20 .tab-title .tab-icon,
    .rtl .prods_style_10 .tab-title .tab-icon,
    .rtl .prods_style_9 .tab-title .tab-icon,
    .rtl .prods_style_1 .tab-title .tab-icon{
        margin-right: -30px;
        margin-left: unset;
    }
    .prods_style_1 .meta_info .add-to-cart.add_to_cart_button {
        margin: 0 0 0 10px;
    }
    .rtl .prods_style_1 .meta_info .add-to-cart.add_to_cart_button {
        margin: 0 10px 0 0;
    }
    .prods_style_1 .woocommerce div.product span.price del ,
    .prods_style_9 .woocommerce div.product span.price del {
        padding-right: 0;
    }
    .prods_style_1 .woocommerce .products .product .price .amount,
    .prods_style_9 .woocommerce .products .product .price .amount{
        padding: 0;
    }

    .rtl .elementor .demo01_plist01.elementor-element > .elementor-widget-container,
    .rtl .elementor .demo01_plist02.elementor-element > .elementor-widget-container {
        padding: 0;
    }
    .rtl .elementor .elementor-element.demo01_img02 .ftc-image-content {
        right: 0;
    }

    .ftc-pricing {
        max-width: 400px;
        margin: 0 auto;
    }
    .ftc-img-accordion.accordion-direction-horizontal {
        webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.tabs-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
}
.tab-title {
    margin: 0 20px;
}
    
/*RTL - Can create new file*/
.rtl .prods_style_20 .tab-title .tab-icon ,
.rtl .prods_style_1 .tab-title .tab-icon ,
.rtl .prods_style_9 .tab-title .tab-icon {
    margin-left: unset;
    margin-right: -60px;
}    
.rtl .elementor .demo01_plist01.elementor-element > .elementor-widget-container {
    padding: 15px 25px 10px 0;
}
.rtl .elementor .demo01_plist02.elementor-element > .elementor-widget-container {
    padding: 15px 0 10px 25px;
}
.rtl .elementor .elementor-element.demo01_img01 .ftc-image-content {
    right: 0;
    left: 80px;
}
.rtl .elementor .elementor-element.demo01_img02 .ftc-image-content {
    right: 80px;
    left: 0;
}