@import "./woo_app_notification_font/css/woo_app_notification.css";

@font-face {
    font-family: "woo-android-yekan";
    font-style: normal;
    font-weight: normal;
    src: url("yekan-regular.woff") format("woff"),
    url('yekan-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'woo-android-behdad';
    src: url("behdad.woff") format("woff2"),
    url("behdad.woff") format("woff"),
    url("behdad.otf") format("opentype"),
    url("behdad.ttf") format("truetype");
}

div#woo-android-slider-left-top-n h2.hndle.ui-sortable-handle {
    cursor: inherit;
    padding-bottom: 13px;
    padding-right: 10px;
}

input.woo-android-communication-key {
    width: 260px;
    height: 35px;
    text-align: center;
    color: #666;
    background-color: #DCEDC8;
}

.wrap.woo-android a.nav-tab {
    font-family: woo-android-yekan;
    border-radius: 5px 5px 0 0;
    background: #5b9dd926;
    font-weight: 100;
    border-color: #5b9dd926;
}

.wrap.woo-android a.nav-tab.nav-tab-active {
    background: #9b5c8f;
    color: #fff;
}

.wrap.woo-android > h2 {
    font-family: woo-android-yekan;
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
}

div#woo-android-slider-left-top-n .inside {
    padding-left: 25px;
    text-align: justify;
}

.spinner-woo {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner-woo > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-woo .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner-woo .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner-woo .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner-woo .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.loading-woo {
    position: absolute;
    z-index: 999999999999999999999999999999999999;
    width: 100%;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.woo-form {

    position: relative;

    padding: 10px;
}

form.woo-form input, form.woo-form select {
    min-width: 200px;
    height: 35px;
    border-radius: 5px;
}

form.woo-form label {
    min-width: 45px;
    display: inline-block;
}

button.help-woo {
    float: left;
    margin-top: 10px;
    color: #9C27B0;
    padding: 5px;
    cursor: pointer;
    display: block;
}

div#woo-android-slider-left-top-n {
    margin: 5px;
}

.box-pop-woo-android {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    margin: auto;
    display: none;
    right: 0;
    text-align: center;
    bottom: 0;
    background-color: rgba(76, 76, 76, 0.45);
}

button.send-notify-woo {
    margin: 5px;
    margin-top: 10px;
    padding: 6px;
    border: 1px solid #388E3C;
    background-color: #2E7D32;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.box-pup-woo-android-m {
    position: fixed;
    z-index: 999;
    bottom: -35px;
    width: 100%;
    left: -35px;
    top: 0;
    margin: auto;
    height: 100%;
    overflow: scroll;
    display: none;
    right: 0;
    text-align: center;
    background-color: rgba(76, 76, 76, 0.45);
}

form.box-pup-woo-android {
    display: inline-block;
    width: 633px;
    background-color: #fff;
    margin-top: 59px;
    padding: 10px;
    z-index: 222222;
    padding-top: 0;
    border-radius: 5px;
    border: 1px solid #0086b3;
    position: relative;
}

form.box-pup-woo-android p.field {
    text-align: right;
}

form.box-pup-woo-android p.field textarea {
    width: 100%;
}

form.box-pup-woo-android p.field input.form-control {
    width: 100% !important;
}

form.box-pup-woo-android p.description {
    text-align: right;
}

form.box-pup-woo-android .form-table th {
    width: 100px;
    text-align: center;
}

form.box-pup-woo-android p.submit {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

form.box-pup-woo-android p.submit input {
    background-color: #C62828;
    text-shadow: none !important;
    border: 1px solid #c62b33;
    box-shadow: none !important;
}

form.box-pup-woo-android p.submit input:hover {
    background-color: #c62b33;
    text-shadow: none !important;
    border: 1px solid #c62b33;
    box-shadow: none !important;
}

form.box-pup-woo-android table.form-table {
    margin-top: 60px;
}

@media (max-width: 656px) {
    form.box-pup-woo-android .form-table td {
        padding: 0;
        margin: 5px;
    }

    .close-woo-android {
        height: 34px !important;
        line-height: 40px !important;
        width: 34px !important;
    }

    form.box-pup-woo-android {
        width: 100%;
        padding: 0;
        overflow-y: auto;
        position: fixed;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        margin-top: 47px;
    }
}

span.close-woo-android {
    position: absolute;
    z-index: 99;
    left: 0;
    font-size: 26px;
    color: #fff;
    line-height: 51px;
    cursor: pointer;
    width: 52px;
    height: 52px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.52);
}

form.box-pup-woo-android .form-table td {
    text-align: right;
}

ul.pagenav-woo-android li {
    display: inline-block;
}

ul.pagenav-woo-android li a {
    height: 30px;
    margin: 2px;
    display: block;
    text-align: center;
    width: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background-color: #fff;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}

ul.pagenav-woo-android li.active a {
    background-color: #1673aa;
    color: #fff;
}

.all_page_woo_android {
    padding: 5px;
}

.total-user-woo-android {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 31px;
}

.total-user-woo-android span {
    margin: 5px;
    display: inline-block;
    height: 30px;
    background-color: #fff;
    min-width: 100px;
    text-align: center;
    border-left: 1px solid #cdcdcd;
    margin-left: 0;
}

.total-user-woo-android i {
    font-style: normal;
    background-color: #ddd;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    height: 30px;
}

.mobile-woo-andorid-bg {
    width: 502px;
    background-size: contain;
    margin: 10px auto;
    position: relative;
    height: 1035px;
    background-image: url("../img/p-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 136px;
}

.box-mobile-woo-andorid {
    display: block;
    width: 348px;
    height: 591px;
    overflow: hidden;
    margin: auto;
    background-color: #c62b33;
}

.box-mobile-woo-andorid-bg {
    background-image: url("../img/p.png");
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    background-attachment: local;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-size: 100%;
}

ul#sortable-woo-android {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-top: 308px;
    text-align: center;
}

ul#sortable-woo-android li {
    margin: 1px 0px 7px 0px;
    padding: 0px;
    font-size: 20px;
    align-items: center;
    width: 100%;
    opacity: 0.7;
    cursor: move;
    display: inline-block;
    user-select: none;
    text-align: center;
    font-family: woo-android-yekan;
}

.box-mobile-woo-andorid-bg::-webkit-scrollbar {
    display: none;
}

.mobile-woo-andorid-bg p.submit {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

.mobile-woo-andorid-bg p.submit input {
    width: 40px !important;
    max-width: 40px !important;
    min-width: 85px;
    height: 79px;
    border: none;
    color: #c62b33;
    text-shadow: none;
    font-family: woo-android-yekan;
    font-size: 22px;
    box-shadow: none;
    border-radius: 50%;
    background: none !important;
}

.mobile-woo-andorid-bg p.submit input:hover {
    color: green;
}

#shegeftangiz-woo-android {

    background-image: url('../img/shegeftangiz.png');

    background-size: cover;

    height: 287px !important;

    background-position: top center;

    background-repeat: no-repeat;
}

#banerha-woo-android {
    background-image: url(../img/banner.png);
    background-size: cover;
    height: 203px !important;
    background-position: top center;
    background-repeat: no-repeat;
}

#best-selling-woo-android {
    background-image: url(../img/porfrosh.png);
    background-size: cover;
    height: 278px !important;
    background-position: top center;
    background-repeat: no-repeat;
}

#best-view-woo-android {
    background-image: url(../img/porbazdid.png);
    background-size: cover;
    height: 279px !important;
    background-position: top center;
    background-repeat: no-repeat;
}

#last-products-woo-android {
    background-image: url(../img/last.png);
    background-size: cover;
    height: 284px !important;
    background-position: top center;
    background-repeat: no-repeat;
}

ul#sortable-woo-android li span {
    text-align: center;
    display: block;
    opacity: 1;
    transition: .3s all;
    width: 100%;
    font-size: 14px;
    color: #636363;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
    margin-right: 0 !important;
    height: 35px;
    background-color: rgb(238, 238, 238);
    margin: 0 auto;
}

.note-app-android {
    display: block;
    clear: both;
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #FFF59D;
    border: 1px solid #FFCC80;
}

.wrap.woo-android a.nav-tab {
    font-family: woo-android-yekan;
    border-radius: 0px 0px 0 0;
    background: #e4e4e4;
    font-weight: 100;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #5b9dd926;
}

.wrap.woo-android a.nav-tab.nav-tab-active {
    background: #9b5c8f;
    color: #fff;
}

.wrap.woo-android {
    font-family: woo-android-behdad;
}

.wrap.woo-android h2 {
    font-family: woo-android-yekan;
    margin-bottom: 15px;
}

.wrap.woo-android .form-table th {
    font-family: woo-android-yekan;
}

.wrap.woo-android .form-table td {
    font-family: woo-android-behdad;
}

span#delete-this-item {
    font-weight: 100;
    font-size: 12px;
    cursor: pointer;
    color: #dc3232;
}

.sortable-woo-android-li.image-banner {
    min-height: 95px !important;
    padding: 0 !important;
    display: inline-block !important;
}

.sortable-woo-android-li.custom-list {
    width: 100%;
    background-image: url(../img/last.png);
    background-size: cover;
    height: 284px !important;
    background-position: top center;
    background-repeat: no-repeat;
}

.sortable-woo-android-li.image-banner img {
    max-width: 100%;
}

.sortable-woo-android-li.image-banner.size-half {
    max-width: 48%;
    margin: 1% !important;
}

ul#sortable-woo-android li:hover {
    opacity: 1;
}

.sortable-woo-android-li.image-banner.size-half img {
    margin: 0;
    width: 100%;
}

.sortable-woo-android-li.image-banner.size-width {
    width: 95% !important;
}

p.woo_app_android_NotFound, p.woo_app_android_Ep {
    padding: 10px;
    border: 1px solid #EF9A9A;
    background-color: #FFEBEE;
    font-family: woo-android-yekan, serif;
    color: #F44336;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

p.woo_app_android_SRemove {
    padding: 10px;
    border: 1px solid #81c784;
    background-color: #c8e6c9;
    font-family: woo-android-yekan, serif;
    color: #2e7d32;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

a.delete-notification.button.button-primary {
    background: #616161;
    border-color: #424242 #424242 #424242;
    box-shadow: 0 1px 0 #424242;
    color: #fff;
    padding: 0;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #424242, -1px 0 1px #424242, 0 1px 1px #424242, 1px 0 1px #424242;
}

.stats-notification.button.button-primary {
    background: #AB47BC;
    border-color: #9c27b0 #9c27b0 #9c27b0;
    box-shadow: 0 1px 0 #9c27b0;
    color: #fff;
    padding: 1px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #9c27b0, -1px 0 1px #9c27b0, 0 1px 1px #9c27b0, 1px 0 1px #9c27b0;
}

table.wp-list-table.widefat.fixed.striped.posts td {
    vertical-align: middle;
}

.box-pup-woo-android-m-notify-info {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: scroll;
    display: none;
    right: 0;
    text-align: center;
    background-color: rgba(76, 76, 76, 0.45);
}

.box-info-notify {
    width: 633px;
    min-height: 77px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 16px #0000002e;
    z-index: 9999999999999;
    border-radius: 4px;
    overflow: hidden;
}

.close-screen-notify-info {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    height: 100%;
    right: 0;
}

span.woo_status_notification_no {
    background-color: #EF5350;
    color: #fff;
    border: 1px solid #D32F2F;
    padding: 5px 10px 8px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: woo-android-yekan, serif;
}

span.woo_status_notification_off {
    background-color: #666666;
    color: #fff;
    border: 1px solid #5a5a5a;
    padding: 5px 10px 8px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: woo-android-yekan, serif;
}

span.woo_status_notification_ok {
    background-color: #388E3C;
    color: #fff;
    border: 1px solid #2E7D32;
    padding: 5px 10px 8px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: woo-android-yekan, serif;
}

.manage-column.column-applicationWoo {
    width: 100px !important;
}

.body-woo-application > form {
    width: 80%;
    display: inline-block;
    padding-right: 20px;
}

.sub-nav-tab-wrapper {
    padding-left: 15px;
    width: 20%;
    max-width: 247px;
    display: inline-block;
}

.sub-nav-tab-wrapper a.nav-tab {
    margin: 0;
    float: none;
    display: block;
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.body-woo-application {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.total-stats-woo-android {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 35px auto;
    justify-content: space-around;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.total-stats-woo-android > div {
    font-family: woo-android-yekan, serif;
    font-size: 16px;
    min-width: 161px;
    height: 42px;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.total-stats-woo-android > div > i {
    min-width: 15px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: 13px;
    border-radius: 25px;
    background-color: #fff;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.total-stats-woo-android > div > span {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    padding-bottom: 3px;
}

.all-user-woo-android {
    background-color: #8e44ad;
}

.all-user-woo-android i {
    color: #8e44ad;
}

.all-user-android-woo-android {
    background-color: #27ae60;
}

.all-user-android-woo-android i {
    color: #27ae60;
}

.all-user-ios-woo-android {
    background-color: #2980b9;
}

.all-user-ios-woo-android i {
    color: #2980b9;
}

.all-user-online-woo-android {
    background-color: #e74c3c;
}

.all-user-online-woo-android i {
    color: #e74c3c;
}

.table-android-woo-box {
    overflow: hidden;
    overflow-x: auto;
}

.table-android-woo-box table {
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.btn-danger-woo-android {
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.btn-success-woo-android {
    background-color: #27ae60;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.btn-default-woo-android {
    background-color: #616161;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.btn-default-woo-android a, .btn-success-woo-android a, .btn-danger-woo-android a {
    color: #fff;
    text-decoration: none;
}

.btn-blue-woo-android:hover {
    color: #fff;
}

.btn-blue-woo-android {
    background-color: #0d9fd0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    border: none;
    text-decoration: none;
}

button.btn-blue-woo-android, a.btn-blue-woo-android {
    font-size: 12px;
    cursor: pointer;
}

.table-android-woo-box table thead td, .table-android-woo-box table thead th, .table-android-woo-box tfoot thead td, .table-android-woo-box table tfoot th {
    line-height: 1.4em;
    padding: 10px 12px 13px 12px;
    color: #32373c;
    font-weight: bold;
    font-family: woo-android-yekan, serif;
}

.table-android-woo-box table tbody td {
    line-height: 1.4em;
    padding-top: 6px;
    padding-bottom: 6px;
}

.table-android-woo-box table thead td, .table-android-woo-box table thead th {
    border-bottom: 1px solid #e1e1e1;
}

.table-android-woo-box tfoot thead td, .table-android-woo-box table tfoot th {
    border-top: 1px solid #e1e1e1;
}

.box-pup-woo-android-m-close {
    position: fixed;
    width: 100%;
    background-color: #1f1f1f2e;
    height: 100%;
    z-index: 1;
}

.wrap.woo-android h2 {
    font-family: woo-android-yekan, serif !important;
}

span.filter-search > button, span.filter-product > button, span.filter-category > button, span.filter-tag > button {
    border: none;
    font-size: 14px;
    font-weight: 100;
    background: none;
    padding: 0 10px 4px;
    cursor: pointer;
    outline: none !important;
    color: #717171;
}

span.filter-search, span.filter-product, span.filter-tag, span.filter-category {
    margin-right: 15px;
}

span.filter-search > button.active, span.filter-product > button.active, span.filter-category > button.active, span.filter-tag > button.active {
    background-color: #e74c3c;
    color: #fff;
    border-radius: 20px;
    padding: 0 10px 4px;
    font-size: 14px;
}

.table-android-woo-box.top-search-android-woo, .table-android-woo-box.top-product-android-woo, .table-android-woo-box.top-category-android-woo, .table-android-woo-box.top-tag-android-woo {
    position: relative;
}

.table-android-woo-box.top-search-android-woo .spinner-woo > div, .table-android-woo-box.top-product-android-woo .spinner-woo > div, .table-android-woo-box.top-category-android-woo .spinner-woo > div, .table-android-woo-box.top-tag-android-woo .spinner-woo > div {
    background-color: #e74c3c;
}

.table-android-woo-box.top-search-android-woo .spinner-woo, .table-android-woo-box.top-product-android-woo .spinner-woo, .table-android-woo-box.top-category-android-woo .spinner-woo, .table-android-woo-box.top-tag-android-woo .spinner-woo {
    display: none;
}

td.language-t-android-woo > p {
    display: inline-flex;
    margin: 7px;
}

td.language-t-android-woo input {
    min-width: 250px;
}

td.language-note-android-woo > p {
    display: inline-flex;
    margin: 7px;
}

td.language-note-android-woo > p textarea.form-control {
    min-width: 250px;
    height: auto;
}

.table-info-wp-hamrah {
    border: 1px solid #e6e5e5;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 10px;
    font-family: 'woo-android-behdad', serif;
    background-color: #f1f1f1;
}

.table-info-wp-hamrah li {
    height: 30px;
    align-items: center;
    margin: 0 0 5px;
    width: 100%;
    display: inline-flex;
}

.table-info-wp-hamrah li:nth-child(even) {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    font-weight: bold;
}

.table-info-wp-hamrah li:nth-child(odd) {
    font-weight: bold;
    font-family: 'woo-android-yekan', serif;
}

#widget-information-order-wp-hamrah .postbox-header h2 {
    font-family: 'woo-android-yekan', serif;
}

.table-info-wp-hamrah li.view-in-map-wp-hamrah {
    color: #2980b9;
    cursor: pointer;
    user-select: none;
}

.main-box-map-wp-hamrah {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.content-box-map-wp-hamrah {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 450px;
    position: relative;
}

.m-map-wp-hamrah {
    width: 100%;
    height: 100%;
}

.content-box-map-wp-hamrah span.close-map {
    position: absolute;
    background: #000;
    height: 29px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    display: flex;
    user-select: none;
    cursor: pointer;
    padding-bottom: 3px;
    justify-content: center;
    align-items: center;
    z-index: 333333;
    font-family: 'woo-android-yekan', serif;
    top: 0;
    right: 0;
}

.content-box-map-wp-hamrah span.admin_fullscreen_woo_mobile_app_map {
    position: absolute;
    background: #ffffff;
    height: 29px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000000;
    display: flex;
    user-select: none;
    cursor: pointer;
    padding-bottom: 3px;
    justify-content: center;
    align-items: center;
    z-index: 333333;
    font-family: 'woo-android-yekan', serif;
    top: 0;
    right: 163px;
}

.content-box-map-wp-hamrah span.print-map {
    position: absolute;
    background: #3F51B5;
    height: 29px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    display: flex;
    user-select: none;
    cursor: pointer;
    padding-bottom: 3px;
    justify-content: center;
    align-items: center;
    z-index: 333333;
    font-family: 'woo-android-yekan', serif;
    top: 0;
    right: 55px;
}

a.to-map {
    position: absolute;
    background: #ff0871;
    height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    display: flex;
    user-select: none;
    cursor: pointer;
    padding-bottom: 3px;
    justify-content: center;
    align-items: center;
    z-index: 333333;
    text-decoration: none;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 16px;
    font-family: 'woo-android-yekan', serif;
}

@media print {
    .content-box-map-wp-hamrah span.close-map, .content-box-map-wp-hamrah span.print-map, a.to-map, span.admin_fullscreen_woo_mobile_app_map, .leaflet-left .leaflet-control {
        display: none !important;
    }

    .main-box-map-wp-hamrah {
        align-items: start;
    }

    body, html {
        height: 100%;
        max-height: 800px;
        overflow: hidden;
    }
}

.content-box-map-wp-hamrah div#woo_mobile_app_map_c, .content-box-map-wp-hamrah div#woo_mobile_app_map_c_load {
    height: 450px;
}

