.cat_img_max_width img {
    height: 420px;
}

.login_form {
    /* background-color: yellow; */
    border: 3px solid gren !important;
}

center li a {
    background-color: #54a228;
    font-size: 16px;
    color: white;
    padding: 4px 8px;
    width: 120px;
    font-weight: 600;
}




/*=====================Profile Dropdown Css=======================*/


.custom-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.custom-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.custom-dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.custom-dropdown:hover .custom-dropdown-content {
    display: block;
}

.custom-dropdown-content a {
    font-size: 10px;
    font-weight: 600;
}

.header_phonenumber {
    font-size: 12px;
}


.searchplaceholder::placeholder {
    font-size: 14px;
    border: 1px solid gray;
    padding: 6px 1px;
}

.Username_ {
    color: white;
    font-size: 13px;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .Username_ {
        font-size: 9px;
    }
}

.custom-dropdown-content a {
    text-decoration: none !important;
    color: black;

}

/* dekstop menu color  */

.deksmenu {
    color: white !important;
}

@media only screen and (max-width: 600px) {
    .menu li a {
        color: black;
    }
}


/* =============Cart Css======= */

.cart_shhipping_head {
    font-size: 16px !important;
    font-weight: 600;
}

.add_address_button {
    padding: 5px 5px;
    background-color: #54a228;
    color: #f9f9f9;
    border-radius: 5px;
    font-size: 12px;
}

.address_heading {
    font-weight: 600;
}

.inputfields .form-control {
    border: 1px solid gray !important;
}

.inputfields {
    border: 1px solid gray !important;
}

.logoutbtn button {
    background-color: #54a228;
    color: white;

}

.logoutbtn {

    display: grid;
    align-items: center;
    padding: 3px;
}

.address__thanks {
    text-align: center;
    justify-content: center;
}

.mainthankyoumsh {
    color: #54a228;
}

.thanks___head {
    color: black;
    font-size: 19px;
    font-weight: 600;
}


/* ====================Profile Info====================== */

.profile-image__ {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.profile-image__ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info__ {
    flex-grow: 1;
}

.profile-info__ h2 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.innerpage_username {
    color: black;
}

/* =========================Whatsapp====================== */

.whatsap {
    position: fixed;
    left: 0rem;
    bottom: 4rem;
    z-index: 9999999999;
}



/* =========================Slider Content====================== */

.carousel-item {
    position: relative;
}

.Slider_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    width: 100%;
}

.Slider_content .smallheading {
    color: white;
    font-size: 20px;
}

.Slider_content .largeheading {
    color: white;
    font-size: 5vw;
}



@media only screen and (max-width: 600px) {
    #carouselExampleControls {
        padding-top: 70px;
    }

    .Slider_content .smallheading {
        color: white;
        font-size: 8px;
    }

    .Slider_content .largeheading {
        color: white;
        font-size: 4vw;
    }

    .ps-btn,
    button.ps-btnz {
        display: inline-block;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
        border: none;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        background-color: #c61a32;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

}