@media(max-width:460px){
	#kata_cart > ul.dropdown-menu{
		max-width:330px;
	}
	#kata_cart > ul > li span.labelellipsis {
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		text-overflow: ellipsis;
		width: auto;
		max-width: 75%;
	}
}
@media(max-width:400px){
	#kata_cart > ul.dropdown-menu{
		max-width:286px;
	}
}
@media(max-width:340px){
	#kata_cart > ul.dropdown-menu{
		max-width:240px;
	}
}
@media(max-width:991px){
#kata_cart {
    list-style: none;
    display: inline-block;
    float: right;
    margin-right: 10px;
} 

#kata_cart > a.dropdown-toggle {
	width:37px;
	height:37px;
	line-height:37px;
	display:inline-block;
	vertical-align:middle;
}
#kata_cart > a > span.round-nav {
	height:100%;
	width:100%;
}
#kata_cart > ul.dropdown-menu{
	margin-top:4px;
	padding-top: 0;
    padding-bottom: 0;
    border-radius: 0 0 2px 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#kata_cart > ul.dropdown-menu > li > a:hover {
    color: #333;
    background-color: #eee;
}

#kata_cart > ul.dropdown-menu > li.nav-divider {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-right #kata_cart > ul.dropdown-menu {
    right: 0;
    left: auto;
}
.nav li#kata_cart.open > a, .nav li#kata_cart.open > a:focus, .nav li#kata_cart.open > a:hover, .nav li#kata_cart.open > a:active{
	background-color:transparent;
}
.nav > li#kata_cart > a:focus, .nav > li#kata_cart > a:hover, .nav > li#kata_cart > a:active {
	background-color:transparent;
}
#kata_cart > ul.dropdown-menu > li > a:focus, #kata_cart > ul.dropdown-menu > li > a:hover{
	background-color: #eee;
}
}
#kata_cart > ul > li > a {
	padding-top:8px;
	padding-bottom:8px;
}
#kata_cart > ul > li > a.recap {
	padding-top:12px;
	padding-bottom:12px;
}
#kata_cart > ul > li > a.withprice {
	padding-right:100px;
}
#kata_cart > ul > li > a > span.arbuttons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-size: .95em;
    margin-left: -12px;
    margin-top: -4px;
    margin-bottom: -2px;
}
#kata_cart > ul > li > a > span.arbuttons > i.fa {
	display:block;cursor:pointer;
}
#kata_cart > ul > li > a > span.linetotal {
	position: absolute;
	right: 0;
	margin-right: 20px;
}
#kata_cart > ul > li > a > span.linetotal > i.fa {
	cursor:pointer;
}
#kata_cart > a > span.round-nav {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #777;
    border-radius: 37px;
    height: 37px;
    width: 37px;
    line-height: 36px;
    text-align: center;
    font-size: 1.25em;
	transition:all ease-in-out .3s;
}
#kata_cart.highlight > a > span.round-nav{
	background-color:#fa2;
}
span.round-nav span.qty {
    display: inline-block;
    background: #f90;
    height: 16px;
    min-width: 16px;
    border-radius: 16px;
    color: white;
    font-size: 10px;
    position: absolute;
    right: -3px;
    line-height: 14px;
    text-align: center;
    width: auto;
    padding: 0 3px;
    top: -3px;
    border: 1px solid #f99300;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
#kata_cart > ul > li span.lineqty {
	min-width:28px;
	display:inline-block;
	text-align:center;
}
.plusflyer{
	opacity:1;
	visibility:visible;
	transition:top ease-in-out .7s, left ease-in-out .7s;
	z-index:99999;
	text-shadow:0 0 4px rgba(255,255,255,.6);
	display:block;
	position:fixed;
	font-size:1.3em;
	pointer-events:none;
	width:20px;
	height:20px;
	background-color:#f90;
	border-radius:40px;
	line-height:30px;
	font-size:11px;
}
.plusflyer::before {
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f067";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    text-align: center;
    line-height: 0;
}
#kata_extended_cart .cart_row{
	padding:6px 0;
	border-radius:4px;
}
#kata_extended_cart >.row:nth-child(even) .cart_row{
	background-color:rgba(0,160,200,0.04);
}
#kata_extended_cart span.oldprice{
    opacity: .6;
    text-decoration: line-through red;
    font-size: .8em;
}