.accordion-item{
    border-radius: 2rem !important;
    overflow: hidden;
}

.tabs li{
    border: none !important;

}

@media(max-width:800px){
    .tabs li{
        border-bottom: 2px solid white !important;
    }
}

#navMenu a{
    font-family: Roboto;
    text-decoration: none;
}

#navMenu li{
    border-bottom: 2px solid;
}


header, section{
    background-image: none !important;
}

.cartThumbnail img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 2rem;
}

.mdCheckoutHeader a{
    color: white;
}

.Badge{
    display: none;
    margin-left: auto;
    margin-bottom: 1rem;
}


.lblOutOfStock{
    font-size: 1.1rem !important;
    font-family: Roboto !important;
    color: white !important;
}


.StoreDetailContainer .lblOutOfStock{
 font-size: 1.1rem !important;
    font-family: Roboto !important;
    color: black !important;
}

.StoreDetailContainer .addToCartWrapper{
    height: auto !important;
}

#navMenu ul li{
    margin-top: 1.7rem !important;
    margin-bottom: 1rem !important;
}

.StorePageNav{
    position: relative;
    z-index: 10;
}

.cvCheckoutSidebarDiv h2{
    font-weight: 400 !important;
    color: black !important;
    font-family: roboto !important;
}

.cvCheckoutMainDiv h2{
    color: black !important;
    font-family: roboto !important;
}
.productWidgetSimple{
    display: flex;
}
.productWidgetSimple li {
  width: 25% !important;
}
.productWidgetSimple .cvVariantBoundary .simpleWidgetImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.productWidgetSimple .productPrice{
    color:white !important;
}

.productWidgetSimple .title{
    font-size:1.35rem;
}






















