
body:not(.home) h3.product-item-title {
    margin: 0;
    line-height: 1;
}

body:not(.home) .product-item-title a {
    font-size: 16px;
}

.product-item-price svg {
    flex: 0 0 15px;
}

span.gia-ban-label {
    white-space: nowrap;
}

@media (min-width: 1536px) {
    .post-type-archive-product .content-sidebar.bic-col-lg-3 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }
}

@media (min-width: 1536px) {
    .post-type-archive-product .bic-col-lg-9 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }
}

.archive-flex {
    display: grid;
    grid-template-columns:  282px 1fr;
    gap: 30px;
    justify-content: start !important;

}

.archive-flex .content-sidebar{
}

.widget_product_categories {
    background: #F0F0F0;
    border-radius: 10px;
}

.widget_product_categories .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 20px;
    background: var(--bic-primary-color);
    border-radius: 10px 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}

ul.product-categories {
    padding: 15px 20px;
    list-style: none;
    margin-bottom: 30px;
}

.cat-item:not(:last-child) {
    margin-bottom: 15px;
}

.product-categories  li a {
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
}

.product-categories  li a::before {
    content: "";
    position: absolute;
    font-family: icomoon, fantasy !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid var(--bic-primary-color);
}

.product-categories li a::after {
    content: "\e932";
    position: absolute;
    font-family: icomoon, fantasy !important;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    color: currentColor;
    opacity: 0;
}

.product-categories  li a.active::after, .product-categories li a:hover::after {
    opacity: 1;
}

.box-archive-prod  .product-item-thumbnail img {
    border-radius: 10px;
}

.post-group:not(:last-child) {
    margin-bottom: 30px;
}


/* single */

h1.product_title.entry-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--bic-primary-color);
}

.woocommerce-product-gallery {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.woocommerce-product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quantity {
    display: flex;
}

.quantity input[type="number"]::-webkit-inner-spin-button,.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

button.minus {
    border: 1px solid var(--bic-primary-color);
    background: transparent;
    cursor: pointer;
    color: #241F21;
    border-radius: 5px 0 0 5px;
    height: 46px;
    width: 46px;
}
.quantity .input-text  {
    width: 62px;
    text-align: center;
    -webkit-appearance: textfield;
    margin: 0;
    border-top: 1px solid var(--bic-primary-color);
    border-bottom: 1px solid var(--bic-primary-color);
    background: transparent;
    cursor: pointer;
    color: #222;
    height: 46px;
    border-radius: 0;
}

button.plus {
    border: 1px solid var(--bic-primary-color);
    background: transparent;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    color: #241F21;
    height: 46px;
    width: 46px;
    font-size: 20px;
}

form.cart {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

button.single_add_to_cart_button.button.alt {
    padding: 14px 40px;
    height: 56px;
    background: var(--bic-secondary-color);
    text-transform: uppercase;
}

.product-detail-btn  {
    padding: 14px 40px;
    height: 56px;
    
}

.product-detail-btn a {
    text-transform: uppercase;
    color: #fff;
}

button.button.buy-now-btn {
    display: none;
}

.prod_code {
    color: #7D8184;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
}

.prod_code span {
    font-size: 14px;
    color: #000;
}

ul.detail-prod {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex
;
    flex-wrap: wrap;
    row-gap: 20px;
}

li.detail-prod-item {
    flex: 0 0 50%;
    max-width: 50%;
    color: #7D8184;
}

li.detail-prod-item span {
    color: #000;
    font-weight: 500;
}

p.stock.in-stock {
    display: none;
}