/* elementor styles */

.hover-border-bg.elementor-widget-image .elementor-image:before,
.hover-border-bg.elementor-widget-image .elementor-image:after,
.hover-border-bg .ftc-element-image figure.wp-caption:before,
.hover-border-bg .ftc-element-image figure.wp-caption:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    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;
}

.hover-border-bg.elementor-widget-image .elementor-image:hover:after,
.hover-border-bg .ftc-element-image:hover figure.wp-caption:after {
    background-color: rgba(255,255,255,0.2);
    top: 51%;
    bottom: 50%;
}
.hover-border-bg.elementor-widget-image .elementor-image:hover:before,
.hover-border-bg .ftc-element-image:hover figure.wp-caption:before {
    background-color: rgba(255,255,255,0.2);
    right: 50%;
    left: 51%;
}

/* ftc product tab slider style 2 */
.ftc-product-categories.style_2 h3.title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.ftc-product-categories.style_2 .ftc-categories .item-description {
    margin-top: -5px;
    margin-bottom: 5px;
}
.ftc-product-categories.style_2 > div {
    display: flex;
    align-items: center;
}
.ftc-product-categories.style_2 .swiper-pagination-bullets {
    display: none;
}
.ftc-product-categories.style_2 {
    padding: 0px 25px  10px;
    background: #fff;
    box-shadow: 2px 7px 12px 0px #ccc;
}
.ftc-product-categories.style_2 .images-category, 
.ftc-product-categories.style_2 .images-category img {
    border-radius: 50%;
    width: 100%;
    max-width: 100px;
}

/* img hover border */
.hover-border .ftc-element-image:hover figure.wp-caption:after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border: 1px solid #ddd;
    z-index: 9999;
    background-color: transparent;
}
/**/
.ftc-product-tabs.style_2 .ftc-tabs .product .item-description .meta_info a:hover {
    background-color: #111;
}
.ftc-product-tabs.style_2 .ftc-tabs .product .item-description .meta_info a {
    background-color: #89b841;
}
.tabs-content-wrapper.style_2 {
    width: calc(100% + 2px);
}
.ftc-product-tabs .tabs-content-wrapper .tab-content .product .item-description .counter-wrapper{
    display: none;
}
.ftc-product-tabs .ftc-tabs.columns-5 .ftc-product {
    width: 20%;
}
.ftc-product-tabs.style_2 > .tabs-wrapper {
    background: #f5f5f5;
    border-bottom: 3px solid #333;
    font-weight: 500;
}
.ftc-product-tabs.style_2 > .tabs-wrapper .tab-title .title {
    font-size: 14px;
}
.ftc-product-tabs.style_2 > .tabs-wrapper .tab-title {
    padding: 13px 30px;
    text-transform: uppercase;
}
.ftc-product-tabs.style_2 .tabs-wrapper .tab-title.active:before {
    content: "\f0d8";
    font-family: fontawesome;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 5px;
    font-size: 14px;
}
.ftc-product-tabs.style_1 .ftc-tabs.tab-content {
    padding-top: 25px;
}
.ftc-product-tabs.style_2 .ftc-tabs .ftc-product.product {
    border: 1px solid #ebebeb;
    border-width: 1px 0px 0 1px;
}
.ftc-product-tabs.style_2 .ftc-tabs .product:first-child {
    border-top: 0;
}
.ftc-product-tabs.style_2 .ftc-tabs .ftc-product.products {
    border: 1px solid #ebebeb;
    border-width: 1px 1px 1px 0;
    margin-left: 0.4px;
}
.ftc-product-tabs.style_2 .ftc-tabs .owl-stage{
    display: flex;
    align-items: center;
}
.ftc-product-tabs .tabs-content-wrapper .owl-item:nth-child(11) {
    /*margin-left: 1px;*/
}

.elementor-element .product i {
    font-weight: normal;
}

/* firefox*/
@-moz-document url-prefix(){
    .ftc-product-tabs.style_2 .ftc-tabs .ftc-product.product .images{
        max-width: 99.9%;
    }

}

/* ftc product tab slider style 3 */

.ftc-product-tabs.style_3 .product .images {
    border-radius: 50%;
    margin-bottom: 12px;
}
.ftc-product-tabs.style_3 .product .images .group-button-product {
    display: none;
}
.ftc-product-tabs.style_3 .tab-content .product .item-description {
    padding: 54px 0 0;
}
.ftc-product-tabs.style_3 .item-description .product_title {
    margin-bottom: 10px;
    z-index: 8;
    font-size: 16px;
}
.ftc-product-tabs.style_3 .item-description .meta_info {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s;
}
.ftc-product-tabs.style_3 .product:hover .item-description .meta_info {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0);
}
.ftc-product-tabs.style_3 .item-description .meta_info > div, 
.ftc-product-tabs.style_3 .item-description .meta_info > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    border: 0;
    background-color: #333;
    color: #fff;
}
.ftc-product-tabs.style_3 .product .item-description .meta_info > div:hover, 
.ftc-product-tabs.style_3 .product .item-description .meta_info > a:hover {
    background-color: #000;
    color: #fff;
}
.ftc-product-tabs.style_3 .item-description .meta_info > div a {
    border-radius: 50%;
    border: 0;
    line-height: 40px;
    color: #fff;
}
.ftc-product-tabs.style_3 .item-description .meta_info > div:hover a {
    color: #fff;
}
.ftc-product-tabs.style_3 .item-description .meta_info a .ftc-tooltip.button-tooltip {
    display: none;
}
.ftc-product-tabs.style_3 .item-description .meta_info > .compare.added {
    font-size: 0;
}
.ftc-product-tabs.style_3 .tab-content .product .item-description .meta_info .add-to-cart {
    position: absolute;
    bottom: 0;
    width: auto;
    height: auto;
    line-height: inherit;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    z-index: 9;
}
.ftc-product-tabs.style_3 .products .product .price del .amount {
    padding-right: 0;
}
.ftc-product-tabs.style_3 .tab-content .product .item-description .meta_info .add-to-cart a {
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    background-color: transparent;
    color: #333;
    display: block;
    font-size: 16px;
    position: relative;
    padding: 0 18px;
}
.ftc-product-tabs.style_3 .tab-content .product .item-description .meta_info .add-to-cart:hover a {
    color: #000;
}
.ftc-product-tabs.style_3 .meta_info .add-to-cart a:before{
    display: none;
}
.ftc-product-tabs.style_3 .tab-content .product .item-description .meta_info .add-to-cart .button-tooltip {
    display: block;
}
.ftc-product-tabs.style_3 .product .item-description .meta_info .yith-wcwl-add-to-wishlist {
    width: 40px;
    height: 40px;
    line-height: initial;
}
.ftc-product-tabs.style_3 .product .item-description .meta_info .yith-wcwl-add-to-wishlist a {
    border-radius: 50%;
}
.ftc-product-tabs.style_3 .item-description .meta_info .add-to-cart a.loading {
    opacity: 1;
}


/* Blog slider style_v2 */
.ftc-blogs-slider.style_v2 .post-text {
    display: flex;
    flex-direction: column;
    margin-top: -41px;
}
.ftc-blogs-slider.style_v2 .post-text .meta {
    order: 1;
    padding: 10px 15px;
    background-color: #ffffffc2;
    z-index: 9;
}
.ftc-blogs-slider.style_v2 .post-text .meta span.published {
    padding-right: 15px;
    border-right: 1px solid ;
    margin-right: 10px;
}
.ftc-blogs-slider.style_v2 .post-text h4 {
    order: 2;
    text-transform: uppercase;
    font-weight: bold;
}
.ftc-blogs-slider.style_v2 .post-text > p {
    order: 3;
}
.ftc-blogs-slider.style_v2 .post-text a.ftc-readmore {
    order: 4;
    max-width: 142px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 10px;
    margin-bottom: 1px;
}
.ftc-blogs-slider.style_v2 .post-text a.ftc-readmore:hover {
    background-color: #333;
    color: #fff;
    border-color: transparent;
}
.ftc-blogs-slider.style_v2 .post-text a.ftc-readmore:after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 10px;
}
.ftc_products_slider.style_2 .post .add_to_cart_button a:before {
    content: "\e04f";
    font-family: 'simple-line-icons';
    color: #fff;
    position: unset;
}

.ftc-product-categories.style_3 .ftc-categories {
    display: flex;
    align-items: center;
}
.ftc-product-categories.style_3 .ftc-categories .images-category {
    max-width: 120px;
}
.ftc-product-categories.style_3 .ftc-categories .item-description {
    text-align: left;
    width: 100%;
}
.elementor-element .elementor-widget-ftc-categories .ftc-product-categories.style_3 .category {
    margin-bottom: 0;
}
.ftc-product-categories.style_3 .category {
    border-right: 1px solid #ebebeb;
    padding: 30px 0 10px;
}
.ftc-product-categories.style_3 .category:last-child {
    border-right: 0;
}
.ftc-product-categories.style_3 .product-count {
    font-size: 14px;
    text-transform: capitalize;
}
.ftc-product-categories.style_3 h3.title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}


/**/
.elementor-widget.elementor-widget-ftc-testimonial .elementor-widget-container {
    width: auto !important;
}
.ftc-element-testimonial.style_1 {
    max-width: 640px;
}
.ftc-element-testimonial.style_1 .fa-quote-left {
    font-size: 80px;
    color: #eee;
    margin-bottom: 16px;
}
.ftc-element-testimonial.style_1 .testimonial-content .infomation {
    font-size: 16px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    order: 2;
}
.ftc-element-testimonial.style_1 .testimonial-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}
.ftc-element-testimonial.style_1 .group-content {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ftc-element-testimonial.style_1 .avatar-image {
    order: 1;
}
.ftc-element-testimonial.style_1 .testimonial-content h4.name {
    order: 4;
    font-family: Quentin;
    margin-top: 45px;
    margin-bottom: 25px;
    font-weight: normal;
}
.ftc-element-testimonial.style_1 .rating {
    display: inline-block;
    width: auto;
    text-align: center;
    order: 3;
    margin: 50px auto 0; 
}
.ftc-element-testimonial.style_1 .rating div {
    float: none;
    font-size: 14px;
    width: 84px;
}
.ftc-element-testimonial .swiper-pagination.swiper-pagination-bullets {
    bottom: 0;
}
.ftc-element-testimonial.style_1 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #333;
    opacity: 1;
}
.ftc-element-testimonial.style_1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #d39035;
}
.ftc-element-testimonial.style_1 .swiper-pagination.swiper-pagination-bullets {
    margin-bottom: 17px;
}
.ftc-element-testimonial.style_1 .swiper-pagination-bullets .swiper-pagination-bullet{
    display: none;
}
.no-dots-navi .ftc_products_slider .swiper-pagination.swiper-pagination-bullets {
    display: none;
}
/* Products slider style 2*/
.ftc_products_slider.style_2 {
    padding: 0 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.ftc_products_slider.style_2 .ftc-product.product {
    margin-bottom: 60px; 
}
.ftc_products_slider.style_2 .ftc-product.product:hover {
    box-shadow: 0 0 10px 2px #ddd;
    margin-bottom: 10px;
}
.ftc_products_slider.style_2 .ftc-product.product .item-description {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.ftc_products_slider.style_2 .ftc-product.product span.price {
    order: 2;
    margin-top: 22px;
}
.ftc_products_slider.style_2 h3.product_title.product-name {
    order: 3;
}
.ftc_products_slider.style_2 .star-rating {
    order: 4;
}
.ftc_products_slider.style_2 .ftc-product.product a.quickview {
    display: none;
}

.ftc_products_slider.style_2 .product .meta_info {
    position: unset;
    transform: none;
    order: 1;
    display: flex;
    height: 30px;
    display: none;
}
.ftc_products_slider.style_2 .product:hover .meta_info {
    display: flex;
}

.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info .added_to_cart::after,
.ftc_products_slider.style_2 .post .add_to_cart_button a:before {
    display: none;
}
.ftc_products_slider.style_2 .meta_info .add-to-cart {
    order: 2;
    min-width: 120px;
    margin: 0 10px;
}
.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info a:last-child{
    border-right: 1px solid #ebebeb; 
}
.ftc_products_slider.style_2 .meta_info .yith-wcwl-add-to-wishlist {
    order: 1;
}
.ftc_products_slider.style_2 .meta_info .compare {
    order: 3;
}
.ftc_products_slider.style_2 .ftc-product.product .meta_info a.compare, 
.ftc_products_slider.style_2 .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info .added_to_cart,
.ftc_products_slider.style_2 .add-to-cart .ftc-tooltip.button-tooltip {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info a{
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color: #111;
    border: 1px solid #ebebeb;
}
.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info a i {
    line-height: 30px;
}
.ftc_products_slider.style_2 .ftc-product.product .meta_info a.compare, 
.ftc_products_slider.style_2 .ftc-product.product .item-description .meta_info .yith-wcwl-add-to-wishlist a {
    border-left-color: #ebebeb;
}
.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info a:hover {
    color: #fff;
    background: #333333;
    border-color: transparent;
}
.ftc_products_slider.style_2 .woocommerce .ftc-product.product .item-description .meta_info a.quickview {
    display: none;
}

/* hover item meta-info */
.ftc_products_slider.style_2 .product .meta_info .yith-wcwl-add-to-wishlist:hover,
.ftc_products_slider.style_2 .product .meta_info .compare:hover {
    transform: rotate(360deg);
}

.ftc_products_slider.style_2 .product .meta_info .yith-wcwl-add-to-wishlist,
.ftc_products_slider.style_2 .product .meta_info .compare {
    transition: 0.5s;
}


/* Blog slider style_v3*/

.ftc-blogs-slider.style_v3 .blogs-slider .post-text {
    display: flex;
    flex-direction: column;
    position: relative;
}
.ftc-blogs-slider.style_v3 .blogs-slider .post-text h4 {
    order: 1;
    padding-top: 48px;
}
.ftc-blogs-slider.style_v3 .blogs-slider .post-text p {
    order: 2;
    margin: 12px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #9f2348;
}
.ftc-blogs-slider.style_v3 .blogs-slider .post-text .meta {
    order: 3;
}
.ftc-blogs-slider.style_v3 .blogs-slider .post-text .ftc-readmore {
    order: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.ftc-blogs-slider.style_v3 .blogs-slider .post-text .meta span.published {
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 35px;
    min-width: 140px;
    background: #9f2348;
    line-height: 35px;
    color: #fff;
    text-align: center;
}


/* product slider style_3 */
.ftc_products_slider.style_3 .title-product-slider p {
    font-size: 16px;
}
.title-blogs-grid.element p {
    font-size: 16px;
}
.ftc_products_slider.style_3 .title-product-slider {
    padding-bottom: 30px;
}
.ftc_products_slider.style_3 .product .meta_info {
    display: none;
}
.ftc_products_slider.style_3 .product .group-button-product {
    display: block;
    width: max-content;
    height: auto;
}
.ftc_products_slider.style_3 .product .images .group-button-product .add-to-cart {
    min-width: 135px;
    width: auto;
    border-radius: 0;
    height: 30px;
}
.ftc_products_slider.style_3 .product .images .group-button-product .add-to-cart a {
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    line-height: 30px;
    height: auto;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}
.ftc_products_slider.style_3 .product .images .group-button-product .add-to-cart a:before {
    display: none;
}
.ftc_products_slider.style_3 .product .images .group-button-product .yith-wcwl-add-to-wishlist,
.ftc_products_slider.style_3 .product .images .group-button-product .compare {
    display: none;
}
.ftc_products_slider.style_3 .product .images .group-button-product .quickview {
    display: block;
    min-width: 135px;
    border-radius: 0;
    width: auto;
    line-height: 30px;
    margin-top: 10px;
    height: 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #222;
    background-color: transparent;
    border: 1px solid #222;
}
.ftc_products_slider.style_3 .product .images .group-button-product .quickview i {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: none;
}
.ftc_products_slider.style_3 .product .images .group-button-product a.quickview:hover{
    background-color: #333;
    border-color: transparent;
}
.ftc_products_slider.style_3 span.ftc-tooltip.button-tooltip {
    display: block;
}
.ftc_products_slider.style_3 .product .images:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffffbf;
    top: 0;
    left: 0;
    z-index: 2;
}
.ftc_products_slider.style_3 .product {
    border: 1px solid transparent;
}
.ftc_products_slider.style_3 .product:hover {
    border-color: #333;
}
.ftc_products_slider.style_3 .woocommerce .product .item-description{
    padding-bottom: 18px;
}
.ftc_products_slider.style_3 .product .images .group-button-product .added_to_cart:after{
    display: none;
}
.ftc-blogs-slider.style_v3 .title-blogs-slider:before{
    content: "";
    width: 30px;
    height: 2px;
    background: #9f2348;
    position: relative;
    top: 10px;
    left: 0;
    margin-right: 10px;
}
.ftc-blogs-slider.style_v3 .title-blogs-slider > * {
    display: inline-block;
}
.ftc-blogs-slider.style_v3 .title-blogs-slider * {
    font-family: inherit;
}


/* product slider style_4 */
.ftc_products_slider.style_4 {
    width: calc(100% + 1px);
    padding-right: 1px;
    margin-left: -1px;
}
.ftc_products_slider.style_4 .product .group-button-product {
    bottom: 0;
    transform: none;
    top: auto;
    left: 0;
}
.ftc_products_slider.style_4 .product .group-button-product > :not(.quickview) {
    display: none;
}
.ftc_products_slider.style_4 .product:hover .images a.quickview {
    font-size: 16px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: transparent;
}
.ftc_products_slider.style_4 .product:hover .images a.quickview {
    z-index: 9;
}

.ftc_products_slider.style_4 .product .images:hover > a:after{
    display: none;
}
.ftc_products_slider.style_4 .product .images a.quickview i:before {
    content: "\e090";
    font-family: 'simple-line-icons';
}
.ftc_products_slider.style_4 .woocommerce .product .item-description {
    display: flex;
    flex-direction: column;
}
.ftc_products_slider.style_4 .woocommerce .product .item-description .star-rating {
    order: 1;
}
.ftc_products_slider.style_4 .woocommerce .product .item-description .product_title {
    order: 2;
    font-size: 14px;
    margin-bottom: 0;
}
.ftc_products_slider.style_4 .woocommerce .product .item-description span.price {
    order: 3;
}
.ftc_products_slider.style_4 span.ftc-tooltip.button-tooltip {
    display: none;
}
.ftc_products_slider.style_4 div.product .images {
    margin-bottom: 18px;
}
.ftc_products_slider.style_4 .products .product {
    border: 1px solid transparent;
    max-width: 350px;
    width: 100%;
}
.ftc_products_slider.style_4 .product:hover {
    border-color: #333;
}
.ftc_products_slider.style_4 .product .conditions-box .onsale {
    min-width: 150px;
    width: auto;
    padding: 15px 0 5px;
    transform: rotate(45deg);
    margin-right: -35px;
    margin-top: 2px;
    text-transform: capitalize;
}
.ftc_products_slider.style_4 .product .meta_info {
    order: 4;
    display: flex;
    position: unset;
    left: 0;
    transform: none;
    opacity: 0;
    visibility: hidden;
    margin: 28px 0 32px;
    justify-content: center;
}
.ftc_products_slider.style_4 .product:hover .meta_info {
    opacity: 1;
    visibility: visible;
}

/**/
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info .added_to_cart::after,
.ftc_products_slider.style_4 .post .add_to_cart_button a:before {
    display: none;
}
.ftc_products_slider.style_4 .meta_info .add-to-cart {
    order: 2;
    min-width: 120px;
    margin: 0 10px;
    display: inherit;
}
.ftc_products_slider.style_4 .meta_info .yith-wcwl-add-to-wishlist {
    order: 1;
}
.ftc_products_slider.style_4 .meta_info .compare {
    order: 3;
    display: block;
}
.ftc_products_slider.style_4 .ftc-product.product .meta_info a.compare, 
.ftc_products_slider.style_4 .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info .added_to_cart,
.ftc_products_slider.style_4 .add-to-cart .ftc-tooltip.button-tooltip {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info a{
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color: #111;
    border: 0;
}
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info a i {
    line-height: 30px;
}

.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info a:hover {
    color: #fff;
    background: #333333;
    border-color: transparent;
}
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info a.quickview {
    display: none;
}
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info .add-to-cart:hover a,
.ftc_products_slider.style_4 .woocommerce .ftc-product.product .item-description .meta_info .add-to-cart a {
    background-color: #333;
    color: #fff;
}

/* product slider style 5 */
.ftc_products_slider.style_5 .ftc-products {
    width: 100%;
}
.ftc_products_slider.style_5 .product .images {
    overflow: visible;
    margin-bottom: 40px;
}
.ftc_products_slider.style_5 .product:hover .images:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    z-index: 9;
    border-radius: 50%;
    border: 7px solid #aa69494d;
}
.ftc_products_slider.style_5 .images a img {
    border-radius: 50%;
}
.ftc_products_slider.style_5 .woocommerce .product .images:hover > a:after{
    display: none;
}
.ftc_products_slider.style_5 .product .group-button-product > :not(.quickview) {
    display: none;
}
.ftc_products_slider.style_5 .product .group-button-product {
    transform: none;
    height: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
}
.ftc_products_slider.style_5 .product:hover .group-button-product {
    opacity: 1;
    overflow: visible;
}
.ftc_products_slider.style_5 .product .images a.quickview {
    display: block;
    position: absolute;
    bottom: -7px;
    right: 22px;
    z-index: 3;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    border: 0;
}
.ftc_products_slider.style_5 .product:hover .images a.quickview:hover i {
    color: red;
}
.ftc_products_slider.style_5 .product .images a.quickview i:before {
    content: "\e090";
    font-family: 'simple-line-icons';
}
.ftc_products_slider.style_5 .product:hover .images a.quickview:hover {
    color: #333;
    background-color: transparent;
}

.ftc_products_slider.style_5 span.ftc-tooltip.button-tooltip {
    display: none;
}
.ftc_products_slider.style_5 .product .conditions-box .onsale {
    min-width: 150px;
    width: auto;
    padding: 20px 0 5px;
    transform: rotate(45deg);
    margin-right: -32px;
    margin-top: 0;
    text-transform: capitalize;
}
.ftc_products_slider.style_5 .product .meta_info {
    order: 4;
    display: flex;
    justify-content: center;
    position: unset;
    transform: none;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    margin-top: 27px;
}
.ftc_products_slider.style_5 .product:hover .meta_info {
    opacity: 1;
    visibility: visible;
}
.ftc_products_slider.style_5 .products:not(.list) .ftc-product:hover .meta_info {
    animation: none;
    -webkit-animation: none;
    -o-animation: unset;
}

.h17-img-video.elementor-widget-video .elementor-custom-embed-play {
    width: 140px;
    height: 140px;
    line-height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
.h17-img-video.elementor-widget-video .elementor-custom-embed-play:hover i {
    transform: scale(1.2);
}
.h17-img-video.elementor-widget-video .elementor-custom-embed-play i:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    line-height: 140px;
    position: relative;
    left: 5px;
}
/**/
.ftc_products_slider.style_5 .woocommerce .ftc-product.product .item-description .meta_info .added_to_cart::after,
.ftc_products_slider.style_5 .post .add_to_cart_button a:before {
    display: none;
}
.ftc_products_slider.style_5 .meta_info .add-to-cart {
    order: 2;
    min-width: 120px;
    width: auto;
    margin: 0 12px;
    height: 30px;
    line-height: 30px;
}

.ftc_products_slider.style_5 .meta_info .yith-wcwl-add-to-wishlist {
    order: 1;
}
.ftc_products_slider.style_5 .meta_info .compare {
    order: 3;
}
.ftc_products_slider.style_5 .ftc-product.product .meta_info a.compare, 
.ftc_products_slider.style_5 .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.ftc_products_slider.style_5 .woocommerce .ftc-product.product .item-description .meta_info .added_to_cart,
.ftc_products_slider.style_5 .add-to-cart .ftc-tooltip.button-tooltip {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.ftc_products_slider.style_5 .woocommerce .ftc-product.product .item-description .meta_info a{
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color: #666;
    border: 0;
    display: inline-block;
}
.ftc_products_slider.style_5 .woocommerce .ftc-product.product .item-description .meta_info a i {
    line-height: 30px;
}

.ftc_products_slider.style_5 .woocommerce .ftc-product.product .item-description .meta_info a:hover {
    color: #fff;
    background: #333333;
    border-color: transparent;
}
.ftc_products_slider.style_5 .woocommerce .ftc-product.product .item-description .meta_info a.quickview {
    display: none;
}
.ftc_products_slider.style_5 .product .item-description {
    display: flex;
    flex-direction: column;
}
.ftc_products_slider.style_5 .product .item-description .star-rating {
    order: 1;
}
.ftc_products_slider.style_5 .product .item-description .product_title {
    order: 2;
    font-size: 14px;
}
.ftc_products_slider.style_5 .product .item-description span.price {
    order: 3;
}
/* Blog slider style_v2 */
.blogs-slider.style_2 .post-text {
    background-color: #fff;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: -85px;
    z-index: 9;
    position: relative;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
}
.blogs-slider.style_2 .post-text .meta {
    order: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.blogs-slider.style_2 .post-text .meta .posted_in:after {
    content: "/";
    padding: 0 10px;
}
.blogs-slider.style_2 .post-text h4 {
    order: 2;
}
.blogs-slider.style_2 .post-text p {
    order: 3;
    margin-bottom: 0;
}
.blogs-slider.style_2 .post-text a.ftc-readmore {
    order: 5;
    border-bottom: 2px solid;
    width: max-content;
    display: inline-block;
}

/* Blog slider style_v4 */
.ftc-blogs-slider.style_v4 .blogs-slider .inner-wrap {
    width: 100%;
}
.ftc-blogs-slider.style_v4 .blogs-slider .post-text {
    position: relative;
    padding-top: 20px;
}

.ftc-blogs-slider.style_v4 .blogs-slider .post-text .meta span.published {
    display: none;
}
.ftc-blogs-slider.style_v4 .post-text .element-date-timeline {
    display: block;
    position: absolute;
    min-width: 50px;
    height: auto;
    top: 20px;
    left: 0;
    background: #5bc0eb;
    color: #fff;
    text-align: center;
    line-height: 26px;
    padding: 14px 0;
}
.ftc-blogs-slider.style_v4 .blog-template-elementor .inner-wrap .post-text .meta .vcard.author {
    margin-right: 15px;
    float: none;
}
.ftc-blogs-slider.style_v4 .post-text .element-date-timeline .day {
    position: relative;
    font-weight: bold;
    font-size: 24px;
}
.ftc-blogs-slider.style_v4 .post-text .element-date-timeline .month {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.ftc-blogs-slider.style_v4 .post-text .ftc-readmore {
    display: none;
}
.ftc-blogs-slider.style_v4 .blogs-slider .post-text h4 {
    order: 1;
    margin-bottom: 3px;
    padding-left: 70px;
    line-height: 24px;
}

.ftc-blogs-slider.style_v4 .post-text p {
    margin-bottom: 14px;
    order: 2;
    margin: 0;
}
.ftc-blogs-slider.style_v4 .blogs-slider .post-text .meta {
    order: 3;
    margin-left: 70px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #999;
}

/* portfolios style_1 */
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail img {
    margin: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail:hover:before {
    opacity: 0;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption {
    padding: 23px 7px;
    min-width: 50%;
    width: 100%;
    background-color: #ffffffb5;
    display: flex;
    flex-direction: column;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption h3 {
    order: 1;
    margin-bottom: 0;
    font-size: 22px;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption h3 a {
    color: #333;
    text-transform: capitalize;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption .term {
    order: 2;
    font-size: 16px;
    color: #7a9625;
    margin-bottom: 5px;
    font-weight: normal;
}
.ftc-portfolio-element.style_1 .portfolio-inner .item .thumbnail .figcaption a.read-more-button {
    order: 3;
}
/* portfolios style 2 */

.ftc-portfolio-element.style_2 .item .thumbnail .figcaption h3 {
    font-size: 24px;
    color: #333;
    text-decoration: unset;
    text-transform: capitalize;
    order: 2;
}
.ftc-portfolio-element.style_2 .item .thumbnail .figcaption .term {
    order: 1;
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.ftc-portfolio-element.ftc-portfolio-wrapper.style_2 .item .thumbnail:before{
    opacity: 0.6;
}
.ftc-portfolio-element.style_2 .item .thumbnail .figcaption {
    width: max-content;
    height: max-content;
    padding: 25px 30px;
    background-color: #ffffff9e;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* portfolios style 3 */
.ftc-portfolio-wrapper.style_3 .item .thumbnail .figcaption {
    width: max-content;
    max-width: 100%;
    padding: 10px;
    border: 1px solid;
}
.ftc-portfolio-element.ftc-portfolio-wrapper.style_3 .item .thumbnail:before{
    opacity: 0.5;
}
.ftc-portfolio-element.style_3 .item .thumbnail .figcaption h3 {
    font-size: 20px;
}

/* portfolios style 4 */
.ftc-portfolio-element.style_4 .item .thumbnail .figcaption h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.ftc-portfolio-element.ftc-portfolio-wrapper.style_4 .item .thumbnail:before{
    opacity: 0;
}
.ftc-portfolio-wrapper.style_4 .item .thumbnail .figcaption {
    top: auto;
    bottom: 0;
    background-color: #333333b8;
    padding: 10px;
    width: max-content;
    max-width: 100%;
}
.ftc-portfolio-wrapper.style_4 .item .thumbnail:before {
    opacity: 0;
}
/* blog grid style_2 */

.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap > a {
    max-width: 45%;
    width: 100%;
}
.ftc-elements-blogs.style_2 {
    margin: 0;
}
.ftc-elements-blogs.style_2 .ftc-blogs {
    background-color: #fff;
    padding: 10px;
}
.ftc-elements-blogs.style_2 .ftc-blogs .post-text {
    padding: 0;
    padding-left: 40px;
    padding-right: 20px;
    max-width: 55%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ftc-elements-blogs.style_2 .ftc-blogs .post-text h4 {
    order: 1;
    padding: 0;
    margin-bottom: 10px;
    
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap p {
    order: 2;
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap .meta {
    order: 3;
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap .meta .author {
    padding: 0;
    border: 0;
    margin-right: 10px;
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap a.ftc-readmore {
    order: 4;
    color: #444;
    text-transform: uppercase;
    position: relative;
    border: 0;
    padding: 6px 0;
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap p {
    order: 2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aa694961;
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap a.ftc-readmore:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 50%;
    margin-left: 20px;
}
.elementor-widget-ftc-posts-slider .elementor-widget-container {
    width: auto !important;
}
.ftc-elements-blogs.style_2 .ftc-blogs .inner-wrap {
    flex-direction: row;
    display: flex;
}

/* blog grid style_3 */
.ftc-elements-blogs.style_3 .ftc-blogs .inner-wrap {
    display: flex;
    align-items: center;
}
.ftc-elements-blogs.style_3 .ftc-blogs:last-child .inner-wrap {
    margin-bottom: 0;
}
.ftc-elements-blogs.style_3 .ftc-blogs .inner-wrap > a {
    max-width: 570px;
    width: 100%;
}
.ftc-elements-blogs.style_3 .ftc-blogs {
    padding: 0;
}
.elementor-element .ftc-elements-blogs.style_3 .ftc-blogs:last-child {
    margin-bottom: 0;
}
.ftc-elements-blogs.style_3 .ftc-blogs .post-text {
    padding: 0 30px;
    max-width: 570px;
    width: 100%;
    margin-left: 30px;
    text-align: center;
}

.ftc-elements-blogs.style_3 .ftc-blogs .post-text .meta {
    padding-bottom: 14px;
    position: relative;
    width: max-content;
    margin: 0 auto 15px;
    border-bottom: 1px solid #ebebeb;
}
.ftc-elements-blogs.style_3 .ftc-blogs .post-text .meta .author {
    margin: 0;
    padding-left: 10px;
}
.ftc-elements-blogs.style_3 .ftc-blogs .post-text .meta .author:before {
    content: "\f2c0";
    font-family: fontawesome;
    margin-right: 5px;
}
.ftc-elements-blogs.style_3 .ftc-blogs .post-text .meta .published:before {
    content: "\f073";
    font-family: fontawesome;
    margin-right: 5px;
}
.ftc-elements-blogs.style_3 .ftc-blogs .post-text a.ftc-readmore {
    border: 0;
    padding: 0;
    color: #333;
    position: relative;
}
.ftc-elements-blogs.style_3 .ftc-blogs .post-text a.ftc-readmore:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #333;
    position: relative;
    top: -4px;
    margin-left: 10px;
    display: inline-block;
}
.ftc-elements-blogs.style_3 .ftc-blogs:nth-child(2n) .inner-wrap {
    flex-direction: row-reverse;
}
.ftc-elements-blogs.style_3 .ftc-blogs:nth-child(2n) .post-text {
    margin-left: 0;
    margin-right: 30px;
    margin-top: 80px;
}
.blog-h15 .ftc-elements-blogs.style_2 .ftc-blogs {
    padding: 0;
    background-color: transparent;
}
.blog-h15 .ftc-elements-blogs.style_2 .ftc-blogs .post-text {
    padding-left: 30px;
}

/* product grid style 1 */
.ftc-product-grid.style_1 .title-product-grid {
    max-width: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.ftc-product-grid.style_1 {
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
}
.ftc-product-grid.style_1 .products .product:hover {
    box-shadow: 0 2px 6px 2px #ddd;
    z-index: 8;
    overflow: unset;
}
.ftc-product-grid.style_1 .products .product:hover {
    margin-bottom: 80px;
}
.ftc-product-grid.style_1.columns-5 .products .product {
    max-width: calc(20% - 10px);
}
.ftc-product-grid.style_1.columns-4 .products .product {
    max-width: calc(25% - 10px);
}
.ftc-product-grid.style_1.columns-4 .product .images a.quickview {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 18px;
    font-size: 16px;
}

.ftc-product-grid.style_1.columns-3 .products .product {
    max-width: calc(33.33% - 10px);
}
.ftc-product-grid.style_1 .products .product {
    padding: 10px;
    width: 100%;
}
.ftc-product-grid.style_1 .short-description {
    display: none;
    height: 46px;
    overflow: hidden;
    margin-bottom: 12px;
}
.ftc-product-grid.style_1 .products .product:hover .short-description {
    display: block;
}
.ftc-product-grid.style_1 .product:hover .item-description {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 9px 6px 2px #ddd;
    left: 0;
    padding: 0 10px 20px 10px;
}
.ftc-product-grid.style_1 .products .product:hover .meta_info {
    position: relative;
    height: auto;
    top: auto;
}
.ftc-product-grid.style_1.woocommerce .product:hover .price {
    margin-bottom: 16px;
}
.ftc-product-grid.style_1 .product:hover .item-description:before {
    content: "";
    background-color: #fff;
    top: -8px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 20px;
}
.ftc-product-grid.style_1.woocommerce .product .price .amount {
    font-weight: 500;
}
.ftc-product-grid.style_1.woocommerce .product .price{
    margin-bottom: 26px;
}
/**/
.ftc-product-grid.style_1 .product .meta_info .added_to_cart::after,
.ftc-product-grid.style_1 .product .meta_info .add-to-cart a:before{
    display: none;
}
.ftc-product-grid.style_1 .product .item-description .meta_info .add-to-cart {
    order: 2;
    max-width: 160px;
    width: 100%;
    margin: 0 10px;
}
.ftc-product-grid.style_1 .meta_info .yith-wcwl-add-to-wishlist {
    order: 1;
}
.ftc-product-grid.style_1 .meta_info .compare {
    order: 3;
}
.ftc-product-grid.style_1 .ftc-product.product .meta_info a.compare, 
.ftc-product-grid.style_1 .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist {
    width: auto;
    height: auto;
    line-height: initial;
}
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info .added_to_cart,
.ftc-product-grid.style_1 .add-to-cart .ftc-tooltip.button-tooltip {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info a {
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    color: #666;
    border: 0;
    float: left;
}
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info .add-to-cart a {
    background-color: #111;
    color: #fff;
    border-radius: 25px;
}
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info .add-to-cart:hover a {
    background-color: #111;
}
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info a.compare:hover i,
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info .add_to_wishlist:hover i {
    color: #111;
}
.ftc-product-grid.style_1.woocommerce .ftc-product.product .item-description .meta_info a.quickview {
    display: none;
}
.ftc-product-grid.style_1 .product .item-description .meta_info .quickview {
    display: none;
}

.ftc-product-grid.style_1 .load-more-product {
    text-align: center;
    margin-top: 60px;
}
.ftc-product-grid.style_1 .load-more-product .load-more {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 28px;
    font-weight: normal;
}

/* blog slider style 4*/
.blogs-slider.style_4 .post-text {
    width: 82%;
    margin: -85px auto 15px;
    background-color: #fff;
    z-index: 9;
    padding: 35px 40px;
    position: relative;
    box-shadow: 3PX 4PX 10px 3px #DDD;
    display: flex;
    flex-direction: column;
}

.blogs-slider.style_4 .post-text .meta {
    order: 1;
    margin-bottom: 22px;
}
.blogs-slider.style_4 .post-text h4{
    order: 2;

}
.blogs-slider.style_4 .post-text p{
    order: 3;
    display: none;
}

.blogs-slider.style_4 .post-text a.ftc-readmore {
    order: 4;
    width: max-content;
    margin-top: 40px;
    border: 0;
    border-bottom: 2px solid;
    padding: 0;
    color: #111;
}
.blogs-slider.style_4 .post-text .meta span.published:after {
    content: "/";
    margin: 0 10px;
}
.blogs-slider.style_4 .post-text .meta span.author.vcard {
    margin: 0;
}


/* blog grid style_3 */
.ftc-elements-blogs.style_4 {
    margin: 0;
}
.ftc-elements-blogs.style_4 .ftc-blogs {
    padding: 0;
    margin: 0;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text h4, .ftc-elements-blogs.style_4 .ftc-blogs a.ftc-readmore {
    display: none;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text p {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text .meta span.published {
    display: none;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text .element-date-timeline {
    display: inline-block;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text .meta .author {
    display: none;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text .meta {
    /*position: absolute;*/
    left: 0;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text .element-date-timeline {
    display: inline-block;
    background-color: #333;
    width: 46px;
    height: 46px;
    text-align: center;
    color: #fff;
    padding: 6px 0;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text .element-date-timeline > div {
    line-height: 16px;
}
.ftc-elements-blogs.style_4 .ftc-blogs .post-text {
    width: max-content;
    max-width: 270px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.elementor-element .ftc-elements-blogs.style_4 .ftc-blogs:last-child {
    margin-bottom: 0;
}

/* ftc product categories - style 4 */
.ftc-product-categories.style_4 {
    display: flex;
}
.ftc-product-categories.style_4 .category {
    width: 20%;
    border: 1px solid #ebebeb;
    border-width: 1px 0 1px 1px;
    padding: 21px 0;
}
.ftc-product-categories.style_4 .category .ftc-categories {
    display: flex;
    margin: auto;
}

.ftc-product-categories.style_4 .item-description {
    padding-left: 20px;
}
.ftc-product-categories.style_4 .item-description > * {
    font-size: 14px;
    color: #444;
}
.ftc-product-categories.style_4 .item-description .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}
.ftc-product-categories.style_4 .category img {
    width: 64px;
    height: 55px;
}

.product-right-v1 .navigation-slider .nav-prev.style_3 {
    left: -23.7%;
    top: 24px;
}
.product-right-v1 .navigation-slider .nav-next.style_3 {
    left: calc(-24% + 50px);
    top: 24px;
}

.product-left-v1 .navigation-slider .nav-next.style_3 {
    right: -24%;
    top: 25px;
}
.product-left-v1 .navigation-slider .nav-prev.style_3 {
    right: calc(-24% + 50px);
    top: 25px;
    left: auto;
}
/* style slider - style 2 */
.navigation-slider .style_2 {
    width: 35px;
    height: 35px;
    line-height: 33px;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.navigation-slider .nav-next.style_2:before {
    content: "\f105";
    margin-right: -2px;
    line-height: inherit;
}
.navigation-slider .nav-prev.style_2:before {
    content: "\f104";
    margin-left: -3px;
    line-height: inherit;
}
.navigation-slider .style_2:before {
    font-size: 24px;
}

/* style slider - style 3 */
.navigation-slider .style_3 {
    width: 35px;
    height: 35px;
    line-height: 33px;
    background-color: #333;
    color: #fff;
    text-align: center;
    transform: none;
    z-index: 3;
}
.navigation-slider .style_3:before {
    font-size: 24px;
}
.navigation-slider .nav-next.style_3:before {
    content: "\f105";
    margin-right: -2px;
    line-height: inherit;
}
.navigation-slider .nav-prev.style_3:before {
    content: "\f104";
    margin-left: -3px;
    line-height: inherit;
}
.navigation-slider .nav-next.style_3 {
    top: auto;
    bottom: 0;
    right: calc(50% - 45px);
}
.navigation-slider .nav-prev.style_3 {
    top: auto;
    bottom: 0;
    left: calc(50% - 45px);
}

/* style slider - style 4 */
.navigation-slider .style_4 {
    width: 35px;
    height: 35px;
    line-height: 33px;
    background-color: #333;
    color: #fff;
    text-align: center;
    transform: none;
    bottom: 5px;
}
.navigation-slider .style_4:before {
    font-size: 24px;
}
.navigation-slider .nav-next.style_4:before {
    content: "\f105";
    margin-right: -2px;
    line-height: inherit;
}
.navigation-slider .nav-prev.style_4:before {
    content: "\f104";
    margin-left: -3px;
    line-height: inherit;
}
.navigation-slider .nav-next.style_4{
    top: auto;
    right: 0;
}
.navigation-slider .nav-prev.style_4{
    top: auto;
    left: 0;
}
/* style slider - style 5 */

.navigation-slider .nav-prev.style_5 {
    left: -30px;
}
.navigation-slider .nav-next.style_5 {
    right: -30px;
}
.navigation-slider .style_5 {
    color: #000;
}
.navigation-slider .nav-next.style_5:before {
    content: "\e606";
    font-family: Simple-line-icons;
}
.navigation-slider .nav-prev.style_5:before {
    content: "\e605";
    font-family: Simple-line-icons;
}
.navigation-slider .style_5:before {
    font-size: 24px;
    font-weight: normal;
}
@media only screen and (max-width: 991px){
    .navigation-slider .nav-prev.style_5 {
        left: -15px;
    }
    .navigation-slider .nav-next.style_5 {
        right: -15px;
    }
    section.elementor-element.width-plus .navigation-slider .style_5 {
        display: none;
    }
}



/* deal product style 1*/
.ftc_products_deal_slider.style_1 .product {
    display: flex;
    align-items: center;
}
.ftc_products_deal_slider.style_1 .ftc-deal-products .product .images{
    max-width: 470px;
    width: 100%;
    margin-bottom: 0;
}
.ftc_products_deal_slider.style_1 .product .item-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #2a2931;
    height: max-content;
    padding: 30px;
    margin-top: 100px;
}
.ftc_products_deal_slider.style_1 .product .item-description:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #2a2931;
    z-index: 9;
}
.ftc_products_deal_slider.style_1 .product .item-description .meta_info {
    display: none;
}
.ftc_products_deal_slider.style_1 .item-description .star-rating {
    order: 1;
    margin-left: 0;
    margin-top: 0;
}
.ftc_products_deal_slider.style_1 .item-description .product-name {
    order: 2;
}
.ftc_products_deal_slider.style_1 .item-description span.price {
    order: 3;
}
.ftc_products_deal_slider.style_1 .item-description .counter-wrapper{
    order: 4;
    display: flex;
    max-width: 385px;
    width: 100%;
}
.ftc_products_deal_slider.style_1 .item-description .product-name a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.ftc_products_deal_slider.style_1 .item-description .counter-wrapper > div {
    margin: 0;
    background-color: transparent;
    margin-left: -1px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 6px 0 10px;
    border-color: #555;
}
.ftc_products_deal_slider.style_1 .counter-wrapper .countdown-meta {
    margin-top: 4px;
    margin-left: 4px;
    text-transform: capitalize;
    font-size: 14px;
}
.ftc_products_deal_slider.style_1 .product .images:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0,0,0,0.1);
}
.ftc_products_deal_slider.style_1 .ftc-product:hover .images .group-button-product {
    display: flex;
    align-items: center;
    max-width: 260px;
    width: 100%;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > div a{
    line-height: 40px;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > div{
    width: 25%;
    border-radius: 0;
    border-right: 1px solid #666;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > a {
    width: 25%;
    border-radius: 0;
    border-right: 1px solid #666;
    line-height: 40px;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > div:hover, 
.ftc_products_deal_slider.style_1 .product .images .group-button-product > a:hover {
    border: 0;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > div a {
    width: 100%;
    border-radius: 0;
    border: 0;
}
.elementor-element .add-to-cart .added_to_cart:before{
    display: none;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > div .add_to_cart_button.loading:after {
    top: 0;
}
.ftc_products_deal_slider.style_1 .product .images .group-button-product > .quickview {
    border-right: 0;
}
.deal-product1 .ftc_products_deal_slider.style_1 .group-button-product {
    margin-left: 65px;
}
.deal-product1 .ftc_products_deal_slider.style_1 .nav-prev.style_3 {
    left: 53%;
}
.deal-product1 .ftc_products_deal_slider.style_1 .nav-next.style_3 {
    right: 38%;
}
.deal-product1 .ftc_products_deal_slider .title-products-deal {
    position: absolute;
    left: 50%;
    padding-left: 30px;
    text-align: left;
}
.deal-product1 .ftc_products_deal_slider .title-products-deal h1 {
    margin-top: 30px;
    font-size: 60px;
}
.deal-product1 .ftc_products_deal_slider .title-products-deal * {
    font-weight: 800;
}
.deal-product1 .ftc_products_deal_slider .title-products-deal h2 {
    margin-top: 0;
}

/* blog slider 6*/
.ftc-blogs-slider.style_v6 .blogs-slider .inner-wrap {
    background-color: #fff;
    padding: 10px;
}
.ftc-blogs-slider.style_v6 .post-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.ftc-blogs-slider.style_v6 .post-text h4 {
    order: 1;
}
.ftc-blogs-slider.style_v6 .post-text >p {
    order: 2;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
    margin-bottom: 14px;
}
.ftc-blogs-slider.style_v6 .post-text .meta {
    order: 3;
}
.ftc-blogs-slider.style_v6 .post-text .ftc-readmore {
    order: 4;
    width: max-content;
    margin: 12px auto 0;
    border: 1px solid #ebebeb;
    padding: 4px 20px;
}
.ftc-blogs-slider.style_v6 .post-text .ftc-readmore:after {
    content: "";
    width: 30px;
    display: inline-block;
    height: 1px;
    background-color: #333;
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.ftc-blogs-slider.style_v6 .blogs-slider .post-text .meta span.published {
    display: none;
}
.ftc-blogs-slider.style_v6 .post-text .element-date-timeline {
    display: block;
    position: absolute;
    top: -80px;
    width: 65px;
    height: 70px;
    left: 10px;
    background: #111;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
.ftc-blogs-slider.style_v6 .post-text .element-date-timeline .day {
    position: relative;
    font-weight: 600;
    font-size: 24px;
}
.ftc-blogs-slider.style_v6 .post-text .element-date-timeline .month {
    font-size: 16px;
    font-weight: normal;
}
.ftc-blogs-slider.style_v6 .post-text .element-date-timeline .day:before{
    content: "";
    width: 60%;
    left: 20%;
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: #fff;
}
.ftc-blogs-slider.style_v6 .post-text .element-date-timeline .day:after {
    content: "";
    width: 60%;
    left: 20%;
    bottom: -2px;
    height: 1px;
    position: absolute;
    background-color: #ffffff4d;
}
/* testimonial - style 2 */
.ftc-element-testimonial.style_2 {
    max-width: 940px;
    margin: 0 auto;
}
.ftc-element-testimonial.style_2 .item.testimonial-content {
    margin: 0;
}
.ftc-element-testimonial.style_2 .infomation{
    position: relative;
    text-align: center;
}
.ftc-element-testimonial.style_2 .group-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ftc-element-testimonial.style_2 .rating {
    margin: 38px 0 35px;
}
.ftc-element-testimonial.style_2 .rating .star-rating {
    font-size: 16px;
    width: 102px;
    letter-spacing: 4px;
}
.ftc-element-testimonial.style_2 h4.name {
    font-family: Quentin;
    margin: 0;
}
.ftc-element-testimonial.style_2 .byline {
    font-size: 12px;
    color: #fff;
}
.ftc-element-testimonial.style_2 .title-testi-slider {
    max-width: 770px;
    margin: 0 auto 55px;
}
.ftc-element-testimonial.style_2 .navigation-slider {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 60px;
}
.ftc-element-testimonial.style_2 .navigation-slider > div {
    position: unset;
    margin: 0 7px;
}

/* ftc product categories - style 5 */

.ftc-product-categories.style_5 {
    display: flex;
    justify-content: center;
}
.ftc-product-categories.style_5 .category {
    width: 20%;
    border-right: 1px solid #ebebeb;
    padding: 15px 0;
}
.ftc-product-categories.style_5 .category:last-child {
    border: 0;
}
.ftc-product-categories.style_5 .category .ftc-categories {
    display: flex;
    margin: auto;
}
.ftc-product-categories.style_5 .item-description {
    padding-left: 20px;
}
.ftc-product-categories.style_5 .item-description > * {
    font-size: 14px;
}
.ftc-product-categories.style_5 .item-description .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}
.ftc-product-categories.style_5 .category img {
    width: 64px;
    height: 55px;
}


/* Ftc testimonial slider - style 3 */


.ftc-element-testimonial.style_3 .group-content {
    max-width: 670px;
    margin: 0 auto;
}
.ftc-element-testimonial.style_3 .name {
    display: inline-block;
    margin: 0;
}
.ftc-element-testimonial.style_3 .byline {
    display: inline-block;
}
.ftc-element-testimonial.style_3 .byline:before {
    content: "-";
}
.ftc-element-testimonial.style_3 .infomation {
    margin-top: 5px;
    margin-bottom: 40px;
}

/* ftc blog grid - style v4 */
.ftc-elements-blogs.ftc-elements-blogs.style_v4 {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.ftc-elements-blogs.style_v4 .post-text span.published:before {
    content: "\f073";
    font-family: Fontawesome;
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.ftc-elements-blogs.style_v4 .post-text span.author.vcard {
    margin-left: 6px;
}
.ftc-elements-blogs.style_v4 .post-text .author:before {
    content: "\f007";
    font-family: fontawesome;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.ftc-elements-blogs.style_v4 .ftc-blogs {
    max-width: 25%;
    width: 100%;
    padding: 0 15px;
}
.ftc-elements-blogs.style_v4 .ftc-loadmore {
    background-color: transparent;
    color: #333;
    font-weight: 700;
    position: relative;
    padding: 7px 10px;
}
.ftc-elements-blogs.style_v4 .ftc-loadmore:before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
}
.ftc-elements-blogs.style_v4 .ftc-loadmore:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #333;
}


/* product grid style 2 */
.ftc-product-grid.style_2 .title-product-grid strong {
    font-weight: 800;
}

.ftc-product-grid.style_2 {
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
}
.ftc-product-grid.style_2 .products .product:hover {
    box-shadow: 0 1px 8px 0 #808080bd ;
    z-index: 8;
    overflow: unset;
}
.ftc-product-grid.style_2 .products .product:hover {
    margin-bottom: -110px;
    z-index: 8;
    background-color: #fff;
}
.ftc-product-grid.style_2.columns-4 .product .images a.quickview {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 18px;
    font-size: 16px;
}
.ftc-product-grid.style_2.woocommerce .products .product {
    padding: 10px;
    width: 100%;
}
.ftc-product-grid.style_2 .short-description {
    display: none;
    height: 46px;
    overflow: hidden;
    margin-bottom: 12px;
}
.ftc-product-grid.style_2 .products .product:hover .short-description {
    display: block;
}
.ftc-product-grid.style_2 .product:hover .item-description {
    background-color: #fff;
    width: 100%;
}
.ftc-product-grid.style_2 .products .product:hover .meta_info {
    position: relative;
    height: auto;
    top: auto;
}
.ftc-product-grid.style_2.woocommerce .product:hover .price {
    margin-bottom: 16px;
}
.ftc-product-grid.style_2 .product:hover .item-description:before {
    content: "";
    background-color: #fff;
    top: -8px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 20px;
}
.ftc-product-grid.style_2.woocommerce .product .price .amount {
    font-weight: 500;
}
.ftc-product-grid.style_2.woocommerce .product .price{
    margin-bottom: 26px;
}
/**/
.ftc-product-grid.style_2 .product .meta_info .added_to_cart::after,
.ftc-product-grid.style_2 .product .meta_info .add-to-cart a:before{
    display: none;
}
.ftc-product-grid.style_2 .product .item-description .meta_info .add-to-cart {
    order: 2;
    max-width: 142px;
    width: 100%;
    margin: 0;
}
.ftc-product-grid.style_2 .meta_info .yith-wcwl-add-to-wishlist {
    order: 1;
}
.ftc-product-grid.style_2 .meta_info .compare {
    order: 3;
}
.ftc-product-grid.style_2 .ftc-product.product .meta_info a.compare, 
.ftc-product-grid.style_2 .ftc-product.product .meta_info .yith-wcwl-add-to-wishlist {
    width: 24%;
    height: auto;
    line-height: initial;
}
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info .added_to_cart,
.ftc-product-grid.style_2 .add-to-cart .ftc-tooltip.button-tooltip {
    display: block;
    font-size: 13px;
}
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info a {
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    color: #666;
    border: 0;
    float: left;
}
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info .add-to-cart a {
    background-color: #111;
    color: #fff;
}
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info .add-to-cart:hover a {
    background-color: #111;
}
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info a.compare:hover i,
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info .add_to_wishlist:hover i {
    color: #111;
}
.ftc-product-grid.style_2.woocommerce .ftc-product.product .item-description .meta_info a.quickview {
    display: none;
}
.ftc-product-grid.style_2 .product .item-description .meta_info .quickview {
    display: none;
}
.woocommerce a.button.loading {
    opacity: 0.5;
}
.load-more-product.style_3 {
    text-align: center;
    width: max-content;
    margin: 30px auto 0;
    position: relative;
}
.ftc-product-grid .load-more-product.style_3 .load-more {
    padding: 10px 0;
    border-radius: 0;
    background-color: transparent;
    color: #333;
}
.ftc-product-grid .load-more-product.style_3:before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
}
.ftc-product-grid .load-more-product.style_3:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #333;
    animation: none;
    top: auto;
    left: auto;
}
.ftc-product-grid .load-more-product.style_3 .load-more:after {
    left: 0;
    top: 8px;
}

/**/
.load-more-product.style_4 {
    text-align: center;
    position: relative;
}

.load-more-product.style_4:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #222;
}
.load-more-product.style_4 a.load-more.button {
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    color: #222;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid;
    opacity: 1;
}
.load-more-product.style_4 a.load-more.button:after {
    font-size: 24px;
    top: -1px;
}
.load-more-product.style_4:hover a.load-more.button {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

/* product grid style 2 */
.product-h43 .ftc-product-grid.product-template {
    max-width: 870px;
    margin: 0 auto;
}
.ftc-product-grid.style_3 .products {
    margin: 0 -15px;
    margin-bottom: 25px;
}
.ftc-product-grid.style_3 .products .product {
    max-width: calc(33.33% - 30px);
    margin-bottom: 20px;
}
.ftc-product-grid.style_3 .meta_info {
    display: none;
}
.ftc-product-grid.style_3 .item-description span.price {
    margin: 0;
    font-size: 24px;
    min-width: 80px;
    text-align: right;
}
.ftc-product-grid.style_3 .item-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftc-product-grid.style_3 .item-description h3.product_title.product-name {
    white-space: pre;
    overflow: hidden;
    max-width: calc(100% - 80px);
    text-overflow: ellipsis;
}

.ftc-product-grid.style_3 .product .images {
    margin-bottom: 16px;
}
.ftc-product-grid.style_3 .images .group-button-product {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    max-width: 100px;
}
.ftc-product-grid.style_3 .product .images .group-button-product > div, 
.ftc-product-grid.style_3 .product .images .group-button-product > div a, 
.ftc-product-grid.style_3 .product .images .group-button-product > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #999;
}
.ftc-product-grid.style_3 .product .images .group-button-product > * {
    margin: 4px;
}
.ftc-product-grid.style_3 .images .group-button-product > div:hover a, 
.ftc-product-grid.style_3 .images .group-button-product > a:hover {
    color: #fff;
}
.ftc-product-grid.style_3 .item-description span.price del {
    display: none;
}

.ftc-product-grid.style_3 .item-description .short-description,
.ftc-product-grid.style_3 .item-description .star-rating,
.ftc-product-grid.style_3 .item-description .product-categories {
    display: none;
}
.ftc-product-grid.style_3 .item-description .product-name a {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.ftc-product-grid.style_3 .product .item-description .price .amount {
    font-weight: normal;
}
.ftc-product-grid.style_3 .product .images .group-button-product > div a.loading:after {
    top: 1px;
    right: 8px;
    left: auto;
}
.ftc-product-grid.style_3 .group-button-product .added_to_cart:before{
    display: none;
}
.ftc-product-grid.style_3 .group-button-product .added_to_cart:after {
    display: inline-block;
}

/* products slider */

.ftc_products_slider.style_1 {
    z-index: unset;
}

.product-slider1 .ftc_products_slider.style_1 .navigation-slider {
    max-width: 86px;
    position: relative;
    left: 8%;
}
.product-slider1 .ftc_products_slider.style_1 .navigation-slider .style_4 {
    bottom: 308px;
}

.product-slider2 .ftc_products_slider.style_1 .navigation-slider {
    max-width: 86px;
    position: relative;
    right: -84.5%;
}
.product-slider2 .ftc_products_slider.style_1 .navigation-slider .style_4 {
    bottom: 308px;
}



/* width plus */

section.elementor-element.width-plus {
    width: calc(100% + 60px);
    padding: 0 30px;
    background-color: #fff;
    margin: 0 -30px;
}
section.elementor-element.width-plus .elementor-widget-slider_revolution {
    padding: 0 30px;
}
@media only screen and (min-width: 1500px){
    section.elementor-element.width-plus {
        width: calc(100% + 180px);
        padding: 0 90px;
        margin: 0 -90px;
    }
    section.elementor-element.width-plus .elementor-widget-slider_revolution {
        padding: 0 90px;
    }

}
@media only screen and (max-width: 991px){
    section.elementor-element.width-plus {
        width: calc(100% + 30px);
        padding: 0 15px;
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }
    section.elementor-element.width-plus .elementor-widget-slider_revolution {
        padding: 0 15px;
    }


}
.ftc-element-testimonial.style_4 .group-content {
    max-width: 490px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}
.ftc-element-testimonial.style_4 .avatar-image {
    margin: 0 auto;
}

.ftc-element-testimonial.style_4 .group-content .group-item {
    text-align: left;
    padding-left: 20px;
}
.ftc-element-testimonial.style_4 .group-content .group-img {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}
.ftc-element-testimonial.style_4 .rating {
    margin-top: 20px;
}

.ftc-element-testimonial.style_4 .testimonial-content .byline {
    font-size: 12px;
    color: #fff;
}
.ftc-element-testimonial.style_4 .testimonial-content .infomation {
    margin-bottom: 40px;
    position: relative;
}
.ftc-element-testimonial.style_4 .testimonial-content .infomation:before {
    color: #fff;
    content: "\f10d";
    display: inline-block;
    font-family: "fontAwesome";
    font-size: 18px;
    margin-right: 0;
    vertical-align: super;
    position: absolute;
    opacity: .2;
    top: -9px;
    left: -10px;
}
.ftc-element-testimonial.style_4 .testimonial-content .infomation:after {
    color: #fff;
    content: "\f10e";
    display: inline-block;
    font-family: "fontAwesome";
    font-size: 18px;
    margin-left: 1px;
    vertical-align: text-bottom;
    position: absolute;
    opacity: .2;
    bottom: -10px;
    right: -10px;
}
.ftc-element-testimonial.style_4 .testimonial-content h4.name a {
    color: inherit;
    font-weight: inherit;
}
.ftc-element-testimonial.style_4 .testimonial-content .avatar-image {
    margin: 0 auto;
}
.ftc-element-testimonial.style_4 .avatar-image img.wp-post-image {
    width: 100%;
}
.ftc-element-testimonial.style_4 .swiper-pagination {
    margin-top: 20px;
    display: none;
}
.ftc-element-testimonial.style_5 h4.name {
    display: none;
}
.ftc-element-testimonial.style_5 .group-content .infomation {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 26px;
}
.ftc-element-testimonial.style_5 .avatar-image {
    line-height: 0;
}
.ftc-element-testimonial.style_5 {
    max-width: 900px;
}
.ftc-element-testimonial.style_5 .group-content .infomation:before {
    content: "\f10d";
    font-family: fontawesome;
    transform: rotateX(170deg);
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 20px;
    font-weight: normal;
}
.ftc-element-testimonial.style_5 .group-content .infomation:after {
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 1px;
    bottom: 1px;
    font-size: 20px;
    font-weight: normal;
}

/* testimonial - style 6 */
.ftc-element-testimonial.style_6 .item.testimonial-content {
    border: 1px solid #888;
    padding: 40px 120px 45px;
    margin-top: 1px;
}
.ftc-element-testimonial.style_6 .group-content {
    display: flex;
    flex-direction: row;
    z-index: 4;
    justify-content: center;
    align-items: center;
}
.ftc-element-testimonial.style_6 h4.name {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}
.ftc-element-testimonial.style_6 h4.name a {
    color: #333;
}
.ftc-element-testimonial.style_6 .byline {
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
}
.ftc-element-testimonial.style_6 .infomation {
    letter-spacing: 1.5px;
    text-align: left;
    margin-top: 25px;
    font-size: 18px;
    color: #666;
}
.ftc-element-testimonial.style_6 .infomation * {
    line-height: 30px;
}
.ftc-element-testimonial.style_6 .rating {
    order: 2;
    width: 100%;
    margin: 0;
}
.ftc-element-testimonial.style_6 .avatar-image {
    z-index: 7;
    margin-right: 20px;
}
.ftc-element-testimonial.style_6 .avatar-image img {
    border: 8px solid  rgb(255 255 255 / 0.3);
    margin-bottom: 0;
}
.ftc-element-testimonial.style_6 .infomation:before {
    content: "\f10d";
    font-family: fontawesome;
    margin-left: -20px;
    position: relative;
    top: -10px;
}
.ftc-element-testimonial.style_6 .infomation:after {
    content: "\f10e";
    font-family: fontawesome;
    margin-left: 10px;
}

.ftc-element-testimonial.style_6 .title-testi-slider {
    max-width: 770px;
    margin: 0 auto 30px;
}
.ftc-element-testimonial.style_6 .navigation-slider {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 60px;
}
.ftc-element-testimonial.style_6 .navigation-slider > div {
    position: unset;
    margin: 0 7px;
}

/* styles 6 */
.ftc_products_slider.style_6 .swiper-pagination.swiper-pagination-bullets {
    margin-top: 68px;
}
.ftc_products_slider.style_6 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #333;
    padding: 4px;
    opacity: 1;
}
.ftc_products_slider.style_6 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #333;
    border-color: transparent;
    position: relative;
    padding: 1px;
    top: -3px;
}

.ftc_products_slider.style_6 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #333;
    padding: 6px;
    position: absolute;
    left: -7px;
    top: -7px;
}
.ftc_products_slider.style_6 .product {
    background-color: #fff;
    border-radius: 6px;
}
.ftc_products_slider.style_6 .products .product:hover .meta_info{
    animation: unset;
    -webkit-animation: unset;
    -o-animation: unset;
}
.ftc_products_slider.style_6 .product .meta_info {
    opacity: 1;
    position: unset;
    transform: none;
    animation: unset;
    -webkit-animation: unset;
    -o-animation: unset;
    grid-column-start: 1;
    grid-row-start: 3;
    grid-column-end: 3;
    height: auto;
}
.ftc_products_slider.style_6 .product .meta_info .add-to-cart a:before,
.ftc_products_slider.style_6 .product .meta_info > a,
.ftc_products_slider.style_6 .product .meta_info > div:not(.add-to-cart) {
    display: none;
}
.ftc_products_slider.style_6 .product .meta_info .add-to-cart {
    max-width: 235px;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid #ebebeb;
    height: 55px;
}
.ftc_products_slider.style_6 .product .meta_info .add-to-cart a {
    width: 100%;
    background-color: transparent;
    color: #333;
    height: 100%;
    line-height: 55px;
}
.ftc_products_slider.style_6 .product .meta_info .add-to-cart:hover a{
    color: #fff;
}
.ftc_products_slider.style_6 .product .meta_info .add-to-cart a .ftc-tooltip {
    display: inline-block;
    font-size: 14px;
}
.ftc_products_slider.style_6 .product .item-description .meta_info .add-to-cart .added_to_cart {
    font-size: 14px;
    text-transform: uppercase;
}
.ftc_products_slider.style_6 .product .meta_info .added_to_cart:after{
    display: none;
}
.ftc_products_slider.style_6 .product .images {
    margin-bottom: 20px;
}
.ftc_products_slider.style_6 .product .item-description {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: left;
    align-items: center;
}
.ftc_products_slider.style_6 .product .item-description .product_title {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 3;
    white-space: pre;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2px;
}
.ftc_products_slider.style_6 .product .item-description .product_title a {
    color: #222;
    font-size: 22px;
}
.ftc_products_slider.style_6 .product .item-description .price {
    grid-row-start: 2;
    margin: 10px 0 15px;
}
.ftc_products_slider.style_6 .product .item-description .price del {
    display: none;
}
.ftc_products_slider.style_6 .product .item-description .star-rating {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-right: 0;
}
.ftc_products_slider.style_6 .product .item-description .price .amount {
    font-size: 22px;
    font-weight: normal;
}
/* product slider 7 */

.ftc_products_slider.style_7 .ftc-product.product {
    border: 1px solid transparent;
}
.ftc_products_slider.style_7 .ftc-product.product:hover {
    border-color: #ebebeb;
}
.ftc_products_slider.style_7 .product .images {
    margin-bottom: 15px;
}
.ftc_products_slider.style_7 .woocommerce .product .images:hover > a:after{
    background-color: transparent;
}
.ftc_products_slider.style_7 .product .item-description {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.ftc_products_slider.style_7 .product .product_title {
    order: 2;
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
    font-weight: normal;
}
.ftc_products_slider.style_7 .product span.price {
    order: 1;
}
.ftc_products_slider.style_7 .product .star-rating {
    order: 3;
}
.ftc_products_slider.style_7 .ftc-product.product:hover .group-button-product {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.ftc_products_slider.style_7 .product .group-button-product {
    display: flex;
    align-items: center;
    top: 59%;
}
.ftc_products_slider.style_7 .product .group-button-product .quickview {
    position: absolute;
    top: -155px;
    right: 14px;
}
.ftc_products_slider.style_7 .product .group-button-product > div, 
.ftc_products_slider.style_7 .product .group-button-product > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.ftc_products_slider.style_7 .product .group-button-product > div a {
    width: 100%;
    margin: 0;
    height: 100%;
    line-height: 36px;
    background-color: transparent;
}
.ftc_products_slider.style_7 .ftc-product.product:hover .group-button-product a i {
    font-size: 15px;
    line-height: 36px;
}
.ftc_products_slider.style_7 .product .group-button-product .add-to-cart.add_to_cart_button {
    min-width: 120px;
    width: auto;
    margin: 0 10px;
    box-shadow: 0 0 6px 0px #ccc;
}
.ftc_products_slider.style_7 .product .group-button-product .add-to-cart .add_to_cart_button {
    width: 100%;
    height: 100%;
    line-height: 36px;
    background-color: #fff;
}
.ftc_products_slider.style_7 .product .images .group-button-product .add-to-cart .ftc-tooltip.button-tooltip {
    display: inline-block;
}
.ftc_products_slider.style_7 .product .group-button-product .add-to-cart a:before{
    display: none;
}
.ftc_products_slider.style_7 .product .group-button-product > :not(.add-to-cart) {
    background-color: #fff;
    border: 0;
    margin: 0;
}
.ftc_products_slider.style_7 .product .group-button-product .add-to-cart a.added_to_cart {
    width: 100%;
    margin: 0;
    border: 0;
    height: 100%;
    line-height: 36px;
}

.icon-rotateX180.elementor-widget-icon i {
    transform: rotateX(180deg);
}
.bt1-h17.elementor-widget.elementor-widget-image .elementor-image img {
    padding: 7px 10px;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    position: absolute;
    left: auto;
    right: 0;
    transform: none;
    top: 54%;
    text-align: center;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button-prev {
    right: -45px;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button-next{
    right: -95px;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button i {
    width: 40px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button i:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    left: 5px;
    top: 49%;
    position: absolute;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button-next i:after {
    content: "\e606";
    font-family: 'simple-line-icons';
    position: relative;
    right: -3px;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button-prev i:before {
    left: 8px;
}
.h17-img-gallery.elementor-widget-image-carousel .elementor-swiper-button-prev i:after {
    content: "\e605";
    font-family: 'simple-line-icons';
    position: relative;
    left: -8px;
}
/* products grid 4 */

.ftc-product-grid.style_4 .products .product:hover .images {
    box-shadow: 0 0 15px 4px #eee;
    z-index: 9;
}
.ftc-product-grid.product-template.style_4 .products .product {
    padding: 15px 15px 0;
}
.ftc-product-grid.product-template.style_4 .products {
    margin: -15px -15px 0;
}
.ftc-product-grid.style_4 .product .meta_info {
    display: none;
}
.ftc-product-grid.style_4 .product .star-rating {
    display: none;
}
.ftc-product-grid.style_4 .product .item-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftc-product-grid.style_4 .product .item-description .product_title {
    text-align: left;
    white-space: pre;
    text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
    width: calc(100% - 75px);
}
.ftc-product-grid.style_4 .product .item-description .product_title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.ftc-product-grid.style_4 .product span.price .amount {
    font-size: 18px;
    font-weight: normal;
}

.ftc-product-grid.style_4 .product span.price {
    margin: 0;
}
.ftc-product-grid.style_4 .product .images > a, 
.ftc-product-grid.style_4 .product .images img {
    width: 100%;
}
.ftc-product-grid.style_4 .product .group-button-product {
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(100% - 37px);
    width: 100%;
    max-width: 235px;
    height: 36px;
    left: 49%;
    -webkit-transform: translate(-49%, -50%);
    -moz-transform: translate(-49%, -50%);
    transform: translate(-49%, -50%);
}
.ftc-product-grid.style_4 .product .group-button-product .add-to-cart {
    order: 2;
    width: 100%;
    max-width: 142px;
    margin: 0;
}
.ftc-product-grid.style_4 .product .images .group-button-product .add-to-cart a {
    width: 100%;
    border-radius: 0;
}
.ftc-product-grid.style_4 .product .group-button-product a.compare {
    order: 1;
    border-radius: 0;
    margin-right: auto;
}
.ftc-product-grid.style_4 .product .group-button-product > div {
    height: auto;
    width: auto;
}
.ftc-product-grid.style_4 .product .group-button-product .yith-wcwl-add-to-wishlist {
    order: 3;
    margin-left: auto;
}
.ftc-product-grid.style_4 .product .group-button-product a.quickview {
    display: none;
}
.ftc-product-grid.style_4 .product .images .group-button-product > a, 
.ftc-product-grid.style_4 .product .images .group-button-product > div a {
    line-height: 37px;
    width: 37px;
    height: 37px;
}
.ftc-product-grid.style_4 .product .group-button-product .yith-wcwl-add-to-wishlist a {
    border-radius: 0;
}
.ftc-product-grid.style_4 .product .images .group-button-product > a, 
.ftc-product-grid.style_4 .product .images .group-button-product > div a {
    background-color: #FFF;
    color: #666;
    border: 1px solid #e6e6e6;
}
.ftc-product-grid.style_4 .product .images .group-button-product > a:hover, 
.ftc-product-grid.style_4 .product .images .group-button-product > div a:hover {
    border-color: transparent;
    color: #fff;
}
.ftc-product-grid.style_4 .add-to-cart .ftc-tooltip {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    height: auto;
    line-height: initial;
    margin-left: 7px;
    top: 2px;
}
.ftc-product-grid.style_4 .product span.price del {
    display: none;
}
.ftc-product-grid.style_4 .product:hover .images a.quickview {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 132px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.ftc-product-grid.style_4 .product .images a.quickview i {
    display: none;
}
.ftc-product-grid.style_4 .product .images a.quickview span.ftc-tooltip {
    display: inline-block;
}
.ftc-product-grid.style_4 .images .group-button-product .add-to-cart a.loading:after {
    top: 0;
}
.ftc-product-grid.style_4 .group-button-product .add-to-cart a.added_to_cart {
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    font-weight: normal;
    text-transform: uppercase;
}
.ftc-product-grid.style_4 .group-button-product a.added_to_cart:after {
    display: inline-block;
    margin-right: 5px;
}
.ftc-product-grid.style_4 .group-button-product a.added_to_cart:before{
    display: none;
}

@media only screen and (min-width: 1500px){
    .ftc-product-grid.style_4 .product .item-description .product_title a {
        font-size: 18px;
    }
    .ftc-product-grid.style_4 .product span.price .amount {
        font-size: 24px;
    }
    .ftc-product-grid.style_4 .add-to-cart .ftc-tooltip{
        font-size: 14px;
    }



}

/* products grid 5 */
.ftc-product-grid.style_5 .products .product {
    padding: 15px;
}
.ftc-product-grid.style_5 .products .product .images > a, 
.ftc-product-grid.style_5 .product .images img {
    width: 100%;
}
.ftc-product-grid.style_5 .item-description .star-rating ,
.ftc-product-grid.style_5 .item-description .meta_info {
    display: none;
}
.ftc-product-grid.style_5 .item-description .product_title {
    white-space: pre;
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.ftc-product-grid.style_5 .item-description .price del {
    display: none;
}
.ftc-product-grid.style_5 .item-description .product_title a {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
}
.ftc-product-grid.style_5 .item-description {
    display: flex;
}
.ftc-product-grid.style_5 .item-description .price {
    margin: 0;
}
.ftc-product-grid.style_5 .product .item-description span.price span {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.ftc-product-grid.style_5 .product .item-description span.price del .amount {
    font-size: 15px;
}
.ftc-product-grid.style_5 .group-button-product {
    display: block;
    width: auto;
    height: auto;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ftc-product-grid.style_5 .product .images .group-button-product .compare {
    display: none;
}
.ftc-product-grid.style_5 .product .images .group-button-product > div, 
.ftc-product-grid.style_5 .product .images .group-button-product > a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #999;
    border-radius: 0;
}

.ftc-product-grid.style_5 .product .images .group-button-product > a{
    line-height: 50px;
    background-color: #fff;
    color: #333;
    position: relative;
}
.ftc-product-grid.style_5 .product .images .group-button-product > div a {
    border-radius: 0;
    line-height: 50px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #333;
    position: relative;
}
.ftc-product-grid.style_5 .product .images .group-button-product > a:hover, 
.ftc-product-grid.style_5 .product .images .group-button-product > div a:hover{
    color: #fff;
}
.ftc-product-grid.style_5 .product .images .group-button-product > div a:hover .ftc-tooltip,
.ftc-product-grid.style_5 .product .images .group-button-product > a:hover .ftc-tooltip {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: max-content;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1.5px;
    box-shadow: 0 0 3px #ebebeb;
}
.ftc-product-grid.style_5 .product .images .group-button-product > div .yith-wcwl-wishlistexistsbrowse {
    height: 100%;
    position: relative;
    overflow: unset;
}

@media only screen and (max-width: 480px){
    .ftc-product-grid.style_5 .product .images .group-button-product > div, 
    .ftc-product-grid.style_5 .product .images .group-button-product > a {
        width: 35px;
        height: 35px;
    }
    .ftc-product-grid.style_5 .product .images .group-button-product > a,
    .ftc-product-grid.style_5 .product .images .group-button-product > div a{
        line-height: 35px;
    }
    .ftc-product-grid.style_5 .product .images .group-button-product > div a:hover .ftc-tooltip, 
    .ftc-product-grid.style_5 .product .images .group-button-product > a:hover .ftc-tooltip{
        font-size: 12px;
        left: calc(100% + 6px);
        padding: 0px 5px;
    }

}



/* ftc product categories - style 6 */
.ftc-product-categories.style_6 {
    margin: 0 -15px;
}
.ftc-product-categories.style_6 .item-description {
    background-color: #333;
    padding: 9px;
    margin-top: 10px;
}
.ftc-product-categories.style_6 .item-description:hover {
    background-color: #333;
}
.ftc-product-categories.style_6 .item-description .title {
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.ftc_products_slider.style_1 .add_to_cart_button a:before,
.ftc_products_slider.def_style_1 .add_to_cart_button a:before{
    display: none;
}

/*Home 1 elementor - wibar */
section.elementor-element.width-plus30 {
    width: calc(100% + 60px);
    margin: 0 -30px;
}

.text-discount.elementor-widget-ftc_single_image a.single-image-button {
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
    padding: 31px 0;
}
.text-discount.elementor-widget-ftc_single_image a.single-image-button:before {
    border-top: 1px solid #9f2348;
    content: "";
    position: absolute;
    right: calc(100% + 55px);
    top: 50%;
    width: 200px;
    z-index: 1;
}
.text-discount.elementor-widget-ftc_single_image a.single-image-button:after {
    border-top: 1px solid #9f2348;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: calc(100% + 55px);
    bottom: 0;
    width: 200px;
    z-index: 1;
}
.text-discount.elementor-widget-ftc_single_image .elementor-image.ftc-element-image {
    overflow: unset;
}
/* icon box */
span.elementor-icon {
    position: relative;
}
.elementor-view-stacked .elementor-icon:before {
    content: "";
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    opacity: .2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}
.elementor-view-stacked .elementor-icon:hover:before {
    border-color: #9f2348;
    opacity: 0.5;
}
/**/
.ftc-contact-form.style_c2 {
    max-width: 430px;
    padding: 0 15px;
    margin: 0 auto;
}
.ftc-contact-form.style_c2 .subscribe-form {
    text-align: center;
}
.ftc-contact-form.style_c2 p {
    float: none;
    text-align: center;
}
.ftc-contact-form.style_c2 input.wpcf7-submit {
    padding: 11px 15px;
    font-size: 12px;
    line-height: 18px;
    border: 0;
    margin-top: 20px;
}
.ftc-contact-form.style_c2 input.wpcf7-submit:hover {
    background-color: #333;
}
.ftc-contact-form input.wpcf7-text.wpcf7-email {
    font-weight: normal;
    padding: 8px 15px;
    font-size: 14px;
}




/**/
.ftc-contact-form.style_c3 {
    max-width: 700px;
    margin: 0 auto;
}
.ftc-contact-form.style_c3 .subscribe-form {
    display: flex;
    align-items: center;
}
.ftc-contact-form.style_c3 input.wpcf7-text.wpcf7-email {
    padding: 0 15px;
    height: 56px;
    line-height: 56px;
    border: 0;
}
.ftc-contact-form.style_c3 .subscribe-form input.wpcf7-submit {
    padding: 0 39px;
    height: 56px;
    line-height: 56px;
    background-color: #5bc0eb;
}
.ftc-contact-form.style_c3 .subscribe-form label {
    margin: 0;
}
.ftc-contact-form.style_c3 .subscribe-form input.wpcf7-submit:hover {
    background-color: #333;
}

/* */
.ftc-contact-form.style_c4 {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}
.ftc-contact-form.style_c4 input.wpcf7-email {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    text-align: center;
}
.ftc-contact-form.style_c4 input.wpcf7-submit {
    min-width: 180px;
    height: 46px;
    line-height: 46px;
    padding: 0;
        font-size: 16px;
    font-weight: 600;
}
.ftc-contact-form.style_c4 input.wpcf7-submit:hover {
    background-color: #262626;
}

/**/
.ftc-contact-form.style_c5 .subscribe-form {
    display: flex;
    align-items: center;
}
.ftc-contact-form.style_c5 .subscribe-form label {
    margin: 0;
}
.ftc-contact-form.style_c5 .subscribe-form input.wpcf7-submit {
    padding: 0;
    min-width: 110px;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
}
.ftc-contact-form.style_c5 .subscribe-form input.wpcf7-submit:hover {
    background-color: #333;
}
.ftc-contact-form.style_c5 .subscribe-form input.wpcf7-email {
    height: 45px;
    line-height: 45px;
}

/**/
.ftc-contact-form.style_c6 {
    max-width: 525px;
}
.ftc-contact-form.style_c6 .subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe-form label {
    margin-bottom: 0;
}
.ftc-contact-form.style_c6 .subscribe-form input.wpcf7-text.wpcf7-email {
    color: #666;
    height: 60px;
    border-radius: 30px;
    padding: 8px 30px;
}
.ftc-contact-form.style_c6 .subscribe-form input.wpcf7-text.wpcf7-email::placeholder {
    color: #666;
}
.ftc-contact-form.style_c6 .subscribe-form input.wpcf7-submit {
    padding: 0;
    min-width: 120px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-left: 10px;
}
.elementor-social-icon-instagram {
    background-color: #af2d67;
}
.ftc-contact-form.style_c7 .subscribe-form {
    max-width: 555px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftc-contact-form.style_c7 .subscribe-form label {
    max-width: 350px;
    width: 100%;
    background-color: transparent;
}
.ftc-contact-form.style_c7 input.wpcf7-text.wpcf7-email {
    background-color: transparent;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    padding: 20px 20px 2px;
    color: #fff;
}
.ftc-contact-form.style_c7 input.wpcf7-text.wpcf7-email::placeholder {
    color: #fff;
}
.ftc-contact-form.style_c7 .subscribe-form input.wpcf7-submit {
    min-width: 160px;
    height: 50px;
    border: 1px solid #fff;
    padding: 0;
    font-size: 23px;
    font-weight: bold;
}
.ftc-contact-form.style_c7 .subscribe-form input.wpcf7-submit:hover {
    background-color: #333;
}
.ftc-contact-form.style_c7 .subscribe-form span.your-email{
    position: relative;
}
.ftc-contact-form.style_c7 .subscribe-form span.your-email:before {
    content: "\f1d9";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: normal;
}

.ftc-contact-form.style_c8 .subscribe-form {
    display: flex;
    max-width: 690px;
    margin: 0 auto;
    position: relative;
}
.ftc-contact-form.style_c8 input.wpcf7-email {
    background-color: transparent;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    padding: 0 10px;
}
.ftc-contact-form.style_c8 input.wpcf7-text.wpcf7-email::placeholder {
    color: #fff;
}
.ftc-contact-form.style_c8 .subscribe-form input.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    font-size: 0;
}
.ftc-contact-form.style_c8 .subscribe-form:after {
    content: "\f1d9";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 18px;
}

/**/
.ftc-blogs-slider.style_v5 .blogs-slider .inner-wrap {
    background-color: #fff;
    padding: 10px;
    width: 100%;
}
.ftc-blogs-slider.style_v5 .blogs-slider .post-text {
    position: relative;
    padding-left: 128px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.ftc-blogs-slider.style_v5 .blogs-slider .post-text .meta span.published {
    display: none;
}
.ftc-blogs-slider.style_v5 .post-text .element-date-timeline {
    display: block;
    position: absolute;
    top: 28px;
    width: 90px;
    height: 100px;
    left: 0;
    background: #111;
    line-height: 52px;
    color: #fff;
    text-align: center;
}
.ftc-blogs-slider.style_v5 .blog-template-elementor .inner-wrap .post-text .meta .vcard.author {
    margin-right: 0;
    float: none;
}
.ftc-blogs-slider.style_v5 .post-text .element-date-timeline .day {
    position: relative;
    font-weight: bold;
    font-size: 36px;
}
.ftc-blogs-slider.style_v5 .post-text .element-date-timeline .month {
    font-size: 24px;
    font-weight: 600;
}
.ftc-blogs-slider.style_v5 .post-text .element-date-timeline .day:before{
    content: "";
    width: 60%;
    left: 20%;
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: #fff;
}
.ftc-blogs-slider.style_v5 .post-text .element-date-timeline .day:after {
    content: "";
    width: 60%;
    left: 20%;
    bottom: -2px;
    height: 1px;
    position: absolute;
    background-color: #ffffffad;
}
.ftc-blogs-slider.style_v5 .post-text .ftc-readmore {
    display: none;
}
.ftc-blogs-slider.style_v5 .blogs-slider .post-text h4 {
    order: 1;
    margin-bottom: 10px;
}

.ftc-blogs-slider.style_v5 .post-text p {
    margin-bottom: 14px;
    order: 2;
}
.ftc-blogs-slider.style_v5 .blogs-slider .post-text .meta {
    order: 3;
}
/* Home 14 */
.ftc-content-buttons.button-h14 {
    padding: 0 20px;
    border-radius: 30px;
    min-width: 185px;
}
.h14-iconbox figure.elementor-image-box-img {
    width: 36px;
}
.h14-iconbox .elementor-image-box-content {
    flex-direction: column-reverse;
    display: flex;
}
.h14-iconbox .elementor-image-box-content .elementor-image-box-description {
    margin-bottom: 5px;
}


/* Home 15 */
.h15-bt1.elementor-widget-divider .elementor-divider__text {
    font-family: 'Quentin';
}
.heading-divider.elementor-widget-text-editor .elementor-text-editor {
    max-width: 570px;
    margin: 0 auto;
    position: relative;
}
.heading-divider.elementor-widget-text-editor .elementor-text-editor:before{
    content: "";
    width: 45px;
    background-color: #aa6949;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: -70px;
    top: 49%;
    transform: translateY(-60%);
}
.heading-divider.elementor-widget-text-editor .elementor-text-editor:after {
    content: "";
    width: 45px;
    background-color: #aa6949;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: -70px;
    top: 49%;
    transform: translateY(-60%);
}
.title-divider.elementor-widget-text-editor p span,
.heading-divider.elementor-widget-text-editor .elementor-text-editor span {
    font-family: inherit;
}
/**/
.title-divider.elementor-widget-text-editor p {
    width: max-content;
    margin: 0 auto;
    position: relative;
    padding: 0 57px;
    font-family: inherit;
}
.title-divider.elementor-widget-text-editor p:before{
    content: "";
    width: 35px;
    background-color: #aa6949;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 49%;
    transform: translateY(-60%);
}
.title-divider.elementor-widget-text-editor p:after {
    content: "";
    width: 35px;
    background-color: #aa6949;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-60%);
}

/* Home 16 */
.text-gomcotent.elementor-widget-text-editor {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.title-blogs-slider.element {
    position: relative;
}
/* Home 18 */

@media only screen and (min-width: 1500px){
    .elementor-column.elementor-element.h18-rev-slider {
        margin-left: 13px;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px){
    .elementor-column.elementor-element.h18-rev-slider {
        margin-left: 9px;
    }
}
/* Countdown timeer 2 */
.ftc-countdown-element.style_2 .countdown-timer-init {
    display: flex;
    justify-content: start;
}
.ftc-countdown-element.style_2 .items {
    background-color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column-reverse;
}
.ftc-countdown-element.style_2 .items .ftc-number {
    font-size: 48px;
    color: #333;
    font-weight: bold;
    height: 65px;
    line-height: 0.8;
}
.ftc-countdown-element.style_2 .items span.ftc-label {
    font-size: 15px;
    color: #666;
    line-height: 50px;
}
.ftc-countdown-element.style_2 .items:nth-child(2n + 1) .ftc-number{
    color: #666;
}

/* about us 3 */
.ab-prog1.elementor-widget-progress span.elementor-progress-percentage {
    margin-top: -12px;
}
/* FAQ 02 */
.faq2 .elementor-toggle .elementor-tab-title {
    border: 1px solid;
    padding: 20px;
}
.faq2 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    margin-top: 4px;
}
.faq2 .elementor-toggle .elementor-tab-content {
    border: 1px solid #ebebeb;
}

.faq3 .elementor-toggle .elementor-tab-title {
    padding: 24px 20px 23px 0;
}
.faq3 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    margin-top: 4px;
}
.faq3 .elementor-toggle .elementor-tab-content {
    padding: 28px 0 35px;
    border-top: 1px solid #ebebeb;
}
.faq3 .ftc-contact-form.style_c2 {
    padding: 0;
    max-width: 100%;
}
.faq3 .ftc-contact-form.style_c2 input.wpcf7-submit {
    width: 100%;
    margin-top: -8px;
    text-transform: none;
    height: 45px;
    font-size: 14px;
}
.faq3 .ftc-contact-form.style_c2 form.wpcf7-form p {
    margin-bottom: 25px;
}
.faq3 .ftc-contact-form.style_c2 label {
    font-weight: normal;
}


.ct1-form .ftc-contact-form label {
    font-weight: normal;
    margin-bottom: 20px;
}
.ct1-form .ftc-contact-form form input.wpcf7-text {
    height: 50px;
}
.ct1-form .ftc-contact-form form input.wpcf7-submit {
    margin-top: -8px;
    border: 0;
    text-transform: none;
}
.ct1-form .ftc-contact-form form textarea.wpcf7-textarea {
    height: 73px;
}

.ct2-form .ftc-contact-form label {
    font-weight: normal;
}
.ct2-form .ftc-contact-form input.wpcf7-text {
    border-width: 0 0 1px 0;
}
.ct2-form .ftc-contact-form textarea.wpcf7-textarea {
    height: 125px;
    border: 0;
    background-color: #f3f3f3;
    margin-top: 15px;
    margin-bottom: 8px;
}
.ct2-form .ftc-contact-form input.wpcf7-submit {
    border: 0;
    text-transform: none;
    min-width: 197px;
    border: 0;
}

.ct4-form .ftc-contact-form label {
    font-weight: normal;
    margin-bottom: 20px;
}
.ct4-form .ftc-contact-form label input.wpcf7-text {
    height: 50px;
}
.ct4-form .ftc-contact-form textarea.wpcf7-textarea {
    height: 95px;
    margin-bottom: -8px;
}
.ct4-form .ftc-contact-form input.wpcf7-submit {
    width: 100%;
    text-transform: none;
    font-weight: normal;
    border: 0;
}

.sv2-prtb .ftc-pricing-item .ftc-pricing-tag .price-tag {
    display: block;
}
.sv2-prtb .ftc-pricing.style-1 .ftc-pricing-item .body ul li{
    border: 0;
}
.sv2-prtb .ftc-pricing.style-1 .ftc-pricing-item .body:after{
    background-color: transparent;
}
.sv2-prtb .ftc-pricing.style-1 .ftc-pricing-item .ftc-pricing-tag:after{
    background: #99999940;
}

.elementor-element.color-transperant.elementor-widget-social-icons a.elementor-icon.elementor-social-icon {
    background-color: transparent;
}
.elementor-element.color-transperant.elementor-widget-social-icons a.elementor-icon.elementor-social-icon-facebook-f:hover{
    background-color: #3b5998;
}
.elementor-element.color-transperant.elementor-widget-social-icons a.elementor-icon.elementor-social-icon-twitter:hover{
    background-color: #1DA1F2;
}
.elementor-element.color-transperant.elementor-widget-social-icons a.elementor-icon.elementor-social-icon-google-plus-g:hover {
    background-color: #dd4b39;
}
.elementor-element.color-transperant.elementor-widget-social-icons a.elementor-icon.elementor-social-icon-instagram:hover {
    background-color: #A006A7;
}
.elementor-element.color-transperant.elementor-widget-social-icons a.elementor-icon.elementor-social-icon-youtube:hover {
    background-color: #cd201f;
}