*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: inherit !important;
}
.gt-sticky-slider.tax-toggle-prices.gt-toggle-button {
    display: none;
}
.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}
div#myModal {
    z-index: 1000;
}

.custom-pupop .modal-content {
	z-index: 10000;
	border-radius: 10px;
}

div#myModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000b8;
    display: flex;
    align-items: center;
	justify-content: center;
	overflow-y: hidden;
	z-index: 1000000;
}
.modal-backdrop.fade.show {
    display: none;
}
.custom-pupop h3 {
    text-align: left;
    color: #33a382;
    font-size: 26px !important;
}
.custom-pupop p {
    text-align: left;
}
.custom-pupop .modal-dialog {
	max-width: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 100%;
}
.custom-pupop button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    background: #33a382;
    opacity: 1;
    border-radius: 100px;
    color: #fff;
    font-weight: normal;
	z-index: 11;
}
.custom-pupop button.close:focus-visible,
.custom-pupop button.close:focus{
	outline: none;
}
.custom-pupop button.close:hover {
    opacity: 1 !important;
    background: #33a382e6;
    color: #fff;
}
.custom-pupop .modal-footer, .custom-pupop .modal-header {
	border: 0;
	padding: 0;
}
.custom-pupop .modal-body.text-center {
	padding: 40px;
	background: rgb(236 232 255 / 47%);
}

@media screen and (max-width: 767px) {
	.custom-pupop .modal-dialog {
		padding: 10px;
	}
	.custom-pupop .modal-body.text-center {
    padding: 25px;
	}
	.custom-pupop h3 {
		font-size: 22px !important;
		line-height: normal;
	}
}
@media screen and (max-width: 480px) {
	.custom-pupop .modal-content {
		top: -30px;
	}
}
@media screen and (max-width: 340px) {
	.custom-pupop .modal-body.text-center {
		padding: 15px;
	}
	.custom-pupop h3 {
		font-size: 18px !important;
	}
	.custom-pupop button.close {
		right: 4px;
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
}