a.button.add_to_cart_button,
a.button.product_type_simple {
    width: 18%;
    float: right;
    margin-top: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border: 1px solid #ddd;
    background: #dd3333;
    transition: 0.3s all ease
}

a.button.add_to_cart_button:hover,
a.button.product_type_simple:hover {
    background: #0abaff;
    border-color: #0abaff;
    color: #fff;
}

ul.item_pro_single.products>li.product {
    width: 100% !important;
    border: none;
    box-shadow: none;
    margin-bottom: 10px !important;
}

a.added_to_cart.wc-forward {
    display: none !important;
}



/* ///////// */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-links span.page-numbers.dots {
    color: #000;
    background: #fff;
    border: 1px solid transparent;
    width: 36px;
    height: 36px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 3px -1px 10px 0 #d8dde6;
}

.nav-links a {
    color: #000;
    background: #fff;
    border: 1px solid transparent;
    width: 36px;
    height: 36px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 3px -1px 10px 0 #d8dde6;
}

.nav-links span.page-numbers.current {
    color: #fff;
    background: #0abaff;
    border: 1px solid transparent;
    width: 36px;
    height: 36px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 3px -1px 10px 0 #d8dde6;
}

h4.archive-heading {
    display: block;
    line-height: 1.3em;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.item_post {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* .item_post:hover {opacity: 1;} */

/* .item_post a {text-decoration: none;} */

.item_post:hover h4 {
    color: #0abaff;
    ;
}

.item_post_img {
    float: left;
    width: 100%;
    height: 230px;
    position: relative;
    border: 2px solid #0abaff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.item_post_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.item_post h4 {
    color: #333333;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_post_content {
    float: left;
    width: 100%;
}

.post_date {
    font-size: 13px;
    margin-top: 5px;
    color: #000;
}

.post_excerpt p {
    margin: 0;
    margin-top: 10px;
    color: #000;
}

nav.navigation.pagination {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

nav.navigation.pagination a.page-numbers {
    padding: 5px;
    text-decoration: none;
}

nav.navigation.pagination a.page-numbers:hover {
    text-decoration: underline;
}

/* single */

.single-post h2 {
    font-size: 16px;
}

/* page */

.page-heading {
    text-align: center;
    color: #018791;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}


@media only screen and (max-width: 768px) {

    .post_excerpt {
        font-size: 11px;
    }

    .item_post h4 {
        font-size: 13px;
    }

    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }

    .post_excerpt p {
        margin: 0;
    }

}

@media only screen and (max-width: 500px) {

    .post_excerpt {
        display: none;
    }

}