.noshadow {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.noshadow:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*
.product-card .product-button {
display: table-cell;
position: relative;
width: 45px;
height: 38px;
border-right: 1px solid rgba(231, 231, 231, 0.6);
}

*/
.eac-item{
	padding: 5px;
}
.eac-item:hover{
	background-color: #f5f5f5;
}
.portfolio-card-body {
	text-align: left;
}

tr.order-list:hover{
  cursor: pointer;
  background-color: #ccc;
}


/* Top mini nav */
.top-nav-mini > .nav-item > .nav-link {
	font-size: 85% !important;
	color: #8c949f;
	font-weight: 800;
	font-family: 'Exo', sans-serif;
}

/* Navbar font change */
.navbar-nav > .nav-item > .nav-link {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}

/* Active navigation below nav item instead of top */
.navbar-nav .nav-item.active .nav-link::before {
    top: 2.4rem;
    left: 0.98rem;
    width: 26px;
    height: 2px;
}

.navbar-nav .nav-item.active .nav-link {
	color: inherit;
}

.navbar {    
	/*padding: 0 0; */
}


.navbar-buttons {
	box-shadow: none;
}



/* 
	Footer
*/

footer {
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url("../img/footer-wave-black.svg");
   	background-color: transparent !important;
   	padding-top: 150px;
   	min-height: 240px;
   	margin-top: -0px;
}

footer.grey {
   	background-color: #f5f5f5 !important;
}

footer .block-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 25px;
}

footer .block-title:after {
	width: 26px;
	height: 3px;
}

footer ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
	color: #50b848;
	font-size: 12px;
	line-height: 14px;
}

footer ul a {
	text-decoration: none;
}

footer ul.contact a {
	color: #ffffff;
}

footer ul.contact {
	list-style: none;
	padding: 0;
}

footer ul.contact li {
	padding-left: 1.8em;
	color: #ffffff;
	font-size: 12px;
}

footer ul.contact li:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%2350b848' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'><path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'></path><polyline points='22,6 12,13 2,6'></polyline></svg>");
  display: inline-block;
  margin-left: -1.8em; /* same as padding-left set on li */
  width: 1.8em; /* same as padding-left set on li */
}

footer .list-icon li i {
	color: #FE5000;
	font-size: 16px;
	top: 0px;
}

footer .list-icon li {
	padding-left: 25px;
	color: #ffffff;
	line-height: 18px;
}

footer .list-icon li a {
	color: #ffffff;
	text-decoration: none;
}

.copyright {
	font-size: 11px;
}

footer div.social p, footer div.social a {
	font-size: 15px;
	font-weight: 700;
	color: white;
	text-decoration: none;
}

/* Special HR */

.spacer-green {
	margin: 28px auto 20px auto;
	
	width: 50px;
	height: 2px;
    background-color: #50b848;
	
}

/* Special List Icon */

.contact-list .list-icon li i {
	color: #fe5000;
	font-size: 20px;
	top: -3px;
}

.contact-list .list-icon li {
	padding-left: 40px;

}

/* Badge */
.badge {
	font-size: .5rem;
	font-weight: 400px;
	padding: 5px 10px 5px 10px;
	border-radius: 0rem;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.widget-custom-menu a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: .0625rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-radius: 50%;
    background-color: rgba(64, 64, 64, 0.1);
    color: #404040;
    font-family: feather;
    font-size: 0.75rem;
    line-height: 20px;
    text-align: center;
    content: '\e998';
}

#cart_count:empty {
   display: none;
}

.social-btn {
	color: #8c949f !important;
}

.begood-ad-header-image {
    margin-left: 10px;
    margin-right: 10px;
}

/*  =========================
	Product Card
    ========================= */

.begood-product-card {
    border: 1px solid #e6e6e6;
    margin: 10px;
    position: relative;
    width: 252px;
    padding: 1px;
}

.begood-product-card:hover {    
	-webkit-box-shadow: 6px 6px 5.8px -2px rgba(17, 17, 17, 0.20);
    box-shadow: 6px 6px 5.8px -2px rgba(17, 17, 17, 0.20);
}

.begood-start .begood-product-card { /* Customized Product Card for Start Page */
    width: 224px;
    margin: 5px;
}

.begood-product-card .begood-badge {
	font-size: .45rem;
	font-weight: 500px;
	padding: 4px 9px 4px 9px;
	border: 0px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	right: 0;
}

.begood-product-card .begood-badge-success {
	opacity: 1 !important;
	background-color: #4fba48 !important;
	
}

.begood-product-card .begood-badge-danger {
	opacity: 1 !important;
	background-color: #e85958 !important;
	
}

.begood-product-card .brand-and-name {
	font-size: 0.80rem;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
	cursor: pointer;
}

.begood-product-card .text-image-container {
	width: 250px;
	height: 250px;
	cursor: pointer;
	
	margin: 0px;
	
}

.begood-product-card .text-image-container a {
	margin: 0px;
	padding: 0px;
}

.begood-product-card .text-image-container div {
	display: none;
	text-overflow: ellipsis !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
}

.begood-product-card .product-info {
	font-size: 0.80rem;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}

.begood-product-card .logged-in.product-info {
	height: 60px !important;
}

.begood-product-card .cart-buttons {
	position: absolute; 
	left: 80px; 
	bottom: -10px; 
	width: 90px; 
	height: 30px;
}

.begood-product-card .product-info .price {
	font-weight: normal;
	text-align: right;
	float: right;
}

.begood-product-card .cart-buttons-moreinfo {
	position: absolute; 
	left: 60px; 
	bottom: -10px; 
	width: 90px; 
	height: 30px;
}

.begood-product-card .cart-buttons-moreinfo .moreinfo-cart {
	width: 50px;
	height: 30px;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	background-color: #000080;
}

.begood-product-card .moreinfo-cart a {
	color: white;
	text-decoration: none;
}

.begood-product-card .cart-buttons .add-remove {
	width: 30px;
	height: 30px;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.begood-product-card .add-remove a {
	color: white;
	text-decoration: none;
}

.begood-product-card .cart-buttons .modify-add {
	background-color: #000080;	
}

.begood-product-card .cart-buttons .modify-disabled {
	background-color: #e85958;	
}

.begood-product-card .cart-buttons .modify-remove {
	background-color: #343b43;	
}


