/*** EDIT ***/

.newsletter_img {
	float: left;
	margin-right: 20px;
	width: 160px;
}

.std.newsletter_container {
	width: 60%;
	margin: 0 auto;
}

.std.newsletter_container #subscribe-form label {
	float: none;
}

.std.newsletter_container #subscribe-form {
	padding: 5% 15% 4%;
}

.std.newsletter_container #subscribe-form button[type="submit"]{
	background-color: #e3328b;
	color: white;
}

.std.newsletter_container #subscribe-form button[type="submit"]:hover{
	background-color: #5b6770 !important;	
}

.grid_home_images {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	position: relative;
	cursor: pointer;
}

.grid_home_images_shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.35);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.grid_home_images_shadow:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.grid_home_text {
    color: white;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
    -moz-transform: translate(-50%, -75%);
    -o-transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.grid_home_text h3 {
	font-weight: normal;
	font-size: 3.5rem;
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 769px){
	.grid_home_images {
		display: none;
	}
}

.grid_home_text h4 {
	font-size: 1.8rem;
    color: white;
    background-color: #df2c80;
	border: 1px solid #df2c80;
    padding: 13px 5px;
	margin: 0 auto;
	width: 60%;
    text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: center;
}

.grid_home_text h4:hover {
	background-color: #5b6770;
	border: 1px solid #5b6770;
}

.grid_home_images_full .grid_home_text {
	left: 25%;
	color: black;
	transform: translate(-25%, -50%);
	-webkit-transform: translate(-25%, -50%);
	-moz-transform: translate(-25%, -50%);
	-o-transform: translate(-25%, -50%);
	-ms-transform: translate(-25%, -50%);
}

.nav-regular .nav-submenu--mega > li > .nav-block--top, .nav-regular .nav-submenu--mega > .nav-item > a {
	text-align: center;
}

#iubenda {
    background-color: #eee;
}

.center {
    margin-top: 100px;
}

/* cookie banner related styles below */

/***************************************************************************
// * Iubenda Cookie Solution                                               *
// *                                                                       *
// * (c) 2015 Iubenda srl <info@iubenda.com>                               *
// * All Rights Reserved.                                                  *
// *                                                                       *
// *************************************************************************
//
// CHANGELOG
// 0.0.1
// - first implementation of customizable css
*/

/*  GENERAL CLASS */
#iubenda-cs-banner{
    /* ------ IMPORTANT NOTICE: don't change these values as
            they may prevent the banner from properly showing. Some of these lines,
            moreover (like z-index) will overwrite the configuration initialized
            by the script you paste in your pages. To show the banner at the bottom
            you can switch to "bottom: 0px !important;". Don't forget to put "slideDown"
            to "false".
     */
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
    /* ----------------- */
}

/*  CONTENT CLASS */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}
.iubenda-banner-content{

}

.iubenda-cs-rationale{
    max-width: 900px; position:relative; margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.footer-primary-bottom .item-left {
	float: none;
}

.special-price .price, .special-price .price-label, .minimal-price-link .price, p.required, .product-options dt label.required em, .form-list label.required em, label.required:after, span.required:after {
    color: #e3328b !important;
}

.blink {
	-webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

.product-gift-card .price-box, #min-product-price-48-label-new, #product-minimal-price-48-new, #product-price-48-label-new, #min-product-price-48-new, .category-gift-card .price-box, label[for="amgiftcard_amount"], #min-product-price-48-label-related, #product-minimal-price-48-related, #product-price-48-label-related, #min-product-price-48-related, #min-product-price-48-label-upsell, #product-price-48-label-upsell, #min-product-price-48-upsell, #product-minimal-price-48-upsell {
	display: none;
}

.acco ul li ul > li.nav-item.level1 {
	padding: 10px 0 10px 0 !important;
}

.acco ul li ul > li.nav-item.level1 > span {
	margin-left: 30px;
}

ul.accordion.sideacco li.level0 {
	padding: 8px 0 !important;
}

#notification_slider {
	height: auto;
}

p.product-image > div:after {
	content: 'zoom';
    right: 4px;
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 0.85em;
	background-color: rgb(227, 50, 139);
	color: white;
	padding: 6px 8px 5px;
}