/*
Theme Name:		 Convertio Child
Theme URI:		 https://convertio.uicore.co/
Description:	 Child theme for Convertio - Conversion Optimized Landing Page Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 convertio
Version:		 1.0.0
Text Domain:	 convertio
*/


/*
    Add your custom styles here
*/


.uicore-title, .uicore-animate h3 { display:none;}

#main {padding:0px !important;}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
 
}

.wc-block-cart__submit-container  a , .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {color:#111 !important; background:#FAF6A0 !important; font-weight:bold;}

.wc-block-cart__submit-container     a:hover , .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{color:#fff !important; background:#275A53 !important;  font-weight:bold; }


.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #fafafa !important;
    padding: 20px !important;
}

.onsale {background:#275A53 !important;}

.price-landing-pages {font-weight:bold; font-size:24px !important;}

.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal {background:none !important;}
.wl-quantity-cal .quantity .minus {display:none !important;}
.wl-quantity-cal .quantity .input-text { width:75px !important;}

.elementor-kit-11.uicore-woo-page a.button.wc-forward {color:#fff !important;}

.widget.woocommerce .buttons .button:not(.checkout) {
    background-color: #eaeced !important;
}
.widget.woocommerce .buttons .button:not(.checkout):hover {
    color: #fff !important; background: #043844 !important;
}

.page-id-477 #main {padding:0px !important;}
.single-post  #main {padding:0px !important;}

/*.page-id-476 .uicore-asside-cart , .page-id-477 .uicore-asside-cart {display:none;} */


.wqpmb_quantity .plus , .wl-quantity-wrap .label {display:none !important;}

.qib-button{ font-weight:bold; color:#000 !important;}

.wqpmb_quantity .minus  {display:none !important;}

.single_add_to_cart_button:hover {cursor:pointer !important;}

.wl-cart-wrap .added_to_cart {display:none !important;}


.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-ratting-wrap+.ht-product-action {
  margin-bottom: 15px !important; margin-top:0 !mportant;}


.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul { border-radius:10px !important; }
.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul:hover { border-radius:10px !important; }

/**** Mushroom Custom landing Page plus minus color ****/

.page-id-5225 button.qib-button {color:#fff !important;}

/**** Pop Button Checkout on proudct page ***/

.wooac-popup .wooac-action a {
    display: inline-block;
    outline: none;
    margin: 0 5px;
    background-color: #102542 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff  !important; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%  !important;
}

.wooac-popup .wooac-action a:hover {
    display: inline-block;
    outline: none;
    margin: 0 5px;
    background-color: #102542 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fc661e  !important; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%  !important;
}

/*** Shop Add to Cart button **/

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul { margin: 0 auto !important;}


#wooac-checkout {
    display: inline-block;
    outline: none;
    margin: 0 5px;
    background-color: #102542 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff  !important; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%  !important;
}

#wooac-checkout:hover {
    display: inline-block;
    outline: none;
    margin: 0 5px;
    background-color: #102542 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fc661e  !important; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%  !important;
}

.wp-block-woocommerce-checkout { width:75% !important; margin: 0 auto !important; }

/*** Hide Cart Button on checkout page ****/

/** .page-id-477 .uicore-cart-icon {display:none !important;} **/

/*** Sticky Add to Cart Button for Mobile ****/
  
@media only screen and (max-width: 600px) {
  

.sticky-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #ddd;
            padding: 7px;
            text-align: center;
            z-index: 1000;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        }

        .sticky-bar button {
            font-family: "Montserrat";
            padding: 10px 20px;
            background-color: #f46000; /* WooCommerce blue */
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
        }

        .sticky-bar button:hover {
          font-family: "Montserrat";
            background-color: #112542;
             font-weight: bold;
        }
  
  .wp-block-woocommerce-checkout { width:95% !important; margin: 0 auto !important;}
	
	

}


.postid-6911 #main .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container
 {
	 width:100% !important;}
}

/* .entry-content a { text-decoration:underline !important; color:#70A44C !important;} */
