/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* --------------------------------------------
	PAGE TITLES
-------------------------------------------- */

.fancy-style .fancy-heading .heading-text>h1 {
    font-size: 32px;
    line-height: 1.3;
   
}

/* --------------------------------------------
	STICKY NAV TEXT COLOUR
-------------------------------------------- */
nav .menu > li.menu-item > a, nav.std-menu .menu > li > a {
    color: #fff !important;
}

/* --------------------------------------------
	BREADCRUMBS CONTAINER 
-------------------------------------------- */
.page-heading {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* --------------------------------------------
    COPYRIGHT (Footer)
-------------------------------------------- */
#copyright .text-left {
    font-size: 14px;
    
}

/* --------------------------------------------
    SALE BADGE DISPLAY
-------------------------------------------- */
.woocommerce span.onsale {
   display: none;
}

/* --------------------------------------------
	PRODUCTS
-------------------------------------------- */

.summary-top .woocommerce-breadcrumb {
	display: none;
}


ul {
    list-style: disc;
}
@media only screen and (min-width: 768px) {

/* DETAILS AREA */
.woocommerce div.product div.summary {
width: 45%;
}
}

@media only screen and (max-width: 767px)
.sf-mobile-shop-filters-link {
    display: none;
}

a.sf-button.bordered {
    margin-top: 20px;
}