.sliderImageWidth100 img {
    width: 100%;
}

.payment-checkout-btn,
.payment-checkout-btn-step,
.apply-coupon-code {
    background-color: black !important;
}

.payment-checkout-btn,
.payment-checkout-btn-ste,
.apply-coupon-codep:hover {
    background-color: black !important;
}

.back-to-cart {
    color: black;
}

.login_bg {
    background-image: url('../img/login_bg.png');
    background-repeat: repeat;
    background-size: cover;
    padding-top: 30px;
    background-position: center;
    /* height: 80vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.rounded-color-select {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    transform: translateY(-4px) !important;
}

.rounded-size-select {
    border-radius: 50% !important;

}

.categoryBannerLink {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.categoryBannerLinkImage {
    flex-shrink: 0;
    min-width: 100%;
    max-height: 13rem;
    object-fit: fill;
}
.categoryBannerLinkImageDisplay{
    max-height: 43rem;
}
.subTitleHeroBanner{
    color: #01AB31;
}
.tp-btn
{
    color : var(--tp-common-white);
    border-radius: 6px;
    background: var(--tp-text-body);
}

.tpnavbar .nav-link.active {
    color:#FF3333;
    text-decoration: none;
}
.mobile-menu-container .mobile-menu-nav>ul{
    display: flex !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SubCatBannerNav{
height: 150px;
width: 100%;
}
@media (max-width:565px ) {
    .tpproduct:hover .tpproduct__cart {
        bottom: -40px;
    }
}
.footer-widget{
  margin-left:20px;
}
.main-menu ul>li>a {
font-size: 19px;
}
#quick-view-popup .product-detail .tpproduct-details__title-area .tpproduct-details__stock {
    position: relative;
      inset-inline-end: 0;
    top: 0;
}
.centerPosition{
    display: flex;
    justify-content: center;
    align-items: center;}
.customMarginEndForSideBar{
padding-right:13px}
.customSpacingGridProducts{
padding-right:1px;
  padding-left:1px;
}
.tpproduct__thumb img {
     border-radius: 0px; 
}
.product-sidebar__product-item {
    margin-inline-end: 0;
    margin-inline-start: 16px;
}
.customCollapseFilter{
height :400px !important}
.customBtnStylingCollapseFilter{
background-color: transparent !important;
    border: none !important;}
.product-gallery {
      justify-content: flex-end;
}
.slick-slide img{
max-height:550px !important}
.tpsideinfo{
background:white !important;
color : black;}
.tpsideinfo__account-link a i, .tpsideinfo__wishlist-link a i {
    color:black ;
}
.tpsideinfo__account-link a{
    color:black ;
}
.tpsideinfo__wishlist-link a{
    color:black ;
}
.tpsideinfo__switcher a.dropdown-toggle{
  color : black;
}
.tp-search-sidebar-toggle{
display:none;}
.banneritem__thumb {
border:2px solid #fff;
max-height: 55rem !important
}