.sv_foot2 svg{
	fill:#ffffff;
}

.sv_demo{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
	background:rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    overflow: auto;
}
.sv_demo_in{
	background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
    animation: Inm-fadeIn 1s both;
    border-radius: 10px;
    min-height: 100px;
    overflow: auto;
    max-height: 90%;
	min-width:40%;

}
.sv_demo_close{
	font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #e80000;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}
.sv_demo_close:hover {
    cursor: pointer;
    background: #333;
}
.sv_demo_t{
	padding:15px;
	background:#f4f4f4;
	font-size:24px;
	text-align:left;
	color:var(--t);
	font-weight:600;
}
.sv_demo_video{
}


.sv_ls_videoupload{
    text-align: left;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #333;
	overflow:hidden;
}
.sv_ls_videoupload_in{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-js.vjs-fluid{	
    max-width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.video-js .vjs-big-play-button{
	top:50% !important;
	left:50% !important;
	transform:translate(-50%,-50%) !important;
}

.vjs-has-started .vjs-control-bar{
	padding-right:30px;
}
.vjs-has-started .vjs-control-bar:after{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.8) url(../img/icon.png) center center no-repeat;
	background-size:25px;
	z-index:1;
	
}
.sv_demo_list{
}
.sv_demo_list section{
	text-align:left;
	font-size:16px;
	color:#333;
	padding:15px;
	border-bottom:2px solid rgba(0,0,0,0.05);
	transition:ease-in-out 0.2s all;
}
.sv_demo_list section i{
	color:var(--t);
	margin-right:8px;
}
.sv_demo_list section:hover{
	background:rgba(0,0,0,0.05);
	cursor:pointer;
}
.sv_demo_list section small{
	color:#CCC;
	margin-left:20px;
	font-size:14px;
}
.sv_demo_video2{
}

.sv_ls_videourl{
    position: relative;
}
.sv_ls_videourl_in{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.sv_ls_videourl_in iframe, .sv_ls_videourl_in object, .sv_ls_videourl_in embed{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,0.6) url(../img/loader5.gif) no-repeat center center;
}
.sv_demo_active{
	color:var(--p) !important;
	background:rgba(0,120,240,0.02);
}
.sv_demo_active i{
	color:var(--s) !important;
}
.sv_demo_result{
	min-height:100px;
}


.sv_cview_body{
	overflow:hidden;
}
.sv_cview_in{
	display:flex;
	/*flex-wrap: wrap*/
}
.sv_cview_box1{
	flex:1;
}
.sv_cview_box2{
	flex:1 0 15%;
	max-width: 15%;
}
.sv_cview_box1_in1{
	display:flex;
	flex-wrap: wrap
}
.sv_cview_tab1{
	flex:1 0 42%;
	max-width: 42%;
}
.sv_cview_tab2{
	flex:1;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
.sv_cview_tab1_img{
	position:relative;
	overflow:hidden;
	border-radius:7px;
}
.sv_cview_tab1_img img{
	display:none;
	width:100%;
}
.sv_cview_box1_in2{
	width:100%;
	overflow:hidden;
}
.sv_cview_tab1_img_blur {
    background-size: cover !important;
    background-position: center center;
    background-origin: padding-box;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
	border-radius:10px;
}
.sv_cview_tab1_img_img {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/load_img1.png);
    margin: 0 auto;
    width: 100%;
    padding: 100% 0 0;
	z-index:1;
}
.sv_cview_tab1_share{
	text-align:center;
	padding:10px 10px;
}
.sv_cview_tab1_share span {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    background: #F47A00;
    padding: 7px 8px;
    position: relative;
    margin-left: 8px;
    border-radius: 2px;
}
.sv_cview_tab1_share span:before {
    border-color: transparent #F47A00 transparent transparent;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    left: -12px;
    top: 6px;
}
.sv_cview_tab1_share a{
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 1px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
	transition:ease-in-out 0.2s all;
}
.sv_cview_tab1_share a:hover{
	cursor:pointer;
	transform:scale(1.05,1.05);
}
.sv_cview_tab1_step{
	padding:10px 0px;
	display:flex;
	border-top:1px solid #f2f2f2;
}
.sv_cview_tab1_step section{
	text-align:left;
	padding:10px 0px;
	flex:1;
}
.sv_cview_tab1_step section h2{
	font-size:18px;
	color:#333;
	padding-bottom:5px;
}
.sv_cview_tab1_step section p{
	padding:4px 0px;
	font-size:13px;
	color:var(--t);
	line-height:18px;
	padding-right:2px;
}
.sv_cview_tab1_step2{
	display:none;
}
.sv_cview_wishlist{
	position:absolute;
	z-index:2;
	font-size:30px;
	top:15px;
	right:15px;
}
.sv_cview_wishlist i{
	transition:ease-in-out 0.2s all;
	color:#bbbbbb;/*f76b68*/
}
.sv_cview_wishlist i:hover{
	cursor:pointer;
	transform:scale(1.1,1.1);
}


.sv_cview_info_t{
}
.sv_cview_info_t h1{
	font-size:28px;
	line-height:32px;
	color:#666;
	font-weight:600;
}
.sv_cview_info_t article{	
    overflow: hidden;
    padding: 2px 0px;
    padding-top: 1px;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #ff9800;
}
.sv_cview_info_t dl{
	padding:8px 0px;
}
.sv_cview_info_t dl span {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 3px;
    background: #008000;
}
.sv_cview_info_t dl span i {
    font-size: 14px;
    vertical-align: top;
    margin-right: 2px;
}
.sv_cview_info_t dl small {
    display: inline-block;
    font-size: 12px;
    padding-left: 4px;
    color: #666;
}
.sv_cview_info_t tt{
	font-family:'Poppins', 'Lato';
    display: inline-block;
    font-size: 14px;
    color: #999;
    border-left: 1px solid #CCC;
	padding-left:10px;
	margin-left:10px;
}
.sv_cview_info_t tt b{
    color: #CCC;
    display: inline-block;
    padding-right: 4px;
    font-weight: 300;
}
.sv_cview_info_c{
	padding:15px 0px;
}
.sv_cview_info_c dl{
	padding:4px 0px;
	font-size:13px;
	color:#00a300;
}
.sv_cview_info_c dl b{
	font-weight:400;
	color:#666;
}
.sv_cview_info_c dl i{
	color: #0A0;
    margin-right: 8px;
    width: 15px;
}
.sv_cview_info_c dl a{
	display:inline-block;
	color:#00a300;
}
.sv_cview_info_c dl a:hover{
	text-decoration:underline;
}
.sv_cview_info_c h3{
	font-size:19px;
	padding-bottom:7px;
	font-weight:600;
	color:#5F3EC1;
}
.sv_cview_info_c h3 i{
	margin-right:5px;
}
.sv_cview_info_p{
}
.sv_cview_info_p dl{
	padding-bottom:4px;
}
.sv_cview_info_p dl tt{
	font-size:18px;
	font-family:'Poppins', 'Lato';
	color:#e80000;
	text-decoration:line-through;
	margin-right:8px;
}
.sv_cview_info_p dl tt i{
	font-size:15px;
	margin-right:2px;
}
.sv_cview_info_p dl span {
    display: inline-block;
    font-size: 12px;
    color: #ffff00;
    background: #de0706;
    padding: 7px 8px;
    position: relative;
    margin-left: 8px;
    border-radius: 10px;
}
.sv_cview_info_p dl span:before {
    border-color: transparent #de0706 transparent transparent;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    left: -11px;
    top: 6px;
}
.sv_cview_info_p h2{
	font-size:35px;
	font-weight:600;
	color:#FF8000;
}
.sv_cview_info_p h2 i{
	font-size:30px;
	margin-right:2px;
}
.sv_cview_info_p h2 small{
	font-size:16px;
	font-weight:400;
	color:#666;
	padding-left:5px;
}
.sv_cview_info_btn{
	padding:10px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sv_cview_info_btn button {
    margin-right: 16px;
	margin-bottom:13px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0px;
    width: 220px;
    font-family: 'ProximaNovaBold';

    
	background: #F3570C;
    background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 50%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.5);
    box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 50%);
    text-shadow: 1px 1px #eb6d58;

    color: #fff !important;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: ease-in-out 0.2s all;
}
.sv_cview_info_btn i {
    margin-right: 8px;
    font-size: 18px;
}
.sv_cview_info_btn button:nth-child(2) {
	background: #51ee00;
    background-image: -moz-linear-gradient(0deg,#51ee00 0%,#00a300 100%);
    background-image: -webkit-linear-gradient(0deg,#51ee00 0%,#00a300 100%);
    background-image: -ms-linear-gradient(0deg,#51ee00 0%,#00a300 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(97, 255, 136, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(97, 255, 136, 0.5);
    box-shadow: 0px 2px 8px 0px rgb(97, 255, 136, 0.5);
    text-shadow: 1px 1px #00a300;

	
}
.sv_cview_info_btn button:hover{
	box-shadow:3px 5px 5px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
.sv_cview_info_btn button:active{
	box-shadow:none;
	transform:translate(2px,2px);
}
.sv_cview_info_btn h3{
	display:block;
	font-size:16px;
	color:#666;
	width:100%;
	font-weight:600;
}
.sv_cview_info_point{
	padding:10px 0px;
	font-size:12px;
	color:var(--t);
}
.sv_cview_info_point img{
	vertical-align:middle;
}
.sv_cview_info_point ul{
	padding-left:20px;
	padding-right:20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: left;
}
.sv_cview_info_point ul li{
	padding:2px 0px;
}
.sv_cview_info_secure{
	display:flex;
	padding:10px 0px;
	text-align:center;
    border-collapse: collapse;
    flex-wrap: wrap;
    align-items: stretch;
}
.sv_cview_info_secure section{
	border:1px solid #f5f5f5;
	padding:10px 0px;
	flex:1;
}
.sv_cview_info_secure section i{
    font-size: 30px;
    display: block;
    margin-top: 14px;
    margin-bottom: 5px;
    opacity: 0.8;
	color:#007bff;
}
.sv_cview_info_secure section h3{
    display: block;
    color: #666;
    font-size: 12px;
    padding: 4px 0px;
	font-weight:600;
    color: #333;
    text-shadow: 0 1px 0 #f7f7f7, 0px 1px 1px #999;
}
.CheckoutNow{
	/*display:none;*/
}


.sv_cview_box1_in2{
	overflow:hidden;
	padding-top:20px;
}
.sv_cview_des{
	overflow:hidden;
}
.sv_cview_des_h{
	display:flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
	border-bottom:1px solid #f2f2f2;
}
.sv_cview_des_h button{
	font-family:'Poppins', 'Lato';
	flex:1;
	border:none;
	outline:none;
	text-align:center;
	font-size:15px;
	padding:10px;
	background:none;
	color:#333;
	font-weight:600;
	border-bottom:2px solid #fff;
}
.sv_cview_des_h button:hover{
	cursor:pointer;
	color:var(--p);
}
.sv_cv_active{
	color:var(--p) !important;
	border-bottom-color:var(--p) !important;
}
.sv_cv_des{
}
.sv_cv_cc{
	display:none;
}
.sv_cv_htu{
	display:none;
}
.sv_cv_txtd{
}
.sv_cv_txtd, .sv_cv_txtd{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: 'Poppins', Lato;
    padding: 20px 0px;
	padding-right:15px;
    text-align: left;
}
.sv_cv_txtd p{
    padding: 10px 0px;
}
.sv_cv_txtd ul{
	padding-left:25px;
}
.sv_cv_txtd img{
	display:inline-block;
	max-width:95%;
}
.sv_cv_txtd table{
	width:100%;
	border:2px solid #e7e7e7;
	text-align:left;
	border-collapse:collapse;
	margin:5px 0px;
}
.sv_cv_txtd table th{
	border:1px solid #f2f2f2;
	padding:5px 8px;
}
.sv_cv_txtd table td{
	border:1px solid #f2f2f2;
	padding:5px 8px;
}


.sv_cview_rating{
	overflow:hidden;
	padding-top:20px;
}
.sv_cview_rating .sv_h1{
	border-bottom:2px solid rgba(0,0,0,0.05);
	padding:10px 0px;
}
.sv_cview_rating .sv_h1 aside h1{
	font-size:30px;
	font-weight:600;
}
.sv_cview_rating .sv_h1 aside h3{
	font-size:14px;
}
.sv_cview_rview{
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:25px 0px;
    align-items: center;
}
.sv_cview_rview_b1{
	flex:1 0 20%;
	max-width:20%;
	text-align:center;
}
.sv_cview_rview_b2{
	flex:1 0 80%;
	max-width:80%;
}
.sv_cview_rview_b1 h2 {
	font-size:80px;
	color:#405166;
	font-weight:400;
}
.sv_cview_rview_b1 dl{
	text-align:center;
	padding:4px 0px;
	font-size:22px;
	color:var(--s);
	font-weight:300;
	letter-spacing:4px;
}
.sv_cview_rview_b1 h3{
	font-weight:600;
	font-size:16px;
	padding-top:4px;
	color:#333;
}
.sv_cview_rating_color{
	overflow:hidden;
	padding:10px 2px;
	opacity:0.9;
}

.sv_5star_box {
    overflow: hidden;
    background: #f2f2f2;
    background: -webkit-linear-gradient(top,#eee,#f6f6f6);
    background: linear-gradient(to bottom,#eee,#f6f6f6);
    background-color: #f3f3f3;
    height: 17px;
    border-radius: 1px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
}
.sv_5star_width{
	height:17px;
	width:0%;
}
.sv_5star_box .sv_5star_tab {
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    float: left;
    font-size: 0;
    height: 100%;
    width: 0;
	animation: star5width 1s forwards;
    border-radius: 2px;	
	background: #007500;
    background: -webkit-linear-gradient(top,#008A00,#070);
    background: linear-gradient(to bottom,#008A00,#070);
    background-color: #008A00;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.05);
}
.sv_5star_box .sv_5star_color2{ 
    background: #00C800;
    background: -webkit-linear-gradient(top,#00C800,#00B500);
    background: linear-gradient(to bottom,#00C800,#00B500);
    background-color: #00C800;
}
.sv_5star_box .sv_5star_color3{ 
    background: #53FF53;
    background: -webkit-linear-gradient(top,#53FF53,#00E300);
    background: linear-gradient(to bottom,#53FF53,#00E300);
    background-color: #53FF53;
}
.sv_5star_box .sv_5star_color4{ 
    background: #fb0;
    background: -webkit-linear-gradient(top,#ffce00,#ffa700);
    background: linear-gradient(to bottom,#ffce00,#ffa700);
    background-color: #ffce00;
}
.sv_5star_box .sv_5star_color5{ 
    background: #FF3E3E;
    background: -webkit-linear-gradient(top,#FF3E3E,#F20000);
    background: linear-gradient(to bottom,#FF3E3E,#F20000);
    background-color: #FF3E3E;
}
@keyframes star5width{
	from {width:0%;}
	to {width:100%;}
}
@-o-keyframes star5width{
	from {width:0%;}
	to {width:100%;}
}
@-moz-keyframes star5width{
	from {width:0%;}
	to {width:100%;}
}
@-webkit-keyframes star5width{
	from {width:0%;}
	to {width:100%;}
}

.sv_product2_box_rating_data_in{
	overflow:hidden;
}
.sv_cview_rwidth{
	overflow:hidden;
	padding:6px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sv_cview_rwidth:hover{
	cursor:pointer;
}
.sv_cview_rwidth section{
	max-width:15%;
	flex:1 0 15%;
}
.sv_cview_rwidth section span{
	display:block;
	font-size:14px;
	color:#666;
	text-align:right;
	padding-right:4px;
}
.sv_cview_rnumber{
	max-width:70%;
	flex:1 0 70%;
}
.sv_cview_rwidth aside{
	max-width:15%;
	flex:1 0 15%;
}
.sv_cview_rwidth aside span{
	display:block;
	font-size:13px;
	color:#666;
	text-align:left;
	padding-left:4px;
}


.sv_cview_rsubmit{
    /*display: flex;
    align-items: flex-start;
    flex-wrap: wrap;*/
	padding:15px 0px;
	padding-right:15px;
}
.sv_cview_rsubmit_b2{
	flex:1;
	position:relative;
	text-align:left;
}
#star-1:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-1] svg, #star-3:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-1] svg, #star-4:checked ~ section [for=star-2] svg, #star-4:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-1] svg, #star-5:checked ~ section [for=star-2] svg, #star-5:checked ~ section [for=star-3] svg, #star-5:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-5] svg {
  transform: scale(1);
}

#star-1:checked ~ section [for=star-1] svg path, #star-2:checked ~ section [for=star-1] svg path, #star-2:checked ~ section [for=star-2] svg path, #star-3:checked ~ section [for=star-1] svg path, #star-3:checked ~ section [for=star-2] svg path, #star-3:checked ~ section [for=star-3] svg path, #star-4:checked ~ section [for=star-1] svg path, #star-4:checked ~ section [for=star-2] svg path, #star-4:checked ~ section [for=star-3] svg path, #star-4:checked ~ section [for=star-4] svg path, #star-5:checked ~ section [for=star-1] svg path, #star-5:checked ~ section [for=star-2] svg path, #star-5:checked ~ section [for=star-3] svg path, #star-5:checked ~ section [for=star-4] svg path, #star-5:checked ~ section [for=star-5] svg path {
  fill: #03a9f4;
  stroke: #00547a;
}

.sv_cview_rsubmit_b2 section {
  width: 300px;
  text-align: center;
  display:flex;
  padding-top: 2px;
}

.sv_cview_rsubmit_b2 label {
  display: inline-block;
  width: 22px;
  text-align: center;
  cursor: pointer;
}
.sv_cview_rsubmit_b2 label svg {
  width: 100%;
  height: auto;
  fill: white;
  stroke: #a1a1a1;
  transform: scale(0.8);
  transition: transform 200ms ease-in-out;
}
.sv_cview_rsubmit_b2 label svg path {
  transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
}

.sv_cview_rsubmit_b2 label[for=star-null] {
  display: block;
  margin: 0 auto;
  color: #999;
}

.sv_cview_rsubmit_b2 input {
  margin-top: 1rem;
}
.sv_cview_rsubmit_b2 label svg:hover {
  transform: scale(1);
  fill:#f2f2f2;
}
.sv_cview_rsubmit_b2 h2{
	color:#3F6881;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.sv_cview_rsubmit_b2 dl{
	display:flex;
	padding:10px 0px;
	padding-right:10px;
}
.sv_cview_rsubmit_b2 dl textarea{
	flex:1;
	min-height:80px;
	max-height:150px;
	padding:10px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: 'Poppins', Lato;
	text-align:left;
	border:1px solid #e7e7e7;
	outline:none;
}
.sv_cview_rsubmit_b2 dl textarea:focus{
	border-color:#666;
}
.sv_cview_rsubmit_b2 dd{
	text-align:right;
	padding:10px 0px;
	padding-right:10px;
}
.sv_cview_rsubmit_b2 dd button{
    font-family: 'Poppins', Lato;
	padding:6px 12px;
	background:#039de3;
	font-weight:600;
}
.sv_cview_rsubmit_b2 dd button i{
	margin-left:3px;
}
.sv_cview_rsubmit_b2 dd button:active{
	background:#F93;
}
.sv_cview_rsubmit_b2 aside{
    display: flex;
    position: relative;
    text-align: left;
    align-items: center;
}
.sv_cview_rsubmit_b2 aside article{
}
.sv_cview_rsubmit_b2 aside article b{
	display: flex;
    border: 2px solid #f9f9f9;
    width: 41px;
    height: 41px;
    background: #39F;
    font-size: 20px;
    color: #FFF;
	font-weight:400;
    text-shadow: 0 1px 0 #f7f7f7, 1px 1px 1px #999;
    border-radius: 5px;
	text-align:center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
	margin-right:10px;
}
.sv_cview_rsubmit_b2 aside nav{
	flex:1;
}


.sv_cview_ruser{
	padding:15px 0px;
	position:relative;
}
.sv_cview_ruser section{
	/*display: flex;
	align-items: flex-start;
	flex-wrap: wrap;	*/
	margin-bottom:22px;
	text-align:left;
}
.sv_cview_ruser section dd{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	
}
.sv_cview_ruser section dd dl b{
	display: flex;
	border: 2px solid #f9f9f9;
	width: 36px;
	height: 36px;
	background: #39F;
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	text-shadow: 0 1px 0 #f7f7f7, 1px 1px 1px #999;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	margin-right:10px;
}
.sv_cview_ruser section dl{
}

.sv_cview_ruser section aside{
	flex: 1;
    position: relative;
    text-align: left;
}
.sv_cview_ruser section aside h2 {
    color: #3F6881;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	padding-bottom:4px;
}
.sv_cview_ruser section aside h3 {
	color:var(--p);
	letter-spacing:2px;
}
.sv_cview_ruser section aside h3 em{
	font-weight:300;
	font-size:12px;
	padding-left:10px;
	color:#CCC;
	letter-spacing:normal;
}
.sv_cview_ruser section article{
	padding:6px 0px;
	font-size:13px;
	line-height:18px;
	color:#666;
	padding-right:10px;
}

.sv_data_empty{
	text-align:center;
	padding:5px 0px;
}
.sv_data_empty i{
	font-size:60px;
	color:rgba(255,0,0,0.4);
}
.sv_data_empty h2{
	font-size:25px;
	padding:15px 10px;
	color:#8892b0;
}


.sv_cview_box2_h1{
	border-left:4px solid var(--p);
    color: #151a33;
    font-family: 'Poppins', Lato;
    font-weight: 600;
    font-size: 18px;
	padding:10px;
	text-align:left;
	margin-bottom:15px;
}

.sv_cours_in{
	display:flex;
	flex-wrap: wrap;
    flex-direction: column;
	min-height:300px;
	z-index:1;
	position:relative;
}
.sv_cours_in a{
	flex: 1 0 100%; /* explanation below */
	max-width:100%;
	display:block;
	overflow:hidden;
	background:#ffffff;
    border: 0.05rem solid #e7e9ed;
	transition:ease-in-out 0.2s all;
	border-radius:7px;
	position:relative;
    transition: .3s all;
	margin-bottom:15px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}
.sv_cours_in a:hover{
	cursor:pointer;
	box-shadow:0 .2rem .5rem rgba(69,77,93,.5);
	transform:scale(1.05,1.05);
}
.sv_cours_box1{
	height: 192px;
    overflow: hidden;
    position: relative;
}
.sv_cours_blur {
    background-size: cover !important;
    background-position: center center;
    background-origin: padding-box;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.sv_cours_box1 img {
    max-height: 100%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.sv_cours_box2{
	padding:10px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
	text-align:left;
}
.sv_cours_offer{
	position:absolute;
	width:45px;
	height:45px;
	background:url(../img/offer4.png) center no-repeat;
	background-size:contain;
	z-index:1;
	color:#FF0;
	text-align:center;
	top:10px;
	right:10px;
}
.sv_cours_offer span{
	display:block;
	padding-top:10px;
	font-size:14px;
	font-family:Aqleema-Bold;
	padding-bottom:2px;
}
.sv_cours_offer small{
	display:block;
	font-size:10px;
	font-family:Aqleema-Regular;
}

.sv_cours_box2 h4{
    padding: 0px 0px;
    padding-top: 4px;
    text-align: left;
    font-size: 12px;
    color: #ff934b;
    font-family: 'Aqleema-Regular';
	font-weight:normal;
	overflow:hidden;
	display:flex;
}
.sv_cours_box2 h4 small{
	margin-left:auto;
    color: #a1a1a1;
}
.sv_cours_box2 h3{
	text-align: left;
    color: #333;
    font-size: 15px;
	line-height:18px;
	font-weight:700;
    padding: 4px 0px;
    overflow: hidden;
    padding-top: 1px;
	font-family:'Poppins';
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}
.sv_cours_box2 dl{
	padding:3px 0px;
}
.sv_cours_box2 dl span{
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 3px;
    background: #008000;
}
.sv_cours_box2 dl span i {
    font-size: 12px;
    vertical-align: top;
    margin-right: 2px;
}
.sv_cours_box2 dl small{
	display:inline-block;
	font-size:12px;
	padding-left:4px;
	color:#666;
}
.sv_cours_box2 dd{
	padding:5px 0px;
    display: flex;
    align-items: center;
}
.sv_cours_box2 dd small {
    color: var(--s);
    font-size: 14px;
    display: inline-block;
    text-decoration: line-through;
    padding: 2px 3px;
    vertical-align: middle;
	font-family:'Poppins', Lato;
}
.sv_cours_box2 dd small i {
    font-size: 12px;
}
.sv_cours_box2 dd span {
    display: inline-block;
    padding: 2px 3px;
    vertical-align: middle;
    font-size: 20px;
	color:var(--p);
	font-family:'Poppins', Lato;
	font-weight:600;
}
.sv_cours_box2 dd span i {
    font-size: 17px;
    margin-right: 2px;
}



.sv_product_buy{
	display: flex;	
	align-items: stretch;
	border-top: 1px solid #f1f1f1;
	background:#F9F9F9;
}
.sv_product_buy dd{
	flex: 0.2;
	display: flex;	
    align-items: center;
    justify-content: center;
	color:#CCC;
	font-size:13px;

}
.sv_product_buy dd:first-child{
	border-right: 1px solid #f1f1f1;
}
.sv_product_buy dd i{
    -webkit-transition: ease-in-out 0.2s all;
    -moz-transition: ease-in-out 0.2s all;
    -ms-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
}
.sv_product_buy dd:hover{
	cursor:pointer;
	background:#f1f1f1;
}
.sv_product_buy dd:hover i{
	color:#F20000;
	transform:scale(1.5,1.5);
}
.sv_product_buy dd:first-child:hover i{
	color:#006FDD;
}
.sv_product_buy dl{
	flex: 0.6;
	display: flex;	
}
.sv_product_buy dl button{
    flex: 1;
    border: none;
    outline: none;
    font-size: 12px;
	text-align: center;
    font-weight: 700;
    padding: 10px 0px;
    color: #fff;
    transition: ease-in-out 0.2s all;
    opacity:0.9;

	background: #004080;
    background-image: -webkit-linear-gradient(0deg,#004080 0%,#006CD9 100%);
    background-image: -ms-linear-gradient(0deg,#004080 0%,#006CD9 100%);
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 94 187 / 40%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,94,187,0.4);
    box-shadow: 0px 1px 2px 0px rgb(0 94 187 / 40%);
    text-shadow: 1px 1px #033e77;

    -webkit-transition: ease-in-out 0.2s all;
    -moz-transition: ease-in-out 0.2s all;
    -ms-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
	width: 100%;
}
.sv_product_buy dl button:hover{
	cursor:pointer;

    background: #51ee00;
    background-image: -moz-linear-gradient(0deg,#51ee00 0%,#00a300 100%);
    background-image: -webkit-linear-gradient(0deg,#51ee00 0%,#00a300 100%);
    background-image: -ms-linear-gradient(0deg,#51ee00 0%,#00a300 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(97, 255, 136, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(97, 255, 136, 0.5);
    box-shadow: 0px 2px 8px 0px rgb(97, 255, 136, 0.5);
    text-shadow: 1px 1px #00a300;
}


@media screen and (max-width:931px){
	.sv_cview_tab1_step{
		margin: 0px 10px;
    	flex-direction: column;
	}
	.sv_cview_tab1_step section h2{
		font-size: 16px;
	}
	.sv_cview_tab1_step section p {
		padding: 3px 0px;
		font-size: 11px;
		line-height: 16px;
	}
	.sv_cview_in{
    	flex-direction: column;
	}
	.sv_cview_box2{
		flex: 1 0 100%;
		max-width: 100%;
	}
	.sv_cview_box1_in1{
    	flex-direction: column;
	}
	.sv_cview_tab1{
		flex: 1 0 100%;
		max-width: 100%;
	}
	.sv_cview_tab1_img{
		margin:0px 10px;
	}
	.sv_cview_des{
		padding:0px 10px;
	}
	.sv_cview_tab1_img img{
		display:block;
	}
	.sv_cview_tab1_img_blur, .sv_cview_tab1_img_img{
		display:none;
	}
	.sv_cview_tab1_img{
	}
	.sv_cview_rview{
    	flex-direction: column;
		align-items: stretch;
	}
	.sv_cview_rview_b1{
		flex: 1 0 100%;
		max-width: 100%;
	}
	.sv_cview_rview_b2{
		flex: 1 0 100%;
		max-width: 100%;
	}
	.sv_cview_rsubmit_b2{
	}
	.sv_cartadd_b{
    	max-height: 50vh;
	}
	.sv_cview_ruser, .sv_cview_rsubmit{
		padding:15px;
	}
	.sv_cv_des article, .sv_cv_htu article, .sv_cview_rsubmit_b2 dl, .sv_cview_rsubmit_b2 dd, .sv_cview_ruser section article{
		padding-right:inherit;
	}
	.sv_cview_info_btn{
    	flex-direction: column;
	}
	.sv_cview_info_btn button{
		width:100%;
		margin-right:inherit;
	}
	.sv_demo_in{
		width:90%;
	}
}