.tns-controls{
    display: none !important;
} 
.border-radius-50 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0 !important;
} 
.clearfix > .img-auto {
    padding: 25px;
    width: 510px !important;
    height: 510px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.clearfix>.img-auto:hover{
   transform: scale(1.1);
}

.flex-end{
    margin-left: 230px;
    text-align: left !important;
} 
.product-thumbnail img{
    width: 100% !important;
    height:auto !important;
    max-height: unset !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin:0px;
} 
.item>.product-box{
    background-color: #f1f2f7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
} 
.product-box:hover{
   transform: scale(1.01);
} 
.sec-title {
    margin-top: 20px !important;
} 

.tns-inner .product-thumbnail {
    background-color: #f1f2f7;
}
.products-view-grid .product-box {
    margin: 10px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    border: none;
} 
.product-box{
    background-color: #f1f2f7 !important;
}
.product-box .product-thumbnail {
    background-color: #f1f2f7;
} 
.img-item_news img{
    width: 262.5px !important;
    height:200px !important;
    object-fit: cover;
} 

@media only screen and (max-width: 480px) {
    .img-item_news img{
        width: 100% !important;
        height:auto !important;
    } 
}

.section-service__title{
    text-align: center;
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
} 
#service-service_grid_view_2 h2{
color:var(--shop-color-title);
} 
#service-service_grid_view_2 h3 a{
color:var(--shop-color-title);
    font-size: 20px !important;

} 

#news_custom-0 .title{
    color:var(--shop-color-title);
    font-size: 38px;
} 
@media only screen and (max-width: 480px) {
    #section_product-cart--0 .flex-end {margin-left: 0;}
} 
.header-main .heading-cart{
position:relative
} 
.product-box .product-action .btn-cart svg path, .product-box .product-action .btn-cart svg rect, .header-main .right svg path, .header-main .right svg rect {
    fill: #333;
}
.header-main .heading-cart #cart-total{
background: #6d2b11;
    color: #fff;
    text-align: center;
} 
.header .middle-header {
    border-bottom: 2px solid #DCDCDC;
} 
.btn-zozo.btn-hover {
    border: 1px solid var(--shop-color-main) !important;
} 
.icon-menu-mobile i{
color:#333
}

.header_search .input-group {
    position: relative;
    width: 50%;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
}
.header_search button {
    background: none;
    font-size: 22px;
    border: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 0px;
    border-radius: 10px;
    padding: 1.4px 15px;
    background: #c79475;
}
.header_search .input-group .search-text {
    border-bottom: none;
    color: #000;
}
.h-search-bar {
  display: none;
}

@media (min-width:992px){
   .main-nav nav .nav-item{
     margin:0 20px;
   }
  .main-nav nav .nav-item {
     margin: 0 20px;
    position: static;
  }
   .main-nav nav .nav-item {
        margin: 0 5px;
        position: static;
    }
  
.h-search-bar {
  display: block;
  position: relative;
  border-radius: 10px;
}

.st-default-search-input {
   width: 225px !important;
   border-radius: 10px !important;
}

.h-search-bar .btn.btn-default {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 10px 0 !important;
}

.header-main {
    position: relative;
}

.header-main .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 5;
 }
}
/* Mega menu: cho phép cuộn khi nội dung quá cao */
.main-nav nav .mega-content {
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

/* Chrome, Edge, Safari */
.main-nav nav .mega-content::-webkit-scrollbar {
  width: 6px;
}

.main-nav nav .mega-content::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 10px;
}

.main-nav nav .mega-content::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Dropdown thường nếu không có menu cấp 3 */
.main-nav nav .nav-item > .normal-dropdown {
  min-width: 210px;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 16px -3px #999;
  display: none;
}

.main-nav nav .nav-item:hover > .normal-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
}

.main-nav nav .nav-item > .normal-dropdown li {
  display: block;
  width: 100%;
}

.main-nav nav .nav-item > .normal-dropdown li a {
  display: block;
  padding: 10px 14px;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.main-nav nav .nav-item > .normal-dropdown li a:hover {
  background: #f5f5f5;
  color: var(--shop-color-main);
}
.nav-item.has-dropdown.normal-dropdown{
    position:relative !important;
}
@media (min-width: 75em) {
    #id_tiny_1 {
        width: calc(100%) !important;
    }
}
.nd-product-page .product-image-block .gallery-top img.image_first{
    width:100% !important;
    object-fit:cover
}
.info-item_news .desc-item{
    display:none;
}
.common-home .new-view_grid > .row{
    justify-content: center;
    display: flex;
}
.text-ellipsis3 {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 40px;
    display: -webkit-box;
}
.title-item.text-ellipsis3{
    min-height:77px;
}
.inventory_quantity{
	display:none !important
}
@media (min-width: 1200px) {
    .category-products .product-box .product-thumbnail {
        height: auto; 
    }
}
.h-search {
    width: auto;
}

.h-search-bar {
    width: 300px;
    height: 48px;
    background: #f3f3f3;
    border-radius: 999px;
    display: flex;
    align-items: center;
    padding: 0 18px 0 28px;
    border: none;
    box-shadow: none;
    overflow: hidden;
    margin-bottom:0;
}

.h-search-bar input.search-text {
    flex: 1;
    height: 100%;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    padding: 0;
    min-width: 0;
    font-family: system-ui;
}

.h-search-bar input.search-text::placeholder {
    color: #9ca3af;
    letter-spacing: 4px;
    opacity: 1;
}

.h-search-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.h-search-icon {
    width: 23px;
    height: 23px;
    border: 4px solid #9e9494;
    border-radius: 50%;
    display: block;
    position: relative;
}

.h-search-icon::after {
    content: "";
    width: 13px;
    height: 4px;
    background: #9e9494;
    position: absolute;
    right: -10px;
    bottom: -6px;
    transform: rotate(45deg);
    border-radius: 4px;
}
.header-main{
	margin-bottom:30px
}
.tns-inner .product-thumbnail{
	max-height:unset
}
.nd-product-page .product-image-block .gallery-top{
	height:458px !important
}
a,p{
    color:#1C1C1C;
}
footer .copyright p{
    color:#fff;
}
.social-sharing{
    display:none;
}
.nd-info-product .sku-product{
    display:none;
}
.nd-product-page .nd-info-product .form-product #add-to-cart-form .form-groups .btn-muangay a {
    background: var(--secondary_color, var(--shop-color-sub));
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    height: 40px;
    position: relative;
    top: -4px;
    margin-left: 5px;
}
.product-option-mau-sac .product-option-radio span:has(img) {
  border: none !important;
  background: none;
  height:26px !important;
}
.product-option-mau-sac .product-option-radio span img {
    display: block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0px;
    font-size: 0px;
}