.nasa-rtl .ns-sale-notification {
    right: 10px;
    left: auto;
}
.ns-sale-notification {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 366px;
    max-width: 100%;
    z-index: 399;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 8px;
}
.ns-sale-notification.tip-right{
    right: 20px;
    left: unset;
}
.ns-sale-notification.nasa-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ns-sale-notification .wrapper-noti {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ns-sale-notification .product-image {
    width: 70px;
}
.ns-sale-notification .product-image img {
    width: 100%;
    height: auto;
}
.ns-sale-notification .theme-bg {
    width: 1px;
    border-left: 1px solid #efefef;
    margin: 5px 10px;
}
.nasa-rtl .ns-sale-notification .wrapper-theme {
    padding: 5px 0 22px 25px;
}
.ns-sale-notification .wrapper-theme {
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 5px 25px 22px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ns-sale-notification .noti-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    word-break: break-word;
    font-size: 12px;
    line-height: 14px;
    word-break: break-word;
    margin: 0;
    color: #55586c;
}
.ns-sale-notification .noti-body {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    margin: 10px 0 10px 0;
    color: #55586c;
}
.nasa-rtl .ns-sale-notification .noti-time {
    right: 0;
    left: auto;
}
.ns-sale-notification .noti-time {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #c1c1c1;
}
body.nasa-rtl .rtl-margin-right-10 {
    margin-right: 10px !important;
}
body.nasa-rtl .rtl-margin-left-0 {
    margin-left: 0px !important;
}
.ns-sale-notification .verify{
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #55586c;
}
.ns-sale-notification .verify svg {
    color: #0ca940;
    margin: 0 5px;
    vertical-align: middle;
    font-weight: bold;
}
.ns-sale-notification .wrapper-theme:after {
    content: '';
    clear: both;
    display: table;
}
.ask_top_page{
    background: linear-gradient(180deg,#e0e0e2,hsla(0,0%,100%,0));
    width: 100%;
}
.ask_top_page .faq_headerbox{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: calc(6 * 35px);
    padding-left: calc(6 * 35px);
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../img/faq-pattern.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.ask_top_page .faq_headerbox .circle_btn_icon{
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.ask_top_page .faq_headerbox .circle_btn_icon i{
    color: #19bfd3;
    font-size: 24px;
    font-weight: 900;
}
.ask_top_page .page_title{
    color: #0c0c0c;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 11px;
}
.ask_top_page p{
    color: #81858b;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}
.ask_top_page .form_search_faqpage{
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}
.ask_top_page .form_search_faqpage .input_field{
    display: inline-block;
    width: 100%;
    line-height: 1.222;
    letter-spacing: -.6px;
    border-radius: 8px;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    font-size: 15px;
}
.ask_top_page .form_search_faqpage .input_field:focus,.ask_top_page .form_search_faqpage .input_field:active{
    outline-color: #19bfd3;
}
.ask_top_page .form_search_faqpage .search-submit{
    padding: 11px 40px 9px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 1.071rem;
    line-height: 1.467;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.ask_top_page .form_search_faqpage .search-submit:hover{
    background-color: #36cddf;
}

.content_ask_page{
    position: relative;
    background-color: #fff;
    width: 75%;
    display: table;
    margin: 30px auto;
    margin-bottom: 80px;
    border-radius: 8px;
}
.content_ask_page .s{

}
.general_faq_box{
    margin-bottom: 20px;
}
.content_ask_page .get_back_button{
    float: left;
    color: #ffffff;
    background-color: #00bfd6;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}
.content_ask_page .get_back_button:hover{
    background-color: #36cddf;
}

.frequently_asked_questions_title{
    font-size: 19px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}
.main_box_ask_cats{
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.main_box_ask_cats .link_ask_cats{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    position: relative;
}
.main_box_ask_cats .link_ask_cats.border_bottom{
    border-bottom: 1px solid #e0e0e2;
}
.main_box_ask_cats .link_ask_cats.border_left{
    border-left: 1px solid #e0e0e2;
}
.main_box_ask_cats .link_ask_cats:hover{
    box-shadow: 0 0 12px 0 hsla(0,0%,71%,.46);
}
.main_box_ask_cats .link_ask_cats img{
    max-width: 40px;
    height: auto;
    margin-bottom: 14px;
    transition: 0.2s all;
}
.main_box_ask_cats .link_ask_cats:hover img{
    transform: scale(1);
    transition: 0.3s all;
}
.main_box_ask_cats .link_ask_cats span{
    line-height: 37px;
    font-size: 13px;
    font-weight: 600;
    color: #424750;
}
.main_box_ask_cats .link_ask_cats:hover span{

}
.accordion_faq_questions{
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 40px;
}
.asked_questions_box{
    position: relative;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.asked_questions_box p{
    text-align: right;
}
.toggle_icon{
    position: absolute;
    left: 26px;
    top: 26px;
    line-height: 0px;
    width: 10px;
    height: 10px;
    color: #424750;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle_icon:after{
    font-family: 'remixfont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
    font-size: 19px;
    font-weight: 900;
    transition: all .3s ease-in-out;
}
.ask_accordion.active .toggle_icon:after{
    transform: rotate(180deg);
}
.ask_accordion.active .toggle_icon{
    color: #f05662;
}
.ask_accordion{
    background-color: unset;
    color: #0c0c0c;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}
.panel{
    padding: 20px;
    display: none;
    overflow: hidden;
    position: relative;
}

.panel p{
    font-size: 14px;
    color: #424750;
    line-height: 28px;
    text-align: justify;
}
.panel .link_of_faq_post{
    color: #19bfd3;
    padding: 10px 0 0 0;
    display: block;
    font-size: 13px;
    transition: all .3s ease-in-out;
    line-height: 20px;
}
.panel .link_of_faq_post:after{
    content: "\ea52";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 0px;
    font-size: 25px;
    font-weight: 100;
    top: 9px;
    right: -5px;
}

.support_faq_page_image{
    display: none;
    margin-top: 35px;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 50%;
}
.content_ask_page .post_title{
    font-size: 20px;
    float: right;
    padding: 0 30px;
    text-align: center;
    color: #0c0c0c;
    font-weight: 600;
}
.asked_btn_icon{
    text-align: center;
}
.asked_btn_icon i{
    FONT-SIZE: 28px;
    line-height: 0;
}
.content_ask_page .title_cat_box{
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 45px;
    display: block;
    text-align: center;
}
.frequently_asked_questions_title{
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 35px;
    display: block;
    text-align: center;
}
.the_question_post_content{
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.25px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
}
.main-content-asked{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    line-height: 34px;
    font-size: 16px;
    color: #151515;
    padding: 0 30px;
    text-align: justify;
}
.the_question_post_content h2.post_title,.main-content-asked h2{
    text-align: center;
}
.the_question_post_content p,.main-content-asked p{
    font-size: 16px;
}
.the_question_post_content img.aligncenter,.main-content-asked img.aligncenter{
    margin: 0 auto;
    display: block;
}
.main_result_ajax_ask_search{
    background-color: #fff;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    padding: 4px 15px;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.main_result_ajax_ask_search a.result_post_search{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    position: relative;
}
.main_result_ajax_ask_search a.result_post_search::after{
    content: "\ea52";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 19px;
    top: 6px;
    position: relative;
    color: #a8a8a8ee;
}
.atikala_close_fag_search_result{
    position: absolute;
    left: 6px;
    top: -49px;
    font-size: 31px;
    color: #3a3a3a;
    cursor: pointer;
}

@media only screen and (max-width : 1100px) {

}

@media only screen and (max-width : 990px) {
    body .main_box_ask_cats .link_ask_cats.border_left{
        border-left: 0 !important;
    }
    body .main_box_ask_cats .link_ask_cats{
        padding: 4px;
    }
    body .ask_accordion{
        padding: 20px 20px 20px 50px;
        font-size: 11px;
    }
    body .main_box_ask_cats .link_ask_cats img{
        max-width: 35px;
        margin-bottom: 14px;
    }
    body .main_box_ask_cats .link_ask_cats span{
        font-size: 11px;
    }
    body .toggle_icon:after{
        font-size: 16px;
    }
    body .ask_top_page .faq_headerbox{
        padding: 20px 0;
    }
    body .ask_top_page .form_search_faqpage,body .content_ask_page,body .accordion_faq_questions{
        width: 100%;
        padding: 0 25px;
    }
    body .main-content-asked,body .content_ask_page .post_title{
        padding: 0;
        font-size: 13px;
        margin-top: 15px;
        text-align: right;
        line-height: 23px;
    }
    body .the_question_post_content p,body  .main-content-asked p{
        font-size: 14px;
    }
    .ask_top_page .form_search_faqpage .input_field{
        padding: 12px 15px;
    }
    body .atikala_close_fag_search_result{
        top: -54px;
    }
    .ask_top_page .faq_headerbox .circle_btn_icon{
        width: 50px;
        height: 50px;
    }
    .ask_top_page .page_title{
        font-size: 17px;
    }
    body .asked_btn_icon i {
        FONT-SIZE: 26px;
    }
    body .content_ask_page .title_cat_box,body  .frequently_asked_questions_title{
        font-size: 17px;
    }
    body .main_box_ask_cats{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media only screen and (max-width : 768px) {

}
/* cart sidebar */

#cart-sidebar.atikaala-static-sidebar.style-1 {
    background: #fff;
    color: #333;
}
#cart-sidebar .blockUI.blockOverlay:before{
    top: 35%;
}
#cart-sidebar.atikaala-static-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    width: 400px;
    max-width: 80%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}
.atikaala-static-sidebar .mini-cart-item.nasa-loading:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    display: block;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
}
.nasa-img-loading:after, .nasa-loader {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #333;
    border-left: 1px solid #efefef;
    border-right: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: nasa-spin .5s linear infinite;
    -moz-animation: nasa-spin .5s linear infinite;
    -o-animation: nasa-spin .5s linear infinite;
    -ms-animation: nasa-spin .5s linear infinite;
    animation: nasa-spin .5s linear infinite;
}
#cart-sidebar.atikaala-static-sidebar.nasa-active{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#cart-sidebar .close-box {
    color: #fff;
    transition: 0.2s all;
    width: 42.5px;
    height: 42.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#cart-sidebar .close-box::before {
    font-size: 15px;
    position: relative;
}

.atikaala-static-sidebar .widget_shopping_cart_content {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* not bug */

.nasa-minicart-items, .nasa-minicart-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.nasa-minicart-items {
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 10px !important;
}
.atikaala-static-sidebar .cart_list {
    padding-bottom: 20px;
}


/* mini catr style1 footer */
.nasa-minicart-items, .nasa-minicart-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}


/* not bug */

/* progress shiping free */
.atikaala-static-sidebar .nasa-total-condition-wrap {
    margin: 0;
}
.nasa-total-condition-wrap {
    position: relative;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
.nasa-total-condition-wrap.free:before {
    background-color: #00a32a;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
body .nasa-total-condition-wrap:before {
    right: 0;
    left: auto;
}
.nasa-total-condition-wrap:before, .nasa-total-condition-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 25px;
    z-index: 0;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
.nasa-total-condition {
    width: 100%;
    position: relative;
    background: #EDEDED;
    height: 7px;
    line-height: 15px;
    margin-top: 14px;
    margin-bottom: 10px;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    border-radius: 8px;
}
.free .nasa-subtotal-condition {
    background: #00a32a !important;
}
.primary-bg {
    background-color: #f76b6a;
}
.nasa-subtotal-condition {
    position: relative;
    z-index: 1;
    line-height: inherit;
    width: 0;
    height: 100%;
    text-align: center;
    font-weight: bold;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    border-radius: 8px;
}
.nasa-total-condition-hint, .nasa-subtotal-condition {
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
body .nasa-subtotal-condition .nasa-total-number {
    left: -1px;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nasa-subtotal-condition .nasa-total-number {
    font-size: 9px;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -1px;
    top: 50%;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    font-size: 9px;
}


/* not bug */
.free .nasa-subtotal-condition .nasa-total-number {
    border-color: #00a32a !important;
}
.nasa-total-condition-wrap:after {
    right: 0;
    background-color: #EDEDED;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
body .nasa-total-condition-wrap:after {
    left: 0;
    right: auto;
}
.nasa-total-condition-wrap:before, .nasa-total-condition-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 25px;
    z-index: 0;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    border-radius: 10px;
}
.atikaala-static-sidebar .ext-nodes-wrap .ext-node {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    min-height: 100px;
    max-height: 100%;
    overflow-y: auto;
    padding: 45px 35px 45px 35px;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.atikaala-static-sidebar .ext-nodes-wrap .ext-node.active {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.atikaala-static-sidebar .ext-nodes-wrap .node-title {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
}
.atikaala-static-sidebar .ext-nodes-wrap .ext-node .shipping-calculator-form {
    display: block !important;
}
.atikaala-static-sidebar .ext-nodes-wrap .close-nodes {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
}
.atikaala-static-sidebar.ext-loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.7;
    z-index: 6;
}

.woocommerce-mini-cart-item.mini_cart_item .atikaala-image-cart-item{
    display: grid;
    grid-auto-flow: column;
    justify-content: right;
    height: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item .atikaala-image-cart-item img{
    width: 78px;
    height: auto;
    padding: 10px;
    margin: 7px auto;
}
.woocommerce-mini-cart-item.mini_cart_item .atikaala-image-cart-item a.remove{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    transition: 0.1s all;
    background: #fbfbfb;
    width: 18px;
    padding: 0 5px;
}
.woocommerce-mini-cart-item.mini_cart_item .atikaala-image-cart-item a.remove i{
    font-size: 17px;
    font-weight: 500;
    color: #ccc;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    align-items: center;
    border: 1px solid #f1f1f3;
    display: inline-flex;
    overflow: hidden;
    border-radius: 6px;
    height: 23px;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .decrease-qty.minus {
    border-right: 1px solid #f1f1f3;
    border-left: none;
}
.atikaala-static-sidebar  .hide-in-cart-sidebar {
    display: none;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .input-text {
    writing-mode: horizontal-tb !important;
    border-radius: 0;
    height: 40px;
    -moz-appearance: textfield;
    border: none;
    border-radius: 0;
    text-align: center;
    width: 60px;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    height: 30px;
    padding: 8px;
    width: 100%;
    outline: 0;
    max-width: 30px;
    font-size: 11px;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .increase-qty.plus {
    border-left: 1px solid #f1f1f3;
    border-right: none;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity i {
    font-size: 9px;
    color: #232933;
    font-weight: 100;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .decrease-qty,.woocommerce-mini-cart-item.mini_cart_item .quantity .increase-qty {
    height: 35px;
    line-height: 38px;
    padding-left: 9px;
    padding-right: 8px;
}
.woocommerce-mini-cart-item.mini_cart_item a.remove:hover {
    background-color: rgb(255, 151, 151);
    color: #fff;
    transition: 0.s2s all;
}
.woocommerce-mini-cart-item.mini_cart_item a.remove:hover i{
    color: #fff;
}
.mini-cart-item-price{
    margin-top: 5px;
}
.mini-cart-item-price .quantity-wrap{
    gap: 7px;
    margin-top: 5px;
    width: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item .cart_list_product_quantity{
    font-size: 13px;
    font-weight: 600;
}
.woocommerce-mini-cart-item.mini_cart_item .product-name {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    height: 20px;
    display: block;
    overflow: hidden;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .atikaala-info-cart-item{
    width: 100%;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item{
    clear: both;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    min-height: 85px;
    -moz-transition: opacity ease .8s,transform ease .5s;
    -o-transition: opacity ease .8s,transform ease .5s;
    -webkit-transition: opacity ease .8s,transform ease .5s;
    transition: opacity ease .8s,transform ease .5s;
    justify-content: right;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation{
    display: flex;
    align-items: center;
    gap: 6px;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dd:not(:last-child)::after{
    content: '';
    position: relative;
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #e1e1e1;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dd{
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #8d8d8d;
    gap: 8px;
    line-height: 18px;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dt.variation-{
    display: none;
}

.atikaala-static-sidebar .cart-empty {
    margin-top: 130px;
    padding: 12px;
    text-align: center;
}
.atikaala-static-sidebar .cart-empty p {
    color: #0c0c0c;
    font-size: 16px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 15px;
}
.atikaala-static-sidebar .cart-empty ul {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-top: 10px;
}
.atikaala-static-sidebar .cart-empty ul a {
    color: #1c61e7;
}
.atikaala-static-sidebar .cart-empty ul .separator {
    background: #e0e0e2;
    height: 12px;
    margin: 0 16px;
    width: 1px;
}
.atikaala-static-sidebar .cart-empty div {
    color: #a1a3a8;
    font-size: 12px;
    font-weight: 500;
}

/* mini cart footer */
.ext-mini-cart-wrap{
    border-top: 1px solid #efefef;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ext-mini-cart-wrap .nssp {
    width: 1px;
    height: 35px;
    border-left: 1px solid #ddd;
}
.ext-mini-cart-wrap a i {
    font-size: 22px;
    line-height: 25px;
    display: block;
    font-weight: normal;
    color: #333;
}
.ext-mini-cart-wrap a.ext-mini-cart{
    align-items: center;
    gap: 1px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.minicart_total_checkout {
    padding-top: 15px;
    border-top: 1px solid #efefef;
    text-align: left;
}
.minicart_total_checkout > strong,.minicart_total_checkout > .woocommerce-Price-amount{
    display: none !important;
}
.atikaala-static-sidebar .minicart_total_checkout .total-price-label {
    float: right;
    display: inline-block;
    font-weight: 600;
}
.atikaala-static-sidebar .minicart_total_checkout .total-price {
    float: none !important;
    display: inline-block;
    font-weight: 600;
}
.atikaala-static-sidebar .ext-item-wrap {
    padding-top: 8px;
    font-size: 13px;
    font-weight: normal;
    color: #898989;
}

.atikaala-static-sidebar .total-cart-wrap {
    border-top: 1px solid #efefef;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
}
.atikaala-static-sidebar .total-price-label2, .atikaala-static-sidebar .total-price-2 {
    font-size: 18px;
    font-weight: 600;
}
.atikaala-static-sidebar .nasa-total-condition-desc {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: initial;
    display: flex;
    align-items: center;
    gap: 3px;
}
.nasa-total-condition-desc .atikaala-truck-fast{
    margin-left: 6px;
    font-size: 19px;
    color: #333;
}
.nasa-total-condition-desc .atikaala-truck-fast.text-success{
    color: #4CAF50;
}
.nasa-total-condition-desc strong{
    font-weight: 800;
}
.nasa-total-condition-desc .woocommerce-Price-amount {
    font-size: 13px;
}
.nasa-total-condition-desc {
    max-width: 550px;
    margin: 10px auto 30px auto;
    text-align: center;
    line-height: 1.4 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.atikala_cart .nasa-total-condition-desc{
    margin-top: 15px;
    width: 100% !important;
    max-width: 100%;
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px !important;
}
.atikaala-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.atikaala-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a {
    width: 100%;
    color: #333;
    text-align: center;
    padding: 16px;
    background-color: #efefef;
    font-weight: 600;
    border-radius: 6px;
    font-size: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.atikaala-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a.checkout {
    background-color: #3bb5e8 !important;
    border-color: #3bb5e8 !important;
    color: #fff !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.atikaala-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a:hover,
.atikaala-static-sidebar .ext-nodes-wrap #mini-cart-save_note:hover,
{
    opacity: .8;
}
.nasa-minicart-footer {
    flex: 0 0 auto;
    padding-bottom: 25px;
}
.atikaala-static-sidebar .ext-nodes-wrap .ext-node .nasa-stclose {
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 21px;
    color: #333;
}

.nasa-stclose {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;

}
.atikaala-static-sidebar .ext-nodes-wrap .form-row.notes label,.atikaala-static-sidebar .ext-nodes-wrap .get_factor_field {
    display: none;
}
.atikaala-static-sidebar .ext-nodes-wrap .form-row.notes textarea {
    min-height: 100px;
    background-color: white;
    font-family: inherit;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: none;
    color: #333333;
    display: block;
    margin: 0;
    padding: 0.48276em;
    height: 42px;
    width: 100%;
    font-size: 13px;
    outline: none;
}
.atikaala-static-sidebar .ext-nodes-wrap #mini-cart-save_note,
.atikaala-static-sidebar .shipping-calculator-form button.button,
.atikaala-static-sidebar  #mini-cart-apply_coupon
{
    cursor: pointer;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #f26922;
    font-weight: 600;
    border-radius: 6px;
    font-size: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 0;
    outline: none;
    margin-top: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ext-mini-cart-wrap .mess-wrap{
    display: block;
    width: 100%;
    border-top: 1px solid #efefef;
}
.ext-mini-cart-wrap .mess-wrap .woocommerce-message,.ext-mini-cart-wrap .mess-wrap .woocommerce-info {
    color: #00bb00 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    gap: 5px;
    align-items: center;
    padding: 10px 7px 8px 7px !important;
    line-height: 18px !important;
}
.ext-mini-cart-wrap .mess-wrap .woocommerce-message::before,.ext-mini-cart-wrap .mess-wrap .woocommerce-info::before{
    font-size: 19px;
    color: #00bb00 !important;
    content: "\ec31" !important;
    margin: 0 !important;
    position: relative !important;
    top: -2px !important;
}
.atikaala-static-sidebar .ext-nodes-wrap .ext-node .shipping-calculator-button {
    display: none;
}
.atikaala-static-sidebar .ext-nodes-wrap .ext-node .select2-container {
    width: 100% !important;
}
form .select2-container--default .select2-selection--single, form .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dedede;
}
form .select2-container .select2-selection--single {
    height: 42px;
}
.atikaala-static-sidebar .shipping-calculator-form select,.atikaala-static-sidebar .shipping-calculator-form input ,.atikaala-static-sidebar #mini-cart-add-coupon_code.input-text{
    width: 100%;
    border: 1px solid;
    border-color: #dedede;
    height: 40px;
    padding: 0.48276em;
    font-size: 13px;
    outline: none;
}
.atikaala-static-sidebar .shipping-calculator-form select::-ms-expand{
    margin-left: 10px;
}
.atikaala-static-sidebar .shipping-calculator-form .form-row:not(:last-child){
    margin-bottom: 15px;
}
.atikaala-static-sidebar .publish-coupon {
    background-color: #f8f8f8;
    color: #666666;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 15px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    font-size: 15px;
}
.atikaala-static-sidebar .publish-coupon .discount-info {
    color: #000;
    justify-content: stretch;
    gap: 0;
    font-size: 14px;
    font-weight: 600;
}
.atikaala-static-sidebar .publish-coupon:hover,.atikaala-static-sidebar .publish-coupon.nasa-actived {
    border-color: #a2a2a2;
}
.atikaala-static-sidebar .publish-coupon > span {
    margin: 5px;
    line-height: 1.2;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
}
.atikaala-static-sidebar .publish-coupon .discount-code .nasa-uppercase {
    border: 1px dashed #9d9d9d;
    background-color: #f1f1f1;
    padding: 5px 11px 5px 15px;
    margin: 5px 0;
    letter-spacing: 4px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.atikaala-static-sidebar .ext-nodes-wrap .node-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.woocommerce-remove-coupon .cp-code {
    border: 1px dashed #a3a3a3;
    background-color: #efefef;
    font-size: 11px;
    padding: 3px 8px 3px 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-break: break-all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.coupon-content.ext-item-content{
    font-size: 0;
    display: flex;
}
.coupon-content.ext-item-content .woocommerce-Price-amount{
    border: 1px dashed #a3a3a3;
    background-color: #efefef;
    font-size: 11px;
    padding: 3px 8px 3px 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-break: break-all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    order: 1;
}
.woocommerce-remove-coupon::after{
    content: "\eb99";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    position: relative;
    top: 0px;
    margin-left: 2px;
    color: #8f8989;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
    font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url(../image/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../image/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(../img/marker-icon.png);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}
