.modal-theme .modal-content {
	border-radius: 1.5rem;
	background-color: #fbf2e6;
}
.modal-theme .modal-header h3 {
	margin-top: 20px;
}
.modal-theme .modal-header button.close {
	position: absolute;
	font-size: 30px;
    right: 30px;
    top: 30px;
    padding: 0;
    width: 40px;
    height: 40px;
	line-height: 40px;
	background-color: #E30614;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-theme .modal-header button.back {
	position: absolute;
	font-size: 30px;
    left: 35px;
    top: 50px;
    padding: 0;
    width: 40px;
    height: 40px;
	line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: none;
	background-color: transparent;
	transform: rotate(180deg);
}
.modal-theme .modal-header .title-bg {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -15px;
	text-align: center;
	opacity: 0.15;
}
.modal-theme .modal-header .title-bg {
	transform: scale(2.5);
}
.modal-theme .modal-body {
	padding-bottom: 2rem;
}
.modal-theme .print-container a {
	display: inline-block;
	font-size: 1.2rem;
	transition: 0.25s ease-in-out;
	opacity: 0.6;
	font-weight: bold;
	margin: 5px 0;
	line-height: 1.1;
}
.modal-theme .print-container a:hover {
	opacity: 0.9;
}

.print-box {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
	max-height: 300px;
	z-index: 1;
}
.print-box .top-bar {
	background: #E30614;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 10px 0 0;
	display: flex;
    justify-content: space-between;
}
.print-box .top-bar span.title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.print-box .top-bar .recipes-print-event {
	cursor: pointer;
}
.print-box .top-bar .remove {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}
.print-box .print-recipes {
    width: 100%;
    max-height: 256px;
	overflow: auto;
}
.print-box .print-recipe {
	padding: 5px 15px;
    background: #fff;
    font-size: 0.9rem;
	line-height: 1;
    border-bottom: solid 1px #f3f2f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.print-box .print-recipe .remove {
	color: #E30614;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.print-box {
		max-height: 200px;
		width: 220px;
	}
	.print-box .print-recipes {
		max-height: 156px;
	}
	.print-box .print-recipe {
		font-size: 0.8rem;
	}
}

.print-loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0 ;
	right: 0;
	z-index: 1000;
	background-color: rgba(251,242,230,0.9);
	display: none;
}
.print-loader .loader {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -65px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.print-loader .progress {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: -24px;
	background-color: #fff;
}
.print-loader .progress .progress-bar {
	width: 0%;
	background-color: #ff9d3d;
}
.print-loader .loader-info {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
	line-height: 22px;
}
.print-loader .print-break {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
    width: 40px;
    height: 40px;
	line-height: 40px;
	background-color: #E30614;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    background: url(/assets/images/gradient-top.png) repeat-x center top;
    opacity: 0.8;
}
form.form-theme .form-group{
	margin-bottom: 1.5rem;
}
form.form-theme input:not([type="checkbox"]),
form.form-theme textarea {
	border: 1px solid #fff;
	border-radius: 0;
	padding: 12px 18px;
}
form.form-theme input.is-invalid:not([type="checkbox"]) {
	border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
}
form.form-theme input:not([type="checkbox"]) {
    height: calc(1.5em + 24px + 2px);
}
form.form-theme textarea {
	padding: 16px 18px;
}

form.form-theme button[type="submit"] {
	position: relative;
	background-color:: transparent;
	color: #600000;
	border-radius: 0.5rem;
	line-height: 1.1;
	font-size: 0.8rem;
	padding: 20px 45px;
	font-weight: bold;
	transition: 0.5s ease-in-out;
	width: 243px;
	height: 67px;
}
form.form-theme button[type="submit"] span.border-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
form.form-theme button[type="submit"]:hover {
	color: #E30614;
}
form.form-theme .form-check label {
	line-height: 1.1;
	font-size: 0.8rem;
	font-weight: bold;
	vertical-align: 1px;
}

form.form-theme input::-webkit-input-placeholder,
form.form-theme textarea::-webkit-input-placeholder {
	color: #600000;
	opacity: 1;
}
form.form-theme .msg-error-box {
	border-radius: 0;
}
.contact-regulations p {
	line-height: 1.2;
	font-size: 0.8rem;
}
#st-1 .st-btn[data-network="facebook"] {
	padding-right: 2px !important;
	padding-left: 0px !important;
	background: none !important;
	border-radius: 0 !important;
	visibility: hidden;
	height: 38px;
	line-height: 38px;
}


.modal .link-wrapper img.packshot {
	max-width: 220px;
	margin: 0 auto 0.25rem auto;
}

.modal .title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 87px;
  left: 17px;
  padding-right: 17px;
}
.modal .title-wrapper {
	position: relative;
}
.modal .title-wrapper > svg {
  position: absolute;
  right: 0;
  display: block;
  max-width: 100%;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.modal .title-wrapper h3 {
  font-size: 30px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.modal .title-wrapper h3 > span {
  position: relative;
  display: table;
  padding: 0 30px;
  width: unset;
  height: unset;
  top: unset;
  margin: unset;
  right: unset;
  opacity: 1;
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
}

.modal .title-wrapper h3 > span > span {
  display: block;
  width: auto;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  margin: 0 auto;
  right: 30px;
  opacity: 0;
}

.modal .title-wrapper h3 > span > span svg {
  display: block;
  width: auto;
  height: inherit;
}

.modal .link-wrapper > a.active .title-wrapper > svg {
  color: #E30614;
}

.modal .link-wrapper > a.active h3 {
  color: #E30614 !important;
}

.modal .link-wrapper > a.active h3 > span {
  padding: 0 60px 0 0;
}

.modal .link-wrapper > a.active h3 > span > span {
  opacity: 1;
}
.modal .link-wrapper > a h3 span svg path {
  fill: #E30614;
}

@media (hover: hover) {
  .modal .link-wrapper > a:hover .title-wrapper > svg {
    color: #E30614;
  }
  .modal .link-wrapper > a:hover h3 {
    color: #E30614 !important;
  }
  .modal .link-wrapper > a:hover h3 > span {
    padding: 0 60px 0 0;
  }
  .modal .link-wrapper > a:hover h3 > span > span {
    opacity: 1;
  }
}
.modal .col-wrapper {
	
}
.modal .col-wrapper .scroll-wrapper {
	overflow: auto;
	height: 300px;
	padding-right: 15px;
	z-index: 2;
}
.modal .col-wrapper .element {
	display: flex;
	align-items: center;
    justify-content: center;
	margin-bottom: 1rem;
}
.modal .col-wrapper .element img {
	max-width: 150px;
	max-height: 250px;
}
.modal .col-wrapper .shops-wrapper .element img {
	max-height: 70px;
}
.modal .gradient {
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(251,242,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(251,242,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(251,242,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffffffffff', endColorstr='#fbf2e6',GradientType=0 ); /* IE6-9 */
}
.modal .bar-scroll {
	position: absolute;
    width: 2px;
    background-color: #333;
    top: 2px;
	bottom: 2px;
    right: 4px;
    z-index: 1;
}
.modal .bar-dots {
	position: absolute;
    transform: rotate(90deg);
    left: 10px;
    top: 50%;
    margin-left: 133px;
}
@media (max-width:991px) {
	.modal .col-wrapper .element {
		margin-bottom: 0;
		margin-left: 1rem;
	}
	.modal .bar-dots {
		transform: none;
		left: 35px;
		bottom: -40px;
		margin-left: 0;
		right: 35px;
		max-width: calc(100% - 70px);
		top: auto;
	}
	.modal .bar-scroll {
		width: auto;
		height: 2px;
		top: auto;
		bottom: 4px;
		right: 2px;
		left: 2px;
	}
	.modal .col-wrapper .scroll-wrapper {
		height: auto;
		padding: 50px 0;
	}
}
.simplebar-scrollbar::before {
  background-color: #E30614;
  opacity: 1 !important;
  left: 3px;
}

#cookies {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 260px;
	background: #fbf2e6;
	padding: 30px 25px;
	z-index: 200;
	font-size: 12px;
	line-height: 17px;
	box-shadow: 1px 1px 15px #808080;
}

.slider-main-control .slider-target {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.recipeNavigations .recipeNavigation {
	opacity: 0.9;
	transition: opacity 0.25s ease-in-out;
}
.recipeNavigations .recipeNavigation:hover {
	opacity: 0.6;
}
@media (max-width:767px) {
	.recipeNavigations {
		position: absolute;
		right: 0;
	}
}

.top-title.title-recipe {
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}
.recipe .ingredients li a {
	text-decoration: underline;
	transition: color 0.5s ease-in-out;
	/*color: #E30614;*/
}
.recipe .ingredients li a:hover {
	color: #E30614;
}
section.slider-drink .owl-carousel.owl-drink .item figure img.packshot {
	width: 212px;
	height: 497px;
}
@media (max-width: 1199px) {
	section.slider-drink .owl-carousel.owl-drink .item figure img.packshot {
		width: 170px;
		height: 399px;
	}
}

.slider-buy-btn-wrapper {
	text-align: center;
}
.slider-buy-btn-wrapper .social-img-wrapper {
	border: 2px solid #600000;
    border-radius: 17px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-content: flex-start;
    justify-content: center;
}
.slider-buy-btn-wrapper .social-img-wrapper svg {
	width: 17px;
	fill: #600000;
}
.slider-buy-btn-wrapper span {
	vertical-align: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 0.65rem;
    font-family: Poppins, sans-serif;
}