.elementor-kit-7{--e-global-color-primary:#E50587;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E50587;--e-global-color-a56cf51:#F0AACC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}body.e-wc-error-notice .woocommerce-error, body.e-wc-error-notice .wc-block-components-notice-banner.is-error{background-color:#FFF1F8;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:#FFF1F8;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:#000000 !important;background-image:none !important;}body.e-wc-message-notice .woocommerce-message .button:hover, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button:hover{background-color:#02010100 !important;background-image:none !important;}body.e-wc-info-notice .woocommerce-info, body.e-wc-info-notice .wc-block-components-notice-banner.is-info{background-color:#FFF1F8;}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{background-color:var( --e-global-color-primary );background-image:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-normal-links-color:var( --e-global-color-primary );--error-message-hover-links-color:#000000;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-icon-color:#000000;--message-buttons-normal-text-color:#FFFFFF;--message-buttons-hover-text-color:#000000;--message-buttons-hover-border-color:#000000;--message-border-color:#000000;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:var( --e-global-color-primary );}.e-wc-message-notice .woocommerce-message .restore-item:hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item:hover, .e-wc-message-notice .woocommerce-message a:not([class]):hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]):hover{--notice-message-hover-links-color:#000000;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-icon-color:var( --e-global-color-primary );--info-buttons-normal-text-color:#FFFFFF;--info-buttons-hover-text-color:var( --e-global-color-primary );--info-buttons-hover-border-color:var( --e-global-color-primary );--info-border-color:var( --e-global-color-primary );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style the testimonial container */
.elementor-testimonial {
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin: 20px;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-image: url(https://pinkbox.paradoxstudiostt.com/wp-content/uploads/2024/08/shutterstock_596120354-scaled.jpg);
    }
/* Add a black overlay */
.elementor-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    border-radius: 10px; /* Match the border radius of the container */
    }

/* Style the testimonial content */
.elementor-testimonial__content .elementor-testimonial__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.8); /* White background with transparency */
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
}

/* Style the testimonial image */
.elementor-testimonial__image {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Center the image */
.elementor-testimonial__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Style the testimonial meta (name and title) */
.elementor-testimonial__cite {
    margin-top: 60px;
}

.elementor-testimonial__name {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    z-index: 100
}

.elementor-testimonial__title {
    color: hotpink;
    font-size: 14px;
    z-index: 100
}

/* Style the arrows */
.elementor-swiper-button {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-swiper-button-prev {
    left: -20px;
}

.elementor-swiper-button-next {
    right: -20px;
}

.product-archive-grid .count {
    display: none;
}
.product-archive-grid ul.products li.product .button {
    width: 100%;
    text-align: center;
}
.product-archive-grid ul.products li.product {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #eef8f3 !important;
    color: var(--e-global-color-062a197) !important;
}
.widget{
	list-style-type: none;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	margin-bottom: 25px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget h2{
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
}
.widget.widget_product_categories .product-categories {
    list-style-type: none;
    padding-inline-start: 0;
}
.widget.widget_product_categories .product-categories li{
	display: flex;
	flex-direction: column;
}
.widget.widget_product_categories .product-categories li ul.children {
	padding-inline-start: 5px;
}
.widget.widget_product_categories .product-categories a{
	color: var( --e-global-color-e586428 );
    transition: all 0.3s ease;
    padding: 12px;
    border-radius: 10px;
}
.widget.widget_product_categories .product-categories a:hover{
	color: var(--e-global-color-062a197);
	background: #F4B1C8;
}
.widget.widget_product_categories .product-categories li.current-cat.cat-parent > a, .widget.widget_product_categories .product-categories li.current-cat-parent > a {
	background: var(--e-global-color-47f71d9);
	color: #fff;
}
.widget.widget_product_categories .product-categories li.current-cat a {
    background: var(--e-global-color-432aa62);
    color: var(--e-global-color-9514c4b);
}
.shop-sidebar-widgets .select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1 !important;
}
.shop-sidebar-widgets .select2-container--default .select2-selection--single .select2-selection__arrow, .elementor-kit-7 .select2-container .select2-selection--single {
    height: 40px;
}
.shop-sidebar-widgets .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

/**Gravity Form Styling**/
textarea {
    border-radius: 10px !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 10px !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: var(--e-global-color-e586428);
    
   
}/* End custom CSS */