body, html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.rm-breadcrumb-wrap {
	background: #f5f5f5;
}
.shop-container {
	max-width: 1200px;
	margin: 0 auto;
}
.box-seires {
	padding: 30px 10px 20px;
	border: 1px solid #ddd;
    border-radius: 15px;
	background: #ededed;
	margin-bottom: 35px;
    margin-top: 40px;
}
/* Nút slider màu đỏ giống mẫu */
.flickity-button {
    opacity: 1 !important;
    visibility: visible !important;
}

.flickity-button.previous, 
.flickity-button.next {
    background: #d5212a;   /* màu đỏ */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}

.flickity-button-icon {
    fill: #fff !important;
}

ul.products {
	list-style: none;
}
li.product-category > a {
	box-shadow: 0 0 5px #868686;
    border-radius: 7px;
	display: block;
	overflow: hidden;
	background: #fff;
}
.flickity-prev-next-button.next {
	right: 1% !important;
}
.flickity-prev-next-button {
	color: #fff !important;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
	fill: #fff !important;
}
.series-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-left: 6px solid #f44336;
    padding-left: 12px;
}

.series-section {
    margin-bottom: 50px;
}

/* Card giống block dự án */
.series-model-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    background: #fff;
}
.series-model-card .box-image {
    border-bottom: 1px solid #eee;
}
.series-model-card .box-text {
    padding: 12px 15px 16px;
}

/* Hover nhẹ */
.series-model-card .box-image {
    transition: transform .3s ease;
}
.series-model-card:hover .box-image {
    transform: translateY(-3px);
}

.page-title {
	margin: 10px auto;
}
.title-cat0 {
	text-align: center;
	margin: 20px auto;
}
.category-page-title {
	display: none;
}
.brand-list {
	list-style: none;
}
.brand-list .brand-item .box {
    border: 1px solid #222;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
	border-radius: 10px;
}
.brand-list .brand-item .box:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #ccc;
}
.brand-item .box-image {
    width: 100%;
    height: 70px;                /* chiều cao cố định */
    display: flex;
    align-items: center;          /* canh giữa theo trục dọc */
    justify-content: center;      /* canh giữa theo trục ngang */
    background: #fff;
    overflow: hidden;
    border-radius: 6px;           /* tùy chọn */
    padding: 10px;                /* để hình không dính sát mép */
}

.brand-item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;          /* giữ tỉ lệ hình */
    object-position: center;      /* luôn canh giữa */
}

.brand-list .box-image img {
	/*
    max-height: 80px;
	height: 70px;
	*/
    width: auto;
	transition: transform .25s ease;
	
}
.brand-list .brand-item .box:hover img {
    transform: scale(1.06);
}
/* css search */
.filter-title,.dropdown-wrapper {
	display: none;
}
.filter-content {
	display: block !important;
}
select.filter-items {
	display: block !important;
}
.yith-wcan-filters {
	overflow: hidden;	
}
.filter-content {
	z-index: 100 !important;
}
.apply-filters {
		margin-left: 10px;
		display: inline-block !important;
		background-color: #a14336;
    border: 1px solid #a14336;
    font-size: 1.1em;
    border-radius: 5px;
    color: #fff;
	padding: 0px 10px;
	height:40px;
	line-height: 40px;
}

select.filter-items {
		padding-left: 10px !important;
		padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
       background-color: #fff;
       background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 0.5rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media only screen and (max-width: 440px) { 
	.yith-wcan-filter {
		width:160px !important;
		width: 45%;
		float: left;
		margin-right:0;
		padding: 0 5px !important;
		min-width: 160px !important;
	}
}
@media only screen and (max-width: 600px) { 
	.yith-wcan-filter {
		min-width:180px !important;
		width: 45%;
		float: left;
		margin-right:0;
		padding: 0 10px !important;
	}
	.filter-title {
		display: none !important;
	}
	.yith-wcan-filters .filter-content {
		min-width: 45% !important;
		border: none !important;
		background:initial;
		position: initial !important;
		padding: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	form .yith-wcan-filter {
		margin-right: 0px;
	}
	.yith-wcan-filter {
	 min-width: 180px !important;	
    }
	.filter-content {
		width:180px !important;
		padding:0 10px 0 0 !important;
		min-width:180px !important;
		border: none !important;
	}
	
}
@media only screen and (min-width: 1300px)
.container-width,.container, .row {
    max-width: 1320px !important;
}