/*============================================================================================*/
/* PRODUCT PAGE */
/*============================================================================================*/
.baidea-product {
}

.row {
  display: flex;
  justify-content: space-between;
  font-family: 'Gotham-Book';
  margin-bottom: 30px;
}

.col {
  width: 50%;
}
.col_1{width: 40%;}
.col_2{width: 60%;}
.countdown_inner {
  background: #F33;
  color: #fff;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .countdown_inner {
    margin-bottom: 15px;
  }
}

.countdown_inner.version_2 {
  padding: 10px 5px;
  position: relative;
}

.countdown_inner.version_2:before {
  border-style: solid solid solid none;
  border-width: 15px 15px 15px 0;
  bottom: -26px;
  content: "";
  left: 0;
  position: absolute;
  width: 15px;
  border-color: #F33 transparent transparent;
}

@media (max-width: 991px) {
  .countdown_inner.version_2:before {
    display: none;
  }
}

.countdown_inner.version_2 strong {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
}

.countdown_inner .countdown {
  position: static;
  font-size: 16px;
  font-size: 1rem;
  width: auto;
  margin: 0;
  display: inline-block;
}

.countdown_inner .countdown:before {
  display: none;
}

/*-------- Carousel with thumbs --------*/
.all {
  width: 100%;
  height: auto;
}

.all .slider,
.all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.all .slider .owl-nav,
.all .slider .owl-dots,
.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
  display: none;
}

.all .slider:hover .left,
.all .slider:hover .right,
.all .slider-two:hover .left,
.all .slider-two:hover .right {
  visibility: visible;
  opacity: 1;
}

.all .slider:hover .left,
.all .slider-two:hover .left {
  left: 20px;
}

.all .slider:hover .right,
.all .slider-two:hover .right {
  right: 20px;
}

.all .slider .item-box,
.all .slider-two .item-box {
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {

  .all .slider .item-box,
  .all .slider-two .item-box {
    height: 350px;
  }
}

.all .slider .left,
.all .slider .right,
.all .slider-two .left,
.all .slider-two .right {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.all .slider .left:hover,
.all .slider .right:hover,
.all .slider-two .left:hover,
.all .slider-two .right:hover {
  visibility: visible;
  opacity: 1;
}

.all .slider .left,
.all .slider-two .left {
  left: -20px;
  transition: left ease .25s;
}

.all .slider .left:hover,
.all .slider-two .left:hover {
  left: 20px;
}

.all .slider .left.nonl,
.all .slider .right.nonr,
.all .slider-two .left.nonl,
.all .slider-two .right.nonr {
  opacity: 0;
  visibility: hidden;
}

.all .slider .left.nonl,
.all .slider-two .left.nonl {
  left: -20px;
}

.all .slider .right,
.all .slider-two .right {
  right: -20px;
  transition: right ease .25s;
}

.all .slider .right:hover,
.all .slider-two .right:hover {
  right: 20px;
}

.all .slider .right.nonr,
.all .slider-two .right.nonr {
  right: -20px;
}

.all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.all .slider-two .item {
  transition: all ease .25s;
  height: 100px;
  border: solid 2px #e6ecf2;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}

.all .slider-two .item.active {
  border: solid 2px #ccc;
}

.all .slider-two .owl-stage {
  padding: 20px 0;
}

.all .slider-two .left-t,
.all .slider-two .right-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all ease .25s;
  width: 40px;
  height: 99px;
  background: no-repeat rgba(82, 25, 131, 0.8) url(../img/arrow_right.svg) center center;
}

.all .slider-two .left-t:hover,
.all .slider-two .right-t:hover {
  visibility: visible;
  opacity: 1;
}

.all .slider-two .left-t {
  transform: rotate(180deg);
  left: -40px;
}

.all .slider-two .left-t:hover {
  left: 0;
}

.all .slider-two .left-t.nonl-t,
.all .slider-two .right-t.nonr-t {
  opacity: 0;
  visibility: hidden;
}

.all .slider-two .left-t.nonl-t {
  left: -40px;
}

.all .slider-two .right-t:hover {
  right: 0;
}

.all .slider-two .right-t.nonr-t {
  right: -40px;
}

.prod_info {
}


.prod_info p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .prod_info {
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.prod_info h1 {
  font-size: 28px;
  margin: 0 0 2px 0;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.prod_info h1 .radiu-button{position: absolute;right: 0;top: 0;width: 180px;height: 40px;line-height: 40px;text-indent: 15px;}
.prod_info h1 .radiu-button::after{ right: 10%;}
.prod_info .rating {
  margin-bottom: 10px;
}



.prod_info small {
  font-weight: 600;
}

.prod_info.version_2 {
  border-bottom: none;
}

.prod_info .app_img {
  margin: 5px;
  width: 80px;
  height: 80px;
}

.prod_options {
  padding: 0px 0 20px 0;
}

@media (max-width: 991px) {
  .prod_options {
    padding: 0 0 20px 0;
  }
}

.prod_options label {
  padding-top: 5px;
}

.prod_options .nice-select {
  border: 1px solid #dddddd;
  height: 40px;
  line-height: 34px;
  padding-left: 10px;
}

.prod_options .nice-select:after {
  right: 15px;
}

.prod_options strong {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
}

.prod_options .colors ul {
  margin: 0;
  padding: 0;
}

.prod_options .colors ul li {
  display: inline-block;
  margin-right: 5px;
}

.prod_options .colors ul li a.color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
}

.prod_options .colors ul li a.color:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.prod_options .colors ul li a.color.active:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.prod_options .colors ul li a.color.active:before {
  font-family: 'themify';
  content: "\e64c";
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  position: absolute;
  font-weight: bold;
  top: 8px;
  left: 8px;
}

.prod_options .colors ul li a.color.color_1 {
  background-color: #ffcc00;
}

.prod_options .colors ul li a.color.color_2 {
  background-color: #ff9933;
}

.prod_options .colors ul li a.color.color_3 {
  background-color: #ff9966;
}

.prod_options .colors ul li a.color.color_4 {
  background-color: #ff9999;
}

.prod_options .colors ul li a.color.color_5 {
  background-color: #ffcc00;
}

.prod_options.version_2 {
  border: none;
}

.price_main {
  line-height: 1;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .price_main {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .price_main {
    margin-bottom: 10px;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .price_main {
    margin-bottom: 0;
  }
}

.price_main .old_price {
  font-size: 18px !important;
  font-size: 1rem !important;
}

.price_main .new_price {
  font-size: 24px;
  font-size: 1.5rem;
}

.price_main .percentage {
  top: -2px;
}

@media (max-width: 767px) {
  .btn_add_to_cart {
    text-align: right;
  }
}

.btn_add_to_cart a.btn_1 {
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 767px) {
  .btn_add_to_cart a.btn_1 {
    display: inline-block;
    width: auto;
    margin-top: 30px;
  }
}

.nav-link {
  display: block;
  padding: 0 15px 30px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #521983;
  color: #521983;
  background-color: transparent;
}

.tabs_product {
  text-align: center;
  margin-top: 30px;
  background: #f7f7f7;padding-top: 30px;padding-bottom: 50px;
}

@media (max-width: 767px) {
  .tabs_product {
    margin-top: -30px;
    padding-top: 0;
  }
}

.tabs_product .nav-tabs {
  border: none;
  display: flex;
}

@media (max-width: 767px) {
  .tabs_product .nav-tabs {
    display: none;
  }
}

.tabs_product .nav-tabs .nav-item {
  text-transform: uppercase;
  font-weight: 500;
}

.tabs_product.version_2 {
  margin-top: 0;
}

.tabs_product.version_2 .nav-tabs {
  justify-content: center;
  flex-direction: row;
}

.tabs_product.version_3 {
  margin-top: 0;
  position: relative;
}

@media (max-width: 767px) {
  .tabs_product.version_3 .nav-tabs {
    display: flex;
  }
}

.product_actions ul {
  margin: 15px 0 0 2px;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .product_actions ul {
    display: none;
  }
}

.product_actions ul li {
  float: left;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .product_actions ul li {
    margin: -5px 10px 0 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {

  .product_actions ul li:first-child i,
  .product_actions ul li:nth-child(2) i {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.product_actions ul li a {
  color: #444;
}

.product_actions ul li a:hover {
  color: #521983;
}

.product_actions ul li a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .product_actions ul li a span {
    display: none;
  }
}

.tab_content_wrapper {
  background-color: #f8f8f8;
  padding: 30px 0 15px 0;
}

@media (max-width: 991px) {
  .tab_content_wrapper {
    padding: 30px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .tab_content_wrapper {
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
  }
}

.tab_content_wrapper hr {
  margin: 50px 0 50px 0;
  border: none;
  /* 移除默认边框 */
  border-width: 4px;
  border-top: 2px dashed #521983;
  /* 添加虚线样式，灰色 */
}

.tab_content_wrapper .card {
  border: none;
  background-color: transparent;
}

.tab_content_wrapper .card .card-header {
  margin: 0 -15px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #dddddd;
  background-color: #f8f8f8;
}

.tab_content_wrapper .card .card-header a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #111;
}

.tab_content_wrapper .card .card-body {
  padding: 0;
}

.tab_content_wrapper .card .card-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .tabs_product .nav-tabs {
    display: flex;
  }

  .tab_content_wrapper .card {
    border: none;
  }

  .tab_content_wrapper .card .card-header {
    display: none;
  }

  .tab_content_wrapper .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab_content_wrapper .fade:not(.show) {
    opacity: 1;
  }

  .tab_content_wrapper .tab-pane {
    display: block !important;
    opacity: 1;
  }

  .tab_content_wrapper .card .card-header {
    margin-bottom: 15px;
    border: 0;
  }

  .tab_content_wrapper .card .card-header a:after {
    font-family: themify;
    width: 20px;
    display: block;
    float: right;
  }

  .tab_content_wrapper .card .card-header a.collapsed:after {
    content: "\e61a";
  }

  .tab_content_wrapper .card .card-header a:after {
    content: "\e622";
  }
}

.review_content {
  margin-bottom: 30px;
}

.review_content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.review_content .rating {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  float: left;
}

.review_content .rating i {
  width: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  background-color: #fec348;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 2px;
}

.review_content .rating i.empty {
  background-color: #ccc;
}

@media (max-width: 575px) {
  .review_content .rating {
    float: none;
    display: block;
  }
}

@media (max-width: 575px) {
  .review_content .rating em {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}

.review_content em {
  font-weight: 500;
  color: #999;
  line-height: 22px;
  margin-left: 5px;
  float: right;
}

@media (max-width: 575px) {
  .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.table.sizes td,
.table.sizes tr th {
  white-space: nowrap;
}
.list-group{width: 100%;border-top: 1px solid #f2f2f2;padding-top: 20px;margin-bottom: 20px;}
.list-group p {
  position: relative;
  padding-left: 20px;font-size: 14px;color: #333;margin-bottom: 10px;
}

.list-group p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #999 transparent transparent transparent;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.Features_Benefits{width: 100%;margin: 20px auto;display: flex}
.Features_Benefits h5{line-height: 2;font-size: 16px;background-color: #13347b;color: #fff;text-align: center;border: 1px solid #13347b;font-weight: bold;}
.Features_Benefits p{line-height: 2;font-size: 16px;background-color: #fff;color: #333;text-align: center;border: 1px solid #13347b;margin-bottom: 0;border-bottom: 0;text-align: left;text-indent: 15px;box-sizing: border-box;}
.Features_Benefits p:last-child{border-bottom: 1px solid #13347b;}
.Features_Benefits .col:first-child p,.Features_Benefits h5{border-right: 0;}
.Features_Benefits .Benefits h5{border-left-color: #fff;}

.p_content table{width: 100%; margin: 20px auto 0;text-align: center;border-collapse: collapse;}
.p_content th{line-height: 2;font-size: 16px;background-color: #13347b;color: #fff;border: 1px solid #fff}
.p_content td{font-size: 14px;border: 1px solid #fff;padding: 10px 0;}
.p_content tr:nth-child(2n){
  background-color: #efefef;
}

.nozzle{width: 100%;display: flex;flex-wrap: nowrap;}
.nozzle li{width: 10%;text-align: center;background-color: #fff;}
.nozzle li p{line-height: 2;font-size: 14px;}


.Purpose{width: 100%;display: flex;flex-wrap: nowrap;justify-content: flex-end;margin: 15px auto;}
.Purpose li{text-align: center;margin-left: 15px;}
.Purpose li p{line-height: 2;font-size: 14px;}
.Purpose li img{border: 1px solid #333;border-radius: 50%; width: 60px;}

.Grit h5{font-size: 18px;font-weight: bold;line-height: 2;position: relative;padding-bottom: 10px;}
.Grit h5 dl{position: absolute;right: 0;top: 0;display: flex;flex-wrap: nowrap;justify-content: end;}
.Grit dd{font-size: 14px;font-weight: normal;position: relative;margin-left: 20px;}
.Grit dd em{display: inline-block;width: 12px; height: 12px;border-radius: 50%;box-shadow: none;margin-right: 10px;position: relative;top:2px}
.Grit dd em.Regular{background-color: #333; border: 1px solid #333;}
.Grit dd em.lrregular{background-color: #fff; border: 1px solid #333;}
.Grit dd em.Optional{background-color: #fff; border: 1px solid #333;border-radius: 0%;}

.Grit ul{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.Grit ul li p{display: block;text-align: center;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.Grit ul li em{display: inline-block;width: 15px; height: 15px;border-radius: 50%;box-shadow: none;position: relative;margin-top:10px}
.Grit ul li em.Regular{background-color: #333; border: 1px solid #333;}
.Grit ul li em.lrregular{background-color: #fff; border: 1px solid #333;}
.Grit ul li em.Optional{background-color: #fff; border: 1px solid #333;border-radius: 0%;}

.pic{
	width: 95%;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.pic img{
  transition: all .3s;
}
.pic img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pic .Colors{position: absolute;bottom: 2%; width: 50%;left: 50%;margin-left: -25%;display: flex;flex-wrap: nowrap;justify-content: center;}
.pic .Colors li{text-align: center;width: 20%;}
.pic .Colors li img{border-radius: 50%;border: 1px solid rgba(0, 0, 0, 0.5);margin: 0 auto;width: 30px;}
.pic .Colors li p{font-size: 14px;}
.pic-slide {
	width: 95%;
}

.view .swiper-container {
	width: 100%;
	height: 500px;
}

.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 430px;
	height: 82px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 87px;
	height: 82px;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.other-product{padding: 20px 0;}
.other-product h1{margin-bottom: 15px;}

@media(max-width:1200px) {
  .row{flex-wrap: wrap;}
  .col, .col_2{width: 100%;}
  .col_1{width: 100%;text-align: center;}
  .Features_Benefits{flex-wrap: wrap;}
  .Benefits{margin-top: 20px;}
  .prod_info{margin-top: 20px;}
  .pic{width: 100%;}
  .Purpose{justify-content: flex-start;}
   .Purpose li{margin-left: 0;width: 8%;}
   .other-product{padding:  0;}
   .display-6{padding-bottom: 10px;border-bottom: 1px solid #f5f5f5;}
   .Features_Benefits .col:first-child p, .Features_Benefits h5{border-right: 1px solid #13347b;}
   .Features_Benefits .Benefits h5{border-left: 1px solid #13347b;}
}
@media(max-width:768px) {
  .row{margin-bottom: 10px;}
  .nozzle{flex-wrap: wrap;background: #fff;}
  .nozzle li{width: 25%;}
  .Purpose{flex-wrap: wrap;}
  .Purpose li{width: 20%;margin-bottom: 10px;}
  footer .copyright .left{width: 100%;}
  footer .copyright .left ul{justify-content: center;}
  footer .copyright .right{line-height: 2;text-align: center;}
  footer .copyright .right{width: 100%;}
  .prod_info h1 .radiu-button{position: fixed;bottom: 0;width: 100%;top: auto;border-radius: 0;line-height: 45px;text-align: center;height: 45px;font-size: 18px;}
   .prod_info h1 .radiu-button::after{display: none;}
	.Features_Benefits p{text-indent: 0;padding: 5px;}
  .Grit{background: #fff;text-align: center;padding: 10px 0;}
  .Grit ul{flex-wrap: wrap;justify-content: flex-start;}
    .Grit ul li{width: 20%;}
    .Grit h5 dl{position: relative;justify-content: center;}
    .Grit h5 dl dd{margin:0 10px ;}
}