
/*-----------------------------------------*/
/* Adimo Store Widget CSS
/*-----------------------------------------*/

.adimo-iframe-outer {
    max-height: none !important;
    height: auto !important;
    width: 100%;
    padding-top: 2rem;
}

.adimo-iframe-outer .adimo-iframe {
    width: 100% ;
    border: none;
}


/*-----------------------------------------*/
/* Adimo Product Widget CSS
/*-----------------------------------------*/


.adimo-site-container .adimo-site-inner {
    max-width: 100%;
}

.adimo-site-container {
    transition: 2s ease;
}

.buy__now__wrapper.bin-closed .adimo-site-container {
    opacity: 0;
    height: 0;
    min-height: 0 !important;
}

.buy__now__wrapper.bin-open {
    padding-bottom: 10px;
}

.buy__now__wrapper.bin-open .adimo-site-container {
    opacity: 1;
    height: auto;
}

.buy__now__wrapper.bin-open .buy__now__button {
    display: none;
}

.adimo-site-container .adimo-site-iframe {
    width: 100%;
    display: block;
    border: none;
    background: transparent;
}

a.buy__now__button {
    position: relative;
    height: 55px;
    line-height: 55px;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
}




