.layer_1 {
    background-color: #4a4a49;
    opacity: 0.5;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 3;
}
#layer_deliveryselection, #layer_basketnotes {
    z-index: 101;
}
.layer_2 {
    background-color: #4a4a49;
    opacity: 0.9;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
}
#layer_deliveryselection .inner, #layer_basketnotes .inner {
    position: absolute;
    left: -370px;
    width: 740px;
    top: -240px;
    height: 480px;
    background-color: #fff;
    padding: 10px;
}
#layer_basketnotes textarea {
    width: 100%;
    height: 220px;
}
#dxDeliverySetContainer .dxSelectDeliverySet {
    position: relative;
    opacity: 0;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    width: 220px;
    height: 120px;
    margin: 10px;
    display: table;
    float: left;
    border: 1px solid #d2d2d1;
}
#dxDeliverySetContainer .dxSelectDeliverySet.active {
    border: 2px solid #009EC0!important;
}
.closeBtn {display:block;float:right;width:30px;height:29px;background:url(../../out/img/close.png) no-repeat center center;cursor: pointer;}
.address-wrap 
{
    padding-bottom: 25px;
}

.address-wrap li {
    float: left;
    width: 33%;
}

.address-wrap address {
    font-weight: 400;
    color: #4a4a49;
    margin-bottom: 10px;
}

.address-wrap span {
    display: block;
    font-weight: 700;
    color: #4a4a49;
    padding-bottom: 0;
}

.address-wrap em {
    display: block;
    font-weight: 400;
    color: #4a4a49;
}

.address-wrap .edit-block.last {
    padding-top: 12px;
}

.address-wrap .edit-block img {
    width: 14px;
    height: 19px;
}

.address-wrap .edit-block span {
    display: inline-block;
    position: relative;
    top: 5px;
}

.address-wrap .edit-block button, .orderRemarks button {
    border: none;
    background: none;
    font-size: 12px;
    color: #4a4a49;
    font-weight: bold;
    padding: 0px;
}

.address-wrap .edit-block button em, .orderRemarks button em {
    background: url(../img/edit@2x.png) no-repeat;
    width: 14px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
}

.address-wrap .edit-block button:hover {
    color: #96be0d;
}

.address-wrap .edit-block button:hover em {
    background: url(../img/edit-hover@2x.png) no-repeat;
    background-size: 100% 100%;
}

ul.address-wrap {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    #layer_basketnotes .inner, #layer_deliveryselection .inner {
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}