
.arrow-right {
  position: absolute;
  width: 20px;
  height: 88px;
  cursor: pointer;
  background: #eee;
  z-index: 100;
  opacity: 0.5;
  color: #fff;
}
.more-views{
  max-width: 680px;
  overflow: hidden;
}
#slider img{
  max-width:100%;
}
.case_box{
  max-width: 580px;
  max-height: 580px;
}
/*auto height*/
.swiper-slide:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-image-thumbs a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-thumbs a img {
  max-width: 100%;
  height: auto;
}
/*auto height end*/
.case_box img{
  max-width: 100%;
}
#option-div{
  margin-top: 25px;
}
.attr_menu_box,.option_menu_box{
  display: flex;
  flex-wrap: wrap;
}
.attr_menu_box .attr_menu_box_child,.attr_menu_box .attr_menu_box_select,.option_menu_box_select{
  display: flex;
  border: solid 1px #4e4e4e;
  padding: 8px 10px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  border-radius: 2px;
}

.attr_menu_box .attr_menu_box_child.selected,.attr_menu_box .attr_menu_box_select.active,.option_menu_box_select.active{
  border: solid 1px #c69c6d;
  color: #fff;
}
.redtext{
  color: red;
  padding: 0px 5px;
  font-weight: bolder;
}


.mut_list{
  display: flex;
  flex-wrap: wrap;
}
.mut_list .mut_item {
  max-width: 26%;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 10px;
  margin-right: 1%;
  margin-bottom: 1%;
}
.mut_list .mut_item label{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mut_list .mut_item label img{
  max-width: 100%;
  max-height: 100%;
}
.onegoods_detail{
  padding-top: 40px;
}


.onegoods_detail .product-view .product-name h1 {
  /*font-family: "Archivo Black", sans-serif;*/
  /*font-size: 39.1px;*/
}
.price-info .price-box{
  display: flex;
}

.price-box.price-boxstyle .price-five-box span{
  font-weight: normal;
  font-size: 32px;
  color: #ff3f7f;
}
.product-view .product-shop .price-box .price-retail{
  margin-top: 0px;
}
.price-box .price {
  font-size: 18px;
}
.product-view .product-shop .price-info{
  border: none;
  padding-bottom: 45px;
}
.goods_attribute_titles{
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: bolder;
}
.product-shop .product-options dt label{
  /*font-family:Heebo, sans-serif;*/
  font-size: 16px;
  /*font-weight: bolder;*/
}
.product-name {
  padding-left: 3px;
  margin-bottom: 30px;
}
.product-options-bottom{
  border: none;
  margin-top: 0px;
}
.product-explain{
  border: none;
}
.product-view .add-to-cart .qty-wrapper{
  display: none;
}
.product-view .add-to-cart-buttons{
  display: flex;
  width: 100%;
  margin: 40px 0px 0px 0px;
}

.product-view .add-to-cart-buttons .button,.buy-it-now {
  border-radius: 41px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  float: left;
  width: 100%;
  white-space: normal;
  background: var(--all-bg-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: solid 1px hsl(0, 0%, 80%);
}
.product-view .add-to-cart-buttons .button span ,.buy-it-now span{
  padding: 0;
  font-weight:normal;
  font-size: 15px;
  line-height: 40px;
  color: #000;
  background: none;
}

.product-view .add-to-cart-buttons .button{
  background: none;
  font-weight: normal;
}

.product-view .add-to-cart-buttons .button.validation-passed{
  background: #fff;
}
.buy-it-now{
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.buy-it-now:hover{
  /*background: #314c67;*/
  border: none;
}

.product-view .add-to-cart-buttons .buy-it-now {

}

.product-details-info-box{
  margin-top: 30px;
  clear: both;
}

.product-details-info-box .title_ico{
  font-size: 12px;
}
.product-details-info-box .box-title{
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px hsl(0, 0%, 70%);
  line-height: 55px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 0px 15px;
}
.product-details-info-box .box-content{
  padding: 15px;
  display: none;
  word-wrap: break-word;
}

.product-details-info-box .box-content img{
  max-width:100%;
  height: auto;
}
.product-details-info-box .box-title.active{
  border-bottom:none;
}

.review_title {
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
  margin-top: 55px;
}

.swiper-button-next-goods,.swiper-button-prev-goods{
  position: absolute;
  width: 20px;
  height: 95px;
  cursor: pointer;
  background: #eee;
  z-index: 100;
  opacity: 0.5;
  color: #4a4a4a;
  bottom: 0px;
  font-family: "iconfont" !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev-goods{left: 0px;}
.swiper-button-prev-goods:before {content: "\e605";}
.swiper-button-next-goods{right: 0px;}
.swiper-button-next-goods:before {content:"\e617";}


.arrow-right,.arrow-left{
  position: absolute;
  width: 40px;
  height: 88px;
  cursor: pointer;
  background: #eee;
  z-index: 100;
  opacity: 0.5;
  color: #000;
  top: 45%;
  font-family: "iconfont" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "iconfont" !important;
  font-size: 19px;
}

.arrow-left{
  border-radius: 0px 5px 5px 0px;
  left: 0px;
}
.arrow-left:before {content: "\e605";}
.arrow-right{
  right: 0px;
  border-radius: 5px 0px 0px 5px;
}
.arrow-right:before {content:"\e617";}

