.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;
}