/* MOD_NEARCONS_MAGEMINICART Style */

.p-relative {
	position: relative !important;
}

.d-none {
	display: none;
}

.c-point {
	cursor: pointer !important;
}

.t-bold {
	font-weight: 800 !important;
}

#cart-empty {
	padding: 30px 0 !important;
	text-align: center !important;
}

#cart-icon {
	overflow: hidden;
	padding: 0 !important;
}

.cart-bottom {
	height: 60px;
	line-height: 65px;
}

.cart-bottom a,
.cart-bottom a:link,
.cart-bottom a:active,
.cart-bottom a:visited {
	font-family: "TradeGothicLTStd-Bold", Helvetica, Arial, serif !important;
	font-size: 14px !important;
	color: #4b4b4b !important;
}

.cart-bottom a:hover {
	color: #4b4b4b !important;
	text-decoration: underline!important;
}

#append-items {
	padding: 15px 0 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.cart-item {
	padding: 10px 0 10px 0;
	font-family: "TradeGothicLTStd-Bd2", Helvetica, Arial, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: left !important;
}

.cart-item img {
	width: 100%;
	height: auto;
}

.b-bottom {
	border-bottom: 1px solid #ccc;
}

.procede-btn {
	height: 50px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.procede-btn button {
	height: 52px;
	line-height: 52px;
	width: 100%;
	background-image: none;
	background: #eb2136;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLTStd-Bold",Helvetica,Arial,serif;
	font-size: 16px;
	border-radius: 5px;
}

.cart-counter {
	position: absolute;
	top: -5px;
	right: 30px;
	background: #ff5501;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	margin: 3px 0 0;
	min-width: 18px;
	overflow: hidden;
	padding: 0 3px;
	text-align: center;
	white-space: normal;
}

.remove-cart {
	cursor: pointer;
}

.lang-switcher {
	background-color: transparent;
	border: none;
}

.lang-switcher option {
	color: #333 !important;
	height: 50px !important;
	line-height: 55px !important;
}

.top-minicart {
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
}

.minicart-topit {
	height: 30px;
	line-height: 35px;
}

@media screen and (max-width: 400px) {
	.cart-dropdown {
		position: absolute;
		width: 290px !important;
		padding: 10px 0;
		height: auto;
		max-height: 500px !important;
		overflow-x: hidden;
		overflow-y: auto;
		float: right;
		top: 50px;
		right: 0px;
		background: #fff;
		border: 1px solid lightgray;
		z-index: 999999;
		font-family: "TradeGothicLTStd-Bd2", Helvetica, Arial, serif;
		color: #000;
	}
	
	.cart-item-cont {
		margin-top: 0;
	}
}

@media screen and (min-width: 401px) {
	.cart-dropdown {
		position: absolute;
		width: 400px !important;
		padding: 10px 0;
		height: auto;
		max-height: 600px !important;
		overflow-x: hidden;
		overflow-y: auto;
		float: right;
		top: 45px;
		right: 0px;
		background: #fff;
		border: 1px solid lightgray;
		z-index: 9999999999 !important;
		font-family: "TradeGothicLTStd-Bd2", Helvetica, Arial, serif;
		color: #000;
	}
	
	.cart-item-cont {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.mob-adjust {
		height: 60px !important;
	    font-family: "TradeGothicLTStd-Bd2", Helvetica, Arial, serif;
	    color: #fff;
	    font-size: 15px;
  		line-height: 70px;
	}
}