.gray {
	color:#4D4D4D !important;
}

.fs1 {
	font-size: 12px !important;
}

.fs2 {
	font-size: 13px !important;
}

.fs3 {
	font-size: 14px !important;
}

.fs4 {
	font-size: 15px !important;
}

.fs5 {
	font-size: 16px !important;
}

.fs6 {
	font-size: 17px !important;
}

.fs7 {
	font-size: 18px !important;
}

.navlinks {
	padding-left: 25px !important;
	padding-right: 25px !important;
	font-size: 16px !important;
	color:#c2c7d0;
}

.bi {
	margin-right: 8px !important;
}



.cartshow {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}

.totalcart {
	font-size: 18px;
	padding-left: 10px;
	margin-top: 20px !important;
}

.cart-container {
    position: relative;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}

.mycart {
	font-size: 24px;
}
.cart-badge {
	text-shadow: 
        -1px -1px 0 white,  
         1px -1px 0 white,  
        -1px  1px 0 white,  
         1px  1px 0 white;  /* White border effect */
    position: absolute;
    top: 5%;
    right: 32%;
    color: #4A4A4A;
    font-size: 20px !important;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}