.modal-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 40;
    display: none;
}

.modal-front {
    position: fixed;
    margin: auto;
    background-color: rgb(255, 255, 255);
    border: solid 1px #dddcdc;
    z-index: 41;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    padding: 40px 20px;
    width: 800px;
    height: 400px;
    overflow-y: scroll;
}

#size-chart-modal.modal-front {
    height: 1200px;
    max-height: 90vh;
    overflow: visible;
}

#size-chart-modal.modal-front .modal-inside {
    height: 100%;
    overflow: scroll;
}

.address-form.modal-front {
    position: fixed;
    margin: auto;
    background-color: rgb(255, 255, 255);
    border: solid 1px #dddcdc;
    z-index: 41;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    padding: 40px 20px;
    width: 400px;
    height: auto;
    overflow-y: scroll;
}

.modal-front h5 {
    margin-top: 110px;
    margin-bottom: 20px;
}

#newsletter-modal {
    padding-left: 80px;
    padding-right: 80px;
    width: 600px;
}

.modal-front label {
    text-align: left;
    display: block;
    float: left;
    width: 100%;
}

.modal-front input[type="checkbox"] {
    width: auto;
    padding-right: 15px;
}

.modal-front h2 {
    margin-bottom: 0px;
}

.modal-close,
.menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-image:url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/modal-close.png?13627746899046476339);
    background-size: 100%;
}

.modal-close:hover {
    background-image:url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/modal-close-hover.png?13627746899046476339);
}

.menu-close {
    left: 5px;
}

#size-chart-modal .modal-close {
    background-image:url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/sizechart-close.png?13627746899046476339);
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
}

@media (max-width: 767px) {
    .modal-front {
        position: absolute;
        top: 1%;
        margin: 0 auto;
    }
    .modal-front {
        width: 80%;
    }
}