/*
Theme Name: Zigcy Light Child 1
Theme URI: http://wsp-ie.com.au
description: >-
  Zigcy Light Child 1 Theme
Author: Yolanda Tian
Author URI: http://example.com
Template: zigcy-lite
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fifteen-child
*/

/* Temporary code for launch */
 
/* code to hide carton/unit size and pricing from short description tab -------------------------*/
.woocommerce-product-details__short-description h5 {
    display: none; 	}
/* code to hide qty & size -------------------------*/
table.variations {
    display: contents; }  
/* code to my cart icons in header -------------------------*/
a.cart-contents {
	display: none !important; }


/* Actual code starts here --------------------------------------------------------------------------------------------------- */
.site-branding img {
    width: 200px;
}

.store-mart-lite-breadcrumb {
	display: none !important;
}
.store-mart-lite-top-header-wrap {
	background-color: #f0000a;
}

.top-header-left-text {
	display: inline-block;
	margin-right: 10px;
}

.elementor-132 .elementor-element.elementor-element-46f5c82 .elementor-cta__content{
		min-height: 30vw !important;
}

.store-mart-lite-section-footer-wrap-main {
    background-image: url(https://wspie2.wpcomstaging.com/wp-content/themes/zigcy-lite-child-1/images/footer3-min.jpg);
}

.store-mart-lite-bread-home {
    background-image: url('https://wspie2.wpcomstaging.com/wp-content/uploads/2020/11/header.jpg');
	background-color: #111111;
    background-size: cover;
    margin-top: 10px;
}

.breadcrumb-title h1.page-title {
    color: #fff;
}
/* center and standardise archive-product images 
.sml-product-wrapp {
    height: 300px;
}

.woocommerce ul.products li.product a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
*/

.sml-product-wrapp{
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
}

.sml-price-wrap{
	display:none;
}

.woocommerce ul.products li.product a img {
	max-width: 100%;
/*    max-height: 100%; */
    vertical-align: middle;
}

/* Forms */

.ywctm-inquiry-form-wrapper.has-toggle .ywctm-toggle-button{
	color: #f0000a !important;
}

.ywctm-inquiry-form-wrapper.has-toggle .ywctm-toggle-button:hover{
		color: #ffffff !important;
		background-color: #f0000a !important;
}

.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
}

/* Product Pages -----------------------------------------------------------------------------------*/
#custom_html-5{
	background-color: #eee;
}

/* top notice for SA Safetyworx products */
.sa-only {
	font-style: italic;
	font-weight: 700;
	color: #f0000a;
}

/* short description stylings */
.woocommerce-product-details__short-description h5 strong {
    font-weight: 400;
	}
.woocommerce-product-details__short-description h5 {
	font-size: 1em !important;
	margin: 0px;
	}
.woocommerce-product-details__short-description h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}


/* home page ----------------------------------------------------------------------------------- */

/* Footer */
.footer-one h2{
	color: #bbb;
}
.footer-widgets .textwidget, .footer-widgets a, .footer-widgets p {
	color: #ddd !important;
}
.store-mart-lite-footer-wrap {
	display:none;
}
