@charset "UTF-8";


.infoTxt {
  margin-bottom: 30px;
}

.tabgroup .content,
.tabgroup .content2 {
  display: none;
}

.tabgroup .content:first-child,
.tabgroup .content2:first-child {
  display: block;
}

.check-box {
  padding: 20px;
  font-size: 16px;
  color: #666666;
  background: #F7F7F7;
}

.check-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-box ul li {
  margin: 0 10px;
}

.check-box ul li [type="checkbox"] {
  margin: 0 5px 0 0;
  display: none;
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 60px 0 0 0;
}

.products-list li {
  width: 25%;
  padding: 60px 60px 0 0;
  margin-bottom: 70px;
}

.products-list li a {
  display: block;
  max-width: 250px;
  position: relative;
}

.products-list li a .pic img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-list li a .nameBox {
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  width: 113px;
  height: 113px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -56px;
  right: -56px;
}

.products-list li a .nameBox .name {
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  padding-top: 5px;
}

.products-list li a:hover .pic img {
  transform: scale(1.05);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, .15));
}

.products-list li a:hover .nameBox {
  background: #FFF900;
}

.products-top {
  position: relative;
  margin: -7px 0 5% 0;
  padding: 5% 0 0 0;
}

.products-top:before {
  content: '';
  position: absolute;
  display: block;
  background: #E50012;
  width: 50%;
  height: 7px;
  top: 0px;
  left: 0;
}

.products-top .productname {
  padding: 0 20px;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  font-size: 96px;
  margin: 0 0 0px 0;
  line-height: 1;
}

.products-top .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.products-top .info-box .box {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.inquiry-btn {
  border: #D93600 1px solid;
  background: #FFF;
  position: relative;
}

.inquiry-btn span {
  display: block;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  color: #E50012;
  font-size: 16px;
  position: relative;
  padding: 11px 40px 8px;
}

.inquiry-btn span:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 20px;
  top: 50%;
  height: 1px;
  background: #E50012;
}

.inquiry-btn span:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 20px;
  top: 50%;
  height: 1px;
  background: #E50012;
}

.inquiry-btn:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0;
  bottom: 100%;
  background: #E50012;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inquiry-btn:hover span {
  color: #FFF;
}

.inquiry-btn:hover span:before {
  background: #FFF;
}

.inquiry-btn:hover span:after {
  background: #FFF;
}

.inquiry-btn:hover:before {
  bottom: 0;
}

.download {
  width: 42px;
  height: 45px;
  position: relative;
  text-indent: -9999px;
  background: #E50012;
  margin: 0 0 0 10px;
  border: #E50012 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download:before {
  content: '\f1c1';
  position: absolute;
  color: #FFF;
  text-indent: 0px;
  left: 8px;
  top: 2px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download:hover {
  background: #FFF;
  border: #E50012 1px solid;
}

.download:hover:before {
  color: #E50012;
}

.products-pic {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  position: relative;
}

.products-pic .select-box {
  margin: 0 0 -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

.products-pic .slick-slider {
  background: url(../images/in/products/pbg.jpg) center no-repeat;
  margin-bottom: 20px;
}

.products-pic .slick-slider img {
  margin: 0 auto;
}

.products-pic .carousel-box {
  z-index: 5;
}

.products-pic .carousel-box .control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 150px;
  margin: -20px auto 0;
}

.products-pic .carousel-box .control-box .slick-arrow {
  background: transparent;
  text-indent: -9999px;
  position: relative;
}

.products-pic .carousel-box .control-box .slick-arrow:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  display: block;
  width: 18px;
  height: 18px;
  background: #457AE1;
}

.products-pic .carousel-box .control-box .slick-arrow:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 11px;
  display: block;
  background: url(../images/ar.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-pic .carousel-box .control-box .slick-arrow.slick-prev:before {
  right: 0;
}

.products-pic .carousel-box .control-box .slick-arrow.slick-prev:after {
  right: 8px;
  top: 4px;
  background-position: right;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.products-pic .carousel-box .control-box .slick-arrow.slick-next:before {
  left: 0;
}

.products-pic .carousel-box .control-box .slick-arrow.slick-next:after {
  left: 8px;
  top: 4px;
  background-position: right;
}

.products-pic .carousel-box .control-box .slick-arrow.slick-prev:hover:after {
  width: 100px;
}

.products-pic .carousel-box .control-box .slick-arrow.slick-next:hover:after {
  width: 100px;
}

.products-pic .carousel-box .controls {
  max-width: 80px;
  text-align: center;
  margin: 0 auto 0;
}

.products-pic .carousel-box .controls span {
  color: #4579E0;
}

.products-detail {
  margin-bottom: 30px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;*/
  position: relative;
}

.products-detail .left-side {
  width: 100%;
  position: relative;
  top: 0px;
  margin-bottom: 20px;
}

.products-detail .left-side ul {
  background: #CCCCCC;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.products-detail .left-side ul li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*border-bottom: #FFF 1px solid;*/
  flex-grow: 1;
}

.products-detail .left-side ul li a {
  font-size: 21px;
  color: #FFF;
  display: block;
  padding: 10px;
  text-align: center;
}

.products-detail .left-side ul li:hover,
.products-detail .left-side ul li.active {
  background: #FFF900;
}

.products-detail .left-side ul li:hover a,
.products-detail .left-side ul li.active a {
  color: #000;
}

.products-detail .right-side {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 0 0 0 0px;
}

.products-detail .right-side .cbox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  top: 70px;
  z-index: 9;
}

.products-detail .right-side .cbox:before {
  content: 'Measurements : ';
  color: #000;
}

.products-detail .right-side .cbox button {
  color: #BBBBBB;
  border: #BBBBBB 1px solid;
  background: none;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-detail .right-side .cbox button.active,
.products-detail .right-side .cbox button:hover {
  color: #FFF;
  background: #0BA0DA;
  border: #0BA0DA 1px solid;
}

.products-detail .right-side h3.title {
  font-size: 24px;
  color: #000;
  margin: 0;
  padding: 0 0 15px 30px;
  position: relative;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  border-bottom: #EBEBEB 5px solid;
}

.products-detail .right-side h3.title:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background: #FFF;
  border: 3px solid #E50012;
  top: 6px;
  left: 0px;
  border-radius: 100%;
}

.products-detail .right-side .edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.products-detail .right-side .edit .box {
  width: 48%;
}

.products-detail .right-side .edit pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 20px;
}

.products-detail .right-side .box .txt ol li {
  margin: 0 0 10px 0;
}


.products-detail .right-side .txt {
  font-size: 18px;
  padding: 30px 0 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-detail .right-side .txt.nm {
  padding: 0px 0 50px 0;
}

.products-detail .right-side .txt table.ed {
  font-size: 15px;
  color: #333333;
  width: 100%;
}

.products-detail .right-side .txt table.ed th {
  background: #A4D5EC;
  color: #FFF;
}

.products-detail .right-side .txt table.ed td,
.products-detail .right-side .txt table.ed th {
  padding: 10px 10px;
  border-bottom: #E9E9E9 1px solid;
  text-align: center;
}

.products-detail .right-side .txt table.ed td:first-child {
  text-align: left;
}

.products-detail .right-side .txt table.ed td:last-child {
  text-align: center;
}

.products-detail .right-side h3.list-title {
  font-size: 24px;
  color: #000;
  margin: 0;
  padding: 10px 20px 5px;
  position: relative;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  border-bottom: #EBEBEB 5px solid;
}

.products-detail .right-side .fe .edit {
  width: 100%;
  margin-bottom: 5%;
}

.products-detail .right-side .fe .edit:nth-child(even) .txt {
  order: 2;
}

.products-detail .right-side .fe .edit:nth-child(even) .pic {
  order: 1;
}

.products-detail .right-side .fe .txt {
  width: 50%;
  padding: 0;
}

.products-detail .right-side .fe .con {
  padding: 10px 20px 20px;
  color: #525252;
  font-size: 15px;
}

.products-detail .right-side .fe .con li {
  padding: 0 0 15px 25px;
  position: relative;
}

.products-detail .right-side .fe .con li:before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: #D7000F;
  border-radius: 100%;
  left: 0;
  top: 4px;
}

.products-detail .right-side .fe .con li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  left: 4px;
  top: 7px;
}

.products-detail .right-side .fe .pic {
  width: 50%;
  line-height: 0;
  border: #EBEBEB 7px solid;
}

.main-box {
  padding: 0 35px
}

.prods-list {
  display: block;
}

.prods-list .prods-name {
  display: flex;
  padding: 7px 15px;
  background-color: #EDEDED;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.prods-list:hover .prods-name {
  background-color: #D7000F;
  color: White;
  padding: 7px 15px 7px 25px;
}

.main-box.active .side-nav {
  right: 10px;
  left: 10px !important;
}

@media screen and (max-width: 1680px) {
  .main-box.open {
    padding: 0 35px;
  }
}

@media screen and (max-width: 1350px) {
  .main-box {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .products-list li {
    width: 33.3333%;
    padding: 60px 60px 0 0;
    margin-bottom: 70px;
  }

  .main-box.close .products-list li {
    width: 25%;
  }

  .top-nav ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .main-box {
    padding: 0 10px !important;
  }

  .side-nav {
    margin: 0 -10px;
    top: 0;
    width: auto;
    position: relative;
    left: 0px;
  }

  .side-nav .btn {
    height: 46px !important;
    right: 0px;
    text-indent: -9999px;
    padding: 0px 7px 0px 10px !important;
  }

  .side-nav .btn:after {
    transform: rotate(90deg);
    left: 8px;
    top: 12px;
  }

  .side-nav.active .btn:after {
    transform: rotate(90deg);
  }

  .side-nav>ul {
    display: none;
  }

  .side-nav.active>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .side-nav.active>ul>li {
    width: 50%;
  }

  .side-nav .title {
    padding: 10px 20px 8px;
  }

  .products-list li {
    width: 33.33333333333333%;
  }

  .check-box ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .check-box ul li {
    width: 100%;
  }

  .products-top .productname {
    font-size: 35px;
  }

  .products-top .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .products-top .info-box .box {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }

  .products-pic {
    margin: 0 0 0px 0;
  }

  .products-detail {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
  }

  .products-detail .left-side {
    width: 100%;
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    min-width: 0px;
  }

  .products-detail .left-side ul {
    background: #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .products-detail .left-side ul li {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }

  .products-detail .left-side ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }

  .products-detail .right-side {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 0 0 0 0px;
  }

  .products-detail .right-side .edit {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media screen and (max-width: 780px) {
  .products-list li {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  .products-top .productname {
    padding: 0;
    font-size: 35px;
  }

  .products-top .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .products-top .info-box .box {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .products-detail .right-side .fe .edit {
    width: 100%;
    flex-direction: column;
  }

  .products-detail .right-side .fe .txt {
    width: 100%;
  }

  .products-detail .right-side .fe .pic {
    width: 100%;
  }

  .products-detail .right-side .fe .edit:nth-child(even) .txt {
    order: 1;
  }

  .products-detail .right-side .fe .edit:nth-child(even) .pic {
    order: 2;
  }


  .products-detail .right-side .edit {
    flex-wrap: wrap;
  }

  .products-detail .right-side .edit .box {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .products-pic .select-box {
    margin: 0 0 5px 0;
  }

  .products-detail .right-side .cbox+.title {
    padding: 0 0 50px 30px;
  }

  .products-detail .right-side .cbox {
    top: 100px;
  }

  .products-list {
    padding: 20px 0 0 0;
  }

  .products-list li {
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
  }

  .products-list li a {
    display: block;
    max-width: 250px;
    position: relative;
  }

  .products-list li a .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .products-list li a .nameBox {
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    padding: 10px;
    position: relative;
    top: auto;
    right: auto;
    background: none;
  }

  .products-list li a:hover .nameBox {
    background: none;
  }
}

@media screen and (max-width: 400px) {
  .check-box ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .products-list li {
    width: 100%;
  }

  .products-list li a {
    margin: 0 auto;
  }
}