@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

/* Font */
body {
    font-family: "Poppins" !important;
    position: relative;
}
/* Font End */

/* Image Hover Effect */
img {
    /* border-radius: 1rem; */
    transition: all 0.5s ease-in-out;
}
img:hover {
    transform: scale(1.1);
}

.carousel-box {
    padding: 1rem;
}
.carousel-box span {
    transition: all 0.5s ease-in-out;
}
.carousel-box span:hover {
    transform: scale(1.1);
}

.bannerImages:hover {
    transform: scale(1) !important;
}
.toBanner {
    transform: scale(1) !important;
}
/* Image Hover Effect End */

/* Top Bar Hover Effect */

.hoverEffect {
    transition: all 0.5 ease-in-out;
}
.hoverEffect:hover i {
    color: #e8671f;
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    font-weight: 700;
}
.loginLogout {
    color: black;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.loginLogout:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}

/* Top Bar Hover Effect End */

/* Preloder Section */
#preloader-waper {
    background-color: rgb(236, 236, 236);
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 2000;
}
#preloader-waper img {
    width: 25rem;
    height: 25rem;
}

/* Preloder Section End */

/* Product Card Hover Section  */
.withoutHover > a > i {
    font-size: 24px;
    letter-spacing: 1rem;
}
.withoutHover {
    text-align: center;
    margin-top: 12px;
    display: none;
}

@media screen and (max-width: 768px) {
    .absolute-top-right {
        display: none;
    }
    .withoutHover {
        width: 100%;
        display: block;
    }
}
/* Product Card Hover Section End */

/* Product Adding TO Top Nav Section */
.addingEventListner {
    position: fixed;
    display: none;
    top: 85px;
    right: 0;
    z-index: 1900;
    background: #ffffff !important;
    /* color: #000 !important;     */
}
.addEventListnerButtonTag {
    border: none;
    background-color: none !important;
    color: #8f97ab;
    font-size: 14px;
}
.addEventListnerATag {
    border: none;
    background-color: none !important;
    color: #98a0b4;
    font-size: 14px;
}
.addEventListnerATag:hover {
    color: black;
    transition: all ease-in-out 0.5s;
}
.addEventListnerButtonTag:hover {
    color: black;
    transition: all ease-in-out 0.5s;
}

@media screen and (max-width: 1024px) {
    .addingEventListner {
        position: fixed;
        display: none;
        top: 128px;
        left: 0;
        text-align: center;
        z-index: 1900;
        right: 0;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6 !important;
        background-color: white;
    }
}
@media screen and (max-width: 500px) {
    .addEventListnerIcons {
        font-size: 26px;
        color: #e8671f;
        font-weight: 700;
    }
}
.mainLogoImage {
    width: 12rem !important;
}
/* Product Adding To Top Navgation Secton End */

.termsConditonReview {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 995px) {
    .footerSectionFlex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.compareTableScroll {
    overflow-x: auto !important;
}

/* width */
.compareTableScroll::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.compareTableScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.compareTableScroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

/* Handle on hover */
.compareTableScroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* .tremsReturnPolicy{
    transition: all .5s ease-in-out;
}

.tremsReturnPolicy:hover a>i{
transform: scale(1.1);
transition: all .5s ease-in-out;
}
.tremsReturnPolicy:hover a>h4{
    transform: scale(1.1);
    transition: all .5s ease-in-out;
    } */

.sidenav {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 9999999999;
    top: -61px;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

/* .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }
       */
#main {
    transition: margin-left 0.5s;
    padding: 16px;
}


.posCards{
    height: 350px !important;
}

.img-fit {
    max-width: 100%;
    width: 100%;
    object-fit: fill;
}

@media screen and (max-width:910px) {
    .topDealScroll{
        height:200px;
    }
}