/**
 * Theme Name: GLB
 * Theme URI: http://www.k-talyst.com.sg
 * Version: 1.0.7
 * License: 
 * License URI: 
 * Description: K-Talyst
 * Author: LineThemes
 * Author URI: http://themeforest.net/user/linethemes
 * Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: glb
 */

.page-id-1336 .shop_table_responsive button {
    background: #C6D3E3 !important;
}

/* Header reduce padding */
.site-header .header-brand{
    margin: 3px 0 !important;
}

.cart-subtotal {display: none;}


/* Products page, disable click on image*/
.postid-1380 .woocommerce-product-gallery__image a, .postid-1382 .woocommerce-product-gallery__image a, .postid-1384 .woocommerce-product-gallery__image a, .postid-1376 .woocommerce-product-gallery__image a  {
    pointer-events: none;
}
/* Cart Page */
.page-id-1338 .content-body{
    margin-top: 32px;
}

/* Hide Footer actions */
#custom_html-18, #custom_html-19 {
    display: none;
}

/* Display Footer actions only on Home, Contact Us, About Us Page*/
.page-id-7 #custom_html-18, .page-id-7 #custom_html-19, .page-id-18 #custom_html-18, .page-id-18 #custom_html-19, .page-id-199 #custom_html-18, .page-id-199 #custom_html-19{
    display: block;
}

.postid-1380 .content,.postid-1382 .content, .postid-1384 .content,.postid-1376 .content{
    margin-top: 2em;
}

@media only screen and (max-width: 600px) {
    .hide-on-mobile{
        display: none;
    }
	
@media only screen and (max-width: 900px) {
    .hide-on-tablet{
        display: none;
    }	
	
    /* Footer reduce spacing */
    .content-bottom-widgets{
        margin-bottom: -80px !important;
    }
    /* home, About, contact page resume normal spaces*/
    .page-id-7 .content-bottom-widgets, .page-id-199 .content-bottom-widgets, .page-id-18 .content-bottom-widgets{
        margin-bottom: initial !important;
    }
    /*Checkout page, related product */
    .woocommerce .products li{
        text-align: center;
    }

    .woocommerce .products li img, .woocommerce .products li .button{
        width: 70%;
        margin: 0 auto !important;
    }
    .woocommerce-page.single-product .content-body-inner.wrap {
        padding-bottom: 60px !important;
    }

    /* Checkout Page*/
    tr.woocommerce-cart-form__cart-item.cart_item {
        border: 0px !important;
        box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
        border-radius: 0 !important;
        left: -1.5% !important;
        width: 100% !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin: initial !important;
    }

    .woocommerce .woocommerce-message .button{
        right: 25% !important;
        top: 100% !important;
    }

	body .site-header.site-header-classic.header-brand-left .header-brand{
		margin: 15px 0 !important;
	}
    body .woocommerce .shop_table.woocommerce-cart-form__contents tbody tr:last-child .actions>.button{
        
    }	
	
}