/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2022 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.utility-wide {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 10;
  margin-bottom: 0px;
  border-top: 0 none;
  border-bottom: 0 none;
  background-color: #555354;
  background-image: url('../../../../images/banners/store.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: fixed;
}

.formnewsletter a:link, .formnewsletter a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
}

.mega-menu-promo h3 {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 10px;
}

.titoloslide {
color: #FFFFFF;
font-size: 50px;
font-weight: bold;
text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

@media only screen and (min-device-width: 315px) and (max-device-width: 812px) {
{
.utility-wide {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 0;
  margin-bottom: 30px;
  border-top: 0 none;
  border-bottom: 0 none;
  background-color: #555354;
  background-image: url('../../../../images/banners/store_cell.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: fixed;
}
}

/* modifica icona privacy e cookie */
@media(max-width: 1600px) {

    .cc-revoke.cc-bottom {
        bottom: 44px !important;

    }


}

	


@media (max-width: 991px) { 
 .whatsappchat { 
 margin-bottom: 30px; 
 } 
}