@font-face {font-family: 'Bebas';src: url('/template/css/fonts/Bebas.ttf');}

.v_paginate {
    display: flex;
    justify-content: center;
}

.fix-height-image .owl-item img {
    display: inline-block;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.coccoc-alo-ph-img-circle-text {
    display: none;
}
.content_cat {
    position: absolute;
    max-width: 290px;
    top: 0;
    bottom: 5px;
    overflow-y: auto;
    scrollbar-color: #adadab #e4e4e4;
    scrollbar-width: thin;
}

.content_cat::-webkit-scrollbar{width:3px}
.content_cat::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:100px}
.content_cat::-webkit-scrollbar-thumb{border-radius:100px;border:3px solid rgba(0,0,0,.18);border-left:0;border-right:0;background-color:#8070d4}

._box-pr {
    background-color: white;
    border: 1px #f2f2f2 solid;
    padding: 6px 5px 7px;
    height: 310px;
    overflow: hidden;
}
._box-pr img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}
._btn-add-cart img {
    height: auto !important;
}
.owl-carousel .owl-item img {
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
    width: 200px !important;
}
.hero-slider .owl-carousel .owl-item img {
    height: 210px;
    width: 100% !important;
}

.img_news {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.product-card {
    padding: 7px;
}
.img_product_menu {
    border-radius: 5px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.product-card .product-title {
    margin-bottom: 5px;
}
#slider .owl-carousel .owl-item img {
    height: auto;
}

.img-fluid {
    max-width: 100% !important;
    width: 100% !important;
}
.slider-post-new .owl-carousel .owl-item img {
    max-width: 100% !important;
    width: 100% !important;
    height: 250px;
}

.custom-slider-product img {
    height:  auto !important;
}

.info_cart_lo {
    display: flex;
    justify-content: space-between;
    height: 34px;
}

.info_cart_lo ._btn-add-cart {
    padding: 0;
}

.info_cart_lo ._price {
    display: flex;
    align-items: center;
}
.info_cart_lo ._price span {
    margin-left: 5px;
}

._box-pr ._name-pr a {
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3em;
    white-space: normal;
}

._box-pr {
    height: 300px;
}

._menuD li a {
    font-size: 13px;
}

._see-all {
    font: 15px 'Roboto-Regular';
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.v_flex {
    display: flex;
}
.v_flex .left {
    width: 30%;
}

.v_flex .right {
    width: 70%;
}

._btn-add-cart {
    display: flex;
    align-items: center;
}
.btn-select, .btn-select:active, .btn-select:visited, .btn-select:link  {
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px;
    background-color: green;
    text-decoration: none;
}
.btn-select:hover {
    color: white;
    background-color: #87ca5b;
}

@media screen and (min-width: 768px) {
    .content_cat {
        overflow: visible;
    }
}

@media screen and (max-width: 768px) {
    .v_flex {
        flex-direction: column-reverse;
    }
    .v_flex .left,
    .v_flex .right {
        width: 100%;
        margin: 0;
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    .shopping-cart .product-item, .wishlist-table .product-item, .order-table .product-item {
        min-width: auto;
    }

    .shopping-cart td {
        font-size: 12px !important;
    }

    .shopping-cart input[type="number"] {
        width: 55px;
    }

    .shopping-cart .product-info span {
        font-size: 12px !important;
    }
    .shopping-cart .count-input, .wishlist-table .count-input, .order-table .count-input {
        width: auto;
    }

    ._btn-add-cart {
        width: auto;
    }
}

/* Keep the product image zoom preview below the sticky header and its dropdowns. */
.mz-zoom-window {
    z-index: 99990;
}

/* The category sidebar becomes fixed while scrolling; keep its nested menus above product cards. */
._sidebar {
    z-index: 99990;
}
