/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* hide firstname and lastname alerts in checkout form */  
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
} 

/* Homepage */

#header .header-top #_desktop_top_menu > ul#top-menu {
	background: #575756;
}

#header span.cart-products-count {
    background: #99CC33;
}

.add-blocks.displayTop .wp-add img {
    height: 184px;
}

#main .product-miniature.prod-box-grid .discount-percentage, #main .product-miniature .discount-amount.discount-amount {
    background: #99CC33;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 6px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 50px;
    }

.search-widget form input[type=text] {
    border: 2px solid #575756;
    border-radius: 20px;
    }

 .search-widget form button[type=submit] {
 	color : #575756;
 	}

.product-price-and-shipping {
	color: #ffffff;
    background: #575756;
    padding: 6px;
	}

.product-price-and-shipping .reduction {
	color: #ffffff;
	}



/* Fin : Homepage */

/* Fiche produit */

.regular-price {
    color: black;
    font-size: 0.95rem;
    }

.has-discount .page-content.page-cms ul, .has-discount.product-price, .has-discount p, .page-content.page-cms .has-discount ul {
    color: #99CC33;
}

.has-discount .discount {
	background: #99CC33;
}

.product-price {
    color: #99CC33;
    font-size: 2rem;
}

#wpimageslider-wrap .btn-default, .btn.btn-primary, #header .header-top .blockcart .cart-summary a.btn, .btn-comment {
    font-weight: bold;
}

.product-information div[id^=product-description-short] {
    font-weight: bolder;
    margin-bottom: 10px;
}

.oneyCta_logo.-withoutFees {
    width: 150px;
}

.product-discount .regular-price {
    display: table-cell;
    padding-right: 14px;
}

.has-discount .discount {
    display: table-cell;
}

.product-discount {
    padding-top: 7px;
}

.delivery-information {
    font-weight: bolder;
}

/* Fin : Fiche produit */

/* Page liste */

#grid_list {
    display: none;
}

.block-category .category-cover img {
    display: none;
}

/* Fin : page liste */

/* Panier */

.product-line-grid-body>.product-line-info .product-discount .discount {
	background: #99CC33;
    color: #ffffff;
    padding: 10px;
}

.product-line-grid-body>.product-line-info .current-price .price {
	font-size: 1.5rem;
	color: #333333;
}

#blockcart-modal .modal-header {
    background: #99CC33;
}

body#checkout #order-summary-content {
	display: none;
}
/* Fin : Panier */