/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
body{
	font-family: "Poppins", Sans-serif !important;
}
.hover_image {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

.feat_image:hover .hover_image {
    opacity: 1;
    visibility: visible;
}
section#custom-newsletter-form {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: -15px;
}
section#custom-newsletter-form label{
    display:none;
}
section#custom-newsletter-form p{
    padding:0px;
    margin:0px;
}
section#custom-newsletter-form .name,section#custom-newsletter-form .email {
    width: 100%;
    max-width: 300px;
}
.custom-submit {
    margin-top: 24px;
}
.custom-submit button{
    width:50px !important;
    height:50PX !important;
    border-radius:100px;
    border-color:#fff;
    background:#fff;
}
i.fas.fa-paper-plane{
    color:#a4cc48;
}
.custom-submit button:hover{
    background:#fff;
}
#custom-newsletter-form input{
    border:0px;
    border-radius:20px;
}
.wpcf7 input:focus-visible, 
.wpcf7 textarea:focus-visible {
    outline: 0px ;
}
.coverflow-slider .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 0% !important;
    top: unset !important;
}
.coverflow-slider .elementor-main-swiper.swiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress {
    padding-bottom: 50px;
}

/* single product page code for variation swatches */

body.product-template-default.single.single-product button.variation-tab.active, body.product-template-default.single.single-product button.variation-tab:hover {
    background-color: var( --e-global-color-primary );
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 50px 50px 50px 50px;

  color: #fff;
}

body.product-template-default.single.single-product button.variation-tab {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 33px 33px 33px 33px;
    padding: 5px 10px 5px 10px; 
    color: #12A555;
    background-color: #FFFFFF;
    border-color: #12A555;
    transition: all 0.2s;
}

body.product-template-default.single.single-product table tbody>tr:nth-child(odd)>td, body.product-template-default.single.single-product table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

body.product-template-default.single.single-product table td, table th {
    padding: 0;
}
body.product-template-default.single.single-product tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.product-template-default.single.single-product td.label {
    width: 20%;
}
body.product-template-default.single.single-product .variation-tabs {
    width: 40%;
}



/* + - quantity button */
button.plus {
    margin: 0 !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	padding: 0 !important;
}

button.minus {
    margin: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
	padding: 0 !important;
}

.quantity {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
}

.quantity.buttons_added {
    text-align: left;
    display: flex;
}

.quantity .input-text.qty {
    width: 3.631em;
    height: 36px !important;
    padding: 0 0.5em;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ddd;
    border-left: 0 !important;
    border-right: 0 !important;
    -moz-appearance: textfield;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 0;
    width: 36px;
    height: 36px;
	background-color: unset !important;
	color: #000;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.quantity.buttons_added .minus {
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.quantity.buttons_added .plus {
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #e5e5e5;
}

/* Hide number input arrows */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    max-height: unset !important;
    text-align: center !important;
}


a.button.buy-now-button { 
    border: 1px solid var( --e-global-color-primary );
    border-radius: 50px 50px 50px 50px;
    color: #fff;
}

a.button.buy-now-button:hover {
    background-color: #fff !important;
    color: var( --e-global-color-primary );
  border: 1px solid var( --e-global-color-primary );
}
button.single_add_to_cart_button.button.alt:hover{
    background-color: #fff !important;
    color: var( --e-global-color-primary ) !important;
    border: 1px solid var( --e-global-color-primary );

}
body.product-template-default.single.single-product td.label, body.product-template-default.single.single-product .variation-tabs{
    width: fit-content !important;
    margin-right:10px;
}
.postid-2758 .woocommerce-variation-price{
    margin-bottom:20px;
}
body.product-template-default.single.single-product a.button.buy-now-button.disabled {
    color: #fff;
}
body.product-template-default.single.single-product a.button.buy-now-button.disabled:hover {
    color: #12A555;
}
.quantity .input-text.qty{
    width:1rem;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    align-items: center;
}
@media (max-width: 768px){
    

.custom-cart button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, .custom-cart a.button.buy-now-button.disabled{
    padding: 10px 10px !important;
}
}
#wpcf7-f56-p2184-o1 {
    .name, .contact-medium {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
    input, textarea{
    border-bottom:2px solid #828282;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-radius:0px;
    padding-left:0px;
    color:#828282;
    font-size:14px;
    font-family: "Poppins", Sans-serif;
}
   label{
    font-family: "Poppins", Sans-serif;
    font-size:16px;
    font-weight:500;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border: 0px !important;
    background: #14A350;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 500;
}
}
@media (min-width:767px){
.review {
    width: 50%;
    float:left;
}
}
input#submit{
    background:#12A555 !important;
    color:#fff !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border :1px solid #12A555 !important;
}
.custom-cart form.cart {
    display: flex;
    align-items: center;
}
@media (max-width:850px){
    .custom-cart { button.single_add_to_cart_button.button.alt,a.button.buy-now-button{
    padding:10px !important;
}
}
}
.woocommerce .star-rating {
    color: #ffd700;
}