/*
    Template:       fennik
    Theme Name:     Fennik Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Fennik - Multipurpose Creative Theme
    Version:        1.0.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready, architecture, interior
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    fennik-child
    Domain Path:    /languages/
*/
.woocommerce-order-details{
	display:none !important;
}
.woocommerce-order-details__title {
    display: none !important;
}

.woocommerce-notice--success{
	display:none !important;
}
form.woocommerce-checkout {
    position: relative;
    font-size: 14px;
    padding: 0 15px;
}
.woocommerce-order-details__title{
	display: none !important;
}
.woocommerce-order{
		padding:10px !important;
	}

.woocommerce .cart .actions .button[name="update_cart"] {
    display: none;
}
button[name="update_cart"] {
    display: none !important;
}
body.woocommerce-checkout .woocommerce .cart .actions .button[name="update_cart"] {
    display: none;
}
.wrap-cart-cta .quantity {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: auto;
}

.enable-header-transparency .lahb-wrap:not(.is-sticky) .lahb-desktop-view .lahb-row1-area .lahb-element:not(.lahb-nav-wrap) a {
    color: #000000 !important;
}

.digits{
	margin:0 auto;
	text-align:center;
}

table th, table td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid var(--theme-border-color);
    border-right: 1px solid var(--theme-border-color);
    text-align: center;
}
table.shop_table th, table.shop_table td {
    border-right: 0;
    text-align: left;
}

:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity {
    vertical-align: middle;
    background: #c5404038;
    color: #000;
	margin-top: -4px;
}

.wrap-cart-cta .quantity span {
    width: 25px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    /* vertical-align: middle; */
    height: 46px;
}


:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
    margin-right: 0;
    text-align: center;
    vertical-align: baseline;
    width: 3.631em;
    height: 100%;
}


.login-dropdown-element .lahb-modal-login {
     position: absolute;
   
    top: 100%;
    background: #fff;
    box-shadow: 0 8px 35px -6px rgba(0, 0, 0, 0.18);
    z-index: 4;
    
    padding: 0;
    color: var(--theme-body-font-color);
    
	
	text-align: left;
    vertical-align: middle;
    
    background: #fff;
    white-space: normal;
    max-width: calc(100vw - 40px);
    max-height: calc(80vh - 60px);
    overflow: auto;
    margin: 30px 0;
    min-width: 100px;

}
.lahb-login-form {
    min-width: 80px;
    max-width: 100%;
}


text-align: left;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    white-space: normal;
    max-width: calc(100vw - 60px);
    max-height: calc(80vh - 60px);
    overflow: auto;
    margin: 30px 0;
    min-width: 100px;
	


@media (min-width: 992px) {
    form.woocommerce-checkout #order_review {
        float: left;
        width: 50%;
		margin: 0;
        padding: 0 50px;
    }
	.woocommerce-notice--success{
	display:none !important;
}
	
	    form.woocommerce-checkout #customer_details {
        float: left;
        width: 40%;
			
    }
	
	    .woocommerce-cart .woocommerce td.actions .button {
        background: none;
        padding: 0;
        min-width: 0;
        border: none;
        display: none;
        height: auto;
        text-transform: none;
        font-size: 14px;
        font-weight: var(--theme-heading-font-weight);
        line-height: 34px;
        color: var(--theme-secondary-color);
    }
	.woocommerce-order{
		padding:10px !important;
	}
	
	
}


@media (max-width: 768px) {
form.woocommerce-checkout #customer_details {
    float: left;
    width: 100% !important;
    margin-right: 41px;
}
	.woocommerce-order{
		padding:10px !important;
	}
	.woocommerce-notice--success{
	display:none !important;
}
}

