.temlpate5_pro {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.products_introduction2 img,.products_introduction img,.products_introduction1 img{
  max-width: 100%;
}
.el-progress.is-warning .el-progress__text {
  display: none;
}
.products_introduction table {
  /* border-bottom: 1px solid #000; */
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}

.products_introduction table td,
.products_introduction table th {
  border-bottom: 1px solid #d7d5d5;
  padding: 5px 1px;
  text-align: center;
}

.products_introduction td td,
.products_introduction td th ,.products_introduction1 td td,
.products_introduction1 td th{
  border-bottom: none;
}

.products_introduction table td:nth-child(1),
.products_introduction table th:nth-child(1) ,.products_introduction1 table td:nth-child(1),
.products_introduction1 table th:nth-child(1){
  width: 20%;
}

.products_introduction table td:nth-child(2),.products_introduction1 table td:nth-child(2) {
  width: 80%;
}

.products_introduction table td:nth-child(1) {
  font-weight: 600;
}

.products_introduction1 table {
  border: 1px solid #d7d5d5;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}

.products_introduction1 table td,
.products_introduction1 table th {
  border-bottom: 1px solid #d7d5d5;
  border-right: 1px solid #d7d5d5;

  padding: 5px 1px;
  text-align: left;
}
ul {
  list-style: none;
}

.price2 {}

.products_introduction {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 1200px;
  padding: 10px;
  margin: 20px auto;
  color: #121212;
}

.products_introduction p {
  border-bottom: 1px solid #ccc;
}

.products_introduction1 {
  border-radius: 5px;
  max-width: 1200px;
  padding: 10px;
  margin: 20px auto;
  color: #121212;
}

.products_introduction2 {
  border-radius: 5px;
  max-width: 1200px;
  padding: 10px;
  margin: 20px auto;
  background: linear-gradient(34deg, var(--primary-top-bg-color), #616569);
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px;

}

.products_introduction2 tbody,
.products_introduction2 tfoot,
.products_introduction2 td,
.products_introduction2 th,
.products_introduction2 tr,
.products_introduction2 thead {
  border-color: #fff;
}

.temlpate5_left {
  width: 50%;
  padding: 10px;
  /* text-align: center; */
}

.temlpate5_right {
  padding: 10px;
  border-radius: 10px;
  position: sticky;
  top: 122px;
 
}

.temlpate5_right .data_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data_banners .carousel-cell {
  width: 230px;
  height: 230px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}

.temlpate5_right .banner_css .is-selected {
  opacity: 1 !important;
  box-shadow: 0px 2px 13px 0px var(--primary-top-bg-color)
}
.temlpate5_right .banner_css4 .is-selected {
  opacity: 1 !important;
  box-shadow: 0px 2px 13px 0px #000
}

.banner_css .carousel-cell {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary-top-bg-color);
  opacity: 0.5;
  padding: 2px;
  border-radius: 5px;
}

.banner_css1 .carousel-cell {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary-top-bg-color);
  opacity: 0.5;
  padding: 2px;
  border-radius: 50%;
  overflow: hidden;
}

.banner_css4 .carousel-cell {
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.7;
  padding: 2px;
  overflow: hidden;
}

.banner_css .is-nav-selected {
  opacity: 1 !important;
}

.banner_css .carousel-main {
  width: 500px;
  max-height: 500px;
}

.banner_css .carousel-nav {
  width: 500px;
  padding: 5px 0px;
}

.banner_css .carousel_item {
  width: 500px;
  height: 500px;
  background-color: #fff;
}

.banner_css1 .carousel_item {
  background-color: #fff;
}

.banner_css .flickity-prev-next-button.next {
  right: 0px;

}

.banner_css .flickity-prev-next-button.previous {
  left: 0px;
}

.banner_css .flickity-prev-next-button {
  background-color: #fff;
  bottom: 0;
  border: 1px solid #b3b3b3;
  margin: 0 !important;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  opacity: .9;
}

.banner_css .carousel-nav .flickity-prev-next-button {
  display: none;
}

.flickity-page-dots {
  display: none;
}

.temlpate5_pro .big_sku {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.temlpate5_pro .big_sku .carousel-el {
  width: 100%;
  height: 85px;
  padding: 0px 20px;
}
.temlpate5_right_pro{
  width: 50%;
}
.temlpate5_pro .big_sku .flickity-prev-next-button.previous {
  top: 35px;
  left: -15px;
}

.temlpate5_pro .big_sku .flickity-prev-next-button.next {
  top: 35px;
  right: -15px;
}

.temlpate5_pro .big_sku .flickity-prev-next-button {
  width: 35px;
  height: 35px;
  background-color: #fff;
}

.temlpate5_pro .big_sku .sku_data_list {
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.temlpate5_pro .big_sku .sku_data_list1 {
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  width: 75px;
}

.temlpate5_pro .big_sku .sku_data_list2 {
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  width: 75px;
}

.temlpate5_pro .big_sku .sku_data_list3 {
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  width: 75px;
  position: relative;
}

.temlpate5_pro .big_sku .sku_data_list4 {
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  width: 75px;
  position: relative;
}

.temlpate5_pro .big_sku .sku_data_list5 {
  margin: 0px 1px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  width: 75px;
  height: 75px;
  position: relative;
}

.temlpate5_pro .big_sku .sku_data_list5:hover {
  border-bottom: 2px solid var(--primary-top-bg-color) !important;
}

.temlpate5_pro .add_btn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: var(--primary-top-bg-color);
  border: 1px solid var(--primary-top-bg-color);
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.temlpate5_pro .btn1 .add_btn {
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-right: 10px;
  width: 40%;
}

.temlpate5_pro .btn2 .add_btn {
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-right: 10px;
  width: 40%;
}

.temlpate5_pro .btn3 .add_btn {
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-right: 10px;
  background-image: linear-gradient(to right, var(--primary-top-bg-color) 0%, #9a9a9a 51%, #cac8c7 100%);
  color: white;
  background-size: 200% auto;
  width: 40%;
}

.temlpate5_pro .btn4 .add_btn {
  position: relative;
  border: 1px solid var(--primary-top-bg-color);
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--primary-top-bg-color);
  color: #fff;
  transition: background-color 0.3s ease;
}

.temlpate5_pro .btn4 .add_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--primary-top-bg-color);
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s ease;
}

.temlpate5_pro .btn5 .add_btn {
  width: 48%;
  background: linear-gradient(45deg, var(--primary-top-bg-color), #6c7a89);
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 5px 5px 4px #00000080;
  transition: all 0.3s ease;
  cursor: pointer;
}

.temlpate5_pro .Quantity1 {
  /* margin-top: 10px; */
 }

.Quantity1 .el-input-number__increase {
  border-left: none;
}

.Quantity1 .el-input-number__decrease {
  border-right: none;
}

.pro_from {
  max-width: 1200px;
  margin: 20px auto 0px;
  padding: 10px;
  font-weight: 600;
}

.pro_from a {
  font-weight: 600;
}

@media screen and (max-width: 3400px) and (min-width: 600px) {
  .temlpate5_pro .btn4 .add_btn:hover::before {
    transform: translate(-50%, -50%) scale(2);
  }

  .temlpate5_pro .btn4 .add_btn:hover {
    background-color: transparent;
    color: #fff;
  }

  .temlpate5_pro .add_btn:hover {
    color: #121212;
    border: 1px solid var(--primary-top-bg-color);
    background-color: #fff;
  }

  .temlpate5_pro .btn5 .add_btn:hover {
    box-shadow: 0 0 30px var(--primary-top-bg-color);
    transform: scale(1.05);
    border: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 500px) {
  .temlpate5_left {
    width: 100%;
  }
  .temlpate5_pro{
    justify-content: center;
  }
  .temlpate5_right_pro{
    width: 100%;
  }
}

@media screen and (max-width: 600px) { 
  .temlpate5_right_pro{
    width: 100%;
  }
  .temlpate5_left {
    width: 100%;
  }

  .data_banners .carousel-cell {
    width: 150px;
    height: 150px;
  }

  .temlpate5_right {
    width: 100%;
  }

  .banner_css .carousel-main {
    width: 100%;
  }

  .banner_css .carousel-nav {
    width: 100%;
  }
}