/*
 Theme Name:   Artemis Child
 Theme URI:    http://www.artemistheme.com/themepreview/
 Description:  Artemis-SWP Child Theme
 Author:       SmartWPress
 Author URI:   http://themeforest.net/user/SmartWPress
 Template:     artemis-swp
 Version:      1.0.0
 Tags:         fluid-layout, responsive-layout, editor-style, featured-images, full-width-template, theme-options, translation-ready, custom-background, custom-colors, custom-menu, one-column, two-columns, black, dark
 Text Domain:  lucille-child
*/

@import url("../artemis-swp/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

.at_clear_cart {
	display: none !important;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2, .woocommerce-cart .cart_totals {
	display: none !important;
}

.woocommerce-cart td.product-quantity {
	line-height: 50px;
}

#footer_sidebar1 {
	padding: 0 0 50px !important;
}

#footer_sidebar1 img {
	max-width: 300px;
}

.lc_swp_full .creative_header_icon.lc_icon_creative_cart {
	line-height: 90px !important;
}

.sticky_enabled .creative_header_icon.lc_icon_creative_cart {
	line-height: 70px !important;
}

.login_creative_inner .nav_creative_inner {
	left: 0;
}

@media only screen and (max-width: 768px) {
    .at_quick_view_container {
        padding: 20px;
    }
    .at_fancybox div.product.at_quick_view_container div.images {
	    width: 100%;
    }
    .at_fancybox div.product.at_quick_view_container div.summary {
	    float: none;
	    width: 100% !important;
    }
}