.product-small.box {
  border-radius: 5px;
  border: 1px solid #dedede;
  box-shadow: none;
  transition: all 0.3s ease;
}
.product-small.box .box-text {
  padding-left: 12px;
  padding-right: 12px;
}
.product-small.box .box-text .product-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-align: left;
  margin-bottom: 10px;
}
.product-small.box .box-text .product-title a {
  color: #222222;
}
.product-small.box .box-text .product-title a:hover {
  color: var(--primary-color);
}
.product-small.box .box-text .price-wrapper span.amount bdi {
  color: #F44336;
  font-size: 18px;
  font-weight: 700;
}
.product-small.box:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.category-slider-wrapper {
  padding: 30px;
}
.category-slider-wrapper .flickity-button {
  opacity: 1;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  min-height: 20px;
  width: 20px;
  padding: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.category-slider-wrapper .flickity-button svg {
  padding: 0 !important;
  width: 16px;
  height: 16px;
}
.category-slider-wrapper .flickity-prev-next-button.next {
  right: -30px;
  left: auto;
  transform: translateY(-50%);
}
.category-slider-wrapper .flickity-prev-next-button.previous {
  left: -30px;
  right: auto;
  transform: translateY(-50%);
}

.category-slider .category-item {
  width: 100px;
}
.category-slider .category-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  gap: 3px;
}
.category-slider .category-item a:hover {
  color: var(--primary-color);
}
.category-slider .category-item a img {
  width: auto;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
}

.price-range-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.price-range-filter a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.price-range-filter a:hover {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.product-info .next-prev-thumbs {
  display: none;
}

.product-attributes-wrapper {
  padding: 18px;
  background-color: #f2f4fa;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  font-size: 14px;
}
.product-attributes-wrapper .product-attribute-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.product-attributes-wrapper .product-attribute-group img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.box_muaxe {
  position: relative;
}
.box_muaxe .section-content {
  top: -80px;
  margin-bottom: -60px;
}
@media screen and (max-width: 549px) {
  .box_muaxe .section-content {
    top: -30px;
    margin-bottom: -20px;
  }
}
.box_muaxe .section-content > .row {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 549px) {
  .box_muaxe .section-content > .row {
    padding: 15px 10px;
    border-radius: 15px;
  }
}
.box_muaxe .col-ban-xe {
  padding-bottom: 0px !important;
}
.box_muaxe .col-ban-xe #sell-button {
  width: 100%;
}
.box_muaxe .col-ban-xe select {
  border-radius: 5px;
  border: 1px solid #dedede;
  height: 40px;
}
@media screen and (max-width: 549px) {
  .box_muaxe .col-ban-xe {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.box_muaxe .col-mua-xe {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 849px) {
  .box_muaxe .col-mua-xe {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 549px) {
  .box_muaxe .col-mua-xe {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.box_muaxe .bon-buoc {
  border-radius: 10px;
  background-color: #f2f4fa;
  padding: 12px 16px 12px 16px !important;
}
.box_muaxe .bon-buoc .small-6 {
  padding-bottom: 5px !important;
}
.box_muaxe .bon-buoc h5 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
}
.box_muaxe .bon-buoc h6 {
  text-transform: none;
  font-size: 14px;
}
.box_muaxe .bon-buoc .icon-box {
  align-items: center;
}
.box_muaxe .bon-buoc .icon-box svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.box_muaxe .bon-buoc .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 8px !important;
}
@media screen and (max-width: 549px) {
  .box_muaxe .bon-buoc {
    margin: 0 !important;
  }
}
