#stProductPage{
padding-top:70px;
}
.container-fix{
	width: 100%;
	max-width: 1380px;
}
.col-left{
	padding: 0;
    padding-right: 70px;
}
.col-right{
	padding: 0;
	padding-left: 70px;
  text-align: left;
}
#stProductPage .description-product .info-desc h2{
    font-family: var(--g-font-1);
  font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #000000;
}
.description-product .info-desc h2:after{display:none;}
#stProductPage .description-product .product-type{
	font-weight: 400;
	font-size: 30px;
	line-height: 150%;
	color: #777;
	font-family: var(--g-font-2);
	margin:5px 0;
}
#stProductPage .description-product .info-desc .price span{
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	font-family: var(--g-font-2);
	color:#111;
}
#stProductPage .description-product .info-desc .price del{display:none;}
#stProductPage .description-product .info-desc .price span del{
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	font-family: var(--g-font-2);
	color: rgba(23, 23, 23, 0.5);
	font-style: normal;
  display:inline-block;
}
.description-product .info-desc .cate{display:none;}
.description-product .qty-cart{border:none;}
#form-pro .selector-wrapper{display:block;margin-bottom:10px;}
#form-pro .selector-wrapper label{
	width: auto;
    min-width: 133px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
    color: #000;
}
#form-pro .selector-wrapper .single-option-selector{
	border: 1px solid #949499;
	border-radius: 40px;
	min-width: 149px;
	height: 52px;
	max-width: 100%;
	padding: 13px 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	font-family: var(--g-font-2);
	color: #171717;
	appearance: none;
	background-image: url(https://file.hstatic.net/200000627799/file/qv-icon-down_f0e695199bdf4b04adc91b32e68c11e8.svg);
	background-repeat: no-repeat;
	background-position-x: 85%;
	background-position-y: center;
	padding-right: 40px;
}
.cw-quantity {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.cw-quantity label{
	width: auto;
	min-width: 133px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	font-family: var(--g-font-2);
	color: #000;
}
.q-style{
	border: 1px solid #949499;
    border-radius: 40px;
    width: 149px;
    height: 52px;
    max-width: 100%;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
    color: #171717;
    display: flex;
    align-items: center;
}
.description-product .qty-cart .qty-number-cart .q-style input{
	margin:0;
	border:none;
	font-size:0;
}
.description-product .qty-cart .qty-number-cart .q-style input.qty{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	font-family: var(--g-font-2);
	color: #171717;
	padding: 0;
}
.description-product .qty-cart .qty-number-cart .q-style input.qtyminus{
		font-size:0;
    background-image: url(https://file.hstatic.net/200000627799/file/bt-minus_fc9585db4b9e44e4b9648ab02e8445b4.svg);
    background-repeat: no-repeat;
   background-position: left center;
}
.description-product .qty-cart .qty-number-cart .q-style input.qtyplus{
	font-size:0;
    background-image: url(https://file.hstatic.net/200000627799/file/bt-plus_c0d0a199cbc24ddfa23173fea8503986.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
.shortDesc{
	max-width: 80%;
    margin: 30px 0 50px;
	    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #777;
    font-family: var(--g-font-2);
}
.shortDesc p{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #777;
	font-family: var(--g-font-2);
}
.shortDesc h2,.shortDesc h3,.shortDesc h4,.shortDesc h5,.shortDesc h6,.desc-tab h2,.desc-tab h3,.desc-tab h4,.desc-tab h5,.desc-tab h6{
	font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    font-family: var(--g-font-3);
    margin: 20px 0 5px;
}
.desc-tab p,.desc-tab ul li,.desc-tab a,.desc-tab div{
	font-size: 30px;
	line-height: 36px;
	font-family: var(--g-font-2);
	color:#171717;
}
.desc-tab ul{padding-left:40px;}
.desc-tab a{
	color: #740EE7;
	text-decoration: underline;
}
.tabcontent{display:none;}
.tabcontent.active{display:block;}
button.tablinks {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
		font-weight: 400;
		font-size: 36px;
		line-height: 40px;
		border-bottom: 2px solid #740EE7;
		padding: 30px 0;
		margin-bottom: 30px;
		text-transform: uppercase;
		font-family: var(--g-font-3);
		color: #171717;
		position:relative;
}
button.tablinks:before {
    content: "";
    background-image: url(https://file.hstatic.net/200000627799/file/qv-icon-down_f0e695199bdf4b04adc91b32e68c11e8.svg);
    width: 40px;
    height: 24px;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    top: 40%;
}
button.tablinks.active:before {
	-ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}
.description-product .qty-cart .link-detail > a.btnAddCart{
	background: transparent;
	background-image: url(https://file.hstatic.net/200000627799/file/bt-atc_2ebbe090cf094c74b3c8896c5df23b23.svg);
	background-repeat: no-repeat;
	color: #171717;
	font-weight: 400;
	font-family: var(--g-font-3);
	height: auto;
	padding: 24px 36px;
	border: 1.5px solid #2E2E2E;
	border-radius: 90px;
	font-size: 36px;
	line-height: normal;
	background-position-x: 86%;
	background-position-y: center;
	padding-right: 80px;
	transition: all ease .3s;
}
.description-product .qty-cart .link-detail > a.btnAddCart:hover{
	color: #740EE7 !important;
	border-color:#740EE7 !important;
	background-image: url(https://file.hstatic.net/200000627799/file/bt-atc-hover_39be82abeefc47b9b6d070fee6ef212b.svg);
}
.description-product .qty-cart .link-detail > a.btnSoldOut{
	font-weight: 400;
	font-family: var(--g-font-3);
	height: auto;
	padding: 24px 36px;
	border-radius: 90px;
	font-size: 36px;
	line-height: normal;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}
.list-pd-dt{display:none;}
.col-left #carousel ul .product-thumb{
	height:75px;
}
.col-left #carousel ul .product-thumb.checked {
    border-color: #740EE7;
}
.col-left #carousel ul .product-thumb.checked a{
	border: 5px solid #fff;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.detail-bottom {
    margin-top: 100px;
}
.container-fix2{
	max-width:1680px;
	width:100%;
	margin:0 auto;
	padding: 0px;
}
.tab-header{
	background:#740EE7
}
ul.tab-style.container-fix2 {
    text-align: left;
    border: none;
}
ul.tab-style.container-fix2 li{
	margin: 0 30px;
}
ul.tab-style.container-fix2 li a{
	font-weight: 400;
	font-size: 36px;
	font-family: var(--g-font-3);
	color: #fff !important;
	height: 100px;
	line-height: 100px;
	display: block;
	opacity:0.8;
}
ul.tab-style.container-fix2 li.active a:after, ul.tab-style.container-fix2 li:hover a:after{
	    background: #74FF0D;
}
ul.tab-style.container-fix2 li.active a{opacity:1;}
ul.tab-style.container-fix2 li a:after{
	    height: 6px;
	    top: -6px;
			width:100%;
	    margin-top: 0;
}
ul.tab-style.container-fix2 li:first-child{margin-left:0;}
.tab-content{padding: 30px 0px 60px;}
#hrv-product-reviews .title-bl h2{
	    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    font-family: var(--g-font-3);
        margin: 30px 0 10px;
    border-bottom: 2px solid #740EE7;
    padding-bottom: 30px;
	color:#171717;
}
.pdRelated .blockTitle {
    background: #740EE7;
	margin-bottom:120px;
}
.pdRelated .blockTitle .same-title{
	    padding-top: 0;
    text-align: left;
}
.pdRelated .blockTitle .same-title h2{
	    font-weight: 400;
    font-size: 36px;
    font-family: var(--g-font-3);
    color: #fff !important;
    height: 100px;
    line-height: 100px;
    display: block;
	
}
.pdRelated .blockTitle .same-title h2 span{
	font-family: var(--g-font-3);
	font-weight: 400;
	font-size: 36px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	padding: 0 20px;
	position:relative;
}
.pdRelated .blockTitle .same-title h2 span:before{
	    content: "";
    position: absolute;
    background: #74FF0D;
    height: 6px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pdRelated .owl-nav{position:static;}
.pdRelated .owl-nav .owl-next,.pdRelated .owl-nav .owl-prev{
	top: 42%;
position: absolute;
font-size: 0;
width: 30px;
height: 60px;
background-color: transparent;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.pdRelated .owl-nav .owl-next{
	    right: -6rem;
	    background-image: url(https://file.hstatic.net/200000627799/file/next-slide_187713855aaf4c9fb3a67f1e81a34f46.svg);
}
.pdRelated .owl-nav .owl-prev{
	    left: -6rem;
	    background-image: url(https://file.hstatic.net/200000627799/file/prev-slide_d5dea4372bbf4a1298a889457cc53ff0.svg);
}
div#hrv-product-reviews-summary {
    width: 100%;
    max-width: 678px;
    padding: 0;
    position: relative;
	min-height:165px;
}
div#hrv-product-reviews-summary h3 {
    font-weight: 400;
    font-size: 150px;
    line-height: normal;
    font-family: var(--g-font-3);
    text-align: left;
	color:#171717;
}

.hrv-product-reviews-summary div.hrv-product-reviews-star {
    position: absolute;
    top: 28px;
    right: 0;
	padding-top:0px;
}
div#hrv-product-reviews-summary span {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: var(--g-font-2);
    position: absolute;
		color:#777;
    top: 90px;
    right: 10px;
}
div#hrv-product-reviews-list p,div#hrv-product-reviews-list span{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: var(--g-font-2);
}
div#hrv-product-reviews-list .hrv-product-reviews-star {
    margin-bottom: 20px;
	padding-top:30px;
}
div#hrv-product-reviews-list>div{
	border:none;
	padding: 0 15px;
}
.hrv-product-reviews-summary div.hrv-product-reviews-star i {
    font-size: 48px;
    padding: 0 13px;
}
#btnnewreview,#btnSubmitReview{
	font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    font-family: var(--g-font-3);
    background: transparent;
    color: #000;
    border: 1px solid;
    border-radius: 90px;
    padding: 13px 26px;
}
#btnnewreview:hover,#btnSubmitReview:hover{
	color:#740EE7;
}
#hrv-product-reviews-thanks,#hrv-product-reviews-form h3{padding-bottom:20px;}
div#carousel.flexslider {
    z-index: 1;
}
.hrv-product-reviews-form fieldset {
    padding: 5px;
    text-align: left;
}
/*
@media(min-width:1200px){
	#slider img.product-image-feature {
		width: auto;
		height: 85vh;
	}
}*/
@media(max-width:1700px){
	.container-fix2{
		padding: 0 120px;
	}
	.tab-content {
		padding: 30px 120px 60px;
	}
}
@media(max-width:1560px){
	.container-fix {
		width: 100%;
		max-width: 1080px;
	}
	.col-right {
		padding: 0;
		padding-left: 65px;
	}
	.col-left {
		padding: 0;
		padding-right: 50px;
	}
	#stProductPage .description-product .info-desc h2{
		font-size: 36px;
	}
	#stProductPage .description-product .product-type{
		font-size: 24px;
    line-height: 140%;
		margin: 5px 0 10px;
	}
	#stProductPage .description-product .info-desc .price span,#stProductPage .description-product .info-desc .price span del{
		font-size: 40px;
		line-height: 44px;
	}
	.description-product .qty-cart{padding: 20px 0;}
	#form-pro .selector-wrapper label,.cw-quantity label{
		font-size: 14px;
		line-height: 22px;
	}
	#form-pro .selector-wrapper .single-option-selector{
		min-width: 120px;
		height: 42px;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 15px;
		background-size: 14px;
	}
	.q-style{
		width: 120px;
		height: 42px;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 15px;
	}
	.description-product .qty-cart .qty-number-cart .q-style input{height:auto;}
	.description-product .qty-cart .qty-number-cart .q-style input.qtyminus,.description-product .qty-cart .qty-number-cart .q-style input.qtyplus{
		    width: 25%;
    background-size: 14px;
	}
	.description-product .qty-cart .qty-number-cart .q-style input.qty{
		    width: 50%;
    font-size: 14px;
    line-height: 22px;
	}
	.shortDesc p,.shortDesc {
		font-size: 14px;
    line-height: 22px;
	}
	.shortDesc h2, .shortDesc h3, .shortDesc h4, .shortDesc h5, .shortDesc h6, .desc-tab h2, .desc-tab h3, .desc-tab h4, .desc-tab h5, .desc-tab h6{
		font-size: 28px;
		line-height: 32px;
	}
	.description-product .qty-cart .link-detail > a.btnAddCart{
		font-size: 28px;
		background-position-x: 88%;
		background-size: 20px;
		padding: 16px 26px;
		padding-right: 60px;
	}
	.description-product .qty-cart .link-detail > a.btnSoldOut{
		font-size: 28px;
		background-size: 20px;
		padding: 16px 26px;
	}
	.detail-bottom {
		margin-top: 80px;
	}
	.container-fix2{padding:0 100px;}
	.tab-content {
		padding: 15px 100px 50px;
	}
	ul.tab-style.container-fix2 li a{
		height: 80px;
		font-size:30px;
		line-height: 80px;
	}
	ul.tab-style.container-fix2 li a:after{height:3px;top:-3px;}
	button.tablinks{
		font-size: 28px;
    line-height: 32px;
		padding: 25px 0 20px;
		margin-bottom: 20px;
	}
	button.tablinks:before{
		width: 34px;
		height: 19px;
	}
	.desc-tab p, .desc-tab ul li, .desc-tab a, .desc-tab div{
		font-size: 24px;
		line-height: 33px;
	}
	.pdRelated .blockTitle .same-title h2 span,.pdRelated .blockTitle .same-title h2{
		height: 80px;
		font-size: 30px;
		line-height: 80px;
	}
	.pdRelated .blockTitle .same-title h2 span:before{height:3px;}
	.pdRelated .blockTitle {
		margin-bottom: 90px;
	}
	.pdRelated .owl-nav .owl-next, .pdRelated .owl-nav .owl-prev{
		background-size: 25px;
	}
	#hrv-product-reviews .title-bl h2{
		font-size: 30px;
		line-height: 34px;
		margin: 20px 0 5px;
		padding-bottom: 20px;
	}
	div#hrv-product-reviews-summary h3{font-size:120px;}
	.hrv-product-reviews-summary div.hrv-product-reviews-star i {
		font-size: 40px;
		padding: 0 10px;
	}
	div#hrv-product-reviews-summary{
		max-width: 540px;
	}
}

@media(max-width:1199px){
  .relatedListting .slide-best-sell-v3 .owl-nav .owl-prev {
      left: 0;
      background-color: #fff;
      height: 40px;
      background-size: 12px;
      border-radius: 40px;
      width: 40px;
    }
    .relatedListting .slide-best-sell-v3 .owl-nav .owl-next {
      right: 0;
      background-color: #fff;
      height: 40px;
      background-size: 12px;
      border-radius: 40px;
      width: 40px;
    }
	.container-fix{padding: 0 15px;}
	.col-left,.col-right{padding: 0 15px;}
	#stProductPage .description-product .info-desc h2{
		font-size: 24px;
	}
	#stProductPage .description-product .product-type{
		font-size: 18px;
		line-height: 26px;
	}
	#stProductPage .description-product .info-desc .price span,#stProductPage .description-product .info-desc .price span del{
		font-size: 30px;
    line-height: 34px;
	}
	.description-product .qty-cart {
		padding: 0;
	}
	.shortDesc{
		max-width: 100%;
		margin: 0px 0 20px;
	}
	.description-product .qty-cart .link-detail > a.btnAddCart {
		font-size: 20px;
		background-position-x: 88%;
		background-size: 15px;
		padding: 10px 20px;
		padding-right: 50px;
	}
	.description-product .qty-cart .link-detail > a.btnSoldOut {
		font-size: 20px;
		padding: 10px 20px;
	}
	.detail-bottom {
		margin-top: 0px;
	}
	.container-fix2 {
		padding: 0 60px;
	}
	.tab-content {
		padding: 15px 60px 15px;
	}
	.zoomContainer{display:none !Important;}
	.pdRelated .blockTitle {
		margin-bottom: 40px;
	}
	div#hrv-product-reviews-summary h3 {
		font-size: 90px;
	}
	product-reviews-summary div.hrv-product-reviews-star i {
		font-size: 20px;
		padding: 0 5px;
	}
	div#hrv-product-reviews-summary span{top:60px;}
	div#hrv-product-reviews-summary {
		max-width: 378px;
		    min-height: 120px;
	}
	div#hrv-product-reviews-list p, div#hrv-product-reviews-list span{
		font-size: 14px;
		line-height: 24px;
	}
	.hrv-product-reviews-summary div.hrv-product-reviews-star i {
		font-size: 24px;
		padding: 0 5px;
	}
	div#hrv-product-reviews-list .hrv-product-reviews-star {
		margin-bottom: 5px;
	}
}

@media(max-width:767px){
  .relatedListting .owl-carousel .owl-stage{
    padding-left: 0 !important;
  }
	/*
	#slider img.product-image-feature {
		height: 56vh;
	}*/
	.container-fix2 {
		padding: 0 15px;
	}
	.tab-content {
		padding: 15px;
	}
	div#hrv-product-reviews-summary{max-width:100%;}
	div#hrv-product-reviews-summary span{
		font-size: 18px;
    line-height: 30px;
	}
	#hrv-product-reviews-sub .product-reviews-summary-actions{
		    width: 100%;
    float: none;
    display: block;
    margin-bottom: 5px;
	}
	#hrv-product-reviews-sub .product-reviews-summary-actions input{
		margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    padding: 10px;
    border-radius: 20px;
	}
	#hrv-product-reviews .title-bl h2{margin-top:0;}
	#stProductPage {
		padding-top: 10px;
	}
	#stProductPage .description-product .info-desc h2 {
		font-size: 32px;
	}
	#form-pro .selector-wrapper label, .cw-quantity label{min-width:110px;}
	#hrv-product-reviews .title-bl h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0px 0 5px;
		padding-bottom: 15px;
	}
	ul.tab-style.container-fix2 li.active a:after, ul.tab-style.container-fix2 li:hover a:after{
		display:block;
	}
	ul.tab-style.container-fix2 li {
		margin: 0 5px;
	}
	ul.tab-style.container-fix2 li a {
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	button.tablinks {
		font-size: 18px;
		line-height: 26px;
		padding: 10px 0 10px;
		margin-bottom: 20px;
	}
	button.tablinks:before {
		width: 24px;
		height: 13px;
		background-size: 18px;
		top: 30%;
	}
	.desc-tab p, .desc-tab ul li, .desc-tab a, .desc-tab div {
		font-size: 18px;
		line-height: 26px;
	}
	.shortDesc h2, .shortDesc h3, .shortDesc h4, .shortDesc h5, .shortDesc h6, .desc-tab h2, .desc-tab h3, .desc-tab h4, .desc-tab h5, .desc-tab h6 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 10px;
	}
	.pdRelated .blockTitle .same-title h2 span, .pdRelated .blockTitle .same-title h2 {
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	.pdRelated .blockTitle {
		margin-bottom: 15px;
	}
	#btnSubmitReview{
		margin: 0;
		width: 100%;
		font-size: 18px;
		line-height: normal;
		padding: 10px;
		border-radius: 20px;
	}
	
	#hrv-product-reviews-form{padding-top:20px;width:100%;}
}


.product-detail-policy {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0 0;
    margin-bottom: 15px;
}
.product-detail-policy ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.product-detail-policy ul li.pdp-item {
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 10px;
    width: 50%;
    padding-bottom: 10px;
}
.product-detail-policy ul li.pdp-item p {
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 150%;
    color: #000;
}































