@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Urbanist:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Urbanist', sans-serif; */
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a {
    color: #222 !important
}

html,
body {
    padding: 0;
    margin: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-size: 22px;
}

p {
    margin: 1em 0;
}


nav:not(.mm-menu) {
    display: none;
}

.w100 {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated4 {
    animation-duration: 4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: both
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.animation-slash {
    -webkit-animation-delay: 0.6s !important;
    -moz-animation-delay: 0.6s !important;
    -ms-animation-delay: 0.6s !important;
    -o-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    /* animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275); */
}

.banner::after {
    -webkit-transition: opacity .8s ease .15s;
    transition: opacity .8s ease .15s;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: 0;
}

.btn-black {
    background-color: #000 !important;
    color: #FFF !important;
    border-radius: 5px !important;
    cursor: pointer;
    padding: 10px 40px !important;
}
.btn-white {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 5px !important;
    cursor: pointer;
    padding: 10px 40px !important;
}
.btn-pink {
    background-color: #c31e8a !important;
    color: #fff !important;
    border-radius: 5px !important;
    cursor: pointer;
    padding: 10px 40px !important;
}
.filter-box a{color:#919191 !important}
.logo {
    max-height: 100px !important;
    height: auto;
    width: auto;
    margin: auto;
}
.fixed-top .logo {
    max-height: 70px !important;
    height: auto;
    width: auto;
    margin: auto;
}
.fixed-top .products-menu .child{top:67px !important}
.title-with-icon{color:#13693a !important;text-transform:uppercase}
/*
.title-with-icon::before{
    content: "";
    display: block;
    background: url(image/title-ima-pink.png) no-repeat;
    width: 60px;
    height: 30px;
    margin: auto;
    text-align: center;
}
.title-with-icon::after{
    content: "";
    display: block;
    background: url(image/title-ima-pink.png) no-repeat;
    rotate: 180deg;
    width: 60px;
    height: 30px;
    margin: auto;
    text-align: center;
}
*/
.title-with-icon-white{text-transform:uppercase}
/*
.title-with-icon-white::before{
    content: "";
    display: block;
    background: url(image/title-ima-white.png) no-repeat;
    width: 60px;
    height: 30px;
    margin: auto;
    text-align: center;
}
.title-with-icon-white::after{
    content: "";
    display: block;
    background: url(image/title-ima-white.png) no-repeat;
    rotate: 180deg;
    width: 60px;
    height: 30px;
    margin: auto;
    text-align: center;
}
*/

header {
    /* box-shadow: 0 4px 4px rgb(0 0 0 / 25%); */
    background: #FFF;
    z-index: 999;
    position: relative;
}

header.fixed-top #header {
    height: 70px;
}

.header-text-menu {
    background-color: #3468ac;
    padding: 5px 0px;
    font-size: 13px;
    color: #FFF;
}

.header-text-menu ul {
    list-style: none;
}

.header-text-menu a {
    color: #fff;
    font-size: 13px;
}

.header-text-menu a:hover,
.header-text-menu a:active {
    color: #fff;
}

#top-menu {
    list-style: none;
    height: 100px;
}

#top-menu li {
    margin-left: 0;
}

#top-menu li a {
    color: #fff; 
}

#top-menu li:hover a,
#top-menu li:active a {
    color: #fff;
}

#top-menu li::after {
    border: 1px solid #ccc;
}

#header {
    background-color: #fff;
    height: 100px;
    border-bottom: 1px solid #e8e8e8cc;
    align-items: center;
}

.header-menu.fixed-top {
    background-color: #1f78b8;
    padding: 0;
    max-height: 70px;
}

.header-menu.fixed-top .logo {
    max-height: 70px;
}

.list-style-none {
    list-style: none;
}

.header-right .desktop_cart {
    padding: 40px 0;
}

.fixed-top #headerCarousel {
    display: none;
}

#search-button {
    background-color: #c31e8a !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#search-button i {
    color: #fff !important;
}

.header-right .info-hotline .img {
    background: url(image/phone-icon.gif) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-bottom: 0;
    top: 2px;
    position: relative;
    display: inline;
}

.desktop-menu {
    min-height: 59px;
}

.mh80 {
    min-height: 80px;
}

.mh72 {
    min-height: 72px;
}

.after-slideshows .bg1 {
    background: #f5eee3
}

.after-slideshows .bg2 {
    background: #fbf8f2;
}

.after-slideshows a span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #333133;
}

.slideshows h2 {
    font-weight: 600;
    font-size: 56px;
}

.promotion.mh72 {
    background: #E2967F;
    border-radius: 5px 5px 0 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

 
.product_categorires a {
    color: #222;
}

.intro-slider {
    position: relative;
}

.carousel-inner {
    max-height: 800px;
}

.carousel-inner img {
    max-height: 800px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}

.carousel-control-prev {
    height: 43px !important;
    top: 50% !important;
    padding: 10px !important;
    left: 22px !important;
    border: 1px solid #000 !important;
    border-radius: 100px;

}

.carousel-control-next {
    height: 43px !important;
    top: 50% !important;
    padding: 10px !important;
    right: 22px !important;
    border: 1px solid #000 !important;
    border-radius: 100px;
}
 

.nav-item a {
    padding: 0 0 4px;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}

.nav-item a.active {
    border-bottom: 1px solid #198754;
    color: #198754;
}

.nav-item a:hover,
.nav-item a.active:active {
    color: #198754 !important;
}

.product-item .product-image-wraper {
    background: #ffffff;
}

.product-item .product-image-wraper {
    padding: 5px;
    border: 1px solid #198754;
    overflow: hidden;
    position: relative;
}
 

.mega_menu {
    top: 62px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
}
.fixed-top .mega_menu {
    top:60px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
}

.mega_menu_cate_list {
    background: #FFF;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 25%) 0 16px 16px, rgb(0 0 0 / 17%) 0 4px 9px;
    margin-top: 37px !important;
}

.fixed-top .mega_menu_cate_list {
    background: #FFF;
    margin-top: 10px !important;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 25%) 0 6px 16px, rgb(0 0 0 / 17%) 0 4px 9px;
}

.products-menu:hover .mega_menu {
    display: block !important;
}

.products-menu .child {
    position: absolute;
    background: #FFF;
    list-style: none;
    padding: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    z-index: 9999;
    display: none;
    top: 99px !important;
}

.products-menu .child li {
    border-bottom: 1px solid #cecece;
    padding: 5px 0px;
}

.products-menu .child li a {
    font-weight: 400;
    color: rgb(51, 49, 51) !important;
    font-size: 14px !important;
    text-transform: none !important;
}

.products-menu:hover .child {
    display: block !important;
}

.products-menu .child:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3f3f3f;
    display: block !important;
    width: auto;
    border: none;
    margin-left: 0;
    width: 40%;
}

.products-menu .child2 {
    position: absolute;
    background: #FFF;
    list-style: none;
    padding: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    z-index: 9999;
    display: none;
}

.products-menu .child2 li {
    border-bottom: 1px solid #cecece;
    padding: 5px 0px;
}

.products-menu .child2 li a {
    font-weight: 400;
    color: rgb(51, 49, 51) !important;
    font-size: 14px !important;
    text-transform: none !important;
}

.products-menu:hover .child2 {
    display: flex !important;
    top: 138px;
}

.products-menu .child2:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3f3f3f;
    display: block !important;
    width: auto;
    border: none;
    margin-left: 0;
    width: 40%;
}

.text-danger {
    color: #DB4946 !important
}

.price-area {
    font-size: 14px;
    font-weight: 700;
}

.homepage-news-title:before {
    content: '';
    width: 40px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #333133;
}

.products-menu:hover .child a {
    border-bottom: none;
}

.partner_slide img{width: auto !important;background-color: transparent !important;}

.linhvuc-item::after {
    content: "";
    display: block;
    background: url(../img/linhvucborder.png) repeat-x;
    width: 100%;
    height: 350px;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 0%;
    background-position: bottom;
}
.linhvuc_content {z-index: 99;width: 100%;}
.linhvuc_content div{font-size: 20px;font-weight: bold;}
.linhvuc_content h2{font-size: 20px;}
.feedback-customer .nav-btn i{color: #FFF !important;}
.owl-carousel .owl-nav,
.owl-carousel.owl-theme .owl-nav {
    float: none;
    vertical-align: top;
    margin: 0px 0px;
    padding-bottom: 10px;
    position: absolute;
    top: 40%;
    display: block !important;
}

button.owl-prev {
    position: absolute;
    left: 0;
}

button.owl-next {
    position: absolute;
    right: 0;
}
 

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav .owl-prev,
.testimonial-section .owl-carousel .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 40px;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.owl-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.oc_case .owl-nav {
    display: flex !important;
}

.oc_specialproduct .owl-nav {
    display: flex !important;
}

.homepage .owl-carousel .owl-item img {
    background: #fff;
    /* max-height: 250px;
    min-height: 250px;
    width: auto !important;
    max-width: 250px; */
    margin: auto;
}

.owl-carousel .owl-item img {
    background: #fff;
    /* width: auto !important;
     max-width: 210px;    
    max-height: 210px;
    min-height: 210px; */
    margin: auto;
}

.product-cate-lv2 img {
    background: #fff;
    max-height: 196px;
    min-height: 196px;
    width: auto !important;
    max-width: 196px;
    margin: auto;
}


.category-view-more {
    width: 50%;
    margin: auto;
    border-bottom: 2px solid #008d78;
    padding: 20px;
    font-weight: bold;
}

.category-view-more:hover {
    width: 90%;
}

.product-detail .product-images>div {
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.product-box-border .view-product {
    background: #0b6eab;
    text-align: center;
    color: #FFF;
    padding: 5px;
}

.product-title {
    color: #666;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: relative;
    padding: 15px 15px 0;
    text-align: left;
    margin: 0 0 -4px;
}

.contact-area {
    border-top: 40px solid rgb(254, 215, 80);
    background: rgb(39, 54, 71);
}

.product-description {
    color: #777777;
    line-height: 24px;
    font-size: 16px;
    position: relative;
}

#products .product-title,
.product-miniature .product-title {
    margin: 0 0 12px;
    line-height: 15px;
    font-weight: 400;
}

.box {
    box-shadow: 2px 2px 10px rgb(192 192 192 / 40%);
    -moz-box-shadow: 2px 2px 10px rgba(192, 192, 192, .4);
    -webkit-box-shadow: 2px 2px 10px rgb(192 192 192 / 40%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.yellow {
    color: darkorange
}

.product-add-to-cart {
    position: absolute;
    bottom: 0;
    background: #FFF;
    display: none;
}

.aNews {
    position: relative;
    margin-top: 18px;
    padding-top: 1em;
    display: block;
    font-weight: bold;
    height: 90px;
    font-size: 14px;
}

.aNews:before {
    content: '';
    width: 40px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #333133;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.add-to-cart {
    background: #FFF;
    padding: 0 !important;
    border: none !important;

}

.product-item:hover .product-add-to-cart {
    display: block !important;

}

.product-item:hover .product-price-and-shipping {
    opacity: 0;
}

.boxcate_description.minheight {
    max-height: 50px;
    overflow: hidden;
    position: relative;
}

.boxcate_description.minheight.opened {
    max-height: 100% !important;
}

.footer p {
    margin-bottom: 0.5rem;
}

.breadcrumb {
    background: #f5f5f5 !important;
    text-align: center;
    padding: 40px 0 !important;
    margin-bottom: 30px !important;
   
    position: relative;
}

.breadcrumb .page_title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
}

#wrapper .breadcrumb a:hover,
#wrapper .breadcrumb a:last-child {
    color: #000;
}

.breadcrumb a {
    color: #000 !important;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: capitalize;
}

.page-content-detail img {
    width: 100%;
}

.header_box {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: left;
    color: #ffffff;
    padding: 15px 20px;
    background: #198754;
    text-transform: uppercase;
    border: none;
    position: relative;
}

.category_sub_box {
    background: #faf6f3;
}

.subcategory_item {

    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    padding: 7.5px 9.7px;
    background: #222222;
    color: #fff;

}

.products_category .products-decs {
    margin-top: 10px;
}

#subcategories {}

.pagination {
    float: none;
    vertical-align: top;
    width: 100%;
    padding: 15px 5px 10px;
    margin: 0;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background: #0b6eab !important;
    border: 1px solid #0b6eab !important;
}

/* .pagination nav:not(.mm-menu){display: block !important;}
.pagination svg{width: 30px;}
.pagination .flex-1{display: none;}
.pagination p.leading-5{display: none;}
.pagination a{text-decoration: none;}
.pagination span>span>span {
    border: none !important;
}

.pagination span>span {
    background: #198754 !important;
    padding: 8px 12px !important;
    text-align: center !important;
    color: #FFF;
    font-weight: bold;
} */
.product_header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
}

.product_header a {
    background: #fff;
    top: 9px;
    position: relative;
    padding-right: 16px;
}

.product-zoom-img {
    padding: 5px;
    border: 5px solid #777;
    overflow: hidden;
}

.thumb-container {
    margin: 6px 0px;
    padding: 5px;
    border: 5px solid #198754;
    overflow: hidden;
}

.discount-product-detail {
    background: #198754;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    display: inline-block;
    line-height: normal;
    margin: 0 5px;
}

.product-quantity .qty .input-group {
    width: 110px;
    vertical-align: middle;
    float: left;
    background: #faf6f3;
    display: flex;
}

.product-description {
    color: #777777;
    line-height: 24px;
    font-size: 16px;
}

.product-details .nav-pills {
    text-align: center;
    border: none;
    background: #198754;
    margin-bottom: 0 !important;
    padding: 15px 10px 10px;
}

.product-details .nav-item a {
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    position: relative;
    display: inline-block;
}

.product-details .nav-item:hover a {
    color: #FFF !important;
}

.product-details .nav-item a.active {
    border: none;
    color: #FFF
}

.product-details .tab-pane {
    padding: 20px 30px 10px;
    background: #faf6f3;
}

.oc_other_image .owl-nav {
    justify-content: space-between;
    top: 33%;
    position: absolute;
    width: 100%;
}

.oc_related_products .owl-nav {
    display: flex !important;
}

.articleContent-thumb {
    position: relative;
}

.articleContent-thumb:before {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-top: 1px solid #198754;
    border-bottom: 1px solid #198754;
    border-left: 1px solid #198754;
    border-right: 1px solid #198754;
}

#sdsblogArticle .articleContent .sdsarticleHeader {
    margin-bottom: 15px;
}

.post_meta>div {
    color: #222222;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding-right: 12px;
    margin-right: 10px;
}

.card-block {
    border-bottom: 1px solid #CCC;
    padding: 15px;
}

.card-total {
    padding: 15px;
}

.card-discount {
    background: #198754;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    display: inline-block;
    line-height: normal;
    margin: 0 5px;
}

.header-search .dropdown-menu.show {
    min-width: 270px;

    padding: 5px;
    border-radius: 3px;
}

#widget-contact {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 155px;
    z-index: 9999999;
}

#widget-contact a {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 13px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 25%);
}

#widget-contact img {
    width: 100%;
}
 
.show-quick-item {
    display: none;
}

.owl-item:hover .product-images img {
    background-color: #000 !important;
    opacity: 0.4;
}

.owl-item:hover .show-quick-item {
    display: block;
}

.product-cate-lv2 .product-box-border:hover .show-quick-item {
    display: block;
}

.product-detail-wrap .product-box-border:hover .show-quick-item {
    display: block;
}

.news-details .product-box-border:hover .show-quick-item {
    display: block;
}

.qv-product-image {
    text-align: center;
}

.qv-product-image img {
    max-height: 300px;
    width: auto !important;
    margin: auto;
}

.news-images img {
    max-height: 178px;
}

.homepage-category {
    font-size: 20px;
    padding-top: 10px;
}

.homepage-category-images img {
    max-width: 110px;
    max-height: 110px;
}

footer {
    background-color: #f8f8f8;
    color: #000;
}

footer a {
    color: #000 !important;
    font-size: 14px;
}

.before_footer a {
    color: #222;
    text-decoration: none;
}

.is-divider {
    height: 2px;
    width: 50px; 
    margin-bottom: 10px;
}

.bestseller .banner h2{color:#FFF;font-size:24px;}
.bestseller .banner p{color: white;font-size: 18px;}
.cart_quantity{display:flex}
@media (max-width: 480px) {
 
    .slideshows {
        padding: 0 !important
    }

    #header {
        height: auto;
    }

    .header-center {
        display: flex;
    }

    .slideshows .intro-slider {
        padding: 5px 12px 0 12px !important;
    }

    .logo {
        width: 100%;
    }

    .header-menu.fixed-top .logo {
        max-height: 40px;
    }

    .header-menu.fixed-top {
        max-height: 50px;
    }

    .header-menu.fixed-top .nav-bar {
        max-width: 30px !important;
    }

    .header-menu.fixed-top #mmenu i {
        font-size: 30px !important;
    }

    .fixed_none {
        display: none !important;
    }

    .homepage-category-area {
        display: flex;
        overflow: scroll;
    }

    .logo_area {
        text-align: center;
        margin: auto;
    }

    .intro-slider {
        margin: 20px 0;
    }

    .carousel-control-prev {
        top: 37% !important;
    }

    .carousel-control-next {
        top: 37% !important;
    }

    .cart-price-block {
        flex-direction: column
    }

    .product-title {
        text-align: center !important;
    }

    .product-price-and-shipping {
        text-align: center;
    }

    .product-add-to-cart {
        position: relative;
        text-align: center;
        display: block;
    }

    .product-item .product-image-wraper {
        padding: 5px;
        border: 1px solid #198754;
        overflow: hidden;
    }

    .product-item .product-image-wraper img {
        max-height: 230px;
    }

    .product-title-detail {
        margin-top: 10px !important;
    }

    .may-la-hoi-thoi-phom .cover_image img {
        max-height: 126px !important;
    }

    .product-image-wraper img {
        max-height: 220px !important;
    }

    #footer_newsletter {
        padding: 5px 10px;
    }

    .block_newsletter form input[type=email] {
        min-height: 38px;
        padding: 8px 20px;
    }

    .product-zoom-img {
        border: 2px solid #198754;
    }

    .header-menu {
        padding: 0 !important;
    }

    .products_category .product-title {
        font-size: 14px !important;
    }

    .product-title a {
        font-size: 14px !important;
    }
 

    .homepage .owl-carousel .owl-item img {
        background: #fff;
        margin: auto;
        max-height: 178px;
        width: auto !important;
        max-width: 178px;
    }
    

    .homepage-category-area>div {
        flex-wrap: nowrap !important;
    }

    .homepage-category-area>div img {
        width: 125px !important;
        height: 125px !important;
        max-height: 125px !important;
        min-width: 125px !important;
    }

    .cate-items-list {
        padding: 0 15px !important
    }

    .homepage-category {
        font-size: 18px;
        padding: 5px;
        padding-top: 14px;
    }

    .owl-carousel .owl-item img {
        background: #fff;
        margin: auto;
        min-height: auto !important;
        min-width: auto !important;
        width: 100% !important;
    }
    
    .owl-carousel .owl-item .partner_slide img {
        width: auto !important;
        background-color: transparent !important;
    }

    .news.box {
        padding: 0;
    }
	.product-detail-wrap h1{font-size:16px !important;}
	.cart_quantity{display:none !important}
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
    #top-menu li a {
    font-size: 14px;}

}

@media (min-width: 995px) {
    .product-cate-lv2 img {
        max-height: 130px !important;
        max-width: 130px !important;
        min-height: 130px;
    }
}

@media (min-width: 1200px) {

    .news-images img {
        min-height: 214px !important;
    }

    .product-cate-lv2 img {
        max-height: 166px !important;
        max-width: 166px !important;
        min-height: 166px;
    }

    .product-box-border .product-images:before {
        background-size: contain;
    }

}

@media (min-width: 1441px) {}

@media (min-width: 1751px) {}