.error {
    color: #dc3545!important
}
.main-menu {
  position: relative;
}
.main-menu, .main-menu ul {
  list-style-type: none;
}
.main-menu .ul_level2 {
  position: absolute;
  background: #fff;
  z-index: 9999;
  left: 0;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
  padding: 0;
  min-width: 200px;
  display: none;
}
.main-menu .ul_level2 li a {
  width: 100%;
  padding: 10px!important;
}
.main-menu .ul_level2 li:hover {
  color: var(--menuHover);
  background: var(--bgHover);
}
.main-menu .ul_level3 {
  position: absolute;
  background: #fff;
  z-index: 9999;
  left: 100%;
  top: 0;
  display: none;
}
.main-menu li.level1:hover > ul.ul_level2 {
  display: block;
}
.main-menu li.level2:hover > ul.ul_level3 {
  display: block;
}

.header_search ul.dropdown-menu {
  padding: 0;
  border: none;
}
.blog-grid-text p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;

    overflow: hidden !important;
  height: 80px;
}

.alert-success {
    position: fixed;
    bottom: -100%;
    left: 20px;
    z-index: 9999;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);
    font-size: 14px !important;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.alert-success.active {
    bottom: 80px;
    visibility: visible;
    opacity: 1;
}

.alert-success a {
    color: var(--link_color) !important;
}

.alert-success a:hover {
    text-decoration: underline;
}

.pagination {
  justify-content: center!important;
  margin: 30px 0;
}

.pagination > li:not(:last-child) {
    margin-right: 8px;
}

.pagination li.active span {
    background-color: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #fff;
}

.pagination li.active span:hover {
    background-color: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
    color: #fff;
}

.pagination li a,
.pagination li span{
    position: relative;
    float: left;
    line-height: 33px;
    text-decoration: none;
    color: #333e48;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0 !important;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
}
.pagination li a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
}

.filter-sort li span:hover {
  cursor: pointer!important;
}
.filter-sort li.active span {
  position: relative;
  color: var(--shop-color-main);
}
.filter-sort li.active span:before {
    content: '';
    width: 50%;
    max-width: 30px;
    position: absolute;
    height: 4px;
    border-radius: 4px;
    background: var(--shop-color-main);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
}

.breadcrumbs .fa-home {
  display: none;
}

.product-option label {
  font-weight: 700;
}
.product-option-name {
  margin: 0;
}
.product-option-name + .product-option-name {
  margin-top: 10px;
}
.product-option-radio label span {
  border-radius: 8px;
}
.product-option-radio label>input[type="radio"]:checked+* {
  color: var(--shop-color-main);
  border-color: var(--shop-color-main);
}

.product-option {
  display: flex;
}
.product-option-name {
  width: 20%;
  margin-right: 1rem!important;
}
.product-option-name label {
  font-size: 14px;
  font-weight: 600;
  padding-left: 5px;
}

.arrow-down {
  display: none;
}

.btn {
  font-size: 1rem;
}

.form-group {
    padding: 0 10px 8px;
}

.form-review__title .close-icon svg {
    transform: translateY(-4px)!important;
}

#button-review:hover {
    border: 1px solid var(--main_color);
}

#txtComment, #input-review {
  border: 1px solid #ebebeb;
  padding: 10px 110px 10px 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}

.section-comment .container {
  padding: 0;
}

.open-review-form a,
.sidebox-order_action .btncart-checkout:before {
    background: var(--shop-color-main)!important;
}

.sidebox-order_action .btncart-checkout {
    border-color: var(--shop-color-main)!important;
}

.sidebox-order_total p .total-price {
    color: var(--accentColor2)!important;
}

.product-loop > .product-loop {
    padding: 0;
}

#sort-by label {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 0;
    color: #323c42;
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right;
}
#sort-by>ul>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    line-height: 34px;
    background-image: url(../../image/ico-select.png) !important;
    border-radius: 3px;
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 180px;
    float: left;
    color: #333;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}
#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    width: 180px;
    left: -1px;
    top: 34px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    background: #fff;
    padding-left: 0px !important;
}
#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}
#sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none;
}

#sort-by li>a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    transition: all 0s ease-in-out;
}
#sort-by li:hover>ul {
    visibility: visible;
}
#sort-by li a:hover {
  color: var(--shop-color-main);
}

body:not(.common-home) .js-menu-toggle {
  display: none!important;;
}

@media (min-width: 991.99px) {
    .col-mobile.not_index {
        position: fixed !important;
        top: 115px !important;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
    }

    .col-mobile.not_index.open_slogan {
        top: 155px !important;
    }

    .col-mobile.not_index.active {
        opacity: 1;
        visibility: visible;
    }

    .col-mobile .border-lg-none {
        border: none !important;
    }

    .col-mobile .more_mn .less {
        display: none;
    }

    .col-mobile .more_mn.show .less {
        display: block;
    }

    .col-mobile .more_mn.show .more {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-mobile.not_index {
        width: calc(960px/5 - 10px);
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 8):not(.more_mn) {
        visibility: hidden;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 8):not(.more_mn).show {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

    .col-mobile.not_index #menu-mew .level0 a {
        padding-top: 7.15px !important;
        padding-bottom: 7.15px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .col-mobile.not_index {
        width: calc(1170px/5 - 10px);
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 10):not(.more_mn) {
        visibility: hidden;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 10):not(.more_mn).show {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

    .col-mobile.not_index #menu-mew .level0 a {
        padding-top: 6.75px !important;
        padding-bottom: 6.75px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .col-mobile.not_index {
        width: calc(1270px/5 - 10px);
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 10):not(.more_mn) {
        visibility: hidden;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 10):not(.more_mn).show {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

    .col-mobile.not_index #menu-mew .level0 a {
        padding-top: 8.4px !important;
        padding-bottom: 8.4px !important;
    }
}

@media (min-width: 1500px) {
    .col-mobile.not_index {
        width: calc(1340px/5 - 10px);
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 11):not(.more_mn) {
        visibility: hidden;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .col-mobile.not_index #menu-mew .level0:nth-child(n + 11):not(.more_mn).show {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

    .col-mobile.not_index #menu-mew .level0 a {
        padding-top: 7.5px !important;
        padding-bottom: 7.5px !important;
    }
}

.breadcrumbs svg {
    fill: var(--shop-color-main);
    vertical-align: -2px;
}

.breadcrumbs .inner {
    z-index: 1;
}

.breadcrumbs .breadcrumb .slash-divider svg {
    stroke: var(--textColor);
    vertical-align: 0px;
}

.breadcrumbs.sticky {
    position: sticky;
    top: 50px;
    z-index: 8;
    background: #fff;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 5px 0;
}

/*=========================================*/
ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline-block;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul.share-buttons img {
    width: 32px;
}

ul.share-buttons a:hover {
    transform: translateY(-5px);
}

@media(min-width: 1024px) {
  #navigation-bottom {
    min-width: 315px
  }  
}

@media(max-width: 991px) {
    .mb_logo {
      max-width: 80px;
    }
    .left-search input[type="text"] {
      max-width: calc(100% - 90px)
    }
    .header_search ul li a {
        font-size: 13px
    }
    .header_search ul li img {
        max-width: 60px;
    }
    .left-search {
        pointer-events: unset;
    }
}

@media(max-width: 767px) {
    .dFlex-row.category-filter {
        display: flex;
        justify-content: space-between;
    }
    .dFlex-row.category-filter #sort-by label {
        display: none;
    }
    .hidden-xs{
        display:none !important;
    }
} 
@media (min-width: 100px) {
    #main_logo {
        width: auto;
        height: 80px;
    }
} 
#top-bar {
    background: #a6a6a6;
}
.section-heading-line-left,
.dark-button,
.primary-button,
.section-heading-line,
footer h3:after,
.data-box,
.blog-list-left-heading:after,
.data-box-grid,
.contact-info-section i,
.contact-form button{
    background: #a6a6a6;
}
.feature-box-2 i,
.section-heading span,
.primary-list li i,
.testmonial-box-3 h4:before,
.testmonial-box-3-rating i,
.latest-posts-text span,
.blog-grid-text ul li i{
color:#a6a6a6
}
.top-bar-info li i,
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a{
	color:#000
}
.dark-button:hover{
	background:#000
}
.pricing-list-2-top,
.pricing-list-2-button{
border:2px solid #a6a6a6
}
.pricing-list-2-button a{
color:#a6a6a6
}
footer{
	background:#000
}
.footer-list li a:hover,
.footer-list li a:hover:before{
color:#fff}

.pricing-list-2-button:hover {
    background: #000;
    border: 2px solid #000;
}
.page-title-section h1,
.page-title-section ul li a,
.page-title-section ul li:after{
color:#000
}
.primary-button:hover{
background:#000}
.latest-posts-text a:hover ,
.blog-title-box span i{
    color: #000;
}
.contact-form button:hover {
  background:#000
} 
@media (min-width: 991px) {
    .nav-header {
        width: auto;
    }
      #main_logo {
        width: auto;
        height: 70px;
    }
}
@media (min-width:992px){
.nav-menu > li > a{
color:#fff
}
  .top-bar-info li i, .nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a{
color:#fff
}
}
.navigation-fixed-wrapper,
.navigation{
		background:#000
} 
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
} 
.nav-menu > li > a{
        text-transform: none;
}
@media(max-width:991px){
	.swiper-main-slider-fade {
    	height: auto !important;
	}
}
/* =========================================================
   FIX FULL CONTENT TinyMCE + Bootstrap + Theme Reset
   Scope: .blog-post-content
   ========================================================= */

.blog-post-content {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* ===== HEADING ===== */
.blog-post-content h1 { font-size: 32px; margin: 16px 0; font-weight: 600; }
.blog-post-content h2 { font-size: 28px; margin: 14px 0; font-weight: 600; }
.blog-post-content h3 { font-size: 24px; margin: 12px 0; font-weight: 600; }
.blog-post-content h4 { font-size: 20px; margin: 10px 0; font-weight: 600; }
.blog-post-content h5 { font-size: 18px; margin: 8px 0; font-weight: 600; }
.blog-post-content h6 { font-size: 16px; margin: 6px 0; font-weight: 600; }

/* ===== PARAGRAPH ===== */
.blog-post-content p {
    margin: 10px 0;
}

/* ===== LIST RESET (QUAN TRỌNG NHẤT) ===== */
.blog-post-content ul,
.blog-post-content ol {
    margin: 12px 0;
    padding-left: 24px;
}

/* FIX bị theme override */
.blog-post-content ul li {
    list-style-type: disc !important;
}

.blog-post-content ol li {
    list-style-type: decimal !important;
}

/* nested list */
.blog-post-content ul ul li {
    list-style-type: circle !important;
}

.blog-post-content ul ul ul li {
    list-style-type: square !important;
}

/* đảm bảo hiển thị bullet */
.blog-post-content li {
    display: list-item;
    margin: 6px 0;
    line-height: 1.6;
    list-style-position: outside;
}

/* spacing nested */
.blog-post-content li > ul,
.blog-post-content li > ol {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* ===== LINK ===== */
.blog-post-content a {
    color: #007bff;
    text-decoration: underline;
}

.blog-post-content a:hover {
    text-decoration: none;
}

/* ===== IMAGE ===== */
.blog-post-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 4px;
}

/* ===== TABLE ===== */
.blog-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}

.blog-post-content table th,
.blog-post-content table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.blog-post-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

/* ===== BLOCKQUOTE ===== */
.blog-post-content blockquote {
    border-left: 4px solid #ccc;
    padding-left: 12px;
    color: #666;
    margin: 12px 0;
    font-style: italic;
}

/* ===== CODE ===== */
.blog-post-content pre {
    background: #f6f8fa;
    padding: 10px;
    overflow-x: auto;
    border-radius: 4px;
}

.blog-post-content code {
    background: #f1f1f1;
    padding: 2px 4px;
    border-radius: 3px;
}

/* ===== FIX EMPTY P (TinyMCE) ===== */
.blog-post-content p:empty {
    display: none;
}

/* ===== OPTIONAL: đẹp hơn (bullet màu) ===== */
.blog-post-content ul li::marker {
}