@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.modalCookieConsentContent.regular .layout.pop-up.layout-box {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
  .elem.modalCookieConsentContent.regular .layout.pop-up.layout-box .section.options .layout.options  .option-container .optionDetails{
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	}

.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 .optionDetails p {
    font-size: 14px;
    line-height: normal;
    margin-left: 20px !important;
	color: #4d4d4d;  
	margin-bottom: 5px; 
    
  }
  .elem.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options  .option-container .optionDetails p b{
    font-weight: bold; 
    
  }
.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:not(:checked) + .slider.round {
  background-color: darkgrey !important;
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container .switchContainer .switch input:checked + .slider.round:before {
  transform: translateX(26px);
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options .option-container{
	line-height: 1px;
}
.modalCookieConsentContent .layout.pop-up.layout-box .section.options .layout.options hr{
	margin: 10px 0;
}
  .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{
		color: white;
  		background-color: darkgrey;
  		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: none;
  		background-color: rgba(0, 0, 0, 0) !important;
  		top: 0;
  		left: 0;
  		padding: 5px;
  		border-radius: 5px;
  		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: black;
	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;
  }