.message_success {border-left: 5px solid #7ad03a;margin-top: 20px;}
.message {background-color: #fff;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);margin-bottom: 10px;padding: 6px 8px;}
.message_error {border-left:5px solid red;}

.ingredient-images {
  position: absolute;
  width: 400px;
  left: calc(50%);
  height: 530px;
  top: 420px;
}
/*.image-container {
  overflow: hidden;
  height: 100%;
}*/
.panel_ani_section {
  width: 100%;
  height: 120vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.panel_ani_section .images-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.panel_ani_section .images-wrapper img {
  position: absolute;
}
.popup_view,.cross_popup {cursor: pointer;}

.loader-product {
    display: none;
}

body.loading {
	content: '';
	background: #fff;
	position: fixed;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9999;
    opacity: 0.7;
	
}

.loading .loader-product {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9999999;
}

.loader-product span {
    font-size: 20px;
    background: #0f5e6f;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}

#affiliate-application-form .has-error {
    border: 1px solid #ff4d4d !important;
}

#affiliate-application-form .error-msg {
    color: #ff1a1a !important;
    font-size: 13px;
    margin-top: 3px;
    display: block;
}