/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.1.1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.sec-text {
    color: var(--e-global-color-accent);
}
.elementor-counter-number-wrapper {
    flex: unset !important;
    margin-right: 10px;
}
.addtocart-btn {
    font-size: 0;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--e-global-color-accent);
    border-radius: 9px;
}

.addtocart-btn a {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--e-global-color-accent);
    border-radius: 9px;
}

.addtocart-btn a:before {
    content: '\2b';
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: auto;
    height: auto;
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.test-carousel .swiper-slide{
    background: linear-gradient(213.2deg, #626262 -21.26%, #D9D9D9 115.68%) !important;
}

.test-carousel .swiper-slide .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

.test-carousel .swiper-slide .elementor-testimonial .elementor-testimonial__image img {
    border: 4px solid #fff;
}

.test-carousel .swiper-slide.swiper-slide-next {
    background: linear-gradient(213.2deg, #FE5C0E -21.26%, #E2A25D 115.68%) !important;
}
.test-carousel .elementor-swiper-button {
    bottom: -200px !important;
    top: auto !important;
    font-size: 30px !important;
    width: auto !important;
    height: auto !important;
}

.test-carousel .elementor-swiper-button{
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 2px solid !important;
    border-radius: 50% !important;
}

.test-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 200px) !important;

}

.test-carousel .elementor-swiper-button.elementor-swiper-button-next{
    right: calc(50% - 200px) !important;
}

.test-carousel .swiper-pagination {
    top: auto !important;
    bottom: -70px !important;
    width: 480px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 10px;
    height: 7px !important;
    overflow: hidden !important;
}

#Testimonial {
    position: relative !important;
}

#Testimonial:after {
    content: 'Swipe for more';
    font-size: 26px;
    text-transform: capitalize;
    position: absolute;
    bottom: -150px !important;
    z-index: 1;
    color: var(--e-global-color-accent);
}