a {
  color: #00aeef;
  text-decoration: none;
}
a:hover {
  color: #00aeef;
  text-decoration: none;
}
.form-floating > input+label {
	margin-left: 0.75rem;
}

/* Top Bar
 *****************************/
.top-bar {
	height: 32px;
}
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 4px 0;
}
ul.social-icons>li {
	display: inline-block;
}
ul.social-icons>li a {
	width: 24px;
	height: 24px;
	display: block;
}
ul.social-icons>li.fb a {
	background: url(../images/icons/icon_fb_grey.png) no-repeat;
	background-size: contain;
}
ul.social-icons>li.fb a:hover {
	background: url(../images/icons/icon_fb_color.png) no-repeat;
	background-size: contain;
}
ul.social-icons>li.ig a {
	background: url(../images/icons/icon_ig_grey.png) no-repeat;
	background-size: contain;
}
ul.social-icons>li.ig a:hover {
	background: url(../images/icons/icon_ig_color.png) no-repeat;
	background-size: contain;
}
/* Header
 *****************************/
header p.h6 {
	font-size: 0.65rem;
}
header p.h3 {
	font-size: 1rem;
}
@media (min-width: 576px) {
	ul.social-icons>li {
		margin: 0 2px;
	}
	header p.h3 {
		font-size: 1.75rem;
	}
	header p.h6 {
		font-size: 1rem;
	}
}

.search-box {
	font-size: 1.2em;
	padding: 12px;
	border-radius: unset;
}
.search-box-icon {
	font-size: 1.4em;
	padding: 6px 16px;
	border-radius: unset;
}
.navbar {
	margin-top: 0px;
	justify-content: start;
}
.navbar a.nav-link {
	color: #09f;
}
.navbar a.nav-link:hover {
	color: #fff;
}
.account-info {
	display: inline-block;
	vertical-align: middle;
}
.account-info p {
	font-size: 0.8em;
	color: #fff;
	margin: 0;
	padding: 0;
}
.shopping-cart {
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.shopping-cart .badge {
	font-weight: normal;
	position: absolute;
	right: -4px;
	top: 4px;
}
.cart-icon {
	font-size: 2.4em;
	color: #eee;
}
.cart-icon:hover {
	color: #fff;
	cursor: pointer;
}
#feature .container {
/*	height: 200px; */
}
#feature.adjust {
	margin-top: 130px;
}
.carousel-control-direction {
	color: #f00;
}
.carousel-control .carousel-dots, .carousel-control a {
	display: inline-block;
}
.icon-clothing {
	background-image: url(../images/icons/clothing.svg);
}

/* Product
 *****************************/
.product {
	position: relative;
}
.product .card-body {
	padding: 1rem 0.5rem 0.25rem 0.5rem;
}
.product .product-link {
	cursor: pointer;
	position: relative;
}
.product-image {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
}
.product-image img {
	width: 100%;
}
.bi-box-seam {
	font-size: 5rem;
}
.product-data {
	position: absolute;
	bottom: 0;
	width: 93%;
	margin-bottom: 0px;
}
.product-sku {
	font-size: 0.75rem;
	color: #999;
	float: left;
}
.product-price {
	font-size: 0.9rem;
	color: #090;
	font-weight: bold;
	float: right;
}
.regular-price, .price-was {
	font-size: 0.7rem;
	color: #aaa;
	font-weight: normal;
}
div.products .regular-price {
	text-decoration: line-through;
}
.product-text {
	font-size: 0.75rem;
}
.add-button {
	font-size: 0.8rem;
	margin: 0 auto;
	border-radius: 24px;
	padding: 0.5em 1.25em;
}
.add-button i {
	font-size: 1.2rem;
	line-height: 10px;
}
.detail-name {
	font-weight: bold;
}
.detail-price h4 {
	margin: 0;
	padding: 0;
}
.detail-original-price {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
}

/* System Messages
******************************/
.system-message {
	position: fixed;
	top: 45%;
	left: 25%;
	margin-left: 0;
	width: 50%;
	z-index: 9999;
}
.system-message span {
	font-size: 0.9rem;
}
