.product-single .product_title{
	color: #fff;
	margin: 0 0 122px;
	padding: 27px 0 0;
	word-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font: 500 29px/36px 'Open Sans', sans-serif;
}
.product-single .container{
	max-width: 525px;
}
.box-bg{
	background: rgba(255, 255, 255, 0.06);
	border-radius: 3px;
}
.product-box{ 
	position: relative;
	margin: 0 0 90px;
	padding: 18px 10px 23px 20px;
}
.product-single .discount{
	top: -74px;
	right: 50%;
	z-index: 20;
	color: #fff;
	margin: 0 40px 0 0;
	position: absolute;
	-ms-transform: rotate(0deg) translateX(50%); /* IE 9 */
    -webkit-transform: rotate(0deg) translateX(50%); /* Chrome, Safari, Opera */
    transform: rotate(0deg) translateX(50%);
	/*width: 30px;
	height: 30px;*/
}
.product-single .discount .dis-txt span{ 
	display: block;
}
.product-single .discount .dis-txt{
	position: absolute;
	left: 0;
	top:0;
	text-align: center;
	width: 74px;
	height: 74px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 30px;
	padding: 7px 0 0;
}
.product-single .discount .star span{
	width: 74px;
	height: 74px;
	background: #77B204;
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
.product-single .discount .star .star1{
	-moz-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
}
.product-single .discount .star .star2{
	-moz-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	-o-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
}
.product-single .discount .star .star3{
	-moz-transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
	-o-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
}
.product-single .discount .star .star4{
	-moz-transform: rotate(87deg);
	-webkit-transform: rotate(87deg);
	-o-transform: rotate(87deg);
	-ms-transform: rotate(87deg);
	transform: rotate(87deg);
}
.product-single .discount .star .star5{
	-moz-transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
	-o-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	transform: rotate(108deg);
}
.product-box .img {
    position: absolute;
    right: 20px;
    top: 75px;
    width: 250px;
}
.product-box .img img{ width:100% !important; height: auto !important; }
/*.product-box .prod-details{
	overflow: hidden;
}*/
.product-box .title{
	color: #C765F8;
	display: block;
	margin: 0 0 6px;
	text-transform: uppercase;
	font: 500 16px/20px 'Open Sans', sans-serif;
}
.product-box .txt{
	color: #fff;
	display: block;
	margin: 0 0 7px;
	text-transform: uppercase;
	font: 500 16px/20px 'Open Sans', sans-serif;
}
.product-box .perb{
	color: #fff;
	display: block;
	margin: 0 0 20px;
	padding: 11px 0 0;
	font: 600 13px/20px 'Open Sans', sans-serif;
}
.product-box .price-box{
	width: 157px;
	padding: 4px 5px 7px;
	border-radius: 3px;
	margin: 0 0 0 -5px;
	vertical-align: top;
	background: #341e3d;
	display: inline-block;
	text-align: center;
}
.product-box .price-box .pric{
	width: 115px;
	color: #C765F8;
	text-align: right;
	vertical-align: bottom;
	font: 700 46px/40px 'Open Sans Condensed';
}
.product-box .price-box .add{
	width: 28px;
	color: #fff;
	padding: 0 0 0 5px;
	vertical-align: bottom;
	font: 500 15px/20px "Open Sans", sans-serif;
}
.product-box .btn-box{
	width: 313px;
	margin: 0 0 0 16px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.product-box .q-left{
	top: -32px;
	z-index: 9;
	right: -6px;
	color: #fff;
	width: 56px;
	height: 56px;
	padding: 4px 2px 0;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background: #D60000;
	text-transform: uppercase;
	font: 500 18px/21px "Open Sans",sans-serif;
}
.product-box .button{
	color: #fff;
	display: block;
	padding: 0 33px 1px;
	border-radius: 3px;
	text-align: center;
	border-radius: 4px;
	background: #C765F8;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	font: 700 27px/49px "Open Sans Condensed",sans-serif;
}
.product-box .button:hover{opacity: 0.8;}
.product-single .box h2{
	font: 500 22px/25px "Open Sans",sans-serif;
	color: #fff;
	margin:0 0 15px;
	text-transform: uppercase;
	text-align: center;
}
.desc-box{
	text-align: center;
	margin: 0 0 84px;
}
.dec-box{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding: 24px 15px 10px;
}
.dec-box p{ margin: 0 0 16px;font-size: 16px;line-height: 23px; }
.review-box{
	color: #fff;
	text-align: center;
	margin: 0 0 44px;
}
.review-box .commentlist{
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-box .box-bg{
	padding: 27px 30px;
}
.review-box .commentlist .description p{ margin: 0 0 19px; }
.review-box .commentlist li{
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
.review-box .commentlist li strong{
	font-size: 15px;
	line-height: 18px;
}
.review-box .commentlist li .meta{ margin: 0 0 37px; }
.review-box #review_form_wrapper{
	display: none;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 21px;
  line-height: 21px;
  height: 21px;
  width: 104px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  overflow:hidden;
}
.star-ratings-css-top {
  color: #eaca12;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  /*overflow: hidden;*/
  height: 100%;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
  height: 100%;
}
.share-box{ margin: 0 0 35px; }
.share-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.share-box ul li{
	display: inline-block;
	vertical-align: middle;
	margin:0 1px;
}
.share-box ul li a{
	display: block;
	width: 35px;
	height: 35px;
	background: #333;
	color: #fff;
	line-height:40px;
	border-radius: 2px;
}
.share-box ul li a i{font-size:19px;}
.share-box ul li a[data-title="facebook"]{
	background: #3b5998;
}
.share-box ul li a[data-title="twitter"]{
	background: #1da1f2;
}
.share-box ul li a[data-title="gplus"]{
	background: #dd4b39;
}
.share-box ul li a[data-title="pinterest"]{
	background: #bd081c;
}
.share-box ul li a[data-title="linkedin"]{
	background: #0077b5;
}
/*.mb{ display: none !important; }*/

/*edynam additional woocommerce style area*/
nav.woocommerce-MyAccount-navigation li{display:inline-block;list-style: none;}
nav.woocommerce-MyAccount-navigation{margin-bottom:50px;}
nav.woocommerce-MyAccount-navigation ul{padding:0;margin:0;text-align: center;}
nav.woocommerce-MyAccount-navigation li a {
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #C765F8;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 20px;
    margin:0 10px 10px 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font: 700 19px/25px "Open Sans Condensed",sans-serif;}
    nav.woocommerce-MyAccount-navigation li a:hover {opacity:0.8;}
.woocommerce .woocommerce-MyAccount-content{width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 670px;
    font-size: 14px;
    line-height: 21px;
    display: table;}

@media only screen and (max-width: 599px){
nav.woocommerce-MyAccount-navigation li{display:block;}
	.mb{ display: block !important; }
	.product-single .container{ padding: 0 6px; }
	.product-single .product_title{
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 61px;
	}
	.product-single .discount .dis-txt{
		font-size: 27px;
		line-height: 26px;
		width: 64px;
		height: 64px;
	}
	.product-single .discount .star span{
		width: 64px;
		height: 64px;
	}
	.product-single .discount{
		right: 46%;
		top:-32px;
	}
	.mb{ display: block; }
	.product-box .img{
		position: static;
		text-align: center;
		width: auto;
		margin: 0 0 7px;
	}
	.product-box .img a{ display: block; }
	.product-box .img .images{
		display: inline-block;
		vertical-align: top;
	}
	.product-box .perb{ 
		padding: 20px 0 0 ;
		margin: 0 0 22px;
	}
	.product-box .btn-box{
		width: auto;
		display: block;
		margin: 0;
		clear: both;
	}
	.product-box{ padding: 18px 15px; }
	.product-box .price-box{
		display: block;
		float: right;
		margin: -57px 0 14px;
	}
	.product-box .button{
		display: block;
		margin: 0;
	}
	.product-box .q-left{
		right: auto;
		left: 3px;
		top: 3px;
		width: 40px;
		height: 40px;
		font: 700 16px/15px 'Open Sans Condensed';
	}
	.product-box{ margin: 0 0 39px; }
	.dec-box{ padding: 15px; }
	.desc-box{ margin: 0 0 36px; }
	.review-box .box-bg {
	    padding: 25px 15px;
	}
	.review-box .commentlist li .meta{ margin: 0 0 12px; }
	.star-ratings-css {
	    font-size: 16px;
	    height: 16px;
	    line-height: 16px;
	    width: 82px;
	}
}