@media only screen and (max-width: 1400px) {
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent.regular {
    width: 80%;
  }

}

@media only screen and (max-width: 775px) {
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent.regular,
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent.bottom {
    width: 100% !important;
  }



}

@media only screen and (max-width: 420px) {
  	.modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton .cookieForm .elem.button.def-formSubmit-btn .input-button{ 
		font-size: 13px;	  
	}
}

@media only screen and (max-width: 376px) {
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent.regular,
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent.bottom {
    width: 100% !important;
  }
   .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton {

      margin-bottom: 30px !important;
  }


}

.elem.pop-up.min-tray-product.modal.modalCookieConsentContent {
    margin: 0 !important;
    position: fixed;
	background-color: #fff; /* Background color for the modal */
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add a shadow for depth */
	z-index: 10000;
	 
  }
 /*
 .elem.pop-up ~ .fb_reset {
	 z-index: 9000;
}
*/
.elem.pop-up.min-tray-product.modal.modalCookieConsentContent.regular{
	width: 600px;
    height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent .layout.pop-up.layout-box .section.message .layout.message h3, .modalCookieConsentContent.regular .layout.pop-up.layout-box .section.message .layout.message .elem.store.preview .section.location .city, .elem.store.preview .section.location .modalCookieConsentContent.regular .layout.pop-up.layout-box .section.message .layout.message .city, .modalCookieConsentContent.regular .layout.pop-up.layout-box .section.message .layout.message .elem.filter-text .elem.title .title-inner-layout > *, .elem.filter-text .elem.title .modalCookieConsentContent.regular .layout.pop-up.layout-box .section.message .layout.message .title-inner-layout > * {
    font-size: 21px;
  }
  .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.message .layout.message p {
    font-size: 16px;
    line-height: normal;
  }
  .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options  .option-container {
    display: flex;
    flex-direction: row;    
    
  }
  .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options  .option-container .optionDetails p {
    font-size: 14px;
    line-height: normal;
    margin-left: 20px !important;
	color: #4d4d4d;   
    
  }
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer {
  margin-left: 15px;
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch .switch input {
  display: none;
}

.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch .slider.round {
  background-color: lightgray;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 34px;
  transition: 0.4s;
  width: inherit;
  height: inherit;
}

.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch .slider.round:before {
  background-color: rgb(252, 252, 252);
  bottom: 4px;
  content: "";
  height: 26px;
  border-radius: 50%;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch input:checked + .slider.round {
  background-color: #a53e4c;
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch input:checked + .slider.round:before {
  transform: translateX(26px);
}
  .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px;
    margin-top: 20px;
  }
  .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton {
	position: relative;
  	display: inline-block;
    margin-bottom: 20px;
  }
  
  .modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton .cookieForm .elem.button.def-formSubmit-btn .input-button{
  		background-color: #a53e4c;
  		color: white;
  		cursor: pointer;
  		border-radius: 5px;
  		padding: 10px 15px;
  		box-shadow: none;
  }
    .modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton .cookieForm .elem.button.def-formSubmit-btn .overlay{
  		width: 100%;
  		color: white;
  		position: absolute;
  		background-color: rgba(0, 0, 0, 0);
  		top: 0;
  		left: 0;
  		padding: 5px;
  		border-radius: 5px;
  }
  
  .modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton .cookieForm .elem.button.def-formSubmit-btn .overlay input[type="button"], 
    .modalCookieConsentContent .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton .cookieForm .elem.button.def-formSubmit-btn input[type="submit"]{
  	border: 0;
  }
  
  .elem.pop-up.min-tray-product.modal.modalCookieConsentContent.bottom {
    width: 450px;
    height: auto;
	bottom: 0;
	left: 0;
	box-sizing: border-box;

  }
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box {
    display: block;
  }
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message h3, .modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message .elem.store.preview .section.location .city, .elem.store.preview .section.location .modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message .city, .modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message .elem.filter-text .elem.title .title-inner-layout > *, .elem.filter-text .elem.title .modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message .title-inner-layout > * {
    font-size: 21px !important;
    color: #a10127;
  margin-bottom: 4px;
  line-height: 21px;
  font-weight: normal;
  font-style: normal
    
  }
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message a {
  	color: #a10127;
	}
  
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.message .layout.message p {
    font-size: 14px !important;
    line-height: 26px !important;
    color: #4d4d4d;
    
  }
  #firstMsgCookieBanner {
    font-size: 13px !important;
  }  
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.options {
    display: block;
    text-align: left;
  }
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.options .cookieOptions {
    margin-top: 20px;
  }
  .elem.modalCookieConsentContent.bottom .layout.pop-up.layout-box .section.options .cookieOptions .option.cookieButton .cookieForm::before {
    box-shadow: none;
  }
  
  /*Alter Cookie Banner*/
#cookieConsent {
    background-color: #ccc;
    width: calc(100% - 60px);
    min-height: 70px;
    line-height: 26px;
    padding: 30px 30px 8px 30px;
    xpadding: 30px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
.cookieConsentContent {
	position: relative;
	max-width: calc(1200px - 32px);
	display: table;
	margin: 0 auto;
}
#cookieConsent p.p a {
    color: #a10127;
    text-decoration: none;
}
#cookieConsentOK{
        color: #FFFFFF;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        xposition: absolute;
        xright: 563px;
        xbottom: 30px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #000000;
}

.buttonRed {
		display:inline-block;
		padding:14px 18px 14px 18px;
		text-decoration:none;
		background-color:#a10127;
		color:#ffffff;
		cursor:pointer;
		transition: background-color 0.2s;
}
 #newsletterButton{
		display:inline-block;
		background-color:#a10127;
		color:#ffffff;
		cursor:pointer;
		transition: background-color 0.2s;
}
.simpleFormError{
	color: #ff0000;
	margin-bottom: 20px;
}
#cookieConsent p {
		xmargin-left: 655px;
		position: relative;
		display: table-cell;
		vertical-align: middle;
		font-size: 15px;
		xmax-width: calc(1200px - 32px);
		xmargin: 0 auto;
}
#contact {
width: 60px;
height: 60px;
position: fixed !important;
right: 25px;
bottom: 77px;
z-index:500;
border-radius: 30px;
box-shadow: 0px 0px 4px 1px rgba(123,123,123,0.35);
}
@media screen and (max-width: 68em) {
		.grecaptcha-badge { 
		bottom: 5px !important;
		}
		#contact {
		width: 60px;
		height: 60px;
		position: fixed !important;
		right: 25px;
		bottom: 77px;
		z-index:500;
		}
		#toTop {
		width: 60px;
		height: 60px;
		position: fixed !important;
		right: 25px;
		bottom: 10px;
		z-index:500;
		}
		#cookieConsent {
	    background-color: #ccc;
	    min-height: 70px;
	    line-height: 26px;
	    width: calc(100% - 40px);
    	padding: 30px 20px 8px 20px;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    display: none;
	    z-index: 9999;
	}
	.cookieConsentContent {
		max-width: 100%;
		width: 100%;
	}
	#cookieConsent p.p a {
	    color: #a10127;
	    text-decoration: none;
	}
	#cookieConsentOK{
	        color: #FFFFFF;
	        position: relative;
	        right: 0px;
	        bottom: 0px;
	        xfloat: right;
	        xmargin-top: 5px;
	        xmargin-right: 15px;
	        xmargin-bottom: 10px;
	}
	#cookieConsent a.cookieConsentOK:hover {
	    background-color: #000000;
	}
	.footerBox .simpleForm{
		width: 100%;
	}
	.simpleFormError{
		 float: left;
	}
	.buttonRed, #newsletterButton {
		display:inline-block;
		padding:10px 15px 10px 15px;
		text-decoration:none;
		background-color:#a10127;
		color:#ffffff;
		cursor:pointer;
		transition: background-color 0.2s;
	}
	#newsletterButton{
	line-height: 16px;
	}
	#cookieConsent p {
		margin-left: 0px;
		font-size: 12px;
		vertical-align: middle;
	}
	#footer{
		overflow: auto;
		vertical-align: middle;
	}
}
@media screen and (max-width: 30em) {
	#cookieConsent p {
		display: block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	#cookieConsentOK {
		display: block;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 80em) {
	
	#recaptcha-info {
	    padding-top: 10px;
	}
}
@media screen and (max-width: 30em) {
	
	#cookieConsent p {
		display: block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	#cookieConsentOK {
		display: block;
		width: 100%;
		text-align: center;
	}
}