/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.news-block .price ins {
    color: var(--e-global-color-9398969);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 27px;
}
.news-block .product-content .price {
	font-size: 16px !important;
}
		
	/* Pricing packiging some css here  */
		@media (max-width: 767px) {
		  .wimba-step-one-fields {
			display: block !important;
		  }
		}
		button.wimba-next {
			font-size: 18px;
		
}




		}

		.Shop-details-2.table-in-mobile {
    overflow-x: auto;
    white-space: nowrap;
		}

		.pricing-package-1 {
			margin-top: 40px !important;
		}
		.Shop-details-2 {
		margin-bottom: 33px !important;
		}


 		.elementor-element.elementor-element-dd48620.elementor-widget.elementor-widget-text-editor {
			overflow-x: auto;
    white-space: nowrap;
}
		a.elementor-button.elementor-size-sm.btn-primary {
		  background: #285A59;
		  color: #fff;
		  border-color: #285A59;
		  transition: all 0.3s ease;
		}

		a.elementor-button.elementor-size-sm.btn-primary:hover {
		  background: transparent;
		  color: #285A59;      /* text green */
		  border-color: #285A59; /* border green */
		}
/* 			a.elementor-button.elementor-size-sm  {
				margin-top: 10px !important;
			} */

			.tab-right-content-package {
			margin-top: 25px;
		}

			@media (max-width: 767px) {
		  .nav-tabs .nav-item button {
			font-size: 14px !important;
			margin: 7px 0;
		  }
		}

.single-post p strong, .single-post p strong span {
	color: #285A59 !important;
}

/* Marquee content text color fix */
.wimba-marquee-content,
.wimba-marquee-content p,
.wimba-marquee-content li,
.wimba-marquee-content ul,
.wimba-marquee-content strong,
.wimba-marquee-content a,
.wimba-marquee-content h3 {
    color: #ffffff !important;
}

/* links hover */

.marquee-cta {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

body .marquee-cta a.elementor-button.elementor-size-sm {
	margin-top: 0 !important;
}

.marquee-cta a.elementor-button:hover{
	background-color: #fff;
	color: #285A59 !important;
}

/* CTA buttons text */
.wimba-marquee-content .btn-buy,
.wimba-marquee-content .btn-hire {
    color: #ffffff !important;
}

.cart-price-wrap {
    display: flex;
    gap: 5px;
}

.cart-price-wrap .cart-old-price .amount,
.cart-price-wrap .cart-old-price .amount span,
.cart-price-wrap .cart-old-price .amount del{
    color: #9ca3af !important;

}

.cart-price-wrap .cart-new-price .amount,
.cart-price-wrap .cart-new-price .amount span,
.cart-price-wrap .cart-new-price .amount ins,
.cart-price-wrap .cart-new-price .amount ins a{
    color: #285A59 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.cart-saving {
    font-size: 13px;
    color: #d10000;
    font-weight: 600;
    margin-top: 3px;
}
