.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}
/**<div class="give_error_no"><dd><i class="las la-times-circle"></i>Note</dd><li>Error updated..</li><dl>Confirm</dl></div><script>msgH();</script>**/
/**<div class="give_error_yes"><dd><i class="las la-check-circle"></i>Note</dd><li>Successfully updated..</li><dl>Confirm</dl></div><script>msgH();</script> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.give_error_no, .give_error_yes{
	margin: 0 auto;
    position: fixed;
    background: #333;
    color: #fff;
    font-size: 16px;
    z-index: 9999999999999999;
    transition: ease-in-out 0.2s all;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
    box-shadow: 0px 10px 20px 0.05px rgb(0 0 0 / 20%);
	/*animation: inm_cloude_fadin 1s linear 2s 16 forwards;*/
	text-align:left;
    box-sizing: inherit;
    /*white-space: nowrap;*/
	overflow:hidden;
	padding-top:10px;
}
.give_error_no dd, .give_error_yes dd{
	background:#5b678a;
	font-size:18px;
	padding:8px;
	text-transform:uppercase;
	color:#ffd000;
	font-weight:600;
	margin-bottom:10px;
	text-align:center;
	display:none;
}
.give_error_no dd i, .give_error_yes dd i{
	margin-right:3px;
}
.give_error_no dl, .give_error_yes dl{
	clear:both;
	display:inline-block;
	color:#fff;
	background:linear-gradient(180deg,#ff8000,#c11515 100%);
	/*float:right;*/
	margin:10px;
	padding:8px 8px;
	font-size:12px;
	display:flex;
    justify-content: center;
}
.give_error_no li, .give_error_yes li{
	text-align:left;
	color:#666;
	padding:3px 0px;
	margin-left:20px;
	margin-right:10px;
	display:block;
}
.give_error_yes li::before, .give_error_no li::before {
	content: "• ";
	color: #ffffff;
	margin-left:-13px;
}
.give_error_yes li{
	color:#00D700;
}
.give_error_no li{
	color:#e80000;
}
.sv_form_msg {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #D20000;
    background: rgba(255,0,0,0.8) url(../img/rgba_red.png) repeat;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    margin-top:10px;
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 0px #E60000;
	width:90%;
	font-family:  'Lato', Calibri, Arial, sans-serif;
}
.sv_form_msg_ok {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #070;
    background: rgba(0,128,0,0.8) url(../img/rgba_rgba_green.png) repeat;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    margin-top:10px;
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 0px #008000;
	width:90%;
	font-family:  'Lato', Calibri, Arial, sans-serif;
}
.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: block;
    overflow: hidden;
    color: #025ab3;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 0px;
    font-size: 18px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 7px;
    outline: none;
    border: 2px solid #025ab3;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active{
	background:#025ab3;
	transform:translate(2px,2px);
	box-shadow:none;
	color:#fff;
}
.my_btn2{
	background-color:#F20000;
}
.my_btn3{
	background-color:#008000;
}
/**PageLoading**/
.my_page_progress {
	position:fixed;
	height: 2px;
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 2px;
	background-clip: padding-box;
	overflow: hidden;
	top:0px;
	left:0px;
	z-index:999999999;

}
.my_page_progress .my_page_progress_loding {
	background-color:black;
}
.my_page_progress .my_page_progress_loding:before {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		  animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.my_page_progress .my_page_progress_loding:after {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
		  animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
		  animation-delay: 1.15s;
}
@-webkit-keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@-webkit-keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}
@keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}


.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/mlod.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/mlod.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	margin:20px auto;
}
.loading4{
	display:none;
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/mlod.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}

.load{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.2);
	z-index:500;
}
.load img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	padding:15px;
	border-radius:50%;
    margin-left: -40px;
    margin-top: -40px;
	box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2);
	width:60%;
}

.load i{
	width:60%;
	height:50px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: url(../img/mlod.gif) center no-repeat;
	background-size:contain;
	padding:15px;
	/*border-radius:50%;*/
    /*margin-left: -40px;
    margin-top: -40px;*/
	/*box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2);*/
}

.load2{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:rgba(255,255,255,0.5) url(../img/mlod.gif) center no-repeat;
	background-size:contain;
	padding:15px;
	/*border-radius:50%;*/
    /*margin-left: -40px;
    margin-top: -40px;*/
	/*box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2);*/
	width:70px;
	height:70px;
	z-index:450;
	background-size:90%;
	border-radius:20px;
    box-shadow: 0px 4px 8px 0.05px rgb(0 0 0 / 20%);
}
.sv_main_t{
	text-align:center;
	font-family: 'BreeSerif';
	font-size:35px;
	text-transform:uppercase;
	padding:10px 0px;
	font-weight:900;
	letter-spacing:1.5px;
	color:#036;
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
	clear:both;
	position:relative;
}
.sv_main_t span{
	color:#ec0076;
}
.sv_main_t small{
	color:#666;
	display:block;
	padding-top:3px;
	font-size:12px;
	text-shadow:none;
	letter-spacing:1px;
}
.sv_main_t i{
	display:inline-block;
	background:url(../img/book_i1.png) no-repeat;
	width: 24px;
    height: 24px;
    vertical-align: baseline;
    margin: 0px 10px;
	background-size:contain;
}
.sv_main_t i:nth-last-child(2){
	background-image:url(../img/book_i2.png);
}

.sv_main_t_a{
	display:inline-block;
	float:right;
	background: #FF8000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    background-image: -moz-linear-gradient(0deg,#025ab3 0%,#006CD9 100%);
    background-image: -webkit-linear-gradient(0deg,#025ab3 0%,#006CD9 100%);
    background-image: -ms-linear-gradient(0deg,#025ab3 0%,#006CD9 100%);
    background-image: linear-gradient(45deg,#025ab3 0%,#006CD9 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,94,187,0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,94,187,0.4);
    box-shadow: 0px 1px 4px 0px rgba(0,94,187,0.4);
    color: #fff !important;
    border-radius: 4px;
	transition:ease-in-out 0.2s all;
	font-family:'Lato', Calibri, Arial, sans-serif;
	position:absolute;
	top:13px;
	right:5px;
}
.sv_main_t_a:hover{
	box-shadow:2px 3px 3px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
.sv_main_t_a:active{
	box-shadow:none;
	transform:translate(2px,2px);
}
/*<div class="sv_main_t"><i></i>Shop <span>By Class</span><i></i><small>We have great range of publishers.</small></div>*/
.sv_bar_body{
	overflow:hidden;
	display:inline-block;
	clear:both;
	padding:10px;
	font-family: 'Proxima Nova';
}
.sv_bar{
    border-top: 1px solid #ecebeb;
    border-bottom: 1px solid #ecebeb;
    overflow: hidden;
	border-top:none;
}
.sv_bar section{
	float:left;
	padding:10px 5px;
	font-size:12px;
	color:#CCC;
	position:relative;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
	padding-right:15px;
}
.sv_bar section:hover{
	max-width:none;
}
.sv_bar section a{
	display:block;
	color:#999;
}
.sv_bar section:after{
	content:"\f105";
	position:absolute;
	font-family: 'FontAwesome';
	color:#e8e7e7;
    right: 1px;
    top: 5px;
	font-size:22px;
}
.sv_bar section a:hover{
	color:#004080;
}
.sv_bar section:first-child{
	padding-right:20px;
	padding-left:15px;
}
.sv_bar section:last-child:after{
	content:"";
}
/*
<!--Bar--S-->
<div class="sv_bar_body2 clearfix">
<div class="sv_bar" style="background:none;"><div class="my_95_block"><div class="my_100_block">
<section><a href="./"><i class="fa fa-home"></i></a></section>
<section><a href="./category/men-s-fashion/">Men's Fashion</a></section>
<section><a href="./category/men-s-fashion/">Men's Fashion</a></section>
<section>Top Wear</section>
</div></div></div>
</div>
<!--Bar--E-->*/


.pte_note {
    padding: 20px;
    color: #999;
    font-size: 12px;
	line-height:16px;
    font-family: 'Proxima Nova';
}
.pte_note a{
	color:#333;
	font-family: 'ProximaNovaBold';
}
/**Fix-Box**S**/

.pp_body{
    background: var(--b);
    margin-top: 0;
    justify-content: center;
    max-width: 550px;
    position: relative;
    width: 100%;
    height: 100%;
    /*float: left;*/
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    right: auto;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
    /*overflow-x: hidden;
    overflow-y: auto;*/
	overflow:hidden;
}
.pp_body_in{
    background: #49352a;
    margin-top: 0;
    justify-content: center;
    position: relative;
    width: 100%;
    float: left;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
    overflow-x: hidden;
	padding-bottom:50px;
    /*overflow-y: auto;
	overflow:hidden;*/
}
.pp_body::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.pp_body::-webkit-scrollbar-track{
	background:#fff;
	-webkit-box-shadow:inset 1px 1px 2px #e0e0e0;
	border:2px solid #d8d8d8;
	}
.pp_body::-webkit-scrollbar-thumb{
	background:#f74d56;
	-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,.4);
}
.pp_body::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.3);
}
.pp_body::-webkit-scrollbar-thumb:active{
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.pp_body::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}

.pp_body *::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.pp_body *::-webkit-scrollbar-track{
	background:#fff;
	-webkit-box-shadow:inset 1px 1px 2px #e0e0e0;
	border:2px solid #d8d8d8;
	}
.pp_body *::-webkit-scrollbar-thumb{
	background:#5b678a;
	-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,.4);
}
.pp_body *::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.3);
}
.pp_body *::-webkit-scrollbar-thumb:active{
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.pp_body *::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}


.pp_bottom_fix{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:101;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-family: 'ProximaNovaBold';
    border-top: 1px solid #fcac01;
    background: #fcac01;
}

.pp_bottom_fix a{
	display:inline-block;
	background:#ee5c00;
	color:#FFF;
	padding:4px 6px;
	border-radius:5px;
	line-height:normal;
	margin-left:2px;
}
.pp_body_fix{
	background:#fff;
    width: 100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:50px;
    overflow-x: hidden;
    overflow-y: auto;
}
.pp_back{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:28px;
	padding:0px 15px;
	color:#FFF;
	opacity:0.8;
}



.pp_first_ac{
	/*padding-top:20px;*/
}
.pp_first_ac section{
	padding:10px;
	text-align:center;
	padding-top:20px;
}
.pp_first_ac section a{
	display:inline-block;
	background:#390;
	color:#FFF;
	font-size:18px;
	padding:10px 30px;
	border-radius:10px;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
	font-family: 'BreeSerif';
	transition:ease-in-out 0.2s all;
	letter-spacing:1px;
}
.pp_first_ac section a i{
	margin-left:5px;
}
.pp_first_ac section a:hover{
	background-color:#2D96FF;
}
.pp_first_ac section a:active{
	transform:translate(3px,0px);
}
.pp_first_ac article{
	padding:5px;
    color: #999;
    font-size: 16px;
    font-family: 'Proxima Nova';
	padding-bottom:10px;
}
.pp_first_ac article a{
    font-family: 'ProximaNovaBold';
	color:#390;
}
.pp_first_ac h3{
	padding:10px;
	font-size:20px;
	color:#616161;
}
.pp_first_ac aside{
	width:100%;
	margin:0 auto;
    justify-content: center;
    text-align: center;
	margin-bottom:65px;
}
.pp_first_ac aside a{
	display:inline-block;
}
.pp_first_ac aside a img{
	height:70px;
	margin:10px;
	border-radius:10px;
}

.pte_fix_head{
	height:50px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:300;
	text-align:left;
	background: var(--bl);
	display:flex;
    align-items: center;
}
.pte_fix_back {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 25px;
    color: #FFF;
    opacity: 0.8;
}
.pte_fix_back:hover {
	background:rgba(255,255,255,0.1);
	opacity:1;
}
.pte_fix_head span{
	display:inline-block;
	font-size:18px;
	color:#FFF;
    font-family: 'Poppins';
	height:50px;
	line-height:50px;
	opacity:0.9;
	padding-left:60px;
	font-weight:700;
}
.pp_body_in2{
	position:absolute;
	top:50px;
	left:0;
	right:0;
	bottom:0;
    overflow-x: hidden;
    overflow-y: auto;
}
/**Fix-Box**E**/
/**Fix-Bottom-Menu**S**/
.sv1_fix{
	width: auto;
    background: #4a3124;
    position: absolute;
    bottom: 0px;
	left:0px;
	right:0px;
    z-index: 450;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	height:55px;
}
.sv1_fix_box{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
	height:55px;
	position:relative;
}
.sv1_fix_box a{
	/*display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	height:50px;
	position:relative;
	overflow:hidden;*/
    color: #999;
    overflow: hidden;
    height: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}
.sv1_fix_box a i{
    -webkit-transition: color 1s;
    transition: color 1s;
	font-size:28px;
	color:#c6c6c6;
}

.sv1_fix_box a span{
	display:block;
	font-size:12px;
	color:#cbcbcb;
    padding: 1px 3px;
    margin-top: 2px;
	/*text-transform: uppercase;*/
}
.sv1_fix_box abbr{
    position: relative;
    top: -31px;
    z-index: 9;
    color: #999;
}
.sv1_fix_box section{	
    background: #ffffff;
    height: 65px;
    width: 65px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    top: -27px;
    border-top: 1px solid #c8c8c8;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	z-index:-1;
}
.sv1_fix_box aside em{
	font-size:55px;
    margin: 0 auto;
	color:#666;
	z-index:1;
	position:relative;
	top:-24px;
	transition:ease-in-out 0.2s all;
}
.sv1_fix_box aside em{
	background:#FFF;
	height:55px;
	width:55px;
	display:inline-block;
	z-index:2;
	background-image:url(../icon/team.png);
	background-size:contain;
	border-radius:50%;
}.sv1_fix_box aside em
.sv1_fix_box aside em:active{
	transform:scale(1.09,1.09);
}
.sv1_fix_active .sv1_fix_box aside em{	
    filter: grayscale(1);
}

.sv1_fix_box aside{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
}
.sv1_fix_active a, .sv1_fix_active a i{
	color:#fff;
}
.sv1_fix_active a span{
	color:#ff8000 !important;
}
.sv1_fix_box a i{
	/*font-size:24px;*/
}
.sv1_fix_active a i{
	/*font-size:24px;*/
	background: -webkit-linear-gradient(#c5c5c5, #868686) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.sv2_botm_fix{
	width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -100%;
    z-index: 445;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	min-height:150px;
	border-radius:10px 10px 0px 0px;
	display:none;
}
.sv2_botm_fix_clg_bg{
    background: #ffffff;
    height: 41px;
    width: 41px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    top: -20px;
    border-top: 1px solid #c8c8c8;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	z-index:-1;
}
.sv2_botm_fix_in{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
}
.sv2_botm_fix_close{
	position:relative;
	text-align:center;
}
.sv2_botm_fix_close i{
	font-size:38px;
	color:#e80000;
	margin-top:-18px;
}

.FixBHome i{
	background: -webkit-linear-gradient(#88c3ff, #0251a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBOrder i{
	background: -webkit-linear-gradient(#f1b211, #9a0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBTeam em{
	background: -webkit-linear-gradient(#ff8000, #703800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBFinance i{
	background: -webkit-linear-gradient(#66ffb3, #014c27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBProfile i{
	background: -webkit-linear-gradient(#e044e0, #750075);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBTeam i{
	background: -webkit-linear-gradient(#2693ff, #004080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background:-webkit-linear-gradient(#f00000, #d20000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:26px;
}
.FixBTeam a{
	overflow:inherit !important;
}
.FixBTeam span{
	margin-bottom:-84px;
	
}

.pte_text{
    margin: 5px;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
	color:#e80000;
}
/**Fix-Bottom-Menu**E**/
/**Popup**S**/

.pte_yn_body{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:455;
	background:rgba(0,0,0,0.3);
	display:none;
}
.pte_yn{
	position:absolute;
	left:50%;
	top:50%;
	background:#FFF;
	/*padding:5px;*/
    border-radius: 7px 7px 0px 0px;
	transform:translate(-50%,-50%);
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
	width:85%;
	padding:8px;
	border-radius:10px;
}
.pte_yn_txt{
	overflow:hidden;
	text-align:center;
	padding: 10px;
	padding-bottom:15px;
	font-size:20px;
	color:#333;
	line-height:26px;
}
.pte_yn_btn{
	display:block;
	width:100%;
}
.pte_yn_btn button{
	/*margin:15px;*/
	outline:none;
	font-size:18px;
	background:none;
	color:#FF8000;
	border-radius:20px;
	padding:8px 20px;
	border:2px solid #FF8000;
	font-weight:600;
	margin:0px 5px;
	/*box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);*/
	transition:ease-in-out 0.1s all;
	/*margin-bottom:5px;*/
}
.pte_yn_btn_n{
	background:#999 !important;
}
.pte_yn_btn button:hover{
	cursor:pointer;
	background:#FF8000;
	color:#fff;
}
.pte_yn_btn button:active{
	color:#333;
}

.pte_yn_t{
	padding:16px 0px;
	text-align:center;
	font-size:20px;
	color:#0c7ff1;
	text-transform:uppercase;
	background-image: -webkit-linear-gradient(272deg,#004080 0%,#006CD9 100%);
    background-image: -ms-linear-gradient(272deg,#004080 0%,#006CD9 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 94 187 / 40%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,94,187,0.4);
    box-shadow: 0px 2px 8px 0px rgb(0 94 187 / 40%);
    border-radius: 10px 10px 0px 0px;
}
.pte_yn_t i{
	color:#ccc;
	margin-right:5px;
}
/**Popup**E**/


.pp_body_in{
	bottom:0px;
}
.sv1_fix{
	/*background:none;
	box-shadow:none;*/
	
}
.sv1_fix_box{
	position:relative;
}
.FixBHome{
	border-right:1px solid rgba(255,255,255,0.05);
}
.FixBFinance{
}
.FixBOrder{
}
.FixBProfile{
	border-left:1px solid rgba(255,255,255,0.05);
}
.FixBTeam a{
	width: 65px;
    height: 65px;
    background: #fff url(../icon/icon3.png) center no-repeat;
    background-size: cover;
    position: absolute;
    border: 2px solid rgba(0,0,0,0.05);
    left: 50%;
    top: -33px;
    transform: translate(-50%, 0px);
    box-shadow: 0 0px 6px 1px rgb(0 0 0 / 10%);
    border-radius: 18px;
	/*background: -webkit-linear-gradient(#ff8000, #703800);
  -webkit-background-clip: ;
  -webkit-text-fill-color: transparent;*//**/
}
/**CartMsg**S**/

.fe_cart{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	z-index:448;
	position:fixed;
}
.fe_cart_in{
    top: 50%;
    left: 50%;
    width: 85%;
	position:absolute;
	background:var(--b);
    transform: translate(-50%,-50%);
	box-shadow:0px 5px 10px 0.05px rgb(0 0 0 / 20%);
	border-radius:4px;
	animation: autopopup_top 0.2s alternate;
	
}
.fe_cart_in h4{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:24px;
	color:#fff;
	background:var(--bl);
}
.fe_cart_in h2{
	display:block;
	font-size:24px;
	padding:12px;
	color:#ffffff;
	background:var(--bl);
	border-bottom:1px solid rgba(255,255,255,0.05);
	text-align:left;
}
.fe_cart_qty{
	padding:10px 0px;
	text-align:center;
	display:flex;
    justify-content: center;
    align-items: center;
}
.fe_cart_qty b{
	font-size:18px;
	padding-right:10px;
	color:#09F;
}
.fe_cart_qty dd{
	display:flex;
}
.fe_cart_qty dd button{
	height:30px;
	border:1px solid #CCC;
	font-size:12px;
	width:30px;
	outline:none;
	background-color:#f2f2f2;
	overflow:hidden;
	position:relative;
}
.fe_cart_qty dd button:first-child{
	border-radius:4px 0px 0px 4px;
	color:#e80000;
}
.fe_cart_qty dd button:last-child{
	border-radius:0px 4px 4px 0px;
	color:#0C3;
}
.fe_cart_qty dd input{
	height:26px;
	font-size:18px;
	width:40px;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	outline:none;
	text-align:center;
	background:#fff;
	color:#333;
	font-weight:bold;
}
.fe_cart_btn{
	display:flex;
    margin-top: 18px;
    margin-bottom: -19px;
    justify-content: center;
}
.fe_cart_btn button{
	border:none;
	outline:none;
	font-size:18px;
	padding:10px 30px;
	overflow:hidden;
	position:relative;
    cursor: pointer;
	background: linear-gradient(180deg,#0e0,#009500 100%);
	border-radius:3px;
	background-size:cover;
	color:#fff;
	font-family: 'ProximaNovaBold';
	box-shadow:0px 4px 8px 0.05px rgb(0 0 0 / 20%);
	margin:0px 10px;
}
.fe_cart_btn button:nth-child(2){
	color:#fff;
	overflow:hidden;
	background:linear-gradient(180deg,#ff8000,#e80000 100%);
}
.fe_cart_in article{
	font-size:16px;
	color:#ff8000;
	padding:18px 10px;
	line-height:20px;
	text-align:left;
}
.fe_cart_in article i{
	font-size:14px;
}
.fe_cart_in aside{
	font-size:18px;
	color:#333;
	padding:8px 4px;
}
.fe_cart_in aside strong{
	color:#FB7D00;
	display:inline-block;
	padding-left:4px;
}
.fe_cart_in aside strong i{
	font-size:14px;
}
.fe_cart_in h4:active{
	background:rgba(0,0,0,0.05);
}
.fe_cart_in nav{
	padding-top:5px;
	font-size:60px;
	color:#03a9f4;
	text-align:center;
}
.fe_cart_in nav i{
	animation: inm_zoom_in_out1 1s infinite;
}
/**CartMsg**E**/