/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp/
Description: SiteOrigin Child Theme
Template: siteorigin-corp
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siteorigin-corp
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
*/

/* =Theme customization starts here
______________________________________________________________________________*/
.outofstock .images a:before {
				background-image: url(http://localhost/afriwear/wp-content/uploads/Sold_out.png);				/*background-color: rgba(255,255,255,.3);*/
				background-repeat: no-repeat!important;
				background-position: center center!important;
				display: inherit !important;
    			opacity: .8;
    			z-index: 1 !important;
    			float: none;
    			clear: both;
          
			}

			.products .outofstock a:before {
				background-image: url(http://localhost/afriwear/wp-content/uploads/Sold_out.png);				/*background-color: rgba(255,255,255,.3);*/
				background-repeat: no-repeat!important;
				background-position: center center!important;
				display: inherit !important;
    			opacity: .8;
    			z-index: 1 !important;
    			float: none;
    			clear: both;

			}

.woocommerce .product .summary .stock, .woocommerce .product .product-info-wrapper .stock {
    color: #f14e4e!important;
}

@media only screen and (max-width: 600px){
.wpforms-container-full .wpforms-form .wpforms-field-medium .wpforms-container-full .wpforms-form .wpforms-field-medium .wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium
    {
        max-width:100%;
    }
    }
