#in-stock-form, .in-stock-form {
display: flex;
flex-wrap: wrap;
margin: 15px 0;
}
.isa-form-hidden {
display: none !important;
}
.product .notify-btn {
padding: 12px 15px;
font-weight: 700;
width: 100%;
text-align: center;
background-color: #007600;
color: white;
position: relative;
text-decoration: none;
outline: none;
}
.instock-notification {
font-size: .8em;
font-style: italic;
cursor: default;
position: relative;
}
.cancel-instock:hover {
text-decoration: underline;
cursor: pointer;
}
.product .notify-btn:hover {
color: white;
}
.instock-input-section {
display: flex;
width: 100%;
}
.instock-input-section input, .instock-submit {
margin: 0 !important;
box-shadow: none !important;
padding: 9px !important;
line-height: 1em !important;
height: 38px !important;
font-size: .85em !important;
}
.instock-submit {
border: none;
cursor: pointer;
}
.instock-input-section .in-stock-email {
background-color: #FAFAFA;
}
.instock-email {
outline: none !important;
width: 65%;
}
.instock-submit {
width: 35%;
font-size: .9em;
}
.product .instock-hidden {
display: none;
}  .isa-submit-checkbox {
outline: none !important;
width: 14px;
height: 14px;
} .isa-consent-block {
margin-top: 3px;
display: inline-block;
padding-right: 10px;
white-space: nowrap;
cursor: pointer;
}
.isa-consent-block input {
vertical-align: middle;
}
.isa-consent-block span {
margin-left: 8px;
vertical-align: middle;
} @media screen and (max-width: 600px) {
#in-stock-form {
margin: 15px auto;
width: 100% !important;
}
.instock-input-section{
flex-wrap: wrap;
}
.instock-email {
width: 100%;
}
.instock-submit {
width: 100%;
}
} .ism-loader {
display: none;
border: 5px solid #007600 !important;
border-radius: 50%;
border-top: 5px solid white !important;
width: 20px;
height: 20px;
-webkit-animation: spin .4s linear infinite !important; animation: spin .4s linear infinite !important;
opacity: .7;
position: absolute;
top: 30%;
right: 16px;
}
.ism-loader-cancel {
top: 52%;
right: 32%;
} @-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .its-all-about-honey {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}