.navigator>li>ul{
	z-index:10;
}
.product-detail-nav{
	box-shadow: 0 3px 4px rgb(214 214 214 / 33%);
    background-color: #fff;
	position: relative;
    z-index: 4;
	left: 0;
}
.product-detail-nav.active{
	position: fixed;
	top: 0;
}
.product-detail-nav .container{
	min-height: 66px;
	font-size: 16px;
	line-height: 26px;
	color: #626262;
}
.product-detail-nav .platform{
	margin-left: 12px;
}
.product-detail-nav .platform span{
	margin-left: 8px;
	border: 1px solid #626262 !important;
    height: 26px;
    width: 26px;
    padding: 5px;
    border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 0;
	cursor: pointer;	
}
.product-detail-nav .platform span.icon_win::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/download/windows-normal.png);
    width: 14px;
    height: 13px;
    display: inline-block;
	background-size: 14px 13px;
}
.product-detail-nav .platform span.icon_win.active::after{
	background-image: url(/public/module/product/assets/images/3_0/download/windows-pressed.png);
}
.product-detail-nav .platform span.icon_mac::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/download/mac-normal.png);
    width: 14px;
    height: 13px;
    display: inline-block;
	background-size: 14px 11px;
}
.product-detail-nav .platform span.icon_mac.active::after{
	background-image: url(/public/module/product/assets/images/3_0/download/mac-pressed.png);
}
.product-detail-nav .platform span.active{
	border-color: #67a4ff !important;
}
.product-detail-nav a,
.product-detail-nav .links span{
	font-size: 14px;
	text-decoration: none;
	color: #67a4ff !important;
	margin-right: 20px;
	border-bottom: 3px solid #67a4ff;
    display: inline-block;
    height: 66px;
    line-height: 66px;
}
.product-detail-nav a[href]:hover{
	color: #67a4ff !important;
	border-bottom: 3px solid #67a4ff;
}
.product-detail-nav a[href]{
	color: #626262 !important;
	border: none;
}
.product-detail-nav a.download, .product-detail-nav a.download:hover{
	color: #fff !important;
	min-width: 90px;
	padding:0 16px;
    text-align: center;
    border: 1px solid #67a4ff !important;
	background-color: #67a4ff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}
.product-detail-nav a.download:hover{
	background-color: #0b5ed7 !important;
	border-color: #0b5ed7 !important;
}
.product-detail-nav a.buy, .product-detail-nav a.buy:hover{
	color: #fff !important;
	min-width: 90px;
	padding:0 16px;
    text-align: center;
    border: 1px solid #ff7000 !important;
	background-color: #ff7000;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
	margin-right: 0;
}
.product-detail-nav a.buy:hover{
	background-color: #ea5104 !important;
}
.product-detail-nav.active + .product-detail-banner{
	margin-top: 66px;
}
.product-detail-banner{	
	overflow-x: clip;
	color: #2e2e2e;
	padding: 50px 0;
	background: linear-gradient(to bottom, #fff, #eef3fc);
	position: relative;
}
.product-detail-banner::before{
	content: "";
	background-image: url(/public/module/product/assets/images/3_0/product/content/banner-bg.png);
    display: inline-block;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
	max-height: 230px;
}
.product-detail-banner h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
	margin: 0;
}
.product-detail-banner .stars{
	margin: 16px 0;
	display: flex;
    align-items: center;
    line-height: 18px;
}
.product-detail-banner .stars > i{
	background: url(/public/module/resource/assets/images/3_0/content/star.png);
	display: inline-block;
    width: 19px;
    height: 18px;
	margin-right: 4px;
}
.product-detail-banner .stars > i:last-of-type{
	margin-right: 12px;
}
.product-detail-banner .stars > i.half{
	background: url(/public/module/resource/assets/images/3_0/content/star-half.png);
}
.product-detail-banner .stars a{
	color: #626262;
}
.product-detail-banner a{
	text-decoration: none;
}
.product-detail-banner a span{
	text-decoration: underline;
}
.product-detail-banner .platform {
	position: relative;
}
.product-detail-banner .platform > span{
    line-height: 29px;
}
.product-detail-banner .platform > span.icon_win,
.product-detail-banner .platform > span.icon_mac{
	text-decoration: none;
	cursor: pointer;
	border-right: 2px solid #cbcbcb;
	padding: 0 22px;
	display: inline-flex;
}
.product-detail-banner .platform span.icon_win::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/product/windows-normal.png);
    width: 29px;
    height: 29px;
    display: inline-block;
	background-size: 29px 29px;
}
.product-detail-banner .platform span.icon_win.active::after{
	background-image: url(/public/module/product/assets/images/3_0/product/windows-pressed.png);
}
.product-detail-banner .platform span.icon_mac::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/product/mac-normal.png);
    width: 29px;
    height: 29px;
    display: inline-block;
	background-size: 29px 29px;
}
.product-detail-banner .platform span.icon_mac.active::after{
	background-image: url(/public/module/product/assets/images/3_0/product/mac-pressed.png);
}
.product-detail-banner .platform > span:last-of-type{
	border-right: none;
}

.product-detail-banner .controls a{
	min-width: 200px;
	padding: 0 16px;
    margin-top: 32px;
    border-radius: 2px;
    color: #fff;
    line-height: 46px;
    font-size: 20px;
}
.product-detail-banner .controls > div{
	margin-right: 40px;
	text-align: center;
}
.product-detail-banner .controls a.download{	
    background-color: #67a4ff;
}
.product-detail-banner .controls a.buy{	
    background-color: #ff7000;
}
.product-detail-banner .controls a.buy:hover{
	background-color: #ea5104;
}
.product-detail-banner .controls a.download::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/download/free-try-normal.png);
	display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 16px;
}
.product-detail-banner .controls a.buy::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/store/buy-normal.png);
	display: inline-block;
    width: 18px;
    height: 19px;
    margin-right: 16px;
}
.product-detail-banner .controls a.download:hover{
	background-color: #0b5ed7;
}
.product-detail-banner .controls span{
	display: block;
    color: #626262;
    line-height: 1;
    font-size: 14px;
	margin-top: 10px;
}
.product-detail-banner .contents{
	width: 60%;
	z-index: 1;
}
.product-detail-banner .contents .name{
	font-size: 24px;
    line-height: 72px;
    font-weight: 700;
    color: #2e2e2e;
}
.product-detail-banner .contents > ul{
	list-style: none;
	font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.product-detail-banner .contents > ul > li{
	position: relative;
	margin: 4px 0;
}
.product-detail-banner .contents > ul > li::before{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/product/banner-tick.png);
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -32px;
    top: 7px;
}
.product-detail-banner .images{
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.product-detail-banner .images > img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.product-detail-banner .images > .play-video{
	font-size: 18px;
    line-height: 72px;
    color: #ff7700;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
	display: flex;
    align-items: center;
}
.product-detail-banner .images > .play-video::after{
	content:"";
	background-image:url(/public/module/product/assets/images/3_0/product/play.png);
	display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
}

.product-detail-feature h2{
	font-size: 40px;
    color: #2e2e2e;
    text-align: center;
    margin: 64px 0 10px 0;
}
.product-detail-feature{
	padding: 0;
}
.product-detail-feature .new{
	position: relative;
}
.product-detail-feature .new::after{
	content: "NEW";
    background: linear-gradient(to right,#4bdc7d 0%,#40d9ae 30%,#34d6de 100%);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 16px 16px 16px 0;
    position: absolute;
    bottom: 10px;
    margin-left: 8px;
}
.product-detail-feature > div {
	padding: 24px 0;
}
.product-detail-feature > div:nth-child(2n + 1) {
	background-color: #f4f7fd;
}
.product-detail-feature > div > .container {
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.product-detail-feature > div > .container > div {
	width: 58%;
}
.product-detail-feature > div > .container > div:nth-child(1) {
	display: flex;
	justify-content: center;
	width: 40%;
}
.product-detail-feature > div:nth-child(2n + 1) > .container > div:nth-child(1) {
	order: 2;
}
.product-detail-feature > div:nth-child(2n + 1) > .container > div:nth-child(2) {
	order: 1;
}

.product-detail-feature > div > div div img{
	max-height: 100%;
	width: auto;
}
.product-detail-feature h3{
	font-size: 28px;
    line-height: 36px;
    color: #2e2e2e;
    margin: 24px 0 16px 0;
}
.product-detail-feature p{
	font-size: 16px;
    line-height: 30px;
    color: #626262;
}
.product-detail-feature a{
	color: inherit;
}
.product-detail-feature ul{
	padding: 0;
    list-style: none;
	font-size: 16px;
    line-height: 30px;
    color: #626262;
}
.product-detail-feature ul li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 14px;
}
.product-detail-feature ul li:last-of-type{
	margin-bottom: 0;
}
.product-detail-feature ul li::before{
	content: '';
	background-image:url(/public/module/product/assets/images/3_0/product/content-checked.png);
	display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 6px;
}
.product-detail-feature ul li.new::after{
    font-size: 10px;
    line-height: 18px;
    bottom: 12px;
}
.product-detail-feature ul li.finger{
	padding-left: 40px;
}
.product-detail-feature ul li.finger::before{
	background-image: url(/public/module/product/assets/images/3_0/product/finger.png);
	width: 30px;
    height: 27px;
    top: 2px;
    left: -2px;
}
.product-detail-table{
	background: linear-gradient(to bottom, #fff3ef, #fff);
    border-radius: 20px 20px 0 0;
    margin: 80px 0;
    padding: 56px 10% 40px 10%;
}
.product-detail-table h2{
	font-size: 40px;
    text-align: center;
    line-height: 48px;
	margin-bottom: 32px;
	color: #2e2e2e;
}
.product-detail-table table{
	width: 100% !important;
	max-width: 100% !important;
}
.product-detail-table table th,
.product-detail-table table td{
	border: 1px dotted #aaa;
}
.product-detail-table th{
	font-size: 18px;
    color: #2e2e2e;
    padding: 24px;
    line-height: 32px;
	text-align: center;
}
.product-detail-table tr th:first-of-type, .product-detail-table tr td:first-of-type{
	text-align: left;
}
.product-detail-table td{
	font-size: 16px;
    color: #2e2e2e;
    padding: 12px 24px;
	text-align: center;
	position: relative;
}
.product-detail-table td.yes::after{
	content: '';
	background-image:url("data:image/svg+xml,%3csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='12px'%3e %3cpath fill-rule='evenodd'  stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.260,3.439 L6.440,6.619 L11.000,1.000 '/%3e %3c/svg%3e");
	display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 4px);
}
.product-detail-table td.yes::before{
	content: '';
	background: linear-gradient(122deg, #7cc7fe, #337aff);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
	position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.product-detail-table td.no::after{
	content: '';
	background-image:url("data:image/svg+xml,%3csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px'%3e%3cpath fill-rule='evenodd'  stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3,3 L11,11 '/%3e %3cpath fill-rule='evenodd'  stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11,3 L3,11 '/%3e %3c/svg%3e");
	display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
}
.product-detail-table td.no::before{
	content: '';
	background: linear-gradient(122deg, #ffa158, #ff780e);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
	position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}

.product-detail-review {
    position: relative;
}
.product-detail-review h2{
	font-size: 40px;
    color: #2e2e2e;
    text-align: center;
    margin: 64px 0 10px 0;
}
.product-detail-review .review-carousel-indicators {
	margin-top: 20px;
}
.product-detail-review .review-carousel-indicators > button{
	width: 26px;
    background-color: #e5e5e5;
    border: none;
    height: 6px;
    border-radius: 3px;
    margin-right: 20px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-review .review-carousel-indicators > button.active{
	width: 44px;
    background-color: #67a4ff;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-review a{
	text-decoration: none;
    color: #33485d;
    font-size: 18px;
	line-height: 26px;
    position: relative;
    padding-right: 30px;
	margin-top: 28px;
}
.product-detail-review a::after{
	content:'';
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px'%3e %3cpath fill-rule='evenodd'  stroke-width='1px' stroke='rgb(51, 72, 93)' fill='rgb(51, 72, 93)' d='M4.200,10.117 L13.037,10.117 L9.695,14.190 L12.058,14.190 L16.237,9.099 L12.058,4.008 L9.695,4.008 L13.037,8.081 L4.200,8.081 L4.200,10.117 Z'/%3e %3c/svg%3e");
	display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 4px;
    right: 0;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-review a:hover::after{
	right: -6px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.modal-dialog{
	height: 60%;
}
.modal-dialog .modal-content{
	height: 100%;
}
#product-reviews{
	margin-top: 60px;
    text-align: center;
	background-color: #f0f6ff;
    border-radius: 8px;
    height: 340px;
    box-shadow: 0 5px 12px rgb(160 178 242 / 35%);
	font-size: 18px;
    line-height: 30px;
    color: #2e2e2e;
}
#product-reviews::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/product/content/quotation.png);
	display: block;
    width: 75px;
    height: 46px;
    position: absolute;
    left: 20%;
    top: -18px;
}
#product-reviews::after{
	content: '';
	background:url(/public/module/product/assets/images/3_0/product/content/human.webp);
	display: block;
    width: 114px;
    height: 162px;
    position: absolute;
    right: 1px;
    top: -94px;
}
#product-reviews .carousel-item{
	padding: 0 10%;
}
#product-reviews i{
	background: url(/public/module/resource/assets/images/3_0/content/star.png);
	display: inline-block;
    width: 19px;
    height: 18px;
	margin-bottom: 30px;
}
#product-reviews i.half{
	background: url(/public/module/resource/assets/images/3_0/content/star-half.png);
}
#product-reviews span{
	color: #626262;
}

.product-detail-faq {
	padding: 76px 0;
}
.product-detail-faq h2{
	font-size: 40px;
    color: #2e2e2e;
    text-align: center;
    margin: 14px 0 64px 0;
}
.product-detail-faq a{
	border: 2px solid #eee;
    width: calc(50% - 22px);
    border-radius: 6px;
    font-size: 16px;
    color: #2e2e2e;
    text-decoration: none;
    line-height: 26px;
    padding: 12px 40px;
    position: relative;
	margin-bottom: 14px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-faq a:hover{
	box-shadow: 0px 0 10px rgb(0 0 0 / 10%);
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-faq a::before{
	content: '';
	display: block;
    width: 3px;
    height: 17px;
    background-color: #ff7000;
    position: absolute;
    left: 25px;
    top: 18px;
}
.product-detail-faq a::after{
	content: '';
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px'%3e %3cpath fill-rule='evenodd'  stroke-width='1px' stroke='rgb(103,164,255)' fill='rgb(103,164,255)' d='M4.200,10.117 L13.037,10.117 L9.695,14.190 L12.058,14.190 L16.237,9.099 L12.058,4.008 L9.695,4.008 L13.037,8.081 L4.200,8.081 L4.200,10.117 Z'/%3e %3c/svg%3e");
	display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.product-detail-linked h2{
	font-size: 40px;
    color: #2e2e2e;
    text-align: center;
    margin: 10px 0 70px 0;
}
.product-detail-linked .product-detail-linked_products > .product-item:nth-child(3n){
	margin-right: 0;
}
.product-detail-linked .product-detail-linked_products > .product-item:hover{
	box-shadow: 0px 0 10px rgb(0 0 0 / 10%);
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-linked .product-detail-linked_products > .product-item{
	padding: 50px 12px;
	margin-bottom: 40px;
	border: 2px solid #eee;
	border-radius: 10px;
	width: 32%;
	margin-right: 2%;
	position: relative;
}
.product-item.hot::after{
	content: 'HOT';
	background: linear-gradient(45deg, #fe77d6, #ffa192);
	color: #fff;
	padding: 2px 14px;
	border-radius: 0 8px 0 8px;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 2;
}
.product-item.new::after{
	content: 'NEW';
	background: linear-gradient(45deg, #4bdc7d, #34d6e1);
	color: #fff;
	padding: 2px 14px;
	border-radius: 0 8px 0 8px;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 2;
}
.product-detail-linked .product-item img{
	height: 120px;
	width: auto;
}
.product-detail-linked .product-item .title{
	margin: 36px 0 20px 0;
	color: #2e2e2e;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.product-detail-linked .product-item .content{
	color: #626262;
    font-size: 16px;
    line-height: 30px;
}
.product-detail-linked .product-item .content + div a{
	color: #67a4ff;
    text-decoration: none;
    border: 1px solid #67a4ff;
    border-radius: 3px;
    line-height: 35px;
    min-width: 144px;
    font-weight: 700;
    margin-top: 24px;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 12px;
    padding-right:4px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-linked .product-item .content + div a:hover{
	background-color: #67a4ff;
	color: #fff;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.product-detail-linked .product-item .content + div a:hover::after{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px'%3e %3cpath fill-rule='evenodd'  stroke-width='1px' stroke='rgb(255,255,255)' fill='rgb(255,255,255)' d='M4.200,10.117 L13.037,10.117 L9.695,14.190 L12.058,14.190 L16.237,9.099 L12.058,4.008 L9.695,4.008 L13.037,8.081 L4.200,8.081 L4.200,10.117 Z'/%3e %3c/svg%3e");
}
.product-detail-linked .product-item .content + div a::after{
	content: '';
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px'%3e %3cpath fill-rule='evenodd'  stroke-width='1px' stroke='rgb(103,164,255)' fill='rgb(103,164,255)' d='M4.200,10.117 L13.037,10.117 L9.695,14.190 L12.058,14.190 L16.237,9.099 L12.058,4.008 L9.695,4.008 L13.037,8.081 L4.200,8.081 L4.200,10.117 Z'/%3e %3c/svg%3e");
	display: inline-block;
    width: 20px;
    height: 18px;
	margin-left: 4px;
}
.product-detail-linked .service{
	padding: 60px 24px;
}
.product-detail-linked .service div{
	font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 14px;
}
.foot-products{
	padding: 0;
	padding-bottom: 140px;
    position: relative;
}
.foot-products::before{
	content: '';
    background-image: url(/public/module/product/assets/images/3_0/product/content/bottom.webp);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
.footer-crumb{
	padding-top: 24px;
	padding-bottom: 24px;
    font-size: 14px;
    color: #626262;
}
.footer-crumb a{
	text-decoration: none;
    color: #626262;
}
.footer-crumb img[src*="home.png"]{
	margin-top:-6px;
}

@media only screen and (max-width: 991px) {
	.foot-products{
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 575px) {
	.product-detail-nav{
		padding: 20px 0;
	}
	.product-detail-nav .container{
		height: auto;
		min-height: 20px;
		padding: 0 20px;
		position: relative;
	}
	.product-detail-nav a,
	.product-detail-nav .links span{
		height: 44px;
		line-height: 44px;
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #cbcbcb !important;
	}
	.product-detail-nav .name {
		width: 100%;
		position: relative;
		padding-right: 64px;
	}
	.product-detail-nav .links_controls{
		margin-top: 20px;
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.product-detail-nav .links_controls a:first-of-type{
		margin-right: 24px;
	}
	.product-detail-nav .product-detail-nav_toggle{
		position: absolute;
		border: none !important;
		width: 44px !important;
		right: 0;
		top: 0;
		height: 26px !important;
		z-index: 2;
		text-decoration: none !important;
	}
	.product-detail-nav .product-detail-nav_toggle::after{
		content: '';
		background:url(/public/module/product/assets/images/3_0/download/arrow_normal.png);
		background-size: 100%;
		display: block;
		width: 18px;
		height: 10px;
		transform: rotate(0deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.product-detail-nav_toggle.active::after{
		background:url(/public/module/product/assets/images/3_0/download/arrow_pressed.png);
		transform: rotate(180deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.product-detail-nav .links{
		display:none !important;
	}
	.product-detail-nav .links.active{
		display:flex !important;
	}
    .product-detail-nav a.download, .product-detail-nav a.download:hover,.product-detail-nav a.buy, .product-detail-nav a.buy:hover{
		margin: 0 24px 12px 24px;
		width: auto;
	}
	.product-detail-banner::before{
		width: 35%;
		top: 0;
	}
	.product-detail-banner .contents{
		width: 100%;
		padding: 0 0.75rem;
	}
	.product-detail-banner .images{
		width: 100%;
		margin-top: 32px;
		padding: 0 0.75rem;
	}
	.product-detail-banner .images img{
		max-width: 100%;
	}
	.product-detail-banner .contents .name{
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		padding: 12px 0;
	}
	.product-detail-banner .contents > ul{
		line-height: 26px;
		color: #626262;
	}
	.product-detail-banner .container::before,.product-detail-banner .container::after{
		display:none;
	}
	.product-detail-banner{
		padding:0;
	}
	.product-detail-banner .container{
		border-radius: 0;
		padding: 30px 0;
	}
	.product-detail-banner h1{
		font-size: 32px;
		line-height: 36px;
		text-align: center;
	}
	.product-detail-banner .stars{
		margin: 16px 0;
		justify-content: center;
	}
	.product-detail-banner .platform{
		justify-content: center;
	}
	.product-detail-banner .controls{
		justify-content: center;
	}
	.product-detail-banner .controls > div{
		margin-right: 0;
	}
	.product-detail-banner p{
		padding: 0;
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	.product-detail-banner .platform > span{
		position: relative;
	}
	.product-detail-banner .platform a:last-of-type{
		padding-right: 0;
	}
	.product-detail-banner .controls a{
		margin-top: 30px;
	}
	.product-detail-feature{
		padding-left: 0;
		padding-right: 0;
	}
	.product-detail-feature h3{
		font-size: 22px;
		line-height: 32px;
	}
	.product-detail-feature .new::after{
		font-size: 12px;
		line-height: 20px;
		bottom: 6px;
	}
	.product-detail-feature h2{
		font-size: 26px;
		line-height: 36px;
		margin-top: 40px;
	}
	.product-detail-feature > div > .container{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.product-detail-feature > div > .container > div{
		width: 100% !important;
	}
	.product-detail-feature > div > div div img{
		max-width: 100%;
	}
	.product-detail-feature h5{
		font-size: 22px;
		line-height: 30px;
	}
	.product-detail-feature > div > .container > div:nth-child(1){
		order: 2;
	}
	.product-detail-feature > div > .container > div:nth-child(2){
		order: 1;
	}
	.product-detail-feature > div{
		padding: 12px 0 40px 0;
	}
	.product-detail-table{
		padding: 40px 8px;
		margin: 40px 0;
	}
	.product-detail-table h2{
		font-size: 26px;
		line-height: 36px;
	}
	
	.product-detail-review h2{
		font-size: 26px;
		line-height: 36px;
		margin-top: 50px;
		padding: 0 24px;
	}
	.product-detail-table th{
		padding: 16px 8px 16px 16px;
		font-size: 16px;
	}
	.product-detail-table td{
		padding: 12px 4px 12px 10px;
		line-height: 22px;
	}
	#product-reviews{
		height: auto;
		padding: 44px 0;
		font-size: 16px;
	}
	#product-reviews::before{
		left: 24px;
	}
	#product-reviews::after{
		zoom: .8;
	}
	.product-detail-review .review-carousel-indicators{
		display: flex;
		justify-content: center;
	}
	.review-footer > div{
		justify-content: center !important;
	}
	.product-detail-review a{
		font-size: 16px;
	}
	.product-detail-faq h2{
		font-size: 26px;
		line-height: 36px;
	}
	.product-detail-faq{
		padding: 20px;
	}
	.product-detail-faq a{
		width: 100%;
	}
	.foot-products{
		margin-top: 12px;
		padding-bottom: 20px;
	}
	.product-detail-linked h2{
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 32px;
	}
	.product-detail-linked{
		padding: 0 20px;
	}
	.product-detail-linked .product-detail-linked_products > .product-item{
		width: 100%;
		margin-right: 0;
		padding: 48px 24px;
		margin-bottom: 30px;
	}
	.product-detail-linked .service{
		padding: 20px;
	}
}