.mobile-header .header-logo {
  height: 24px;
  width: auto;
}
.accounnt_header {
    background: url("https://ltusa.b-cdn.net/assets/img/secondary-bg.jpg?123456");
	background-position: center;
	background-size: cover;
}
.cart_product .cart_item .cart_item_image {
	background-color: unset;
}
.cart_item_image img {
  width: 65px !important;
  height: auto !important;
}
.head-cart-content .btn .badge { position: relative; top: -1px; left: 10px; }

.header-links-item a.customized {
	color: #343a40;
	margin: 0px;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	font-family: "Nunito", sans-serif;
}

.main-cats-btn img {
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
}

.main-cats-btn img:hover {
	transform: translateY(-5px);
}

.why-icons .icon-item {
	margin: 20px 0;
}
.why-icons img {
	max-height: 62px;
	float: left;
}
.why-icons p {
	color: #54595f;
	font-size: 20px;
	font-weight: 500;
	font-family: Roboto,Sans-serif;
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}

.select2-container .select2-selection--single {
	height: 48px !important;
	line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 46px !important;
}

.red { color: red; }
.hidden { display: none; }


.slider .slick-prev { left: -5px; }
.slider .slick-next { right: -5px; }
.slider .slick-list { margin: 0 20px; }

.loc-image { 
	max-width: 180px;
}
.loc-image-modal { 
	max-width: 100px;
}

.map-area {
	min-height: 262px;
	background-image: url("https://ltusa.b-cdn.net/assets/img/locationmap.png?123456");
	background-position: 50%;
	background-size: cover;
	border: 1px solid #2679c7;
	border-radius: 6px;
}
.map-box {
	background: hsla(0,0%,100%,.85);
	border: 1px solid #256ca2;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 5rem;
	max-width: 400px;
	padding: 1.25rem;
}
.findtest-area {
	min-height: 262px;
	background-image: url("https://ltusa.b-cdn.net/assets/img/findtest.jpg?123456");
	background-position: 50%;
	background-size: cover;
	border: 1px solid #2679c7;
	border-radius: 6px;
}
.findtest-box {
	background: hsla(0,0%,100%,.85);
	border: 1px solid #256ca2;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 5rem;
	max-width: 400px;
	padding: 1.25rem;
}


.sidebar-test-search::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #0889fa 0%, #faac67 100%);	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.5;
}
.sidebar-test-search .card-body {
	padding: 59px 55px;
    padding-bottom: 59px;
	padding-bottom: 71px;
}
.product-categories-grid .cat-name {
	font-family: "Poppins", sans-serif;
	color: #343a40;
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
}

a.btn-flashdeal {
	padding: 0 4px !important;
	font-size: 13px !important;
	font-weight: normal !important;
	margin-right:4px !important;
}
a.btn-flashdeal:hover {
	font-size: 13px !important;
	font-weight: normal !important;
}
.product.flashdeal {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	height: 170px;
}
.product.flashdeal h3 {
	min-height: 100px;
}


@media screen and (max-width: 767px) {
	.findtest-area { min-height: unset; max-height: 200px; }
	.findtest-box { margin-top: unset; }
	.map-area { min-height: unset; max-height: 200px; }
	.map-box { margin-top: unset; }
}
@media screen and (min-width: 768px) {
	.mildiscount { min-height: 262px; }
}
