.hide {
  display: none;
}
.path-nav {
  padding: 20px 25px 20px 25px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
}
.path-nav .icon {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: solid 1px #041e42;
  width: 18px;
  height: 18px;
  border-radius: 7px;
}
.path-nav a {
  color: #041e42;
}
.path-nav .split {
  display: inline-block;
  padding: 0 5px;
  font-size: 8px;
  line-height: 18px;
}
.path-nav span {
  color: #041e42;
}
.path-nav span.name {
  color: #999;
}
.banner-swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.banner-swiper-container .banner-pagination {
  display: inline-block;
  padding-bottom: 15px;
}
.banner-swiper-container .banner-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 70px;
  height: 3px;
  opacity: 0.5;
}
.banner-swiper-container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #babc16;
  opacity: 1;
}
.banner-swiper-container .banner-slide {
  position: relative;
  width: 100%;
  padding-top: 37%;
  background-color: #000;
}
.banner-swiper-container .banner-slide .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: left;
  display: flex;
  align-items: center;
}
.banner-swiper-container .banner-slide .banner-content .banner-text {
  transition: all 0.6s ease;
  z-index: 250;
  position: absolute;
  font-family: infoma-light !important;
  margin-left: 100px;
  bottom: 85px;
  max-width: 650px;
}
.banner-swiper-container .banner-slide .banner-content .banner-text .txt1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.banner-swiper-container .banner-slide .banner-content .banner-text .txt1 i {
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-right: 20px;
}
.banner-swiper-container .banner-slide .banner-content .banner-text .txt1 span {
  color: #fff;
}
.banner-swiper-container .banner-slide .banner-content .banner-text .txt0 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  font-family: 'AvianoFuture';
}
.banner-swiper-container .banner-slide .banner-content .banner-text .txt2 {
  color: #fff;
  font-size: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 1200px) {
  .banner-swiper-container .banner-slide .banner-content .banner-text {
    margin-left: 70px;
    bottom: 55px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt1 {
    font-size: 20px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt1 i {
    width: 3px;
    height: 18px;
    margin-right: 20px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt0 {
    margin-bottom: 23px;
    font-size: 35px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .path-nav {
    display: none;
  }
  .banner-swiper-container .banner-pagination {
    padding-bottom: 3px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text {
    margin-left: 30px;
    bottom: 5%;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt1 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt1 i {
    width: 3px;
    height: 13px;
    margin-right: 10px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt0 {
    font-size: 32px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt2 {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .banner-swiper-container .banner-slide {
    background-color: #000;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text {
    margin-left: 20px;
    bottom: 10%;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt1 {
    font-size: 15px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt1 i {
    display: none;
    width: 2px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt0 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .banner-swiper-container .banner-slide .banner-content .banner-text .txt2 {
    display: none;
  }
}
.product-container .product-header-details {
  display: flex;
  justify-content: space-between;
}
.product-container .product-header-details .product-thumbs-container {
  margin-left: 125px;
  width: 65px;
  display: flex;
  align-items: center;
  text-align: center;
}
.product-container .product-header-details .product-thumbs-container .product-button-prev {
  border: solid 1px #041e42;
  border-radius: 10px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.product-container .product-header-details .product-thumbs-container .product-button-prev:hover {
  background-color: #00000020;
}
.product-container .product-header-details .product-thumbs-container .product-button-prev .prev {
  color: #041e42;
  font-size: 23px;
  transform: rotate(180deg);
}
.product-container .product-header-details .product-thumbs-container .product-button-next {
  border: solid 1px #041e42;
  border-radius: 10px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 15px;
}
.product-container .product-header-details .product-thumbs-container .product-button-next:hover {
  background-color: #00000020;
}
.product-container .product-header-details .product-thumbs-container .product-button-next .next {
  color: #041e42;
  font-size: 23px;
  transform: rotate(0deg);
}
.product-container .product-header-details .product-thumbs-container .product-thumbs .swiper-wrapper .thumbs-slide {
  width: 65px !important;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.5;
  border: solid 1px #ccc;
  cursor: pointer;
  display: inline-block;
}
.product-container .product-header-details .product-thumbs-container .product-thumbs .swiper-wrapper .thumbs-slide.active {
  opacity: 1;
  border: solid 1px #666;
}
.product-container .product-header-details .img {
  width: 65%;
  overflow: hidden;
}
.product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
  width: 100%;
  height: 750px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-container .product-header-details .img .product-details-pagination {
  display: none;
  justify-content: center;
  padding: 15px 0;
}
.product-container .product-header-details .img .product-details-pagination .swiper-pagination-bullet-active {
  background-color: #041e42;
}
.product-container .product-header-details .details {
  width: 35%;
  overflow: hidden;
  margin-right: 65px;
  padding-top: 35px;
  margin-right: 15px;
}
.product-container .product-header-details .details .txt-desc {
  height: 50%;
  display: flex;
  align-items: end;
  overflow: hidden;
  width: 100%;
}
.product-container .product-header-details .details .txt-desc .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.product-container .product-header-details .details .txt-desc .ad-desc {
  font-size: 16px;
  margin-bottom: 25px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #666;
}
.product-container .product-header-details .details .attr-desc {
  height: 50%;
  margin-top: 15px;
}
.product-container .product-header-details .details .attr-desc .price {
  font-size: 25px;
  font-weight: bold;
}
.product-container .product-header-details .details .attr-desc .colors {
  margin-top: 30px;
}
.product-container .product-header-details .details .attr-desc .colors .icon {
  font-size: 33px;
  margin-right: 5px;
  border: solid 1px #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-container .product-header-details .details .attr-desc .colors .icon:hover,
.product-container .product-header-details .details .attr-desc .colors .icon.active {
  border: solid 1px #babc16;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.product-container .product-header-details .details .attr-desc .sizes {
  margin-top: 20px;
}
.product-container .product-header-details .details .attr-desc .sizes .icon {
  display: inline-flex;
  height: 23px;
  padding: 0 10px;
  border: solid 1px #ccc;
  margin-right: 5px;
  font-size: 15px;
  line-height: 1;
  align-items: center;
  cursor: pointer;
}
.product-container .product-header-details .details .attr-desc .sizes .icon:hover {
  background-color: #babc16;
  border: solid 1px #babc16;
  color: #fff;
}
.product-container .product-header-details .details .attr-desc .fav {
  margin-top: 20px;
}
.product-container .product-header-details .details .attr-desc .fav .fav-icon {
  width: 38px;
  height: 38px;
  background-color: #babc16;
  display: inline-flex;
  color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
}
.product-container .product-header-details .details .attr-desc .fav .fav-icon.not-fav {
  background-color: #ccc;
}
.product-container .product-header-details .details .attr-desc .fav .fav-icon:hover {
  opacity: 0.8;
}
@media (max-width: 1700px) {
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 700px;
  }
}
@media (max-width: 1600px) {
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 650px;
  }
}
@media (max-width: 1500px) {
  .product-container .product-header-details .product-thumbs-container {
    margin-left: 60px;
  }
  .product-container .product-header-details .product-thumbs-container .product-thumbs .swiper-wrapper .thumbs-slide {
    width: 55px !important;
    height: 40px;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 600px;
  }
  .product-container .product-header-details .details {
    margin-right: 35px;
  }
}
@media (max-width: 1300px) {
  .product-container .product-header-details .product-thumbs-container {
    margin-left: 30px;
  }
  .product-container .product-header-details .product-thumbs-container .product-thumbs .swiper-wrapper .thumbs-slide {
    width: 50px !important;
    height: 35px;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 550px;
  }
  .product-container .product-header-details .details {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .product-container .product-header-details .product-thumbs-container {
    margin-left: 30px;
  }
  .product-container .product-header-details .product-thumbs-container .product-thumbs .swiper-wrapper .thumbs-slide {
    width: 50px !important;
    height: 35px;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 500px;
  }
  .product-container .product-header-details .details {
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  .product-container .product-header-details {
    display: block;
  }
  .product-container .product-header-details .product-thumbs-container {
    display: none;
  }
  .product-container .product-header-details .img {
    width: 100%;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 550px;
  }
  .product-container .product-header-details .img .product-details-pagination {
    display: flex;
  }
  .product-container .product-header-details .details {
    width: 100%;
    margin-right: 15px;
    padding: 0 25px;
  }
  .product-container .product-header-details .details .txt-desc .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .product-container .product-header-details .details .txt-desc .ad-desc {
    font-size: 15px;
  }
  .product-container .product-header-details .details .attr-desc .price {
    font-size: 20px;
    font-weight: bold;
  }
  .product-container .product-header-details .details .attr-desc .colors {
    margin-top: 20px;
  }
  .product-container .product-header-details .details .attr-desc .colors .icon {
    font-size: 30px;
  }
  .product-container .product-header-details .details .attr-desc .sizes {
    margin-top: 10px;
  }
  .product-container .product-header-details .details .attr-desc .sizes .icon {
    height: 20px;
    font-size: 13px;
  }
  .product-container .product-header-details .details .attr-desc .fav {
    margin-top: 15px;
  }
  .product-container .product-header-details .details .attr-desc .fav .fav-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 500px;
  }
}
@media (max-width: 700px) {
  .product-container .product-header-details {
    display: block;
  }
  .product-container .product-header-details .img {
    width: 100%;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 450px;
  }
  .product-container .product-header-details .details {
    width: 100%;
    padding: 0 25px;
  }
  .product-container .product-header-details .details .txt-desc .title {
    -webkit-line-clamp: 3;
  }
  .product-container .product-header-details .details .txt-desc .ad-desc {
    -webkit-line-clamp: 16;
  }
}
@media (max-width: 600px) {
  .product-container .product-header-details {
    display: block;
  }
  .product-container .product-header-details .img {
    width: 100%;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 400px;
  }
  .product-container .product-header-details .details {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 500px) {
  .product-container .product-header-details {
    display: block;
  }
  .product-container .product-header-details .img {
    width: 100%;
  }
  .product-container .product-header-details .img .product-details-swiper-container .product-image-slide {
    height: 300px;
  }
  .product-container .product-header-details .details {
    width: 100%;
    padding: 0 25px;
  }
}
.tab-header {
  width: 100%;
  margin: auto;
  padding: 0 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 202;
  background-color: #fff;
}
.tab-header .tab {
  width: 50%;
  border-bottom: solid 1px #ccc;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #041e42;
}
.tab-header .tab::after {
  content: ' ';
  width: 0;
  height: 3px;
  background-color: #babc16;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-header .tab.active {
  color: #babc16;
  font-weight: bold;
}
.tab-header .tab.active::after {
  content: ' ';
  width: 150px;
  height: 3px;
  background-color: #babc16;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .tab-header {
    display: none;
  }
}
.tab-content {
  padding-top: 25px;
}
.tab-content .show {
  display: block;
}
.tab-content .hide {
  display: none;
}
.tab-content .features .features-title {
  display: none;
}
.tab-content .features .video video {
  margin-bottom: 30px;
}
.tab-content .features .products-swiper-feature-part-one-container {
  background-color: #f2f2f2;
  margin-top: 20px;
}
.tab-content .features .products-swiper-feature-part-one-container .ctrl-menu {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: start;
  left: 160px;
  bottom: 50px;
  z-index: 200;
}
.tab-content .features .products-swiper-feature-part-one-container .ctrl-menu .ctrl-container {
  text-align: center;
  display: flex;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  border: solid 1px #011e41;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-pagination-bullet-active {
  background-color: #011e41;
  width: 10px;
  height: 10px;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item {
  width: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
  width: 60%;
  height: 450px;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
  width: 40%;
  padding-left: 1.5%;
  padding-right: 5%;
  direction: ltr;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
  margin-top: 15px;
  font-size: 16px;
}
.tab-content .features .products-swiper-feature-part-two-container {
  margin-top: 50px;
}
.tab-content .features .products-swiper-feature-part-two-container .ctrl-menu {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: end;
  left: 0;
  bottom: 50px;
  z-index: 200;
  padding-right: 300px;
}
.tab-content .features .products-swiper-feature-part-two-container .ctrl-menu .ctrl-container {
  text-align: center;
  display: flex;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  border: solid 1px #011e41;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-pagination-bullet-active {
  background-color: #011e41;
  width: 10px;
  height: 10px;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
  width: 60%;
  height: 450px;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
  width: 40%;
  padding-left: 5%;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 1700px) {
  .tab-content .features .products-swiper-feature-part-one-container .ctrl-menu {
    width: 100%;
    left: 160px;
    bottom: 50px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 420px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .ctrl-menu {
    width: 100%;
    bottom: 50px;
    padding-right: 260px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 420px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .tab-content .features .products-swiper-feature-part-one-container .ctrl-menu {
    width: 100%;
    left: 160px;
    bottom: 50px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 400px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    padding-right: 3%;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .ctrl-menu {
    width: 100%;
    bottom: 50px;
    padding-right: 260px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 400px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .tab-content .features .products-swiper-feature-part-one-container .ctrl-menu {
    width: 100%;
    left: 160px;
    bottom: 20px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 350px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    height: 205px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .ctrl-menu {
    width: 100%;
    bottom: 20px;
    padding-right: 260px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 350px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    height: 205px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tab-content .features .products-swiper-feature-part-one-container .ctrl-menu {
    width: 100%;
    left: 50px;
    bottom: 20px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 300px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    height: 190px;
    overflow: hidden;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .ctrl-menu {
    width: 100%;
    bottom: 20px;
    padding-right: 200px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 300px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    height: 190px;
    overflow: hidden;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .tab-content .features .features-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0 7px 15px;
    margin-bottom: 5px;
    border-bottom: solid 1px #041e42;
  }
  .tab-content .features .video video {
    margin-bottom: 10px;
  }
  .tab-content .features .products-swiper-feature-part-one-container {
    background-color: #fff;
    margin-top: 30px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .ctrl-menu {
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: center;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item {
    direction: unset;
    display: block;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    width: 100%;
    height: 500px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    direction: unset;
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .ctrl-menu {
    width: 100%;
    bottom: 0;
    left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item {
    display: block;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    width: 100%;
    height: 500px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt3 {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tab-content .features .products-swiper-feature-part-one-container {
    margin-top: 30px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 400px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 400px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .tab-content .features .products-swiper-feature-part-one-container {
    margin-top: 30px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 350px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 50px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 350px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .tab-content .features .products-swiper-feature-part-one-container {
    margin-top: 30px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 300px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 30px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 300px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .tab-content .features .video video {
    margin-bottom: 0;
  }
  .tab-content .features .products-swiper-feature-part-one-container {
    margin-top: 20px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 230px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-one-container .swiper-wrapper .swiper-slide .slide-item .desc .txt2 {
    font-size: 14px;
  }
  .tab-content .features .products-swiper-feature-part-two-container {
    margin-top: 30px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .product-img {
    height: 230px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc {
    margin-bottom: 30px;
    padding: 25px 3%;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tab-content .features .products-swiper-feature-part-two-container .swiper-wrapper .swiper-slide .slide-item .desc .txt2 {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .tab-content .features {
    display: block !important;
  }
  .tab-content .specifications {
    display: block !important;
  }
  .tab-content .geometry {
    display: block !important;
  }
}
.product-attribute-cotainer .product-attributes {
  margin-bottom: 15px;
}
.product-attribute-cotainer .product-attributes .title {
  border-bottom: solid 1px #041e42;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 0;
  margin-bottom: 5px;
}
.product-attribute-cotainer .product-attributes ul li {
  display: flex;
  line-height: 20px;
  text-align: left;
  list-style-type: none;
  padding: 8px 15px;
  border-bottom: solid 1px #fff;
}
.product-attribute-cotainer .product-attributes ul li:nth-child(even) {
  background: #f6f6f6;
  border-bottom: solid 1px #f6f6f6;
}
.product-attribute-cotainer .product-attributes ul li .n {
  flex: 1;
  padding-right: 5px;
}
.product-attribute-cotainer .product-attributes ul li .v {
  flex: 2;
}
.product-attribute-cotainer .product-attributes ul li:hover {
  border-bottom: solid 1px #ccc;
}
@media (max-width: 1220px) {
  .product-attribute-cotainer {
    margin-top: 15px;
  }
  .product-attribute-cotainer .product-attributes .title {
    padding-left: 15px;
  }
}
.geometry .title-1 {
  display: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: solid 1px #041e42;
}
.geometry-container {
  display: flex;
}
.geometry-container .geometry-image {
  background-size: contain;
  width: 45%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
}
.geometry-container .geometry-size {
  width: 48%;
}
.geometry-container .geometry-size .header {
  display: flex;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.geometry-container .geometry-size .header .cell {
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  flex: 2;
}
.geometry-container .geometry-size .header .cell.first {
  font-size: 18px;
  width: 160px;
  flex: unset;
}
.geometry-container .geometry-size .header .cell:nth-child(even) {
  background: #f2f2f2;
}
.geometry-container .geometry-size .rower {
  display: flex;
  border-bottom: solid 1px #ccc;
}
.geometry-container .geometry-size .rower .cell {
  padding: 10px 0;
  text-align: center;
  flex: 2;
}
.geometry-container .geometry-size .rower .cell.first {
  font-weight: bold;
  width: 160px;
  flex: unset;
}
.geometry-container .geometry-size .rower .cell:nth-child(even) {
  background: #f2f2f2;
}
.geometry-container .geometry-size .rower:hover {
  background: #f9f9f9;
}
.geometry-container .geometry-size .rower:hover .cell {
  background: #f9f9f9;
}
.recommend-size-container .title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: solid 1px #041e42;
}
.recommend-size-container .row {
  display: flex;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.recommend-size-container .row .name {
  flex: 1;
  text-align: center;
  font-weight: bold;
}
.recommend-size-container .row .recommend {
  flex: 5;
}
.recommend-size-container .row .recommend .item {
  background: #999;
  display: inline-flex;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}
.recommend-size-container .row .recommend .item span {
  color: #fff;
}
