.header .shopping-list .cart-img {
    float: right;
    border: 1px solid #ededed;
    overflow:hidden;
}


.shop.checkout .single-widget .content ul{
	margin-top:30px;
}
.shop.checkout .single-widget .content ul li {
	display: block;
	padding: 0px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span{
	display:inline-block;
	float:left;
    margin-right: 15px;

}
.shop.checkout .single-widget .content ul li.last {
	padding-top: 12px;
	border-top: 1px solid #ebebeb;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}

	.shop.checkout .single-widget h2:before{
		position:absolute;
		content:"";
		left:30px;
		bottom:0;
		height:2px;
		width:50px;
		background:#0B568F;
	}
	.midium-banner .single-banner .content {
		left: 0 !important;
	}
.header.shop .search-bar .btnn {
	height: auto;
	line-height: 33px;
	/* width: 52px; */
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #0B568F;
	position: absolute;
	/* right: 2px; */
	/* float: right; */
	top: 4px;
	border: none;
	border-radius: 0 5px 5px 0;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 27px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-bottom: 16px;
}

.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px #4F98CA;
	-moz-box-shadow: 0px 3px 5px #4F98CA;
	box-shadow: 0px 3px 5px #4F98CA;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	left: 0;
	margin: 0;
}

.breadcrumbs .bread-inner {
	z-index: 22;
	text-align: left;
}