#custom-delivery-info
{
    margin-top: .5rem;
}
#custom-delivery-info #custom-delivery-info-link
{
    color: #1f58e0;
    text-align: right;
}
#custom-delivery-info-wrap
{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1000;
    width: 0px;
    height: 0px;
    opacity: 0;
    transition-duration: 280ms;
    transition-property: opacity;
    font-size: 14px;
    overflow: hidden;
}
#custom-delivery-info-wrap.expanded
{
    transition-duration: 280ms;
    transition-property: opacity;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0,0,0,0.75);
    z-index: 1000002 !important;
}
#custom-delivery-info-wrap span
{
    font-family: 'Montserrat-Medium';
}
#custom-delivery-info #custom-delivery-info-link span
{
    color: #232323;
    padding: 14px 35px 14px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    border: solid 1px #dbdbdb;
    border-radius: 10px;
    min-width: 250px;
    height: 50px;
    display: inline-block;
}
#custom-delivery-info-wrap .content
{
    right: -120%;
    width:100%;
    max-width: 768px;
    background-color: #fff;
    transition-duration: 280ms;
    position: absolute;
    padding: 15px;
}
#custom-delivery-info-wrap.expanded .content
{
    height: 100%;
    right:0px;
    transition-duration: 280ms;
}
#custom-delivery-info-wrap h3
{
    font-size: 20px;
    padding: 15px 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #008080;
    position: relative;
}
#custom-delivery-info-wrap h3 span.close
{
    content: 'x';
    font-size: 20px;
    position: absolute;
    right: 3px;
    bottom: 21px;
    font-weight: 100;
    cursor: pointer;
    color: #008080;
    opacity: 1;
}
#custom-delivery-info-wrap table tr
{

}
#custom-delivery-info-wrap table td
{
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0px;
}
#custom-delivery-info-wrap table tr:last-of-type td
{
    border-bottom-width: 0px;
}