.store-pickup-btn{
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
    background: #2fb157;
    text-align: center;
    cursor: pointer;
}
.store-list-wrapper-modal-wrapper.modal-popup .modal-inner-wrap .modal-header .action-close {
    width:40px;
    height:40px;
    right: 0;
}
.store-list-wrapper-modal-wrapper.modal-popup .modal-inner-wrap .modal-header .action-close:before{
    line-height : 30px;
}
.store-list-wrapper-modal-wrapper .empty-store-list{
    padding-top: 11px;
    text-align: center;
    font-size: 14px;
}
.store-list-wrapper-modal-wrapper  .inventory-btn{
    padding: 10px;
}
.store-list-wrapper-modal-wrapper .inventory-btn button, .reset-inventory button{
    width: 100%;
    font-size: 12px;
    padding: 5px;
    float: right;
    color: #fff;
    padding: 10px;
    background: #2fb157;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    margin-top: 5px;
}
.store-list-wrapper-modal-wrapper .modal-inner-wrap{
    width: 65% !important;
}
.store-list-wrapper-modal-wrapper .modal-inner-wrap .modal-header, 
.store-list-wrapper-modal-wrapper .modal-content ,
.store-det-ails {
    padding: 0;
}
.store-datas {
    display: flex;
    flex-wrap: wrap;
}
.store-datas>* {
    width: 50%;
}
.header-store-name {
    font-size: 24.5px;
    padding: 17px 20px;
    border-bottom: 1px solid #d9dddf;
}
.store-list {
    border-right: 1px solid #d9dddf;
}
.list-store-id {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #d9dddf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-store-id:last-child {
    border: 0;
}
.store-address {
    width: 80%;
    /* width: 70%; */
}
.store-stock-availability {
    width: 30%;
    text-align: center;
}
.store-address p {
    margin: 0;
    font-size: 12px;
    font-style: italic;
}
.store-address span {
    margin: 0 0 10px;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.list-store-id:hover, 
.list-store-id:active, 
.list-store-id:focus, 
.list-store-id:hover, 
.list-store-id:active, 
.list-store-id.actived {
    background: #f3f3f3;
}
.available-name {
    display: block;
    position: relative;
    color: #78b13f;
    font-size: 12px;
}

.ava-bg::after {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    margin: 4px 0 0 0px;
}
.stock-messages:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.stock-messages {
    transition: transform .2s;
}
.ava-bg,
.out-bg {
    max-width: 25px;
    height: 25px;
    background: #78b13f;
    display: block;
    border-radius: 50%;
    width: 100%;
    margin: 0 auto 7px;
}
.out-bg {
    background: #d50000;
    position: relative;
}
.out-bg::before,
.out-bg::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 64%;
    top: 49%;
    left: 5px;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(131deg);
}

.out-bg::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.out-name {
    color: #d50000;
    font-size: 12px;
}
.store-det-ails {
    max-height: 450px;
    overflow: auto;
    margin: 0;
}
.check-store {
    border-bottom: 1px solid #d9dddf;
    padding: 10px;
}

.check-store .stock-messages:hover {
    transform: unset;
}

.check-store .available-name,
.check-store .out-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.check-store .ava-bg, 
.check-store  .out-bg {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-store .ava-bg::after {
    margin: -3px 0 0 0;
}
.store-name {
    margin: 0;
}
.data-stores {
    padding-left: 10px;
}
.store-add-datas {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    padding: 10px;
}
.store-add-datas>* {
    width: calc(50% - 8px);
}
.store-titles {
    font-size: 17px;
    margin: 0 0 10px;
    display: block;
    color: #000;
}
.phone-data {
    color: #40c353;
    font-size: 12px;
}
.data-stores .store-name {
    color: #000;
    font-weight: bold;
}
.timing-data,
.store-add-details > p {
    font-size: 12px;
}
.store-map img {
    height: 50%;
}
@media (max-width: 1300px) {
    .store-list-wrapper-modal-wrapper .modal-inner-wrap {
        width: 90% !important;
    }
}
@media (max-width: 768px) {
    .modal-popup.modal-slide._inner-scroll.store-list-wrapper-modal-wrapper .modal-inner-wrap {
        min-height: unset;
        max-width: 100% !important;
        width: 100% !important;
        background: #fff;
    }
    .store-datas>* ,
    .store-add-datas>*{
        width: 100%;
    }
    .store-det-ails {
        overflow: unset;
        max-height: unset;
    }
    .list-store-id:last-child {
        border-bottom: 1px solid #d9dddf;
    }
    .store-address {
        width: 65%;
    }
    .store-stock-availability {
        width: 35%;
    }
    .store-list-wrapper-modal-wrapper.modal-popup .modal-inner-wrap .modal-header .action-close {
        right: 0;
    }
}

/*footer newsletter section design */
.field-recaptcha {
    width: 100%;
}
 
.block.newsletter .form.subscribe {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 20px;
}
 
.page-footer .block.newsletter .field.newsletter {
    width: calc(100% - 40px);
}
 
.block.newsletter .actions {
    display: inline-flex;
    width: 30px;
}

.page-footer .block.newsletter .action.subscribe:hover {
    color: #000;
}

/* 21-8-25 */
.store-list-wrapper-modal-wrapper .store-list-wrapper .list-store-id.disabled {
    pointer-events: none; 
    opacity: 0.5;        
}
.store-list-wrapper-modal-wrapper .store-list-wrapper .list-store-id .store-product-empty{
    font-size: 12px;
    white-space: nowrap;
    color:#fe554e;
}