@charset "UTF-8";
.banner {
  width: 100%;
  height: 210px;
  margin-top: 146px;
}

.banner .banner_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .banner_box img {
  width: 100%;
  height: 100%;
}

.banner .banner_box .banner_content {
  width: 492px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}

.banner .banner_box .banner_content .title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 100% */
  text-transform: uppercase;
}

.banner .banner_box .banner_content .desc {
  margin-top: 16px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.filter_content {
  width: 100%;
  height: auto;
}

.filter_content .box {
  width: 100%;
  height: auto;
  padding: 65px 0 80px;
}

.filter_content .box .box_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filter_content .box .box_content .screen_mb {
  display: none;
}

.filter_content .box .box_content .box_c_l {
  width: 240px;
  height: auto;
}

.filter_content .box .box_content .box_c_l .reset_box {
  display: none;
}

.filter_content .box .box_content .box_c_l .classification {
  width: 100%;
  height: auto;
}

.filter_content .box .box_content .box_c_l .classification .classification_title {
  text-align: left;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 81.818% */
  text-transform: uppercase;
}

.filter_content .box .box_content .box_c_l .classification .classification_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.filter_content .box .box_content .box_c_l .classification .classification_box.active .cl_b_title::after {
  content: '';
  width: 16px;
  height: 2px;
  background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .cl_b_title {
  text-align: left;
  width: 100%;
  height: auto;
  padding-right: 25px;
  position: relative;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .cl_b_title::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label {
  margin-top: 14px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label.active input:checked + p {
  color: #E62129;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label p {
  color: #222;
  margin-left: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input:checked + p {
  color: #E62129;
}

.filter_content .box .box_content .box_c_l .classification1 {
  margin-top: 50px;
  width: 100%;
  height: auto;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_title {
  text-align: left;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 81.818% */
  text-transform: uppercase;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box.active .cl_b_title::after {
  content: '';
  width: 16px;
  height: 2px;
  background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .cl_b_title {
  text-align: left;
  width: 100%;
  height: auto;
  padding-right: 25px;
  position: relative;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .cl_b_title::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item {
  width: 100%;
  height: 190px;
  padding-right: 30px;
  overflow: hidden;
  overflow-y: auto;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background: #e5e5e5;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label {
  margin-top: 14px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label p {
  text-align: left;
  color: #222;
  margin-left: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label .img_box {
  margin-left: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input:checked + p {
  color: #E62129;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2.active .cl_b_title::after {
  content: '';
  width: 16px;
  height: 2px;
  background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .cl_b_title {
  text-align: left;
  width: 100%;
  height: auto;
  padding-right: 25px;
  position: relative;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .cl_b_title::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item {
  width: 100%;
  height: auto;
  padding-right: 0px;
  overflow: visible;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background: #e5e5e5;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item {
  margin-top: 30px;
  width: 100%;
  height: auto;
  padding-right: 0px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item .cl_b_la_item {
  width: 100%;
  height: 190px;
  padding-right: 0px;
  overflow: hidden;
  overflow-y: auto;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item .cl_b_la_item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item .cl_b_la_item::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background: #e5e5e5;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item .cl_b_la_item::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label {
  margin-top: 14px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label p {
  text-align: left;
  color: #222;
  margin-left: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label .img_box {
  margin-left: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input:checked + p {
  color: #E62129;
}

.filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .label_noimg .img_box {
  margin-left: 30px;
}

.filter_content .box .box_content .box_c_l .attribute {
  width: 100%;
  height: auto;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item.active .item_title::after {
  content: '';
  width: 16px;
  height: 2px;
  background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item.active .item_box {
  display: block;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_title {
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: auto;
  padding-right: 25px;
  position: relative;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_title::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label {
  margin-top: 14px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label:hover p {
  color: #E62129;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label p {
  color: #222;
  margin-left: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input:checked + p {
  color: #E62129;
}

.filter_content .box .box_content .box_c_r {
  width: 910px;
  height: auto;
  position: relative;
}

.filter_content .box .box_content .box_c_r .box_c_r_t {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.filter_content .box .box_content .box_c_r .box_c_r_t .filter_title {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 83.333% */
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_r .box_c_r_t .sort_order {
  position: relative;
}

.filter_content .box .box_content .box_c_r .box_c_r_t .sort_order .sort_title {
  cursor: pointer;
  padding-right: 27px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.filter_content .box .box_content .box_c_r .box_c_r_t .sort_order .sort_title::after {
  content: '';
  width: 17px;
  height: 10px;
  background: url(/wp-content/uploads/2024/03/sort_down_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filter_content .box .box_content .box_c_r .box_c_r_b {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6px;
}

.filter_content .box .box_content .box_c_r .box_c_r_b.loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item {
  margin-top: 34px;
  margin-right: 20px;
  width: 290px;
  height: auto;
  border: 1px solid transparent;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item:nth-of-type(3n) {
  margin-right: 0;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item:hover {
  border-radius: 6px;
  border: 1px solid #E62129;
  box-shadow: 0px 0px 10px 0px rgba(230, 33, 41, 0.2);
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item:hover a .item_content .item_title {
  color: #E62129;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item:hover a .item_content .item_class {
  color: #E62129;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .img_box {
  max-width: 221px;
  height: auto;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .img_box img {
  width: 100%;
  height: auto;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .item_contnet {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .item_contnet .item_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .item_contnet .item_class {
  margin-top: 14px;
  color: #666;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter_content .box .box_content .box_c_r .box_c_r_b .no_product {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_r .loading {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.filter_content .box .box_content .box_c_r .loading.active {
  display: flex;
}

.filter_content .box .box_content .box_c_r .more_box {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: none;
  flex-direction: row;
  justify-content: center;
}

.filter_content .box .box_content .box_c_r .more_box.active {
  display: flex;
}

.filter_content .box .box_content .box_c_r .more_box .more_btn {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 16px 105px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.filter_content .box .box_content .box_c_r .more_box .more_btn:hover {
  background: #E62129 !important;
  border: 1px solid  #E62129;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .banner {
    width: 100%;
    height: auto;
    padding: 6.66667vw 4vw 4vw;
    margin-top: 11.73333vw;
    background: #000;
  }
  .banner .banner_box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner .banner_box img {
    display: none;
    width: 100%;
    height: 100%;
  }
  .banner .banner_box .banner_content {
    width: 100%;
    height: auto;
    position: static;
    top: unset;
    right: unset;
    transform: translate(0%, 0%);
  }
  .banner .banner_box .banner_content .title {
    color: #FFF;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.93333vw;
    /* 100% */
    text-transform: uppercase;
  }
  .banner .banner_box .banner_content .desc {
    margin-top: 3.46667vw;
    color: #FFF;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.13333vw;
    /* 187.5% */
  }
  .filter_content {
    width: 100%;
    height: auto;
  }
  .filter_content .box {
    width: 100%;
    height: auto;
    padding: 0vw 0 10.66667vw;
  }
  .filter_content .box .safearea {
    max-width: 100vw;
  }
  .filter_content .box .box_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .filter_content .box .box_content .screen_mb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 10.93333vw;
    padding: 0 4vw;
    border-bottom: 1px solid #E6E6E6;
  }
  .filter_content .box .box_content .screen_mb .screen_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .filter_content .box .box_content .screen_mb .screen_box img {
    width: 3.06667vw;
    height: auto;
  }
  .filter_content .box .box_content .screen_mb .screen_box p {
    margin-left: 1.86667vw;
    color: #000;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 21;
    background: rgba(0, 0, 0, 0.5);
  }
  .filter_content .box .box_content .box_c_l .box_c_l_box {
    width: 100%;
    height: 85vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 4vw 4vw 0px 0px;
    padding: 4vw;
  }
  .filter_content .box .box_content .box_c_l .reset_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .filter_content .box .box_content .box_c_l .reset_box p {
    color: #000;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .reset_box img {
    width: 2.66667vw;
    height: auto;
  }
  .filter_content .box .box_content .box_c_l .chioose_box {
    margin-top: 6.66667vw;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .filter_content .box .box_content .box_c_l .classification {
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_title {
    display: none;
    text-align: left;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4vw;
    /* 81.818% */
    text-transform: uppercase;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box.active .cl_b_title::after {
    content: '';
    width: 2.66667vw;
    height: 0.26667vw;
    background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .cl_b_title {
    text-align: left;
    width: 100%;
    height: auto;
    padding-right: 3.33333vw;
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .cl_b_title::after {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label {
    padding-right: 4vw;
    margin-top: 1.86667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label.active input:checked + p {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label p {
    text-align: left;
    width: 53.33333vw;
    color: #222;
    margin-left: 0vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .classification .classification_box .item_box label input:checked + p {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_l .classification1 {
    margin-top: 6.66667vw;
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_title {
    display: none;
    text-align: left;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4vw;
    /* 81.818% */
    text-transform: uppercase;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box.active .cl_b_title::after {
    content: '';
    width: 2.66667vw;
    height: 0.26667vw;
    background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .cl_b_title {
    text-align: left;
    width: 100%;
    height: auto;
    padding-right: 3.33333vw;
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .cl_b_title::after {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item {
    width: 100%;
    height: auto;
    padding-right: 4vw;
    overflow: visible;
    overflow-y: auto;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.53333vw;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.53333vw;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.53333vw;
    -webkit-box-shadow: inset 0 0 0.4vw rgba(0, 0, 0, 0.2);
    background: #e5e5e5;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0.4vw rgba(0, 0, 0, 0.2);
    border-radius: 0.53333vw;
    background: #fff;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label {
    margin-top: 1.86667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label p {
    width: 53.33333vw;
    text-align: left;
    color: #222;
    margin-left: 0vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box .item_box_2 .cl_item label input:checked + p {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2.active .cl_b_title::after {
    content: '';
    width: 2.66667vw;
    height: 0.26667vw;
    background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .cl_b_title {
    text-align: left;
    width: 100%;
    height: auto;
    padding-right: 3.33333vw;
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .cl_b_title::after {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item {
    width: 100%;
    height: auto;
    padding-right: 4vw;
    overflow: visible;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.53333vw;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.53333vw;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.53333vw;
    -webkit-box-shadow: inset 0 0 0.4vw rgba(0, 0, 0, 0.2);
    background: #e5e5e5;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0.4vw rgba(0, 0, 0, 0.2);
    border-radius: 0.53333vw;
    background: #fff;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    padding-right: 0px;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item .cl_b_item .cl_b_la_item {
    width: 100%;
    height: auto;
    padding-right: 0px;
    overflow: visible;
    overflow-y: visible;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label {
    margin-top: 1.86667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label p {
    width: 53.33333vw;
    text-align: left;
    color: #222;
    margin-left: 0vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .classification1 .classification_box2 .item_box_2 .cl_item label input:checked + p {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_l .attribute {
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item.active .item_title::after {
    content: '';
    width: 2.66667vw;
    height: 0.26667vw;
    background: url(/wp-content/uploads/2024/03/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item.active .item_box {
    display: block;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_title {
    cursor: pointer;
    text-align: left;
    width: 100%;
    height: auto;
    padding-right: 3.33333vw;
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_title::after {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label {
    padding-right: 4vw;
    margin-top: 1.86667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label:hover p {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input::before {
    content: '';
    width: 2.13333vw;
    height: 2.13333vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input:checked::before {
    content: " ";
    width: 2.13333vw;
    height: 2.13333vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label p {
    text-align: left;
    width: 53.33333vw;
    color: #222;
    margin-left: 0vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_l .attribute .attr_item .item_box label input:checked + p {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_r {
    width: 100%;
    padding: 0 4vw;
    height: auto;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_t {
    display: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_t .filter_title {
    display: none;
    color: #222;
    font-size: 2.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2vw;
    /* 83.333% */
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_t .sort_order {
    position: relative;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_t .sort_order .sort_title {
    cursor: pointer;
    padding-right: 3.6vw;
    color: #222;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_t .sort_order .sort_title::after {
    content: '';
    width: 2.26667vw;
    height: 1.33333vw;
    background: url(/wp-content/uploads/2024/03/sort_down_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.8vw;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b.loading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item {
    margin-top: 4vw;
    margin-right: 4vw;
    width: 44vw;
    height: auto;
    border: 0.13333vw solid #E1E1E1;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item:hover {
    border-radius: 0.8vw;
    border: 0.13333vw solid #E62129;
    box-shadow: 0vw 0vw 1.33333vw 0vw rgba(230, 33, 41, 0.2);
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item:hover a .item_content .item_title {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item:hover a .item_content .item_class {
    color: #E62129;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5.33333vw 4.4vw 4vw;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .img_box {
    max-width: 29.46667vw;
    height: auto;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .img_box img {
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .item_contnet {
    width: 100%;
    height: auto;
    margin-top: 8.53333vw;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .item_contnet .item_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .product_item a .item_contnet .item_class {
    margin-top: 1.86667vw;
    color: #666;
    text-align: left;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .filter_content .box .box_content .box_c_r .box_c_r_b .no_product {
    width: 100%;
    margin-top: 6.66667vw;
    text-align: center;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .filter_content .box .box_content .box_c_r .loading {
    width: 100%;
    height: 53.33333vw;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .filter_content .box .box_content .box_c_r .loading.active {
    display: flex;
  }
  .filter_content .box .box_content .box_c_r .more_box {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    display: none;
    flex-direction: row;
    justify-content: center;
  }
  .filter_content .box .box_content .box_c_r .more_box .more_btn {
    cursor: pointer;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
    padding: 2.13333vw 14vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
}
