*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lato';
}

.Wrapper {
    margin: 0 auto;
    width: 1300px;
}

.NavAddress {

    height: 36px;
    background: #23459C;
    width: 100%;
}

.NavAddress .Wrapper .Items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NavAddress .Wrapper .Items .Cash {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: 0.04em;
}

.NavAddress .Wrapper .Items .Address {
    display: flex;
    gap: 10px;
}

.Top-Header-Spam {

    /* width: 196px; */
    display: flex;
    align-items: center;
    border-right: 1px solid white;
    gap: 10px;
    padding-right: 10px;

}

.Top-Header-Spam:last-child {
    border: none;
}

.CenterP {
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 400;
}

.Navigation {
    height: 130px;
    display: flex;
    align-items: center;
    gap: 102px;
}

.Navigation .Search-button {
    width: 579px;
    height: 36px;
    border: 1px solid #0079B4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Navigation .Search-button .Content {

    width: 472px;
    height: 36px;
    /* background-color: rgb(0, 255, 170); */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 40px;
    gap: 16px;
}

.Navigation .Search-button .Content input::placeholder {
    color: black;
    padding-left: 10px;
}

.Navigation .Search-button .Content input {

    width: 307px;
    height: 20px;
    margin: 8px 0;
    background: none;
    border: none;
}

.Navigation .Search-button .Content input ::after {
    border: none;
}

.Navigation .Search-button .Content .Selection {
    width: 109px;
    height: 20px;
    display: flex;
    font-size: 14px;
    align-items: center;
    border-right: 0.5px solid #0079B4;
}

.Navigation .Options {
    width: 324px;
    height: 24px;
    /* Smart layout */
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 24px;
}

.Navigation .Options .Option-Item a {
    /* width: 100px; */
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.Navigation .Options .Option-Item .Number {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    background-color: #167EB1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

.Wrapper .Menu-Items {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 24px;
    font-weight: bold;
    color: #23459C;
}

.BannerCustome {
    height: 550px;
    width: 100%;
}

@media screen and (max-width:480px) {
    .BannerCustome {
        height: 274px;
    }

    .CustomeSmallBanner {
        height: 40px;
    }

    .custome-cart {
        display: none;
    }
}

@media screen and (max-width:680px) {
 

}
.Custom-nav-icone{
    background-color: #23459C;
    border-radius: 20px;
}

.CustomeSmallBanner {
    height: 350px;
    width: 100%;
}


#details-div {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    height: 436px;
    background-color: #8f93d8;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: none;
    /* Hidden by default */
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#details-content {
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-container {
    margin-top: 62px;
    height: 450px;
    overflow: hidden;
    /* border: 2px solid #333; */
    /* background-color: #0079B4; */
}

.slider {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in;
}

.slide {
    min-width: 100%;
    transition: transform 0.5s ease-in;
}


.Wrapper .Catagory {
    margin: 62px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 108px;
    row-gap: 80px;
    justify-content: center;
    /* background-color: #47A1CE; */
    padding: 20px 0;

}

.Wrapper .Catagory .Catagory-Item {
    height: 320px;
    width: 320px;
    border-radius: 50%;
    /* background-color: red; */
    /* border: 3px solid black; */
    background-size: contain;
    transition: all 0.2s ease;
}

.Wrapper .Catagory .Catagory-Item span {
    position: relative;
    /* top: 50%;
    left: 50%; */
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.Wrapper .Catagory .Catagory-Item:hover {
    background-color: black;
    opacity: 0.6;

}

/* +++++++++++++++++++++++++++++++++++++++ */

.Wrapper .CardSection {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
    margin-bottom: 62px;

}

.Wrapper .CardSection .Card-Header {
    display: flex;
    flex-direction: row;
    /* background-color: red; */
    justify-content: space-between;
    align-items: center;
}

.Wrapper .CardSection .Card-Header .Name {
    font-size: 28px;
    font-weight: 800;
}

.Wrapper .CardSection .Card-Header .ViewAll {
    display: flex;
    align-items: center;
}

.Wrapper .CardSection .Card-Container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 36px;
}

.Wrapper .CardSection .Card-Container .Card {
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 280px;
    /* border-radius: 50%; */
    box-shadow: 4px 4px 125px 0px rgba(39, 71, 156, 0.4);
}

.Wrapper .CardSection .Card-Container .Card .Image {
    height: 70%;
    /* background-color: red; */
}

.Wrapper .CardSection .Card-Container .Card .Image img {
    height: 100%;
    width: 100%;
}

.Wrapper .CardSection .Card-Container .Card .Details {
    height: 30%;
    /* background-color: green; */
    padding: 27px 16px 10px 16px;
    display: flex;
    flex-direction: column;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Content .Headings {
    display: flex;
    flex-direction: column;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Content .Headings .Main-Heading .Main {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #262626;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Content .Headings .Sub-Heading .Sub {
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    color: #555555;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Price {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Price .Price {
    display: flex;
    gap: 12px;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Price .Price .Discounted-Price {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    color: #000000;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Price .Price .Original-Price {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: line-through;
    color: #9D9D9D;
}

.Wrapper .CardSection .Card-Container .Card .Details .Product-Price .Shop-Now button {
    width: 99px;
    height: 41px;
    border-radius: 8px;
    background: #164F6B;
    font-size: 16px;
    font-weight: 800;
    color: #F7FDFF;
    border: none;
}

.Cards {
    margin-top: 64px;
    /* margin-bottom: 64px; */
}


/* ===================================================== */
footer {
    width: 100%;
    flex-direction: column;
}

footer .Instagram-Posts {
    height: 288px;
    background-color: red;
}

footer .Instagram-Posts .Post {
    width: 288px;
    display: flex;
    overflow: hidden;
    height: 288px;
    background-color: aquamarine;
}

footer .Wrapper .Instagram-Posts .Insta-Name {
    width: 479px;
    height: 72px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 440px;
    top: -40px;
}

footer .Wrapper .Instagram-Posts .Insta-Name .nsta-Name-Content {
    font-size: 22px;
    font-weight: normal;
    line-height: 25.74px;
    text-transform: capitalize;
    color: #34251F;
}

footer .Wrapper .Instagram-Posts .Insta-Name .nsta-Name-Content .UserNAme {
    font-size: 24px;
    font-weight: bolder;
    line-height: 25.74px;
    text-transform: capitalize;
    color: #34251F;
}

footer .Footer-Section {
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #164F6C;
    width: 100%;
}

footer .Footer-Section ul {
    display: flex;
    gap: 48px;
    justify-content: center;
}

footer .Footer-Section ul li {
    list-style: none;
}

footer .Footer-Section ul li a {
    font-size: 16px;
    font-weight: 900;
    line-height: 18.72px;
    text-transform: uppercase;
    letter-spacing: 1.84px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
}

footer .Footer-Section ul li a:hover {
    font-size: 20px;
}

footer .Footer-Section .Copywrite {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #FFFFFF;
    position: relative;
    top: 38px;
    left: 40%;
}


/* Page Style */

.sidebar {
    width: 250px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h3,
h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.filter-section {
    margin-bottom: 20px;
}

.filter-section input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.filter-section ul {
    list-style: none;
    padding-left: 0;
}

.filter-section ul li {
    margin-bottom: 5px;
}

.filter-section ul li span {
    float: right;
}

.color-options {
    display: flex;
    gap: 10px;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
}

.size-options button {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.size-options button:hover {
    background-color: #eee;
}

.filter-section input[type="range"] {
    width: 100%;
    margin-top: 10px;
}


.Images {
    height: 360px;
    width: 300px;
}

.a-Custome {
    color: #23459c;
    font-size: 20px;
    font-weight: bold;
}


.bg-custom-blue {
    background-color: #23459c;

}




.custome-image {
    height: 160px !important;
    /* width: 300px !important; */
    object-fit: contain;

}

.custom-fonts {
    font-weight: bolder;
    color: rgb(0, 0, 0);
    font-size: 20px;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; }

body { top: 0px !important; }



.goog-te-gadget-icon { display: none !important; }


@media screen and (max-width: 767px) {
    .goog-te-gadget-simple span {
        right: -6px;
        position: relative;
        top: 2px;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .card-product img {
        min-height: 235px !important;
        height: 235px !important;
    }
}











