@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&subset=latin-ext');
.by-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    font-family: 'Montserrat', sans-serif;
}
.by-modal-inner {
    width: 100%;
    height: 100%;
    background: #fff;
}

.by-modal-heading {
    background: #eeeeee;
    border-bottom: 1px solid #dddccc;
}

.by-modal-title {
    float: left;
    font-size: 20px;
    line-height: 42px;
    margin-left: 20px;
    font-weight: bold;
    position: relative;
}
.by-modal-close-btn {
    width: 42px;
    height: 42px;
    float: right;
    background: #ff2222;
    color: #fff;
    line-height:42px;
    text-align: center;
    font-weight: bold;
    transition: all 400ms;
    position: absolute;
    top: 0;
    right: 0;
}

.by-modal-close-btn:hover {
    text-decoration: none;
    background-color: #222;
    color: #fff;
}

.by-modal-content {
    padding: 10px 20px 20px;
    overflow: auto;
    height: calc(100% - 42px - 50px);
}


.by-modal-content::-webkit-scrollbar {
    width: 1em;
}

.by-modal-content::-webkit-scrollbar-track {
    border-radius: 0;
}

.by-modal-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 0;
}

.by-modal-footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #eee;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    text-align: right;
}

.sanal_magaza_urunu_ozellikleri .icheckbox_line-blue {
    padding: 9px 15px 9px 38px !important;
}