/*
Theme Name: Organify Child
Theme URI: http://demo.casethemes.net/organify
Description: Child theme for the Organify theme
Author: Case-Themes
Author URI: https://casethemes.net/
Template: organify
Version: 1.0.0
*/

/* Import parent theme styles (optional if enqueueing via functions.php) */
/* @import url("../organify/style.css"); */

/*-------------------------------------*/

.item--date {
    display: none;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}
.pxl-item--archive .pxl-item--image img {
    max-height: 450px;
}

.pxl-item--archive.pxl-item--standard { background-color: #eef9f1; }

.pxl-item--archive.pxl-item--standard .pxl-item--image {
    border-bottom: solid 1px #dbe9df;
}

.woocommerce .woocommerce-product-inner { 
	background: #fff; 
	padding: 18px 18px 0; 
}

.pxl-slide--home1 .pxl-introduction--product {
    padding-bottom: 100px;
}

/*button.woosc-btn.woosc-btn-3784 {*/
/*    margin-right: 10px;*/
/*}*/

.woosc-btn{
    margin-bottom: 20px;
    margin-right: 10px;
}

form.wc-block-components-form.wc-block-checkout__form {
    margin-left: 65px;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    form.wc-block-components-form.wc-block-checkout__form {
        margin-left: 0px;
        padding: 2px;
    }
}





















