body{
	position: unset!important;
}
.relieved-shopping{
    border: 1px solid #ea6c4b;
	margin-bottom: 20px;
	position: relative;
}
.relieved-shopping ul{
	list-style-type: none;
}
.relieved-shopping li{
	line-height: 42px;
	text-align: center;	
	padding: 0px;
}
.relieved-shopping li:nth-child(2){
	border-right: 1px solid #ea6c4b;
	border-left: 1px solid #ea6c4b;	
}
.relieved-shopping .relieved-shopping-service .relieved-shopping-service-text{
	color: #ea6c4b;
}
.relieved-shopping  .relieved-shopping-text{
	color:#ffffff;
	background: #93c47d;
    padding: 3px;
	text-align: center;
	display: inline-block;
}

.relieved-shopping  .relieved-shopping-rex-text{
	color:#ffffff;
	background: #93c47d;
    padding: 3px;
	text-align: center;
    display: inline-block;
}
.relieved-shopping .relieved-shopping-text-product{
	vertical-align: middle;
    display: inline-block;
    color: #000000;
}
.authentic-view{
    position: absolute;
    z-index: 999;
    right: 50%;
    top: 45px;
    background: #fff;
}

@media(max-width:760px){
	.relieved-shopping li:first-child{
		border-bottom: 1px solid #ea6c4b;	
	}
	.relieved-shopping li:nth-child(2){
		border-left:none ;	
	}
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
}

.gallery-top .swiper-slide-active{
	cursor: zoom-in;
}

.gallery-top {
  height: 80%;
  width: 100%;
  height: 442px;
  border: 1px solid #AAA;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  margin-top: 10px;
  /*padding: 10px 0;*/
  height: 63.4286px;
  overflow: initial !important;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border: 3px solid #ccc;
}

.gallery-thumbs2 .swiper-slide{
  border: 3px solid #ccc;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide-thumb-active{
  border: 3px solid #2ba7ee !important;
}

.photo-view-background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	/*display: none;*/
}

.arrow{
	background-color: #000;
	opacity: 0.6;
	border-radius: 3px;
	background-size: 16px !important;
}

.photo-view{
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -45%;
	margin-top: -20%;
	width: 90%;
	height: 80%;
	z-index: 10000;
	border-radius: 3px;
	opacity: 1;
	box-shadow: 0 4px 6px rgba(0,0,0,.25);
}

.photo-view-header{
	height: 35px;
	border-radius: 3px 3px 0 0; 
	border-bottom: 1px solid #cdcdcd;
	background: linear-gradient(to bottom,#f7f7f7,#eaeaea)
}

.photo-view i{
	position: absolute;
	top: 7.5px;
	right: 10px;
	font-size: 1.4rem;
	cursor: pointer;
}

.photo-view i:hover{
	color: red;
}

.photo-view-content{
	margin-top: 25px;
}

.gallery-thumbs2{
	margin-top: 25px !important;
	height: 100px !important;
	background-color: #fff;

}

.gallery-top2{
	height: 480px;
}

.photo-view-waist{
	width: 75%;
	margin: 0 auto;
}

.swiper-button-disabled{
	pointer-events: initial !important;
}

.product-coupons-background{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    text-align: center;
}
	
.product-coupons-background::before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.product-coupons-block{
    background-color: #fff;
    display: inline-block;
    z-index: 999;
    border-radius: 3px;
    opacity: 1;
    box-shadow: 0 4px 6px rgba(0,0,0,.25);
    vertical-align: middle;
    width: 50%;
}

.product-coupons-block .product-coupons-list-header{
	height: 35px;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid rgb(205, 205, 205);
    background: linear-gradient(rgb(247, 247, 247), rgb(234, 234, 234));
    position: relative;
}

.product-coupons-block .product-coupons-list-header span{
	line-height: 2.5
}

.product-coupons-block .product-coupons-list-header .product-coupons-cancle i{
	position: absolute;
    top: 7.5px;
    right: 10px;
    font-size: 1.4rem;
    cursor: pointer;
    color: #333;
}

.product-coupons-block .product-coupons-list-header .product-coupons-cancle i:hover{
	color: #e61e25;
}

.product-coupons-list-block{
	padding: 20px 20px 0 20px;
}

.product-coupons-list-block .top-coupon-list{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.product-coupons-list-footer{
	padding: 10px;
}

.product-coupons-list-footer .btn{
	border-radius: 3px;
}

.product-coupons{
	border-radius: 3px;
}