li {
  list-style: none;
}

/* a, a:hover, a:active, a:focus {
  text-decoration: none !important;
  cursor: pointer;
} */

 .frame {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

.frame .text{
	text-align:center;
	margin:0 auto;
}

.frame .text h3{
	font-weight:bold;
	padding-bottom:30px;
}

.frame .text .product-wrap h3{
	font-size: 20px;
	text-align: center;
    margin-top: 10px;
	color: #000!important;
}

.product h3{
    text-align: center;
    margin-top: 10px;
}

.frame .content-panel .content h3{
	font-size: 20px!important;
    text-align: center!important;
    margin-top: 10px!important;
}

/* #apc-product .product {
  padding-top: 15px;
  padding-bottom: 30px;
} */

.product ul.tab-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 24px;
    width: 45%;
    margin: 0 auto;
}

.product ul.tab-wrap li.tab {
  margin: 0 10px;
}
.product ul.tab-wrap li.tab a {
  display: block;
  color: black;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
}


.product ul.tab-wrap li.tab.active a {
    color: #ff8900;
    text-decoration: none;
}
.product ul.tab-wrap li.tab.active a:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ff8900;
}

@media only screen and (max-width: 1025px){
.product ul.tab-wrap {
    justify-content: center;
    width: 100%;
}
}

.product .content-panel {
  position: relative;
  height: 80vw;
  max-height: 320px;
}
.product .content-panel .content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: white;
}
.product .content-panel .content .product-slider .product-link {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #ff8900;
}
.product .content-panel .content .product-slider .product-link .product-wrap .product-img {
  width: 100%;
  height: 52vw;
  background-color: white;
}
.product .content-panel .content .product-slider .product-link .product-wrap .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 480px) {
  .product .content-panel .content .product-slider .product-link .product-wrap .product-img {
    height: 27vw;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  .product .content-panel .content .product-slider .product-link .product-wrap .product-img {
    height: 17vw;
    max-height: 226px;
  }
}
.product .content-panel .content .product-slider .product-link .product-wrap .product-title {
  color: black;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.product .content-panel .content .product-slider .product-link .product-wrap h3:after {
  content: "";
  font-family: "fontAwesome";
/*   font-weight: bold; */
  color: #ff8900;
  margin-left: 10px;
}
/* .product .content-panel .content .product-slider .product-link:hover {
  filter: brightness(0.9);
} */
@media screen and (min-width: 992px) {
  .product .content-panel .content .product-slider {
    margin-top: 10px;
  }
}
.product .content-panel .content.active {
  height: auto;
}
@media screen and (min-width: 480px) {
  .product .content-panel {
    height: 38vw;
    max-height: 270px;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  .product .content-panel {
    height: 26vw;
    max-height: 300px;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) and (min-width: 1200px) {
  .product .content-panel {
    height: 25vw;
    max-height: 348px;
  }
}
.product .button-wrap {
  margin-top: 30px;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 20px;
}

.slick-dots {
  bottom: -30px!important;
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: #ff8900 !important;
}

.slick-prev:before, .slick-next:before {
  font-family: "fontAwesome";
  font-weight: bold;
}

button.slick-prev {
    left: -20px;
}

.slick-next:before {
  content: "";
}

.slick-prev:before {
  content: "";
}
