/* single product page */
.woocommerce-shipping-fields {
    display: none;
}
.custom-cart .e-atc-qty-button-holder {
    column-gap: 5px !important;
}
.custom-cart .e-atc-qty-button-holder .quantity.buttons_added {
    flex-basis: auto !important;
    margin: 0 !important;
}
.custom-cart .e-atc-qty-button-holder button.single_add_to_cart_button {
    margin: 0 !important;
}
.woocommerce-js div.product form.cart .variations th {
    margin-bottom: 0;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 7px;
    color: #7f8385;
}
.woocommerce-js div.product form.cart table td {
    margin-bottom: 1em;
}
.paw-customization label {
    color: #58585A;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}
span.woo-selected-variation-item-name {
    color: #CFDD3D;
}
.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
    background-color: #cfdd3d;
}
.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
    border-top-color: #cfdd3d;
}
.paw-customization input {
    color: #7f8385;
    font-size: 17px;
    line-height: 17px;
	border: 1px solid #949599;
    border-radius: 5px !important;
    padding: 10px 13px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    transition: all .3s ease-in-out;
}
.paw-customization input:focus {
	border: 1px solid #cfdd3d !important;
}
.woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus {
	background-color: #ffffff;
    font-size: 40px;
	font-weight: 300;
    line-height: 23px;
}
.single.single-product h2 {
    margin-bottom: 0;
}
li#tab-title-reviews {
    display: none !important;
}

div#tab-reviews {
    display: none !important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before {
    height: 0 !important;
}




/* home-page */

/* four-cards-section */

.four-cards-section p.elementor-image-box-description img{
	display: block;
    margin-left: auto;
    margin-right: 0;
}

.four-cards-section p.elementor-image-box-description {
    text-align: justify;
}

/* latest-blogs */
.latests-posts .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
}
.latests-posts .elementor-post__title {
    order: 1; 
}
.latests-posts .elementor-post__excerpt {
    order: 2; 
}
.latests-posts .elementor-post__meta-data {
    order: 3; 
}

.latests-posts .elementor-post__thumbnail.elementor-fit-height img {
    transform: scale(1) !important;
	transition: transform .3s ease-in-out !important;
	height: 200px !important;
    object-fit: cover !important;
}
.latests-posts .elementor-post__thumbnail.elementor-fit-height img:hover {
    transform: scale(1.1) !important;
	transition: transform .3s ease-in-out !important;
}


.testimonials-area-homee .elementor-testimonial__text {
    padding: 25px 85px 0 85px;
}
.testimonials-area-homee .elementor-testimonial__text:before{
	content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2025/09/arrow-contation-1.png) no-repeat;
    width: 68px;
    height: 58px;
	left: 35px;
    top: 30px;
    position: absolute;
}
.testimonials-area-homee .elementor-testimonial__text:after{
	content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2025/09/5.png) no-repeat;
    width: 68px;
    height: 58px;
    position: absolute;
    bottom: 30px;
    right: 35px;
}



/* single post */
.custom-single-content p:not(:last-child) {
    margin-bottom: 20px !important;
}
.ast-page-builder-template .comments-area {
    padding-left: 0px; 
    padding-right: 0px; 
    margin-top: 0;
    margin-bottom: 0px !important;
}
.site .comments-area {
    padding-bottom: 0px; 
    margin-top: 0px; 
}
.woocommerce-js .comment-reply-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #5c5a5c;
    text-transform: capitalize;
}
.comments-area p.logged-in-as {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.comments-area .form-submit input#submit {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background-color: #d5c9c4;
    border-radius: 5px;
    transition: 0.3s all;
}
.comments-area .form-submit input#submit:hover{
	background-color: #CFDD3D;
}
.comments-area textarea#comment, .comments-area .ast-comment-formwrap input[type="text"] {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #7f8385;
    font-family: 'Raleway';
    background-color: #F6F6F5;
}


/* blog/archive */
.cs-date li:first-child {
    padding: 20px 10px;
    font-size: 30px;
    line-height: 30px;
    background-color: #FAFAFA;
}
.cs-date li:last-child {
	padding: 2px 5px;
    font-size: 14px;
    line-height: 26px;
    background-color: #ffffff;
}
.sidebar-mchimp form.mc4wp-form p.newsletters input[type="email"] {
    border: 1px solid #d1d1d1;
    outline: 0;
    background: #fbfbfb;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: Raleway;
    font-weight: 400;
}
.sidebar-mchimp form.mc4wp-form p.newsletters input[type="submit"] {
    color: #fff;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    background-color: #d5c9c4;
    padding: 13px 22px;
	width: 100%;
    cursor: pointer;
    border: 1px solid #d5c9c4;
    margin-top: 8px;
    transition: all .1s linear;
    font-size: 15px;
    outline: 0;
}
.sidebar-mchimp form.mc4wp-form p.newsletters input[type="submit"]:hover {
    background-color: #d5e155;
    border-color: #d5e155;
}
.rs-post .elementor-loop-container.elementor-grid .elementor.e-loop-item.post.type-post.status-publish:last-child .elementor-element {
	border: none !important;
}
.rs-post .elementor-loop-container.elementor-grid .elementor.e-loop-item.post.type-post.status-publish:last-child .e-con-inner {
	padding-bottom: 0px;
}



/* testimonials */
@media all and (max-width: 767px) {
	.testimonials-area-homee .elementor-testimonial__text {
		padding: 25px 30px 0 30px;
	}
	.testimonials-area-homee .elementor-testimonial__text:before{
		width: 50px;
		height: 50px;
		left: 0px;
		top: 30px;
		background-size: contain;
	}
	.testimonials-area-homee .elementor-testimonial__text:after{
		width: 50px;
		height: 50px;
		bottom: 30px;
		right: 0px;
		background-size: contain;
	}
}








