body {
    padding: 0;
    margin: 0;
}

.navbar .navbar-collapse ul li {
    padding: 0 10px;
}

.navbar .navbar-collapse ul li a {
    color: black;
}

.top-header {
    background-color: #8EB486;
    color: white;
    padding: 5px;
    text-align: center;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: white;
    border-bottom: solid;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.banner-main {
    /* height: 600px; */
    width: 100%;
    background-color: black;
    z-index: -1;
    margin-top: 110px;
}

.category .item img {
    height: 200px;
    width: 100%;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.category .item p {
    text-align: center;
    color: black;
}

.stunning-pick img {
    width: 100%;
    height: 440px;
}

.title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.stunning-pick p {
    text-align: center;
    font-size: 20px;
}

.bag-div {
    padding: 170px 120px;
    background-color: rgb(249, 244, 244);
    text-align: center;
    /* width: 500px; */
}

.bg-graey {
    background-color: rgb(249, 244, 244);
}

.bag-carousel .item img {
    height: 600px;
    width: 100%;
    border: 2px solid rgb(249, 244, 244);
}

.border-blue {
    border: 2px solid #8EB486;
}

.main-cont {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.main-cont img {
    width: 100%;
    height: 440px;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    /* left: 40%; */
    background-color: rgba(0, 0, 0, 0.8);
    /* opacity: .3; */
    padding: 5px 0;
    font-size: 22px;
    width: 100%;
    color: white;
}

footer {
    background-color: black;
    padding: 70px 0 10px 0;
}

footer ul li a {
    text-decoration: none;
    color: white;
}

footer ul li a:hover {
    font-size: 18px;
    color: white;
}

footer ul {
    list-style: none;
}

footer ul li span {
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}


.footer-socialLinks-My5 li {
    margin: 0 5px !important;
}

.footer-socialLinks-My5 li a i {
    font-size: 17px
}

.footer-socialLinks-My5 {
    display: flex;

}

.header-logo {
    height: 70px;
    width: 70px;
}


.sale-1 {
    background-image: url('../assets/img/off-l.png');

}


.banner-text {
    background-color: bisque;
    text-align: center;
    padding: 100px;
    margin-top: 110px;
}

.porduct_detial_page .detail-card img {
    width: 100%;
}

.porduct_detial_page .detail-card {
    margin-bottom: 50px;
    text-align: center;
}

.porduct_detial_page .detail-card p {
    margin-bottom: 0px;
    font-size: 20px;
}

.bread-cumb a {
    text-decoration: none;
}

.bread-cumb{
    margin-bottom: 20px;
    font-size: 19px;
}

.pro-img img{
    width: 80%;
}

.name-title{
    font-size: 40px;
    font-weight: bold;
}

.price{
    font-size: 22px;
    font-weight: bold;
}

.size{
    font-size: 18px;
    font-weight: bold;
}

.size-wraper{
    display: flex;
}

.size-x{
    border: 1px solid black;
    padding: 10px 15px;
    border-radius: 50%;
    margin: 0 10px;
}

.size-x:hover{
    background-color: #8EB486;
    color: white;
}

.cart{
    background-color: #8EB486;
    color: white;
    border: none;
    margin: 30px 0;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
}

.modal{
    z-index: 99999;
}


.porduct_detial_page a{
    text-decoration: none;
    color: black;
}


.size-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.size-box input[type="checkbox"] {
    display: none;
}

.size-box span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.size-box input[type="checkbox"]:checked+span {
    background-color: #8EB486;
    color: white;
    border-radius: 5px;
    padding: 15px;
    display: block;
}
