* {
    font-family: 'Open Sans', sans-serif;
    object-fit: contain;
}

.inline li {
    display: inline;

}

.inline li i {
    display: inline;

}

.justify {
    text-align: justify;
}

.bcolor {
    background: #14357F;
}

.tcolor {
    color: #658eeb;
}

.tbtn:hover {
    background-color: #14357F;
    color: white;
}

.sbtn {
    background-color: #14357F;
    color: white;

}

.tbtn {
    background-color: #14357F;
    color: white;

}

.fs {
    font-size: 12px;
}

.offcanvas {
    overflow-y: auto;
}

.carousel-caption1 {
    text-align: start;
    position: absolute;
    bottom: 12rem !important;
    left: 12% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
}
.carousel-caption{
text-align: start;
}


.couponbanner {
    background-size: 100% 100%;
    background-attachment: cover;
    background-repeat: no-repeat;
    min-height: 12rem;
}

.mailbanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    min-height: 15rem;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 50px;
    font-size: 20px;
}

.top-side {
     background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
  height:100%;

}

.add1 {
    background-image: linear-gradient(to right, rgba(6, 6, 6, 0.6), rgba(7, 7, 7, 0.6)), url('../image/2.jpg');
    background-size: 100% 100%;
    background-attachment: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 55vh;
}

.add2 {
    background-image: linear-gradient(to right, rgba(6, 6, 6, 0.6), rgba(7, 7, 7, 0.6)), url('../image/2.jpg');
    background-size: 100% 100%;
    background-attachment: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 111vh;
}

.salebanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    min-height: 21rem;
}

.salecontainer{
padding:0px !important;
}

.supersale {
     background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    min-height: 15rem;
}

.sidebanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    min-height: 53rem;
}

.border-color {
    border: 2px solid #fafafa !important;
    width: 8rem !important;
}

.border-color1 {
    border: 3px solid #14357F !important;
    width: 8rem !important;
}

/* underline */
.hvr-underline-from-left:before {
    background: #14357f !important;
}

.hvr-overline-from-left:before {
    background: #14357f !important;
}

/* dropdown */
/* hover dropdown navbar */
@media all and (min-width: 10rem) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: slideIn;

    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        font-size: large;
        min-height: 1rem;
        width: 17rem;
        color: white !important;


    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.dropdown-item {
    color: black;
}

.dropdown-item:hover {
    color: #14357f !important;
    background-color: #fff;
}

.nav-link:hover {
    color: #14357f !important;
}

@keyframes slideIn {
    from {
        top: 100px;
    }

    to {
        top: 40px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    border: 0px !important;

}

.dropdown:hover .dropdown-menu {
    color: black;

}

/* flash image */
@-webkit-keyframes flash {
    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

/* mobile view */


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

    .mview {
        display: block !important;
    }
   .hmview{
  display: none!important;
   }
.salebanner2{
padding-top:10px;
}
.salecontainer{
padding:0px 12px 0px 12px !important;
}

}

@media screen and (min-width:1000px) {

    .mview {
        display: none !important;
    }
}

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

    .alcat,
    .dt,
    .header {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .footbar{
        text-align: left !important;
        border-bottom: 1px solid #80808066;
        line-height: 69px;
    }
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -100px !important;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-toggle::after {
    display: none !important;
}

/* tabs */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* user star */

input.star {
    display: none;
}



label.star {

    float: right;

    padding: 10px;

    font-size: 24px;

    color: #4A148C;

    transition: all .2s;

}



input.star:checked~label.star:before {

    content: '\f005';

    color: #FD4;

    transition: all .25s;

}






input.star-1:checked~label.star:before {
    color: #F62;
}



label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}



label.star:before {

    content: '\f006';

    font-family: FontAwesome;

}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

/* category owl nav btn */
.owl-dots {
    display: none;
}

/* category background */
.catback {
    transition: all 0.5s ease;

}

.catback:hover {
    /* background-image: linear-gradient(to right, rgba(6, 6, 6, 0.6), rgba(7, 7, 7, 0.6)), url('../image/2.jpg'); */

    background-image: linear-gradient(to right, rgba(20, 53, 127, 0.8), rgba(20, 53, 127, 0.8)), url('../image/2.jpg');
    height: 8.9rem;
    color: white;
    font-weight: bold;
    background-size: 100% 100%;
    cursor: pointer;
}

/* cart count */

.cart-count {
    position: relative;
    right: 10px;
    bottom: 15px;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    z-index: 2;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.wish-count {
    position: relative;
    right: 28px;
    bottom: 15px;
    font-weight: bold;
    font-size: 11px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    z-index: 2;
    padding-left: 0.5rem;
    padding-right: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.procolor {
    background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}

.stockcolor {
    color: rgb(255, 149, 0);
 
}

.strikemrp {
    text-decoration: line-through;
    color: rgb(255, 0, 0);
}

.psel:hover {
    background: linear-gradient(149.8deg, #ffffff 17.21%, #ffffff 79.21%);
}

.textheight {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}

/* rating stars */
.rating {
    font-size: 20px;
    color: #fec20c;
}

.rating i {
    opacity: 0.4;
}

.rating i.active {
    opacity: 1;
}

/* heart css */
.heart {
    position: absolute;
    top: 5px;
    right: 0;

}

.heart button {
    background-color: transparent;
}

.hvr-back-pulse:hover {
    background-color: #14357F !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: 10px;
}

.dropdown-item {
    background-color: none;
}

.contacticon {
    padding-left: 28px;
    z-index: 1;
}
.catnav{
    font-size: 16px;
    border-bottom: 1px solid #80808066;
    line-height: 50px;
}

.pronav{
    font-size:15px;
    border-bottom: 1px solid #80808066;
    line-height: 50px;
}

.catbackcol{
background-color:#14357f;
}

.homeshadow{
box-shadow: 1px 0px 6px #050e5e;
}
.nfs{
font-size:10px;
}

.mcartcount{
position: absolute;
    bottom: 49px;
    left:21.3rem;
    background: white;
    color:#14357f;
    border-radius: 100%;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
}
.mwishcount{
    position: absolute;
    bottom: 49px;
    left:16.8rem;
    background: white;
    color:#14357f;
    border-radius: 100%;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
}

.hover-overlay {
            overflow: hidden;
            margin: 0 auto;
}
     
.hover-overlay img {
            width: 100%;
            transition: 0.5s all ease-in-out;
}
     
.hover-overlay:hover img {
            transform: scale(1.2);
}
@media (min-width:1001px) and (max-width:1500px){
.carousel-caption1 {
    text-align: start;
    position: absolute;
    bottom: 9rem !important;
    left: 12% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
}
.bannertext p {
font-size:13px;
}
}
