/*.............................. Organico - Elementor - Home ...........................*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
/*home 1*/

/* product-countdown */

.custom-style1 .ftc_products_slider.style_1 .woocommerce.ftc-products .products .product {
    width: calc(100% - 30px);
    max-width: 570px;
    margin: 10px auto;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid;
    border-color: rgba(128, 128, 128, 0.15);
    box-shadow: 0px 1px 8px 6px rgba(0, 0, 0, 0.08);
}
.custom-style1  .ftc_products_slider.style_1 .woocommerce.ftc-products .products .product:hover {
    border-color: rgba(128, 128, 128, 0.15);
    box-shadow: 0px 1px 8px 6px rgba(0, 0, 0, 0.08);
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .product_title {
    margin: 0;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .images {
    border-radius: 5px;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .star-rating:before {
    color: #282828;
}
.custom-style1 .ftc_products_slider.style_1 {
    padding-bottom: 0;
}
.custom-style1 .ftc_products_slider.style_1 .woocommerce.ftc-products .products {
    margin-bottom: 50px;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description {
    padding: 20px 0 25px 0;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description .price,
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description .star-rating {
    opacity: 0;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description {
    position: relative;
    box-shadow: none;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description:after {
    height: 2px;
    order: 5;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .product_title a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price {
    font-size: 18px;
    order: 2;
    margin: 8px 0 5px 0;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price del .amount {
    color: #999;
    font-weight: 300;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price ins .amount {
    color: #82b440;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .star-rating {
    margin: 8px auto 15px;
    order: 3;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product .item-description .meta_info {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0;
    height: 40px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
}
.ftc_products_slider .ftc-products .product .item-description .meta_info .added_to_cart:before {
    display: none;
}
.custom-style1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description .meta_info {
    opacity: 1;
    visibility: visible;
}
.custom-style1 .ftc_products_slider.style_1 .navigation-slider > div {
    color: #fff;
}
.custom-style1 .ftc_products_slider.style_1 .swiper-pagination-bullet-active {
    background: #82b440;
}
.custom-style1 .ftc_products_slider.style_1 .navigation-slider .nav-prev {
    left: 40%;
    bottom: 8px;
}
.custom-style1 .ftc_products_slider.style_1 .navigation-slider .nav-next {
    right: 40%;
    bottom: 8px;
}
.custom-style1 .ftc_products_slider.style_1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #fff;
}
.custom-style1 .ftc_products_slider.style_1 .swiper-pagination-bullets {
    bottom: 25px;
    margin: 0;
    z-index: 99;
    cursor: pointer !important;
}
.custom-style1 .ftc_products_slider.style_1 .navigation-slider {
    z-index: 99;
    bottom: 10px;
}
.countdown-h1 .ftc-countdown-element.style_1 .items {
    background-color: transparent;
    width: 70px;
    margin-right: 45px;
    text-align: center;
    padding: 0;
}
.countdown-h1 .ftc-countdown-element.style_1 .items .ftc-number {
    box-shadow: inset 0px 0px 1px 5px #82b440;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-radius: 5px;
    margin: 0;
}
.countdown-h1 .ftc-countdown-element.style_1 .countdown-timer-init {
    justify-content: left;
}

/* Product slider */
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .images {
    border-radius: 5px;
}
.product_h1 .ftc_products_slider.style_1 .woocommerce.ftc-products .products .product {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description, 
.product_h1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description {
    position: relative;
    background: transparent;
    box-shadow: none;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .product_title {
    order: 1;
    margin: 0 auto 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price {
    order: 2;
    margin: 0;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price del .amount{
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price ins .amount {
    font-size: 16px;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .star-rating {
    order: 3;
    margin: 10px auto;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description:after {
    order: 4;
    height: 2px;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description {
    padding: 15px 0 25px 0;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description .star-rating,
.product_h1 .ftc_products_slider.style_1 .ftc-products .product:hover .item-description .price {
    opacity: 0;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .meta_info {
    position: absolute;
    display: flex;
    bottom: 50px;
    margin: 0 auto;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.product_h1 .ftc_products_slider.style_1 {
    padding-bottom: 0;
}
.product_h1 .ftc_products_slider.style_1 .woocommerce.ftc-products .products {
    margin-bottom: 0;
}
.product_h1 .ftc_products_slider.style_1 .swiper-pagination-bullets {
    bottom: 0;
    margin-top: 0;
}
.product_h1 .ftc_products_slider.style_1 .navigation-slider {
    bottom: -8px;
}
.ftc_products_slider .ftc-products .product .item-description .meta_info .add-to-cart .loading:before {
    display: none;
}
.product_h1 .ftc_products_slider.style_1 .products .product .images .group-button-product {
    display: none;
}
.product_h1 .navigation-slider .style_1 {
    bottom: -6px;
    color: #333;
}
.product_h1 .navigation-slider .nav-next.style_1 {
    right: 45%;
}
.product_h1 .navigation-slider .nav-prev.style_1 {
    left: 45%;
}
.product_h1 .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:after,
.product-tabh1 .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:after{
    left: 29%;
}
/*Tab product*/
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .star-rating {
    order: 3;
    margin: 8px auto 20px;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .price .amount {
    color: #82b440;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .product_title a {
    font-size: 14px;
}
.product_h1 .ftc_products_slider.style_1 .ftc-products .product .item-description .star-rating:before {
    color: #282828;
}
.ftc-product-tabs.style_2 .tabs-content-wrapper .products .product .item-image {
    border-radius: 5px;
}
.ftc-product-tabs .woocommerce .products .product .item-description .meta_info .add-to-cart .loading:before,
.ftc-product-tabs .woocommerce .products .product .item-description .meta_info .add-to-cart .added_to_cart:before {
 opacity: .25;
}
.ftc-product-tabs.style_2 {
    display: flex;
    flex-flow: row wrap;
}
.ftc-product-tabs.style_2 .tabs-wrapper {
    background: #fff;
    width: 170px;
    border: 1px solid #e5e5e5;
    border-width: 0 1px 0 1px;
    margin-top: -55px;
    height: 100%;
    border-radius: 5px;
    flex-basis: unset;
}
.ftc-product-tabs.style_2 .tabs-content-wrapper {
    margin-left: 18px;
    flex-basis: unset;
    width: 85%;
    margin-right: -15px;
    padding-bottom: 20px;
}
.ftc-product-tabs.style_2.tabs-wrapper .tab-title:not(.tab-mobile-title):hover {
    border-color: #82b440;
    color: #82b440;
}
.ftc-product-tabs.style_2 .owl-item {
    padding: 0 15px;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info i {
    font-weight: 400;
}
.ftc-product-tabs.style_2 .tabs-wrapper .tab-title:not(.tab-mobile-title) {
    display: flex;
    padding: 18px 15px;
    align-items: center;
    border-radius: 5px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}
.ftc-product-tabs.style_2 .tabs-wrapper .tab-title.active {
    border-color: #82b440;
}
.ftc-product-tabs.style_2 .tab-title > img {
    background: #82b440;
    padding: 5px;
    border-radius: 30px;
}
.ftc-product-tabs.style_2 .products .owl-dots {
    top: auto;
    bottom: -10px;
}
.ftc-product-tabs.style_2 .tab-title > .title {
    padding-left: 15px;
}
.heading-tab {
    max-width: 170px;
    height: 80px;
    background: #82b440;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold !important;
    margin-top: -35px;
}
.heading-tab span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.ftc-product-tabs.style_2 .woocommerce .products .product {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 20px auto;
    padding: 4px;
    background: #fff;
}
.ftc-product-tabs.style_2 .woocommerce .products .product:hover {
    border-color: rgba(128, 128, 128, 0.15);
    box-shadow: 0px 1px 10px 6px rgba(128, 128, 128, 0.15);
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-image .group-button-product {
    display: none;
}
.ftc-product-tabs.style_2 .woocommerce .products .product:hover .item-description:before {
    display: none;
}
.product-tab-template.ftc-product-tabs.style_2 .tabs-content-wrapper .tab-content .product .item-description {
    padding: 15px 0 25px 0;
    background: #fff;
}
.ftc-product-tabs.style_2 .tabs-content-wrapper .products .product:hover .item-description {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    border: 0;
    margin: 0 auto;
}
.ftc-product-tabs.style_2 .woocommerce .products .product:hover .item-description .price,
.ftc-product-tabs.style_2 .woocommerce .products .product:hover .item-description .star-rating {
    opacity: 0;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .star-rating {
    margin: 10px auto 20px;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .add-to-cart a:before {
    display: block;
    color: #333333;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .add-to-cart a.added_to_cart:hover:before{
    color: #ffffff;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .add-to-cart span {
    display: none;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .add-to-cart a {
    width: 35px;
    height: 35px;
    background: #ebebeb;
    border-radius: 50%;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .add-to-cart a.added_to_cart{
    font-size: 0;
    display: block;
}
.ftc-product-tabs .woocommerce .products .product .item-description .meta_info .add-to-cart .added_to_cart:before{
    content: "\f00c";
    font-family: fontAwesome;
    font-size: 15px;
    line-height: 37px;
    opacity: 1 !important;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .compare,
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist,
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info .quickview {
    display: block;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .meta_info,
.ftc-product-tabs.style_2 .woocommerce .products .product:hover .item-description .meta_info {
    position: absolute;
    display: flex;
    bottom: 50px;
    padding: 0;
    margin: 0;
    height: 40px;
    transition: all 0.5s;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .item-description .product_title a {
    font-size: 14px;
    font-weight: 500;
}
.ftc-product-tabs.style_2 .woocommerce .item-description:after {
    display: block;
}
.ftc-product-tabs.style_2 .owl-nav {
    position: relative;
    width: 100%;
    bottom: -30px;
}
.ftc-product-tabs.style_2 .woocommerce .products .product .yith-wcwl-add-to-wishlist > a:hover, 
.ftc-product-tabs.style_2 .woocommerce .products .product .compare:hover i:before, 
.ftc-product-tabs.style_2 .woocommerce .products .product .quickview:hover i:before {
    color: #fff;
}
/* Images box */

.right_box .elementor-image-box-wrapper .elementor-image-box-img,
.left_box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 53px;
    height: 53px;
    margin: 0;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    background: #82b440;
}
.right_box .elementor-widget-image-box .elementor-image-box-content,
.left_box .elementor-widget-image-box .elementor-image-box-content {
    width: auto;
}
.right_box .elementor-widget-image-box,
.left_box .elementor-widget-image-box {
    max-width: 270px;
    width: 100%;
    height: 80px;
    border: 1px solid #ebebeb;
    background: #f9f9f8;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.right_box .elementor-widget-image-box {
    margin-left: auto;
}
.right_box .elementor-widget-image-box .elementor-image-box-title,
.left_box .elementor-widget-image-box .elementor-image-box-title {
    margin: 0;
}
.right_box .elementor-widget-image-box .elementor-image-box-wrapper {
    margin-right: 15px;
}
.left_box .elementor-widget-image-box .elementor-image-box-wrapper {
    margin-left: 15px;
}
.center_box .elementor-image.ftc-element-image {
    text-align: center;
}



/* Blog */

.blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text {
    padding-right: 15px;
}
.blog-h1 .ftc-blogs-slider .style_2 .inner-wrap {
    border: 1px solid #ebebeb;
    padding: 5px;
    border-radius: 5px;
}
@-moz-document url-prefix() {
    .blog-h1 .ftc-blogs-slider .style_2 .inner-wrap {
        margin-bottom: 1px;
    }
}
.blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text p {
    text-align: justify;
}
.blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text p:before {
    background: #82b440;
    width: 50px;
}
.blog-h1 .ftc-blogs-slider .style_2 .inner-wrap h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* brand */
.brand-h1 .swiper-pagination-bullets {
    display: none;
}
.ftc-element-brand .title-brand-slider,
.ftc-element-brand .title-brand-slider * {
    margin: 0;
}
/* contact - icon */
.contact-icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
    overflow: hidden;
}
.contact-icon .elementor-icon-box-wrapper .elementor-icon {
    background: #82b440;
    padding: 18px;
    border-radius: 50%;
}
.contact-icon .elementor-icon-box-wrapper .elementor-icon:hover {
    background: #333;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.contact-icon .elementor-icon-box-content .elementor-icon-box-title:hover {
    cursor: pointer;
    color: #82b440 !important;
}


/* Testimonial */
.ftc-element-testimonial.style_2 .testimonial-content {
    margin-bottom: 0;
}
.ftc-element-testimonial.style_2 .testimonial-info-ele {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
.ftc-element-testimonial.style_2 .testimonial-info-ele .avatar-image {
    width: 80px;
    height: 80px;
}
.ftc-element-testimonial.style_2 .testimonial-info-ele .avatar-image img {
    border-radius: 50%;
}
.ftc-element-testimonial.style_2 .infomation {
    display: flex;
    max-width: 570px;
    width: 100%;
    height: 170px;
    border: 1px solid #82b53f;
    border-bottom: 0;
    color: #e1e1e1;
    line-height: 24px;
    text-align: justify;
    padding: 30px 105px 0;
}
.ftc-element-testimonial.style_2 .infomation:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    left: 45px;
    top: 35px;
    font-size: 24px;
}
.ftc-element-testimonial.style_2 .name a ,
.ftc-element-testimonial.style_2 .byline {
    color: #fff;
}
.ftc-element-testimonial.style_2 .testimonial-content:before {
    content: "";
    background: #82b53f;
    height: 1px;
    width: 27.5%;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.ftc-element-testimonial.style_2 .testimonial-content:after {
    content: "";
    background: #82b53f;
    height: 1px;
    width: 27.5%;
    position: absolute;
    bottom: 40px;
    right: 0;
}
.ftc-element-testimonial.style_2 .testi-info {
    text-align: justify;
    margin-left: 15px;
}
.ftc-element-testimonial.style_2 .navigation-slider {
    position: relative;
    bottom: 15px;
    z-index: 10;
}
.ftc-element-testimonial.style_2 .navigation-slider > div {
    color: #fff;
}
.ftc-element-testimonial.style_2 .navigation-slider .nav-prev:before {
    content: "\f100";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 300;
}
.ftc-element-testimonial.style_2 .navigation-slider .nav-next:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 300;
}
.ftc-element-testimonial.style_2 .navigation-slider .nav-prev {
    left: 45%;
}
.ftc-element-testimonial.style_2 .navigation-slider .nav-next {
    right: 45%;
}
.ftc-element-testimonial.style_2 .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.ftc-element-testimonial.style_2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #82b440;
}
.ftc-element-testimonial.style_2 .testi-info .name {
    text-transform: uppercase;
    font-size: 15px;
}
.ftc-element-testimonial.style_2 .byline {
    font-size: 14px;
}
.ftc-element-testimonial.style_2 {
    padding-bottom: 30px;
}
.ftc-element-testimonial.style_2 .swiper-pagination-bullets {
    bottom: -20px;
}
.ftc-element-testimonial.style_2 .navigation-slider {
    bottom: -10px;
}


/* footer */
.elementor-page .ftc-footer {
    position: relative;
}
.fter-h1 {
    bottom: 0;
    width: 100%;
    position: absolute !important;
}
.newletter-df .wpcf7-form-control-wrap {
    display: flex;
}
.wpcf7 p input[type="email"].form-df {
    max-width: 580px;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    border-width: 0 0 2px 0;
    border-color: #333;
}
.ins_h1 .ftc-element-instgram.ftc-instagram ul {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.ins-responsive .ins_h1 .ftc-instagram ul.columns-3 li {
    padding: 5px;
    width: 33.33%;
}
.ins-responsive .ins_h1 .ftc-instagram ul.columns-3 li a img {
    width: 100%;
}
/* image hover */
.woocommerce .product .images:hover span.cover_image img, 
.woocommerce-page .product .images:hover span.cover_image img {
    opacity: 0;
    position: fixed;
    display: none;
    width: auto;
}
.woocommerce .product .images:hover span.hover_image img, 
.woocommerce-page .product .images:hover span.hover_image img {
    opacity: 1;
    top: 0;
    position: relative;
}



/*...... Home 24 .....*/
.elementor-widget-text-editor p{
    margin-bottom: 0;
}
.ins-responsive .ftc-instagram ul.columns-3 li {
    padding: 8px 0;
}
/* footer */
.under-right .elementor-text-editor > span > a:hover {
    text-decoration: none;
}
.under-right .elementor-text-editor > span > a {
    text-decoration: underline;
}
.hover-notmain .under-right .elementor-text-editor:hover > span > a {
    color: #333;
}


/*...... Home 25 .....*/
/* Baner - Countdown */
.custom-cdown-25 .ftc-countdown-element.style_1 .countdown-timer-init {
    display: flex;
    justify-content: left;
}
.custom-cdown-25 .ftc-countdown-element.style_1 .items .ftc-number {
    box-shadow: inset 0px 0px 1px 5px #82b440;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-radius: 5px;
    margin: 0;
}
.custom-cdown-25 .ftc-countdown-element.style_1 .items .ftc-label{
    font-size: 18px;
}
.custom-cdown-25 .ftc-countdown-element.style_1 .items {
    background-color: transparent;
    width: 70px;
    margin-right: 30px;
    text-align: center;
    padding: 0; 
}
.before_button.elementor-widget-button .elementor-button .elementor-button-text:before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 5px;
}
.button-count.elementor-widget-button .elementor-button-wrapper .elementor-button {
    padding: 0;
    width: 170px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
}
/* Blog */
.custom_blog_25.elementor-widget-ftc-posts-slider {
    margin: 0 -10px;
}
.ftc-blogs-slider .style_1 .inner-wrap .post-text .meta .author.vcard,
.ftc-blogs-slider .style_1 .inner-wrap .post-text .meta {
    font-size: 13px;
    margin-bottom: 10px;
}
.ftc-blogs-slider .style_1 .inner-wrap .post-text p {
    margin-bottom: 25px;
}
.custom_blog_25 .ftc-blogs-slider {
    padding: 10px 10px 30px;
    width: calc(100% + 20px);
}
.ftc-blogs-slider .style_1 .inner-wrap:hover {
    background: #fff;
    box-shadow: 0 5px 10px 3px #d2d2d2;
    border-radius: 5px;
}
.ftc-blogs-slider .style_1 .inner-wrap {
    padding: 10px;
}
.ftc-blogs-slider .style_1 .post-text .author.vcard {
    float: none;
    margin-right: 0;
}
.ftc-blogs-slider .style_1 .post-text .author.vcard:before {
    content: "/";
    margin: 0 5px;
}
.ftc-blogs-slider .style_1 .inner-wrap .post-text .ftc-readmore {
    border: 2px solid #ebebeb;
}

/* Product */
.ftc_products_slider.style_1 {
    padding-bottom: 80px;
}
.ftc_products_slider.style_1 .woocommerce .products .product {
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #9999995e;
    margin: 20px auto;
}
.ftc_products_slider.style_1 .woocommerce .products .product:hover {
    overflow: unset;
    margin-bottom: -110px;
    box-shadow: 0px 0px 10px 1px #8080801c;
}
.ftc_products_slider.style_1 .products .product .item-description {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
    border-radius: 0 0 5px 5px;
}
.ftc_products_slider.style_1 .products .product:hover .item-description {
    position: relative;
    width: 100%;
    background: #fff;
}
.ftc_products_slider.style_1 .products .product:hover .short-description {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ftc_products_slider.style_1 .products .product:hover .meta_info {
    display: flex;
}
.ftc_products_slider.style_1 .products .product .product_title a {
    color: #333;
    font-size: 16px;
}
.ftc_products_slider.style_1 .products .product .product_title {
    order: 1;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}
.ftc_products_slider.style_1 .products .product .star-rating {
    order: 2;
    margin: 0 auto 5px;
}
.ftc_products_slider.style_1 .products .product .price {
    order: 3;
}
.ftc_products_slider.style_1 .products .product .price .amount {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.ftc_products_slider.style_1 .products .product .meta_info .add-to-cart a:before {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.ftc_products_slider.style_1 .woocommerce .item-description:after {
    height: 1px;
}
.ftc_products_slider.style_1 .products .product .meta_info > div a i {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    color: inherit;
}
.ftc_products_slider .products .product .meta_info > div a i, 
.ftc_products_slider .products .product .meta_info > a i {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    color: inherit;
    font-weight: normal;
}
.elementor-page .ftc_products_slider .ftc-products .product .images {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.ftc_products_slider.style_1 .products .product .star-rating:before {
    color: #82b440;
}
.ftc_products_slider.style_1 .products .product .short-description {
    order: 4;
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
}
.ftc_products_slider.style_1 .products .product .product-sku {
    display: none;
}
.ftc_products_slider.style_1 .products .product .product_title:hover a {
    color: #82b440;
}
.ftc_products_slider.style_1 .products .product .meta_info {
    position: relative;
    display: none;
    height: auto;
    order: 5;
    bottom: 0;
    transition: none;
    padding-top: 10px;
    margin-bottom: 25px;
}
.ftc_products_slider.style_1 .woocommerce .swiper-slide:hover {
    z-index: 2;
}
.ftc_products_slider.style_1 .products:hover {
    z-index: 99;
}
.ftc_products_slider.style_1 .swiper-pagination-bullets {
    margin-top: 20px;
    z-index: -1;
    bottom: 6px;
}
.ftc_products_slider.style_1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #333;
    opacity: 1;
}
.ftc_products_slider .products .product .meta_info > div, 
.ftc_products_slider .products .product .meta_info > a {
    display: flex;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    justify-content: center;
    transition: all 1s ease;
}
.ftc_products_slider .products .product .meta_info > div a {
    margin: auto;
}
.product-25 .ftc_products_slider.style_1 .swiper-pagination-bullets {
    margin-top: 20px;
    z-index: -1;
    bottom: 0;
}
.product-25 .navigation-slider .style_1 {
    bottom: 73px;
    color: #333;
    z-index: 0;
}
.product-25 .navigation-slider .nav-next.style_1 {
    right: 45%;
}
.product-25 .navigation-slider .nav-prev.style_1 {
    left: 45%;
}
/*Nav default*/

/*Navigation -  style 1*/
.navigation-slider .style_1 {
    top: auto;
    bottom: 18px;
    color: #fff;
}
.navigation-slider .nav-next.style_1 {
    right: 40%;
    left: auto;
    transform: none;
}
.navigation-slider .nav-prev.style_1 {
    left: 40%;
    right: auto;
    transform: none;
}
.navigation-slider .nav-next.style_1:before {
    content: "\f101";
    font-size: 18px;
}
.navigation-slider .nav-prev.style_1:before {
    content: "\f100";
    font-size: 18px;
}



/* footer 2 */

.form-ft-2 {
    margin: 0 auto;
    text-align: center;
}
.form_25 {
    position: relative;
    margin-bottom: 30px;
}
.form_25 > span:after {
    content: "";
    position: absolute;
    width: 100%;
    top: -1px;
    left: -1px;
    height: 100%;
    border: 1px solid #e0e0e0;
    pointer-events: none;
}
.form-ft-2 .ftc-contact-form input[type="email"] {
    padding: 0 10px;
    height: 40px;
    border: 1px solid #fff;
    font-style: normal;
    background-color: transparent;
}
.form-ft-2 .ftc-contact-form input[type="submit"] {
    border-radius: 5px;
    color: #fff;
    width: 150px;
    height: 40px;
    padding: 0;
    float: none;
    font-weight: 300;
    margin: 0 auto;
    letter-spacing: 2px;
    background: #82b440;
}
.form-ft-2 .ftc-contact-form input[type="email"]::placeholder{
	text-align: center;
	font-style: italic;
	font-size: 13px;
}
.list-footer ul li .elementor-icon-list-text {
    max-width: 80%;
}
.list-footer .elementor-icon-list-items li.elementor-icon-list-item i.fa-home{
    top: -15px;
    position: relative;
}
.respon_footer .list-footer .elementor-widget-container ul li,
.respon_footer .before-list .elementor-widget-container ul li {
    padding: 5px 0;
    align-items: center;
}
.before-list ul li span {
    margin-left: 15px;
}
.before-list ul li:before {
    font-family: "Fontawesome";
    font-size: 8px;
    content: "\f111";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #82b440;
}
.diver_before .elementor-widget-divider .elementor-divider span {
    box-shadow: inset 0px 0px 1px 1px #fff;
    height: 2px;
}
.button-form.elementor-widget-button .elementor-button {
    padding: 0;
    width: 150px;
    height: 40px;
    line-height: 38px;
}
.diver_before .form-ft-2 .ftc-contact-form input[type="submit"] {
    display: none;
}

/*...... Home 26 .....*/

/* Baner - Countdown */
.light {
    font-weight: 300;
}
.ftc-countdown-element.style_2 .items:not(:last-child) .ftc-number:after {
    content: ":";
    position: relative;
    right: -35px;
}
.ftc-countdown-element.style_2 .items {
    padding: 0;
}
.ftc-countdown-element.style_2 .items .ftc-number {
    margin-bottom: 20px;
}

/* Before -after - button */

.button-h2 .elementor-button {
    position: relative;
}
.button-h2 .elementor-button:before,
.button-h2 .elementor-button:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    background: #82b440;
}
.button-h2 .elementor-button:before{
    top: 0;
    right: 0;
}
.button-h2 .elementor-button:after{
    bottom: 0;
    left: 0;
}

/* Product */
.ftc-product-grid.style_1 .products .product .item-description .yith-wcwl-add-to-wishlist .add_to_wishlist i:before,
.ftc_products_slider .products .product .item-description .yith-wcwl-add-to-wishlist .add_to_wishlist i:before {
    /*content: "\f08a";*/
}
.ftc-product-grid.style_1 .products .product .item-description .added_to_cart.wc-forward:before {
    display: none;
}
.ftc_products_slider .products .product .item-description .added_to_cart.wc-forward:after,
.ftc-product-grid.style_1 .products .product .item-description .added_to_cart.wc-forward:after,
.ftc-product-grid.style_1 .products .product .item-description .compare.added:after,
.ftc_products_slider .products .product .item-description .meta_info .compare.added:after {
    width: 100%;
}
.ftc-product-grid.style_1 .products .product .item-description .add-to-cart .loading:after,
.ftc_products_slider .products .product .item-description .add-to-cart .loading:after{
    left: auto;
    right: 10px;
}
.ftc-product-grid.style_1.woocommerce .products{
    margin-top: 15px;
}
.ftc-product-grid.style_1.woocommerce .products .product {
    border: 0;
    padding: 0;
    overflow: unset;
    margin: auto;
    margin-bottom: 30px;
}
.ftc-product-grid.style_1.woocommerce .products .product:hover {
    box-shadow: 0px 0px 10px 6px rgba(128, 128, 128, 0.15);
    z-index: 9;
}
.ftc-product-grid.style_1.woocommerce .products .product .item-image {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.ftc-product-grid.style_1 .products .product .item-description .meta_info:after{
    display: none;
}
.ftc-product-grid.style_1 .products .product .item-description .meta_info {
    height: auto;
    bottom: 0;
    transition: none;
    order: 4;
    position: relative;
    padding-top: 10px;;
}
.ftc-product-grid.style_1.woocommerce .item-description:after{
    display: none;
}
.ftc-product-grid.style_1 .products .product .item-description .meta_info > div a, 
.ftc-product-grid.style_1 .products .product .item-description .meta_info > a {
    display: flex;
}
.ftc-product-grid.style_1 .products .product .item-description .meta_info > div a i:before {
    font-family: fontawesome;
}
.ftc-product-grid.style_1 .products .product .item-description .meta_info .add-to-cart a:before {
    margin: auto;
    width: 100%;
}
.ftc-product-grid.style_1 .products .product .item-description .meta_info div > a i, 
.ftc-product-grid.style_1 .products .product .item-description .meta_info a i {
    line-height: 35px;
    width: 100%;
    margin: auto;
    font-weight: normal;
}
.ftc-product-grid.style_1 .products .product .item-description {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 15px 0;
}
.ftc-product-grid.style_1 .products .product .item-description .product_title a {
    text-transform: capitalize;
    font-size: 14px;
    order: 1;
}
.ftc-product-grid.style_1 .products .product .item-description .price {
    order: 2;
    margin-bottom: 0;
}
.ftc-product-grid.style_1 .products .product .item-description .star-rating {
    order: 3;
    margin: 8px auto 10px;
}
.ftc-product-grid.style_1 .products .product .item-description .star-rating:before {
    color: #82b440;
}
.elementor-element .ftc-product-grid.style_1 .load-more-product.style_2 .load-more.button {
    background: transparent;
    font-weight: 500;
    font-family: Roboto Slab;
    color: #333;
}
.elementor-element .ftc-product-grid.style_1 .load-more-product.style_2:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #82b440;
    position: absolute;
    right: 0;
    top: 0;
}
.elementor-element .ftc-product-grid.style_1 .load-more-product.style_2:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #82b440;
    position: absolute;
    left: 0;
    bottom: 0;
}
.elementor-element .ftc-product-grid.style_1 .load-more-product.style_2 .load-more:hover {
    color: #82b440;
}
.ftc-product-grid.style_1.style_1 .load-more-product.style_2 {
    position: relative;
    width: max-content;
    margin: 0 auto;
}

/*Banner*/

.img_padding .ftc-element-image .wp-caption img {
    padding-right: 20px;
    padding-bottom: 20px;
    background: rgb(255, 255, 255);
}
.divider-26-1 .elementor-column:last-child:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #82b440;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}
.divider-26 .elementor-column:first-child:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #82b440;
    z-index: 1;
    top: 140px;
    right: -20px;
}

/* Footer */
/* instagram */
.ftc-instagram ul li:hover {
    opacity: 0.8;
}
.ftc-element-instgram ul {
    margin-bottom: 0;
}
.logo-insta .ftc-element-instgram.ftc-instagram:before {
    content: "\f16d";
    font-family: fontawesome;
    font-size: 54px;
    position: absolute;
    color: #fff;
    line-height: 54px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

/*...... Home 27 .....*/

/* Product */

.ftc-product-grid.style_1.columns-6 .products .ftc-product.product {
    width: calc(20% - 30px);
    margin-bottom: 30px;
}
/*Blog*/
.ftc-blogs-slider .style_2 .inner-wrap {
    display: flex;
    align-items: center;
}
.ftc-blogs-slider .style_2 .inner-wrap > a {
    width: 100%;
    max-width: 270px;
    margin-right: 30px;
    border-radius: 5px;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text .meta {
    order: 1;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text .meta span {
    font-style: normal;
    font-size: 13px;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text h4 {
    order: 2;
    margin-top: 15px;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text p {
    order: 3;
    margin-bottom: 0;
    font-size: 15px;
    padding-top: 30px;
    position: relative;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard {
    margin: 0;
    font-size: 13px;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard:after {
    content: " / ";
    font-size: 14px;
    margin: 0 5px;
}
.ftc-blogs-slider .style_2 .inner-wrap .post-text p:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 10px;
}
/* Footer */
.ftc-contact-form .form_2 {
    display: flex;
    justify-content: flex-end;
}
.ftc-contact-form .form_2 input[type="email"] {
    width: 450px;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px 2px;
}
.ftc-contact-form .form_2 input[type="submit"] {
    width: 150px;
    height: 40px;
    padding: 0;
    background: #82B440;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 10px;
}
.ftc-contact-form .form_2 input[type="email"]::placeholder{
    font-style: italic;
    font-size: 13px;
}
.ftc-contact-form .form_2 input[type="submit"]:hover {
    background: #333;
}

/*...... Home 28 .....*/

/* Single img */

.single_img_28 .ftc-image-content .ftc-image-caption span {
    font-size: 24px;
    font-family: Roboto Slab;
    font-weight: bold;
}
.single_img_28 .ftc-image-content .button-banner a:hover {
    background: transparent;
    color: #82b440;
}
.single_img_28 .ftc-image-content .button-banner a {
    background: transparent;
    font-size: 15px;
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: Roboto;
}
/* Product */
.product_28 .ftc-product-grid.style_1.woocommerce .products .product .item-description .product_title a {
    font-size: 18px;
}
.ftc-product-grid.style_1.columns-3 .products .ftc-product.product {
    margin: 15px auto;
    max-width: 370px;
}
/* Brand */
.elementor-widget-ftc-brand .ftc-element-brand .item a img {
    transform: none;
}
.elementor-widget-ftc-brand .ftc-element-brand .item a img:hover {
    opacity: 0.5;
}
.ftc-element-brand .item a img {
    width: auto;
}
/* footer */
.col_right.elementor-column.elementor-col-25,
.col_left.elementor-column.elementor-col-25 {
    width: 30%;
}
.col_center.elementor-column.elementor-col-25 {
    width: 20%;
}

/*...... Home 29 .....*/
.form_29 .ftc-contact-form .form_2 {
    justify-content: flex-end;
}
.elementor-element.snpt-h6 .widget-hotspot {
    transform: translate(-50%, -50%) !important;
    font-size: 0;
    top: 50% !important;
    position: absolute;
    width: 50px !important;
    left: 50% !important;
    height: 50px !important;
    border: 0;
    background: #000000b3 !important;
    opacity: 0;
    z-index: 1;
}
.elementor-element.snpt-h6 .widget-hotspot:hover{
    background-color: #82B440 !important;
}
.elementor-element.snpt-h6 .widget-hotspot:after {
    content: "\f07a";
    color: #fff;
    font-family: fontawesome !important;
    font-size: 18px;
    line-height: 50px;
}
.elementor-element.snpt-h6 .snptico-share-alt {
    padding: 0 !important;
    width: 50px;
    height: 50px;
}
.elementor-element.snpt-h6 .snptico-share-alt:before {
    content: "\f07a";
    font-family: fontawesome !important;
    line-height: 50px;
}
body .snptcrd.snptwdgt__item:hover .snpt-fauximg-bin:before {
    opacity: 1;
}
body .snptcrd.snptwdgt__item .snpt-fauximg-bin:before {
    content: "";
    background: #000000b0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.no-touch .snptwdgt__item:hover .snpt__fauximg {
    transform: none !important;
}
.elementor-element.snpt-h6 .widget-hotspot {
    font-size: 0 !important;
}
.instagram-image29 .snptwdgt-container .snptwdgt__item .snptcrd__button{
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
}
.instagram-image29 .snptwdgt-container .snptwdgt__item .snptcrd__button:hover{
    background-color: #82b440;
}


/*...... Home 30 .....*/

/* portfolio */

.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner {
    margin: auto;
}
.ftc-portfolio-wrapper .portfolio-inner .item .icon-group {
    display: none;
}
.ftc-portfolio-element.ftc-portfolio-wrapper.columns-4 .portfolio-inner .item {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    max-width: 25%;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    background: rgb(255 255 255 / 85%);
}
.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a {
    font-size: 24px;
    letter-spacing: 3px;
    color: #333;
}
.portfolio-36 .ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption h3 a {
    font-size: 22px;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail .figcaption .term {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    font-family: Roboto;
}
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item:hover .thumbnail,
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail:before,
.ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .thumbnail:hover:before {
    transition: none;
    transform: none;
}
.elementor-widget-ftc-portfolios .ftc-portfolio-element.ftc-portfolio-wrapper .portfolio-inner .item .thumbnail img {
    margin-bottom: 0;
}

/* Products slider */

.ftc_products_slider.style_2 {
    padding-bottom: 30px;
}
.ftc_products_slider.style_2 .products .product {
    margin: 15px auto;
}
.ftc-product-tabs .products .product .product_title a,
.ftc_products_slider.style_2 .products .product .product_title a {
    font-size: 16px;
    font-weight: 300;
}
.ftc_products_slider.style_2 .item-description:after {
    display: none;
}
.ftc_products_slider.style_2 .products .product .meta_info .add-to-cart a:before {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.ftc_products_slider.style_2 .products .product .meta_info > div a:hover i, 
.ftc_products_slider.style_2 .products .product .meta_info > a:hover i {
    color: #fff;
}

/*Banner*/
.juice-30 .elementor-widget-wrap > div {
    padding-left: 50px;
}
.juice-30 .elementor-widget-button .elementor-button > span:before {
    content: "\f101";
    font-family: Fontawesome;
    margin-right: 10px;
}

/*Blog*/

.ftc-blogs-slider .style_3 .post-text > p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ftc-blogs-slider .style_3 .post-text .element-date-timeline {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 25px;
    background: #fbf9fa;
    padding: 17px 5px;
    text-align: center;
}
.ftc-blogs-slider .style_3 .post-text .element-date-timeline .month {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    order: 1;
}
.ftc-blogs-slider .style_3 .post-text .element-date-timeline .day {
    order: 2;
}
.ftc-blogs-slider .style_3 .post-text {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.ftc-blogs-slider .style_3 .ftc-readmore:before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 10px;
}
.ftc-blogs-slider .style_3 .post-text .meta .published {
    display: none;
}
.ftc-blogs-slider .style_3 .post-text .meta {
    order: 1;
}
.ftc-blogs-slider .style_3 h4 {
    order: 2;
    margin: 10px 0;
}
.ftc-blogs-slider .style_3 p {
    order: 3;
}
.ftc-blogs-slider .style_3 .inner-wrap .post-text .button-group {
    order: 4;  
}
.ftc-blogs-slider .style_3 .inner-wrap .post-text .ftc-readmore {
    border: 0;
    padding-left: 0;
}

/*Testimonial*/

.testimonial-31 .ftc-element-testimonial .title-testi-slider {
    margin-bottom: 30px;
}
.ftc-element-testimonial.style_1 {
    position: relative;
}
.ftc-element-testimonial.style_1 .title-testi-slider * {
    margin: 0;
    font-size: 36px;
}
.ftc-element-testimonial.style_1 .testimonial-content {
    margin-bottom: 15px;
}
.ftc-element-testimonial.style_1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.ftc-element-testimonial.style_1 .testimonial-content .name {
    font-family: 'Caveat', cursive;
    font-size: 30px;
    font-weight: 400;
}
.ftc-element-testimonial.style_1 .testimonial-content .name a {
    color: #999;
}
.ftc-element-testimonial.style_1 .testimonial-content .name a:hover {
    color: #82b440;
}
.ftc-element-testimonial.style_1 .testimonial-content .infomation {
    max-width: 850px;
    margin: 0 auto 25px auto;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #666;
}

.ftc-element-testimonial.style_1 .nav-prev:hover:before,
.ftc-element-testimonial.style_1 .nav-next:hover:before {
    color: #82b440;
}
.ftc-element-testimonial.style_1 .nav-next {
    right: 0;
    bottom: 110px;
    top: auto;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
}
.ftc-element-testimonial.style_1 .nav-prev {
    top: auto;
    bottom: 110px;
    left: 0;
    right: auto;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
.ftc-element-testimonial.style_1 .nav-prev:before,
.ftc-element-testimonial.style_1 .nav-next:before {
   font-family: 'simple-line-icons';
   font-size: 35px;
   color: #999;
}
.ftc-element-testimonial.style_1 .nav-prev:before {
    content: "\e605";
}
.ftc-element-testimonial.style_1 .nav-next:before {
    content: "\e606";
}
.ftc-element-testimonial.style_1 .navigation-slider > div {
   transition: all .25s ease;
   opacity: 0;
   visibility: hidden;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
}
.ftc-element-testimonial.style_1 .navigation-slider > div:before{
    transition: transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.ftc-element-testimonial.style_1:hover .navigation-slider > div {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
}
.ftc-element-testimonial.style_1:hover .nav-prev,
.ftc-element-testimonial.style_1:hover .nav-next {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Form */

.form_30 .ftc-contact-form .form_2 input[type="email"] {
    width: 420px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #82b440;
    background: transparent;
}
.form_30 .ftc-contact-form .form_2 input[type="submit"] {
    height: 44px;
    border-radius: 0;
    margin-left: 0;
    font-weight: bold;
}

/*...... Home 31.....*/

/* Product tab */
.product-tab-31 .ftc-product-tabs .tabs-wrapper .tab-title {
    padding-bottom: 0;
}
.product-tab-31 .ftc-product-tabs .tabs-wrapper .tab-title > .title {
    margin-top: 10px;
}
.ftc-product-tabs .woocommerce .products .product:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.ftc-product-tabs .woocommerce .products .product {
    display: flex;
    flex-direction: column;
    overflow: unset;
    padding: 0;
}
.ftc-product-tabs .woocommerce .products .product .item-image {
    order: 1;
    border-radius: 0;
}
.product-tab-31 .ftc-product-tabs .products .product .meta_info .add-to-cart {
    background-image: url(./assets/images/bg-xlz.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.product-tab-31 .ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a, 
.product-tab-31 .ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a:hover, 
.product-tab-31 .ftc-product-tabs .woocommerce .products .product:hover .meta_info .add-to-cart a {
    background: transparent;
    width: 100%;
    height: 100%;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a:hover span {
    color: #333;
}
.ftc-product-tabs .woocommerce .products .product .item-description {
    order: 2;
    padding-top: 0;
}
.ftc-product-tabs .woocommerce .products .product:hover .item-description:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    top: -10px;
    left: 0;
    width: 100%;
}
.ftc-product-tabs .woocommerce .products .product:hover .item-description {
    position: absolute;
    width: calc(100% + 2px);
    top: calc(100% - 5px);
    left: -1px;
    background: #fff;
    margin-top: 5px;
    border: 1px solid rgba(128, 128, 128, 0.15);
    box-shadow: 0 0px 8px rgba(0,0,0,.15);
}
.ftc-product-tabs .woocommerce .item-description:after {
    display: none;
}
.ftc-product-tabs .woocommerce .products .product .star-rating {
    margin-bottom: 10px;
}
.ftc-product-tabs .woocommerce .products .product .short-description {
    padding: 0 20px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.ftc-product-tabs .woocommerce .products .product .meta_info {
    display: none;
}
.ftc-product-tabs .woocommerce .products .product:hover .meta_info {
    position: relative;
    display: flex;
    bottom: 0;
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;  
    transition: none;
}
.ftc-product-tabs .woocommerce .products .product:hover .short-description {
    display: -webkit-box;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a {
    width: 145px;
    height: auto;
    background: #82b440;
    border-radius: 30px;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a:hover {
    background: #333;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a:before {
    display: none;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart span {
    display: block;
    font-family: roboto;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.ftc-product-tabs .woocommerce .products .product .item-description .meta_info .compare,
.ftc-product-tabs .woocommerce .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist,
.ftc-product-tabs .woocommerce .products .product .item-description .meta_info .quickview {
    display: none;
}
.ftc-product-tabs .woocommerce .products .product .group-button-product {
    display: flex;
    width: auto;
    transform: none;
    height: auto;
    right: 5%;
    left: auto;
    bottom: 5%;
    top: auto;
}
.ftc-product-tabs .woocommerce .products .product .group-button-product div > a, 
.ftc-product-tabs .woocommerce .products .product .group-button-product > a {
    display: inline-block;
    background: transparent;
    margin: auto;
    color: #999;
    position: relative;
}
.ftc-product-tabs .woocommerce .products .product .yith-wcwl-add-to-wishlist > a:hover,
.ftc-product-tabs .woocommerce .products .product .compare:hover i:before, 
.ftc-product-tabs .woocommerce .products .product .quickview:hover i:before {
    color: #82b440;
}
.ftc-product-tabs .woocommerce .products .product .group-button-product > div a i, 
.ftc-product-tabs .woocommerce .products .product .group-button-product > a i, 
.ftc-product-tabs .woocommerce .products .product .group-button-product > div a:first-child:before, 
.ftc-product-tabs .woocommerce .products .product .group-button-product > a:first-child:before {
    font-size: 14px;
}
.ftc-product-tabs .woocommerce .products .product .group-button-product .yith-wcwl-add-to-wishlist, 
.ftc-product-tabs .woocommerce .products .product .group-button-product .yith-wcwl-add-to-wishlist > a {
    display: block;
}

/* Apple */
@media only screen and (max-width: 1400px){

    section.elementor-element.apple_baner {
        background-position: 50% 100%;
    }
}
.apple-left.elementor-column {
    padding-left: 45px;
}
.apple-right.elementor-column {
    padding-right: 70px;
}

/*Video*/
.elementor-custom-embed-image-overlay:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    border: 1px solid #fff;
}
.video-31 .elementor-custom-embed-play > i:hover {
    color: #82b440;
}
/* Blog */
.custom_blog .ftc-blogs-slider .style_3 .ftc-readmore:before {
    display: none;
}
.custom_blog .ftc-blogs-slider .style_3 .inner-wrap .post-text .button-group {
    background-image: url(./assets/images/bg-blog-xlz.png);
    background-repeat: no-repeat;
    background-position: center;
    max-width: 140px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_blog .ftc-blogs-slider .style_3 .inner-wrap .post-text .ftc-readmore:hover,
.custom_blog .ftc-blogs-slider .style_3 .inner-wrap .post-text .ftc-readmore {
    padding: 0;
    color: #fff !important;
}
/* Button xam l */

.button-xlz .elementor-button {
    background-image: url(./assets/images/bg-button-xlz.png) !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 270px;
    width: 100% !important;
    height: 70px;
    margin: 0 auto;
    padding: 0;
}
.button-xlz .elementor-button .elementor-button-content-wrapper {
    height: 100%;
    padding: 0;
    line-height: unset;
    display: flex;
    align-items: center;
}


/*...... Home 32 .....*/

/* Title - bg */
.text_32 {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    font-style: italic;
}
.title_32 {
    font-size: 36px;
    color: #333;
    font-family: Roboto Slab;
    font-weight: bold;
    text-transform: uppercase;
}
/* Categories */
.ftc-product-categories.style_1 .swiper-wrapper .category {
    margin: auto;
}
.ftc-product-categories.style_1 .ftc-categories .images-category:before {
    content: "";
    background-image: url(./assets/images/bg-des.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    opacity: 0;
    visibility: hidden;
}
.ftc-product-categories.style_1 .ftc-categories .item-desciption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    height: max-content;
}
.ftc-product-categories.style_1 .ftc-categories .item-desciption .button-shop {
    width: 100px;
    margin: 15px auto 0;
    height: 35px;
    line-height: 35px;
    background: #82b440;
    border-radius: 30px;
}
.ftc-product-categories.style_1 .ftc-categories .item-desciption .title {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}
.ftc-product-categories.style_1 .ftc-categories .item-desciption .button-shop .btn-category {
    color: #fff;
}
.ftc-product-categories.style_1 .ftc-categories:hover .images-category:before,
.ftc-product-categories.style_1 .ftc-categories:hover .item-desciption {
    opacity: 1;
    visibility: visible;
}

/* Product */
.ftc_products_slider.style_3 .products .product .meta_info .add-to-cart .added_to_cart,
.ftc_products_slider.style_3 .group-button-product div > a i, 
.ftc_products_slider.style_3 .group-button-product > a i {
    font-weight: 300;
}
.ftc_products_slider.style_3 .group-button-product .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.ftc_products_slider.style_3 .post .yith-wcwl-add-to-wishlist .fa-heart:before {
    font-size: 18px;
}
.ftc_products_slider.style_3 .woocommerce .products .product {
    width: calc(100% - 30px );
    padding: 10px;
    overflow: unset;
}
.ftc_products_slider.style_3 .woocommerce .products .product:hover {
    box-shadow: 0 0 8px #00000012;
    transition: opacity .3s ease,visibility 0s ease;
}
.ftc_products_slider.style_3 .group-button-product {
    position: absolute;
    display: flex;
    visibility: hidden;
    opacity: 0;
    height: auto;
    top: auto;
    bottom: 0;
    font-size: 18px;
    background: rgba(254, 254, 254, 0.86);
    border-bottom: 1px solid #ebebeb;
    z-index: 9;
    transform: none;
}
.ftc_products_slider.style_3 .group-button-product .add-to-cart {
    display: none;
}
.ftc_products_slider.style_3 .products .product .item-description:after {
    display: none;
}
.ftc_products_slider.style_3 .group-button-product > div, 
.ftc_products_slider.style_3 .group-button-product > a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: transparent;
}
.ftc_products_slider.style_3 .group-button-product > a.compare .blockUI.blockOverlay:before,
.ftc_products_slider.style_3 .group-button-product .yith-wcwl-add-to-wishlist a.add_to_wishlist .blockUI.blockOverlay:before{
    display: none;
}
.ftc_products_slider.style_3 .group-button-product .compare.added {
    font-size: 0;
}
.ftc_products_slider.style_3 .group-button-product .compare.added:after {
    content: "\e023";
    font-family: 'simple-line-icons';
    font-size: 16px;
    font-weight: 600;
}
.ftc_products_slider.style_3 .products .product .item-description {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 0;
}
.ftc_products_slider.style_3 .products .product:hover .item-description:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    top: -10px;
    left: 0;
    width: 100%;
}
.ftc_products_slider.style_3 .products .product:hover .item-description {
    position: absolute;
    background: #fff;
    margin-top: 0;
    width: calc(100% + 2px);
    top: calc(100% - 10px);
    border: 1px solid rgba(128, 128, 128, 0.15);
    box-shadow: 0 7px 10px rgba(0,0,0,.15);
    left: -1px;
}
.ftc_products_slider.style_3 .products .product .price {
    order: 1;
    margin-bottom: 10px;
}
.ftc_products_slider.style_3 .products .product .product_title {
    order: 2;
    margin-bottom: 0;
    font-weight: 300;
    color: #333;
}
.ftc_products_slider.style_3 .products .product .product_title > a {
    color: inherit;
}
.ftc_products_slider.style_3 .products .product .star-rating {
    order: 3;
    margin-bottom: 20px;
}
.ftc_products_slider.style_3 .products .product:hover .star-rating {
    margin-bottom: 30px;
}
.ftc_products_slider.style_3 .products .product .short-description {
    order: 4;
    color: #666;
    font-weight: 300;
    padding: 10px 10px 0 10px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.ftc_products_slider.style_3 .products .product .short-description:before {
    content: "";
    position: absolute;
    background: #ebebeb;
    width: calc(100% - 20px);
    height: 1px;
    top: 0;
    left: 10px;
}
.ftc_products_slider.style_3 .products .product:hover .short-description {
    display: -webkit-box;
}
.ftc_products_slider.style_3 .products .product .meta_info {
    position: relative;
    bottom: 0;
    order: 5;
    height: auto;
    padding-top: 10px;
    margin-bottom: 30px;
    transition: none;
    display: none;
}
.ftc_products_slider.style_3 .products .product:hover .meta_info {
    display: flex;
}
.ftc_products_slider.style_3 .products .product .meta_info .compare, 
.ftc_products_slider.style_3 .woocommerce .products .product .meta_info .yith-wcwl-add-to-wishlist, 
.ftc_products_slider.style_3 .products .product .meta_info .quickview {
    display: none;
}
.ftc_products_slider.style_3 .products .product .meta_info .add-to-cart, 
.ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a {
    width: 160px;
    height: 42px;
    background: #82b440;
    margin: 0;
    border-radius: 50px;
    line-height: 45px;
    font-family: Roboto;
    color: #fff;
}
.ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a.add_to_cart_button.loading .ftc-tooltip{
    opacity: 0;
}
.ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a:before{
    font-size: 0;
}
.ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a span {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 300;
}

/* Blog */
.custom_social .ftc-blogs-slider {
    padding: 10px;
    width: calc(100% + 20px);
}
.ftc-blogs-slider .style_4 .inner-wrap {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.2);
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 25px;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text h4 {
    order: 2;
    font-weight: normal;
    margin: 10px 0;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .meta {
    order: 1;
    margin: auto;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text p {
    order: 3;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .button-group {
    order: 4;
    display: flex;
    justify-content: center;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .ftc-readmore {
    width: 120px;
    height: 35px;
    border-radius: 30px;
    border-color: #ebebeb;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .ftc-readmore:hover {
    border-color: #82b440;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .meta .published {
    display: none;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .element-date-timeline {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    left: 25px;
    background: #fff;
    padding: 20px 9px 10px;
    text-align: center;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .element-date-timeline .month {
    order: 1;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.ftc-blogs-slider .style_4 .inner-wrap .post-text .element-date-timeline .day {
    order: 2;
}

/*Testimonial - custom*/

.testimonial-32 .ftc-element-testimonial.style_1 {
    padding-top: 15px;
}

/* Banner  */

.orange {
    font-size: 48px;
    color: #fff;
    font-family: Roboto Slab;
    font-weight: bold;
    margin-bottom: 30px;
}
.cherry {
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-family: Roboto Slab;
    margin-bottom: 35px;
    font-weight: 300;
}
.orange_text {
    font-size: 16px;
    color: #fff;
    width: 400px;
    margin-bottom: 35px;
}
.button_bb_32 .ftc-element-image .button-banner {
    min-height: auto;
    margin-top: 0;
}
.button_bb_32 .ftc-element-image .button-banner .single-image-button {
    padding: 12px 54px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
}
.button_bb_32 .ftc-element-image .button-banner .single-image-button:hover {
    background: #82b440;
    border-color: transparent;
}
.button_bb_32 .ftc-element-image .ftc-image-content {
    width: max-content;
}

/* footer */
.form_3 {
    display: flex;
    width: max-content;
    position: relative;
}
.form_3 input[type="email"]:focus {
    border-color: #ebebeb;
}
.form_3 input[type="email"].input_mail_32::placeholder {
    padding-left: 10px;
}
.form_3 input[type="email"].input_mail_32 {
    width: 210px;
    height: 40px;
    padding: 0 10px;
    border-radius: 30px 0 0 30px;
    border-right: 0;
}
.form_3 input[type="submit"].bt_form_3 {
    width: 60px;
    padding: 0;
    height: 40px;
    border-radius: 0 30px 30px 0;
    background: transparent;
    font-size: 0;
    border: 1px solid #ebebeb;
}
.form_3 input[type="submit"].bt_form_3:hover {
    background: transparent;
}
.form_3:after {
    content: "\f1d9";
    color: #82b440;
    font-family: fontawesome;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    z-index: -1;
}
.respon_ft_32 .elementor-row .col_2_32.elementor-column {
    width: 50%;
    padding: 0 50px;
}
.respon_ft_32 .elementor-row .col_1_32.elementor-column,
.respon_ft_32 .elementor-row .col_3_32.elementor-column {
    width: 25%;
}

/***** Home - 33  *****/

/*images - cate*/

.custom_cate_img .ftc-element-image .ftc-image-content .button-banner {
    width: 154px;
    height: 48px;
    position: relative;
}
.custom_cate_img .ftc-element-image .ftc-image-content .button-banner .single-image-button {
    padding: 0;
    color: #333;
    position: absolute;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.custom_cate_img .ftc-element-image .ftc-image-content .button-banner .single-image-button:hover {
    color: #fff;
    background: #82b440;
}
/* Product */

.custom_product_33 .ftc_products_slider.style_3 .woocommerce .product:hover .item-description .price {
    opacity: 0;
    visibility: hidden;
}
.custom_product_33 .ftc_products_slider.style_3 .woocommerce .product .item-description {
    padding: 15px 0;
}
.custom_product_33 .ftc_products_slider.style_3 .woocommerce .product .item-description .meta_info {
    position: absolute;
    top: 15px;
    bottom: auto;
    padding: 0;
    box-shadow: none;
}
.custom_product_33 .ftc_products_slider.style_3 .woocommerce .product .item-description .product_title {
    font-weight: normal;    
}
.custom_product_33 .ftc_products_slider.style_3 .woocommerce .product:hover .item-description .product_title {
    position: relative;
    bottom: -15px;
}
.custom_product_33 .ftc_products_slider.style_3 .woocommerce .product:hover .item-description .star-rating {
    bottom: -15px; 
}

/* Blog */
.ftc-blogs-slider .style_5 .inner-wrap .post-text {
    position: relative;
    margin: -210px 35px 0;
    background: #fff;
    display: flex;
    padding: 35px;
    flex-direction: column;
    /*box-shadow: 0px 2px 10px 4px rgba(128, 128, 128, 0.15);*/
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .meta {
    order: 1;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text h4 {
    order: 2;
    margin: 10px 0;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text p {
    order: 3;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .button-group {
    order: 4;
    display: flex;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore {
    width: 120px;
    height: 35px;
    border-radius: 30px;
    border-color: #ebebeb;
    text-align: center;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore:hover {
    background: #82b440;
    color: #fff;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .month {
    font-size: 20px;
    order: 1;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .day {
    font-size: 15px;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .published {
    display: none;
}
.ftc-blogs-slider .style_5 .inner-wrap .post-text .element-date-timeline {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #82b440;
    padding: 15px 9px;
    text-align: center;
    color: #fff;
}
.custom_social .button-group .ftc-social {
    display: flex;
    margin-left: 30px;
    align-items: center;
}
.custom_social .button-group .ftc-social ul {
    margin: 0;
    display: flex;
}
.custom_social .button-group .ftc-social ul li {
    list-style: none;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}
.custom_social .button-group .ftc-social ul li a:hover {
    color: #82b440;
}
.custom_social .button-group .ftc-social ul li a {
    font-size: 0;
    color: #999;
}
.custom_social .button-group .ftc-social ul li a i {
    font-size: 18px;
}
.custom_social .button-group .ftc-social ul li:last-child {
    display: none;
}
/* Widget product */
.ftc-product-widget.elements.style_2 .title-product-widget h2 {
    margin: 0;
}
.ftc-product-widget.elements.style_2 .products-widget .product .images {
    max-width: 35%;
}
.ftc-product-widget.elements.style_2 .products-widget .product {
    margin: 15px 0;
    display: flex;
    border: 0;
}
.ftc-product-widget.elements.style_2 .products-widget .product .meta-description {
    display: flex;
    flex-direction: column;
}
.ftc-product-widget.elements.style_2 .products-widget .product .meta-description .product_title {
    order: 2;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.ftc-product-widget.elements.style_2 .products-widget .product .meta-description .star-rating {
    order: 3;
    margin: 0;
}
.ftc-product-widget.elements.style_2 .products-widget .product .meta-description .price {
    order: 1;
    margin-bottom: 5px;
}
.ftc-product-widget.elements.style_2 .products-widget .product .meta-description .price .amount {
    padding: 0;
}
.widget_product_32 .widget_pro_1.elementor-column {
    width: 50%;
}
.widget_product_32  .widget_pro_2.elementor-column {
    width: 25%;
}
.widget_product_32 .widget_pro_1 .crazy_1 {
    position: absolute;
    top: 28%;
    width: auto;
    right: 12%;
}
.widget_product_32 .widget_pro_1:hover .crazy_1 {
    animation: stars 10s linear infinite;
    -moz-animation: stars 10s linear infinite;
    -o-animation: stars 10s linear infinite;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.widget_product_32 .widget_pro_1 .crazy_2 {
    position: absolute;
    top: 12%;
    left: 1%;
    width: auto;
}
.widget_product_32 .widget_pro_1:hover .crazy_2 {
    -webkit-animation: lac 10s linear infinite;
    -moz-animation: lac 10s linear infinite;
    -o-animation: lac 10s linear infinite;
    animation: lac 10s linear infinite;
}
.widget_product_32 .widget_pro_1 .crazy_3 {
    position: absolute;
    top: 3%;
    width: auto;
    right: 11%;
}
.widget_product_32 .widget_pro_1:hover .crazy_3 {
    -webkit-animation: lac 10s linear infinite;
    -moz-animation: lac 10s linear infinite;
    -o-animation: lac 10s linear infinite;
    animation: lac 10s linear infinite;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

/* instagram */
.ftc-element-instgram ul.columns-8 {
    display: flex;
    flex-flow: row wrap;
}
.ftc-element-instgram ul.columns-8 li{
    width: 12.5%;
}

.footer-contact33 ul.elementor-icon-list-items li.elementor-icon-list-item:first-child i.fa-home{
    top: -30px;
}

/*Home 34*/

/* Product slider */
.ftc_products_slider.style_4 .woocommerce .products .product:hover,
.ftc_products_slider.style_4 .woocommerce .products .product {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.ftc_products_slider.style_4 .products .product .item-description {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 0;
}
.ftc_products_slider.style_4 .products .product .item-description:after {
    display: none;
}
.ftc_products_slider.style_4 .products .product .item-description .product_title {
    order: 1;
    margin: 0;
}
.ftc_products_slider.style_4 .products .product .item-description .product_title > a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}
.ftc_products_slider.style_4 .products .product .item-description .star-rating {
    order: 2;
    font-size: 14px;
    width: 84px;
    margin: 10px auto;
}
.ftc_products_slider.style_4 .products .product .item-description .price {
    order: 3;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info {
    order: 4;
    width: calc(100% - 60px);
    position: relative;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e1e1e1;
}
.ftc_products_slider.style_4 .products .product:hover .item-description .meta_info {
    opacity: 1;
    visibility: visible;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart {
    order: 2;
    width: auto;
    height: auto;
    margin: 0;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart > a {
    width: auto;
    height: auto;
    background: transparent;
    line-height: unset;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart > a:before {
    display: none;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart > a > span {
    display: block;
    color: #2a6049;
    line-height: unset;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart > a:hover > span {
    color: #000;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart .loading {
    opacity: 1;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart .loading > span {
    opacity: 0.25;
}
.ftc_products_slider.style_4 .products .product .item-description .meta_info .add-to-cart .loading:after {
    left: 50%;
    right: auto;
}
.ftc_products_slider.style_4 .ftc-products .product .item-description .meta_info .compare {
    order: 3;
    background: transparent;
    margin: 0 auto;
}
.ftc_products_slider.style_4 .ftc-products .product .item-description .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse > a, 
.ftc_products_slider.style_4 .ftc-products .product .item-description .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse > a:hover {
    background: transparent;
}
.ftc_products_slider.style_4 .ftc-products .product .item-description .meta_info .yith-wcwl-add-to-wishlist {
    order: 1;
    margin: 0 auto;
}
.ftc_products_slider.style_4 .ftc-products .product .item-description .meta_info .yith-wcwl-add-to-wishlist > a{
    background: transparent;   
}
.ftc_products_slider.style_4 .ftc-products .product .item-description .meta_info > div a i, 
.ftc_products_slider.style_4 .ftc-products .product .item-description .meta_info > a i {
    width: 35px;
    line-height: 35px;
    color: #999;
    font-weight: bold;
}
.ftc_products_slider.style_4 .ftc-products .product .item-description .meta_info .quickview {
    display: none;
}
.ftc_products_slider.style_4 .products .product .item-description .star-rating span:before {
    color: #fdd835;
}
.cus-product-h34 .elementor-column-wrap,
.product-h34 .elementor-column-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.cus-product-h34 .ftc_products_slider.style_4 .woocommerce .products .product {
    width: calc(100% - 30px);
    margin: 0 auto;
}

/* testimonial */

.ftc-element-testimonial.style_3 .item.testimonial-content {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0;
    margin-bottom: 0;
}
.ftc-element-testimonial.style_3 .testimonial-content .avatar-image {
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    width: 21%;
    height: max-content;
    z-index: 9;
    margin-right: -7px;
}
.ftc-element-testimonial.style_3 .testimonial-content .avatar-image img {
    border-radius: 50%;
    width: 100%;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content {
    position: relative;
    width: 79%;
    text-align: left;
    padding: 35px 25px 35px 30px;
    background: #fff;
    box-shadow: 0 0 4px 2px #f3f0e2;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content .infomation {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content .name {
    font-size: 24px;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content .name > a {
    color: #333;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content .byline {
    font-size: 14px;
    color: #999;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content .title-testimonal {
    padding-left: 55px;
}
.ftc-element-testimonial.style_3 .testimonial-content .testi-content .title-testimonal:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 35px;
    top: auto;
    font-size: 32px;
    color: #2a6049;
    transform: rotateY(180deg);
}

.copy-34 .under-right .elementor-text-editor > span > a:hover {
    color: #333;
}


/* Home 35 */

/* Baner - images box */
.img-box-35 {
    background: #ebebeb;
    padding: 10px;
    border-radius: 10px;
}
.img-box-37 {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 10px;
}
.img-box-37 .elementor-row {
    border: 1px solid #e1e1e170;
    border-radius: 10px;
}
.img-box-35 .elementor-row {
    border: 1px solid #e1e1e1;
}
.img-box-37 .elementor-widget-wrap .elementor-widget-image-box,
.img-box-35 .elementor-widget-wrap .elementor-widget-image-box {
    width: 33.3333%;
    margin-bottom: 0;
}
.img-box-37 .elementor-widget-image-box .elementor-image-box-wrapper,
.img-box-35 .elementor-widget-image-box .elementor-image-box-wrapper {
    justify-content: center;
    padding: 10px 0;
}
.img-box-37 .elementor-widget-image-box .elementor-image-box-content,
.img-box-35 .elementor-widget-image-box .elementor-image-box-content {
    width: auto;
}
.img-box-37 .elementor-widget-wrap .elementor-widget-image-box:not(:last-child) .elementor-image-box-wrapper:after,
.img-box-35 .elementor-widget-wrap .elementor-widget-image-box:not(:last-child) .elementor-image-box-wrapper:after {
    content: "/";
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
}
.baner-37 .ftc-image-caption > div,
.baner-35 .ftc-image-caption > div {
    color: #fff;
}
.baner-37 .ftc-image-caption > div:first-child,
.baner-35 .ftc-image-caption > div:first-child {
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
.baner-37 .ftc-image-caption > div:last-child,
.baner-35 .ftc-image-caption > div:last-child {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}
.baner-37 .ftc-element-image .button-banner,
.baner-35 .ftc-element-image .button-banner {
    margin-top: 20px;
    min-height: auto;
}
.baner-37 .ftc-element-image .button-banner .single-image-button,
.baner-35 .ftc-element-image .button-banner .single-image-button {
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
}

/*Tab Product*/
.ftc-product-tabs.style_3.product-tab-template.ftc-product-tabs .tabs-content-wrapper .tab-content .product .item-description {
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: 0 0 3px 1px #ececec;
}
.ftc-product-tabs.style_3 .woocommerce .products .product:hover,
.ftc-product-tabs.style_3 .woocommerce .products .product{
    box-shadow: none;
    border: none;
}
.ftc-product-tabs.style_3 .woocommerce .products .product:first-child {
    margin-bottom: 35px;
}
.ftc-product-tabs.style_3 .woocommerce .products .product .item-description .product_title {
    margin: 0;
    order: 1;
}
.ftc-product-tabs.style_3 .woocommerce .products .product .item-description .product_title > a {
    font-size: 18px;
    text-transform: none;
    color: #262626;
    font-weight: 600;
}
.ftc-product-tabs.style_3 .woocommerce .products .product .item-description .price {
    order: 3;
    margin: 0;
    font-size: 16px;
    color: #999;
}
.ftc-product-tabs.style_3 .woocommerce .products .product .item-description .star-rating {
    order: 2;
    font-size: 14px;
    width: 84px;
    margin: 10px 0;
}
.ftc-product-tabs.style_3 .woocommerce .products .product:hover .item-description .meta_info {
    display: none;
}
.ftc-product-tabs.style_3 .woocommerce .products .product:hover .item-description {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    margin: 0;
}
.ftc-product-tabs.style_3 .woocommerce .products .product .item-description .price .amount {
    padding: 0;
}
.ftc-product-tabs.style_3 .woocommerce .products .product .item-image .group-button-product {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    max-width: 40px;
    height: auto;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    transform: translate(60px, -50%);
    -webkit-transform: translate(60px, -50%);
}
.ftc-product-tabs.style_3 .woocommerce .products .product:hover .item-image .group-button-product {
    transform: translate(-15px, -50%);
    -webkit-transform: translate(-15px, -50%);
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product > div, 
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product > div a, 
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product > a {
    width: 40px;
    height: 40px;
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product .add-to-cart {
    display: inline-block;
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product .compare {
    display: none;
}
.ftc-product-tabs.style_3 .tabs-content-wrapper .tab-content {
    padding: 0;
}
.ftc-product-tabs.style_3 .tabs-wrapper .tab-title .title {
    position: relative;
}
.ftc-product-tabs.style_3 .tabs-wrapper .tab-title.active .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product .add-to-cart .add_to_cart_button.added {
    display: none;
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product .add-to-cart .added_to_cart.wc-forward {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .group-button-product .add-to-cart .added_to_cart.wc-forward:before {
    font-family: fontawesome;
    font-size: 16px;
    content: "\f00c";
}
.ftc-product-tabs.style_3 .woocommerce .product .item-image .yith-wcwl-add-to-wishlist.exists .ajax-loading {
    display: none;
}


/* Images-absolute */

.absolute-img {
    position: absolute !important;
    left: auto;
    right: 0;
    top: -750px;
    max-width: 20%;
}
/* Banner 35 */
.heading-bb .elementor-text-editor > p > span:last-child {
    font-weight: 300;
}
/* Brand */
.brand-35 .ftc-element-brand .item {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 15px 0;
}
/* Blog */
.blog-35{
    max-width: 1190px;
    margin: auto;
}
.blog-h35 .ftc-blogs-slider {
    padding: 0 10px;
}
.ftc-blogs-slider .style_6 {
    padding: 20px 0;
}
.ftc-blogs-slider .style_6 .inner-wrap {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.ftc-blogs-slider .style_6 .inner-wrap > a {
    width: 66%;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text {
    position: relative;
    width: calc(34% + 90px);
    margin-left: -90px;
    margin-bottom: -15px;
    background: #fff;
    padding: 50px 15px;
    box-shadow: 0 0 4px 2px #d2d2d245;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .meta .posted_in {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-family: lato;
    font-weight: 300;
    font-size: 16px;
    padding: 4px 62px;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .meta .posted_in > a {
    color: #fff;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .meta .author.vcard {
    margin: 5px auto;
    width: 100%;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .meta .published {
    display: none;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text > p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .button-group {
    margin-top: 45px;
    width: 100%;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .button-group .ftc-readmore {
    display: inline-block;
    width: 100%;
    max-width: 160px;
    padding: 0;
    max-height: 45px;
    height: 100%;
    line-height: 45px;
}
.ftc-blogs-slider .style_6 .inner-wrap .post-text .ftc-readmore {
    width: 100%;
    max-width: 160px;
    padding: 0;
    display: inline-block;
    max-height: 45px;
    height: 100%;
    line-height: 45px;
    border: 1px solid;
}
.ftc-blogs-slider .style_6 .inner-wrap > a .date-time-image {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 13px 4px;
    background: #fff;
}
.ftc-blogs-slider .style_6 .inner-wrap > a .date-time-image > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}


/*Testimonial*/

.ftc-element-testimonial.style_4 .nav-next:before {
    content: "\f178";
    font-family: fontawesome;
}
.ftc-element-testimonial.style_4 .nav-prev:before {
    content: "\f177";
    font-family: fontawesome;
}
.ftc-element-testimonial.style_4 .nav-next {
    right: 0;
    left: auto;
    bottom: 135px;
}
.ftc-element-testimonial.style_4 .nav-prev {
    left: 0;
    right: auto;
    bottom: 135px;
}
.ftc-element-testimonial.style_4 .testimonial-content .avatar-image img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}
.ftc-element-testimonial.style_4 .testimonial-content .infomation {
    color: #666;
    font-size: 16px;
    max-width: 870px;
    width: 100%;
    margin: 40px auto 10px;
}
.ftc-element-testimonial.style_4 .testimonial-content .name {
    font-size: 24px;
    font-weight: 500;
}
.ftc-element-testimonial.style_4 .testimonial-content .name > a {
    color: #333;
}
.ftc-element-testimonial.style_4 .testimonial-content .byline {
    font-size: 14px;
}
.ftc-element-testimonial.style_4 .testimonial-content:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 245px;
    font-size: 285px;
    color: #eff2f6;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 80%;
}
.ftc-element-testimonial.style_4 .testimonial-content .avatar-image {
    padding-top: 15px;
}
.ftc-element-testimonial.style_4 .navigation-slider div:before {
    font-size: 20px;
    line-height: 24px;
}


/* Footer */


.ftc-footer .sale-mail {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: 32px;
}
.form-sub35 input[type="email"]::placeholder {
    font-style: unset;
    color: #999;
    font-size: 16px;
    font-weight: 300;
}
.form-sub35 input[type="email"] {
    border-width: 0 0 1px 0;
    color: #666;
}
.sub-form35 {
    background: #fca531;
    position: absolute;
    padding: 0;
    top: -20px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-form35 > i {
    font-size: 16px;
    color: #fff;
}
.sub-form35 > span {
    font-size: 0;
}
.sub-form35:hover {
    background: #82b440;
}
.sub-form35:hover > i {
    color: #fff;
}
.form-sub35 input[type="email"]:focus {
    color: #666666;
}
/* Home 36 */

/*Text about us*/

.icon-box-36 .elementor-icon-box-icon:hover {
    background: #333;
    cursor: pointer;
}
.icon-box-36 .elementor-icon-box-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    align-items: center;
}
.icon-box-36 .elementor-icon-box-icon .elementor-icon {
    margin: 0 auto;
}
.icon-social-36 .elementor-social-icons-wrapper.elementor-grid .elementor-icon {
    width: 50px;
    height: 50px;
}
/*Product*/
.feature-36 .ftc-product-grid.style_2 .title-product-grid {
    margin-bottom: 30px;
}
.ftc-product-grid.style_2 .title-product-grid {
    margin-bottom: 0;
}
.ftc-product-grid.style_2.columns-5 .products .product {
    width: 20%;
    margin: 0 auto;
}
.ftc-product-grid.style_2 {
    padding: 0 15px;
}
.ftc-product-grid.style_2.woocommerce .products .product .item-image {
    border-radius: 0;
}
.ftc-product-grid.style_2 .products .product:hover {
    padding: 0 15px;
    margin: 0 auto;
    box-shadow: none;
}
.ftc-product-grid.style_2.woocommerce .products .product {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
    border: none;
}
.ftc-product-grid.style_2 .products .product .item-description {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
.ftc-product-grid.style_2 .products .product:hover .item-description {
    box-shadow: none;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
}
.ftc-product-grid.style_2 .products .product .item-description .product-categories {
    order: 1;
    margin-bottom: 5px;
}
.ftc-product-grid.style_2 .products .product .item-description .product_title {
    order: 2;
    margin: 0;
}
.ftc-product-grid.style_2 .products .product .item-description .star-rating {
    order: 3;
    margin: 8px 0;
    font-size: 14px;
    width: 84px;
}
.ftc-product-grid.style_2 .products .product .item-description .star-rating:before {
    color: #999;
}
.ftc-product-grid.style_2 .products .product .item-description .price {
    order: 4;
    font-size: 18px;
}
.ftc-product-grid.style_2 .products .product .item-description .meta_info {
    order: 5;
    display: flex;
    position: absolute;
    width: auto;
    top: 15px;
    right: 5px;
    left: auto;
    opacity: 1;
    padding: 0;
    margin: 0;
    bottom: auto;
    visibility: visible;
}
.ftc-product-grid.style_2 .products .product:hover .item-description .meta_info {
    padding: 0;
    margin: 0;   
}
.ftc-product-grid.style_2 .products .product .item-description .product-categories > span,
.ftc-product-grid.style_2 .products .product .item-description:after {
    display: none;
}
.ftc-product-grid.style_2 .products .product .item-description .product-categories > a {
    color: #999;
}
.ftc-product-grid.style_2 .products .product .item-description .product_title > a {
    font-size: 18px;
    text-transform: none;
}
.ftc-product-grid.style_2 .products .product .item-description .price .amount {
    padding: 0;
}
.ftc-product-grid.style_2 .products .product .item-description .meta_info > .add-to-cart,
.ftc-product-grid.style_2 .products .product .item-description .meta_info > .compare,
.ftc-product-grid.style_2 .products .product .item-description .meta_info > .quickview {
    display: none;
}
.ftc-product-grid.style_2 .products .product .item-description .meta_info > .yith-wcwl-add-to-wishlist {
    margin: 0;
}
.ftc-product-grid.style_2 .products .product .item-description .meta_info > .yith-wcwl-add-to-wishlist > a {
    background: #fff;
    box-shadow: 0 2px 3px 2px #ebebeb;
}
.ftc-product-grid.style_2 .products .product .item-image .group-button-product {
    display: flex;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    transform: none;
}
.ftc-product-grid.style_4 .products .product .item-image .group-button-product .quickview > i,
.ftc-product-grid.style_4 .products .product .item-image .group-button-product .compare,
.ftc-product-grid.style_4 .products .product .item-image .group-button-product .add-to-cart,
.ftc-product-grid.style_2 .products .product .item-image .group-button-product .quickview > i,
.ftc-product-grid.style_2 .products .product .item-image .group-button-product .compare,
.ftc-product-grid.style_2 .products .product .item-image .group-button-product .add-to-cart {
    display: none;
}
.ftc-product-grid.style_3 .products .product .item-image .group-button-product .quickview,
.ftc-product-grid.style_2 .products .product .item-image .group-button-product .quickview {
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
}
.ftc-product-grid.style_2 .products .product .item-image .group-button-product .quickview > span,
.ftc-product-grid.style_4 .products .product .item-image .group-button-product .quickview > span {
    display: inline-block;
}
.ftc-product-grid.style_2 .products .product .item-description .meta_info > .yith-wcwl-add-to-wishlist > span > a {
    color: red;
    background: #fff;
    box-shadow: 0 2px 3px 2px #ebebeb;
}
.ftc-product-grid.style_2 .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse
{
    overflow: unset;
}
.product-home36 .ftc-product-grid.style_2 .products .product .item-image .group-button-product a.quickview{
    background-color: #333333;
}
/* Blog */
.inner-blog {
    margin: 0 30px;
}
.ftc-elements-blogs.style_1 {
    display: flex;
    flex-direction: column;
}
.ftc-elements-blogs.style_1 .ftc-blogs {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap {
    display: flex;
    align-items: center;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    padding: 0;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > h4 {
    order: 2;
    padding: 0 15px 15px 0;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .meta {
    order: 1;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .meta .published {
    display: none;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > p {
    order: 3;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore {
    order: 4;
    position: relative;
    color: #333;
    font-size: 18px;
    padding-left: 30px;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before {
    content: "\f061";
    font-family: Fontawesome;
    position: absolute;
    left: 0;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 8px 18px;
    text-align: center;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline .day {
    color: #fe4c36;
    font-size: 16px;
    font-weight: bold;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline .month {
    color: #999;
    font-size: 16px;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .author.vcard {
    border: 0;
    font-size: 14px;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap > a {
    width: 100%;
    max-width: 370px;
    overflow: hidden;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap > a > img {
    transition: all 0.5s ease 0s;
}
.ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap > a > img:hover {
    opacity: 1;
    transform: scale(1.1,1.1);
}
.inner-blog .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 92px;
    height: 2px;
    background: #333;
}
/* Portfolio */

.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner {
    height: auto !important;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item {
    position: static !important;
    max-width: 100%;
    margin: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 2), 
.ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 3) {
    width: 31%;
    padding: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 1), 
.ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 4) {
    width: 69%;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 1){
    padding: 0 30px 30px 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 4) {
    padding: 0 0 0 30px;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption {
    display: flex;
    flex-direction: column;
    width: max-content;
    top: 50px;
    right: 50px;
    left: auto;
    text-align: left;
    transform: none;
    padding: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption > h3 {
    order: 2;
    font-size: 18px;
    margin-bottom: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption .term {
    color: #fe4c36;
    margin-bottom: 10px;
}

/* img */
.inner-blog .elementor-column:first-child {
    margin-top: 65px;
}
.inner-blog .elementor-widget-ftc_single_image {
    position: absolute;
    top: 210px;
    left: -70px;
}
/* Footer */
.custom-form-36 .ftc-contact-form {
    max-width: 870px;
}
.custom-form-36 .ftc-contact-form .form-sub35 input[type="email"] {
    padding: 21px 30px;
    background: #fe4c36;
    border: none;
}
.custom-form-36 .ftc-contact-form .form-sub35 input[type="email"]::placeholder {
    color: #fff;
}
.custom-form-36 .ftc-contact-form .sub-form35 > i {
    font-size: 24px;
    color: #fff;
}
.custom-form-36 .ftc-contact-form .sub-form35:hover > i {
    color: #666666;
}
.custom-form-36 .ftc-contact-form .sub-form35 {
    background: transparent;
    position: absolute;
    width: auto;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}


/******* Home - 37 *******/

.blance .elementor-text-editor {
    display: flex;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.blance .elementor-text-editor:before, 
.blance .elementor-text-editor:after {
    content: "";
    width: 25px;
    height: 5px;
    border: 1px solid #9999996b;
    border-width: 1px 0 1px 0;
}
/* Deal */
.deal-37 .elementor-widget-wrap > div:first-child {
    padding-top: 30px;
}
.deal-37 .elementor-widget-wrap > div:last-child {
    padding-bottom: 30px;
}
.deal-37 .ftc-countdown-element .countdown-timer-init {
    max-width: 420px;
    width: 100%;
    margin: 0;
}
.deal-37 .ftc-countdown-element .countdown-timer-init .items {
    padding: 8px 0;
}

/* product */
.ftc-product-grid.style_3 .title-product-grid {
    display: none;
}
.ftc-product-grid.columns-6.style_3 .products .product {
    border: 1px solid #ebebeb;
    margin: 15px;
    width: calc(20% - 30px);
    max-width: 100%;
    border-radius: 0;
    padding: 0;
}
.ftc-product-grid.style_3.columns-5 .products .product:hover,
.ftc-product-grid.columns-6.style_3 .products .product:hover {
    box-shadow: none;
}
.ftc-product-grid.style_3 {
    padding: 0 15px;
}
.ftc-product-grid.style_3.woocommerce.columns-5 .products .product {
    width: calc(20% - 30px);
    max-width: 100%;
    margin: 20px auto;
    padding: 0;
    border: 1px solid #ebebeb;
}
.ftc-product-grid.style_3 .products .product .item-image {
    border-radius: 0;
}
.ftc-product-grid.style_3 .products .product .item-description:after {
    display: none;
}
.ftc-product-grid.style_3 .products .product .item-description {
    padding: 10px 0;
}
.ftc-product-grid.style_3 .products .product:hover .item-description {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin: 0;
    padding: 10px 0;
    box-shadow: none;
}
.ftc-product-grid.style_3 .products .product .item-description .product_title {
    height: auto;
    line-height: 40px;
    margin-bottom: 0;
}
.ftc-product-grid.style_3 .products .product .item-description .product_title > a {
    font-size: 18px;
    order: 1;
    color: #73ad3c;
    font-family: Pacifico;
    text-transform: none;
    line-height: unset;
}
.ftc-product-grid.style_3 .products .product .item-description .price .amount {
    color: #333;
}
.ftc-product-grid.style_3 .products .product .item-description .price {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.ftc-product-grid.style_3 .products .product:hover .item-description .meta_info {
    display: none;
}
.ftc-product-grid.style_3 .products .product .item-image .group-button-product {
    display: flex;
    flex-flow: row wrap;
    width: 150px;
    height: 40px;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    transition: all 1s ease;
    transform: translateY(-50%);
}
.ftc-product-grid.style_3 .products .product .item-image .group-button-product > div, 
.ftc-product-grid.style_3 .products .product .item-image .group-button-product > .quickview {
    display: flex;
    font-weight: 400;
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
}
.ftc-product-grid.style_3 .products .product .item-image .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none;
}
.ftc-product-grid.style_3 .products .product .item-image .group-button-product > a,
.ftc-product-grid.style_3 .products .product .item-image .group-button-product > div > a {
    width: 100%;
    height: 100%;
    min-width: auto;
    border-radius: 0;
    font-weight: 300;
}
.ftc-product-grid.style_3 .products .product .item-image .add-to-cart,
.ftc-product-grid.style_3 .products .product .item-image .yith-wcwl-add-to-wishlist,
.ftc-product-grid.style_3 .products .product .item-image .yith-wcwl-add-to-wishlist .wishlist {
    display: block;
}
.ftc-product-grid.style_3 .item-image .group-button-product > div a i, 
.ftc-product-grid.style_3 .item-image .group-button-product > a i {
    width: 100%;
    height: 100%;
}
.ftc-product-grid.style_3 .products .product .item-image .compare {
    display: none;
}
.ftc-product-grid.style_3 .products .product .item-image .quickview i {
    background: #fff;
    color: #333;
}
.ftc-product-grid.style_3 .products .product .item-image .group-button-product > div:after {
    content: "";
    width: 1px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
    position: absolute;
    right: 0;
    z-index: 9;
}
.ftc-product-grid.style_3.woocommerce .products .product .item-image:before {
    content: "";
    background: #7aa93985;
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
    top: 10px;
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.ftc-product-grid.style_3 .products .product .item-image:hover:before {
    opacity: 1;
    visibility: visible;
}
.ftc-product-grid.style_3 .products .product .item-image .add-to-cart .added {
    display: none;
}
.ftc-product-grid.style_3 .products .product .item-image .add-to-cart .added_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftc-product-grid.style_3 .products .product .item-image .add-to-cart .added_to_cart:before {
    font-family: fontawesome;
    font-size: 16px;
    content: "\f00c";
}
.ftc-product-grid.style_3 .products .product .item-image .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse,
.ftc-product-grid.style_3 .products .product .item-image .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse > a {
    width: 100%;
    height: 100%;
}
.ftc-product-grid.style_3 .products .product .item-image .yith-wcwl-add-to-wishlist.exists .ajax-loading {
    display: none;
}

/*Big Product gallery*/

.custom-product-37 .ftc_products_slider {
    padding-bottom: 0;
}
.custom-product-37 .ftc_products_slider .woocommerce.ftc-products .products .product:hover {
    border: 5px solid #ebebeb;
    box-shadow: none;
    overflow: hidden;
}
.custom-product-37 .ftc_products_slider .woocommerce.ftc-products .products .product {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 10px;
    border: 5px solid #ebebeb;
    margin: 0 auto;
    border-radius: 0;
    align-items: center;
}
.custom-product-37 .ftc_products_slider .products .product .images {
    max-width: 33%;
    width: 370px !important;
    float: left;
}
.custom-product-37 .ftc_products_slider .products .product .ftc-thumbnails-gallery {
    float: left;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 20px;
    left: calc(33% + 10px);
    text-align: center;
    width: calc(67% - 32px);
}
.custom-product-37 .ftc_products_slider .products .product .ftc-thumbnails-gallery > ul {
    margin: 0;
    padding: 10px;
}
.custom-product-37 .ftc_products_slider .products .product .ftc-thumbnails-gallery ul > li {
    max-width: 170px;
    width: 100%;
    border: none;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .product_title > a {
    font-size: 36px;
    color: #fff;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .product_title {
    font-family: Pacifico;
    margin: 0;
    padding: 10px 0 20px;
    line-height: 62px;
    text-transform: none;
    font-weight: 400;
    height: auto;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .price {
    display: inline-block;
    float: left;
    margin: 0;
    padding-right: 50px;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .price .amount {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .star-rating {
    margin: 0 auto;
    width: 110px;
    font-size: 18px;
    float: left;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .star-rating:before {
    color: #fff;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .star-rating > span {
    color: #fff;
}
.custom-product-37 .ftc_products_slider .products .product:hover .item-description {
    width: 67%;
    position: relative;
    box-shadow: none;
    background: transparent;
}
.custom-product-37 .ftc_products_slider .products .product .item-description {
    position: relative;
    width: 67%;
    float: left;
    text-align: left;
    display: inline-block;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 0 50px;
}
.custom-product-37 .ftc_products_slider .products .product .item-description:after {
    display: none;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .meta_info {
    opacity: 1;
    visibility: visible;
    display: block;
    position: absolute;
    bottom: 0;
    right: 30px;
    left: auto;
    width: auto;
    background: transparent;
    margin: 0;
    padding: 0;
}
.custom-product-37 .ftc_products_slider .woocommerce.ftc-products .products .product:before {
    content: "";
    background: rgba(255, 255, 255, 0.20);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist > a:hover i {
    color: #73ad3c;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist > a > i {
    font-weight: bold;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist > a {
    background: #fff;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .meta_info .yith-wcwl-add-to-wishlist {
    margin: 0;
    background: transparent;
}
.custom-product-37 .ftc_products_slider .products .product .item-description .quickview,
.custom-product-37 .ftc_products_slider .products .product .item-description .compare,
.custom-product-37 .ftc_products_slider .products .product .item-description .add-to-cart {
    display: none;
}
.custom-product-37 .navigation-slider {
    bottom: 135px;
    z-index: 99;
    cursor: pointer;
}
.custom-product-37 .navigation-slider > div.style_1 {
    bottom: 105px;
}
.custom-product-37 .navigation-slider .nav-next {
    right: 5.7%;
}
.custom-product-37 .navigation-slider .nav-prev:before,
.custom-product-37 .navigation-slider .nav-next:before {
    font-family: "IcoFont";
    font-size: 32px;
}
.custom-product-37 .navigation-slider .nav-next:before {
    content: "\ea75";
}
.custom-product-37 .navigation-slider .nav-prev {
    left: 37.4%;
}
.custom-product-37 .navigation-slider .nav-prev:before {
    content: "\ea74";
}
.custom-product-37 .navigation-slider .nav-prev:hover,
.custom-product-37 .navigation-slider .nav-next:hover {
    color: #333;
}
.blg-37 .blance .elementor-text-editor:before, 
.blg-37 .blance .elementor-text-editor:after {
    border-color: #6663;
}
.custom-product-37 .blance .elementor-text-editor:before,
.custom-product-37 .blance .elementor-text-editor:after {
    border-color: #ebebeb;
}

/* Testimonial */
.ftc-element-testimonial.style_5 .testimonial-content {
    margin-bottom: 35px;
}
.ftc-element-testimonial.style_5 .testimonial-content .avatar-image {
    position: relative;
    margin: 0 auto;
    width: 120px;
    background: #f4f3f3;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px rgba(56, 76, 38, 0.27);
}
.ftc-element-testimonial.style_5 .testimonial-content .avatar-image img {
    width: 100%;
    border-radius: 50%;
}
.ftc-element-testimonial.style_5 .testimonial-content:before {
    content: "";
    width: 100%;
    max-width: 870px;
    height: calc(100% - 60px);
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    z-index: -1;
}
.ftc-element-testimonial.style_5 .testimonial-content:after {
    content: "";
    width: 100%;
    max-width: 870px;
    height: 40%;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    z-index: -1;
    border-width: 0 1px 0 1px;
}
.ftc-element-testimonial.style_5 .testimonial-content .infomation {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    padding: 20px 30px 15px;
}
.ftc-element-testimonial.style_5 .testimonial-content .name {
    font-size: 24px;
    font-family: Pacifico;
    font-weight: 400;
}
.ftc-element-testimonial.style_5 .testimonial-content .byline {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}
.ftc-element-testimonial.style_5 .testimonial-content .avatar-image:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 65px;
    transform: rotateY(180deg);
}
.ftc-element-testimonial.style_5 .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    width: 15px;
    height: 15px;
}
.ftc-element-testimonial.style_5 .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-radius: 50%;
}
.ftc-element-testimonial.style_5 .nav-prev:before,
.ftc-element-testimonial.style_5 .nav-next:before {
    font-family: "IcoFont";
    font-size: 32px;
}
.ftc-element-testimonial.style_5 .nav-next:before {
    content: "\ea75";
}
.ftc-element-testimonial.style_5 .nav-prev:before {
    content: "\ea74";
}
.ftc-element-testimonial.style_5 .navigation-slider > div {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftc-element-testimonial.style_5 .navigation-slider > div:hover {
    color: #333;
    border-color: #333;
}
/* Blog */

.ftc-elements-blogs .ftc-blogs .inner-wrap > a {
    display: block;
    overflow: hidden;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap > a {
    max-width: 570px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) .inner-wrap > a > img {
    min-height: 200px;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:hover, 
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:hover {
    color: #333;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before, 
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before {
    font-family: "IcoFont";
    content: "\ea94";
    position: absolute;
    font-size: 24px;
    left: auto;
    right: 15px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 {
    display: inline-block;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs {
    width: calc(50% - 30px);
    max-width: 270px;
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 0 4px 3px #ebebeb;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) {
    width: calc(100% - 30px);
    max-width: 100%;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap,
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap {
    display: inline-block;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) .inner-wrap {
    display: flex;
    align-items: center;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text {
    padding: 0;
    margin: 20px 0 0 0;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > h4 {
    padding: 10px 15px 25px 15px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
    margin: 0 15px 26px 15px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) .inner-wrap > a {
    width: 48%;
    max-width: 270px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) .inner-wrap .post-text {
    width: 52%;
    margin: 20px 0 0 30px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore {
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline,
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline {
    top: 0;
    bottom: auto;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .meta {
    padding: 0;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline,
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline {
    padding: 10px 15px;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline .day {
   font-size: 28px;
   line-height: 28px;
   margin-bottom: 10px;   
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline .month {
    font-size: 16px;
    line-height: 16px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline .day {
    color: #333;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline .month {
    color: #333;
    font-size: 16px;
    line-height: 16px;
}
.big-blog-37 .ftc-elements-blogs.style_1 {
    display: inline-block;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs {
    box-shadow: 0 0 4px 3px #ebebeb;
}
.big-blog-37 .ftc-blogs .inner-wrap .post-text .meta {
    padding: 0;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text {
    padding: 35px 15px 49px 0;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > p {
    padding-bottom: 30px;
}
.big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore {
    width: 150px;
    line-height: 40px;
    background: #73ad3c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
}
.custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:after {
    content: "";
    top: 0;
    right: 60px;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f9f9f985;
}

/*footer*/

.icon-social-37 .elementor-grid .elementor-grid-item:first-child a:hover {
    background: #0b0be8f2;
}
.icon-social-37 .elementor-grid .elementor-grid-item:hover:nth-child(2) a:hover {
    background: #228fc3;
}
.icon-social-37 .elementor-grid .elementor-grid-item:hover:nth-child(3) a:hover {
    background: #e87c0c;
}
.icon-social-37 .elementor-grid .elementor-grid-item:last-child a:hover  {
    background: #ef0a0a;
}
.icon-social-37 .elementor-social-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}
.icon-social-37 .elementor-social-icon > i {
    width: 100%;
    height: 100%;
    line-height: 30px;
}
@-moz-document url-prefix() { 
    .icon-social-37 .elementor-social-icon > i{
        line-height: 27px;
    }
}
.ins-37 {
    max-width: 230px;
}
.ins-37 .ftc-instagram ul.columns-3 li {
    padding: 5px;
}
.form-37 .form-sub35 input[type="email"] {
    background: transparent;
    border-color: #ebebeb5e;
}
.form-37 {
    margin-top: 10px;
}
.form-37 .form-sub35 {
    position: relative;
}
.form-37 .sub-form35 {
    top: auto;
    bottom: 5px;
    width: 40px;
    height: 40px;
}
.form-37 .sub-form35 > i {
    font-size: 20px;
}
.form-37 .sub-form35 > i:before {
    content: "\efb4";
    font-family: "IcoFont";
}
.form-37 .form-sub35 input[type="email"]::placeholder {
    color: #999;
}
.ftc-footer .footer-41 .sale-mail:hover {
    color: #333;
}
.ftc-footer .footer-39 .sale-mail:hover {
    color: #d55135;

}
/* Home - 38 */

/* Product */
.ftc-product-grid.style_4 .title-product-grid {
    display: none;
}
.ftc-product-grid.style_4.woocommerce.columns-4 {
    padding: 0 15px;
    margin: 0 auto;
}
.ftc-product-grid.style_4.woocommerce.columns-4 .products .product {
    max-width: 100%;
    width: calc(25% - 30px);
    margin: 10px auto;
    border: none;
    padding: 0;
}
.ftc-product-grid.style_4 .products .ftc-product .item-description:after {
    display: none;
}
.ftc-product-grid.style_4 .products .product:hover {
    box-shadow: none;
    border: none;
    margin: 10px auto;
}
.ftc-product-grid.style_4 .products .product .item-image {
    border: 1px solid #ebebeb;
    border-radius: 0;
}
.ftc-product-grid.style_4 .products .ftc-product .item-description {
    max-width: 100%;
    display: flex;
    float: none;
    justify-content: space-between;
    padding: 25px 0;
}
.ftc-product-grid.style_4 .products .ftc-product .item-description .product_title {
    margin: 0;
}
.ftc-product-grid.style_4 .products .ftc-product:hover .item-description {
    position: relative;
    top: 0;
    margin: 0;
    box-shadow: none;
    flex-direction: unset;
}
.ftc-product-grid.style_4 .products .ftc-product:hover .item-description .meta_info {
    display: none;
}
.ftc-product-grid.style_4 .products .ftc-product .item-description .product_title > a {
    text-transform: none;
    font-family: Leckerli One;
    font-size: 18px;
}
.ftc-product-grid.style_4 .products .ftc-product .item-description .price .amount {
    padding: 0;
    color: #333;
    font-size: 18px;
}
.ftc-product-grid.style_4 .products .product .item-image .group-button-product .quickview {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    background-color: #333333;
}
.ftc-product-grid.style_4 .products .product .item-image .group-button-product {
    width: calc(100% - 20px);
    height: 60px;
    bottom: 10px;
    display: inline-block;
    top: auto;
    left: 50%;
    transition: all 1s ease;
    transform: translate(-50%,75px);
}
.ftc-product-grid.style_4 .products .product:hover .item-image .group-button-product {
    transform: translate(-50%,0);
}



/*Video*/

.video-38 {
    padding: 20px;
    background: #fff;
    box-shadow: 0 9px 6px -5px #d8d8d8; 
}
.video-38:before {

    top: 0;
    right: 0;
    border-top-right-radius: 80%;
}
.video-38:after {
    top: 0;
    left: 0;
    right: auto;
    border-top-left-radius: 80%;
}
.video-38:before,
.video-38:after {
    content: "";
    position: absolute;
    background: transparent;
    width: 20px;
    height: 99%;
    box-shadow: 0px 5px 4px 2px #d8d8d8;
    z-index: -1;
}
.video-38 .elementor-custom-embed-play:hover i {
    color: #82b440;
}
.video-38 .elementor-custom-embed-image-overlay:before {
    display: none;
}
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content {
    margin: 0 auto;
}
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content:before,
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content:after {
    display: none;
}
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content .infomation {
    font-weight: 400;
    font-style: unset;
    color: #666;
    font-family: Roboto;
}
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content .name {
    font-size: 18px;
    font-family: Roboto;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content .name > a {
    color: #333;
}
.cust-test-38 .ftc-element-testimonial.style_5 .testimonial-content .byline {
    font-size: 16px;
    font-family: Leckerli One;
    color: #73ad3c;
    margin-bottom: 0;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap {
    text-align: center;
    padding: 0;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap:hover {
    box-shadow: none;
    border-radius: none;
    padding: 0;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap .post-text {
    display: flex;
    flex-direction: column;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap .post-text .meta {
    order: 1;
    font-size: 16px;
    font-family: leckerli One;
    margin-top: 20px;
    margin-bottom: 0;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap .post-text > h4 {
    order: 2;
    margin: 10px auto;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap .post-text .button-group {
    order: 3;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap .post-text .button-group .ftc-readmore {
    padding: 10px 35px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 18px;
}
.blog-38 .ftc-blogs-slider .blogs-slider .inner-wrap .post-text .button-group .ftc-readmore:hover {
    background: #73ad3c;
}

/*Footer*/
.form-38 {
    margin-top: 10px;
}
.form-38 .form-sub35 input[type="email"] {
    background: transparent;
    border-color: #ebebeb;
    color: #666;
}
.form-38 button.sub-form35:hover {
    background: #333;
}
/*Home - 39*/

/*Banner*/

.hidden-section {
    display: none;
}
.hidden-col {
    min-height: 0 !important;
}
.text-39 {
    margin-top: -240px;
}
.countdown-39 .elementor-widget-wrap {
    width: 570px;
    height: 300px;
    border: 2px solid #fff;
    margin-left: auto;
}
.single-img-39 .ftc-image-content {
    width: auto !important;
    line-height: 38px;
    right: 35px;
}
.single-img-39 .ftc-element-image .button-banner .single-image-button {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    width: 124px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    border-radius: 25px;
    padding: 0;
    background: #677a62;
}
.single-img-39 .ftc-element-image .button-banner:hover .single-image-button {
    background: #333;
}
.image-39 .elementor-widget-ftc_single_image {
    position: absolute;
    top: -130px;
}
.countdown-39 .ftc-countdown-element {
    width: 412px;
    margin: 0 auto;
}
.ftc-countdown-element.style_3 .countdown-timer-init .items {
    padding: 12px 0;
}
.ftc-countdown-element.style_3 .countdown-timer-init .items:not(:last-child) {
    border-right: 1px solid #fff;
}
.image-39 .ftc-element-image .wp-caption {
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 5px 4px rgb(153 153 153 / 15%);
}
.last-banner-39 .elementor-column:nth-child(2) .elementor-button-wrapper .elementor-button {
    padding: 0;
}
.last-banner-39 .elementor-column:first-child {
    background: #677a62f2;
    height: 490px;
    width: 370px;
    border: 10px solid #859581;
    align-items: center;
    text-align: center;
    padding: 100px 20px;
}
.last-banner-39 .elementor-column:nth-child(2) {
    width: 315px;
    padding-left: 40px;
}
.last-banner-39 .elementor-column:nth-child(2) .elementor-heading-title span {
    font-size: 72px;
}
.last-banner-39 .elementor-text-editor div {
    display: inline-block;
    margin: 0 20px;
}
.last-banner-39 .elementor-text-editor div:last-child {
    text-decoration: line-through;
}
.last-banner-39 .elementor-text-editor div:first-child:after {
    content: "/";
    position: absolute;
    left: 51%;
    font-weight: 100;
    font-size: 42px;
}
.form-39 {
    width: 370px !important;
}
.form-39 .sub-form35 {
    top: 0;
    width: 42px;
    height: 42px;
}
.form-39 .sub-form35:hover {
    background: #333;
}
.form-39 .form-sub35 input[type="email"]::placeholder {
    font-family: pacifico;
    color: #677a62;
}
.blance-39.blance .elementor-text-editor {
    max-width: 190px;
}

/*Product slider - style 5*/

.ftc_products_slider.style_5 {
    width: calc(100% + 20px);
    padding: 0 10px;
    margin: 0 -10px;
}
.ftc_products_slider.style_5 .woocommerce .products .product:hover,
.ftc_products_slider.style_5 .woocommerce .products .product {
    margin: 20px auto;
    border-color: #f9f9f9;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 0px 10px 1px #8080801c
}
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product > div:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ebebeb;
    right: 0;
    z-index: 9;
}
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product .ajax_add_to_cart.added {
    display: none;
}
.ftc_products_slider.style_5 .ftc-products .product .images .added_to_cart.wc-forward {
    font-size: 0;
}
.ftc_products_slider.style_5 .ftc-products .product .images .added_to_cart.wc-forward:before {
    font-size: 16px;
    content: "\f00c";
    font-family: 'Fontawesome';
}
.ftc_products_slider.style_5 .ftc-products .product .images .add-to-cart a.loading {
    opacity: 1;
}
.ftc_products_slider.style_5 .ftc-products .product .images .add-to-cart a.loading:after {
    top: 17px;
}
.ftc_products_slider.style_5 .ftc-products .product .images .add-to-cart a.loading:before {
    opacity: 0;
}
.ftc_products_slider.style_5 .products .product .item-description {
    background: #fefdf9;
    padding: 23px 0;
}
.ftc_products_slider.style_5 .ftc-products .product .images .yith-wcwl-add-to-wishlist img,
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product .compare,
.ftc_products_slider.style_5 .products .product .item-description .meta_info,
.ftc_products_slider.style_5 .products .product .item-description:after,
.ftc_products_slider.style_5 .products .product .star-rating {
    display: none;
}
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product {
    width: 150px;
    height: 50px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    box-shadow: 0 2px 4px 2px #ebebeb;
}
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product > div, 
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product > a, 
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 16px;
    padding: 0;
}
.ftc_products_slider.style_5 .ftc-products .product .images .add-to-cart a {
    font-weight: 300;
    color: #666;
}
.ftc_products_slider.style_5 .ftc-products .product .images .group-button-product > .yith-wcwl-add-to-wishlist > span {
    width: 100%;
}
.ftc_products_slider.style_5 .ftc-products .product .images a:before {
    font-size: inherit;
    color: inherit;
    position: unset;
    line-height: unset;
    font-weight: unset;
    padding: 0;
    width: auto;
    height: auto;
}
.ftc_products_slider.style_5 .ftc-products .product .images .add-to-cart a:before {
    content: "\e04f";
    font-family: 'simple-line-icons';
}
.ftc_products_slider.style_5 .products .product .product_title {
    text-transform: none;
}
.ftc_products_slider.style_5 .products .product .product_title a {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.ftc_products_slider.style_5 .ftc-products .product:hover .images .group-button-product {
    z-index: 9;
}
/*Footer*/
.absolute-ft-39 {
    position: absolute !important;
    bottom: 0;
}
.first-colft-39 .elementor-widget-wrap .elementor-section:first-child {
    padding-top: 100px;
}

/******Home - 40******/

/*Product*/

.ftc-product-grid .title-product-grid > h2 {
    margin: 0;
}
.ftc-product-grid.woocommerce.style_5 .products .product:hover,
.ftc-product-grid.woocommerce.style_5 .products .product {
    box-shadow: none;
    margin: 15px auto;
    padding: 0;
    border-radius: 0;
    border: none;
}
.ftc-product-grid.woocommerce.style_5 .products .product .item-image {
    padding: 0;
    border-radius: 0;
}
.ftc-product-grid.woocommerce.style_5 .products .product .item-description:after {
    display: none;
}
.ftc-product-grid.woocommerce.style_5 .products .product .item-description {
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background: #fff;
    left: 10px;
    top: 10px;
    padding: 0;
    margin-top: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.ftc-product-grid.woocommerce.style_5 .products .product:hover .item-description {
    opacity: 1;
    visibility: visible;
}
.ftc-product-grid.woocommerce.style_5 .products .product .product_title {
    order: 1;
    margin: 0;
}
.ftc-product-grid.woocommerce.style_5 .products .product .product_title a {
    font-size: 24px;
    text-transform: none;
    color: #262626;
}
.ftc-product-grid.woocommerce.style_5 .products .product .star-rating {
    order: 2;
    width: 85px;
    font-size: 14px;
    margin: 10px auto;
}
.ftc-product-grid.woocommerce.style_5 .products .product .item-description .price {
    order: 3;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    margin-bottom: 25px;
}
.ftc-product-grid.woocommerce.style_5 .products .product .item-description .star-rating:before {
    color: #f1bc2d;
}
.ftc-product-grid.woocommerce.style_5 .products .product .item-description .meta_info {
    order: 4;
    width: 130px;
    height: 45px;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #ebebeb;
}
.ftc-product-grid.woocommerce.style_5 .products .product .meta_info .add-to-cart .added_to_cart.wc-forward:after {
    line-height: 45px;
}
.ftc-product-grid.woocommerce.style_5 .products .product .meta_info .compare {
    display: none;
}
.ftc-product-grid.woocommerce.style_5 .products .product .meta_info > div a, 
.ftc-product-grid.woocommerce.style_5 .products .product .meta_info > a {
    background: transparent;
    height: 45px;
    line-height: 50px;
}
.ftc-product-grid.style_5 .products .product .meta_info .yith-wcwl-add-to-wishlist {
    border: 1px solid #ebebeb;
    border-width: 0 1px 0 1px;
}
.ftc-product-grid.style_5 .products .product .item-description .add-to-cart .loading {
    opacity: 1;
}
.ftc-product-grid.style_5 .products .product .item-description .add-to-cart .loading:before {
    display: none;
}

.pro-40 {
    margin: auto;
    max-width: 1200px;
}
.single-pro-40 .ftc-product-grid.woocommerce.style_5 .products .product {
    max-width: 100%;
    width: 570px;
}

/*Banner*/

.bb-contact .ftc-element-image .ftc-image-content {
    width: auto;
}
.bb-contact .ftc-image-caption {
    font-family: Josefin sans !important;
    font-size: 32px;
    line-height: 34px;
    font-weight: 600 !important;
    margin-bottom: 30px;
}
.bb-contact .button-banner {
    width: 160px;
    height: 40px;
    margin: 0 auto;
}
.bb-contact .ftc-element-image .button-banner .single-image-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 41px;
    font-weight: 300;
    height: 100%;
    padding: 0;
    background: #7da052;
    color: #fff;
}
.bb-contact .ftc-element-image .button-banner .single-image-button:hover {
    background: #333;
}
.contact-right-40 .elementor-image-box-content {
    padding: 0 30px;
}


/*Testimonial*/

.testimonial-40:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
}
.testimonial-40 .ftc-element-testimonial.style_5 {
    width: 550px;
}
.testimonial-40 .ftc-element-testimonial.style_5 .testimonial-content:after {
    display: none;
}
.testimonial-40 .ftc-element-testimonial.style_5 .testimonial-content:before {
    top: 70px;
    height: 300px;
}
.testimonial-40 .ftc-element-testimonial.style_5 .testimonial-content {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.testimonial-40 .ftc-element-testimonial.style_5 .infomation {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: Open Sans;
}
.testimonial-40 .ftc-element-testimonial.style_5 .testimonial-content .avatar-image:after {
    content: "";
    position: absolute;
    background: #fff;
    left: -60px;
    top: 50px;
    height: 30px;
    width: calc(100% + 120px);
    z-index: -1;
}
.ftc-element-testimonial.style_5 .navigation-slider > div.style_2 {
    border: none;
    top: auto;
    bottom: 15%;
    width: max-content;
    height: auto;
}
.ftc-element-testimonial.style_5 .navigation-slider > div.style_2:hover {
    background: transparent;
}
.ftc-element-testimonial.style_5 .navigation-slider .nav-prev.style_2 {
    left: 30px;
}
.ftc-element-testimonial.style_5 .navigation-slider .nav-next.style_2 {
    right: 30px;
}
.ftc-element-testimonial.style_5 .navigation-slider > .style_2:before {
    font-size: 28px;
}
.ftc-element-testimonial.style_5 .navigation-slider .nav-next.style_2:before {
    content: "\ea94";
}
.ftc-element-testimonial.style_5 .navigation-slider .nav-prev.style_2:before {
    content: "\ea93";
}



/*Video*/
.video-40 .elementor-widget-video .elementor-fit-aspect-ratio {
    padding-bottom: 65.5%;
}
.video-40 .elementor-custom-embed-image-overlay:before {
    display: none;
}
.xlz-logo {
    position: absolute !important;
    width: auto !important;
    right: 60px;
    top: 80px;
}
.video-40:hover .elementor-custom-embed-play i {
    color: #999;
}
/*Blog*/
.blog-h40{
    max-width: 1190px;
    margin: auto;
}
.blog-40 .ftc-blogs-slider {
    padding: 0 10px;
}
.blog-40 .ftc-blogs-slider .style_6 .inner-wrap .post-text .meta .posted_in {
    font-family: Josefin sans;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 20px;
}
.blog-40 .ftc-blogs-slider .style_6 .inner-wrap .post-text .meta .author.vcard {
    font-size: 14px;
    color: #7da052;
    text-transform: uppercase;
    font-family: Open sans;
}
.blog-40 .ftc-blogs-slider .style_6 .inner-wrap .post-text .ftc-readmore {
    border: none;
    font-size: 18px;
    background: #7da052;
    color: #fff;
}
.blog-40 .ftc-blogs-slider .style_6 .inner-wrap .post-text .ftc-readmore:hover {
    color: #ffffff;
    background-color: #333333;
}

/*Brand*/

.vcl-lacay {
    position: absolute !important;
    left: 100px;
    width: auto !important;
    bottom: -40px;
}
.brand-40 .elementor-widget-container {
    width: 590px;
    margin: 0 auto;
}
.brand-40 .ftc-element-brand {
    padding: 0 20px;
}
.brand-40 .ftc-element-brand .item {
    border: 1px solid #ebebeb;
    padding: 22px 0;
    background: #fff;
}

/*footer 40*/
.copy-40 .elementor-text-editor a:hover {
    color: #333;
}
.icon-social-40 .elementor-grid-item {
    display: grid;
}





/*Home - 41*/

/*Blog*/

.ftc-elements-blogs.style_2 .inner-wrap > a {
    position: relative;
    width: 570px;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text {
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 85px;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .meta {
    order: 1;
    display: flex;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text h4 {
    order: 2;
    padding-bottom: 25px;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text p {
    order: 3;
    padding-bottom: 35px;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .ftc-readmore {
    order: 4;
    width: 150px;
    height: 45px;
    background: #6e9039;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .ftc-readmore:hover {
    background: #333;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .published {
    display: none;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .author.vcard {
    order: 2;
    float: none;
    font-family: Raleway;
    font-size: 16px;
    color: #999;
    border: none;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .author.vcard a {
    color: inherit;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .author.vcard:before {
    content: "\ecff";
    font-family: "IcoFont";
    font-size: 14px;
    margin-right: 10px;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text .element-date {
    order: 1;
    color: #fe4c36;
    font-size: 16px;
    font-family: Raleway;
    margin-right: 15px;
}
.ftc-elements-blogs.style_2 .inner-wrap .post-text:before {
    content: "";
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    background: #6e9039;
    width: 110px;
    height: 1px;
    z-index: 9;
}
.ftc-elements-blogs.style_2.gap{
    margin: 0;
}
.ftc-elements-blogs.style_2 .ftc-blogs {
    padding-left: 0;
    padding-right: 0;
}
.ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap .post-text {
    order: 1;
    flex: 1;
    padding: 0 85px 0 20px;
    text-align: right;
}
.ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap > a {
    order: 2;
}
.ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap .post-text .ftc-readmore,
.ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap .post-text .meta {
    margin-left: auto;
}
.blog-h41 .ftc-elements-blogs.style_2{
    margin: 0;
}
/*Brand*/
.brand-41 .brand-40 .ftc-element-brand .item {
    background: transparent;
    margin-bottom: 0;
}

/*Banner*/

.vcl-smile-2.elementor-column {
    position: absolute;
    top: -170px;
    right: 0;
}
.last-banner-41 {
    background-position: -50% 100%;
}
.last-banner-41 .heading-1 {
    background: #759643f2;
    height: 525px;
    border: 10px solid #91ab69;
    align-items: center;
    text-align: center;
    padding: 100px 20px;
    margin-bottom: 110px;
}
.last-banner-41 .heading-2 {
    padding: 0 25px;
}
.last-banner-41 .heading-2 .elementor-heading-title span {
    font-size: 72px;
}
.heading-2 .elementor-button-wrapper .elementor-button {
    padding: 0;
}
.last-banner-41 .elementor-text-editor div {
    display: inline-block;
    margin: 0 20px;
}
.last-banner-41 .elementor-text-editor div:first-child:after {
    content: "/";
    position: absolute;
    left: 51%;
    font-weight: 100;
    font-size: 42px;
}
.last-banner-41 .elementor-text-editor div:last-child {
    font-weight: 300;
    text-decoration: line-through;
}
.last-banner-41 .heading-1 .elementor-button-wrapper .elementor-button {
    padding: 8px 24px;
}
.last-banner-41 .heading-1 .elementor-button-wrapper .elementor-button:hover {
    background: #333;
    border-color: #333;
}


/*product*/

.product-41 .ftc_products_slider.style_5 .products .product .item-description {
    background: #fdfaeb;
}
.product-41 .ftc_products_slider.style_5 .ftc-products .product .images .group-button-product {
    box-shadow: 0 2px 2px 1px #66666670;
}
.product-41 .ftc_products_slider.style_5 .products .product .price {
    color: #fe4c36;
}
.product-41 .ftc_products_slider.style_5 .products .product .product_title a {
    font-family: Raleway;
}
.product-41 .ftc_products_slider.style_5 .ftc-products .product .images .add-to-cart a {
    color: #666;
    font-weight: 300;
}

/*Countdown*/
.countdown-41 .ftc-countdown-element {
    width: 415px;
}
.contact-icon-41 .elementor-image-box-content .elementor-image-box-title {
    margin: 0;
}
.contact-icon-41 .elementor-widget-image-box .elementor-image-box-wrapper {
    align-items: center;
}
.absolute-img-41{
    top: 50%;
    pointer-events: none;
    position: absolute !important;
}
/*Footer*/

.form-41 form p {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.form-41 .wpcf7 p input[type="email"] {
    width: 650px;
    border: 2px solid #6e9039;
    height: 45px;
    padding: 0 15px;
    background: transparent;
}
.form-41 .wpcf7 p input[type="email"]::placeholder {
    font-style: normal;
}
.form-41 .wpcf7 input[type^="submit"] {
    background: #6e9039;
    padding: 0;
    width: 150px;
    height: 45px;
    border-radius: 0;
    margin-left: 20px;
    text-transform: none;
    font-size: 24px;
}
.form-41 .wpcf7 input[type^="submit"]:hover {
    background: #333;
}
.ins-41 .ftc-element-instgram {
    width: 570px;
    margin-left: auto;
}
.ins-41 .ftc-instagram ul.columns-3 li {
    position: relative;
    padding: 10px;
}
.ins-41 .ftc-instagram ul.columns-3 li a:before {
    content: "\f16d";
    font-family: fontawesome;
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
.ins-41 .ftc-instagram ul.columns-3 li:hover a:before {
    opacity: 1;
    visibility: visible;
}
.ins-41 .ftc-instagram ul {
    margin: 0 -10px;
}
.title-ins {
    width: auto !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-24%, -50%);
}

/*Home - 42*/

/*Testimonial*/

.testmonial-42 .ftc-element-testimonial.style_3 .item.testimonial-content {
    padding: 0;
}
.testmonial-42 .ftc-element-testimonial.style_3 .testimonial-content .avatar-image {
    width: 20%;
}
.testmonial-42 .ftc-element-testimonial.style_3 .testimonial-content .testi-content {
    width: 80%;
    flex: 1;
}
.testmonial-42 .ftc-element-testimonial.style_3 .testimonial-content .testi-content .byline,
.testmonial-42 .ftc-element-testimonial.style_3 .testimonial-content .testi-content .title-testimonal:before {
    color: #6e9039;
}


/*Banner*/

.banner-42 .ftc-element-image .button-banner {
    min-height: auto;
}
.banner-42 .ftc-element-image .button-banner .single-image-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    font-size: 18px;
    font-family: Raleway;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    padding: 0;
}
.banner-42 .ftc-element-image .ftc-image-caption > p {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    font-family: Roboto Slab;
    margin-bottom: 25px;
}
.banner-42 .ftc-element-image .ftc-image-content {
    width: 220px;
    right: 30px;
    padding: 0;
}
.banner-42 .ftc-image-content .single-image-button:after {
    content: "\ea94";
    font-family: "IcoFont";
    font-size: 24px;
    margin-left: 10px;
    margin-top: 5px;
}
.banner-42 .elementor-column:nth-child(2) .button-banner .single-image-button {
    color: #333;
}
.form-42 .elementor-column:last-child {
    background: #ffffffba;
    padding: 40px 75px;
}
.form-42 .form-sub35 input[type="email"] {
    background: transparent;
    border-color: #333;
    color: #666;
}
.form-42 .form-sub35 input[type="email"]::placeholder {
    color: #333;
}
.letter-42 .form-41 form p {
    justify-content: flex-end;
}
.form-42 .sub-form35 {
    top: 5px;
}
.btn-banner-h42 a.elementor-button-link .elementor-button-text{
    line-height: 22px;
}
.btn-banner-h42 a.elementor-button-link .elementor-button-icon i.fa-long-arrow-alt-right:before{
    content: "\ea94";
    font-family: "IcoFont";
    font-size: 24px;
}
/*Product slider - style_6*/

.rtl .ftc_products_slider.style_6 .products .product .meta_info .added_to_cart:after {
    display: none;
}
.ftc_products_slider.style_6 .swiper-slide {
    margin-top: 0 !important;
}
.ftc_products_slider.style_6 .woocommerce .products .product, 
.ftc_products_slider.style_6 .products .product:hover {
    padding: 0;
    margin: 15px 0;
    border-radius: 0;
    box-shadow: none;
}
.ftc_products_slider.style_6 .products .product .item-description {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px 15px;
}
.ftc_products_slider.style_6 .products .product .product_title a {
    text-transform: none;
    font-size: 16px;
}
.ftc_products_slider.style_6 .products .product .star-rating {
    order: 3;
    width: 85px;
    font-size: 14px;
    margin: 8px 0;
}
.ftc_products_slider.style_6 .products .product .star-rating span {
    color: #fdd835;
}
.ftc_products_slider.style_6 .products .product .product_title {
    margin: 0;
    order: 2;
}
.ftc_products_slider.style_6 .products .product .amount {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 0 !important;
}
.ftc_products_slider.style_6 .products .product .product-categories {
    order: 1;
}
.ftc_products_slider.style_6 .products .product .product-categories > span {
    display: none;
}
.ftc_products_slider.style_6 .products .product .product-categories a {
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
    font-family: Raleway;
}
.ftc_products_slider.style_6 .products .product .price {
    order: 4;
    margin-bottom: 0;
}
.ftc_products_slider.style_6 .products .product:hover .price {
    opacity: 0;
}
.ftc_products_slider.style_6 .products .product .meta_info {
    padding: 0 15px;
    bottom: 0;
    justify-content: unset;
}
.ftc_products_slider.style_6 .products .product .meta_info .add-to-cart {
    width: auto;
    height: auto;
    margin: 0;
}
.ftc_products_slider.style_6 .products .product .meta_info .add-to-cart .loading {
    opacity: 1;
}
.ftc_products_slider.style_6 .products .product .meta_info .add-to-cart .loading span {
    opacity: 0;
}
.ftc_products_slider.style_6 .products .product .meta_info .add-to-cart .loading:after {
    left: 50%;
    right: auto;
}
.ftc_products_slider.style_6 .products .product .meta_info .add-to-cart a {
    width: auto;
    height: auto;
    background: transparent;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
.custom-pro-42 .ftc_products_slider.style_6 .products .product .meta_info > div a i, 
.custom-pro-42 .ftc_products_slider.style_6 .products .product .meta_info > a i,
.custom-pro-42 .ftc_products_slider.style_6 .products .product .meta_info .add-to-cart a {
    font-size: 14px;
}
.ftc_products_slider.style_6 .products .product .add-to-cart .ftc-tooltip {
    display: flex;
    text-decoration: underline;
}
.ftc_products_slider.style_6 .products .product .meta_info > a:hover, 
.ftc_products_slider.style_6 .products .product .meta_info > div a:hover,
.ftc_products_slider.style_6 .products .product .meta_info > a, 
.ftc_products_slider.style_6 .products .product .meta_info > div a {
    background: transparent;
}
.ftc_products_slider.style_6 .products .product .group-button-product {
    top: 50%;
    z-index: 1;
    height: auto;
    bottom: auto;
    visibility: visible;
    transform: translateY(-50%);
}
.ftc_products_slider.style_6 .products .product .images .quickview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
}
.ftc_products_slider.style_6 .products .product .images .quickview i.fa-eye:before{
    content: "\e090";
}
.ftc_products_slider.style_6 .products .product .images .add-to-cart,
.ftc_products_slider.style_6 .products .product .images .yith-wcwl-add-to-wishlist,
.ftc_products_slider.style_6 .products .product .images .compare {
    display: none;
}
.ftc_products_slider.style_6 .products .product .meta_info > div span a i:before,
.ftc_products_slider.style_6 .products .product .meta_info > div a i, 
.ftc_products_slider.style_6 .products .product .meta_info > a i {
    font-size: 18px;
    font-weight: bold;
}
.ftc_products_slider.style_6 .products .product .meta_info .compare {
    margin-left: auto;
}
.ftc_products_slider.style_6 .products .product .meta_info .yith-wcwl-add-to-wishlist {
    margin: 0;
}
.ftc_products_slider.style_6 .products .product .item-description:after,
.ftc_products_slider.style_6 .products .product .meta_info .add-to-cart .add_to_cart_button:before,
.ftc_products_slider.style_6 .products .product .meta_info .quickview {
    display: none;
}
.navigation-slider .nav-prev.style_2:before ,
.navigation-slider .nav-next.style_2:before {
    font-family: "IcoFont";
    font-size: 23px;
    line-height: 23px;
}
.navigation-slider .nav-next.style_2:before {
    content: "\eaca";
}
.navigation-slider .nav-prev.style_2:before {
    content: "\eac9";
}
.navigation-slider .style_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    top: -35px;
    transform: none;
    border: 1px solid #ebebeb;
}
.navigation-slider .style_2:hover {
    color: #fff;
}
.navigation-slider .nav-prev.style_2 {
    right: 45px;
    left: auto;
}
.navigation-slider .nav-next.style_2 {
    right: 5px;
    left: auto;
}

/*Product slider - style_7*/

.cust-pro-42 .elementor-column:last-child {
    max-width: 590px;
}
.ftc_products_slider.style_7 .swiper-slide {
    margin-top: 0 !important;
}
.ftc_products_slider.style_7 .woocommerce .products .product {
    display: flex;
    width: 580px;
    max-width: 100%;
    margin: 15px auto;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 0px 7px 0px #8080801c;
}
.ftc_products_slider.style_7 .products .product .images {
    max-width: 230px;
}
.ftc_products_slider.style_7 .products .product .item-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0;
    margin: 0;
}
.ftc_products_slider.style_7 .product-categories {
    order: 1;
}
.ftc_products_slider.style_7 .woocommerce .products .product .product_title {
    order: 2;
    margin: 5px 0 0 0;
}
.ftc_products_slider.style_7 .woocommerce .products .star-rating {
    order: 3;
    width: 85px;
    font-size: 14px;
    margin: 8px 0 12px 0;
}
.ftc_products_slider.style_7 .products .star-rating span {
    color: #fdd835;
}
.ftc_products_slider.style_7 .woocommerce .product .price {
    order: 4;
}
.ftc_products_slider.style_7 .price .amount {
    color: #333;
    font-weight: 400;
}
.ftc_products_slider.style_7 .product-categories span,
.ftc_products_slider.style_7 .item-description:after {
    display: none;
}
.ftc_products_slider.style_7 .item-description .add-to-cart .loading {
    opacity: 1;
}
.ftc_products_slider.style_7 .product-categories a {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}
.ftc_products_slider.style_7 .products .product .product_title a {
    text-transform: none;
    font-size: 16px;
}
.ftc_products_slider.style_7 .products .product .meta_info .add-to-cart a:before {
    width: 35px;
    height: 35px;
}
.ftc_products_slider.style_7 .products .product:hover .price {
    opacity: 0;
}
.ftc_products_slider.style_7 .item-description .meta_info {
    display: flex;
    justify-content: left;
    bottom: 50px;
    margin-left: -5px;
}
.product-vertical-home47 .ftc_products_slider.style_7 .woocommerce .product .price{
    margin-bottom: 0;
}
.product-vertical-home47 .ftc_products_slider.style_7 .products .product:hover .price{
    opacity: 1;
}
.product-vertical-home47 .ftc-product.product:hover .item-description .meta_info{
    opacity: 0;
}
/*Last product custom style 7*/

.flex-pro-42 .ftc_products_slider.style_7 .products .product .images {
    max-width: 160px;
}
.flex-pro-42 .ftc_products_slider.style_7 .products .product {
    width: 370px;
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.flex-pro-42 .ftc_products_slider.style_7 .item-description .meta_info {
    bottom: 10px;
    margin-left: 0;
}
.newletter-42 .sub-form35:hover {
    background: #333;
}
.newletter-42 .ftc-contact-form .wpcf7-form {
    margin-top: 20px;
}
.flex-pro-42 .ftc_products_slider.style_7 .item-description .meta_info .add-to-cart {
    margin-left: 0;
}
.ftc-footer .elementor-section-wrap {
    position: relative;
}

/************Home 43****************/

.pro-43c .ftc-product-grid.woocommerce .products .product .add-to-cart a:hover,
.pro-43c .ftc-product-grid.woocommerce .products .product .quickview:hover {
    color: #839f52;
}
.pro-43c .ftc-product-grid.woocommerce .products .product .add-to-cart {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #839f52;
}
.pro-43c .ftc-product-grid.woocommerce .products .product .add-to-cart a {
    border-radius: 0;
    background: transparent;
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin: 0;
}
.pro-43c .ftc-product-grid.woocommerce .products .product .quickview {
    width: 60px;
    height: 60px;
    border-radius: 0;
    line-height: 60px;
    background: transparent;
    border: 1px solid #839f52;
    border-left: 0;
    margin: 0;
}
.pro-43c .ftc-product-grid.woocommerce .products .product .meta_info .yith-wcwl-add-to-wishlist,
.pro-43c .ftc-product-grid .products .product .meta_info .compare {
    display: none;
}
.pro-43c .ftc-product-grid .products .product .item-description {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    padding: 0;
    background: #eeeef0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.pro-43c .ftc-product-grid .products .product .meta_info {
    order: 4;
    position: relative;
    top: auto;
    bottom: 0;
    height: auto;
    background: transparent;
    margin-top: 20px;
}
.pro-43c .ftc-product-grid .products .product:hover .item-description {
    opacity: 1;
    visibility: visible;
}
.pro-43c .ftc-product-grid .products .product .product_title {
    order: 1;
}
.pro-43c .ftc-product-grid .products .product .star-rating {
    order: 2;
    width: 84px;
    font-size: 14px;
}
.pro-43c .ftc-product-grid .products .product .price {
    order: 3;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.pro-43c .ftc-product-grid .products .product .item-description:after {
    display: none;
}
.pro-43c .ftc-product-grid .products .product .item-description .product_title a {
    font-size: 24px;
}
.pro-43c .ftc-product-grid .products .product, 
.pro-43c .ftc-product-grid .products .product:hover {
    max-width: 100%;
    padding: 0 !important;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.absolute-img-h43 .elementor-image {
    position: absolute;
    top: -235px;
    pointer-events: none;
}
.ftc_products_slider.style_8 .woocommerce .products .product .group-button-product {
    display: none;
}
.inner-text-h43 {
    margin: 10px 15px;
}
.left-bb-43 .elementor-widget .elementor-text-editor {
    max-width: 80%;
    margin: 0;
}
.right-bb-43 .elementor-image-box-content {
    padding: 35px 30px 60px;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0px 10px 21px 0px rgb(0 0 0 / 10%);
}
.ngusac-left .ftc-dual-header {
    margin: 0;
    width: auto;
    text-align: left;
}
.ngusac-left .ftc-dual-header .title {
    line-height: normal;
    margin: 0;
    text-transform: unset;
}
.ngusac-left {
    padding: 0 30px 0 75px;
}
.ngusac-right {
    padding: 0 30px 0 75px;
}
.single_img-43 .ftc-image-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    padding: 0;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
.single_img-43 .ftc-element-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(0deg, #9cb373, #d0dcba);
}
.single_img-43 .ftc-element-image:hover:after,
.single_img-43 .ftc-element-image:hover .ftc-image-content {
    opacity: 1;
    visibility: visible;
}
.text_right-bb43 {
    padding-right: 60px;
}
.text_left-bb43 .elementor-widget-wrap {
    /*padding: 0 75px 0 140px;*/
}
.single_img-43 .elementor-container .elementor-column {
    margin: 0 15px;
}
.bb-hidden-43 .ftc-image-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.bb-hidden-43 .elementor-widget-button {
    opacity: 0;
    visibility: hidden;
}
.bb-hidden-43 .elementor-widget-wrap:hover .elementor-widget-button,
.bb-hidden-43 .elementor-widget-wrap:hover .ftc-image-content {
    opacity: 1;
    visibility: visible;
}
.new-arrival-h43 {
    padding: 0 30px;
}
.ftc_products_slider.style_8 {
    padding-bottom: 30px;
}
.ftc_products_slider.style_8 .woocommerce .products .product {
    max-width: 100%;
    width: calc(100% - 30px);
    border: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
}
.ftc_products_slider.style_8 .woocommerce .products .product .item-description:after {
    display: none;
}
.ftc_products_slider.style_8 .woocommerce .products .product .item-description {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 20px;
}
.ftc_products_slider.style_8 .woocommerce .products .product .product_title {
    border-bottom: 1px solid #ebebeb;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}
.ftc_products_slider.style_8 .woocommerce .products .product .price {
    width: 100%;
    color: #333;
    font-size: 18px;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}
.ftc_products_slider.style_8 .woocommerce .products .product .price span {
    padding: 0;
}
.ftc_products_slider.style_8 .woocommerce .products .product .star-rating {
    width: 78px;
    font-size: 13px;
    float: left;
    margin: 0;
}
.ftc_products_slider.style_8 .woocommerce .products .product .item-description .compare, 
.ftc_products_slider.style_8 .woocommerce .products .product .item-description .yith-wcwl-add-to-wishlist, 
.ftc_products_slider.style_8 .woocommerce .products .product .item-description .quickview{
    display: none;
}
.ftc_products_slider.style_8 .woocommerce .products .product .meta_info {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    left: auto;
    right: 10px;
    bottom: 20px;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart .loading:after {
    right: 12px;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart .added_to_cart {
    font-size: 0;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart .added_to_cart:after {
    line-height: 40px;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart {
    width: 40px;
    height: 40px;
    margin: 0;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart a {
    width: inherit;
    height: inherit;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart a:hover {
    background-color: #333;
}
.ftc_products_slider.style_8 .woocommerce .products .product .add-to-cart a:before {
    width: inherit;
    height: inherit;
    position: unset;
    font-style: inherit;
    line-height: inherit !important;
}
.blog-section-h43 {
    padding: 0 20px;
}
.blog-h43 .ftc-blogs-slider {
    padding-bottom: 30px;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .published {
    display: inline-block;
    float: left;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .meta .vcard.author {
    margin-right: 0;
    margin-left: 20px;
    font-size: 14px;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .element-date-timeline {
    display: none;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap {
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px 4px rgb(128 128 128 / 15%);
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text {
    margin: -75px 25px 0;
    padding: 35px 25px 70px;
    box-shadow: none;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text p {
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0 0 30px 0;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text h4 {
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore {
    border: none;
    font-size: 18px;
    padding: 0;
    width: auto;
    height: auto;
    color: #333;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #333;
}
.blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore:hover {
    color: #839f52;
    border-bottom-color: #839f52;
}
.bb-hidden-43 .elementor-text-editor {
    max-width: 80%;
    margin: 0 auto;
}
.text_content-2 * {
    font-weight: 300;
}
.text_content-2 > h2 {
    font-size: 24px;
    margin: 5px auto 0;
}
.ft-col-a43 {
    margin-right: 30px;
}
.ft-col-a43 .ftc-contact-form .input-text {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ft-col-a43 .ftc-contact-form .input-text .wpcf7-form-control-wrap:first-child {
    margin-right: 15px;
}
.ft-col-a43 .ftc-contact-form .wpcf7 input[type^="submit"] {
    background-color: #839f52;
    border-radius: 0;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 18px;
    padding: 16px 29px;
}
.ft-col-a43 .ftc-contact-form .wpcf7 p {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.ft-col-c43 .ftc-element-instgram {
    max-width: 310px;
}
.ft-col-b43 > .elementor-column-wrap > .elementor-widget-wrap {
    padding: 0 30px;
}
.single_img-43 .ftc-image-content h2 {
    text-transform: uppercase;
    font-weight: 400;
}
.list-price-h43 .elementor-widget:nth-last-child(2) .elementor-text-editor {
    max-width: 80%;
}
.list-price-h43 .ftc-price-list .ftc-price-list-header {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}
.ft-col-a43 .ftc-contact-form input[type="email"], 
.ft-col-a43 .ftc-contact-form input[type="text"], 
.ft-col-a43 .ftc-contact-form textarea, 
.ft-col-a43 .ftc-contact-form textarea:focus {
    border: none;
}
.ft-col-a43 .ftc-contact-form input[type="email"]::placeholder,
.ft-col-a43 .ftc-contact-form input[type="text"]::placeholder,
.ft-col-a43 .ftc-contact-form textarea::placeholder {
    font-style: normal;
}
.ft-col-c44 .ftc-element-instgram ul li a,
.ft-col-c43 .ftc-element-instgram ul li a {
    display: block;
    position: relative;
}
.ft-col-c44 .ftc-element-instgram ul li a:after,
.ft-col-c43 .ftc-element-instgram ul li a:after {
    content: "\f16d";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
.ft-col-c44 .ftc-element-instgram ul li:hover a:after,
.ft-col-c43 .ftc-element-instgram ul li:hover a:after {
    opacity: 1;
    visibility: visible;
}
.ft-col-a43 .ftc-contact-form .wpcf7 input[type^="submit"]:hover {
    background-color: #333;
}
.coppy-right-home43 .copy-main{
    font-weight: 600;
}
.box-img-h43>.elementor-container{
    max-width: 1200px;
}
/*end*/

/************Home 44****************/
.text-list-form-44 .elementor-text-editor {
    max-width: 80%;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product, 
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product:hover {
    width: 50%;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
}
.pro-43b .product-h44:first-child{
    margin-bottom: 25px !important;
}
.double-bn-44 .elementor-column:first-child {
    margin-right: 20px;
    margin-left: -5px;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .product_title a {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .item-description .star-rating:before {
    color: #999;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .item-description .price {
    font-size: 16px;
    color: #839f52;
    margin: 8px auto 12px;
}
.product-h44 .woocommerce .ftc-product.product .item-description .meta_info .yith-wcwl-add-to-wishlist {
    display: none;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .item-description .meta_info {
    width: 120px;
    height: 60px;
    border: 1px solid #ebebeb;
    background: transparent;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .meta_info > div, 
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .meta_info > a {
    background: transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #839f52;
    border-radius: 0;
    margin: 0;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .meta_info > div.add-to-cart {
    border-right: 0;
}
.product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .item-description {
    background: #eeeef0;
}
.section-pro-h44a, .section-pro-h44b, .double-bn-44, .text-img-h44, .video-h44{
    max-width: 1810px;
    margin: auto;
}
.double-bn-44 .product-first{
    margin-bottom: 23px !important;
}
.inner-img-h44 {
    margin-left: 7px;
}
.pro-43b,.pro-43a {
    padding-right: 15px;
    margin-right: 10px;
}
.pro-43a .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:after,
.pro-43b .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:after{
    top: 4px;
    left: 30%;
    color:  #333333;
}
.pro-43c .woocommerce .product .item-description .meta_info .add-to-cart a:first-child:after{
    top: 0;
    left: 35%;
    color:  #333333;
}
.pro-43c .ftc-product-grid.woocommerce .products .product .add-to-cart a.loading:before{
    opacity: 0;
}
.text-img-h44 .elementor-text-editor {
    max-width: 80%;
}
.ft-col-a44 {
    margin-right: 30px;
}
.ft-col-a44 .ftc-contact-form .input-text {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ft-col-a44 .ftc-contact-form .input-text .wpcf7-form-control-wrap:first-child {
    margin-right: 15px;
}
.ft-col-a44 .ftc-contact-form .wpcf7 input[type^="submit"] {
    background-color: #839f52;
    border-radius: 0;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Josefin Sans';
    padding: 16px 29px;
}
.ft-col-a44 .ftc-contact-form .wpcf7 p {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.ft-col-c44 .ftc-element-instgram {
    max-width: 310px;
}
.ft-col-b44 > .elementor-column-wrap > .elementor-widget-wrap {
    padding: 0 30px;
}
.inner-text-img-h44 .elementor-container .elementor-row .elementor-inner-column {
    width: auto;
}
.inner-text-img-h44 .elementor-container .elementor-row .elementor-inner-column:nth-child(2):before {
    content: "";
    position: relative;
    width: 60px;
    height: 1px;
    background: #ebebeb;
    top: 50%;
    left: 0;
    right: 0;
}
.inner-text-img-h44 .elementor-container .elementor-row .elementor-inner-column:nth-child(2):after {
    content: "";
    position: relative;
    width: 120px;
    height: 1px;
    background: #ebebeb;
    top: 50%;
    left: 0;
    right: 0;
}
.inner-text-img-h44 .elementor-container .elementor-row .elementor-inner-column:nth-child(2) {
    text-align: center;
}
.inner-text-img-h44 .elementor-container .elementor-row .elementor-inner-column:first-child {
    padding-right: 15px;
}
.inner-text-img-h44 .elementor-container .elementor-row .elementor-inner-column:last-child {
    padding-left: 15px;
}
.inner-text-img-h44.elementor-element .elementor-widget-heading .elementor-heading-title:hover {
    color: #839f52;
}
.text-list-form-44 .ftc-price-list .ftc-price-list-header {
    border-bottom: 1px solid #ebebeb;
}
.video-h44 .elementor-wrapper.elementor-fit-aspect-ratio {
    padding-bottom: 39.55%;
}
.text-list-form-44 .elementor-widget .elementor-text-editor {
    max-width: 80%;
}
.ft-col-a44 .ftc-contact-form .wpcf7 input[type^="submit"]:hover {
    background-color: #333;
}
.footer-h44 .ftc-contact-form input[type="text"],
.footer-h44 .ftc-contact-form input[type="email"], 
.footer-h44 .ftc-contact-form textarea:focus, 
.footer-h44 .ftc-contact-form textarea {
    border: none;
}
.footer-h44 .ftc-contact-form input[type="email"]::placeholder,
.footer-h44 .ftc-contact-form input[type="text"]::placeholder,
.footer-h44 .ftc-contact-form textarea::placeholder {
    font-style: normal;
}

.video-home-44 .elementor-custom-embed-play:before, .video-home-44 .elementor-custom-embed-play:after{
    content: "";
    position: absolute;
    top: calc(50% - 62px);
    left: calc(50% - 62px);
    width: 125px;
    height: 125px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation-name: scale-video;
    animation-name: scale-video;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.video-home-44 .elementor-custom-embed-play:after{
    animation-delay: 1s;
}
@keyframes scale-video {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
/*end*/

/***********************Home 45*******************************/
.product-h45 .ftc-dual-header .title,
.product-h45 .ftc-dual-header,
.img-double-h45 .ftc-dual-header,
.img-double-h45 .ftc-dual-header .title {
    margin: 0 auto;
}
.product-h45 .ftc_products_slider.style_3 .woocommerce .products .product {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
}
.product-h45 .ftc_products_slider.style_3 .products .product .item-description,
.product-h45 .ftc_products_slider.style_3 .products .product:hover .item-description {
    position: relative;
    background: transparent;
    width: 100%;
    top: auto;
    border: none;
    left: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 25px;
}
.product-h45 .ftc_products_slider.style_3 .products .product .star-rating {
    display: none;
}
.product-h45 .ftc_products_slider.style_3 .products .product .product_title {
    order: 1;
    font-family: 'Lato';
}
.product-h45 .ftc_products_slider.style_3 .products .product .price {
    order: 2;
    font-size: 18px;
    color: #333;
    margin: 10px auto;
}
.product-h45 .ftc_products_slider.style_3 .products .product .price .amount{
    font-weight: 500;
}
.product-h45 .ftc_products_slider.style_3 .products .product .product_title > a {
    text-transform: none;
    font-size: 18px;
    font-family: 'Lato';
}
.product-h45 .ftc_products_slider.style_3 .products .product:hover .meta_info,
.product-h45 .ftc_products_slider.style_3 .products .product .meta_info {
    padding: 0;
    background: transparent;
    margin: 0;
    position: absolute;
}
.product-h45 .ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a:before {
    display: none;
}
.product-h45 .ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a span {
    color: #779e38;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto Slab", Sans-serif;
}
.product-h45 .ftc_products_slider.style_3 .products .product .item-description:before,
.product-h45 .ftc_products_slider.style_3 .products .product:hover .item-description:before {
    display: none;
}
.product-h45 .ftc_products_slider.style_3 .products .product .meta_info .add-to-cart, 
.product-h45 .ftc_products_slider.style_3 .products .product .meta_info .add-to-cart a {
    background: #f4fae9;
    color: #779e38;
}
.product-h45 .ftc_products_slider.style_3 .products .product .images>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}
.product-h45 .ftc_products_slider.style_3 .products .product .images:hover > a:after {
    background: rgb(144 176 92 / 80%);
}
.product-h45 .ftc_products_slider.style_3 .products .product .images:hover .group-button-product {
    opacity: 1;
    visibility: visible;
}
.product-h45 .ftc_products_slider.style_3 .group-button-product {
    flex-direction: column;
    width: auto;
    height: auto;
    border: none;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    background: transparent;
}
.product-h45 .ftc_products_slider.style_3 .group-button-product > div, 
.product-h45 .ftc_products_slider.style_3 .group-button-product > a {
    background: #fff;
    margin: 5px auto;
}
.product-h45 .ftc_products_slider.style_3 .group-button-product div > a i, 
.product-h45 .ftc_products_slider.style_3 .group-button-product > a i {
    font-weight: bold;
}
.ftc_products_slider .group-button-product > a.compare .blockUI.blockOverlay{
    opacity: 1 !important;
}
.ftc_products_slider .group-button-product .yith-wcwl-add-to-wishlist .add_to_wishlist .blockUI.blockOverlay{
    background-color: #ffffff !important;
}
.double-bn-h45 .bner-45a .ftc-dual-header .title {
    margin: 0;
}
.double-bn-h45 .bner-45a .ftc-dual-header {
    margin: 0 0 15px 0;
}
.double-bn-h45 .bner-45a {
    padding: 0 0 0 75px;
}
.double-bn-h45 .bner-45a .elementor-text-editor {
    max-width: 80%;
}
.absolute-img-45 .elementor-image img {
    position: absolute;
    top: -430px;
    left: 290px;
    z-index: 9;
}
.form-contact-h45 {
    top: -190px;
}
.footer-h45 {
    margin-top: -100px;
}
.footer-h45:before {
    content: "";
    position: absolute;
    width: 1px;
    left: 75px;
    top: -90px;
    height: calc(100% + 90px);
    background: #ebebeb;
}
.footer-h45:after {
    content: "";
    position: absolute;
    width: 1px;
    top: -90px;
    right: 75px;
    height: calc(100% + 90px);
    background: #ebebeb;
}
.footer-h45 > .elementor-container {
    padding: 0 50px 45px 50px;
    border-bottom: 1px solid #ebebeb;
}
.copyright-home45 a.copy-main{
    text-decoration: underline;
}
.form-inner-h46 {
    padding: 170px 75px 70px 75px;
    background: #839F52;
}
.form-inner-h46 .ftc-contact-form ul {
    margin: 0;
}
.form-inner-h46 .ftc-contact-form .wpcf7 p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-inner-h46 .ftc-contact-form .wpcf7 p input[type="email"]::placeholder {
    color: #fff;
}
.form-inner-h46 .ftc-contact-form .wpcf7-form-control-wrap {
    width: 570px;
}
.form-inner-h46 .ftc-contact-form .wpcf7 p input[type="email"] {
    background: transparent;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-color: rgb(255 255 255 / 20%);
}
.form-inner-h46 .ftc-contact-form .wpcf7 input[type^="submit"] {
    background-color: #fff;
    border-radius: 0;
    margin-left: 30px;
    padding: 0;
    color: #839f52;
    text-transform: none;
    font-size: 18px;
    border: 0;
    height: 50px;
    width: 270px;
}
.form-inner-h46 .ftc-contact-form .wpcf7 input[type^="submit"]:hover {
    background-color: #333;
}
.screen-reader-response,
.wpcf7-response-output {
    display: none;
}
.footer-h45 .col-logo-h45 .elementor-text-editor {
    max-width: 80%;
}
.footer-h45 > .elementor-container .col-logo-h45:after {
    content: "";
    position: absolute;
    width: 1px;
    top: -90px;
    height: calc(100% + 135px);
    right: 50px;
    background: #ebebeb;
}
.tag-h45 .elementor-widget-container {
    font-size: 0;
    display: inline-block;
    max-width: 270px;
}
.tag-h45 .elementor-widget-container .tagcloud a {
    width: auto;
    font-size: 16px !important;
    text-align: center;
    border-radius: 5px !important;
    padding: 9px 15px !important;
    margin: 0 5px 15px !important;
}
.tag-h45 .elementor-widget-container .tagcloud a:last-child, 
.tag-h45 .elementor-widget-container .tagcloud a:nth-last-child(2) {
    display: none;
}
.form-inner-h46 {
    text-align: center;
}
/*end*/

/***********************Home 46*******************************/
.bner-46a .ftc-element-image .ftc-image-content div h3 {
    margin-bottom: 5px;
}
.bner-img-left-h46 .ftc-image-caption h1,
.bner-img-right-h46 .ftc-image-caption h1 {
    line-height: 40px;
    margin: 0;
}
.bner-img-left-h46 .ftc-element-image .button-banner,
.bner-img-right-h46 .ftc-element-image .button-banner {
    margin-top: 30px;
    min-height: auto;
}
.bner-img-left-h46 .ftc-element-image .button-banner .single-image-button,
.bner-img-right-h46 .ftc-element-image .button-banner .single-image-button {
    padding: 7px 32px;
    background-color: transparent;
    border: 1px solid rgb(153 153 153 / 20%);
    border-radius: 30px;
    color: #666;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
}
.bner-img-left-h46 .ftc-element-image .button-banner .single-image-button:hover, 
.bner-img-right-h46 .ftc-element-image .button-banner .single-image-button:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}
.bner-46b .ftc-image-content h4,
.bner-46a .ftc-image-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.ftc_products_slider.style_9 .woocommerce .products .product,
.ftc_products_slider.style_9 .woocommerce .products .product:hover {
    max-width: 100%;
    border: 0;
    box-shadow: none;
}
.ftc_products_slider.style_9 .woocommerce .products .product .product_title a {
    font-size: inherit;
}
.ftc_products_slider.style_9 .woocommerce .products .product .product_title {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    font-family: 'Lato';
}
.ftc_products_slider.style_9 .woocommerce .products .product .meta_info,
.ftc_products_slider.style_9 .woocommerce .item-description:after,
.ftc_products_slider.style_9 .woocommerce .products .product .star-rating {
    display: none;
}
.ftc_products_slider.style_9 .woocommerce .products .product .price {
    font-size: 18px;
    font-weight: 400;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images {
    border: 1px solid transparent;
}
.ftc_products_slider.style_9 .woocommerce .products .product:hover .images {
    border-color: #ebebeb;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart a:before {
    display: none;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .yith-wcwl-add-to-wishlist,
.ftc_products_slider.style_9 .woocommerce .products .product .images .compare,
.ftc_products_slider.style_9 .woocommerce .products .product .images .quickview {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    background: #e0e9d4;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .group-button-product {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    top: 0;
    height: 100%;
    transform: none;
    align-items: flex-end;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images:hover .group-button-product {
    opacity: 1;
    visibility: visible;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .yith-wcwl-add-to-wishlist {
    margin: 20px 15px 5px 0;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .compare, 
.ftc_products_slider.style_9 .woocommerce .products .product .images .quickview {
    margin: 5px 15px 5px 0;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .compare:hover, 
.ftc_products_slider.style_9 .woocommerce .products .product .images .quickview:hover,
.ftc_products_slider.style_9 .woocommerce .products .product .images .yith-wcwl-add-to-wishlist:hover {
    color: #fff;
}
.ftc_products_slider.style_9 .group-button-product > a.compare .blockUI.blockOverlay:before,
.ftc_products_slider.style_9 .group-button-product .yith-wcwl-add-to-wishlist a.add_to_wishlist .blockUI.blockOverlay:before{
    display: none;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .compare.added {
    font-size: 0;
}
.ftc_products_slider.style_9 .group-button-product .compare.added:after {
    content: "\e023";
    font-family: 'simple-line-icons';
    font-size: 16px;
    font-weight: 400;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .yith-wcwl-add-to-wishlist a {
    color: inherit;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .yith-wcwl-add-to-wishlist.exists img{
    display: none;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart a:hover {
    background-color: #333;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart {
    width: 100%;
    height: 100%;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart a.added {
    display: none;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart a.added_to_cart {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 0;
    line-height: 50px;
    text-transform: capitalize;
}
.product-h46 .navigation-slider > div {
    top: 41%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e9d4;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.product-h46:hover .navigation-slider > div {
    opacity: 1;
    visibility: visible;
}
.product-h46 .navigation-slider > div:before {
    font-size: 16px;
    line-height: 50px;
    color: #265225;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart a {
    width: inherit;
    height: inherit;
    padding: 0;
    border-radius: 0;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: auto;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 50px;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart .add_to_cart_button.loading span{
    opacity: 0;
}
.ftc_products_slider.style_9 .woocommerce .products .product .images .add-to-cart .add_to_cart_button.loading::after{
    font-size: 20px;
    color: #ffffff;
    left: 48%;
    right: auto;
    top: 15px;
}
.double-bner-46 .elementor-widget-ftc-price-list {
    max-width: 550px;
    margin: 0 auto 40px;
}
.blog-h46 {
    padding: 0 15px;
}
.custom-blog-h46 .ftc-blogs-slider {
    padding-bottom: 30px;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap{
    margin: 0 10px;
    box-shadow: 0px 2px 10px 4px rgb(128 128 128 / 15%);
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text .element-date-timeline {
    display: none;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text {
    margin: -70px 35px 0;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text .published {
    display: inline-block;
    float: left;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text .author.vcard {
    margin-right: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #999;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text .author.vcard a {
    color: inherit;
    font-size: inherit;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore {
    width: auto;
    height: auto;
    padding: 0;
    border-width: 0 0 1px 0;
    font-size: 18px;
    border-radius: 0;
}
.custom-blog-h46 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore:hover {
    background: transparent;
    color: #265225;
    border-color: #265225;
}
.contact-ft46 {
    padding: 0 25px;
}
.contact-ft46 .elementor-text-editor {
    width: 70%;
    margin: 0;
}
.form-h46 {
    margin: 0 25px;
    border: 1px solid #fff;
}
.form-h46 .elementor-container {
    padding: 50px;
}
.form-h46 .elementor-icon-box-content {
    display: flex;
    align-items: center;
    max-width: 600px;
    position: relative;
}
.form-h46 .elementor-icon-box-title {
    width: max-content;
    border: solid;
    padding-right: 55px;
    border-width: 0 1px 0 0;
}
.form-h46 .elementor-icon-box-description {
    position: absolute;
    right: 0;
}
.form-h46 .form_25 input[type="email"] {
    padding: 18px 15px;
    background: rgb(255 255 255 / 50%);
    border: none;
}
.form-h46 .wpcf7 input[type^="submit"] {
    float: right;
    border-radius: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    color: #333;
    padding: 12px 30px;
    text-transform: capitalize;
    font-size: 18px;
}
.form-h46 .wpcf7 input[type^="submit"]:hover {
    color: #fff;
}
.form-h46 .form_25 > span:after {
    display: none;
}
.form-h46 .form_25 {
    max-width: 470px;
    margin: 0 0 0 auto;
}
.form-h46 .wpcf7 p {
    width: auto;
    float: none;
    margin: 0;
}
.footer-h46:before {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bner-h46a .elementor-widget-ftc-price-list .ftc-price-list .ftc-price-list-price {
    font-size: 18px;
    font-family: 'Lato';
}
.double-bner-46 .elementor-widget-ftc-price-list {
    margin-bottom: 50px;
}
.link-footer-h46 .elementor-widget-container {
    margin-bottom: 15px;
}
.absolute-h46.elementor-widget-image img {
    position: absolute;
    top: -65px;
    right: 70px;
}
/*end*/

/***********************Home 47*******************************/
.two-col-h47 .elementor-column:last-child {
    padding-left: 45px;
}
.two-col-h47 .elementor-inner-section {
    margin-left: -50px;
}
.bner-inner-h47 .elementor-column {
    padding: 0 15px;
}
.custom-timeline-h47{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_breakpoint .breakpoint_title {
    background: transparent;
    border: none;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_breakpoint {
    display: none;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_timeline_item {
    padding: 0;
    border: 0;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6) .image_item,
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(2) .image_item {
    position: absolute;
    top: -50px;
    left: -60%;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4) {
    top: 225px;
    text-align: right;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_timeline_item .desc_content {
    max-width: 390px;
    width: 100%;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child .desc_content,
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4) .desc_content {
    margin: 0 0 0 auto;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child .image_item,
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4) .image_item {
    position: absolute;
    top: -50px;
    right: -60%;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6) {
    top: 465px;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child {
    top: 695px;
    text-align: right;
}
.custom-timeline-h47 .ftc_timeline_items .ftc_timeline_item .content_item {
    margin-bottom: 0;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child:before,
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4):before {
    content: "";
    width: 10px;
    height: 10px;
    background: #82b440;
    position: absolute;
    right: -65px;
    top: -35px;
    border-radius: 50%;
}
.custom-timeline-h47 .ftc_timeline_line .end_line {
    display: none;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6):before {
    content: "";
    width: 10px;
    height: 10px;
    background: #82b440;
    position: absolute;
    left: -62px;
    top: -56px;
    border-radius: 50%;
}
.custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_line {
    bottom: -145%;
}
.gallery-h47 .gallery-47a, 
.gallery-h47 .gallery-47b {
    padding: 0 15px;
}
.gallery-h47 .gallery-inner-47 .elementor-column:last-child {
    padding-left: 15px;
}
.gallery-h47 .gallery-inner-47 .elementor-column:first-child {
    padding-right: 15px;
}
.text-form-47 .elementor-icon-box-content {
    display: flex;
    align-items: center;
    max-width: 600px;
    position: relative;
}
.footer-h47 .elementor-inner-section {
    border: 1px solid rgb(235 235 235 / 48%);
    margin: 0 75px 70px;
}
.footer-h47 .elementor-inner-section .elementor-row {
    padding: 50px 25px;
}
.text-form-47 .elementor-icon-box-title {
    width: max-content;
    border: solid;
    padding-right: 40px;
    border-width: 0 2px 0 0;
}
.text-form-47 .elementor-icon-box-description {
    position: absolute;
    right: 0;
}
.form-h47 .form_25 {
    max-width: 470px;
    margin: 0 0 0 auto;
}
.form-h47 .form_25 input[type="email"] {
    padding: 18px 15px;
    background: rgb(255 255 255 / 50%);
    border: none;
}
.form-h47 .form_25 > span:after {
    display: none;
}
.form-h47 .wpcf7 p {
    width: auto;
    float: none;
    margin: 0;
}
.form-h47 .wpcf7 input[type^="submit"] {
    float: right;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    background: #fff;
    color: #333;
    padding: 12px 30px;
    font-size: 18px;
    transform: translateY(-50%);
    text-transform: capitalize;
}
.form-h47 .form_25 input[type="email"]::placeholder {
    color: #fff;
    font-style: normal;
}
.footer-h47 .elementor-text-editor .copy-main:hover {
    color: #333;
}
.text_content47 h4{
    font-weight: 400;
}
.banner-h43 .text_left-bb43{
    margin: auto;
    margin-left: 30px;
    max-width: 580px;
}
.left-bb-43 .elementor-widget-wrap{
    margin: auto;
    margin-left: 50px;
    max-width: 630px;
}
.img-left-absolute-home47, .img-right-absolute-home47{
    position: absolute !important;
    z-index: 2;
    pointer-events: none;
}
.img-left-absolute-home47{
    left: -20px;
    top: 600px;;
}
.img-right-absolute-home47{
    right: -20px;
    top: -200px;;
}
.footer-home47 .ftc-footer a {
    text-decoration: underline;
}
/*end*/


/***********************Home 48*******************************/
.cust-tabpro-h48 .tabs-content-wrapper.style_4 {
    position: relative;
    border-bottom: 1px solid #ebebeb !important;
}
.cust-tabpro-h48 .tabs-content-wrapper.style_4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    z-index: 9;
}
.cust-tabpro-h48 .tabs-content-wrapper.style_4:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    z-index: 9;
}
.cust-tabpro-h48 .tabs-content-wrapper.style_4 .woocommerce.tab-content {
    padding: 0;
}
.cust-tabpro-h48 .ftc-product-tabs.style_4 .woocommerce .products .product {
    border: 1px solid #ebebeb;
    border-bottom: 0;
    border-left: 0;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .added_to_cart {
    font-size: 15px;
    color: #fff;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .meta_info .add-to-cart span {
    font-weight: bold;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .meta_info .add-to-cart .add_to_cart_button.loading span{
    opacity: 0;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .exists img {
    display: none;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .exists .yith-wcwl-wishlistexistsbrowse {
    width: 55px;
    height: 45px;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .exists .yith-wcwl-wishlistexistsbrowse a {
    background-color: transparent;
    color: #666;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product .compare.added {
    color: #666;
    font-weight: bold;
}
.ftc-product-tabs.style_4 .tabs-wrapper .tab-title.active .title, 
.ftc-product-tabs.style_4 .tabs-wrapper .tab-title:hover .title {
    border-bottom-color: #839f52;
}
.ftc-product-tabs.style_4 .tabs-wrapper .title {
    border-bottom: 3px solid transparent;
}
.cust-tabpro-h48 .ftc-product-tabs.style_4 .tabs-wrapper {
    margin-bottom: 20px;
}
.cust-tabpro-h48 .ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > div a:hover i,
.cust-tabpro-h48 .ftc-product-tabs .woocommerce .products .product .item-image .quickview:hover i:before,
.cust-tabpro-h48 .ftc-product-tabs .woocommerce .products .product .item-image .compare:hover i:before{
    color: #95ab47;
}
.img-box-h48 .elementor-image-box-wrapper {
    justify-content: center;
}
.img-box-h48 .elementor-widget-image-box .elementor-image-box-content {
    width: auto;
    margin: 0;
}
.img-box-h48 .elementor-column:nth-child(2):after,
.img-box-h48 .elementor-column:nth-child(2):before {
    content: "/";
    font-size: 36px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #95ab47;
}
.custom-blog-h48 .date-time-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 12px;
    font-size: 16px;
    background: #fff;
    text-align: center;
}
.custom-blog-h48 .date-time-image span {
    display: block;
}
.custom-blog-h48 .date-time-image span:first-child {
    color: #333;
}
.custom-blog-h48 .date-time-image span:last-child {
    color: #95ab47;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .element-date-timeline {
    display: none;
}
.custom-blog-h48 .inner-wrap .post-text .meta .posted_in {
    position: absolute;
    top: -15px;
    left: 50%;
    color: #fff;
    font-size: 16px;
    padding: 4px 60px;
    background: #333;
    transform: translateX(-50%);
}
.custom-blog-h48 .inner-wrap .post-text .meta .posted_in a {
    color: inherit;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap:hover .post-text,
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text {
    text-align: center;
    margin: -100px 35px 0;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 50px 35px 35px 35px;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap:hover .post-text{
    border-color: #ebebeb;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text h4 {
    order: 1;
    margin-top: 25px;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .meta {
    order: 2;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .author.vcard {
    float: none;
    margin-right: 0;
    color: #95ab47;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore {
    background: transparent;
    color: #333;
    border: none;
    margin: 0 auto;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore {
    background: transparent;
    color: #333;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
.custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .ftc-readmore:hover {
   color: #95ab47; 
}
.testimonial-h48 .infomation {
    max-width: 570px;
    margin: 0 auto 30px;
}
.testimonial-h48 .ftc-element-testimonial .testimonial-content .infomation {
    font-size: 18px;
    line-height: 24px;
}
.testimonial-h48 .ftc-element-testimonial .testimonial-content h4.name {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial-h48 .ftc-element-testimonial .testimonial-content h4.name a {
    font-family: inherit;
    color: inherit;
}
.testimonial-h48 .ftc-element-testimonial .testimonial-content h4.name a:hover{
    color: #95ab47;
}
.testimonial-h48 .byline {
    font-size: 14px;
    color: #95ab47;
}
.testimonial-h48 .navigation-slider > div {
    top: auto;
    bottom: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ebebeb;
    transform: none;
    margin: 0 5px;
}
.testimonial-h48 .navigation-slider > div:hover {
    border-color: #95ab47;
}
.testimonial-h48 .navigation-slider > div:before {
    font-size: 18px;
    line-height: inherit;
}
.testimonial-h48 .ftc-element-testimonial .testimonial-content {
    margin-bottom: 70px;
}
.gallery-h48 .gallery-item {
    padding: 0 15px;
}
.gallery-h48 .gallery-item a{
    overflow: hidden;
    position: relative;
}
.gallery-h48 .elementor-widget .gallery .gallery-item:nth-child(2),
.gallery-h48 .elementor-widget .gallery .gallery-item:nth-child(4),
.gallery-h48 .elementor-widget .gallery .gallery-item:nth-child(6) {
    margin-top: 75px;
}
.testimonial-h48 .navigation-slider .nav-next {
    right: 45%;
}
.testimonial-h48 .navigation-slider .nav-prev {
    left: 45%;
}
.footer-h48 .ftc-contact-form .form_2 {
    display: block;
}
.ftc-product-tabs.style_4 .products .product .item-description {
    display: flex;
    flex-direction: column;
}
.ftc-product-tabs.style_4 .products .product .product_title {
    order: 1;
    margin: 0;
}
.ftc-product-tabs.style_4 .products .product .price {
    order: 3;
}
.ftc-product-tabs.style_4 .products .product .product_title a {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    color: #95ab47;
}
.ftc-product-tabs.style_4 .products .product .price {
    order: 3;
    color: #999;
    font-weight: 400;
}
.ftc-product-tabs.style_4 .products .product .star-rating {
    order: 2;
    font-size: 14px;
    color: #f1bc2d;
    width: 84px;
}
.ftc-product-tabs.style_4 .products .product .star-rating:before {
    color: inherit;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .item-description, 
.ftc-product-tabs.style_4 .woocommerce .products .product:hover .item-description {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    top: auto;
    left: 0;
    border: none;
    box-shadow: none;
}
.ftc-product-tabs.style_4 .woocommerce .products .product:hover .item-description:before {
    display: none;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product {
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    background: #fff;
    width: 165px;
    margin: 0 auto;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product .compare {
    border-width: 1px 0 1px 0;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > div, 
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > a {
    width: 55px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #333;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product div a,
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > div a i, 
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > a i, 
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > div a:first-child:before, 
.ftc-product-tabs.style_4 .woocommerce .products .product .group-button-product > a:first-child:before {
    font-size: 18px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    font-weight: bold;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .meta_info .add-to-cart {
    display: block;
    height: 45px;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart .added_to_cart {
    font-size: 15px;
    color: #fff;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart .added_to_cart:after {
    display: none;
}
.ftc-product-tabs .woocommerce .products .product .meta_info .add-to-cart a {
    background: #333;
    border-radius: 0;
}
.ftc-product-tabs .woocommerce .products .product:hover .meta_info .add-to-cart a {
    background: #95ab47;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .meta_info, 
.ftc-product-tabs.style_4 .woocommerce .products .product:hover .meta_info {
    order: 4;
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    height: auto;
    padding: 0;
    margin: 0;
    transition: none;
}
.ftc-product-tabs.style_4 .woocommerce .products .product, 
.ftc-product-tabs.style_4 .woocommerce .products .product:hover {
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
    max-width: 100%;
}
.ftc-product-tabs.style_4 .woocommerce .products .product .meta_info .add-to-cart a:hover span {
    color: #fff;
}
.footer-h48 .ftc-contact-form .form_2 input[type="email"] {
    max-width: 770px;
    width: 80%;
    height: 45px;
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 15px;
    background: #95ab47;
    color: #fff;
    border: none;
}
.footer-h48 .ftc-contact-form .form_2 input[type="submit"] {
    max-width: 770px;
    width: 80%;
    border-radius: 0;
    margin: 0;
    background: transparent;
    border: 1px solid #839f52;
    text-align: left;
    color: #333;
    padding: 0 15px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}
.footer-h48 .ftc-contact-form .form_2 input[type="email"]::placeholder {
    color: #fff;
    font-style: unset;
    font-size: 16px;
}
.footer-h48 .ftc-contact-form .wpcf7-form-control-wrap {
    position: relative;
}
.footer-h48 .ftc-contact-form .wpcf7-form-control-wrap:after {
    content: "\f1d9";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 0;
}
.brand-h48 .elementor-image-gallery .gallery-item img {
    cursor: pointer;
    border: 1px solid #ebebeb;
}
.brand-h48 .elementor-image-gallery .gallery-item:hover img{
    filter: brightness(0.8);
}
.brand-h48 {
    padding: 0 15px;
}
.banner-icon-home48 .elementor-image-box-title{
    cursor: pointer;
}
.banner-icon-home48 .elementor-image-box-img:hover img{
    cursor: pointer;
    transform: scaleX(-1);
}
/*end*/

/*============ home 49 ==================*/
.form-home49 .ftc-contact-form .wpcf7-form{
    margin: 0;
}
.ftc-contact-form .form-sub-49 span{
    float: left;
    display: inline-block;
}
.ftc-contact-form .form-sub-49 span{
    max-width: 322px;
    padding-right: 30px;
}
.ftc-contact-form .form-sub-49 span:last-child{
    padding-right: 0;
}
.ftc-contact-form .form-sub-49 span input{
    border: none;
    font-size: 16px;
    padding: 14px 30px;
}
.ftc-contact-form .form-sub-49 input.wpcf7-submit{
    font-size: 18px;
    border-radius: unset;
    text-transform: capitalize;
    padding: 16px 69px 16px 45px;
}
.ftc-contact-form .form-sub-49 input.wpcf7-submit:hover{
    background-color: #999999;
}
.ftc-contact-form .form-sub-49 i{
    top: 46%;
    right: 45px;;
    color: #ffffff;
    line-height: 0;
    position: absolute;
    transform: translateY(-50%);
}
.banner-content-home49{
    margin: auto;
    margin-left: 80px;
    max-width: 740px;
}
.banner-mid-home49{
    margin: auto;
    max-width: 370px;
}
.price-block-home49{
    margin: auto;
    max-width: 1770px;
    padding: 60px 120px;
}
.banner-bot-content{
    margin: auto;
    max-width: 1770px;
}
.banner-bottom-home49 .ftc-element-image{
    width: max-content;
    margin: auto;
    overflow: hidden;
}
.banner-bottom-home49 .ftc-element-image .ftc-image-content{
    padding: 0;
    width: 100%;
    padding: 20px 0;
    max-width: 250px;
    background-color: #ffffff;
}
.banner-bottom-home49 .ftc-image-content .title-social{
    color: #333333;
    line-height: 1;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}
.banner-bottom-home49 .ftc-image-content .banner-social ul{
    line-height: 1;
}
.banner-bottom-home49 .ftc-image-content .banner-social ul li{
    display: inline-block;
    list-style: none;
    font-size: 0;
    margin-right: 10px;
    line-height: 1;
}
.banner-bottom-home49 .ftc-image-content .banner-social ul li:last-child{
    margin-right: 0;
}
.banner-bottom-home49 .ftc-image-content .banner-social ul li i{
    font-size: 14px;
}
.contact-home49 .form_25{
    margin-bottom: 0;
}
.contact-home49 .form_25 .wpcf7-form-control{
    border: none;
    color: #333333;
    font-style: normal;
    padding: 21px 40px;
}
.contact-home49 .form_25 .wpcf7-form-control::placeholder{
    color: #666666;
    font-style: normal;
}
.contact-home49 .form_25 > span:after{
    border: none;
}
.contact-home49 .wpcf7-form p{
    margin: 0;
}
.contact-home49 .wpcf7 input[type^="submit"]{
    top: 50%;
    right: 50px;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    position: absolute;
    border-radius: unset;
    text-transform: capitalize;
    transform: translateY(-50%);
    background-color: transparent !important;
}
.text-absolute-h49 img{
    position: absolute;
    top: -40px;
    right: 70px;
}
.footer-contact-home49 .footer-contact>div{
    margin-bottom: 12px;
}
.footer-contact-home49 .footer-contact>div:last-child{
    margin-bottom: 0;
}
.footer-contact-home49 .footer-contact>div.title-heder .title{
    color: #333333;
    font-weight: 600;
}
.coppyright-home49 a:hover{
    color: #ffffff;
}
/*===================== end =========================*/
/*===================== home 50 =====================*/
.btn-banner-h50 .elementor-button-wrapper a{
    margin: auto;
    width: max-content;
}
.btn-banner-h50 .elementor-button-wrapper a:before{
    content: '';
    top: 3px;
    left: 50%;
    bottom: 3px;
    width: 100%;
    max-width: 142px;
    position: absolute;
    transform: translateX(-50%);
    border: 1px solid #fea667;
}
.btn-banner-h50 .elementor-button-wrapper a:hover:before{
    border-color: #999999;
}
.banner-content-h50:before{
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #ffffff4a;
}
.banner-content-h50 .banner-content{
    margin: auto;
    max-width: 570px;
}
.content-banner-home50{
    margin: auto;
    max-width: 440px;
}
.video-home50 .elementor-custom-embed-image-overlay:after{
    content: '';
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    position: absolute;
    transform: translateX(-50%);
    background-color: #ffffff4a;
}
.video-home50 .elementor-custom-embed-image-overlay:before{
    display: none;
}
.video-home50 .elementor-custom-embed-play{
    z-index: 2;
}
.video-home50, .video-home50 .elementor-custom-embed-image-overlay, .video-home50 .elementor-open-inline iframe{
    max-height: 600px;
}
.video-home50 .elementor-custom-embed-play i{
    font-size: 48px;
    line-height: 1;
    border-radius: 50%;
    padding: 36px 38px;
    border: 2px solid #ffffff;
}
.video-home50 .elementor-custom-embed-play .eicon-play:before {
    content: "\e071";
    left: 5px;
    position: relative;
    font-family: 'simple-line-icons';
}
.footer-contact-home50 .footer-contact .title-heder{
    line-height: 25px;
    margin-bottom: 10px;
}
.footer-contact-home50 .footer-contact .title-heder:last-child{
    margin-bottom: 0;
}
.footer-contact-home50 .footer-contact .title-heder .title{
    color: #ffffff;
}
.footer-contact-home50 .footer-contact a{
    color: #999999;
    font-family: Lato;
}
.newsletter-home50 .elementor-container .elementor-row {
    padding: 50px 60px;
}
.title-form-home50 .elementor-icon-box-title {
    float: left;
    border: solid;
    padding: 4px 0;
    padding-right: 55px;
    display: inline-block;
    border-color: #d7d7d7;
    border-width: 0 2px 0 0;
}
.title-form-home50 .elementor-icon-box-description {
    float: left;
    padding: 6px 0;
    max-width: 230px;
    padding-left: 35px;
    display: inline-block;
}
.form-home50 .form_25 {
    max-width: 520px;
    margin: 0 0 0 auto;
}
.form-home50 .form_25 input[type="email"] {
    border: none;
    color: #ffffff;
    font-family: Lato;
    padding: 22px 30px;
    background: #fd8025;
}
.form-home50 .form_25 > span:after{
    display: none;
}
.form-home50 .form_25 input[type="email"]::placeholder{
    color: #ffffff;
    font-style: normal;
}
.form-home50 .wpcf7 p{
    margin: 0;
}
.form-home50 .wpcf7 input[type^="submit"] {
    top: 50%;
    right: 8px;
    float: right;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    font-family: Lato;
    position: absolute;
    padding: 15px 38px;
    background: #ffffff;
    text-transform: capitalize;
    transform: translateY(-50%);
}
.form-home50 .wpcf7 input[type^="submit"]:hover{
    color: #ffffff;
    background-color: #333333;
}
.menu-list-footer-h50 ul.elementor-icon-list-items  li.elementor-icon-list-item{
    text-underline-offset: 3px;
}
.menu-list-footer-h50 ul.elementor-icon-list-items  li.elementor-icon-list-item:hover{
    text-decoration: underline;
}
.title-footer-h50{
    margin: auto;
    max-width: 520px;
}
.coppy-right-home50 a{
    font-family: Lato;
}
.coppy-right-home50 a:hover{
    color: #333333;
}
.img-filter .elementor-image img{
    cursor: pointer;
}
.img-filter .elementor-image img:hover{
    filter: brightness(0.8);
}
/*===================== end =========================*/



.img-hover .elementor-image:before, .img-hover .elementor-image:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.img-hover .elementor-image:hover:before{
    background-color: rgba(255,255,255,0.2);
    right: 51%;
    left: 50%;
}
.img-hover .elementor-image:hover:after {
    background-color: rgba(255,255,255,0.2);
    top: 51%;
    bottom: 50%;
}
/*fix filefox*/
@-moz-document url-prefix() {
    .respon_footer .list-footer .elementor-widget-container ul li, 
    .respon_footer .before-list .elementor-widget-container ul li {
        align-items: center;
    }
    .ftc-element-brand .swiper-slide:not(.swiper-slide-active) {
        height: 0;
    }
    .product_28 .ftc-product-grid {
        overflow: hidden;
    }
    .brand-40 .ftc-element-brand .swiper-slide:not(.swiper-slide-active) {
        height: 100%;
    }
    .brand-35 .ftc-element-brand .swiper-slide:not(.swiper-slide-active) {
        height: auto;
    }
    .product-category .ftc-products-category.ftc-product .owl-item.cloned,
    .ftc-product-tabs.style_2.vertical .owl-item.cloned {
        height: 0;
    }
}



/*Animation images*/ 
.ftc-elements-blogs-timeline .inner-wrap a:before,
.ftc-elements-blogs.style_2 .inner-wrap > a:before,
.animation_img .ftc-element-image .wp-caption:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.ftc-elements-blogs-timeline .inner-wrap a:after,
.ftc-elements-blogs.style_2 .inner-wrap > a:after,
.animation_img .ftc-element-image .wp-caption:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.ftc-elements-blogs-timeline .inner-wrap a:hover:before,
.ftc-elements-blogs.style_2 .inner-wrap > a:hover:before,
.animation_img .ftc-element-image .wp-caption:hover:before {
    background-color: rgba(255,255,255,0.2);
    right: 51%;
    left: 50%;
}
.ftc-elements-blogs-timeline .inner-wrap a:hover:after,
.ftc-elements-blogs.style_2 .inner-wrap > a:hover:after,
.animation_img .ftc-element-image .wp-caption:hover:after {
    background-color: rgba(255,255,255,0.2);
    top: 51%;
    bottom: 50%;
}
/* end */

/* animation home 24 */

.ani_all {
    width: auto;
    height: auto;
    position: relative;
    -webkit-animation: mymove 15s infinite;
    /*  Safari 4.0 - 8.0 */
    animation: mymove 15s infinite;
}

/* Safari 4.0 - 8.0 */
.ani_h4 {
    -webkit-animation-timing-function: linear;
}
.ani_h1 {
    -webkit-animation-timing-function: ease;
}
.ani_h1 {
    -webkit-animation-timing-function: ease-in;
}
.ani_button {
    -webkit-animation-timing-function: ease-out;
}

/* Standard syntax */
.ani_h4 {
    animation-timing-function: linear;
}
.ani_h1 {
    animation-timing-function: ease;
}
.ani_h1 {
    animation-timing-function: ease-in;
}
.ani_button {
    animation-timing-function: ease-out;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        left: -50px;
    }
    to {
        left: 50px;
    }
}

/* Standard syntax */
@keyframes mymove {
    from {
        top: -50px;
    }
    to {
        top: 50px;
    }
}