/* 
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 */

.main-runtext .holder {
	display: flex !important;
    gap: 400px;
}
.runtext-container .text-container a:before {
	display: none;
}
.rtsb-product-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

div#tab-description h4 {
    line-height: 1.4em !important;
    margin-bottom: 25px;
}
div#tab-description ul li {
    padding: 15px 0 !important;
}
div#tab-description hr {
    margin: 20px 0;
}
.single-product .woocommerce-product-gallery__image a img {
    max-height: 700px;
    object-fit: cover;
    object-position: top;
}
li.hfe-breadcrumbs-item a {
    text-decoration: none;
}
div#cruelty-free .elementor-icon {
    content: '';
    background-image: url(https://sassysosa.in/wp-content/uploads/2025/03/rabbit.png);
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.elementor-menu-cart__container.elementor-lightbox {
    left: auto !important;
    right: 0px !important;
}
#featuredProducts img.wpsf-product-img {
    height: 450px !important;
    object-fit: cover;
    /* min-width: 100% !important; */
}

#featuredProducts .sp-wps-product-details-inner a {
    font-family: 'Poppins';
}

#featuredProducts a.button.add_to_cart_button {
    padding: 12px 25px !important;
    font-size: 17px !important;
    border-radius: 5px !important;
    margin-top: 25px !important;
}

div#trendingProducts a {
    text-decoration: none;
	cursor:pointer;
}
.header {
    top: 45px !important;
}
.she-header {
    top: 0 !important;
}
.mainBanner .elementor-button {
    color: #000 !important;
    text-shadow: none !important;
}
.elementor-539 .elementor-element.elementor-element-73627d2 .rtsb-elementor-container .rtsb-wishlist .rtsb-action-btn:hover,
.elementor-539 .elementor-element.elementor-element-73627d2 .rtsb-elementor-container .rtsb-quick-view .rtsb-action-btn:hover{
    background-color: #b6713e !important;
}
 #rmp_menu_trigger-1106 .rmp-trigger-box {
    width: 20px!!important;
}
	#rmp_menu_trigger-1106 .responsive-menu-pro-inner, #rmp_menu_trigger-1106 .responsive-menu-pro-inner::before, #rmp_menu_trigger-1106 .responsive-menu-pro-inner::after {
		width: 20px !important;
        height: 2px !important;
	}
#rmp_menu_trigger-1106 .responsive-menu-pro-inner::after ,#rmp_menu_trigger-1106 .responsive-menu-pro-inner::before {
    bottom: 7px;
}
#rmp_menu_trigger-1106 .responsive-menu-pro-inner::before {
    top: 7px;
}
.rtsb_theme_hello-elementor .rtsb-builder-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* General Form Styling */
.contact-form {
    margin: 0 auto;
    padding: 50px 50px 35px;
    background-color: #fcf7ee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
  
  /* Styling for Form Rows and Columns */
 .page-id-1407 .form-row {
    display: flex;
    margin-bottom: 30px;
    gap: 50px;
}
  
 .page-id-1407 .form-column {
    width: 48%;
  }
  
  /* Input Field Styling */
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #522903;
    border-radius: 5px;
    font-size: 14px;
    color: #522903;
    background-color: #fff;
    transition: border-color 0.3s ease;
  }
  
  .contact-form input[type="text"]::placeholder,
  .contact-form input[type="email"]::placeholder,
  .contact-form input[type="tel"]::placeholder,
  .contact-form textarea::placeholder {
    color: #522903;
  }
  
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus,
  .contact-form input[type="tel"]:focus,
  .contact-form textarea:focus {
    border-color: #522903;
    outline: none;
  }
  
  /* Textarea Styling */
  .contact-form textarea {
    height: 150px;
    resize: vertical;
  }
  
  /* Submit Button Styling */
  .wpcf7-submit.hover-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b4703c !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 16px 50px;
    margin-top: 20px;
    font-size: 18px;
}

.contact-form .form-row::before, .contact-form .form-row::after{
	display:none !important;
}
#contact-box a{
	text-decoration:none !important
}
.woocommerce-checkout .she-header-yes {
    border-bottom: 1px solid;
}
.page-id-94 main#content {
    padding: 300px 20px 200px;
}
@media screen and (max-width:1023px){
	header nav.menu-is-active {
    min-height: 100vh;
    margin-top: 3px;
    border-top: 2px solid #c0802f;
    padding-top: 20px;
}
header nav ul {
	display:block !important;
}
	span.qlwapp-text {
    display:none !important;
}
	#featuredProducts img.wpsf-product-img {
    height: 380px !important;
    object-fit: cover;
    object-position: top;
}
	#wps-slider-section #sp-woo-product-slider-369 .wpsf-product-title a {
    font-size: 18px;
}
	#wps-slider-section #sp-woo-product-slider-369 .wpsf-product-price {
    font-size: 15px;
}
div#cruelty-free .elementor-icon {
    width: 80px;
}
	#rmp_menu_trigger-1106 {
        display: flex !important;
        transition: 0.5s all;
        align-items: center;
        justify-content: flex-end;
    }
	body.scrolled .rmp-mobile-device-menu {
    top: 31px !important;
}
	#rmp-menu-wrap-1106 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: #b6713d !important;
		color:#fff !important;
}
	#rmp-menu-wrap-1106 .rmp-menu-item-link {
    color: #000 !important;
		font-weight:700;
}
	#rmp-container-1106 {
    background-color: #ecddc1 !important;
    margin-top: 42px;
}
	body.menu-open{
		position:fixed;
		width:100%;
	}
	.elementor-menu-cart__main{
		min-height:80px !important;
		padding:var(--cart-padding,10px 15px) !important
	}
	.elementor-menu-cart__close-button{
		margin-bottom:5px !important;
	}
	.runtext-container .holder a {
    font-size: 14px;
}
	.page-id-1407 .form-row {
        flex-direction: column;
    }
	.page-id-1407 .form-row {
    margin-bottom: 25px !important;
    gap: 25px;
}
	.page-id-1407 .form-column {
    width: 100%;
}
	.page-id-1407 .form-column p{
		margin: 0;
	}

	
}

@media screen and (max-width:767px){
	div#cruelty-free .elementor-icon {
    width: 50px;
}
	.rtsb-product-img img {
    height: 350px;
}
	.single-product .woocommerce-product-gallery__image a img {
    max-height: 500px;
}
	.page-id-1291 h3,.page-id-1291 h4 ,.page-id-1384 h3 ,.page-id-1384 h4{
    font-size: 16px;
}
	.page-id-1384 ul {
		text-align: left!important;
	}
		
	.contact-form {
    padding: 40px 20px 25px;
}
	.wpcf7-submit.hover-button {
		padding:10px 50px !important
	}
}