/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

/* Furniture Demo */

.site-content {
    margin-top: 10px;
}

/* Page title style */
.page-title {
    border-bottom:0;
    font-weight:900;
    padding-bottom: 0;
    margin-bottom: 40px;
}

/* Input */
#thickness,#colour{
    width: 39%;
}
.colour{
    padding-right: 14px;
}
.wpcf7 .label{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0px;
}
.wpcf7-form-control-wrap .wpcf7-form-control{
    border-width: 1px !important;
    border-color: #cccccc;
    box-shadow: none !important;
    margin-top: 10px;
    border-radius: 6px;
    padding: 12px !important;
}
.wpcf7-form-control-wrap .wpcf7-form-control:focus{
    border-color: #000000;
}
.wpcf7-form-control-wrap .wpcf7-checkbox{
    padding-left: 0px !important;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
    margin-left: 0px;
}
#waranty{
    display: inline-block;
    width: 185px;
    border: none;
    padding-left: 0px !important;
}
.wpcf7-form .wpcf7-submit{
    font-size: 18px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    background: #000000;
    color: #ffffff;
}
/* Product tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 14px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #dfdbdf;
    z-index: 1;
}

.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff !important;
    border: 1px solid #dfdbdf;
}

/* woocommerce message */

.woocommerce .woocommerce-message {
    background-color: #00411b;
}

.woocommerce .woocommerce-info {
    background-color: #000000;
}

.woocommerce ul.products p.woo-product-label {
    position: absolute;
    display: inline;
    top: 0;
    right: 0;
    background: #000;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}



/* */



/* Responsive Querries */
@media only screen and (max-width: 640px) and (min-width: 320px){
    .zn_sortable_content {
        margin-top: 265px;
    }
    
    .znColumnElement-innerWrapper-eluid9e5a1dcd{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluide3853513{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluidfb1f93ba{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluida61e209b{
        margin-left: 0px;
    }
    .zn_sortable_content .znColumnElement{
        margin-top: 15px;
    }
   
}

@media only screen and (max-width: 736px) and (min-width: 667px){
    .zn_sortable_content {
        margin-top: 240px;
    }
    .znColumnElement-innerWrapper-eluid9e5a1dcd{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluide3853513{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluidfb1f93ba{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluida61e209b{
        margin-left: 0px;
    }
   .woocommerce-page table.cart td.actions > .button {
        margin-top: 15px;
    }
    .zn_sortable_content .znColumnElement{
        margin-top: 15px;
    }
}
@media (min-width: 812px){
     .znColumnElement-innerWrapper-eluid9e5a1dcd{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluide3853513{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluidfb1f93ba{
        margin-left: 0px;
    }
    .znColumnElement-innerWrapper-eluida61e209b{
        margin-left: 0px;
    }
    .zn_sortable_content .znColumnElement{
        margin-top: 15px;
    }
    
}
@media only screen and (max-width: 480px) and (min-width: 320px){
    #thickness, #colour {
        width: 62%;
    }
    .woocommerce .woocommerce-message{
        display: grid;
    }
    .woocommerce-page table.cart td.actions > .button {
        margin-top: 15px;
    }
    .woocommerce table.cart td.actions .coupon .input-text+.button{
        padding: 10px;
    }
}
@media (min-width: 640px){

    #thickness, #colour {
            width: 34%;
        }
    .woocommerce-page table.cart td.actions > .button {
        margin-top: 15px;
    }
}
@media (max-width: 767px){
    .woocommerce .zn-cartpage-style2 table.shop_table_responsive.cart, .woocommerce-page .zn-cartpage-style2 table.shop_table_responsive.cart {
        min-width: inherit;
    }
    .zn-wc-pages-style2 .checkout.woocommerce-checkout{
        margin-top: 15px;
    }
}