.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
	content: "";
	clear: both;
	display: block;
}

/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</div> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}

.my_95_none{
	margin:0 auto;
	width:95%
}
.my_95_block{
	overflow:hidden;
	margin:0 auto;
	width:95%;
}

.my_100{
	width:100%;
	/*overflow:hidden;*/
	clear:both;
	margin:0 auto;
}
.my_100_block{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.my_100_hide{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.my_95{
	/*overflow:hidden;*/
	margin:0 auto;
	width:95%;
}
.my_10{
	float:left;
	width:10%;
}
.my_10_hide{
	float:left;
	width:10%;
	overflow:hidden;
}
.my_20{
	float:left;
	width:20%;
}
.my_20_hide{
	float:left;
	width:20%;
	overflow:hidden;
}
.my_25{
	float:left;
	width:25%;
}
.my_25_hide{
	float:left;
	width:25%;
	overflow:hidden;
}
.my_30{
	float:left;
	width:30%;
}
.my_30_hide{
	overflow:hidden;
	float:left;
	width:30%;
}
.my_33, .inm_33{
	float:left;
	width:33.333%;
}
.my_33_hide{
	overflow:hidden;
	float:left;
	width:33.333%;
}
.my_50{
	float:left;
	width:50%;
}
.my_50_hide{
	overflow:hidden;
	float:left;
	width:50%;
}
.my_70{
	float:left;
	width:70%;
}
.my_70_hide{
	overflow:hidden;
	float:left;
	width:70%;
}
.my_75{
	float:left;
	width:75%;
}
.my_75_hide{
	overflow:hidden;
	float:left;
	width:75%;
}
.my_80{
	float:left;
	width:80%;
}
.my_80_hide{
	overflow:hidden;
	float:left;
	width:80%;
}
.my_90{
	float:left;
	width:90%;
}
.my_90_hide{
	overflow:hidden;
	float:left;
	width:90%;
}
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.my_coin, .inm_coin{
	display: inline-block;
    background: url(../img/inm_coin_64x64.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.my_support, .inm_support{
	display: inline-block;
    background: url(../img/support.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.my_cashback, .inm_cashback{
	display: inline-block;
    background: url(../img/cashback4.png) no-repeat center;
    width: 18px;
    height: 12px;
    background-size: contain;
}
.my_surety, .inm_surety{
	display: inline-block;
    background: url(../img/surety5.png) left center no-repeat;
    height: 19px;
    width: 82px;
    background-size: contain;
}
.my_surety2, .inm_surety2{
	display: inline-block;
    background: url(../img/surety_i7.png) center no-repeat;
    height: 14px;
    width: 14px;
    background-size: contain;
}
.my_shipping, .inm_shipping{
	display: inline-block;
    background: url(../svgimg/delivery_ban1.svg) no-repeat center;
    width: 22px;
    height: 14px;
    background-size: contain;
}
.minm_hot_blink{
	overflow:hidden;
	background:url(../img/hot4.gif) no-repeat top center;
	background-size:contain;
	position:absolute;
	top:2px;
	right:30px;
	width:20px;
	height:20px;
}
.minm_new_blink{
	overflow:hidden;
	background:url(../img/new13.gif) no-repeat top center;
	background-size:contain;
	position:absolute;
	top:2px;
	right:30px;
	width:25px;
	height:20px;
}
.give_error_no, .give_error_yes{
	margin:0 auto;
	position:fixed;
	transform:translate(-50%);
	left:50%;
	/*bottom:60px;*/
    display: inline-table;
	background:#333;
	color:#FFF;
	font-size:16px;
	line-height:20px;
	font-family: 'ProximaNovaRegular';
	padding: 10px 12px;
	/*line-height:24px;*/
	border-radius:10px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:9999999999999999;
	transition:ease-in-out 0.2s all;
	animation:error_animation_top 5s forwards;
	top:-200px;
	width:90%;
}
.give_error_no i{
	color:#FF2F2F;
	margin-right:8px;
	font-size:24px;
	vertical-align:middle;
}
.give_error_yes i{
	color:#009100;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.error_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;
}
.error_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;
}
.inm_tooltip1 {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:3px;
	padding:8px 14px;
	color:#fff;
	font-family: 'ProximaNovaRegular';
	opacity:0.9;
	z-index:999999999;
}
.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, .inm_btn{
	display: block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 0px;
    font-size: 18px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active, .inm_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
/**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(255,255,255,0.6) url(../img/loading_50.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading_50.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	margin:20px auto;
}
.loading5{
	background:#FFF;
	box-shadow:0px 0px 8px 4px rgba(0,0,0,0.1);
	width:80px;
	padding:6px 10px;
	position:fixed;
	z-index:1000;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border-radius:20px;
	display:none;
}
.loading5 img{
	display:block;
	margin:0 auto;
}
.loading6{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.02);
	left:0px;
	top:0px;
	z-index:410;
}
.loading6 span{
	background:#FFF url(../img/loading_50.gif) center center no-repeat;
	box-shadow:0px 0px 8px 4px rgba(0,0,0,0.1);
	width:80px;
	height:50px;
	padding:6px 10px;
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border-radius:20px;
	display:inline-block;
}
.loading7{
	background:url(../img/loading_50.gif) center center no-repeat;
	height:80px;
	width:100%:
}
.loading8{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.05);
	left:0px;
	top:0px;
}
.loading8 i{
	background:#FFF url(../img/loading_50.gif) center center no-repeat;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.1);
	width:70px;
	height:44px;
	padding:6px 10px;
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border-radius:20px;
	display:inline-block;
}
.minm_popup{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:411;
	background:rgba(0,0,0,0.2);
	display:none;
}
.minm_popup2{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:411;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
    transition: all 0.2s ease;
	animation:inm_zoom_in_out1 0.6s alternate;
}
.minm_popup2_in{
	z-index:1;
	position:absolute ;
    transition: all 0.2s ease;
    text-align: center;
    margin: 0 auto;
    background: #FFF;
    max-width: 600px;
    width: 95%;
    min-height: 100px;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    transform: translate(-50%,-50%);
}

.minm_popup2_close{
	overflow:hidden;
	z-index:5;
	background:#f2f2f2;
	color:#333;
	width:26px;
	height:26px;
	line-height:24px;
	font-size:20px;
	position:absolute;
	right:0px;
	top:0px;
	transition:ease-in-out 0.2s all;
	border-radius:0px 0px 0px 4px;
}
.minm_popup2_close i{
	line-height:26px;
}
.minm_popup2_close:hover{
	cursor:pointer;
	background:#f2f2f2;
}
.minm_popup2_close:active{
	background:#D00;
	color:#FFF;
}
.minm_popup2_t{
	overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 15px;
    text-align: left;
    font-size: 18px;
    color: #333;
	font-weight:900;
}
.inmload_box{
    background: #FFF;
    overflow: hidden;
}
.inmload{
	overflow:hidden;
	float:left;
	width:16.666%;
	min-height:230px;
	position:relative;
}
.inmload span{
	background:#f9f9f9;
	display:block;
	min-height:230px;
	margin:3px;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: placeHolderShimmer;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #f9f9f9 18%, #eeeeee 33%);
	background-size: 800px 104px;
	position:relative;
	z-index:1;
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}

@keyframes placeHolderShimmer {
  0%{ background-position: -468px 0; }
  100%{ background-position: 468px 0; }
}
@media screen and (max-width: 768px){
	.inmload {
		width: 50%;
	}
}
/******TopIndexMenu****S****/
.inm_fix_menu{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 400;
    width: 100%;
	background:#FFF;
	height:48px;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    transition: transform .3s;
}
.inm_fix_menu_body{
	height:48px;
	width:100%;
	clear:both;
	margin:0 auto;
}
.inm_fix_menu_left{
	float:left;
}
.inm_fix_menu_left button{
	height: 48px !important;
    width: 48px !important;
    line-height: 53px !important;
    text-align: center;
    font-size: 26px;
    display: inline-block;
    position: relative;
    color: #324b58;
	float:left;
    padding: 0;
    min-width: 0;
	background:none;
	outline:none;
	box-shadow:none;
	border:none;
}
.inm_fix_menu_left a{
	
    margin-left: 2px;
	padding-top: 4px;
	display: inline-block;
    background-color: transparent;
}
.inm_fix_menu_left a img{
	    /*width: 75px;*/
		height:34px;
}

.inm_fix_menu_right{
    background-color: #1367b9;
	float:right;
}

.inm_fix_m_right_box{
	display:inline-flex;
	position:relative;
}
.inm_fix_m_right_box button{
	height: 47px !important;
    width: 38px !important;
    line-height: 48px !important;
    text-align: center;
    font-size: 26px;
    display: inline-block;
    position: relative;
    color: #324b58;
	float:left;
    padding: 0;
    min-width: 0;
	background:none;
	outline:none;
	box-shadow:none;
	border:none;
}
.inm_fix_m_right_box button:active{
	background:rgba(0,0,0,0.1);
}
.inm_fix_m_right_box button small{
	display:inline-block;
	border:1px solid #324b58;
	font-size:12px;
	color:#FFF;
	background:#e80000;
	width:22px;
	height:22px;
	line-height:20px;
	border-radius:50%;
	font-weight:600;
	text-align:center;
	top:2px;
	right:-6px;
	position:absolute;
}


.minm_top1_hide{
	background:#FFF;
	width:200px;
	position:absolute;
	top:47px;
	right:0px;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.2);
	border-radius:0px 0px 3px 3px;
	overflow:hidden;
	display:none;
	z-index:350;
	animation: fadeInRight 0.5s alternate;
}
.minm_top1_hide section{
	border-bottom:1px solid #efefef;
}
.minm_top1_hide a{
	cursor:pointer;
	display:block;
	text-align:left;
	font-size:14px;
	color:#666;
	padding:11px 10px;
	cursor:pointer;
}
.minm_top1_hide a i{
	width:32px;
	height:22px;
	text-align:center;
	font-size:16px;
	margin-right:5px;
	float:left;
	color:#0063C6;
}
.minm_top1_hide a em{
	font-size:16px;
	color:#333;
    width: 32px;
    height: 18px;
	vertical-align:middle;
	margin-right:5px;
	float:left;
}
.minm_top1_hide a:active{
	background:rgba(0,0,0,0.1);
}


.minm_fixed_top_body{
	width:100%;
	clear:both;
	height:48px;
}
.minm_fixed_top{
	z-index:350;
	width:100%;
	height:48px;
	position:fixed;
	top:0px;
	left:0px;
	background:#1367b9;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
    transition: transform .3s;
}

.minm_fixed_top_right{
	float:left;
	display:inline-block;
	height:48px;
}
.minm_fixed_top_right a, .minm_fixed_top_right span{
	display:block;
	float:left;
	height:48px;
	text-align:center;
	padding-left:2px;
}
.minm_fixed_top_right a i{
	float:left;
	width:40px;
	font-size:20px;
	color:#f2f2f2;
	margin-top:14px;
}
.minm_fixed_top_right a img{
	float:left;
	width:35px;
	height:35px;
	display:block;
	border:2px solid #f2f2f2;
	padding:2px;
	overflow:hidden;
	border-radius:50%;
    margin-top: 7px;
	margin-right:3px;
	background:#FFF;
}
.minm_fixed_top_right a:hover{
	background:rgba(0,0,0,0.05);
}
.minm_fixed_top_right span{
	line-height:48px;
    overflow-x: scroll;
    overflow-y: hidden;
	font-size:16px;
	color:#fff;
	font-weight:bold;
    width: 130px;
    white-space: nowrap;
	text-align:left;
}
.minm_fixed_top_right span small{
	font-size:16px;
    display: inline-block;
}
.minm_fixed_top_right span:hover{
	background:rgba(0,0,0,0.05);
}
.minm_fixed_top_right span::-webkit-scrollbar{
	width:0px;
	height:0px;
	display:none;
}
.minm_fixed_top .inm_fix_m_right_box button{
	color:#FFF;
}
.minm_fixed_top .inm_fix_m_right_box button small{
	border-color:#FFF;
}
/******TopIndexMenu****E****/

/****ProductInfoPopup***S**/
.inm_pro_popup_daba{
	background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow:auto;
	animation:Inm-fadeIn 1s both;
	z-index:999999998;
	transition:ease-in-out 0.2s all;
}
.inm_pro_popup_daba body{
	overflow:hidden;
}
.inm_pro_popup_daba_in{
    position:fixed;
    transition: all 0.2s ease;
    -webkit-animation-name: Inm-bounceInDown;
    animation-name: Inm-bounceInDown;
	animation:Inm-bounceInDown 1s both;
    animation-delay: 0.2s!important;
	text-align:center;
	margin:0 auto;
	background:#FFF;
    max-width: 860px;
    width: 90%;
	min-height: 100px;
    /*min-height: 460px;*/
    /*padding: 10px;*/
	top:50%;
	left:50%;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1);
	border-radius:3px;	
    transform: translate(-50%,-50%);
}
.inm_pro_popup_daba_tab1{
	overflow:hidden;
	background:#333;
	height:500px;
}
.inm_pro_popup_daba_close{
	overflow:hidden;
	z-index:999;
	background:#fff;
	color:#333;
	width:24px;
	height:24px;
	line-height:22px;
	font-size:20px;
	position:absolute;
	right:0px;
	top:0px;
	transition:ease-in-out 0.2s all;
	border-radius:0px 0px 0px 4px;
}
.inm_pro_popup_daba_close i{
	line-height:24px;
}
.inm_pro_popup_daba_close:hover{
	cursor:pointer;
	background:#f2f2f2;
}
.inm_pro_popup_daba_close:active{
	background:#D00;
	color:#FFF;
}
.inm_pro_popup_daba_loading{
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	background:#FFF;
	opacity:0.9;
}
.inm_pro_popup_daba_loading img{
	position:absolute;
	top:45%;
	left:50%;
	transform:translate(-50%);
}

.inm_tooltip1 {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:3px;
	padding:8px 14px;
	color:#fff;
	font-family: 'ProximaNovaRegular';
	opacity:0.9;
	z-index:999999999;
}
/****ProductInfoPopup***E**/
/****Items**S******/

.item_box{
	float:left;
    display: inline-block;
    overflow: hidden;
    width: 50%;
	/*max-width:300px;*/
}
.item_box_in{
	background:#FFF;
	height:330px;
	display:block;
	position:relative;
	/*margin:4px 4px 0px 0px;*/
}
.item_box:nth-child(odd) .item_box_in{
	margin:1px 1px 1px 0px;
	/*border:2px solid #FC0;*/
}
.item_box:nth-child(even) .item_box_in{
	/*border:2px solid #000;*/
	margin:1px 0px 1px 1px;
}
.item_box_in a{
	display:block;
}
.item_box_tab{
	width: 100%;
	/*padding:5px;*/
}
.item_box_thumbe{
    margin-bottom: 3px;
    position: relative;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    text-align: center;
}
.item_box_thumbe img{
    height: 180px;
	/*max-width:185px;*/
	opacity:0;
    object-fit: contain;
    background: rgb(255, 255, 255);
    width: 100%;
    transition: opacity 0.3s linear;
	padding: 6px 4px 0;
   /* width: 87%!important;*/
}
.item_box_thumbe span{
	display:inline;
}
.item_box_thumbe img{
	opacity: 1;
}
.item_box_title{	
    margin: 0 0 2px!important;
    padding: 0 10px;
}
.item_box_title_in{
	
    text-transform: capitalize;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font: 400 14px/20px font-regular,Arial,Helvetica,sans-serif;
    max-height: 40px;
    white-space: normal;	
    line-height: 16px;
    letter-spacing: normal;	
    color: #666;
    font-size: 14px;
	text-align:left;
	/*font-family: Aqleema-Regular, Lato, sans-serif;*/
}
.minm_itm_off{
	overflow:hidden;
	display:inline-block;
	padding:2px;
	position:absolute;
	background:#F77B00;
	top:6px;
	right:0px;
	opacity:0.9;
	z-index:2;
	border-radius:8px 0px 0px 8px;
	/*display:none;*/
}
.minm_itm_off_in{
	border:1px dashed #FFEAD5;
	border-right:none;
	color:#FFF;
	font-size:12px;
	width:50px;
	height:22px;
	line-height:20px;
	text-align:center;
	border-radius:6px 0px 0px 6px;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.minm_itm_price{
	overflow:hidden;
	padding:4px 10px;
	padding-right:5px;
	text-align:left;
	font-family: Aqleema-Regular, Lato, sans-serif;
	height:25px;
}
.minm_itm_price section{
	font-size:20px;
	color:#0064C8;
	display:inline-block;
	padding-right:8px;
	vertical-align:middle;
	float:left;
    font-weight: 900;
}
.minm_itm_price section i{
	font-size:18px;
	margin-right:1px;
}

.minm_itm_price small{
	display:inline-block;
	padding:3px 0px;
	padding-right:8px;
	font-size:14px;
	color:#bdbdbd;
	text-decoration:line-through;
	vertical-align:middle;
	float:left;
}
.minm_itm_price small i{
	font-size:14px;
	margin-right:1px;
}
.minm_itm_price em{
	float:left;
	height:16px;
	width:58px;
	margin-top:1px;
}

.minm_itm_brand{
	padding:2px 10px;
	padding-bottom:1px;
	font-size:10px;
	color:#ababab;
	text-transform:uppercase;
	font-family: Aqleema-Regular, Lato, sans-serif;
	text-align:left;
}
.minm_itm_rat{
	overflow:hidden;
	padding:2px 10px;
	text-align:left;
	font-family: Aqleema-Regular, Lato, sans-serif;
}

.minm_itm_rat span{
	background:#FF8000;
	color:#FFF;
	font-size:10px;
	padding:3px 4px;
	border-radius:3px;
	display:inline-block;
	float:left;
	margin-top:2px;
}
.minm_itm_rat span i{
	font-size:10px;
	vertical-align:top;
	margin-right:2px;
}
.minm_itm_rat small{
	font-size:12px;
	color:#CCC;
	padding:4px 4px;
	display:inline-block;
	padding-right:8px;
	float:left;
}
.minm_itm_rat dl{
	display:inline-block;
	font-size:14px;
    padding: 4px 0px;
	float:left;
	padding-right:4px;
}
.minm_itm_rat dl i{
	width:13px;
	height:13px;
	float:left;
	margin-right:4px;
}
.minm_itm_rat dl b{
	display:inline-block;
	color:#0A0;
	font-family: 'ProximaNovaRegular', Lato, sans-serif;
	float:left;
}
.minm_itm_wish{
	overflow:hidden;
	padding:2px 10px;
	text-align:center;
	font-family: Aqleema-Regular, Lato, sans-serif;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
.minm_itm_wish b{
	display:inline-block;
	float:left;
	transition:ease-in-out 0.2s all;
}
.minm_itm_wish b:hover i{
	color:#f20000;
	transform:scale(1.1,1.1);
}
.minm_itm_wish i{
	width:20px;
	height:25px;
	line-height:25px;
	font-size:17px;
	color:#e0e1e2;
	text-align:center;
}
.minm_itm_wish span{
    font-size: 13px;
    color: #CCC;
    display: inline-block;
	display:inline-block;
	height:25px;
	line-height:25px;
	float:right;
}
.minm_itm_show{
	display:inline-block;
	background:#F20000;
	color:#FFF;
	border-radius:4px;
	padding:3px 8px;
	position:absolute;
	bottom:5px;
	left:10px;
	z-index:3;
	font-size:12px;
	background-image: -moz-linear-gradient(0deg,#F20000 0%,#EF0172 100%);
    background-image: -webkit-linear-gradient(0deg,#F20000 0%,#EF0172 100%);
    background-image: -ms-linear-gradient(0deg,#F20000 0%,#EF0172 100%);
	box-shadow: 0px 0px 5px 2px rgba(51,51,51,0.1);
}

.minm_itm_sell{
	left:auto;
	right:10px;
	bottom:5px;
	background-image: -moz-linear-gradient(0deg,#F97C00 0%,#FC0100 100%);
    background-image: -webkit-linear-gradient(0deg,#F97C00 0%,#FC0100 100%);
    background-image: -ms-linear-gradient(0deg,#F97C00 0%,#FC0100%);
}
.minm_itm_trend{
	left:auto;
	right:10px;
	bottom:5px;
	background-image: -moz-linear-gradient(0deg,#00AE00 0%,#008000 100%);
    background-image: -webkit-linear-gradient(0deg,#00AE00 0%,#008000 100%);
    background-image: -ms-linear-gradient(0deg,#00AE00 0%,#008000 100%);
}
.minm_itm_cashback{
	background:#FFF;
	padding:5px;
    box-shadow: 0px 0px 5px 2px rgba(51,51,51,0.1);
	border-radius:5px;
	position:absolute;
	bottom:5px;
	right:10px;
}
.minm_itm_cashback i{
	width:60px;
	height:20px;
}

.minm_itm_popup{
	overflow:hidden;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
}
.minm_itm_popup span{
	position:absolute;
	display:inline-table;
	background:#FFF;
	box-shadow:1px 1px 20px 0px #999;
	color:#FF7979;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 2px;
    top: 50%;
	left:50%;
	border-radius:2px;
    transform: translate(-50%, -50%);
	min-width:65%;
}
/****Items**E******/
/****Item1**S**/
.minm_itm1{
	min-height:50px;
    position: relative;
	width:33.333%;
	border-bottom:1px solid #fafafa;
    display: inline-block;
    max-width: 180px;
    vertical-align: top;
}
.minm_itm1 a{
	display:block;
	height:175px;
}
.minm_itm1_in{
	border-right:1px solid #fafafa;
}
.minm_itm1:nth-child(3n) a {	
	border-right:none !important;
}

.minm_itm1_img{
    position: relative;
    width: 100%;
    height: 102px;
    top: 0;
    left: 0;
    text-align: center;
}
.minm_itm1_img img{
    height: 99px;
	/*max-width:185px;*/
	opacity:0;
    object-fit: contain;
    background: rgb(255, 255, 255);
    width: 100%;
    transition: opacity 0.3s linear;
	padding: 5px 5px 0;
	opacity: 1;
   /* width: 87%!important;*/
}
.minm_itm1_img span{
	display:inline;
}
.minm_itm1_brand {
    padding: 2px 5px;
    padding-bottom: 0px;
    font-size: 8px;
    color: #ababab;
    text-transform: uppercase;
    font-family: Aqleema-Regular, Lato, sans-serif;
    text-align: left;
}
.minm_itm1 h3 {
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 2px 5px;
	padding-top:1px;
    padding-bottom: 3px;
    height: 20px;
    overflow: hidden;
    font-weight: 400;
    display: block;
    font-family: Aqleema-Regular;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.minm_itm1_price{
	padding:3px 5px;
	padding-top:0px;
	padding-bottom:1px;
	overflow:hidden;
	width:100%;
	font-family: 'ProximaNovaRegular';
	text-align:left;
}
.minm_itm1_price dl{
	float:left;
}
.minm_itm1_price dl small{
	float:left;
	font-size:11px;
	color:#999;
	text-decoration:line-through;
	display:inline-block;
	padding-top:2px;
}
.minm_itm1_price dl span{
	float:left;
	font-size:15px;
	padding-right:5px;
	color:#0064C8;
	display:inline-block;
	font-family: Aqleema-Regular, Bariol, Muli, Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.minm_itm1_price dl span i{
	font-size:14px;
}

.minm_itm1_rat{
	overflow:hidden;
	padding:2px 5px;
	text-align:left;
	font-family: Aqleema-Regular, Lato, sans-serif;
}

.minm_itm1_rat span{
	background:#FF8000;
	color:#FFF;
	font-size:10px;
	padding:1.5px 2px;
	border-radius:3px;
	display:inline-block;
	float:left;
	margin-top:1px;
	margin-right:8px;
}
.minm_itm1_rat span i{
	font-size:10px;
	vertical-align:top;
	margin-right:1px;
}
.minm_itm1_rat small{
	font-size:10px;
	color:#CCC;
	padding:4px 4px;
	display:inline-block;
	float:left;
}
.minm_itm1_rat dl{
	display:inline-block;
	font-size:10px;
    padding: 2px 0px;
	float:left;
	padding-right:4px;
}
.minm_itm1_rat dl i{
	width:12px;
	height:12px;
	float:left;
	margin-right:4px;
}
.minm_itm1_rat dl b{
	display:inline-block;
	color:#0A0;
	font-family: 'ProximaNovaRegular', Lato, sans-serif;
	float:left;
	padding-top:1.5px;
}
.minm_itm1_rat tt{
    float: right;
    display: inline-block;
}
.minm_itm1_rat tt i{
    width: 16px;
    height: 16px;
}
.minm_itm1_off {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 15px;
    line-height: 15px;
    text-indent: 3px;
    background-image: url(../img/discount.png);
    background-repeat: no-repeat;
    text-align: left;
    color: #fff;
    font-size: 10px;
    z-index: 99;
    background-size: contain;
}

.minm_itm1_popup{
	overflow:hidden;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
}
.minm_itm1_popup span{
	position:absolute;
	display:inline-table;
	background:#FFF;
	box-shadow:1px 1px 20px 0px #999;
	color:#FF7979;
    font-size: 12px;
    padding: 6px 5px;
    top: 50%;
	left:50%;
    min-width: 70%;
	border-radius:2px;
    transform: translate(-50%, -50%);
}
/****Item1**E**/
/******Foot-Menu****S****/
.minm_foot_menu_body{
	width:100%;
	height:64px;
}
.minm_foot_menu{
	z-index:400;
	background:#FFF;
	position:fixed;
	width:100%;
	box-shadow: 2px 0px 4px 2px rgba(0,0,0,0.15);
    left: 0;
    right: 0;
	bottom:0px;
   transition: transform .3s;
    transform: translateY(0px);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    background: #fff;
    z-index: 100;
	height:64px;
}
.minm_foot_menu section{
	width:25%;
	float:left;
	text-align:center;
}
.minm_foot_menu section a{
	display:block;
	height:64px;
	width:64px;
	margin:0 auto;
	border-radius:10px;
}
.minm_foot_menu section i{
	font-size:30px;
	color:#b2b2b2;
	width:35px;
	height:30px;
	margin-top:10px;
}
.minm_foot_menu section a:hover{
	background:rgba(0,126,253,0.1);
}
.minm_foot_menu section h3{
	font-size:12px;
	color:#999;
	font-weight:400;
	padding-top:2px;
}
.minm_foot_menu_home a i{
	color:#3C9DFF;
}
.minm_foot_menu_home a h3{
	color:#39F;
}
/******Foot-Menu****E****/
/**Foot**S****************************************/

.minm_foot_box1{
	overflow:hidden;
	text-align:center;
	background:#FFF;
}
.minm_foot_box1_logo {
    overflow: hidden;
    height: 45px;
    background: #042d56;
}
.minm_foot_box1_logo b {
    display: block;
    line-height: 45px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    color: #fff;
	text-transform:uppercase;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
}
.minm_foot_box1_logo b sub {
    font-size: 25px;
    font-family: "Courier New", Courier, monospace;
    display: inline-block;
    color: #fff;
}
.minm_foot_box1_in{
	overflow:hidden;
	padding:10px 15px;
}
.minm_foot_box1_in{
	font-size:14px;
	color:#999;
	line-height:18px;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.minm_foot_box2{
	overflow:hidden;
	padding:5px;
	border-bottom:1px solid #f9f9f9;
}
.minm_foot_box2 img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.minm_foot_box3{
	overflow:hidden;
	text-align:center;
	padding:5px;
	text-transform:capitalize;
	border-top:1px solid #e8e8e8;
}
.minm_foot_box3 a{
	display:inline-block;
	padding:2px 6px;
	font-size:14px;
	color:#666;
	margin:2px auto;
	border-right:1px solid #e8e8e8;
	line-height:18px;
}
.minm_foot_box3 a:hover{
	color:#FF8000;
}
.minm_foot_box3 a:last-child{
	border:none;
}
.minm_foot_box4{
	overflow:hidden;
	padding:0px 0px;
}
.minm_foot_box4_t{
	overflow:hidden;
	background:#FFF;
	text-align:center;
}
.minm_foot_box4_t span{
	height:50px;
	float:left;
	line-height:50px;
	padding-left:10px;
	font-size:16px;
	color:#444;
}
.minm_foot_box4_t i{
	float:right;
	width:50px;
	height:50px;
	font-size:24px;
	color:#51A8FF;
	background:rgba(0,108,217,0.02);
	line-height:50px;
	transition:ease-in-out 0.2s all;
}
.minm_foot_box4_in{
	overflow:hidden;
	display:none;
}


.minm_foot_b4_b1{
	overflow:hidden;
	padding:14px 10px;
	text-align:left;
	padding-bottom:5px;
}
.minm_foot_b4_b1 h2, .minm_foot_b4_b2 h2, .minm_foot_b4_b4 h2 {
    text-align: left;
	border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 6px;
    font-size: 17px;
    color: #666;
    font-family: 'ProximaNovaBold';
    font-weight: 300;
    padding-top: 2px;
	font-weight:bold;
}

.minm_foot_b4_b1 a{
	display:inline-block;
	float:left;
	font-size:36px;
	text-align:left;
	color:#006BD7;
	transition:ease-in-out 0.2s all;
	opacity:0.9;
	margin-bottom:5px;
	margin-right:6px;
}

.minm_foot_b4_b2{
	overflow:hidden;
	padding:2px 10px;
}

.minm_foot_b4_b2 dd{
	float:left;
	width:70%;
	position:relative;
}
.minm_foot_b4_b2 dl{
	float:left;
	width:30%;
}
.minm_foot_b4_b2 dd input[type=email]{
	outline:none;
	border:1px solid #CCC;
	font-size:14px;
	font-family: 'ProximaNovaRegular';
	padding:12px 10px;
	width:100%;
	display:block;
	border-right:none;
	padding-left:34px;
}
.minm_foot_b4_b2 dd input[type=email]:focus{
	border-color:#FF7575;
}
.minm_foot_b4_b2 dl input[type=submit]{
	display:block;
	outline:none;
	border:1px solid #FF7575;
	color:#DF0000;
	background:#FCC;
	font-size:14px;
	font-family: 'ProximaNovaRegular';
	padding:12px 10px;
	width:100%;
	cursor:pointer;
}
.minm_foot_b4_b2 dl input[type=submit]:hover{
	background-color:#C1E0FF;
	border-color:#64B1FF;
	color:#007AF4;
}
.minm_foot_b4_b2 dd:before{
	font-family: 'FontAwesome';
	content:"\f003";
	position:absolute;
	z-index:11;
	width:20px;
	height:20px;
	color:#999;
	font-size:20px;
	top:9px;
	left:8px;
}
.minm_foot_b4_b2 small{
	display:block;
	clear:both;
	font-size:14px;
	color:#bcbcbc;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
}

.minm_foot_b4_b3{
	padding:10px 10px;
	overflow:hidden;
	padding-bottom:3px;
}
.minm_foot_b4_b3 aside{
	float:left;
	width:25%;
}
.minm_foot_b4_b3 aside img{
	display:block;
	margin:0 auto;
	max-width:90%;
}
.minm_foot_b4_b3 aside h4{
	font-size:14px;
	color:#999;
	line-height:16px;
	text-align:center;
	padding-top:10px;
	font-weight:300;
	overflow: hidden;
    height: 44px;
}






.minm_foot_b4_b4{
	overflow:hidden;
	text-align:left;
	padding:10px;
	padding-bottom:1px;
}
.minm_foot_b4_b4 article{
	padding-bottom:10px;
	font-size:16px;
	color:#999;
	position:relative;
}
.minm_foot_b4_b4 article dd{
	padding:3px 0px;
}
.minm_foot_b4_b4 article dd a{
	color:#999;
}

.minm_foot_b4_b4 article dl a{
	color:#007DFB;
	text-decoration:underline;
	font-size:16px;
	padding-top:2px;
	display:block;
}
.minm_foot_b4_b4 article dl a:hover{
	color:#FF8000;
}

.minm_foot_box5{
	overflow:hidden;
	text-align:center;
	background:#b3b3b5;
}
.minm_foot_box5 span{
	display:block;
	color:#FFF;
	font-size:20px;
	padding:10px 10px;
	font-family: 'Dancing Script';
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
}

/**Tag**S**/
.inm_cat_tag{
	overflow:hidden;
	background:#f1f1f1;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.inm_cat_tag_in{
	overflow:hidden;
	padding:10px 0px;
}
.inm_cat_tag_t{
	overflow:hidden;
	text-align:left;
	padding:4px 10px;
	font-size:20px;
	color:#666;
	font-weight:900;
}
.inm_cat_tag_box{
	overflow:hidden;
}
.inm_cat_tag_box section{
	display:;
	text-align:left;
	padding:5px 10px;
	color:#e2e1e1;
}
.inm_cat_tag_box section h3{
	font-size:14px;
	color:#666;
	padding-bottom:5px;
	padding-top:8px;
	text-transform:uppercase;
}
.inm_cat_tag_box section a{
	display:inline-block;
	color:#999;
	padding:2px 0px;
	padding-right:4px;
	font-size:12px;
}
.inm_cat_tag_box section a:hover{
	text-decoration:underline;
	color:#1A8CFF;
}

.inextmall_sort{
	overflow:hidden;
	background:#f1f1f1;
}
.inextmall_sort_in{
	overflow:hidden;
	padding:10px 10px;
	border-top:1px dotted #CCC;
	text-align:left;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.inextmall_sort_in h2 {
    font-size: 16px;
    color: #666;
    padding-bottom: 5px;
    padding-top: 8px;
    text-transform: uppercase;
}
.inextmall_sort_in article {
	padding:5px 0px;
	font-size:12px;
	line-height:14px;
	color:#999;
}
.inextmall_sort_in a{
	color:#666;
	text-decoration:underline;
}
.inextmall_sort_in a:hover{
	color:#0984FF;
}
/**Tag**E**/
/**Foot**E****************************************/
/*****Other**S**/
.link_btn {
    display: inline-block;
    float: right;
    background: #FF8000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 6px;
    margin-top: -4px;
    margin-bottom: -4px;
    /* font-family: 'ProximaNovaRegular'; */
    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;
    border-radius: 4px;
    transition: ease-in-out 0.2s all;
}
.link_btn:hover{
    background: #333;
	background-image: -moz-linear-gradient(0deg,#333 0%,#666 100%);
    background-image: -webkit-linear-gradient(0deg,#333 0%,#666 100%);
    background-image: -ms-linear-gradient(0deg,#333 0%,#666 100%);
    background-image: linear-gradient(45deg,#333 0%,#666 100%);
}
.link_btn:active{
	transform:translate(2px,2px);
}
/**Other**S**/
.minm_p_fixed{
	overflow:auto;
	width:100%;
	height:100%;
	z-index:411;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.15);
}
.minm_p_close{
	position:fixed;
	right:0px;
	top:0px;
	width:40px;
	z-index:2;
	height:40px;
	line-height:38px;
	font-size:32px;
	color:#F20000;
	background:#FFF;
	box-shadow: -2px -2px 1px 1px rgba(51,51,51,0.1);
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
}
.minm_p_close:hover{
	cursor:pointer;
	background:#f2f2f2;
}
.minm_p_close:active{
	background:#FFF;
}
.minm_popup_img img{
	display:block;
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
    max-width:90%;
    height:auto;
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.minm_touch_scroll{
	margin: 0;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    /*width: 100%;*/
    min-height: 100px;
}
.minm_touch_scroll::-webkit-scrollbar{
	width:0px;
	height:0px;
	display:none;
}
.equal_box_body{	
    display: flex;
    display: -webkit-box;
	width:100%;
}
.equal_box{
	 -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
/*****Other**E**/