.pagination {
    margin-top: 20px;
    text-align: center;
}.wp-pagenavi span.current {
     background: var(--primary-color) !important;
     font-weight: bold;
     color: #FFFFFF;
 }
.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 99px;
    text-decoration: none;
    border: 1px solid  var(--primary-color) !important;
    padding: 3px 5px;
    margin: 2px;
}
.contactResultSearchBox_main li {
    list-style: none;
}
.contactResultSearchBox_main li:not(:first-child) {
    border-top: 1px dashed #dee2e6;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
}
.contactSidebarBox {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 10px 15px;
}

.idWriteContent.row .phone {
    background: #e67e22;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 0.8rem;
    left: 0;
    padding: 3px 8px;
    position: absolute;
    top: 10px;
}
.idWriteContent.row .post_city {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #dee2e6;

}
.post_city h2 {
    margin-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #111;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.post_city .gridStore_item_content__text {
    margin-top: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #111;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.post_city .image-zoom img {
    border-radius: 5px 5px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.contactSidebarBox_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.contactSidebarBox_title {
    margin-bottom: 20px;
    margin-top: 23px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #111;

}
.col.medium-3.contactSidebarBox select {
    background: #95d3d038;
    border: 1px solid rgba(115,129,54,.2);
    border-radius: 5px;
    box-sizing: border-box;
    /* height: 56px; */
    padding-left: 20px;
    transition: all .3s;
    width: 100%;
}
.contactResultSearchBox_title {
    margin-bottom: 20px;
    margin-top: 23px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111;
}
.contactResultSearchBox_main ul li a {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111
}
.contactResultSearchBox_main ul i.fa-sharp.fa-regular.fa-location-dot {
    color: var(--primary-color);
}
.contact-shop__social .contact-shop__social>div {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}
.contact-shop__social .icon {
    align-items: center;
    background-color: #738136;
    border-radius: 100px;
    color: #fff;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    transition: all .3s;
    width: 30px;
}
.contact-shop__social .icon svg {
    height: 15px;
    width: 15px;
}
.contact-shop__social .phone {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}
.contact-shop__social .address {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}
.contact-shop__social strong {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #111;
}.col.medium-9.noPadding.singles h1 {
     font-style: normal;
     font-weight: 500;
     font-size: 22px;
     color: #111;
 }
.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: var(--primary-color) !important;
}



#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}


#loader .loader-wdes {
    position: absolute;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader .loader-double {
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: var(--primary-color);
    border-bottom-color:var(--primary-color);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loader .loader-double:before, #loader .loader-double:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    filter: alpha(opacity=60);
    -webkit-animation: spinreverse 2s linear infinite;
    animation: spinreverse 2s linear infinite;
}

.loading {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: rgba(255, 255, 255, .5);
}

#loader .loader-double:before {
    top: 13px;
    left: 13px;
    bottom: 13px;
    right: 13px;
    -webkit-animation: spinreverse 3s linear infinite;
    animation: spinreverse 3s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}
