.shopengine-sticky-fly-cart--fixed-cart {
bottom: 25px !important;
}
.b24-form-btn {
position: relative;
display: inline-block;
padding: 15px 20px !important;
margin: 0;
min-height: 52px;
width: 100%;
border: none !important;
border-radius: 4px;
background-color: var(--b24-primary-color) !important;
font: 600 15px/22px var(--b24-font-family) !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.09);
box-shadow: -1px -1px 1px rgba(0,0,0,.09);
outline: none;
cursor: pointer;
color: #fff !important;
color: var(--b24-primary-text-color) !important;
-webkit-transition: all .2s ease !important;
-o-transition: all .2s ease;
transition: all .2s ease;
text-transform: uppercase;
}
.b24-window-popup-wrapper {
max-width: 550px !important;
}
form > div:nth-child(1) > div.b24-form-field.b24-form-field-string.b24-form-control-string > div > div > div > div.b24-form-control-label {
top: 8px !important;     
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.b24-form-click-btn-wrapper.--b24-mod-center > button {
height: auto !important;
padding: 15px 25px;
}
.b24-form-click-btn-wrapper.--b24-mod-center > button:hover {
height: auto !important;
opacity: 0.7;
border: none !important;
}
.shopengine-product-description > ul {
margin-bottom: 10px !important;
}
@media screen and (max-width: 550px) {
.b24-form-click-btn-wrapper.--b24-mod-center > button {
width: 100% !important;
}
}