.mobile-nav {
    display: none;
}

.navbar {
    /* border: 2px solid salmon; */
    height: 60px;
    justify-content: center;
    align-items: center;
    background-color: #2874f0;
}

.inline {
    display: inline-block;

}

.logo {
    /* border: 2px solid rgb(190, 228, 206); */

    width: 100px;
    height: 32px;
    background: url(https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/flipkart-plus_8d85f4.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px;
}

form.example {
    display: flex;
}

/* Style the search field */
form.example input[type=text] {
    padding: 10px;
    font-size: 13px;
    border: 1px solid grey;
    float: left;
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    line-height: 30px;
    border-radius: 2px;
    padding-left: 15px;
    outline: none;
    margin-right: -55px;
}

form.example input[type=text]:active {
    border-color: white;
}

/* Style the submit button */
form.example button {
    float: left;
    width: 10%;
    padding: 7px;
    background: transparent;
    color: #2874f0;
    font-size: 17px;
    border: 1px solid transparent;
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
    /* position: absolute; */
    left: 48vw;
    height: 34px;
    margin-top: 3px;
    padding-top: 2px;

}

/* form.example button:hover {
    background: #0b7dda;
} */

/* Clear floats */
form.example::after {
    content: "";
    clear: both;
    display: table;
}

.login-btn {
    display: inline-block;
    vertical-align: top;
    /* padding: 1em 3em; */
    margin-right: -4px;
    /* border-bottom: 1px solid black; */
    position: relative;
    margin-left: 20px;


}

.login-btn:hover::after {
    content: ' ';
    display: block;
    height: 16px;
    width: 16px;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    bottom: -19px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    margin-top: 5px;
    /* z-index: 2; */

    /* top: 45px; */
}

.more-btn {
    display: inline-block;
    vertical-align: top;
    /* padding: 1em 3em; */
    margin-right: -4px;
    /* border-bottom: 1px solid black; */
    position: relative;
    height: 24px;
}

.more-btn:hover::after {
    content: ' ';
    display: block;
    height: 16px;
    width: 16px;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    bottom: -19px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    margin-top: 5px;


    /* top: 45px; */
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
    /* remove the gap so it doesn't close */
    /* padding-top: 20px; */
    /* background-color: white; */
    border: none;
    /* z-index: 1; */
}

.dropdown-menu.show {
    display: block;
    margin-top: 10px;
    /* remove the gap so it doesn't close */
    /* padding-top: 20px; */
    /* background-color: white; */
    border: none;

}

.dropdown-menu[data-bs-popper] {
    top: 80%;
    left: 0;
    /* margin-top: var(--bs-dropdown-spacer); */
}

.dropdown-menu[data-bs-popper]:hover {
    top: 80%;
    left: 0;
    /* margin-top: var(--bs-dropdown-spacer); */
}

ul li {
    border-bottom: 1px solid rgb(228, 228, 228);
    width: 250px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul li a {
    width: fit-content;
}

.bseller a {
    color: white;
    font-weight: 600;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
    text-decoration: none;
}

.example input::placeholder {
    font-size: 13px;
    align-items: center;
    vertical-align: middle;

}

.example input {
    width: 450px;
}

.search-bar {
    width: 37vw;

}

.cart a {
    color: white;
    font-weight: 600;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
    text-decoration: none;
}

.dropdown {}

.dropdown button {
    width: 115px;
    background-color: aliceblue;
    color: #2874f0;
    font-weight: 600;
    border-radius: none;
    height: 30px;
    padding: 0;

}

.dropdown button:hover {
    background-color: aliceblue;
    color: #2874f0;
}

.dropdown div {
    width: 115px;
    background-color: transparent;
    color: white;
    font-weight: 600;
    border-radius: none;
    height: 30px;
    padding: 0;
    border: none;

}

.dropdown div:hover {
    background-color: transparent;
    color: white;
}

.dropdown button {
    width: 115px;
    background-color: white;
    color: #2874f0;
    font-weight: 600;
    border-radius: none;
    height: 30px;
    padding: 0;
    border: none;

}

.dropdown button:hover {
    background-color: white;
    color: #2874f0;
}

.btn.show,
.btn:first-child:active,
.dropdown button:active {
    background-color: white;
    color: #2874f0;
}

.dropdown button:focus {
    background-color: white;
    color: #2874f0;
}

.active-none:active.btn-show:active {
    background-color: transparent;
    color: white;
}

.btn {
    border-radius: 0;
}

.btn:active {
    background-color: transparent;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-secondary:active {
    background-color: transparent;
}

div.btn:first-child:active {
    background-color: transparent;
    color: white;

}

/* .bg-fix:focus {
    border: 1px solid silver;
}

.bg-fix:active {
    background-color: white;
} */

/* span a {
    display: inline-flex;
    flex-direction: column;
    border: 2px solid rebeccapurple;
    width: fit-content;
    font-size:10px;
    column-gap: 5px;
    margin: 0 auto;
} */
li:first-child a.gap2 {
    color: red;
    text-align: end;
    width: 113px;
}

.dropdown-menu .dropdown-menu:hover {
    background-color: white;
}

div.cat1 {
    display: grid;
    grid-row: auto;
    /* border: 2px solid salmon; */
    grid-template-columns: repeat(10, auto);
    gap: 10px;
    /* background-color: #a9c7e0; */
    padding: 10px;
    justify-content: space-around;
    margin-top: 60px;
}

div.cat1 .items {
    height: 100px;
    width: 100px;
    /* border: 2px solid slateblue; */
}

.items#item1 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/29327f40e9c4d26b.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item2 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/22fddf3c7da4c4f4.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */

}

.items#item3 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/c12afc017e6f24cb.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item4 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/69c6589653afdb9a.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item5 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/ab7e2b022a4587dd.jpg?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item6 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/0ff199d1bd27eb98.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item7 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/71050627a56b4693.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item8 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/f15c02bfeb02d15d.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items#item9 {
    background: url(https://rukminim1.flixcart.com/flap/128/128/image/dff3f7adcf3a90c6.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
    width: 150px;
}

.items#item10 {
    background: url(https://rukminim1.flixcart.com/fk-p-flap/128/128/image/05d708653beff580.png?q=100) no-repeat center top;
    background-size: 60px 60px;
    /* transition: all 0.5s; */
}

.items span {
    text-align: center;
    vertical-align: bottom;
    align-items: center;
    display: grid;
    height: 26px;
    margin: 65px 0 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}

.items#item1 span:hover {}

.items:hover {
    color: #2874f0;
    cursor: pointer;
}

/* .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
} */
.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
    position: absolute;
}

.carousel-control-prev {
    left: 0px;
    opacity: 1;
}

.carousel-control-next {
    right: 0px;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-color: black;
    height: 100px;
    width: 50px;
    background-size: 75% 75%;
    border-radius: 2px;
    position: absolute;
    left: 0px;
}

.carousel-control-next-icon {
    background-color: black;
    height: 100px;
    width: 50px;
    background-size: 75% 75%;
    border-radius: 2px;
    position: absolute;
    right: 0px;
}

.carousel-item img {
    height: 280px;
    scale: 1;
}

.product-cat1 {
    display: grid;
    grid-template-columns: 19% 81%;
    height: 400px;
    width: 100%;
    /* border: 2px solid rebeccapurple; */
    overflow: hidden;
}

.product-cat2 {
    display: grid;
    grid-template-columns: 19% 81%;
    height: 400px;
    width: 100%;
    /* border: 2px solid rebeccapurple; */
    overflow: hidden;
}

.product-cat3 {
    display: grid;
    grid-template-columns: 19% 81%;
    height: 400px;
    width: 100%;
    /* border: 2px solid rebeccapurple; */
    overflow: hidden;
}

.product-cat4 {
    display: grid;
    grid-template-columns: 19% 81%;
    height: 400px;
    width: 100%;
    /* border: 2px solid rebeccapurple; */
    overflow: hidden;
}

span.view-all1 {
    display: inline-block;
    height: 360px;
    width: 269px;
    /* border: 2px solid palevioletred; */
    /* margin-left: 50px; */
}

span.view-all1:hover {
    /*  */
    cursor: pointer;
}

span.view-all1 div {
    /* height: 100%; */
}

span div.imgg img {
    /* background: url(https://rukminim1.flixcart.com/image/200/200/xif0q/power-bank/j/i/v/power-bank-dx09-20000-mah-20000-dx09-20k-callmate-original-imagn22tuac3hqnz.jpeg?q=70) 100% 100% no-repeat; */
    height: 220px;
    margin: 20px 5px 5px;
    background-position: bottom;
    object-fit: contain;
    width: 100%;
    object-position: bottom center;
}

span div.imgg:hover {
    scale: 1.1;
}

span div.product-catt {
    /* border: 2px solid slateblue; */
    margin: auto auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 5px;
}

span div.shopp {
    /* border: 2px solid rgb(165, 205, 90); */
    margin: auto auto;
    text-align: center;
    font-size: 15px;
    color: #388e3c;
    margin: 5px;
}

span div.brandd {
    /* border: 2px solid rgb(165, 205, 90); */
    margin: auto auto;
    text-align: center;
    font-size: 13px;
    color: grey;
    margin: 8px;
}

.view-all11 {
    width: 240px;
    height: 360px;
    position: relative;
    /* background: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/7593e7b6640822c1.jpg?q=90) no-repeat;
    background-size: 100% 50%;
    background-position: bottom; */
}

.view-all11 span.title1 {
    font-size: 32px;
    text-align: center;
    display: inline-block;
    margin-top: 75px;
}

.view-all11 span.sub-title1 {
    display: table;
    text-align: center;
    margin: auto;
    background-color: #2874f0;
    padding: 10px 20px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: smaller;
    margin-top: 20px;
}

.view-all11 span.bg21 {
    width: 236px;
    height: 281px;
    background: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/7593e7b6640822c1.jpg?q=90) no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    display: inline-block;
    z-index: -1;
    position: absolute;
    /* top: 608px; */
    /* border: 2px solid; */
    bottom: 0;
}

.view-all11 span.bg22 {
    width: 236px;
    height: 281px;
    background: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/b84f1c22cce1a6a3.jpg?q=90) no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    display: inline-block;
    z-index: -1;
    position: absolute;
    /* top: 608px; */
    /* border: 2px solid; */
    bottom: 0;
}

.view-all11 span.bg23 {
    width: 236px;
    height: 281px;
    background: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/b84f1c22cce1a6a3.jpg?q=90) no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    display: inline-block;
    z-index: -1;
    position: absolute;
    /* top: 608px; */
    /* border: 2px solid; */
    bottom: 0;
}

.view-all11 span.bg24 {
    width: 236px;
    height: 281px;
    background: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/898b527fdf29b17a.jpg?q=90) no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    display: inline-block;
    z-index: -1;
    position: absolute;
    /* top: 608px; */
    /* border: 2px solid; */
    bottom: 0;
}

.view-all1#va12 {
    width: 500px;
}

/* .carousel-control-prev {
     left: -85px; 
     opacity: 1; 
} */
.outter>.carousel-control-prev {
    left: 0vw;
}


.outter>.carousel-control-next {
    left: 96vw;
}


.carouselll>.carousel-control-prev {
    left: 0vw;
}

.carouselll>.carousel-control-next {
    left: 80vw;
}


.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}