/* Breadcrumb */
.woocommerce-breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;

}

.woocommerce-breadcrumb .divider {
    /* width: 20px;
    height: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-title-banner {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-title-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-page-title .flex-col {
    position: relative;
    z-index: 2;
}

.category-page-title .page-title {
    color: #fff !important;
    font-size: 56px;
    text-align: center;
    text-transform: uppercase;
}

/* .category-page-title .woocommerce-breadcrumb a,.category-page-title .woocommerce-breadcrumb{
    color: #fff;
}
.category-page-title .woocommerce-breadcrumb svg path{
    fill:#fff;
} */
/*  */
.prd-item {
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.01) 0px 1px 2px;
    border: 1px solid rgb(229, 231, 235);
    overflow: hidden;
    background-color: #fff;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prd-item .box-text {
    padding-bottom: 0;
}

.prd-item .title-wrapper {
    min-height: 64px;
    margin-bottom: 15px;
}

.title-wrapper {
    font-size: 20px;
}

.price-wrapper {
    margin-bottom: 5px;
}

/* .product-origin {
    margin-bottom: 8px !important;
} */

.box-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* justify-content: space-between; */
}

.box-wrap a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: #067940;
    border-radius: .5rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.box-wrap a:hover {
    background-color: rgb(0, 156, 92);
    color: #fff;
}

.star-review-box {
    display: inline-flex;
}

.star-review-box svg {
    height: 20px;
    width: 20px;
}

.text-review-count {
    color: rgb(30, 66, 159);
    font-size: 12px;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #E1EFFE;
    border-radius: 4px;
}

/* Category */
.product-small.col.product {
    margin-bottom: 20px;
}

.post-type-archive .prd-item {

    display: flex;
    flex-direction: column;
}


.post-type-archive .prd-item .box-wrap a {
    margin-left: 0 !important;
    /* grid-template-columns: repeat(2,1fr); */
}

.product-small .col-inner {
    height: 100%;
}

.box-text-products {
    display: flex;
    flex-direction: column;
}

.title-wrapper {
    flex: 1;
}

.prd-item .box-text {
    height: 100%;
    flex: 1;
}
.single-product .product-title.product_title.entry-title{
    color: #0f2c49;
}
.product-hotline{
    font-size: 26px;
    margin-bottom: 10px;
    
}
.product-hotline span{
    color: red ;
}
 .product-info .product_meta{
    font-size: 16px;
}
.product_meta span:nth-child(2){
    display: none;
}
@media screen and (max-width:850px) {
    .woocommerce-breadcrumb {
        justify-content: center;
    }
    .product-info{
        margin-top: 20px !important;
    }

}

@media screen and (max-width:768px) {
    .woocommerce-breadcrumb {
        justify-content: center;
    }

    .category-page-title .page-title {
        font-size: 32px;
    }
}