.slam-easyform .modal {
    text-align: center;
	vertical-align: top;
}
.slam-easyform > button .text{color:#fff; margin-left:5px}
.slam-easyform > button,
div.top-basket .slam-easyform{display:flex; align-items:center}
div.top-basket .slam-easyform .text{margin-left:4px}

@media screen and (min-width: 1180px) {
    .slam-easyform .modal:before {
        display: inline-block;
        vertical-align: top;
        content: " ";
    }
}
@media only screen and (min-width: 320px) and (max-width: 1179px) {
    .slam-easyform .modal:before {
        display: inline-block;
        vertical-align: top;
        content: " ";
        height: 10%;
    }
}

.slam-easyform .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.slam-easyform .modal .modal-header { border: none; }
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
color:#202e56;
}

.hide-formvalidation small.help-block {
    display: none !important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,
.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}


.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}
@media screen and (min-width: 768px) {
.slam-easyform span.mob{ display: none; }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.slam-easyform span.text{ display: none; }
.slam-easyform span.desktop{ display: none; }

}

