/* General */
.preloader {
    align-items: center;
    background: #800012;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition-duration: 0.5s;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    flex-wrap: nowrap;
    flex-direction: column;
}

ul.megamenu:before, ul.megamenu:after{
    display: none;
}
.is-sticky #top-bar{
    display: none;
}

#top .container {
    padding: 25px 0;
}

.is-sticky #top .container{
    padding: 20px 0;
}

.sale{
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 13px !important;
    font-weight: normal;
}

.horizontal{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1 !important;
    box-shadow: none !important;
    padding: 2px 5px !important;
    bottom: 0 !important;
    top: unset !important;
    height: 40px !important;
}

.horizontal.big-db{
    height: 40px !important
}

.full-width-content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }
  
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

.button,
.btn{
    text-transform: capitalize !important;
}

.button:hover,
.btn:hover{
    border: 1px solid #a00015 !important;
}

select {
  height: auto !important;
}

.filter-product .box-heading{
    justify-content: center;
}

.cta-button:hover{
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    background: #a00015;
    color: #fff;
    font-weight: 500;
}

.cta-button{
    border: 1px solid #a00015;
    border-radius: 6px;
    width: 140px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a00015;
    transition: 0.3s;
}

.box-heading{
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    background: none !important;
    border: none !important;
}

.count_holder_small{
    display: none;
}

/* Popup */
.popup-member {
    text-align: center;
    padding: 20px;
}

.popup-description {
    margin-top: 30px;
    text-align: center;
    padding: 0 30px;
}

.popup-description .main-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.popup-description .cta-button{
    width: auto;
    padding: 0 20px;
}

/* Page Banner */
.breadcrumb .clearfix{
    padding: 0 !important;
}

.breadcrumb .background{
    padding: 100px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
}

.breadcrumb #title-page,
.breadcrumb #title-page{
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: normal !important;
}

.breadcrumb .container ul {
    display: none;
}

/* Top Menu */
ul.megamenu li.with-sub-menu:last-child .sub-menu .content{
    left: 80px;
    position: relative;
}

#top-bar .row{
    display: flex;
    align-items: center;
}

#top-bar .col-sm-3{
    width: 75%;
}

#top-bar .welcome-text{
    display: flex;
    gap: 45px;
    font-size: 13px;
}

#top-bar .welcome-text .phone:before{
    content: "\f095";
    font: normal normal normal 12px / 1 FontAwesome;
    margin-right: 10px;
}

#top-bar .welcome-text .email:before{
    content: "\f0e0";
    font: normal normal normal 12px / 1 FontAwesome;
    margin-right: 10px;
}

#top-bar #top-bar-right{
    width: 25%;
    font-size: 13px;
}

#top-bar-right .dropdown-menu{
    margin-top: 17px;
    width: 150px;
    border: none;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

#top-bar-right .dropdown-toggle img{
    display: none;
}

#top-bar-right a.dropdown-toggle:before{
    content: '\f0ac';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

#top-bar-right a.dropdown-toggle{
    font-size: 14px;
}

#top-bar-right ul{
    padding: 10px!important;
    right: 0 !important;
}

#top-bar-right ul li a img{
    display: none;
}

#top-bar-right ul li a{
    font-size: 15px;
    color: #4B4B4B;
    padding-left: 15px !important;
}

#top-bar-right ul li a:hover{
    background: #a00015 !important;
    border-radius: 4px;
    color: #fff;
}


/* Main Menu */
.container-megamenu ul.megamenu{
    background: none;
    display: flex;
    gap: 15px;
}

.with-sub-menu.hover a span:after {
    content: "\f0dd" !important;
    color: #A00015;
    position: absolute;
    left: unset !important;
    top: 5px;
    width: auto !important;
    height: auto !important;
    float: right !important;
    right: 0px;
    font: normal normal normal 12px / 1 FontAwesome;
    font-weight: 900;
}

ul.megamenu > li > a{
    height: unset;
    padding: 0 15px;
}

ul.megamenu > li > a.active:before,
ul.megamenu > li > a:before{
    display: none;
}

ul.megamenu li a strong{
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

ul.megamenu > li > .sub-menu{
    border-radius: 0 0 7px 7px;
    transform: translatex(-25px);
}

html[lang="cn"] ul.megamenu > li.with-sub-menu:nth-child(4) .sub-menu{
    transform: translatex(5px);
}

html[lang="cn"] ul.megamenu > li.with-sub-menu:last-child .sub-menu{
    transform: translatex(-40px);
}

ul.megamenu li .sub-menu .content{
    text-align: left;
    padding: 15px;
    background: rgba(255,255,255,0.9) !important;
    border: none;
    border-radius: 0 0 7px 7px;
}

ul.megamenu li .sub-menu .content .menu a{
    margin: 0;
    padding: 5px 10px;
    background: none;
    height: auto;
    font-weight: normal;
    color: #4B4B4B;
}

ul.megamenu li .sub-menu .content .menu a:hover{
    background: #A00015;
    border-radius: 3px;
    color: #fff
}

ul.megamenu li .sub-menu .content .menu > ul > li{
    padding: 0;
}

#header-center{
    display: flex;
    justify-content: center;
    padding: 0;
}

#header-right{
    padding: 0;
    /* padding-top: 16px !important; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header-right .search_form{
    width: 65% !important;
    margin: 0 !important;
}

.search_form .button-search{
    display: block !important;
}

#top .search_form input {
    display: block !important;
    padding: 0 40px 0 20px;
    border-color: transparent !important;
    border-radius: 18px;
    background: #f2f2f2;
    font-size: 14px;
    color: #616161 !important;
}

.search_form .button-search:before{
    display: none;
}

a.smartsearch-brand:hover,
a.smartsearch-category:hover,
a.smartsearch-product:hover{
    color: #fff !important;
}

a.smartsearch-product:hover span:first-child{
    color: #fff !important;
}

a.easydrawer[data-easydrawer-id="drawer-account"]{
    margin: 0 20px 0 30px;
}

.easydrawer #total_price {
    display: flex;
    align-items: center;
    background-color: #a00015;
    color: #fff;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: -12px;
}

.click-menu.hover-menu{
    overflow-y: scroll;
    max-height: 70vh;
}


/* Slideshow */
.tp-bullets .bullet{
    background: #ffffff !important;
    border: #ffffff !important;
}

.tp-bullets .bullet.selected{
    background: #a00015 !important;
}


/* Home Page */
.homepage .main-content .container{
    padding-bottom: 0 !important;
}

.partnership-home{
    margin: 20px 0 10px;
}

.partnership-table {
    display: block;
    width: 100%;
    padding: 0 45px;
    margin-top: 40px;
}

.partnership-home .owl-stage:hover{
    cursor: grab;
}

.partnership-table .owl-nav {
    position: absolute;
    top: 20%;
    margin: 0;
    width: 100%;
}

.partnership-table .owl-nav .owl-prev {
    left: -10% !important;
    position: absolute;
}

.partnership-table .owl-nav .owl-next {
    right: -10% !important;
    position: absolute;
}

.partnership-table .owl-nav .owl-prev,
.partnership-table .owl-nav .owl-next {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 16px 0 rgba(4, 6, 12, 0.16);
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnership-table .owl-nav .owl-prev i:before,
.partnership-table .owl-nav .owl-next i:before{
    font-size: 30px;
    color: #a00015 !important;
    font-weight: 100;
    font-family: "Font Awesome 5 Free", FontAwesome;
}

.partnership-table .owl-carousel .owl-item,
.partnership-table .owl-carousel .owl-item a{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .partnership-table .owl-carousel .owl-item img{
    max-height: 100px !important;
    max-width: 100% !important;
} */


/* Home Categories Text Block */
.home-categories{
    margin: 50px 0;
}

.home-categories .col-sm-4{
    padding: 15px;
}

.home-categories .description {
    background-color: #F7F1E6;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background 0.5s ease-in-out, transform 0.2s ease-in-out;
}

.home-categories .description:hover h3{
    color: #fff !important;
}

.home-categories h3{
    font-size: 22px;
    margin: 0;
}


.home-categories .description img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.home-categories .arrow-button {
    background-color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    font-size: 18px;
    color: #a00015;
}

.home-categories .arrow-button i{
    font: normal normal normal 12px / 1 FontAwesome;
    color: #a00015;
    font-size: 16px;
}

.home-categories .canned-food .description:hover {
    background: url("/image/data/theme/banners/text_block/home/categories/orange-pattern_040325162923.png");
    background-size: cover;
    transform: scale(1.05);
}

.home-categories .sauces .description:hover {
    background: url("/image/data/theme/banners/text_block/home/categories/red-pattern_040325162923.png");
    background-size: cover;
    transform: scale(1.05);
}

.home-categories .chinese-tea .description:hover {
    background: url("/image/data/theme/banners/text_block/home/categories/green-pattern_040325162923.png");
    background-size: cover;
    transform: scale(1.05);
}

.home-categories .healthy .description:hover {
    background: url("/image/data/theme/banners/text_block/home/categories/brown-pattern_040325162923.png");
    background-size: cover;
    transform: scale(1.05);
}

.home-categories .noodle .description:hover {
    background: url("/image/data/theme/banners/text_block/home/categories/yellow-pattern_040325162923.png");
    background-size: cover;
    transform: scale(1.05);
}

.home-categories .dessert .description:hover {
    background: url("/image/data/theme/banners/text_block/home/categories/blue-pattern_040325162923.png");
    background-size: cover;
    transform: scale(1.05);
}


/* Product Slider */
.featured-product .box-heading{
    font-size: 50px !important;
    font-weight: 600 !important;
    text-align: center;
}

.featured-product .box-heading:after{
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: #d10b0b;
    top: 100px;
}

.product-grid .left:hover{
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.product-grid .left:hover,
.product-grid .left:hover .image{
    border-radius: 8px;
}

.product-grid .product .right{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120px;
    justify-content: space-between;
}

.product-grid .product .name{
    text-align: center;
}

.featured-product .prev,
.featured-product .next{
    border-radius: 100%;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0 2px 16px 0 rgba(4, 6, 12, 0.16);
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-product .prev{
    left: -6.5% !important;
}

.featured-product .next{
    right: -6.5% !important;
}

.featured-product .prev span:before{
    color: #a00015 !important;
    font-size: 30px;
    font-weight: 100;
    content: '\f104' !important;

}

.featured-product .next span:before{
    color: #a00015 !important;
    font-size: 30px;
    font-weight: 100;
    content: '\f105' !important;
}

.product-grid .product .image .product-actions{
    left: unset;
    right: 10px;
    display: flex;
}

/* About Us Text Block */
.home-aboutus{
    background: url(/image/data/theme/banners/text_block/home/our-story/about-bg_040325172443.png);
    background-size: cover;
    padding: 200px 0;
    margin-top: 100px;
    margin-bottom: 70px;
}

.home-about{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-about h2{
    font-size: 50px;
    font-weight: 600;
}

.home-about p{
    width: 65%;
    line-height: 1.75;
    font-size: 20px;
    color: #616161;
    margin-top: 30px;
    text-align: center;
}

.home-about .cta-button{
    margin-top: 50px;
}


/* Home Blog Module */
.boxPlain{
    background: url(/image/data/theme/blog/blog-module-bg_050325152720.png) no-repeat center bottom;
    background-size: cover;
    padding: 80px 0;
    margin-top: 100px;
    top: 10px;
}

.boxPlain .box-content{
    border: none !important;
}

.boxPlain .box-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxPlain .box-heading h2{
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.boxPlain .box-heading p{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 20px 0 50px;
    width: 55%;
    text-align: center;
}

.boxPlain .owl-nav {
    position: absolute;
    top: 40%;
    margin: 0;
    width: 100%;
}

.boxPlain .owl-nav .owl-prev,
.boxPlain .owl-nav .owl-next {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 16px 0 rgba(4, 6, 12, 0.16);
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxPlain .owl-nav .owl-prev{
    left: -6% !important;
    position: absolute;
}

.boxPlain .owl-nav .owl-next {
    right: -6% !important;
    position: absolute;
}

.boxPlain .owl-nav .owl-prev i:before,
.boxPlain .owl-nav .owl-next i:before{
    font-size: 30px;
    color: #a00015 !important;
}

.boxPlain .blog-item{
    background: #fff;
    padding: 5px 5px 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    max-height: 300px;
}

.boxPlain .blog-item p{
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
    width: 80%;
    line-height: 25px;
    /* overflow: hidden; */
}

.boxPlain .blog-item:hover{
    background: #a00015;
}

.boxPlain .blog-item:hover p{
    color: #fff;
    text-decoration: none;
}

.boxPlain .blog-item img{
    border-radius: 10px;
}

.blog-button{
    display: flex;
    justify-content: center;
}

.blog-button .cta-button{
    background: #fff;
    border: #fff;
    margin-top: 50px;
}

.blog-button .cta-button:hover{
    background: #a00015;
    border: #a00015;
    color: #fff;
}


/* Blog Category Page */
.blog-category-home .breadcrumb .background,
.blog-category .breadcrumb .background{
    background: url("/image/data/theme/blog/default/makmur-blog-hero_220425131400.png");
}

.blog-category-home #main .box.blogModule.boxCategory,
.blog-category #main .box.blogModule.boxCategory{
    margin: 0 -50vw 0 -50vw !important;
    border: none !important;
    padding: 20px 0;
}

.blog-category .boxCategory ul li:first-child,
.blog-category-home .boxCategory ul li:first-child{
    display: none;
}

.blog-category-home #main .box.blogModule.boxCategory .box-heading,
.blog-category #main .box.blogModule.boxCategory .box-heading {
    display: none;
}

.boxCategory.blogModule .box-heading{
    display: none;
}

.blogCategories ul {
    display: flex;
    list-style: none;
    column-gap: 30px;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 !important;
}

.blogCategories li {
    position: relative;
    padding: 10px 0 !important;
    background: none !important;
}

.blogCategories li a{
    color: #4B4B4B !important;
}

.blogCategories li .blogActive{
    color: #A00015 !important;
}

.blogCategories li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.blogCategories li a:hover{
    text-decoration: none !important;
}

.blogCategories li .blogActive:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #A00015;
    left: 0;
    bottom: 0;
}

.livemarks, .blog-filter {
    display: none;
}

.blog-category-home #blogCatArticles .article-description,
.blog-category #blogCatArticles .article-description{
    text-align: center;
}

.article-description h4{
    font-weight: 900 !important;
}

.blog-category #blogCatArticles .featured-image img{
    width: 370px;
    height: 216px;
    border-radius: 10px;
}

.blog-category-home .articleCat, 
.blog-category .articleCat{
    margin-bottom: 40px;
}


.blog-category-home .blogModule.boxPlain, 
.blog-category .blogModule.boxPlain{
    display: none;
}



/* Blog Article Page*/
.blog-article .center-column{
    padding-top: 0;
}

.blog-article .blogModule.boxCategory{
    display: none;
}

.blog-article .breadcrumb{
    display: none;
}

#blogArticle .articleHeader h1{
    text-align: center;
    font-size: 40px !important;
    font-weight: 600 !important;
}

#blogArticle .featured-image{
    display: flex;
    justify-content: center;
}

/* #blogArticle .featured-image img{
    width: 970px;
    height: 470px;
} */

#blogArticle .featured-image img{
    border-radius: 12px;
}

.ludoBlog{
    background-color: unset !important;
    border: unset !important;
    padding: 20px 8% !important;
}

.blog-article .ludoBlog img{
    border-radius: 15px;
}

.bottom-article{
    padding: 0 8% 5%;
}

.bottom-article:before{
    content:"";
    width: 100%;
    height: 1px;
    background: #BABABA;
    margin-bottom: 50px;
}

.back-to-listing {
    padding: 15px 20px;
    border: 1px solid #800012;
    color: #800012;
    border-radius: 8px;
    font-weight: 500 !important;
    font-size: 15px;
    transition: 0.3s;
}

.back-to-listing:hover{
    background: #800012;
    color: #fff;
}

.bottom-article .social_list{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.blog-article #blogArticle .boxPlain {
    display: none;
}

.blog-article #main .box.blogModule.boxPlain {
    margin: 0 -50vw 0 -50vw;
    border: none;
    background: none;
    padding: 70px 0;
}

.blog-article .boxPlain .box-heading:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: #d10b0b;
    top: 170px;
}

.blog-article .boxPlain .box-heading h2{
    color: #212121 !important;
}

.blog-article .boxPlain .box-heading p{
    display: none;
}

.blog-article .boxPlain .blog-button{
    display: none;
}

.blog-article .boxPlain .blog-item:hover{
    background: none;
}

.blog-article .boxPlain .blog-item p{
    width: 100%;
}

.blog-article .boxPlain .blog-item:hover p{
    color: #A00015;
}

.article-blog-heading{
    display: none;
}

.blog-article .home-blog-heading{
    display: none;
}

.blog-article .article-blog-heading{
    display: block;
}

.blog-article .boxPlain .box-content{
    margin-top: 30px;
}

.blog-article .boxPlain .box-content img{
    width: 370px;
    height: 216px;
    border-radius: 10px;
}

/* Pagination */
div.pagination{
    background: none;
    display: flex;
    justify-content: center;
}

div.pagination .results{
    display: none;
}

.pagination span, .pagination a {
    border: 1px solid #A7A7A7 !important;
    font-size: 14px;
    padding: 5px !important;
}

.pagination span {
    background: #a00015;
    color: #fff;
}

.pagination a {
    background: transparent;
}

/* Product Category */
.product-category .breadcrumb .background,
.product-manufacturer-info .breadcrumb .background{
    background: url("/image/data/theme/banners/product-category-banner_230425124843.png");
}

.product-category .box-category,
.product-manufacturer-info .box-category{
    margin-top: 45px !important;
}

.product-category .box-category .box-heading,
.product-category .mfilter-box .box-heading,
.product-manufacturer-info .box-category .box-heading,
.product-manufacturer-info .mfilter-box .box-heading{
    padding: 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-category .box-category .accordion,
.product-manufacturer-info .box-category .accordion{
    padding: 20px 0;
}

.product-category .box-category .accordion li,
.product-manufacturer-info .box-category .accordion li{
    padding: 10px 0 0;
}

/* .product-category .box-category .accordion li li,
.product-manufacturer-info .box-category .accordion li li{
    padding: 10px 0 10px;
}


.category-child{
    padding: 0 0 0 20px;
}

.category-child.active{
    background: #F3F3F3;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 5px;
}

.category-child.active a{
    color: #A00015;
} */
 
.product-category .box-category .accordion li li a{
    padding: 0 0 0 20px;
}

.product-category .box-category .accordion li a,
.product-manufacturer-info .box-category .accordion li a{
    display: block;
    padding: 0 20px;
}

.product-category .box-category .accordion li a.active,
.product-manufacturer-info .box-category .accordion li a.active{
    background: #F3F3F3;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 5px;
}

.product-category .mfilter-box .box-heading,
.product-manufacturer-info .mfilter-box .box-heading{
    padding: 0 0 15px;
    border-bottom: 2px solid #D4D4D4 !important;
}

.product-category .mfilter-button,
.product-manufacturer-info .mfilter-button {
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    top: 13px;
}

.product-category .mfilter-button a,
.product-manufacturer-info .mfilter-button a{
    margin: 0;
}

.product-category .mfilter-button-reset i ,
.product-manufacturer-info .mfilter-button-reset i{
    display: none;
}


.product-category .mfilter-content-wrapper,
.product-manufacturer-info .mfilter-content-wrapper{
    border: none;
    padding-bottom: 20px;
}

.product-category .mfilter-content li,
.product-manufacturer-info .mfilter-content li{
    border-bottom: 2px solid #D4D4D4 !important;
    padding-top: 10px;
}

.mfilter-price-inputs input,
.mfilter-search input{
    background: transparent !important;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
}

.mfilter-price-slider #mfilter-price-slider .ui-slider-handle {
    background: #94000E !important;
    border: none !important;
    z-index: 1;
}

.mfilter-heading-text span{
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.mfilter-tb-as-tr {
    border-top: 0px dashed #dcdcdc !important;
}

.mfilter-tb-as-tr .mfilter-col-input {
    border-color: #D7D7D7 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    background: transparent !important;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before {
    color: #94000E !important;
    font-size: 13px !important;
}

label.mfilter-tb-as-td {
    color: #000000;
    font-weight: normal;
}

.mfilter-tb-as-tr .mfilter-col-input input{
    top: unset !important;
    left: unset !important;
}

.product-category .mfilter-col-count {
    visibility: hidden;
}

.product-category .mfilter-heading.mfilter-collapsed .mfilter-head-icon::before,
.product-manufacturer-info .mfilter-heading.mfilter-collapsed .mfilter-head-icon::before{
    content: "\2b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.product-filter .options .button-group .active {
    color: #000 !important;
}

.product-filter .options .button-group button {
    color: #C0C0C0 !important;
}

.product-filter .options .product-compare,
.product-filter .list-options .limit {
    display: none;
}

.product-filter .list-options select {
    background-color: transparent;
    border-radius: 3px;
}

.product-category .product-grid .product .name{
    font-weight: bold;
}

.product-actions .fa-shopping-cart {
    background-image: url('/image/data/theme/icons/cart-icon_230425152433.png');
    background-size: fit;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
}

.product-actions .fa-shopping-cart::before {
    content: none;
}

.product-category .product-grid .product .name a,
.product-grid .product .name a{
    font-size: 16px;
    font-weight: bold;
}


/* Product Page */
.product-product .breadcrumb .background{
    padding: 0;
}

.product-product .breadcrumb #title-page {
    display: none;
}

.product-product .breadcrumb .container ul {
    display: block;
    float: left;
    margin: 20px 0;
    padding: 0;
    text-align: left !important;
    font-weight: 500;
}

.product-product .breadcrumb .container ul li a {
    font-size: 15px;
    color: #000 !important;
}

.product-product .breadcrumb .container ul li::before {
    content: "\f054";
    color: #000 !important;
    font: normal normal normal 12px / 1 FontAwesome;
    font-weight: 400; /* REQUIRED for solid icons */
    padding: 0 10px;
}

.product-product .breadcrumb .container ul li:last-child a{
    color: #94000E !important;
}

.product-product .product-title {
    font-weight: bold !important;
    margin: 0;
    font-size: 40px;
}

.product-info .description {
    display: none;
}

.sales_promo h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.75px;
    text-transform: uppercase !important;
    margin-bottom: 0;
}

.sales_promo #text {
    font-size: 15px;
    color: #212121 !important;
    margin-bottom: 5px !important;
}

.sales_promo #text:before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free", FontAwesome;
    color: #94000E;
    padding-right: 8px;
}

.reviews .rating {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.review {
    display: none;
}

.product-info .rating i {
    font-size: 16px;
}

.product-info .rating a {
    text-decoration: underline;
    color: #000000 !important;
}

.product-product .price-new{
    color: #000 !important;
    font-size: 24px !important;
}

.product-info .cart{
    padding-bottom: 20px;
}

.product-info .price{
    background: none;
}

.add-to-cart p{
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.product-info .cart .add-to-cart .quantity input {
    color: #212121;
    text-align: center;
    background: transparent !important;
    padding: 10px 40px;
    height: 48px;
    margin: 0;
    border: 1px solid #949494;
    width: 100%;
    font-size: 16px !important;
    border-radius: 5px;
    line-height: 48px;
}

.product-info .cart .add-to-cart .quantity #q_down {
    left: 11px;
    right: auto;
}

.product-info .cart .add-to-cart .quantity #q_down,
.product-info .cart .add-to-cart .quantity #q_up {
    position: absolute;
    right: 11px;
    height: 17px;
    width: 18px;
    font-size: 8px;
    line-height: 17px;
    display: block;
    text-align: center;
    border: 0;
    height: 48px;
    top: 0;
    padding-top: 0;
    line-height: 48px;
    width: 30px;
    color: #606060 !important;
}

.product-info .cart .add-to-cart .button {
    font-size: 16px;
    height: 48px;
    letter-spacing: 1.3px;
    padding: 0px 55px;
    margin-left: 10px;
    width: 350px;
    border-radius: 5px;
    font-weight: 400 !important;
    line-height: 48px;
}

.product-product .social_list{
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.thumbnails ul li a img.active {
    border: 2px solid #94000E; /* change to your desired border style */
}
  
.product-product .htabs .selected{
    background: #94000E;
    color: #fff;
}

.product-product .htabs a{
    padding: 7px 20px;
    margin-right: 10px;
    background: #F2E8D9;
    text-transform: uppercase;
    font-weight: normal;
    color: #94000E;
}

.product-product .htabs{
    margin-top: 50px;
    background: none;
    border-bottom: 2px solid #94000E;
}

#tab-description h2:first-child{
    font-size: 20px;
    font-weight: bold;
}


#tab-review .rating-review-detail {
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tab-review .rating-review-detail .rating-review {
    display: inline-flex;
    align-items: center;
}

#tab-review .rating-review-detail .rating-review p {
  margin-bottom: 0;
}

.rating.new a, 
.rating-review p {
  margin-left: 5;
  font-size: 14px;
  padding-top: 4px;
}

.add-review-button {
  float: right;
  margin: 0 !important;
}

.write-review-btn {
  background: transparent;
  color: #212121 !important;
  border: 1px solid #212121;
  padding: 0 35px;
  font-size: 16px;
  margin-top: 0px;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: normal;
  height: 48px;
  line-height: 48px;
  transition: 0.3s;
}

.write-review-btn:hover{
  color: #fff !important;
  background: #94000E;
  border-color: #94000E;
  text-decoration: none;
}

#collapsereview h2 {
  display: none;
}

.review-form-sect {
  width: 80% !important;
}

.review_form {
  height: 100% !important;
  display: flex;
}

.review_form p {
  color: #212121 !important;
  margin-top: 10px !important;
  font-size: 16px;
  font-weight: 500;
}

.review_form input[type="text"] {
  border-color: #dbdbdb;
  font-size: 16px;
  background: #fff;
}

.entry_review textarea {
  width: 83.33% !important;
  border: solid 1px #dbdbdb !important;
  height: 160px !important;
  background: #fff !important;
  font-size: 16px;
}

.star-review-rating {
  padding: 0;
}

.star-review-rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.star-review-rating:not(:checked) > label {
  width: 19px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #191919;
  margin-right: 8px;
  transition: 0.3s;
  margin-top: 5px;
}

.star-review-rating:not(:checked) > label:before {
  content: "\f005";
  font-weight: 100 !important;
  font: normal normal normal 20px / 1 FontAwesome;
}

.star-review-rating:not(:checked) > label.active:before {
  content: "\f005";
  font-weight: 900 !important;
  font: normal normal normal 20px / 1 FontAwesome;
  color: #d10b0b;
}

.text_note {
  float: right !important;
  padding-left: 0 !important;
}

#collapsereview .recaptcha {
  float: right !important;
  margin: 25px 0;
  padding-left: 0 !important;
}

#button-review {
  color: #fff !important;
  display: inline-block;
  padding: 0 30px;
  background-color: #d10b0b !important;
  font-size: 16px;
  font-weight: 500 !important;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.3sease;
  border-radius: 30px;
  height: 48px;
  line-height: 48px;
}

.product-product .recaptcha .buttons{
    overflow: visible;
}

div#review {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
}

.related-products-sect .box-heading h2{
    font-size: 50px !important;
    font-weight: 600 !important;
    text-align: center;
}

.related-products-sect .box-heading:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: #94000E;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}


.product-product .product-grid .product .name{
    font-weight: bold;
}

.product-product .product-grid .product .name a {
    font-size: 16px;
}

.product-product .owl-stage{
    margin: 0 auto;
}

.related-products-sect .container {
    position: relative;
}

.related-products-sect .next {
    right: -80px;
}

.related-products-sect .prev {
    left: -80px;
}

.related-products-sect .next, .related-products-sect .prev {
    margin: 0 !important;
    top: 50%;
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.related-products-sect .next:hover, 
.related-products-sect .prev:hover{
    background: #a00015;
}

.related-products-sect .next:hover:before, 
.related-products-sect .prev:hover:before{
    color: #fff;
}


.related-products-sect .next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free", FontAwesome;
    color: #a00015;
    display: block !important;
    text-align: center;
    font-size: 30px;
}

.related-products-sect .prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free", FontAwesome;
    color: #a00015;
    display: block !important;
    text-align: center;
    font-size: 30px;
}

div#review {
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.rating i.active,
.fa-star.active{
    color: #ED6600 !important;
}

.review-list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.author {
    order: 3;
}

.author span {
    display: none;
}

#review .review-list .text {
    margin: 7px 0;
    padding: 0;
    border: transparent !important;
    background: transparent !important;
    display: inline-block;
    font-size: 15px;
    order: 2;
    color: #212121;
}

.review-list .text:before,
.review-list .review-photos{
    display: none;
}


/* Checkout */
.checkout-cart .breadcrumb{
    display: none;
}

.checkout-checkout .breadcrumb .background{
    display: none;
}

/* Login & Register Page */
.login-content2 form h2:nth-child(3){
    text-align: left;
    margin: 0 auto;
    max-width: 80%;
}

.checkout-success .breadcrumb .background,
.account-success .breadcrumb .background,
.product-search .breadcrumb .background,
.account-account .breadcrumb .background,
.account-edit .breadcrumb .background,
.account-password .breadcrumb .background,
.account-address .breadcrumb .background,
.account-wishlist .breadcrumb .background,
.account-order .breadcrumb .background,
.account-account-vouchers .breadcrumb .background,
.account-newsletter .breadcrumb .background,
.account-logout .breadcrumb .background,
.account-address-insert .breadcrumb .background,
.account-address-update .breadcrumb .background,
.account-address-delete .breadcrumb .background,
.account-forgotten .breadcrumb .background,
.account-return-insert .breadcrumb .background,
.account-reward .breadcrumb .background,
.account-order-info .breadcrumb .background{
    background: url(/image/data/theme/banners/information-policies/makmur-plicy-banner_210425161722.png);
}


.account-account .main-content .col-sm-3,
.account-edit .main-content .col-sm-3,
.account-password .main-content .col-sm-3,
.account-address .main-content .col-sm-3,
.account-wishlist .main-content .col-sm-3,
.account-order .main-content .col-sm-3,
.account-account-vouchers .main-content .col-sm-3,
.account-newsletter .main-content .col-sm-3,
.account-logout .main-content .col-sm-3,
.account-address-insert .main-content .col-sm-3,
.account-address-update .main-content .col-sm-3,
.account-address-delete .main-content .col-sm-3,
.account-forgotten .main-content .col-sm-3,
.account-success .main-content .col-sm-3,
.account-return-insert .main-content .col-sm-3,
.account-reward .main-content .col-sm-3{
    padding-top: 45px;
}

.account-account .main-content .col-sm-3 .box,
.account-edit .main-content .col-sm-3 .box,
.account-password .main-content .col-sm-3 .box,
.account-address .main-content .col-sm-3 .box,
.account-wishlist .main-content .col-sm-3 .box,
.account-order .main-content .col-sm-3 .box,
.account-account-vouchers .main-content .col-sm-3 .box,
.account-newsletter .main-content .col-sm-3 .box,
.account-logout .main-content .col-sm-3 .box,
.account-address-insert .main-content .col-sm-3 .box,
.account-address-update .main-content .col-sm-3 .box,
.account-address-delete .main-content .col-sm-3 .box,
.account-forgotten .main-content .col-sm-3 .box,
.account-success .main-content .col-sm-3 .box,
.account-return-insert .main-content .col-sm-3 .box,
.account-reward .main-content .col-sm-3 .box{
    padding: 20px;
    border: 1px solid #adadad;
    border-radius: 5px;
}

.account-account .main-content .col-sm-3 .box-heading,
.account-edit .main-content .col-sm-3 .box-heading,
.account-password .main-content .col-sm-3 .box-heading,
.account-address .main-content .col-sm-3 .box-heading,
.account-wishlist .main-content .col-sm-3 .box-heading,
.account-order .main-content .col-sm-3 .box-heading,
.account-account-vouchers .main-content .col-sm-3 .box-heading,
.account-newsletter .main-content .col-sm-3 .box-heading,
.account-logout .main-content .col-sm-3 .box-heading,
.account-address-insert .main-content .col-sm-3 .box-heading,
.account-address-update .main-content .col-sm-3 .box-heading,
.account-address-delete .main-content .col-sm-3 .box-heading,
.account-forgotten .main-content .col-sm-3 .box-heading,
.account-success .main-content .col-sm-3 .box-headin,
.account-return-insert .main-content .col-sm-3 .box-heading,
.account-reward .main-content .col-sm-3 .box-heading{
    font-size: 18px;
    padding: 0;
}

.account-account .main-content .col-sm-3 .box-content,
.account-edit .main-content .col-sm-3 .box-content,
.account-password .main-content .col-sm-3 .box-content,
.account-address .main-content .col-sm-3 .box-content,
.account-wishlist .main-content .col-sm-3 .box-content,
.account-order .main-content .col-sm-3 .box-content,
.account-account-vouchers .main-content .col-sm-3 .box-content,
.account-newsletter .main-content .col-sm-3 .box-content,
.account-logout .main-content .col-sm-3 .box-content,
.account-address-insert .main-content .col-sm-3 .box-content,
.account-address-update .main-content .col-sm-3 .box-content,
.account-address-delete .main-content .col-sm-3 .box-content,
.account-forgotten .main-content .col-sm-3 .box-content,
.account-success .main-content .col-sm-3 .box-content,
.account-return-insert .main-content .col-sm-3 .box-content,
.account-reward .main-content .col-sm-3 .box-content{
    font-size: 15px;
}

.account-password .center-column h2,
.account-account .center-column h2,
.account-edit .center-column h2,
.account-address .center-column h2,
.account-address-insert .center-column h2,
.account-address-update .center-column h2,
.account-address-delete .center-column h2,
.account-account-vouchers .center-column h1,
.account-return-insert .center-column h2{
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.account-edit .buttons .right,
.account-password .buttons .right,
.account-address .buttons .right,
.account-wishlist .buttons .right,
.account-account-vouchers .buttons .right,
.account-newsletter .buttons .right,
.account-logout .buttons .right,
.account-address-insert .buttons .right,
.account-address-update .buttons .right,
.account-address-delete .buttons .right,
.account-logout .pull-right,
.account-success .buttons .pull-right {
    float: left !important;
    margin-left: 10px;
}

.account-password table.form td,
.account-edit table.form td{
    font-size:  15px;
    display: flex;
}

.account-password table.form td input,
.account-edit table.form td input,
.account-edit table.form td textarea {
    margin: 0 0 10px;
    font-size: 14px;
    width: 300px;
}

.account-address .well .address-item-btn {
    margin-top: 20px;
}

.account-address .address-list .row, .account-address-delete .address-list .row {
    display: flex;
    flex-direction: column;
    position: relative;
}

.account-order .buttons .right {
    float: left;
}

.account-account-vouchers #content .table {
    width: 100%;
    border-collapse: collapse;
}

/* Footer */
.footer-panel p:empty {
    display: none;
}


.footer .container{
    max-width: 100% !important;
    width: 80%;
}

.footer a,
.footer ul{
    font-size: 14px;
}

.footer-panel{
    width: unset;
}

.footer .row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer .row:before,
.footer .row:after{
    display: none;
}


.footer h4{
    background: none;
}

.footer h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #a00015;
    top: 75px;
}

.footer-panel:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-panel:first-child .footer-socials{
    display: flex;
    gap: 10px;
}

.footer-panel a:hover{
    font-weight: 500;
}

.copyright-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright-footer p,
.copyright-footer a{
    color: #4b4b4b !important;
    font-size: 14px;
}

.copyright-footer-link,
.copyright-footer a{
    font-size: 12px;
    color: #4b4b4b;
}

.footer-panel.get-in-touch p{
    margin-bottom: 20px !important;
}

.footer-shop{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-shop li:hover{
    cursor: pointer;
}

@media (max-width: 767px){
    /* General */
    .breadcrumb .background {
        padding: 50px 0;
    }

    .breadcrumb #title-page, .breadcrumb #title-page {
        font-size: 30px;
    }
        
    /* Partnership Text Block */
    .partnership-table .owl-nav .owl-prev {
        left: -20% !important;
    }
    
    .partnership-table .owl-nav .owl-next {
        right: -20% !important;
    }
    
    .partnership-table .owl-nav .owl-prev,
    .partnership-table .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    
    .partnership-table .owl-nav .owl-prev i:before,
    .partnership-table .owl-nav .owl-next i:before{
        font-size: 25px;
        color: #a00015 !important;
    }

    /* Home Categories Text Block */
    .home-categories{
        margin: 50px 0 40px;    
    }

    .home-categories .description{
        flex-direction: row;
    }
    
    .home-categories .description img{
        left: 10px;
        right: unset;
    }

    /* Product Slider */
    .featured-product .box-heading{
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }
    
    .featured-product .box-heading:after{
        top: 65px;
        width: 20%;
    }

    .product-grid .product .right{
        height: unset;
    }
    
    .featured-product .prev,
    .featured-product .next{
        width: 40px !important;
        height: 40px !important;
    }

    .featured-product .prev{
        left: 0 !important;
    }

    .featured-product .next{
        right: 0 !important;
    }

    /* About Us Text Block */
    .home-aboutus{
        padding: 50px 15px !important;
        margin-top: 80px;
        margin-bottom: 50px;
        background-position: top;
    }
    
    .home-about h2{
        font-size: 30px;
        text-align: center;
        margin: 0;
    }
    
    .home-about p{
        width: 100%;
        font-size: 18px;
    }

    .home-about .cta-button{
        margin-top: 25px;
    }

    /* Home Blog Module */
    .boxPlain{
        margin-top: 60px;
    }

    .boxPlain .owl-item{
        padding: 0 50px;
    }
    
    .boxPlain .box-heading h2{
        font-size: 30px;
        text-align: center;
    }
    
    .boxPlain .box-heading p{
        width: 100%;
        margin: 20px 0;
    }
    
    .boxPlain .blog-item{
        height: 280px;
    }
    
    .boxPlain .blog-item p{
        line-height: 1.4em;
    }
    
    .boxPlain .owl-nav .owl-prev,
    .boxPlain .owl-nav .owl-next{
        width: 40px;
        height: 40px;
    }
    
    .boxPlain .owl-nav .owl-prev{
        left: 0 !important;
    }
    
    .boxPlain .owl-nav .owl-next{
        right: 0 !important;
    }

    /* Menu */
    #top .container,
    .is-sticky #top .container{
        padding: 10px 20px !important;
    }

    #top h1 a img{
        max-height: 50px !important;
    }

    #header-right{
        padding: 0 !important;
        justify-content: flex-end;
        gap: 10px;
    }

    .dropdown-menu{
        border: none;
        border-radius: 0 0 10px 10px !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    }

    a.easydrawer[data-easydrawer-id="drawer-account"]{
        margin: unset;
    }

    .easydrawer #total_price{
        right: unset;
        translate: 9px -5px;
    }

    a.easydrawer{
        display: flex;
    }

    .with-sub-menu.hover a span:after{
        display: none;
    }

    .container-megamenu{
        padding: 0 15px;
    }

    .container-megamenu ul.megamenu {
        display: unset;
    }

    .responsive ul.megamenu > li.active .close-menu{
        height: auto;
    }

    ul.megamenu li a strong{
        font-weight: normal !important;
    }

    ul.megamenu li .sub-menu{
        background: unset !important;
        border-radius: 0;
        box-shadow: none;
    }


    ul.megamenu > li > a.active:before,
    ul.megamenu > li > a:before{
        background: url(../img/bg-menu.png) bottom left repeat-x !important;
    }

    ul.megamenu > li:before{
        padding: 12px 15px 0 40px !important;
    }

    /* .responsive ul.megamenu .sub-menu .content > .row > div {
            padding: 10px 0;
    } */

    ul.megamenu li.with-sub-menu:last-child .sub-menu .content{
        left: unset;
    }

    .drawer__wrapper a.clearfix {
        padding-left: 0 !important;
    }

    .drawer__wrapper .box-heading{
        display: none;
    }
    
    #drawer-information .drawer__wrapper .box-content,
    #drawer-account .drawer__wrapper .box-content {
        padding: 0 15px;
    }
    
    .drawer__content ul {
        padding: 0;
        margin-top: 10px;
    }
    
    #drawer-information .drawer__wrapper .box-content ul li, #drawer-account .drawer__wrapper .box-content ul li {
        background: url(/catalog/view/theme/stowear/img/bg-menu.png) bottom left repeat-x !important;
        padding: 10px 0;
        list-style: none;
        text-transform: capitalize;
    }

    /* Blog Category */
    .blogCategories ul{
        padding: 0 !important;
        column-gap: 20px !important;
        overflow-x: scroll;
        justify-content: flex-start;
        margin-top: 10px !important;
    }
    
    .blogCategories li {
        flex-shrink: 0;
        padding-bottom: 10px !important;
    }

    .blog-category-home .main-content .container,
    .blog-category .main-content .container{
        padding-bottom: 0;
    }

    .blog-category-home .articleCat, 
    .blog-category .articleCat{
        margin-bottom: 20px;
    }

    /* Blog Article */
    #blogArticle .articleHeader h1 {
        font-size: 30px !important;
    }

    .blog-article .center-column{
        padding-top: 20px;
    }

    /* #blogArticle .featured-image img{
        width: auto;
        height: auto;
    } */

    .ludoBlog {
        padding: 20px 0 !important;
    }

    .blog-article iframe {
        height: 200px;
        width: auto;
    }

    .bottom-article{
        padding: 0 0 5%;
        display: flex;
        flex-direction: column;
    }
    
    .bottom-article .social_list{
        justify-content: unset;
        margin-top: 40px;
    }

    .blog-article .boxPlain {
        padding: 30px 0 !important;
    }

    .blog-article .main-content .container{
        padding-bottom: 0;
    }


    /* Product Category */
    .mfilter-box{
        margin-top: 20px !important;
    }

    .product-category .box-category .box-heading, 
    .product-category .mfilter-box .box-heading{
        font-size: 15px;
    }

    .visible-xs.mfilter-collapse {
        display: inline-block !important;
        margin-left: 5px;
    }
    
    .product-category .mfilter-button{
        top: -5px;
    }

    .links{
        display: flex;
        justify-content: center;
    }

    /* Product Page */
    .product-product .breadcrumb .container ul li::before{
        padding: 0 5px 0 0 !important; 
    }
    
    .product-product .breadcrumb .container ul li a{
        font-size: 12px !important;
    }

    .product-product .product-center {
        margin-top: 10px;
    }
    
    .product-product .product-title{
        font-size: 28px;
    }
    
    .product-info .price{
        padding: 10px 0 0 !important;
    }
    
    .product-info .cart input{
        width: 100%;
    }
    
    .product-info .links{
        justify-content: unset;
    }

    .product-product .htabs{
        margin-top: 30px;
    }

    #tab-review .rating-review-detail{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .related-products-sect .box-heading h2{
        font-size: 28px !important;
    }

    .related-products-sect .box-heading:after{
        top: 65px;
        width: 20%;
    }


    .add-to-cart {
        display: flex;
        flex-direction: column;
    }

    #button-cart {
        width: 100%;
        margin: 10px 0 0;
    }


    /* Footer */
    .footer .container{
        width: 100%;
    }

    .footer-panel:first-child{
        margin: 20px 0;
    }

    .footer-panel:first-child img{
        padding-top: 0px !important;
    }
    
    .footer h4:before{
        top: 40px;
        width: 50px;
    }

    .footer-shop.collapse.in{
        display: flex !important;
        flex-direction: row;
    }

    .footer .row{
        flex-direction: column;
    }

    .footer-panel{
        width: 100%;
    }
}