#header a.logo>img {
    height: 90px!important;
}


.fullwidthbanner
{
    border-top: 15px solid rgb(170, 31, 35);
}

.contieniProdotti
{
    padding-top:0px;margin-top:0px;
    padding-bottom:0px; margin-bottom:0px;
}


.contieniProdotti .shop-item-buttons.text-center {
    display:none;
}


section
{
    padding:44px 0px  !important;
}

.contieniProdottiOfferta section
{
    border:none !important;
    padding:0px !important;
    padding-top:10px !important;
}
.owl-controls.clickable {
    display:none !important;
}

.contieniProdottiOfferta2 section
{
    border:none;
}
.owl-controls.clickable {
    display: none;
}
#header.fixed #topNav a.logo>img {
    height: 60px !important;
}

#particles-js
{

    height: 436px !important;


    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
canvas.particles-js-canvas-el {
    margin-top: -130px;
}

.titoloBubble {
    color: white;
    font-size: 40px;
    text-align: center;
    /* margin-top: 90px; */
    position: relative;
    top: 143px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.count-particles {
    display: none;
}


button.btn.btn-outline-light {
    border: 1px solid white;
    border-radius: 10px;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto !important;
    display: inline-block;
    margin-top: 40px;
    font-size: 20px;
    cursor: pointer;
}

button.btn.btn-outline-light:hover {
    background-color: #ffffff61;
    color:white !important;
    cursor: pointer;
    
}





.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
    display:inline-block;
}
.modal h4
{
    text-align: center;
    color: #a94545;
    margin-top: 11px;
    font-weight: bold;
    font-size:30px;
}
.modal a
{    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;


}
.modal h5
{
font-size: 24px;
text-align: center;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 45%;
  width: 53em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

svg:not(:root) {
    
    width: 20px;
}