/* Start custom CSS for html */
.st-container .top-headers-wrapper #site-top-bar{
    @media (min-width: 768px) and (max-width: 1023px) {
        height: auto;
    }
}
.st-container #page_wrapper.sticky_header .top-headers-wrapper{
    @media (min-width: 1024px) {
        z-index: 1;
    }
}
.st-container #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll{
    @media (min-width: 1024px) {
        z-index: 9999;
    }
}
@media (max-width: 768px) {
    .product_infos .add_to_cart-button{
        display: none;
    }
}
.inquire-now-button > #enquiry{
    display: none !important;
}
.inquire-now-button > #enquiry + div{
	display: block !important;
}
#modalform-outer #modalform {
    display: none;
}

#modalform-outer #modalform.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #00000099;
    width: 100vw;
    height: 100vh;
    display: flex;
}

#modalform-outer .modalform-inner {
    position: relative;
    background: #FFF;
    width: 600px;
    overflow-y: auto;
    margin: auto;
    max-width: 90vw;
    padding: 50px;
}

#modalform-outer select, #modalform-outer textarea {
    width: 100%;
    max-width: 100%;
}

#modalform-outer select {
    margin-bottom: 30px;
}

#modalform-outer .btn, #enquire-btn {
    background: #000;
    border: none;
    height: 45px;
    margin: 0;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

#modalform-outer #enquire-btn { 
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto !important;
    margin: 0;
    color: #000001;
    font-size: 18px !important;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #008fd5;
    background-color: transparent;
    border: 3px solid #008fd5;
    padding: 12px 25px;
    cursor: pointer;
    z-index: 3;
    margin: 20px 0;
    &:hover{
        color: #fff;
        background-color: #008fd5;
        border-color: #008fd5;
    }
}

#modalform-outer #cancel-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #CCC;
    border-radius: 0;
    padding: 0 15px;
}

#modalform-outer .alert.alert-success {
    background: #e0ffbe;
    margin-bottom: 20px;
    padding: 10px;
}