/*TYPOGRAPHY*/
body {
    font-family: "Roboto", sans-serif !important;
}
.main-menu > nav > ul > li > a {
    font-family: "Roboto", sans-serif !important;
}
.heading-sm-2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
}
.list-item-sm-2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
}
:root {
    --mainColor: #b82025;
    --mainTextColor: #ffffff;   

    --secondColor: #b82025;
    --secondTextColor: #ffffff;    

    --thirdColor: rgb(253, 219, 173);
    --thirdTextColor: #000000;

    --fourthColor: #ffd454;
    --fourthTextColor: #000000;

    --fivethColor: rgb(255 3 11 / 26%);
    --fivethTextColor: #b82025;

    --sixthColor: #710011;
    --sixthTextColor: #ffffff; 
    
    --mainBgColor: #b73326;
    /* --mainColor: #37bee3;
    --secondColor: #3bb77e;
    --thirdColor: rgb(69, 182, 73);
    --fourthColor: rgb(45, 135, 45); */
}
.bg-home {
    position: relative;
}
.bg-index {
    background: linear-gradient(180deg, var(--secondColor) 0%, var(--secondColor) 100%);
}
.wrap-container {
    width: 87% !important;
    margin: 0 auto;
}
.header-top-ptb-1 #news-flash {
    color: #fff !important;
    line-height: 14px;
}
.header-info > ul > li a {
    color: #fff !important;
}
.header-info-right {
    color: #fff !important;
}
.header-top-ptb-1 {
    background-color: var(--sixthColor) !important;
}
.header-style-1.header-style-5 .header-bottom-bg-color {
    background-color: #fff !important;
}
.header-style-1.header-style-5 .hotline p {
    color: #ffffff !important;
}
.header-style-1.header-style-5 .main-menu > nav > ul > li > a {
    color: #000 !important;}

.header-style-1.header-style-5 .main-menu > nav > ul > li > a.active {
    /* color: #3bb77e !important; */
    color: var(--mainColor) !important;
}
.header-style-1.header-style-5 .header-bottom-bg-color .main-categori-wrap > a {
    background: var(--secondColor) !important;
}
.header-style-1 .search-style-2 form {
    border-radius: 35px !important;
    border: 2px solid var(--secondColor) !important;
}
.header-style-1 .select2-container--default .select2-selection--single {
    border-radius: 35px !important;
}
.header-style-1 .search-style-2 form input {
    border-radius: 35px !important;
}
.hotline-bg-red {
    background-color:  var(--mainColor) !important;
    padding: 6px 10px;
}
.categories-dropdown-wrap.style-2 {
    background: #fff !important;
    width: 100%;
    border: none !important;
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.header-style-1 .header-middle-ptb-1 {
    padding: 5px 0 !important;
}
.header-style-1 .main-categori-wrap > a.categories-button-active {
    line-height: 70px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.logo a img {
    height: 100px !important;
}
/*COMPONENTS -> MISC*/
/*Countdown*/
.deals-countdown .countdown-section {
    margin-left: 2px;
    margin-right: 2px;
}
.p-5 {
    padding: 15px 5px !important;
}
.detail-info .product-price .current-price {
    font-size: 40px !important;
}
.detail-info .product-price .old-price {
    font-size: 20px !important;
}

.banner-img.style-6 .banner-text h6 {
    max-width: 156px;
}

.product-cart-wrap .product-img-action-wrap {
    display: flex;
    height: 215px;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    padding: 0;
    margin-bottom: 8px;
}

.home-category-figure {
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
}

.home-category-figure img,
.sam-cat-img img {
    max-width: 100%;
    max-height: 100%;
}

.home-cat-name,
.product-cart-wrap .product-content-wrap h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em; /* Chiều cao dòng */
    height: 2.6em; /* 2 dòng = 2 x line-height */
}

.sam-categories-dropdown-wrap ul li {
    margin: unset;
}

.sam-cat-img {
    width: 30px;
    margin-right: 8px;
    /* background-color: #a8eccc; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sam2-categories-dropdown-wrap ul li a img {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .nav-tabs.links .nav-link {
        padding: 15px !important;
        background: var(--bs-teal);
        margin: 5px;
    }
    .nav-tabs.links .nav-link:hover,
    .nav-tabs.links .nav-link.active {
        color: var(--bs-white);
    }
    .header-style-1.header-style-5
        .header-bottom-bg-color
        .main-categori-wrap
        > a {
        width: 100% !important;
    }
}
@media only screen and (max-width: 640px) {
    .popup-img {
        background-image: none !important;
    }
    .col-12 {
        width: 50% !important;
    }
    .header-style-1.header-style-5
        .header-bottom-bg-color
        .main-categori-wrap
        > a {
        width: 100% !important;
    }
}
.green-bg-grad {
    background-image: linear-gradient(rgb(45, 135, 45), rgb(21, 130, 71));
}
.text-w {
    color: #fff !important;
}
.p-all-15 {
    padding: 15px !important;
}
.p-r-b-l-15 {
    padding: 0px 15px 15px 15px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.w-50-per {
    width: 50% !important;
}
.img-w-80-per {
    width: 80% !important;
}

.ladi-headline {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}
.ladi-box {
    border-radius: 1000px;
    /* background-color: rgb(13, 124, 63); */
    background-color:  var(--fourthColor);
    width: 300px;
    margin: 0 auto;
}
.ladi-transition {
    transition: all 150ms linear 0s;
}
.icon-sm-1 {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 992px) {
    .hidden-xs {
        display: none !important;
    }
}
.main-categori-wrap {
    margin-right: 0px;
}
.slider-arrow .slider-btn.slider-prev {
    left: 50px;
}
/*menu vertical*/
#menu-button,
#vertical-menu {
    width: 280px !important;
}
.banner-top-r-w {
    width: calc(100% - 280px) !important;
}

@media screen and (max-width: 992px) {
    #menu-button,
    #vertical-menu {
        width: 280px !important;
    }
    .banner-top-r-w {
        width: calc(100vW - 48px) !important;
    }
    .home-slide-cover {
        padding-left: 0 !important;
    }
    .hero-slider-1.style-5 .single-hero-slider {
        background-size: contain;
        background-repeat: no-repeat;
        background-color: var(--mainBgColor);
    }
}

/**/
.menu-2col {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* 2 cột đều nhau */
    gap: 10px 30px; /* hàng x cột */
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-2col {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
.menu-2col li {
    margin: 0;
}
/**/
.p-0 {
    padding: 0 !important;
}
.archive-header {
    background: url("/assets/images/web/blog/header-bg.png") center center /
        cover no-repeat;
}
.tags-list li {
    margin: 15px 15px 0 0 !important;
}
.banner-img.style-6 .banner-text h6 {
    max-width: 156px;
}
/**/
.mega-menu {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    gap: 20px;
}
ul.mega-menu .menu-left {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    flex: 1;
}
.menu-right {
    width: 25%;
    flex-shrink: 0;
}
.promo-banner img {
    width: 100%;
    border-radius: 6px;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a {
    line-height: 1.3;
}
.main-menu > nav > ul > li ul.mega-menu li ul {
    margin-top: 18px !important;
}
.banner-left-icon .banner-text {
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: center;
    gap: 8px;
}

.post-thumb {
    height: 300px;
    max-height: 300px;
    background: #ccc;
    display: flex;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.shop-product-fillter.news-filter {
    justify-content: end;
}

.product-sidebar .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Hiển thị 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
}
.shopping-summery table > :not(caption) > * > * {
    padding: 10px 6px 4px 10px;
}
.order_table table .product-thumbnail img {
    max-width: 70px;
}
.border-green {
    border: 1px solid var(--secondColor) !important;
}

.shopping-cart-delete button,
.shopping-cart-delete button:hover,
.remove-all-cart-button,
.remove-all-cart-button:hover,
button[type="submit"].remove-all-cart-button:hover,
.cart-remove-btn,
button[type="submit"].cart-remove-btn:hover {
    padding: unset !important;
    background-color: unset !important;
    color: #fd6e6e !important;
    border: unset !important;
}

.product-cart-wrap .product-card-bottom .add-cart .add.button-add-to-cart {
    border: unset;
    color: var(--secondTextColor) !important;
}

.product-cart-wrap
    .product-card-bottom
    .add-cart
    .add.button-add-to-cart:hover {
    color: #fff;
}

button.submit.logout-btn,
button[type="submit"].logout-btn {
    color: rgb(37, 61, 78);
    background-color: unset;
    border: unset;
    font-size: 14px;
    padding: 0;
}

button.submit.logout-btn:hover,
button[type="submit"].logout-btn:hover {
    color: #3bb77e;
    background-color: unset !important;
    border: unset;
}

.table > :not(caption) > * > .order-row {
    text-decoration: underline;
    color: #0282a5;
    cursor: pointer;
}

ul.order-details li {
    color: #000;
}

button.submit.bg-danger,
button[type="submit"].bg-danger {
    border: unset !important;
}

button.submit.bg-danger:hover,
button[type="submit"].bg-danger:hover {
    background-color: #fd6e6e !important;
}

@media screen and (max-width: 992px) {
    .wrap-container {
        width: 95% !important;
    }
}

.product-cart-wrap .product-img-action-wrap .product-action-1{
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .logo a img
    {
        padding-top: 7px;
        height: 70px !important;
    }
    .product-cart-wrap .product-img-action-wrap .product-action-1 {
        min-width: auto;
    }
    .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
        padding: 12px 15px 13px;       
    }
    .price h4{
        font-size: 15px !important;
    }
    .ml-30 {
        margin-left: 0px !important;
        margin-top: 15px;
    }   
}
@media only screen and (max-width: 480px) {
     .product-cart-wrap .product-img-action-wrap {
        height: 144px;
    }
     .newsletter .newsletter-inner button.submit, .newsletter .newsletter-inner button[type=submit] {
        padding: 12px 35px;
    }
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: var(--mainColor) !important;
}
button.submit, button[type=submit]{
    background-color: var(--mainColor) !important;
}
.product-cart-wrap .product-content-wrap .product-price span{
    color: var(--mainColor);
}
.header-style-1 .main-categori-wrap > a{
    background: var(--mainColor) !important;
}
.main-menu > nav > ul > li:hover > a{
    color: var(--mainColor) !important;
}
.main-menu > nav > ul > li > a.active{
    color: var(--mainColor) !important;
}
.main-menu > nav > ul > li ul.mega-menu li a.menu-title{
    color: var(--mainColor) !important;
}
.carausel-3-columns-cover .slider-btn{
    color: var(--mainColor) !important;
    background-color: var(--mainTextColor) !important;
}
.header-style-1 .hotline p {
    color: var(--mainColor) !important;
}
.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
    background-color: var(--mainColor) !important;
    color: var(--mainTextColor) !important;
}
.btn, .button{
    background-color: var(--mainColor) !important;
    color: var(--mainTextColor) !important;
}
.post-title a{
    color: black;
}
.post-title a:hover{
    color: var(--mainColor) !important;
}
/* .header-style-1.header-height-2{
    background-color: var(--mainColor) !important;
    color: var(--mainTextColor) !important;
} */
/* .header-style-1 .header-middle-ptb-1{
    background-color: var(--mainColor) !important;    
}
.header-style-1 .header-bottom-bg-color{
    background-color: var(--sixthColor) !important;
} */
 .hotline p{   
    color: var(--mainColor) !important;
}
.mobile-social-icon a {
    background: var(--mainColor) !important;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a   {
    background: var(--mainColor) !important;
    color: var(--mainTextColor) !important;
    border-color: var(--mainColor);
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: var(--mainColor) !important;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    color: var(--mainColor) !important;
}
.detail-extralink .detail-qty{
    border: 2px solid var(--mainColor) !important;
    color: var(--mainColor);
}
button.submit, button[type=submit]{
    border: 1px solid var(--mainColor);
}
.detail-qty > a{
    color: var(--mainColor);
}
.dot-style-1 ul li.slick-active button {
    background: var(--bs-yellow);
    border-color: var(--bs-yellow);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
    color: var(--mainColor) !important;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
    color: var(--mainColor) !important;
}
.header-bottom .header-action-right a span.pro-count {
    background-color: var(--mainColor) !important;
}
footer .hotline img {
    min-width: 30px;
}
/*icon phone*/
.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 9999;
}

.float-icon {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    text-decoration: none;
}

.float-icon img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 1;
}

.icon-wave {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(0, 123, 255, 0.3);
  animation: pulse 1.5s infinite;
  z-index: 0;
}

.float-icon.hotline .icon-wave {
  background-color: rgba(255, 0, 0, 0.3);
}

.float-icon.zalo .icon-wave {
  background-color: rgba(0, 115, 255, 0.3);
}

.float-icon.messenger .icon-wave {
  background-color: rgba(0, 132, 255, 0.3);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
/*end icon phone*/
.footer-list li a:hover {
    color: var(--mainColor) !important;
}