/*
 Theme Name:    startecommerce Child
 Description:   This is the child theme of startecommerce
 Author:        Marketing01
 Author URI:    https://www.marketing01.it/
 Template:      startecommerce
 Version:       1.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
 Text Domain:   startecommerce-child
*/


/** nascondo search header 7  e ridimensiono gli elementi */
.header-v7 .navbar-search {
    display: none;
    margin-top: 4px;
    justify-content: flex-end;
}


.header-v7 .masthead .header-support {
    flex: 0 0 36.6666666666%;
    max-width: 36.6666666666%;	
}

.header-v7 .masthead .header-logo, .header-v7 .masthead .header-site-branding {
    flex: 0 0 26.6666666667%;
    max-width: 26.6666666667%;
}

.header-v7 .header-logo-link img {
    max-width: 250px;
}

.header-v7 .masthead .header-icons {
    flex: 0 0 36.6666666666%;
    max-width: 36.6666666666%;
}


/** nascondo menù header 7 */
.header-v7 .electro-navigation-v7 {
    background-color: #fff;
    display: none;
}


/** errore visualizzazione accanto icona cuore wishlist **/
.wishlist_table .add_to_cart.button i, .yith-wcwl-add-button>a i {
    margin-right: 5px!important;
    display: none;
}

/** features **/

.features-list .feature {
    padding-right: 15px !IMPORTANT;
    flex: 0 0 160px;
    max-width: 160px;
}

/** line height copyright **/
.copyright-bar .copyright {
    line-height: 37px;
}

/** nascondo breadcrumb  **/
.woocommerce-breadcrumb {display: none;}


body .site-content {
    margin-top:40px;
}

body.home .site-content {
    margin-top:0px;
}


.single-product.full-width .single-product-wrapper {
    margin-bottom: 40px;
}

/** aggiungi al carrello prodotti offerta con timer **/

.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button {
    font-size: 13px;
    /* color: #000; */
    text-indent: 0;
    width: 200px;
    line-height: 31px;
	float: none;
	color: #000;
}

.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button:hover {
    color: #fed700;
	background: #000 !important;
}

.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button::before {
	background: #000;
}

.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button:hover:before 
{
	background: #fed700;
}

@media screen and (max-width: 1199px) {
	.handheld-header-links {
		padding-left: 0 !Important;
	}
	.handheld-header-links li.search {
		display: none;
	}
	.off-canvas-navigation-wrapper  {
		padding: 0 !important;
		display: none;
	}
	.header-logo {
		padding-left: 15px !important;
	}
	.handheld-header-v2 .handheld-header-links>ul li+li, .mobile-header-v1 .handheld-header-links>ul li+li, .mobile-header-v2-inner .handheld-header-links>ul li+li {
			margin-left: 10px !Important;
	}
	.handheld-header-v2 .off-canvas-navigation-wrapper, .mobile-header-v1 .off-canvas-navigation-wrapper, .mobile-header-v2-inner .off-canvas-navigation-wrapper {
		max-width: 50px !Important;
		flex: 0 0 50px !Important;
	}
}

@media screen and (max-width: 767px) { 
	#content {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 467px) {
	.header-v7 .header-logo-link img,
	.handheld-header-v2 .header-logo img, .mobile-header-v1 .header-logo img, .mobile-header-v2-inner .header-logo img {
		margin-top: 5px;
		max-width: 140px !important;
	}
}

@media screen and (max-width: 367px) {
	.header-v7 .header-logo-link img {
		margin-top: 10px;
	}
}
