/* mmenu - menu mobile */
.mm-slideout {
    z-index: auto;
}

li.menu-mobile-search {
    padding: 10px 10px 10px 20px;
}

.form-search-mobile {
    font-size: 14px;
}

button.mobile-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: transparent;
    border: none;
    font-size: 18px;
}

/* Row flex */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.row-flex:after,
.row.row-flex:before {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.bottom10 {
    margin-bottom: 10px !important
}

.bottom20 {
    margin-bottom: 20px !important
}

.bottom30 {
    margin-bottom: 30px !important
}

.bottom40 {
    margin-bottom: 40px !important
}

.bottom50 {
    margin-bottom: 50px !important
}

.bottom60 {
    margin-bottom: 60px !important
}

.bottom70 {
    margin-bottom: 70px !important
}

.bottom80 {
    margin-bottom: 80px !important
}

.bottom90 {
    margin-bottom: 90px !important
}

.top10 {
    margin-top: 10px !important
}

.top20 {
    margin-top: 20px !important
}

.top30 {
    margin-top: 30px !important
}

.top40 {
    margin-top: 40px !important
}

.top50 {
    margin-top: 50px !important
}

.top60 {
    margin-top: 60px !important
}

.top70 {
    margin-top: 70px !important
}

.top80 {
    margin-top: 80px !important
}

.top90 {
    margin-top: 90px !important
}

.category-sidebar {
    border: 1px solid #b3b3b3;
    padding: 25px;
}

.category-sidebar>li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b3b3b3
}

.category-sidebar>li:last-child {
    border-bottom: none
}
/* Img box */
.wx-img-box {
    aspect-ratio: 3/2;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.wx-img-box img {
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
/* Image selection */
.img-select-area .img-selection img {
    cursor: pointer;
}

/* Icon when the collapsible content is shown */
.category-sidebar>.toggle>a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    float: right;
    margin-left: 15px;
}

/* Icon when the collapsible content is hidden */
.category-sidebar>.toggle>.collapsed:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
}

/* Service - Service cate section */
.cate-section {
    background-color: #f9f9f9
}

.service-block-lower {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}

.service-block-lower h3:after {
    margin-top: 15px;
    display: block;
    content: "";
    border: 1px solid #000;
    width: 15%;
}

.service-block-lower:hover h3:after {
    margin-left: 10px;
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.ui-pnotify-title {
    font-size: 14px;
}

.ui-pnotify-text {
    font-size: 13px;
}

.tp-banner-container {
    position: relative;
}

/* Post entry */
.post-entry p,
.post-entry ul,
.post-entry ol {
    margin-top: 9px;
    margin-bottom: 9px;
    color: #545454;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-entry img {
    max-width: 100%;
    height: auto;
}

.post-entry iframe {
    max-width: 100%;
}

.post-entry ol,
.post-entry ul {
    padding-left: 15px;
}

.post-entry ul>li {
    list-style: disc;
    -webkit-margin-start: 16px;
}

.post-entry ol>li {
    list-style: decimal;
    -webkit-margin-start: 16px;
}

.post-entry h1 {
    font-size: 32px;
}

.post-entry-anchor {
    position: relative;
    top: -130px;
    width: 100%;
    display: block;
}

/* Offline form */
#offline-form-app {
    display: none;
}

.offline-form {
    position: fixed;
    bottom: 51px;
    right: 0px;
    width: 90%;
    max-width: 340px;
    z-index: 1000;
}

.offline-form-heading {
    padding: 7px;
    background-color: red;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.offline-form-heading a {
    float: right;
    color: #403838 !important;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    line-height: 6px;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
}

.offline-form-body {
    padding: 7px;
    background-color: #f5f2f2;
    transition: 0.7s
}

.offline-form-body.maximized {
    height: auto;
    max-height: 100vh;
}

.offline-form-body.minimized {
    height: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
}

.offline-form-body .subtitle {
    font-weight: 300;
    font-size: 15px
}

.offline-form-body .success-message {
    font-weight: 300
}

@media(min-width: 1100px) {
    .offline-form {
        bottom: 0px;
        right: 55px;
        width: 340px;
    }
}

.post-item-grid-box {
    background-color: #f5f5f5;
}

.post-item-grid-box .box-meta {
    padding: 10px;
}

.post-item-grid-box .box-meta .box-title {
    font-size: 20px;
}

.post-item-grid-box .box-meta .box-title:after {
    margin-top: 5px;
    margin-bottom: 5px;
    content: "";
    display: block;
    width: 45%;
    border-top: 2px solid #292929;
    z-index: -1;
    transition: 0.5s all;
}
.post-item-grid-box:hover .box-meta .box-title:after {
    width: 100%;
}

/*---  page pagination css here ---*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #0e93d8;
    cursor: default;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li {
    display: inline;
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0e93d8;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

/* Floating right sidebar */
.floating-right-sidebar {
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
    /* width: 100vw; */
    height: auto;
    background: #3333335e;
    z-index: 1001;
    box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.75);
}

.floating-right-sidebar .item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    vertical-align: bottom;
}

.floating-right-sidebar .item a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 11px;
    padding-right: 11px;
    border-top: 0px;
    border-bottom: 0px;
    background: rgba(51, 51, 51, 0.3686274509803922);
    z-index: 1;
}

.floating-right-sidebar .item a:not(:hover) {
    color: #fff;
}

.floating-right-sidebar .item .description {
    display: none;
}

.floating-right-sidebar .item a.mobile-call-button {
    position: absolute;
    padding: 20px;
    bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 21px;
    box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.75);
    -webkit-animation: green-glowing 1500ms infinite;
    -moz-animation: green-glowing 1500ms infinite;
    -o-animation: green-glowing 1500ms infinite;
    animation: green-glowing 1500ms infinite;
}

.floating-right-sidebar .item a.mobile-call-button-spacer {
    padding-left: 20px;
    padding-right: 20px;
}

.cart-glowing {
    -webkit-animation: blue-glowing 1500ms infinite;
    -moz-animation: blue-glowing 1500ms infinite;
    -o-animation: blue-glowing 1500ms infinite;
    animation: blue-glowing 1500ms infinite;
}

.floating-right-sidebar .toggle-status-icon:before {
    content: "\f0d9";
}

.floating-right-sidebar.collapsed .toggle-status-icon:before {
    content: "\f0da";
}

.floating-right-sidebar .expand-text {
    display: none
}

.floating-right-sidebar .collapse-text {
    display: inline
}

.floating-right-sidebar.collapsed .expand-text {
    display: inline
}

.floating-right-sidebar.collapsed .collapse-text {
    display: none
}

.floating-right-sidebar.collapsed .item.collapsable-item {
    display: none !important;
    visibility: hidden !important;
}

/* Red glowing keyframes */
@-webkit-keyframes red-glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes red-glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes red-glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes red-glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

/* Blue glowing keyframes */
@-webkit-keyframes blue-glowing {
    0% {
        background-color: #1200b2;
        -webkit-box-shadow: 0 0 3px #1200b2;
    }

    50% {
        background-color: #1900ff;
        -webkit-box-shadow: 0 0 40px #1900ff;
    }

    100% {
        background-color: #1200b2;
        -webkit-box-shadow: 0 0 3px #1200b2;
    }
}

@-moz-keyframes blue-glowing {
    0% {
        background-color: #1200b2;
        -moz-box-shadow: 0 0 3px #1200b2;
    }

    50% {
        background-color: #1900ff;
        -moz-box-shadow: 0 0 40px #1900ff;
    }

    100% {
        background-color: #1200b2;
        -moz-box-shadow: 0 0 3px #1200b2;
    }
}

@-o-keyframes blue-glowing {
    0% {
        background-color: #1200b2;
        box-shadow: 0 0 3px #1200b2;
    }

    50% {
        background-color: #1900ff;
        box-shadow: 0 0 40px #1900ff;
    }

    100% {
        background-color: #1200b2;
        box-shadow: 0 0 3px #1200b2;
    }
}

@keyframes blue-glowing {
    0% {
        background-color: #1200b2;
        box-shadow: 0 0 3px #1200b2;
    }

    50% {
        background-color: #1900ff;
        box-shadow: 0 0 40px #1900ff;
    }

    100% {
        background-color: #1200b2;
        box-shadow: 0 0 3px #1200b2;
    }
}

/* Green glowing keyframes */
@-webkit-keyframes green-glowing {
    0% {
        background-color: #007205;
        -webkit-box-shadow: 0 0 3px #007205;
    }

    50% {
        background-color: #019608;
        -webkit-box-shadow: 0 0 40px #019608;
    }

    100% {
        background-color: #007205;
        -webkit-box-shadow: 0 0 3px #007205;
    }
}

@-moz-keyframes green-glowing {
    0% {
        background-color: #007205;
        -moz-box-shadow: 0 0 3px #007205;
    }

    50% {
        background-color: #019608;
        -moz-box-shadow: 0 0 40px #019608;
    }

    100% {
        background-color: #007205;
        -moz-box-shadow: 0 0 3px #007205;
    }
}

@-o-keyframes green-glowing {
    0% {
        background-color: #007205;
        box-shadow: 0 0 3px #007205;
    }

    50% {
        background-color: #019608;
        box-shadow: 0 0 40px #019608;
    }

    100% {
        background-color: #007205;
        box-shadow: 0 0 3px #007205;
    }
}

@keyframes green-glowing {
    0% {
        background-color: #007205;
        box-shadow: 0 0 3px #007205;
    }

    50% {
        background-color: #019608;
        box-shadow: 0 0 40px #019608;
    }

    100% {
        background-color: #007205;
        box-shadow: 0 0 3px #007205;
    }
}

/* Yello grey glowing keyframes */
@-webkit-keyframes yellow-grey-glowing {
    0% {
        background-color: #7a5503;
        -webkit-box-shadow: 0 0 3px #7a5503;
    }

    50% {
        background-color: #ba8000;
        -webkit-box-shadow: 0 0 40px #ba8000;
    }

    100% {
        background-color: #7a5503;
        -webkit-box-shadow: 0 0 3px #7a5503;
    }
}

@-moz-keyframes yellow-grey-glowing {
    0% {
        background-color: #7a5503;
        -moz-box-shadow: 0 0 3px #7a5503;
    }

    50% {
        background-color: #ba8000;
        -moz-box-shadow: 0 0 40px #ba8000;
    }

    100% {
        background-color: #7a5503;
        -moz-box-shadow: 0 0 3px #7a5503;
    }
}

@-o-keyframes yellow-grey-glowing {
    0% {
        background-color: #7a5503;
        box-shadow: 0 0 3px #7a5503;
    }

    50% {
        background-color: #ba8000;
        box-shadow: 0 0 40px #ba8000;
    }

    100% {
        background-color: #7a5503;
        box-shadow: 0 0 3px #7a5503;
    }
}

@keyframes yellow-grey-glowing {
    0% {
        background-color: #7a5503;
        box-shadow: 0 0 3px #7a5503;
    }

    50% {
        background-color: #ba8000;
        box-shadow: 0 0 40px #ba8000;
    }

    100% {
        background-color: #7a5503;
        box-shadow: 0 0 3px #7a5503;
    }
}

@media(min-width: 576px) {
    .floating-right-sidebar .item a {
        padding: 12px;
    }
}

@media(min-width: 760px) {
    .floating-right-sidebar {
        text-align: center;
    }

    .floating-right-sidebar .toggle-status-icon:before {
        content: "\f066";
    }

    .floating-right-sidebar.collapsed .toggle-status-icon:before {
        content: "\f065";
    }

    .floating-right-sidebar {
        text-align: left;
        width: auto;
        left: auto;
        right: 0;
        box-shadow: -2px 0px 2px 1px #636161;
        bottom: 26%;
    }

    .floating-right-sidebar .item a {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
        padding-right: 8px;
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .floating-right-sidebar .item {
        display: block;
        margin-right: 0px;
        width: 47px;
        transition: all 1s ease-in-out;
    }

    .floating-right-sidebar .item .description {
        display: block;
    }

    .floating-right-sidebar .item:hover .description {
        right: 45px;
    }
}

@media(min-width:1300px) {
    .floating-right-sidebar .item a {
        padding: 12px;
    }
}

.floating-right-sidebar .item .description {
    position: absolute;
    top: 0;
    right: -110px;
    height: 100%;
    width: 100px;
    transition: 0.6s;
    z-index: -1;
    padding-right: 15px;
    padding-left: 5px;
    background: #fff;
    text-align: right;
    border: 1px solid #ccc;
    line-height: 50px;
}

.floating-right-sidebar .item:hover .description {
    right: 45px;
}

.floating-right-sidebar .item:hover a {
    color: #fff;
    background-color: #eb3e32;
}

/* Loading */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Push Notification */
.wx-push-noti-subscribe-button.subscribed .bell-unsubscribed{
    display: none;
}
.wx-push-noti-subscribe-button.subscribed .bell-subscribed{
    display: inline;
    color: #00ff00;
}
.wx-push-noti-subscribe-button.unsubscribed .bell-unsubscribed{
    display: inline;
}
.wx-push-noti-subscribe-button.unsubscribed .bell-subscribed{
    display: none;
}
/* Blog post nav */

.blog-post-nav {
    background-color: #ededed;
    padding: 10px 5px;
    transition: 0.5s all;
}
.blog-post-nav .nav-content {
    overflow: hidden;
}
.blog-post-nav .nav-content>ul {
    display: block;
    padding-left: 0px;
}

.blog-post-nav .nav-content>ul>li,
.blog-post-nav .nav-content>ul ul li {
    list-style-type: none;
    -webkit-margin-start: 0px;
}

.blog-post-nav .nav-content>ul>li a.active {
    background-color: #d8e1e3;
    color: red;
}

.blog-post-nav .nav-content>ul ul {
    margin-top: 0px;
}

.blog-post-nav .nav-content>ul ul li a {
    padding-left: 30px;
}

.blog-post-nav-fixed .blog-post-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0px;
}

.blog-post-nav-fixed .nav-content>.nav {
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

.blog-post-nav-fixed.show .blog-post-nav {
    z-index: 1030;
    height: 100vh;
    width: 20%;
    max-width: 262px;
    min-width: 250px;
    padding: 10px 5px;
    box-shadow: 0px 2px 2px 2px #ccc;
}

.blog-post-nav .nav-toggle {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.blog-post-nav .nav-toggle::before {
    content: "\f107"
}

.blog-post-nav .nav-toggle.collapsed::before {
    content: "\f105";
}

#PostNavbarContentFixedOpenBtn {
    position: fixed;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 0px;
    display: none;
    z-index: 100;
    background-color: rgba(55, 86, 247, .7);
    padding: 2px;
    border-radius: 1px;
    color: #fff;
}

@media(min-width: 1200px) {
    #PostNavbarContentFixedOpenBtn {
        left: 1px;
        top: 45%;
        right: unset;
        bottom: unset;
        display: none;
        margin: unset;
    }
}

.blog-post-nav-fixed.active #PostNavbarContentFixedOpenBtn {
    display: inline-block;
}

.blog-post-nav-fixed.active.show #PostNavbarContentFixedOpenBtn {
    display: none;
}

.blog-post-nav-fixed .nav-content>ul.nav>.active {
    background-color: #ccc;
}

.blog-post-nav-fixed .nav-content>ul.nav ul>.act    ive,
.blog-post-nav-fixed .nav-content>ul.nav ul>.active a {
    color: red;
}

.blog-post-nav .collapsed .nav-toggle::before, .blog-post-nav .nav-toggle.collapsed::before {
    content: "\f105";
}