
.in_item_img{
	/*background:url(../img/iconl.png) no-repeat center center;*/
	background-size:80px;
}
.inm_item_sld_contain {
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.inmsld-track {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	z-index: 1;
}
.inmsld::-webkit-scrollbar {
	opacity: 0;
	height: 0;
}
.inmsld-prev, .inmsld-next {
	user-select: none;
	position: absolute;
	outline: none;
	position: absolute;
	padding: 2px 2px 2px 3px;
	background: none;
	width: 36px;
	z-index:998;
	font-size: 40px;
	text-decoration: none;
	left: -42px;
	border: 0;
	top: 40%;
	cursor: pointer;
	color: #FFF;
	background:#03cab5;
	padding:30px 0px;
	opacity: 1;
	line-height: 1;
	transition: opacity .25s cubic-bezier(.17,.67,.83,.67),
	color .5s cubic-bezier(.17,.67,.83,.67);
}
.item1_sld1 .inmsld-prev, .item1_sld1 .inmsld-next {
	font-size: 20px;
	top: 25%;
}
.inmsld-next {
	right: 0px;
	left: auto;
}
.item1_sld1 .inmsld-next {
	right: 0px;
	border-radius:5px 0px 0px 5px;
	box-shadow:-1px -1px 1px 0px rgba(51,51,51,0.2);
}
.item1_sld1 .inmsld-prev {
	left:0px;
	border-radius:0px 5px 5px 0px;
	box-shadow:1px 1px 1px 0px rgba(51,51,51,0.2);
}
.inmsld-next.disabled,
.inmsld-prev.disabled {
	opacity: .25;
	color: #666;
	cursor: default;
	display:none;
}
.inmsld-slide {
	justify-content: center;
	align-content: center;
	background:#f5f5f5;
	width: 100%;
	/*min-height: 300px;*/
	display: flex;
	/*border: 1px solid #f5f5f5;*/
	border-bottom: 0;
	background: #fff;
	/*-webkit-user-select: none; /* Safari */
	/*-moz-user-select: none; /* Firefox */
	/*-ms-user-select: none; /* IE10+/Edge */
	/*user-select: none; /* Standard */
	justify-content: top;
	align-items: top;
	border-bottom: 0;
}
.inmsld-hide {
	opacity: 0;
}
.inmsld {
	margin: 0 auto;
	position:relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.item1_sld1 .inmsld-slide {
	min-height: 270px;/*Sld Width Set*/
	position:relative;
	border-right:1px solid #f9f9f9;
}
.inmsld-dots {
	/*margin-top: 15px;*/
	display:none;
}



.in_loading{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	background:rgba(255,255,255,0.6) url(../img/loading_50.gif) no-repeat center center;
	top:0px;
	left:0px;
}

.in_item_tab{
	padding:5px 8px;
	text-align:center;
}
.in_item_img{
	clear:both;
	margin:0 auto;
	display:inline-block;
	width:80%;
	transition:ease-in-out 0.2s all;
    min-height: 134px;
}
.in_item_tab:hover .in_item_img{
	transform:scale(1.1);
}
.in_item_tab h3{	
	/*font-family: 'ProximaNovaRegular';*/
	text-align:left;
	color:#333;
	font-size:15px;
	line-height:18px;
	padding:4px 0px;
	height:42px;
	overflow:hidden;
}
.in_item_star{
	padding:6px 0px;
	overflow:hidden;
	width:100%;
}
.in_item_star dl{
	float:left;
	display:inline-block;
	margin-right:6px;
}

.in_item_star tt{
	float:left;
	display:inline-block;
	font-family: 'ProximaNovaRegular';
	color:#0A0;
	font-size:14px;
	padding-right:6px;
	padding-top:2px;
    line-height: 16px;
}
.in_item_star dl span{
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    padding: 3px 3px;
    border-radius: 3px;
    background: #008000;
}
.in_item_star dl span i {
    font-size: 12px;
    vertical-align: top;
    margin-right: 2px;
}
.in_item_star tt em{
	width:14px;
	height:14px;
    vertical-align: top;
}
.in_item_star .inm_surety{
	float: left;
    width: 54px;
}
.in_item_price{
	padding:6px 0px;
	padding-bottom:1px;
	overflow:hidden;
	width:100%;
	font-family: 'ProximaNovaRegular';
	text-align:left;
}
.in_item_price dl{
	float:left;
}
.in_item_price dl small{
	float:left;
	font-size:12px;
	color:#999;
	text-decoration:line-through;
	display:inline-block;
	padding-right:5px;
	padding-top:3px;
}
.in_item_price dl span{
	float:left;
	font-size:20px;
	color:#0064C8;
	display:inline-block;
    font-family: 'Roboto', 'Lato', 'Open Sans', 'BRLNSR', Arial,sans-serif;
	font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.in_item_price dl span i{
	font-size:16px;
}

.inm_itemsld1_body{
	padding:15px 0px;
	padding-bottom:2px;
}
.inm_itemsld1_in{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
	min-height:50px;
	background:#FFF;
}
.inm_itemsld1_t{
	border-bottom:1px solid #f2f2f2;
	padding:0px 15px;
	padding-top:12px;
	overflow:hidden;
	height:60px;
}
.inm_itemsld1_t a{
	display:inline-block;
	float:right;
	background: #FF8000;
    margin-left: 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    /*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 !important;
    border-radius: 4px;
	transition:ease-in-out 0.2s all;
}
.inm_itemsld1_t a:hover{
	box-shadow:2px 3px 3px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
.inm_itemsld1_t a:active{
	box-shadow:none;
	transform:translate(2px,2px);
}
.inm_itemsld1_t span{
	float:left;
	font-size:24px;
	color:#333;
	text-align:left;
	display:block;
	padding-top:4px;
	font-weight:500;
}
.inm_itemsld1_t span small{
	font-family: 'ProximaNovaRegular';
	font-size:12px;
	color:#CCC;
	display:block;
	padding-top:2px;
}
.inm_items_box{
	clear:both;
	width:100%;
	min-height:100px;
	/*background:#3CF;*/
}
.inm_items_box_b1{
	overflow:hidden;
	float:left;
	min-height:50px;
	/*background:#C39;*/
	width:12%;
}
.inm_items_box_b2{
	/*overflow:hidden;*/
	/*float:left;*/
	min-height:50px;
	/*background:#9C6;errrrrrrrrrrrorrrrrrr .inm_items_box_b2{max-height:none;}*/
	width:100%;
	max-height:340px;
	overflow:hidden;
}
.inm_items_box_b1 img{
	display:block;
	margin:0 auto;
	width:80%;
	margin-top:20px;
}
.in_item_oth {
    padding: 1px 0px;
    overflow: hidden;
    width: 100%;
    font-family: 'ProximaNovaRegular';
    text-align: left;
}

.in_item_oth tt{
	text-align:center;
	float:left;
    display: inline-block;
    font-size: 12px;
    border: 1px dashed #F47A00;
    color: #F97C00;
    width: 58px;
    height: 22px;
    line-height: 22px;
    font-family: 'Roboto', 'Raleway', 'Lato', 'ProximaNovaRegular', 'BRLNSR', Arial,sans-serif;
    text-align: center;
    border-radius: 4px;
    position: relative;
	margin-right:15px;
}
.in_item_oth span{
	float:left;
    display: inline-block;
	background:url(../img/cashback4.png) center center no-repeat;
	background-size:contain;
	width:60px;
	height:22px;
}

.in_favorite{
	position:absolute;
	font-size:14px;
	color:#e8e8e8;
	z-index:1;
	top:4px;
	right:4px;
	display:inline-block;
	transition:ease-in-out 0.2s all;
}
.in_favorite:hover{
	transform:scale(1.1,1.1);
	cursor:pointer;
}
.in_favorite:active{
	color:#f20000;
}
.in_favorite_select{
	color:#f20000;
}

.in_favorite_select:active{
	color:#e8e8e8;
}

.in_outofstock {
    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: 30%;
	z-index:2;
    transform: translate(0%,50%);
}