/*custom*/
.bottomheading h5 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    width: fit-content;
    margin-bottom: 15px;
}
/* html{
    overflow-x: clip;
} */
.descri_view p span {
    background-color: transparent !important;
}
.reviewblock img {
    height: 70px;
    width: 70px;
}
div#product-desc {
    background: #ebf4ff;
    padding: 10px;
}

.gallery-thumbs-1 .product-view-image-container img {
    height: 100px;
}

.product-preview-image-section-md .swiper-container {
    height: 250px;
}

.product-preview-image-section-md .product-view-image-container {
    height: 230px;
    line-height: 230px;
}

.descri_view p {
    font-size: 16px;
}

.product-page-details p {
    font-size: 15px;
    margin: 0;
}

.product-page-content:nth-child(even) {
    background: #f8f8f8;
}

.freefirst {
    box-shadow: 0 2px 5px #ddd;
}

.bgdarkblue {
    background: #ebf4ff;
}
.afterNone::after{
    display: none !important;
}

.product-page-content .product-title {
    font-size: 1.5rem !important;
    font-weight: 900;
    line-height: 1.3;
}

/*end*/
.user-avatar {
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    position: relative;
    border-radius: 100%;
}

.card-bottom-content img {
    max-width: 90%;
}

.freefirst {
    z-index: auto !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
}

/*.sticky-top {
    top: 10% !important;
}*/
.h-11 {
    height: 3rem !important;
}

.w-11 {
    width: 3rem !important;
}

a.link-dark {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.comment-header {
    margin: 15px 0;
}

.reviewmain p {
    font-size: 15px;
}

.reviewmain {
    background: #f7f7f7;
    padding: 2px 15px 15px;
    margin-top: 5px;
    border-radius: 9px;
    box-shadow: 0 1px 4px #cfcfcf;
}

.ratingflex {
    display: flex;
    gap: 5px;
    margin-bottom: 18px;
    color: #ffcb00;
    font-size: 16px;
}
.recent-view-product .owl-carousel .owl-item img {
    object-fit: contain !important;
    border-radius: 10px;
}
.recent-view-product .product-grid {
    min-height: 273px !important;
}
.starrating>label {
    color: #bebebe;
}
/*product details*/
.popover {
    display: inline-block;
    position: relative;
}

#exampleModal624 p {
    font-size: 14px;
}

.loc_view {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.popover__menu {
    border-radius: 4px;
    border-top: 2px solid #49c5b6;
    background: #fff;
    list-style-type: none;
    margin: 8px 0;
    max-width: 800px;
    width: max-content;
    min-width: 100%;
    padding: 0.5rem 15px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 2px 3px 0 rgba(63, 63, 68, 0.2);
    transition-property: transform, opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transform: scale(0.9);
    transform-origin: top left;
    display: block;
    display: none;

    text-align: left;
}

/*.popover__menu li {
    overflow: auto;
}*/

.popover__menu li::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.popover__menu li::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.popover__menu li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #00aeef;
}

.popover__menu:after {
    bottom: 100%;
    right: 0.5rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #49c5b6;
    border-width: 7px;
}

/*.popover__menu-item {
  white-space: nowrap;
}*/
.popover__menu-item button {
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

.popover__menu-item button:hover,
.popover__menu-item button:focus {
    background-color: #f1f1f1;
}

.popover--active .popover__menu {
    transform: scale(1);
    /* display: block; */
    display: block;
    opacity: 1;
}

.freefirst {
    border: 1px dashed;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.popover__menu p {
    font-size: 16px;
    margin: 0 15px !important;
}

.popover__menu span {
    font-size: 14px !important;
}

.popover button {
    cursor: pointer;
    border: 1px;
}

/*IMPORTING THE FONTS*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'popins-normal';
    src: url('../../fonts/Poppins-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "popins-normal-bold";
    src: url('../../fonts/Poppins-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

.top-card-view p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.product-content p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding: 5px 5px 0;
}

.product-grid:hover .attributes-off-product {
    display: block;
    transition: 8s;
    width: 100%;
    /* position: absolute; */
    z-index: 9;
    top: 26%;
}

.product-grid {
    transition: 8s;
}

.centerview {
    justify-content: center;
}

/*  */
.categry-card {
    position: relative;
    z-index: 1;
}

.card.categry-card .discount {
    z-index: 99;
    height: 40px;
    width: 50px;
    background: #000;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
}

.check-out-doc {
    position: relative;
}

.widget-image a {
    color: #fff !important;

}

.nb .nav-item.dropdown {
    position: relative !important;
}



/* .categry-card:hover:before {
    height: 100%;
} */

/* .categry-card:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgb(0 174 239 / 50%);
    border-radius: 8px;
    transition: 1s;
    z-index: 0;
} */

/* .categry-card:hover .viewmode {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    top: 40%;

} */

/* .categry-card .viewmode {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
} */

.badge-primary,
.add-to-cart,
.dark-footer-margin,
.header-categories-nav-wrap,
.topbar-text-color,
.nva-color,
.subscribe-form button,
.custom-row,
.copyright,
.product-grid .social li a:hover,
.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.toggle-input:checked+.toggle.switch,
.toggle.switch.is-active,
.toggle-input:disabled:checked+.toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked+.toggle.radio,
.toggle.radio.is-active,
.toggle-input:disabled:checked+.toggle.radio,
.toggle.radio.is-active.is-disabled,
.toggle-input:disabled:checked+.toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked+.toggle.checkbox,
.toggle.checkbox.is-active,
.toggle-input:disabled:checked+.toggle.checkbox,
.toggle.checkbox.is-active.is-disabled {
    background-color: #00aeef !important;
}

@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Poppins:wght@400;500;600;700&display=swap');

div#img_01-zoomContainer {
    height: 0px !important;
}

b {
    font-weight: bold;
}


/*================offer tag ================*/
.price-tag {
    position: absolute;
    right: 5px;
    top: 55px;
}


.price-tag span {
    position: absolute;
    z-index: 999;
    display: flex;
    flex-direction: column;
    height: 45px;
    width: 45px;
    right: 5px;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #ef0045;
    justify-content: center;
    transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;

    animation: float 1s linear infinite alternate;
    -moz-animation: float 1s linear infinite alternate;
    -webkit-animation: float 1s linear infinite -ms-animation: float 1s linear infinite alternate;
    -o-animation: float 1s linear infinite alternate;
}

@-webkit-keyframes float {
    0% {
        bottom: 1px;
    }

    100% {
        bottom: 6px;
    }
}

@-moz-keyframes float {
    0% {
        bottom: 1px;
    }

    100% {
        bottom: 6px;
    }
}

@-ms-keyframes float {
    0% {
        bottom: 1px;
    }

    100% {
        bottom: 6px;
    }
}

@-o-keyframes float {
    0% {
        bottom: 1px;
    }

    100% {
        bottom: 6px;
    }
}

@keyframes float {
    0% {
        bottom: 1px;
    }

    100% {
        bottom: 6px;
    }
}

/*================= End ==================*/





.add-to-cart {
    background: #0e7dd1;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    width: 94%;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
    padding: 8px 27px;
}

.contain-top {
    margin: 0 auto;
    /* max-width: 1200px; */
    width: 100%;
}

.contain-top .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.contain-top .item {
    align-items: center;
    color: white;
    display: flex;
    height: 300px;
    justify-content: center;
}


.background-grey {
    background: #F5FAFC;
}

h5.offer {
    position: absolute;
    right: 0;
    top: 9%;
    background: #00aeef;
    color: #fff;
    padding: 2px 4px;
}

.product-page-content .product-title p {
    font-size: 20px;
}

.disview {
    background: #1d6400 !important;
    margin-top: 5px;
}

.saleview {
    color: white;
    background: #1d6400 !important;
    width: 100px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
}

/**/
.product-page-details {
    position: relative;
    /* z-index: 9; */
}

.product-grid .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .product-grid:hover .social {
    opacity: 1;
    top: 50%;
    display: flex;
    justify-content: center;
} */

/* 27 march */
.product-page-details .price {
    font-size: 25px;
    padding: 10px 0;
}

/* end */
.partnerhome .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ------------------ */
.navbar-expand-lg .navbar-collapse {
    display: block;
    margin: auto;
}

.mobiletop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.maintopview .brandsblock {
    background-color: transparent !important;
    display: block !important;
    border: 1px solid #cccc;
    text-align: center;
    align-items: center;
    height: 120px !important;
    position: relative;
}

.maintopview .brandsblock input {
    position: absolute;
    top: 3px;
    right: 3px;
}

.product-quantity ::-webkit-inner-spin-button,
.product-quantity ::-webkit-outer-spin-button {
    display: block !important;
}



::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    display: none;
}

.maintopview .brandsblock img {
    width: 100%;
    height: auto;
    max-height: 120px !important;
    width: 100%;
}

.product-content img {
    width: 100%;
    height: 320px;
}

.product-content video {
    width: 100%;
    height: 320px;
}

.product-image-swiper {
    width: 100% !important;
}

.featured-section-title {
    margin-top: 0px;
}

.product-grid .product-image img {
    max-height: 200px;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    /* float: left; */
    z-index: 4;
    width: 100%;
    height: auto;
    object-fit: contain;
}

div#exampleModal12345 {
    z-index: 11111;
}

button.btn.view a {
    color: #ffff;
    height: 100%;
    width: 100%;
    display: block;
}

.partnerhome .slick-slide {
    margin: 0px 20px;
}

.partnerhome .slick-slide img {
    width: 100%;
}

.partnerhome .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.partnerhome .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.partnerhome .slick-list:focus {
    outline: none;
}

.partnerhome .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.partnerhome .slick-slider .slick-track,
.partnerhome .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.partnerhome .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.partnerhome .slick-track:before,
.partnerhome .slick-track:after {
    display: table;
    content: '';
}

.partnerhome .slick-track:after {
    clear: both;
}

.partnerhome .slick-loading .slick-track {
    visibility: hidden;
}

.partnerhome .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.partnerhome [dir='rtl'] .slick-slide {
    float: right;
}

.partnerhome .slick-slide img {
    display: block;
}

.partnerhome .slick-slide.slick-loading img {
    display: none;
}

.partnerhome .slick-slide.dragging img {
    pointer-events: none;
}

.partnerhome .slick-initialized .slick-slide {
    display: block;
}

.partnerhome .slick-loading .slick-slide {
    visibility: hidden;
}

.partnerhome .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.partnerhome .slick-arrow.slick-hidden {
    display: none;
}

#contact-us-form button.btn.btnblack {
    width: auto;
}

.orders-section .btn-wraper .button-primary-outline {
    border-color: #ffff !important;
    color: #ffff !important;
}


/* ------------------ */
.rightview .m-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #CED4D9;
}

.rightview .dropdown {
    background: transparent !important;
}

.cart-product-summary {
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 2.5rem;
    min-height: 296px;
    padding: 1.4rem 1.8rem 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.loginpage {
    background: #DEDEDE;
    padding: 170px 0;
}

.locationicon {
    position: relative;
    right: 50px;
    font-size: 20px;
}

.rightview a.m-1 i {
    /*    font-size: 17px;*/
    color: #fff;
}

.basnew {
    font-size: 20px;
    color: #000 !important;

}

.loginbg {
    border: 1px solid #eee;
    margin-right: 0;
    margin-left: 0;
    padding: 25px 30px;
    display: inline-block;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.64);
    margin-bottom: 30px;
}

.loginbg a.btn.btn-link {
    color: #1c1c1c;
    padding: 0;
}

button.btn.btnblack {
    position: relative;
    /* padding: 10px 28px 10px 28px; */
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 0;
    background-color: #202020;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}


.loginbg {
    border: 1px solid #eee;
    margin-right: 0;
    margin-left: 0;
    padding: 25px 30px;
    display: inline-block;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.64);
}

.loginbg .form-control {
    margin-top: 5px;
    margin-bottom: 15px;
    background: #F7F7F7;
}

.footer-cart-content ul a {
    color: #fff;
}

.loginpage label {
    text-align: left;
}

section#content {
    margin: 30px 0;
}

.radioview {
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
    color: #2a2a2a;
}

.loginbg button.btn.btngreen {
    border-radius: 0;
}

body {
    background: #fff !important;
}

.product-style-default .product-image .product-image-container {
    height: 140px;
    min-width: 100%;
    max-width: 100% !important;
}

.product-grid .product-image img {
    max-height: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
    /* float: left; */
    z-index: 4;
    width: 100%;
}

/*menu*/
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #fff !important;
}

.navbar .dropdown-menu i {
    color: #0e7dd1 !important;
}

section.nb {
    position: absolute;
    width: 100%;
}

.nb nav.navbar.navbar-expand-lg.w-100 {
    background: #fff;
    border-radius: 10px;
    margin: -26px auto 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.topbar .list-inline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.topbar .list-inline.inline-icon {
    gap: 0 !important;
}

.topbar-left i,
.topbar-right ul i {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    color: #000 !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header.topper-white .topbar {
    height: 65px !important;
    line-height: 20px;
}

#header.header-varient .topbar a,
.topbar-text-color {
    color: #000000 !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

#header.topper-white .topbar {
    height: 85px;
    display: flex;
    line-height: 20px;
    align-items: center;
}

.Pipes-Fittings .pipes-brand {
    width: 17%;
}

.Pipes-Fittings .pipes-brand img {
    height: 80px;
    width: 100%;
    border: 2px solid #707070;
    margin-bottom: 15px;
}

.water-tank .water-tank-brand {
    padding: 1px 1px 10px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 6px solid #00aeef;
}

.section-partnerhome {
    /* background-image: url("../../images/partnerbg.png"); */
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.water-tank .water-tank-brand img {
    height: 300px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    object-fit: contain;
}

.firstbanner .owl-nav button span {
    display: none !important;
}

.owl-nav button.owl-prev {
    left: 0;
    display: block ;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

div#carousel8540 .owl-nav {
    display: none !important;
}

.owl-nav button.owl-next {
    right: 0;
    display: block;
}

.owl-nav button i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border: 1px solid #000;
}

.pipes-brand-row {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

/*custom css*/
.buttonview {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.header-bottom {
    background: #171616;
    border: none;
}

.mobile-app .header-p {
    color: #ffffff !important;
}

.cd-dp {
    background-color: transparent !important;
}

.morph-text a {
    color: #fff !important;
    padding: 0 1.4em !important;
}

#header.topper-white .topbar {
    color: var(--primary-color);
    height: 38px;
    line-height: 40px;
}

.color-bottom {
    display: none;
}

.headingview h4:before {
    content: "";
    width: 100px;
    height: 1px;
    background: #00aeef;
    position: absolute;
    margin: -10px auto 0;
    display: flex;
}

.headingview h4:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #00aeef;
    position: absolute;
    bottom: 0;
    display: flex;
    margin: -10px auto;
}

.signupbg .loginbg {
    background: #fff !important;
}
.product-grid .rating{
    padding: 0 !important;
}
.signupbg .form-control {
    margin-bottom: 30px;
}

.loginpage .headingview p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.headingview p {
    font-size: 14px;
    color: #626262;
    font-weight: normal;
}

.card-header.bg-white {
    background: #00aeef !important;
    color: #fff;
    font-weight: bold;

}

.brandsblock {
    background-color: rgb(0 0 0 / 7%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    height: 150px;
}

/*===========================================*/






.maintopview .btn {
    font-size: 14px;
    padding: 7px 8px;
}

div#carousel8526 .item img {
    height: 500px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #333 !important;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #0e7dd1 !important;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.proimg {
    height: 150px;
    width: 170px;
}

.brandsblock .proimg img {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

.maintopview .btn {
    font-size: 14px;
    padding: 7px 8px;
    background: #00aeef;
    border: 1px;
    margin-top: 5px;
}

.brandsblock:hover .viewmode {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    top: -42px;
}

@media(max-width: 767px) {
    .maintopview .btn {
        font-size: 9px;
        padding: 5px 5px;
        margin-bottom: 4px;
    }

    .proimg {
        height: auto;
        width: 100%;
    }

    .brandsblock .proimg img {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        height: 100px;
        width: 100%;
    }
}


.product-grid .product-image-container {
    height: 200px;
    line-height: 190px;
    margin: auto;
    max-width: 195px;
    position: relative;
    vertical-align: middle;
    background: #fff;
}
.product-grid .product-image-container a{
    height: 100%;
    display: flex;
}

.firstbanner .swiper-container {
    height: 400px;
}

@media(max-width: 767px) {
    .firstbanner .swiper-container {
        height: 250px;
    }

    .colored-breadcrumb {
        padding: 105px 0 20px !important;
    }

    .mobile-app-wrapper-section .text-area p.header-p.text-white {
        width: 100% !important;
        margin: auto;
    }

    .orders-section #progressbar li {
        width: 25% !important;
    }
}



.media {
    margin: 15px 0 !important;
}

.product-rating-small {
    z-index: 1;
}

/*owl modal*/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

/* .owl-nav button.owl-prev {
    left: 0;
    display: none;
} */

/* .owl-nav button.owl-next {
    right: 0;
    display: none;
} */

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
}

.owlmodal span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

.flash {
    animation: flash 2s linear infinite;
}

.product-table .product-image {
    margin-bottom: 10px;
}

.product-cart-table .btn:hover,
.btn:focus,
.btn:active {
    background: #00aeef !important;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.shine {
    /* background: linear-gradient(90deg, #f28f2c, #000000, #ff9d3a);
    letter-spacing: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    animation: shine 5s linear infinite;
    position: relative; */





    background: linear-gradient(90deg, #f28f2c, #cbcbcb, #ff9d3a);
    letter-spacing: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 5s linear infinite;
    position: relative;
}


@keyframes shine {
    0% {
        background-position-x: -500%;
    }

    100% {
        background-position-x: 500%;
    }
}

.testimonils-review .owl-nav span {
    display: none;
}

/*=================================
=================================
Cart model
================================
================================*/

.product-cart-model {
    max-width: 750px !important;
}


@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic|Montserrat:400,700);

.product-cart-table ol,
.product-cart-table ul {
    list-style: none;
}

.product-cart-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

.product-cart-table caption,
.product-cart-table th,
.product-cart-table td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

.product-cart-table q,
.product-cart-table blockquote {
    quotes: none;
}

.product-cart-table q:before,
.product-cart-table q:after,
.product-cart-table blockquote:before,
.product-cart-table blockquote:after {
    content: "";
    content: none;
}

.product-cart-table a img {
    border: none;
}

.product-cart-table article,
.product-cart-table aside,
.product-cart-table details,
.product-cart-table figcaption,
.product-cart-table figure,
.product-cart-table footer,
.product-cart-table header,
.product-cart-table hgroup,
.product-cart-table main,
.product-cart-table menu,
.product-cart-table nav,
.product-cart-table section,
.product-cart-table summary {
    display: block;
}





.product-cart-table img {
    max-width: 100%;
}

.product-cart-table .cf:before,
.cf:after {
    content: " ";
    display: table;
}

.product-cart-table .cf:after {
    clear: both;
}

.product-cart-table .cf {
    *zoom: 1;
}

.product-cart-table .wrap {
    width: 100%;
    margin: 0 auto;
}

.product-cart-table .projTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    padding: 1em 0;
    border-bottom: 1px solid #dadada;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.product-cart-table .projTitle span {
    font-family: "Droid Serif", serif;
    font-weight: normal;
    font-style: italic;
    text-transform: lowercase;
    color: #777;
}

.product-cart-table .heading {
    padding: 1em 0;
    border-bottom: 1px solid #D0D0D0;
}

.product-cart-table .heading h1 {
    font-size: 20px;
    float: left;
    font-weight: 600;
}

.product-cart-table .heading a.continue:link,
.heading a.continue:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    padding: 1em;
    color: #fff;
    background: #00aeef;
    font-weight: 400;
    border-radius: 50px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.product-cart-table .heading a.continue:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.product-cart-table .heading a.continue:hover,
.product-cart-table .heading a.continue:focus,
.product-cart-table .heading a.continue:active {
    background: #f69679;
}

.product-cart-table .heading a.continue:hover:after,
.product-cart-table .heading a.continue:focus:after,
.product-cart-table .heading a.continue:active:after {
    right: -10px;
}

.product-cart-table .tableHead {
    display: table;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: .75em;
}

.product-cart-table .tableHead li {
    display: table-cell;
    padding: 1em 0;
    text-align: center;
}

.product-cart-table .tableHead li.prodHeader {
    text-align: left;
}

.product-cart-table .cart {
    padding: 1em 0;
}

.product-cart-table .cart .items {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 1.5em;
    border-bottom: 1px solid #fafafa;
}

.product-cart-table .cart .items.even {
    background: #fafafa;
}

.product-cart-table .cart .items .infoWrap {
    display: flex;
        width: 100%;
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        align-items: center;
        margin-bottom: 15px;
}

.product-cart-table .cart .items .cartSection {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-cart-table .cart .items .cartSection .itemNumber {
    font-size: .75em;
    color: #777;
    margin-bottom: .5em;
}

.product-cart-table .cart .items .cartSection h3 {
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: left;
}

.product-cart-table .cart .items .cartSection p {
    display: inline-block;
    font-size: .85em;
    color: #777777;
    font-family: "Montserrat", sans-serif;
}

.product-cart-table .cart .items .cartSection p .quantity {
    font-weight: bold;
    color: #333;
}

.product-cart-table .cart .items .cartSection p.stockStatus {
    color: #82CA9C;
    font-weight: bold;
    padding: .5em 0 0 1em;
    text-transform: uppercase;
}

.product-cart-table .cart .items .cartSection p.stockStatus.out {
    color: #F69679;
}

.product-cart-table .cart .items .cartSection .itemImg {
    width: 4em;
    float: left;
}

.product-cart-table .cart .items .cartSection.qtyWrap,
.product-cart-table .cart .items .cartSection.prodTotal {
    text-align: center;
}

.product-cart-table .cart .items .cartSection.qtyWrap p,
.product-cart-table .cart .items .cartSection.prodTotal p {
    font-weight: bold;
    font-size: 1.25em;
    color: #2BB800;
}

.product-cart-table .cart .items .cartSection input.qty {
    width: 2em;
    text-align: center;
    font-size: 1em;
    padding: .25em;
    margin: 1em .5em 0 0;
}

.product-cart-table .cart .items .cartSection .itemImg {
    width: 8em;
    display: inline;
    padding-right: 1em;
    border: 1px solid #d7d7d7;
    height: 5em;
    border-radius: 10px;
    object-fit: contain;
}

.product-cart-table .special {
    display: block;
    font-family: "Montserrat", sans-serif;
}

.product-cart-table .special .specialContent {
    padding: 1em 1em 0;
    display: block;
    margin-top: .5em;
    border-top: 1px solid #dadada;
}

.product-cart-table .special .specialContent:before {
    content: "\21b3";
    font-size: 1.5em;
    margin-right: 1em;
    color: #6f6f6f;
    font-family: helvetica, arial, sans-serif;
}

.product-cart-table a.remove {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: bold;
    background: #e0e0e0;
    padding: .5em;
    font-size: .75em;
    display: inline-block;
    border-radius: 100%;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.product-cart-table a.remove:hover {
    background: #f30;
}

.product-cart-table .promoCode {
    border: 2px solid #efefef;
    float: left;
    width: 35%;
    padding: 2%;
}

.product-cart-table .promoCode label {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 1.15em;
    margin-bottom: .5em;
    letter-spacing: -.025em;
}

.product-cart-table .promoCode input {
    width: 85%;
    font-size: 1em;
    padding: .5em;
    float: left;
    border: 1px solid #dadada;
}

.product-cart-table .promoCode input:active,
.promoCode input:focus {
    outline: 0;
}

.product-cart-table .promoCode a.btn {
    float: left;
    width: 15%;
    padding: .75em 0;
    border-radius: 0 1em 1em 0;
    text-align: center;
    border: 1px solid #82ca9c;
}

.product-cart-table .promoCode a.btn:hover {
    border: 1px solid #f69679;
    background: #f69679;
}

.product-cart-table .btn:link,
.btn:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #fff;
    background: #00aeef;
    font-weight: bold;
    border-radius: 50px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.product-cart-table .btn:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.product-cart-table .btn:hover,
.btn:focus,
.btn:active {
    background: #f69679;
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after {
    right: -10px;
}

.product-cart-table .promoCode .btn {
    font-size: .85em;
    paddding: .5em 2em;
}

/* TOTAL AND CHECKOUT  */
.product-cart-table .subtotal {
    float: right;
    width: 35%;
}

.product-cart-table .subtotal .totalRow {
    padding: .5em;
    text-align: right;
}

.product-cart-table .subtotal .totalRow.final {
    font-size: 1.25em;
    font-weight: bold;
}

.product-cart-table .subtotal .totalRow span {
    display: inline-block;
    padding: 0 0 0 1em;
    text-align: right;
}

.product-cart-table .subtotal .totalRow .label {
    font-family: "Montserrat", sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    color: #777;
}

.product-cart-table .subtotal .totalRow .value {
    letter-spacing: -.025em;
    width: 35%;
    color: #2BB800;
}

@media only screen and (max-width: 39.375em) {
    .product-cart-table .wrap {
        width: 98%;
        padding: 2% 0;
    }

    .product-cart-table .projTitle {
        font-size: 1.5em;
        padding: 10% 5%;
    }

    .product-cart-table .heading {
        padding: 1em;
        font-size: 90%;
    }

    .product-cart-table .cart .items .cartSection {
        display: block;
        float: left;
    }

    .product-cart-table .cart .items .cartSection.qtyWrap {
        width: 10%;
        text-align: center;
        padding: .5em 0;
        float: right;
    }

    .product-cart-table .cart .items .cartSection.qtyWrap:before {
        content: "QTY";
        display: block;
        font-family: "Montserrat", sans-serif;
        padding: .25em;
        font-size: .75em;
    }

    .product-cart-table .cart .items .cartSection .itemImg {
        padding: 0;
    }

    .product-cart-table .promoCode,
    .subtotal {
        width: 100%;
    }

    .product-cart-table a.btn.continue {
        width: 100%;
        text-align: center;
    }

}

/*========================
========================
End
=======================
========================*/



















































/*=============================================*/
.top-cat-view {
    position: relative;
}

.section-partnerhome {
    position: relative;
    top: -5px;
}

.section-partnerhome::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

.top-cat-view .brand-content {
    height: 45px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid #b1b1b1;
    top: 40px;
    transform: translateX(15%);
}
.top-cat-view .brand-content p {
    font-size: 20px;
    font-weight: 500;
}
.card-bottom-content {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-bottom-content img.pic-1 {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.card-bottom-content span.offer {
    font-size: 26px;
    color: #f28f2c;
    font-family: 'Galada', cursive;
    margin-top: -12px;
}

#carousel8528 img.pic-1 {
    object-fit: cover;
}

#carousel8529 .item img,
#carousel8533 .item img {
    object-fit: cover;
}

.card-top-img img.pic-1 {
    height: 282px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: auto;
    width: 100%;
    padding: 5px 1px 0;
    object-fit: contain;
}

.topbar h6 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;

}

.shape-image {
    /*     background-image: url('../../images/clippathe.png');*/
    background-size: cover;
    width: 100%;
    height: 330px;
    margin: 0 auto;
    position: relative;
}

.contact-image {
    width: 100%;
    height: 100%;
    /* -webkit-mask-image: url(../../images/masc-imgae.png);
    mask-image: url(../../images/masc-imgae.png); */
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-repeat: round;
    border-radius: 15px;
    mask-repeat: no-repeat;
    /*    mask-position: center center;*/
    mask-size: 100%;
}

.categry-heading {
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: 40px;
}
.headingCustomLine::after {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: inherit;
}
.headingCustomLine::before {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: inherit;
}

.categry-card {
    border-radius: 50% !important;
    border: 1px solid #b4b4b4 !important;
    overflow: hidden;
}
.card-top-img {
    text-align: center;
    background: #fff;
    border-radius: 10px;

}

.mobile-app-wrapper-section .text-area p.header-p.text-white {
    width: 50%;
    margin: auto;
}

.mobile-app-wrapper-section .text-area {
    margin-top: 0;
}

@media (min-width: 1600px) {
    .contact-image {

        mask-position: top center;
    }
}


.clint-img-review {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    margin: auto;
    position: relative;
    top: -45px;
}

.testimonils-review .top-card-view {
    background-color: #fff;
    box-shadow: 0 11px 12px #00000029;
    padding: 30px 30px 50px;
    font-size: 16px;
    border-radius: 20px;
    min-height: 213px;
}

.testimonils-review .card ul li i {
    color: #ffd700;
}

.testimonils-review .card h3 {
    font-size: 20px;
    font-weight: 700;
}

.testimonils-review .card p {
    font-size: 17px;
    font-weight: 700;
}

.testimonils-review .card ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.top-card-view i {
    font-size: 25px;
}

.testimonils-review .card {
    box-shadow: 0 9px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
    padding-bottom: 20px;
}

section.testimonils-review {
    background: #F9F9F9;
    padding: 25px 0;
}

.product-grid .product-content {
    background-color: #fff;
    bottom: -4px;
    left: 0;
    margin: 0 ;
    padding: 0 0 0px;
    position: relative;
    right: 0;
    padding: 10px;
    text-align: left;
    transition: all .3s;
    z-index: 1;
}

.product-grid {
    position: relative;
}

.product-grid .discount {
    z-index: 99;
    height: 40px;
    width: 50px;
    background: #000;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 15px 0;
    position: absolute;
    top: 0;
}

.homepage_slider-product .product-grid img {
    border-radius: 8px;
    height: 100%;
}

.banner-fst {
    /* height: 500px; */
    background-image: url("../../images/ss-railing.png");
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    background-repeat: no-repeat;
    /* display: flex; */
    /* align-items: center; */
    padding: 68px 0;
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.hexa,
.hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.hexa div {
    width: 100%;
    height: 100%;
}

.hexa {
    transform: rotate(120deg);
    position: relative;
}

.hex1 {
    transform: rotate(-60deg);
}

.hex2 {
    transform: rotate(-60deg);
}

/* .hexa::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../../images/image1.png');
  } */
.hexa:nth-child(5),
.hexa:first-child {
    top: 0px;
}

.hexa:nth-child(4),
.hexa:nth-child(2) {
    top: 0px;
}



div#carousel8537 .item img {
    height: 500px;
}

div#carousel8538 .item img {
    height: 500px;
    border-radius: 15px;
}

#carousel8527 .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #000;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

#carousel8527 .owl-nav button.owl-prev {
    left: 0;
}

#carousel8527 .owl-nav button.owl-next {
    right: 0;
}

#carousel8527 .owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

#carousel8527 .owl-dots {
    display: none;
}

.product-content a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.list-view-price,
.product-grid .price {
    color: #2BB800;
    /* color: #054705; */
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-align: start;
    /* height: 48px; */
    letter-spacing: .6px;
    margin-bottom: 0;
    transition: all .3s;
    margin: 0 !important;
    /* padding-left: 5px; */
}

.mobile-app-wrapper-section {
    /* background-color: #000 !important; */
    background-image: url('../../../../../uploads/interior-modern.png');
    position: relative;
}

.mobile-app-wrapper-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 79%);
    top: 0;
    left: 0;
}


div#carousel8536 .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
}

div#carousel8536 .owl-nav button.owl-next {
    left: auto;
    rotate: 90deg;
    bottom: -26px;
    bottom: -5px;
    right: 100px;
}

div#carousel8536 .owl-nav button.owl-prev {
    left: -93px;
    rotate: 90deg;
    bottom: -26px;
    bottom: 106px;
}

.mobile-app-wrapper-section .mobile-app {
    background: #0000 !important;
}

.product-grid .title {
    font-size: 18px !important; 
    font-weight: 400;
    height: 31px;
    text-align: left;
    letter-spacing: .5px;
    margin: 0 auto 0;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}

.brandsblock .viewmode {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

button.btn.view {
    background: #000;
    color: #fff;
}

button.btn.view:hover {
    background: #00aeef;
    color: #fff;
}

.brandsblock .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    top: 100px;
}

.brandsblock:hover img {
    opacity: 0.4;

}

.brandsblock:hover .viewmode {
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.headingview {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.swiper-containernew .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
}

.headingview h4 {
    position: relative;
    font-size: 23px;
    color: #202020;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.pro_new {
    box-shadow: none;
    position: relative;

}

.searchview span.select2.select2-container.select2-container--adwitt {
    background: #f7f7f7;
    height: 42px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 20px;
    padding-left: 10px;
    width: 100% !important;
}

.searchview i {
    position: absolute;
    top: 0;
    right: 15px;
    background: #00aeef;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    width: 50px;
}

/*end*/
/*video slider*/
#homepage_slider video {
    overflow: hidden;
    width: 98%;
    border-radius: 20px;
    object-fit: contain;
}
.customMargin{
    margin-top: 165px;
    text-align: center;
}
#homepage_slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.carousel-inner>.item>img {
    display: block;
    line-height: 1;
}

button.btn.btnsky:hover {
    background: transparent;
    color: #00aeef;
    border: 1px solid #00aeef;
}

button.btn.btnsky {
    background: #00aeef;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 14px;
    box-shadow: 2px 2px 8px #b1aeae;
}

button.btn.btngreen:hover {
    background: transparent;
    color: #00aeef;
    border: 1px solid #00aeef;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #00aeef;
    color: #fff;
    text-decoration: none;
}

button.btn.btngreen {
    background: #00aeef;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 14px;
    box-shadow: 2px 2px 8px #b1aeae;
}


.homepage-maintopview .proimg {
    height: 70px !important;
    width: auto !important;
    max-width: 100% !important;
}

.homepage-maintopview .brandsblock {
    background-color: transparent !important;
    display: block !important;
    border: 1px solid #cccc;
    text-align: center;
    align-items: center;
    height: 72px !important;
}



















/* button to display if user choses to not autoplay the video: */
#slider-play-button button {
    display: inline-block;
    border: 0.06666em solid #fff;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    cursor: pointer;
    transition: .3s background;
    line-height: 1.3em;
    height: 1.5em;
    width: 2.5em;
    border-radius: 0.3em;
    position: absolute;
    opacity: .7;
    right: 1em;
    top: 20%;
}

.play-video-button:before {
    font-family: FontAwesome;
    content: "\f04b";
}

.pause-video-button:before {
    font-family: FontAwesome;
    content: "\f04c";
}

/*end*/
.brand-logo-link {
    max-height: 55px;
    max-width: 165px;
}

/*11 july custom css*/
.my-account-tab {
    border: 1px solid #e1e1e1;
    background-color: #ededed !important;
}

.mainview {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainview .form-control {
    width: 75%;
    margin-right: 15px;
}

.card-header.bg-white {
    background: #00aeef !important;
    color: #fff;
    font-weight: bold;
}

.btnview {
    background: #00aeef;
    color: #fff;
    border: 1px;
    padding: 6px 20px;
}

.btnview:hover {
    background: transparent;
    border: 1px solid #00aeef;
    color: #00aeef;
}

.borderview {
    border: 1px solid #00aeef;
    font-family: inherit;
    padding: 8px;

}

#modal-custom .iziModal-content header a {
    width: 100%;
}

/*end*/
.see-all-category,
.setting-icon,
.single-cta i,
.copyright-text p a,
.link-color,
.featured-section-view-more,
.header-h1 .mobile-app-text,
.icon-hover:hover,
small.transparent-footer-link a,
ul.sub-submenu li:hover,
.footer-menu li:hover a,
.category li:hover .cat-name,
.category li:hover .cat-no,
.footer-widget ul li a:hover,
.product-grid:hover .title a,
.span-color,
.header-icon:hover,
.header-icon:focus,
.sidebar #leftside-navigation ul li a:hover .link-color circle,
.link-color polyline,
.link-color path {
    color: #00aeef !important;
    stroke: #00aeef !important;
}

.progress-bar {
    background-image: linear-gradient(to right top, #00aeef, #00aeef, #00aeef, #00aeef, #00aeef) !important;
}

.subscribe-form button {
    border: #00aeef !important;
}

.footer-widget-heading h3::before,
.swiper-pagination-bullet-active {
    background: #00aeef !important;
}

.style-3-product-right-lg .product-grid {
    border: 1px solid #00aeef !important;
}

.sidenav .nav-link.active {
    box-shadow: 0 2px 0 #00aeef !important;
}

.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus {
    border-color: #00aeef !important;
}

.colored-breadcrumb,
.page-footer {
    background-color: #00aeef33 !important;
}

.darkmode-layer.darkmode-layer--button {
    display: none;
}

button.darkmode-toggle {
    display: none;
}

a.hide-sec {
    display: none;
}

.navbar-nav {
    float: right;
}

.category-section h1 {
    color: #000 !important;
}

.icon-dark-sec {
    background-color: #fff !important;
    box-shadow: none !important;
}

.icon-swiper .swiper-slide {
    background: #fff !important;
}

.icon-dark-sec .cat-font-color {
    color: #000 !important;
}

.cat-font-color {
    line-height: 18px;
}

.category-section .category-grid {
    margin-bottom: 20px;
}

.icon-dark-sec .cat-font-color {
    padding-top: 10px;
}

.category-image-container img {
    width: 200px;
    height: 130px;
}

.category-section .category-grid {
    padding: 0 0 18px;
}

.category-section .text-white {
    color: #171616 !important;
}

.category-section .category-grid {
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding-top: 0px;
    /* box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);*/
    border-radius: 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}


#modal-custom .iziModal-content header a,
#modal-custom .iziModal-content header a.active {
    background: #00aeef;
    color: #fff;
}

#modal-custom .iziModal-content section button {
    background: #00aeef;
}

.page-item.active .page-link {
    background-color: #00aeef !important;
    border-color: #00aeef;
}

.page-link:hover {
    color: #00aeef;
}

span.category-line-height {
    color: #000;
    padding: 10px;
    display: inline-block;
    width: 70%;
}

.block {
    background-color: #00aeef;
}

.info-icon a i {
    color: #00aeef;
}

.owl-carousel .item {
    padding: 6px;
}

.button-warning {
    background-color: #00aeef !important;
    border-color: #00aeef !important;
}

.product-style-default .product-image {
    height: auto;
    margin-bottom: 15px;
}

.product-grid {
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    font-family: Raleway, sans-serif;
    margin-left: auto;
    border-radius: 10px;
    margin-right: auto;
    overflow: hidden;
    padding: 0 0 14px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.section-pvc .product-grid {
    border: 2px solid #000 !important;
}

.section-Valves .card-top-img {
    padding: 0 !important;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.product-grid:hover .product-content {
    bottom: 0;
}

#carousel8531 .owl-item img,
#carousel8532 .owl-item img,
#carousel8535 .owl-item img,
#carousel8536 .owl-item img {
    object-fit: cover;
}

div#carousel8530 .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

section.midle-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

section.midle-banner {
    margin: 12px 0 0;
}

.section-pvc .card-top-img {
    background: #00aeef !important;
}

.owl-slider.homepage_slider-product .product-grid {
    min-height: 240px !important;
    margin-bottom: 16px !important;
    background: #fff;
}

.product-style-default .product-grid {
    min-height: 300px !important;
    margin-right: 5px;
}

.product-grid {
    min-height: 355px !important;
    margin-bottom: 16px !important;
    background: #fff;
}

.product-grid .social li a .btn {
    background: transparent !important;
    color: red;
    margin: 0;
    font-size: 20px;
}

.sellingimage {
    padding: 0px 11%;
    /* margin-bottom: 20px; */
    margin: 10px 60px 15px 60px;
    border: 1px solid #efecec;
}

.sellingimage img {
    max-width: 100%;
}

.sellingimage.sell_yellow {
    background: #fef102;
}

.sellingimage.darkview {
    background: #0e6e6c;
}

.brandsblock img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

section.bgblue {
    background: #004E96;
    color: #fff;
    font-size: 20px;
    padding: 18px 0;
    margin-bottom: 0px;
}

.mainwhite {
    background: #fff;
    border: 1px solid #fafafa;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    margin-bottom: 0px;
}

.mainwhite .headingview h4 {
    position: relative;
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    background-color: #00aeef;

}

.product-grid .product-new-label {
    color: #fff;

    display: block;
    font-size: 12px;
    left: 0;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    display: block;
    z-index: 5;
}

.product-grid .product-discount-label {

    top: 40px;
    font-size: 12px;
    left: 0;
    padding: 3px 10px;
    display: block;
    z-index: 5;
}

.primary-button {
    background-color: #00aeef;
}

.red-button {
    background-color: #00aeef;
}

.button-primary-outline {
    border-color: #00aeef !important;
    color: #00aeef !important;
}

/*.popover button {
    background: transparent;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}*/



.freefirst img {
    /* filter: invert(1); */
}

/*.freefirst span {
    color: #000;
}*/

/*.freefirst {
    background: #00aeef !important;
    gap: 10px;
}*/

.button-primary-outline:focus,
.button-primary-outline:hover,
.button-primary:focus,
.button-primary:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
    outline: 0;
}

span.select2.select2-container.select2-container--adwitt {
    background: #fafafa;
}

.select2-selection__placeholder {
    color: #939393;
}

.rightsidebtn {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 9999;
    transform: rotate(-90deg);
}

button.btn.btngrright {
    display: block;
    position: absolute;
    width: 172px;
    text-align: center;
    padding: 9px 16px 10px 16px;
    transition: all 0.3s ease;
    color: white;
    background-color: #5cb85c;
    font-size: 19px;
    margin: auto;
    bottom: 0;
}

button.btn.btn-green {
    background: #5cb85c;
    color: #fff;
    margin-top: 10px;
}

.termsview {
    display: flex;
    align-items: center;
    position: relative;
    top: 3px;
    font-size: 12px;
    justify-content: center;
}

#rightside .modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 7px 32px;
}

.owlmodal input.form-control {
    min-height: 35px !important;
    background-color: #fdfbfb;
    border: 1px solid #adaaaa;
}

.colored-breadcrumb {
    padding: 175px 0 34px;
    background-color: #f2f2f2 !important;
    background-position: 0px -100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    border-bottom: 0px;
}

.colored-breadcrumb .breadcrumb {
    background-color: transparent !important;
    font-size: 90%;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    right: 15px !important;
    transform: translateY(-50%);
    width: auto !important;
    top: 20px !important;
}

.rowproduct {
    position: relative;
    left: 15px;
}

.proheading h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

.reviews-container {
    position: relative;
}

.padT20 {
    padding-top: 20px;
}


.reviews-card {
    box-shadow: 0 1px 8px rgb(128 128 128 / 32%);
    padding: 10px;
    width: 35%;
}

/* .reviews-container .rev-thumb {
    position: absolute;
    left: 5px;
    top: 13%;
    width: 50px;
    height: 50px;
} */
.rev-text .delete-review {
    font-size: 11px;
    padding: 3px 7px;
}

.reviews-container .rev-content {
    position: relative;
    padding: 0px 0px 15px 0px;
}

.rev-content h4 {
    line-height: 1.8em;
    font-weight: 600;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}



.review-box {
    display: flex;
    margin-bottom: 30px;
}

.rev-thumb img {
    border-radius: 50%;
    margin-right: 10px;
    height: 60px;
}

.rev-text p {
    font-size: 14px;
}

.modalsign p {
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modalsign .input-group {
    margin-bottom: 20px;
}

#productmodal button.close {
    position: absolute;
    right: 0;
    background: #000;
    opacity: 1;
    color: #fff;
    padding: 5px 8px;
    top: 0;
}

.proheading h4:after {
    content: "";
    width: 94px;
    height: 1px;
    background: #00aeef;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contentview p {
    font-size: 15px;
    line-height: 1.6em;
}

textarea.form-control {
    height: auto !important;
}

.product-preview-image-section-md .swiper-button-next.swiper-button-black,
.product-preview-image-section-md .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #00AEEF;
    background: #00AEEF;
    opacity: 1;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

.theme-krajee-fa .star {
    font-size: 14px;
}

.btn-6-6 {
    background: #000 !important;
    border: 1px solid !important;
    color: #fff !important;
    padding: 10px 30px;
    font-size: 14px !important;
}

.btn-6-1 {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    padding: 9px 12px;
}

.product-preview-image-section-md .swiper-button-next:after,
.product-preview-image-section-md .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none;
}

.productbottm .form-control {
    margin-top: 10px;
    height: 42px;
    background: #f7f7f7;
}

.iconfooter i {
    width: 42px;
    height: 39px;
    float: left;
    text-align: center;
    margin-top: 1px;
    margin-right: 12px;
    border: 1px solid #313131;
    border-radius: 0;
    background-color: #313131;
    font-size: 14px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.dark-theme img {
    max-width: 100%;
}

#upload .modal-header {
    padding: 10px 30px;
    border-bottom: 1px solid #c3c3c3 !important;
}

#upload .modal-body {
    flex: 1 1 auto;
    padding: 2rem 0;
    position: relative;
}

#upload h4.modal-title {
    font-size: 16px !important;
}

.breadcrumb-title-bar h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.borderproduct .grid-view {
    background: transparent;
    border-radius: 0;
    border: 1px solid #bdbdbd;
}

.borderproduct .grid-view i {
    color: #686868;
    font-size: 1.5rem;
    margin: auto;
    padding: 10px;
    width: 50%;
}

.borderproduct {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    border-radius: 5px;
}

.single-cta {
    display: flex;
    align-items: center;
}

.copyright-area {
    background: #121111;
    padding: 10px 0;
}

.product-grid .social {
    left: 88%;
    list-style: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 10%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .3s ease 0s;
    width: 150px;
    z-index: 9;
}


.row.row-fluid.dark-footer-margin {
    background: #333 !IMPORTANT;
}

.viewstatic label {
    font-size: 15px;
    margin-bottom: 10px;
    color: #0a0a0a;
    font-weight: bold;
}

.badgeview span {
    background: #efefef;
    color: #000;
    padding: 14px 18px !important;
    margin: 5px 6px !important;
}

.mobilefooter {
    display: none;
}
.footerMobileIcon{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.aligncenter h3{
    font-weight: 400;
    font-size: 25px;
    color: #000;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .footerIconColor{
    mix-blend-mode: color-dodge;
} */
.mobilefooter .nav__item.active .nav__item-icon img{
    mix-blend-mode: color-dodge;
}
#favroit1-count{
    bottom: 16px !important;
}
.productSubtitle{
    color: #9898A0;
    font-size: 12px;
    padding: 0 !important;
}
.productContentDiv .price {
    margin-top: 5px !important;
}
.productContentDiv .product-grid .price span, .striped-price{
    color: #757575 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.productAddtocart a{
    background-color: #0E9CE4 !important;
    padding: 8px 20px;
    width: 85%;
    border-radius: 15px;
    border: 1px solid #0E9CE4;
    cursor: pointer;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
.placeOrderBtn button{
    border-radius: 10px;
}
.customCheckouRow{
    margin-bottom: 30px;
}
.cartSection.w-100.d-flex.align-items-center.justify-content-between.gap-5 .d-flex.justify-content-between.w-100.px-5{
    padding: 0 !important;
}
.checkout-custom-div{
    border: 1px dashed #01ADEF;
    border-radius: 15px;
    padding: 20px !important;
}
.checkout-order-wrapper{
    border-radius: 15px !important;
}
.finalTotal{
    display: flex;
    align-items: center;
    color: #38BC10;
}
.quantityDivCheckout{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .mobilefooter {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .mobilefooter .nav-box {
        display: flex;
        padding: 8px 8px 20px 8px;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px #4444;
    }

    .mobilefooter .nav-container {
        display: flex;
        width: 100%;
        list-style: none;
        justify-content: space-around;
    }

    .mobilefooter .nav__item {
        display: flex;
        position: relative;
        padding: 2px;
    }

    .mobilefooter .nav__item.active .nav__item-icon {
        /* margin-top: -26px; */
        background: #00aeef;
        color: #fff;
        /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
        margin-bottom: -5px;
    }

    .mobilefooter .nav__item.active .nav__item-text {
        transform: scale(1);
        font-size: 12px;
        text-wrap: unset;
        width: fit-content;
        text-align: center;
    }

    .mobilefooter .nav__item-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #2f3046;
        text-decoration: none;
    }

    .loader {
        display: block;
        position: fixed;
        top: 50%;
        left: 40% !important;
    }

    .mobile-filter {
        padding: 5px;
    }

    .mobilefooter .nav__item-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6em;
        background-color: #fff;
        border-radius: 50%;
        height: 46px;
        width: 46px;
        transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
    }

    .mobilefooter .nav__item-text {
        position: relative;
        bottom: 0;
        transform: scale(0);
        transition: transform 250ms ease-in-out;
        padding-top: 10px;
    }

    .header-bottom .nav-item a.nav-link {
        color: #fff;
        font-size: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


@media(max-width: 767px) {
    .contain-top .item {
        height: 150px;
    }

    /* section.breadcrumb-title-bar.colored-breadcrumb nav {
        margin-top: 15px;
    } */

    div#carousel8526 .item img {
        height: 250px;
    }

    .banner-fst {
        height: 250px;
        border-radius: 30px;

    }

    .topbar-left.text-lg-right.text-center.d-flex.float-right {
        display: none !important;
    }

    div#carousel8537 .item img {
        height: 250px;
    }

    div#carousel8538 .item img {
        height: 250px;
    }

    .price {
        text-align: left !important;
    }

    .brandsblock:hover .viewmode {
        top: -67px;
    }

    .mobiletop {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .topnavplum .navbar-collapse {
        height: auto;
    }

    .searchview span.select2.select2-container.select2-container--adwitt {
        background: #f7f7f7;
        height: 42px;
        border: 1px solid #ddd;
        position: relative;
        border-radius: 20px;
        padding-left: 10px;
        margin-bottom: 15px;
        width: 100% !important;
    }


    span.category-span {
        display: flex !important;
        width: 100%;
        justify-content: space-around;
        margin: 15px 0;
    }

    .sellingimage {
        padding: 0;
        margin-bottom: 20px;
        margin: 10px 0;
        border: 1px solid #efecec;
    }

    .owlmodal input.form-control {
        min-height: 35px !important;
        margin-bottom: 10px;
        background-color: #fdfbfb;
        border: 1px solid #adaaaa;
    }

    .nano li.nav-item {
        width: 100% !important;
        text-align: left !important;
        float: left !important;
        display: flex;
    }

    .nano .navbar-nav {
        float: left;
        display: block;
    }

    .mobilenav .dropdown-menu span {
        color: #000 !important;
    }

    button.btn.btnsky {
        background: #00aeef;
        color: #fff;
        border-radius: 20px;
        font-size: 10px;
        font-weight: normal;
        padding: 9px 9px;
        box-shadow: 2px 2px 8px #b1aeae;
    }
}

@media screen and (min-width: 992px) {
    .header-bottom .nav-item a.nav-link {
        color: #fff;
        font-size: 14px;
    }
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: 0 2px;
        margin: 0 0.25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    /* .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 25px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    } */

    .header-bottom .navbar .nav-item {
        background: transparent !important;
    }

    .header-bottom .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-bottom .navbar .dropdown-menu {
        border: none;
        background-color: #ffffff !important;
        padding: 15px;
        width: 830px;
    }

    .header-bottom .dropdown-menu .nav-item a.nav-link {
        color: #141414;
        font-size: 15px;
    }

    .header-bottom .dropdown-menu span {
        font-size: 14px;
        margin: 0 0 8px;
        color: #000 !important;
        text-transform: uppercase;
        font-weight: 600;
    }

    .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
        padding-left: 0;
        padding-right: 0.5rem;
    }

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

    /* shows the dropdown menu on hover
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    } */

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }
}

/* .mibile-view-top .search-on-header {
    display: none;
} */

/* -------------------------------------- */

@media(max-width: 1366px) {
    .copyright-text {
        text-align: left !important;
    }

    .copyright-text p {
        font-size: 12px;
    }

    .footer-menu li a {
        font-size: 12px;
    }

}

@media(max-width: 1280px) {}

@media(max-width: 1200px) {}

@media(max-width: 1199px) {
    .footer-section-footer {
        padding-bottom: calc(15% - 34px);
    }

    .owl-dots {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .Pipes-Fittings .pipes-brand img {
        height: auto;
    }

    div#collapsingNavbar .rightview {
        display: none;
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    div#carousel8536 .owl-nav {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
        bottom: 0;
        display: block;
        right: 0;
        margin: auto;
    }

    div#carousel8536 .owl-nav button.owl-next {
        left: auto;
        rotate: 0deg;
        bottom: 0;
        right: 0;
    }

    div#carousel8536 .owl-nav button.owl-prev {
        left: 0;
        rotate: 0deg;
        bottom: auto;
    }

    div#carousel8536 .owl-nav button.owl-prev {
        left: 0;
        rotate: 0deg;
        bottom: auto;
    }

    div#collapsingNavbar .search-on-header {
        display: none;
    }

    .buttonview .btnsky {
        display: block;
        margin: 0 auto 10px;
    }

    .buttonview {
        display: block;
        text-align: center;
    }

    .navbar-nav {
        float: none;
        gap: 30px;
    }

    .navbar-nav li.nav-item {
        text-align: center;
    }

    section.nb .navbar .collapse.show {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    /* .buttonview {
        display: flex;
        justify-content: space-between;
    } */

    button.btn.btnsky {
        font-size: 12px;
        padding: 9px 10px;
    }

    button.btn.btngreen {

        font-size: 12px;
        padding: 9px 10px;
    }

    .brandsblock {
        height: auto;
    }

    .topbar-left ul.list-inline.inline-icon {
        display: none;
    }

    section.nb .mibile-view-top {
        display: flex;
        align-items: center;
        gap: 10px;
    }

}

@media(max-width: 1024px) {}

@media(max-width: 992px) {

    .filter-bars {
        display: none;
    }

    .product-preview-image-section-sm {
        display: none;
    }

    .product-preview-image-section-md {
        display: block;
    }

    .product-grid .rating {
        padding: 12px 0 8px;
    }

    .gallery-thumbs-1 {
        display: none;
    }

    div#img_01-zoomContainer {
        height: 0px !important;
        display: none;
    }

    .brandsblock {
        height: auto;
    }

    .copyright-text {
        text-align: center !important;
    }
}

@media(max-width: 768px) {

    .topbar-right ul.list-inline {
        margin-left: 63px;
        display: none;
    }

    .card-bottom-content span.offer {
        font-size: 18px;

    }

    .card-bottom-content img.pic-1 {
        height: 53px;
    }

    .card-top-img img.pic-1 {
        height: 181px;

    }

    .freefirst {
        text-align: center;
        background: #f0f0f0;
        border-radius: 5px;
        min-width: 30% !important;
        height: 100px !important;
        padding-top: 10px;
        width: 22%;
        margin-bottom: 15px;
        margin-right: 3%;
    }

    .freedelivery {
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 100% !important;
        /*flex-wrap: wrap;*/
    }

    .popover__menu {
        border-radius: 4px;
        border-top: 2px solid #49c5b6;
        background: #fff;
        list-style-type: none;
        margin: 8px 0;
        max-width: 300px;
        width: 180px;
        height: 170px;
        overflow-y: auto;
        min-width: 100%;
        padding: 0.5rem 15px;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 2px 3px 0 rgba(63, 63, 68, 0.2);
        transition-property: transform, opacity;
        transition-duration: 200ms;
        transition-timing-function: ease;
        transform: scale(0.9);
        transform-origin: top left;
        display: block;
        opacity: 0;
        text-align: left;
    }

    .popover__menu span {
        font-size: 11px !important;
    }

    .popover__menu:after {
        bottom: 100%;
        left: 0.5rem;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #49c5b6;
        border-width: 7px;
    }
}

@media(max-width: 767px) {
    .footer-section-footer {
        padding-bottom: calc(30% - 30px);
    }

    .owl-nav button {
        top: 46%;
    }

    .owl-nav button.owl-prev {
        left: -15px;
    }

    .owl-nav button.owl-next {
        right: -15px;
    }

    section.nb .navbar .collapse.show {
        position: relative;
    }

    button.btn.btngrright {
        width: auto;
        padding: 6px 12px 6px 12px;
        font-size: 14px;
    }

    section.nb {
        position: relative;
    }

    .hexa,
    .hexa div {
        width: 160px;
        height: 140px;
    }

    .hexa:nth-child(5),
    .hexa:first-child {
        top: 0;
    }

    .hexa:nth-child(4),
    .hexa:nth-child(2) {
        top: 0;
    }

    .grid-wrapper {
        gap: 10px;
    }

    .mainwhite .headingview h4 {
        position: relative;
        font-size: 11px;
        color: #202020;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .row {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .brandsblock {
        margin-bottom: 0px;
    }

    .brandsblock img {
        max-width: 100%;
        height: 100px;
        width: 100%;
    }

    .partnerhome .slick-slide img {
        height: 80px;
        display: flex;
        object-fit: contain;
    }

    .brandsblock {
        background-color: transparent;
    }

    .product-grid .product-image img {
        max-height: auto;
        max-width: 100%;
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    section#content {
        margin: 0px 0;
    }

    form#contact-us-form {
        margin-top: 15px !important;
    }

    #contact-us-form .form-control {
        margin-bottom: 10px !important;
        background: #f7f7f7;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    #contact-us-form button.btn.btnblack {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media(max-width: 630px) {}

@media(max-width: 560px) {

    .footer-logo-content p {
        color: white;
        padding-top: 10px !important;
        font-size: 12px;
    }

    .footer-logo-content .footer-logo-btn {
        margin-top: 10px !important;
        font-size: 12px;
    }

    .footer-cart-heading h3 {
        color: #fff;
        font-size: 20px !important;
        letter-spacing: 0.5px;
        margin-bottom: 10px !important;
        padding-top: 0px !important;
    }

    .footer-cart-content {
        color: white;
        padding-top: 10px !important;
    }

    .footer-cart-content ul li {
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }

    .cta-text {
        display: flow-root;
        padding-left: 10px;
    }

    .cta-text span {
        font-size: 12px;
    }

    .iconfooter i {
        margin-right: 10px;
        font-size: 12px;
    }

    .copyright-text {
        padding: 0px;
    }

    .copyright-text p {
        font-size: 10px;
    }

    #contact-us-form label {
        margin-bottom: 5px !important;
    }

    #contact-us-form .form-control {
        margin-bottom: 5px !important;
    }

    section#content {
        padding: 10px 0px !important;
    }

    .mobile-app p.mobile-app-text {
        font-size: 27px !important;
        margin-top: 10px;
    }

    .category-section .category-grid {
        width: 100%;
    }

    .main-content {
        padding: 0 0px;
    }

    .loginbg {
        padding: 15px 15px;

    }
}

@media(max-width: 479px) {}

@media(max-width: 375px) {}

@media(max-width: 360px) {}

@media(max-width: 320px) {}





.boximage {
    height: 247px;
}

.boxwhite img {
    max-width: 100%;
    height: 140px;
    object-fit: contain;
}

.cartSection {
    width: 114px;
}

.cart_details h3 {
    font-size: 18px;
    font-weight: 600;
}

.cart_details {
    margin: 10px;
    line-height: 17px;
}

li.items.odd {
    padding: 0 !important;
}

.product-cart-table .cart {
    border-bottom: 1px solid #f1f1f1;
}

.prod_flag {
    position: absolute;
    left: -5px;
    top: -3px;
    overflow: hidden;
    width: 90px;
    height: 101px;
    text-align: right;
    z-index: 99;
}

.prod_flag span {
    font-size: 11px !important;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 122px;
    overflow: hidden;
    display: block;
    text-wrap: nowrap;
    background: #ff0b0b;
    background: linear-gradient(#ff0b0b 0%, #ff0b0b 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 24px;
    left: -24px;
    letter-spacing: 0.1em;
    z-index: 9;
}

.prod_flag span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 2px solid #ff0b0b;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #ff0b0b;
}

.prod_flag span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 2px solid transparent;
    border-right: 2px solid #ff0b0b;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #ff0b0b;
}



.satic_bg {
    background-image: linear-gradient(to right, #00000042, #00000042), url(../../images/bg2.jpg);
    background-size: 100%;
    padding: 80px 0;
    background-attachment: fixed;
}

.static_video {
    box-shadow: rgba(255, 255, 255, 0.404) 0px 10px 36px 0px, rgb(12 12 12 / 43%) 0px 0px 0px 1px;
    border-radius: 20px;
}

.static_video video {
    border-radius: 20px;
    height: 100%;
}

.static_img .image-container {
    position: relative;
    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    box-shadow: rgb(255 255 255 / 53%) 0px 10px 36px 0px, rgb(0 0 0 / 59%) 0px 0px 0px 1px;
    height: 465px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.main_static {
    position: relative;
}

.static_img {
    position: absolute;
    right: 25px;
    top: 13%;
}


.search-on-header.mobile-view {
    display: none;
}

.static_img img {
    height: 428px;
    width: 94%;
    position: absolute;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 53%) 0px 10px 36px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
    border-radius: 10px;
    animation-name: multiple-image-crossfade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;


    &:nth-of-type(1) {
        animation-delay: 6s;
    }

    &:nth-of-type(2) {
        animation-delay: 4s;
    }

    &:nth-of-type(3) {
        animation-delay: 2s;
    }

    &:nth-of-type(4) {
        animation-delay: 0;
    }
}

@keyframes multiple-image-crossfade {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 1400px) {
    .static_img img {
        height: 334px;
        width: 94%;
    }

    .static_img .image-container {
        height: 364px;
        width: 94%;
    }

    .static_img {
        position: absolute;
        right: 25px;
        top: 10%;
    }
}
.boximage p {
margin-bottom: 5px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.boxwhite {
    margin-bottom: 15px;
}

#addtocart .modal-footer {
    padding: 5px 10px !important;
}
.modal-backdrop.show {
    opacity: .5;
    z-index: 999 !important;
}
.modalview {
    display: flex;
    min-width: 70%;
    align-items: center;
    justify-content: end;
}

.top-cat-view .brand-content p {
    color: #ffffff;
}

.nav-item.mobile-menu{
    display: none;
}

.mobile-icon {
    display: none;
}

.descri_view p {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}

.descri_view p:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #01ADEF;
    position: absolute;
    top: 8px;
    left: -14px;
    border-radius: 50px;
}

.iziModal-overlay{
    z-index: 9 !important;
}


.second-loop-none .maintopview:last-child {
    display: none;
}

/*
div#returnPolicyModal .iziModal-content{
    height: 200px !important;
}*/

div#returnPolicyModal .inner-box {
    height: 400px !important;
    overflow-y: scroll;
}

.viewmode button.btn.btn-primary.auth_model {
    display: none;
}



.categry-card:before{
    background: transparent !important;
}

.viewmode .btn.view {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

a.home-view {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}



.custom-basin .owl-nav {
    width: 100%;
    height: 60px;
    top: 30% !important;
}

.custom-basin .owl-nav .owl-prev {
    left: 0 !important;
    rotate: 0deg !important;
}

.custom-basin .owl-nav .owl-next {
    right: 0px !important;
    bottom: 0px !important;
    rotate: 0deg !important;
}


/* CUSTOM CSS START FROM HERE */
.mainNavbarSection{
    background-color: #fff;
}
.mainNavbarSection nav.navbar.navbar-expand-lg.w-100{
    box-shadow: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
}
.topHeaderNav .container.pb-4{
        padding: 0 !important;
}
.navBarRightView ul{
    gap: 10px;
    margin-left: 20px;
}

.navBarRightView ul a{
    cursor: pointer;
}
.categoryCardMainBox {
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin: 0 !important;
    padding: 0 !important;
}
.productCardContainerSection .categoryCardMainBox .nav-link{
    
}
.productCardContainerSection .categoryCardMainBox .nav-link .productCardImg.customBorder{
    border-radius: 50%;
    width: 315px;
    height: 315px;
}
.categoryCardMainBox .nav-link{
    padding: 0;
}
.categoryCardMainBox .card-bottom-content img {
    height: 80px;
    mix-blend-mode: darken;
    object-fit: contain;
    margin-top: -8px;
} 
.categoryCardDiv{
    width: 315px;
    height: 315px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categoryCardDiv .viewmode {
    position: absolute;
    top: 42%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.customBorder {
    border: 1px solid #4b4b4b96;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customBorder h2{
    color: #EE4D4D;
    font-size: 50px;
    font-weight: 700;
}
.cartegoryContainerDiv {
    flex-wrap: wrap;
    display: flex;
}
.categoryCardMainBox h3{
    font-weight: 400;
    font-size: 25px;
    margin-top: 10px;
}
.price del {
    color: #757575 !important;
    font-size: 14px !important;
    font-weight: 500;
}


@media(max-width:992px){
    .row.centerview .col-12 {
        max-width: 50% !important;
    }

    /* .viewmode {
        position: relative !important;
        opacity: 1 !important;
        top: 0 !important;
    } */

    div#returnPolicyModal .inner-box {
        height: 230px !important;
        overflow-y: scroll;
    }

    .num-in {
        position: relative;
        z-index: 1;
    }

    .mobile-icon {
        display: block;
        position: relative;
    }

    .footer-menu li a {
        font-size: 10px;
    }

    
    .top-cat-view .brand-content {
        border-radius: 10px;
    }

    .mibile-view-top .search-on-header {
        display: block;
    }

    .mibile-view-top .search-on-header .btn {
        margin-right: 5px !important;
    }

    .checkout-custom-div{
        padding: 0 35px;
    }

    .product-cart-table .subtotal {
        width: 100%;
    }

    .prod_flag {
        position: absolute;
        left: 5px;
        top: -3px;
        overflow: hidden;
        width: 90px;
        height: 101px;
        text-align: right;
        z-index: 99;
    }

    .my-account-tab {
        display: none !important;
    }
    .card-bottom-content span.offer {
        font-size: 14px;
    }

    .card-body .mobile-favourites {
        width: 50%;
    }

    /*span.wallet-balance {
        width: 100% !important;
        display: block;
        display: -webkit-box;
        max-width: 6.5ch;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/
    
    .product-grid .price {
        text-align: start !important;
    }

    /*.balance-mobile {
        width: 100% !important;
        display: block;
        display: -webkit-box;
        max-width: 6.5ch;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/

    .card-top-img img.pic-1 {
        object-fit: cover;
    }

    .nav-item.mobile-menu{
        display: block;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        text-align: start;
        font-weight: 700;
        position: relative;
    }

    .d-custom{
        display: none !important;
    }

    .freefirst {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mainsup p {
        margin: 0 0px !important;
        margin-bottom:40px !important;
    }

    /* .saleview {
        position: absolute;
        top: 50px;
    } */

    sup.subactive {
        top: -20px;
        right: auto;
        left: 0px;
    }

    span.mx-1.rat {
        position: absolute;
        right: 0;
        top: 15px;
    }

    .product-rating-small {
        margin-top: 50px;
    }

    h5.offer {
        top: 6%;
        right: auto;
        left: 100px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #00aeef;
        display: block;
        position: absolute;
        top: 13px;
        right: 0;
        border-radius: 50px;
    }

    .bottomheading h5 {
        position: relative;
        /*padding-left: 20px;*/
    }
    
    /*.bottomheading h5:after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: #00aeef;
        position: absolute;
        top: 10px;
        left: 0;
        border-radius: 50px;
    }*/

    /*.category-section .category-image img {
        margin: auto;
        max-width: 70%;
    }*/

    /*.bannermobileview .h3{
        margin-bottom: 40px;
    }*/

    .bannermobileview .h3 {
        top: -20px;
        position: relative;
        font-weight: bold;
        color: #0e7dd1;
        text-transform:uppercase;
    }

    .category-section .category-image img {
        max-width: 89%;
    }

    .shopping-cart-sidebar-btn{
        display: none !important;
    }

    /*.bannermobileview .category-section .category-image {
        width: 96% !important;
        padding: 10px;
        border: 1px solid;
    }*/

    .borderproduct {
        margin-bottom: 0px;
    }

    /*.bannermobileview .category-section .row {
        padding: 0 20px;
    }*/
    
    .mobile-category {
        width: 50%;
    }
    /*button.navbar-toggler{
        display: none;
    }*/

    .list-view-price, .product-grid .price {
        height: 100%;
        min-height: 18px;
    }

    .top-cat-view .brand-content {
        text-align: center;
    }

    

    .top-cat-view .brand-content p {
        font-size: 12px;
    }

    /*.shape-image .contact-image {
        width: 165px;
    }

    .top-cat-view .brand-content {
        height: 60px;
        width: 165px;
    }*/

    .section-partnerhome {
        padding: 0px 0;
    }

    .top-cat-view .brand-content {
        height: 50px;
    }

    
}

.z-new {
    z-index: 999;
    position: relative;
}

#carousel8531 .owl-item img{
    object-fit: cover;
}


@media(max-width:769px){
    div.offerSpan {
        bottom: 2%;
    }
    .productCardImg {
        width: 120px;
        height: 120px;
    }
}   
@media(max-width:767px){
    .viewmode .btn.view {
        position: absolute;
        top: 0 !important;
        opacity: 0;
        z-index: 99;
    }

    .z-new {
        z-index: 999;
        position: relative;
    }
}
#carousel8538 .owl-item img{
    object-fit: cover !important;
}
.productCardContainerSection {
    display: flex;
    margin-top: 50px;
    flex-wrap: nowrap;
    align-items: start;
}
.productCardImg{
    width: 100%;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    justify-content: center;
    align-items: center;
    height: 260px;
}
.customProductCard .item{
    text-align: center;
}
div.offerSpan {
    background-color: #EE4D4D;
    text-align: center;
    padding: 3px 8px;
    margin: 0 auto;
    width: fit-content;
    border-radius: 12px;
    position: relative;
    bottom: -10%;
    color: #fff;
}
.customProductCard .item h3{
    font-weight: 400;
    font-size: 25px;
    margin-top: 10px;
}
.categoryCardDiv a {
    height: 100%;
    align-content: center;
}
.aligncenter{
    display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
}
.brandCardContainer {
    margin-top: 30px;
    justify-content: start;
    flex-wrap: wrap;
    display: flex;
    gap: 17px;
    padding: 0 50px 0 60px;
}
.brandCardContainer.col-md-12 a {
    width: calc(20% - 15px);
}
.mobileIcon{
    background: #F5F6F8 !important;
    color: #767680 !important;
    border-radius: 50% !important;
    font-size: 22px !important;
    padding: 5px !important;
    box-shadow: none !important;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobileIcon a .basnew{
    color: #767680 !important;
}
.reviewStarDiv{
    display: flex;
    align-items: center;
    height: 30px;
    gap: 5px;
}
.reviewStarDiv i{
    color: #FDBB28;
}
.cardProductBottom{
    
}
.cardProductBottom button{
    background-color: #0E9CE4;
    padding: 8px 20px;
    width: 85%;
    border-radius: 15px;
    border: 1px solid #0E9CE4;
    cursor: pointer;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
.mobileDBlock{
    display: none;
}
.product-grid:hover .social{
    top: 10% !important;
}
.product-grid .social li a{
    border-radius: 50%;
    background: #fff !important;
}
.product-grid .social li a .btn:hover{
    background: transparent !important;
}
.product-grid .social li a .btn:active{
    background: transparent !important;
}
.customProductCard .item h3 {
    color: #000;
}
.customProductCard{
    overflow-x: hidden;
}
.mostLikedHeading {
    color: #767680;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}
section.nb {
    position: fixed;
    border-bottom: 1px solid #dbdbdb;
}
#header.topper-white {
    position: fixed;
}
.owl-dots{
    display: none !important;
}

#cart-count {
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 5px !important;
    position: absolute !important;
    /* top: 15px !important; */
    right: -3px !important;
    bottom: 47px !important;
    bottom: 19px;
    color: #fff;
    font-size: 12px;
    margin-left: -6px;
}
#favroit1-count{
    padding: 5px !important;
}
#favroit-count{
    padding: 5px !important;
}


/* INNER PAGE CSS START */

.productDetailImg{
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.productDetailImg img{
    border-radius: 15px;
    width: 98% !important;
    object-fit: cover;
    border: 1px solid #d9d9d9;
    height: 600px;
}
.categoryBrandDiv .category-image {
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    padding: 5px;
    overflow: hidden;
    height: 300px;
}
.categoryBrandDiv .category-image img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 100%;
}
.categoryBrandDiv .category-image .social span{
    font-size: 17px;
    font-weight: 500;
}
.categoryBrandDiv .category-image .social {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 0;
    background-color: #ffffff;
    margin: 0;
}
.categoryBrandContainer ,.categoryBrandDiv .mobile-category{
    margin-top: 10px;
}
.categoryBrandContainer ,.categoryBrandDiv{
    box-shadow: unset;
}
.categoryBrandContainer .filter-section{
    box-shadow: unset;
}
.innerPageHeading{
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: 40px;
}
.innerPageHeading::before{
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: inherit;
}
.innerPageHeading::after{
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: inherit;
}
.categoryImage {
    border-radius: 15px;
    overflow: hidden;
    height: 80%;
    border: 1px solid #c7c7c7;
}
.filter-section{
    box-shadow: unset;
}
.category-section{
    box-shadow: unset;
}

.brandConatinerSection .mobile-category .brandCardDiv .category-image {
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.brandConatinerSection .mobile-category .brandCardDiv .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brandConatinerSection .mobile-category .brandCardDiv .social span{
    font-size: 17px;
    font-weight: 500;
}
.brandConatinerSection .mobile-category .brandCardDiv .social{
    margin-top: 10px !important;
}
.productDetailHead{

}
.responsiveImgVidContainer{
    padding: 0 20px;
}
.product-page-content .product-title {
    font-size: 21px !important;
    margin: 0 !important;
    font-weight: 600;
}
.productDetailHead .productDis {
    color: #767680;
    font-weight: 500;
    font-size: 14px;
    margin-top: 3px;
}
.productPriceDiv {
    display: flex;
    gap: 3px;
    align-items: end;
    margin-top: 5px;
}
.productPriceDiv p{
    margin: 0 !important;
    padding: 0 !important;
}
.productPriceDiv p span{
    padding: 0 !important;
    margin: 0 !important;
    color: #2BB800;
    font-weight: 700;
}
.productPriceDiv .special-price{
    color: #767680;
    font-size: 14px;
    font-weight: 400;
}
.productPriceDiv .special-price .striped-price{
    font-size: 14px;
    font-weight: 400;
    color: #767680;
}
.seriesLine{
    font-size: 14px;
    margin-top: 20px !important;
    font-weight: 600;
}
.productTabingDiv{
    display: flex !important;
    margin-top: 10px;
    gap: 20px;
}
.productTabingDiv label{
    border-radius: 20px !important;
    border: 1px solid #0E9CE4 !important;
    display: flex;
    align-items: center;
    color: #767680;
    font-size: 14px;
    font-weight: 500;
    background: #EFEFEF;
    padding: 6px 25px;
}
.productTabingDiv label.active{
    background: #0E9CE4 !important;
}
.freedelivery .freefirst img{
    width: 100%;
    height: 60%;
    object-fit: contain;
    /* aspect-ratio: 3 / 1; */
}

.freedelivery .freefirst .popover__trigger img{
    width: 100%;
    height: 60%;
    object-fit: contain;

}
.freedelivery .freefirst span {
    color: #767680;
    font-size: 17px;
    font-weight: 400;
}
.add-productBtnDiv{
    border-radius: 20px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0e7dd1;
}
.add-to-cartBtnDivContainer{
    display: flex;
    gap: 10px;
    align-items: center;
}
.add-to-cartBtnDivContainer button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01ADEF !important;
    border-radius: 20px;
    border: 1px solid #01ADEF !important;
    font-size: 14px !important;
    font-weight: 500;
}
.productDetailsImgDiv{
    border: 1px solid #01adef3d;
    border-radius: 15px;
}
.productDetailsImgiv{
    width: 100%;
    margin: 0;
}
.productDetailsImgiv img{
    border-radius: 15px;
}
.discriptionProductSection{
    background: transparent !important;
}
.discriptionProductSection h5{
    border: none;
    font-size: 22px;
    font-weight: 500;
}
.discriptionProductSection .descri_view p ,.discriptionProductSection .descri_view span{
    background-color: transparent !important;
    margin-top: 10px;
    color: #595959;
    font-size: 15px;
    font-weight: 400;
}
.productReviewSection{
    background: transparent;
    margin-top: 30px;
}
.productReviewRatingDiv{
    height: 250px;
}
.productReviewRatingDiv h3 {
    font-weight: 500 !important;
}

.productDetailCustomerReview .user-text-new p{
    display: flex;
    color: #FDBB28;
    font-size: 12px;
    align-items: center;
    margin-top: 10px;
    gap: 5px;

}

.offerview #price{
    color: #FDBB28;
    text-align: right;
    font-weight: 700;
    width: fit-content;
    padding: 0;
    margin: 0 !important;
}
.card-review-box h2 span {
    font-size: 15px;
    font-weight: 500;
    color: #9B9B9B;
    margin-top: -7px;
}

.productReviewRatingDiv .card-statics .review-progress {
    justify-content: space-between;
    margin-top: 10px;
}
.productReviewRatingDiv .card-statics .review-progress p{
    display: flex;
    color: #FDBB28;
    font-size: 12px;
    align-items: center;
    gap: 5px;
}
.productDetailCustomerReview .user-box-new{
    border: 1px solid #f1f1f1;
}
.productDetailCustomerReview .user-text-new img{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.productDetailCustomerReview .user-text-new{
    justify-content: space-between;
    width: 87%;
}
.productDetailCustomerReview .card-new-box .custom-review{
    overflow-y: auto !important;
}
.productDetailCustomerReview .user-text-new .user-review-new-text{
    font-weight: 400;
    font-size: 13px;
    padding-left: 8px;
}
.productDetailCustomerReview .user-text-new h4{
    font-weight: 500 !important;
}

.productDetailCustomerReview .user-text-new h4 span{
    color: #535353 !important;
    font-weight: 500;
}
.giveReviewSection {
    margin: 40px 0;
}
.giveReviewSection .proheading h4{
    font-size: 23px;
    font-weight: 500;
    padding: 0;
}   
.giveReviewSection .proheading h4:after{
    display: none;
}

.giveReviewHeading{
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.giveReviewSection input ,.giveReviewSection textarea{
    border-radius: 10px !important;   
    font-size: 14px;
    border: 1px solid #01ADEF !important; 
}
.giveReviewSection input:focus ,.giveReviewSection textarea:focus{
    border: 1px solid #01ADEF !important; 
}
.reviewSubmitBtnDiv{
    text-align: center;
}
.reviewSubmitBtn {
    background: #49A9E3 !important;
    border-radius: 10px;
    width: 25% !important;
}
p.user-review-new-text {
    margin-top: 10px;
    font-size: 13px;
    padding-left: 8px;
}
.productContentDiv .price{

}
.priceDivContainerView p.mb-0.mt-2.price{
    color: #2BB800;
    font-weight: 600;
    gap: 5px;
}

.product-page-details .price {
    font-size: 20px;
    text-align: right;
     justify-content: start;
     display: flex;
     align-items: center;
     margin: 0 !important;
     padding: 0 !important;
 }
 .priceDivContainerView sup{
    position: unset !important;
 }

/* html{
    overflow-x: clip;
} */
.my-account-section {
    margin-top: 50px;
}
.user-detail{
    margin: 8px 0;
    gap: 5px;
}
.dashboardDiv {
    height: fit-content;
    gap: 15px;
}
.dashboardDiv .dashboardCard {
    height: fit-content;
    padding: 0;
    border-radius: 15px;
    transition: .3s ease all;
    border: 1px solid #01adef73;
    min-height: 115px;
    cursor: pointer;
    max-width: calc(25% - 15px);
    justify-content: center;
    align-items: center;
}
.dashboardDiv .dashboardCard a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dashboardCard .card-header {
    padding: 0 0 10px 0;
}
.dashboardCard .card-body{
    padding: 0;
}
.dashboardDiv .dashboardCard:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.accountSideBar {
    border-radius: 15px;
}
.accountSideBar .nav-pills .nav-link{
    transition: .3s all ease;
}
.accountSideBar .nav-item .nav-link{
    border-radius: 10px;
    border: 1px solid #00AEEF;
}
.accountSideBar .nav-item .nav-link:hover{
    background: #01ADEF !important;
    color: #fff !important;
}

.profileInputContainer .col-form-label{
    color: #767680;
    font-size: 14px;
    font-weight: 500;
}
.profileInputContainer input{
    border: none !important;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #CED4D9 !important;
}
.profileInputContainer input::placeholder{
    font-size: 13px;
}
.profileInputContainer textarea {
    border: 1px solid #d9d9d9 !important;
    color: #000;
    padding: 5px;
    border-radius: 10px !important;
    padding-top: 10px;
}
.profileInputContainer textarea::placeholder{
    font-size: 13px;
}
.profileInputContainer input:focus{
    border: none !important;
    border-bottom: 1px solid #CED4D9 !important;
}
.profileInputContainer select {
    border: 1px solid #d5d5d5 !important;
    border-radius: 10px !important;
}
.profileBtnDiv{
    display: flex;
    margin-top: 10px;
    justify-content: center;
    width: 100%
}
.profileBtnDiv button {
    width: 27%;
    border-radius: 10px;
    font-size: 15px;
    padding: 8px;
    box-shadow: none;
}
.profileInputContainer{
    border: 1px solid #ededed;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px !important;
}
.profileInputContainer .accountHeader{
    background: #00aeef !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    border: none;
    border-radius: 10px;
}
.accountLableDIv{
    display: flex;
    align-items: center;

}
.profileBtnDiv input{
    width: 27%;
    border-radius: 10px;
    font-size: 15px;
    padding: 8px;
    color: #fff;
    box-shadow: none;
}
.profileBtnDiv input:hover{
    background-color: unset;
}
.accountSideBar{
    top: 160px;
}
.orderCardHead {
    background-color: #F0F1F5;
    padding: 15px 10px !important;
}
.orderAccountCard {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #d1d1d1;
}
.orderHardViewBtn{
    text-align: center;
}
.orderHardViewBtn a {
    border: 1px solid #00AEEF;
    border-radius: 20px;
    font-size: 14px;
    background-color: #00AEEF;
    color: #fff;
    transition: .3s all ease;
    padding: 7px 20px;
}
.orderHardViewBtn a:hover{
    background-color: transparent;
    color: #000;
}
.orderCardBottom {
    align-items: start;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
    padding-top: 10px;
}
.orderCardBottom p {
    margin: 0;
    color: #767680;
    font-size: 16px;
}

.orderCardImg {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}
.orderCardImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.orderAccountCard .card-body.orders-card{
    padding: 10px;
}
.orderCardBody .orders-card-cont h5 {
    font-size: 16px;
    font-weight: 500;
}
.orderCardBottom h4{
    display: flex;
    align-items: center;
    gap: 5px;
}
.profileInputContainer table th {
    border: 1px solid #ffffff !important;
    background: #01ADEF;
    color: #fff;
    text-align: center;
}
.profileInputContainer table td {
    border: 1px solid #00aeef70;
    text-align: center;
}
.profileInputContainer table td iframe{
    width: 200px;
    height: 100%;
    object-fit: contain;
}
.profileInputContainer table td iframe img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.favCardListDiv{
    padding: 10px 0 !important;
}
.favCardListDiv .mobile-favourites .product-grid .product-image img{
    object-fit: cover;
}   
.favCardListDiv .mobile-favourites .product-grid .product-image{
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.walletHeadDiv {
    display: flex;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}
.walletHeadDiv .walletCardHeader {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.walletCardHeader .balance-mobile {
    text-align: center;
}
.walletCardHeader .balance-mobile h4 {
    font-size: 15px;
    display: flex;
    align-items: end;
    gap: 5px;
    color: #5B5B5B;
    font-weight: 500;
}
.walletCardHeader .balance-mobile span {
    font-size: 20px;
    font-weight: 500;
}

.walletIcon{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.policyHeading{
    color: #01ADEF;
    font-size: 30px;
    font-weight: 500;
}
.contactFormContainer input {
    border: 1px solid #01ADEF !important;
    border-radius: 10px !important;
    font-size: 14px;
    padding: 11px;
    margin: 0 !important;
}
.contactFormContainer textarea{
    font-size: 14px;
    padding: 11px;
    margin: 0 !important;
    border: 1px solid #01ADEF !important;
    border-radius: 10px !important;
}
.contactBtnDiv{
    width: 100%;
    text-align: center;
}
.contactBtnDiv button {
    background-color: #01ADEF !important;
    border-radius: 10px !important;
}

.cartListHead {
    display: flex;
    gap: 10px;
}
.cartListHead .product-title{
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1;
    color: #000000 !important;
    font-weight: 600 !important;
}
.cartListHead .product-details{
    line-height: unset;
}
.cartListHead .product-details .product-descriptions{
    color: #575757;
}
.cartBtnDiv a {
    padding: 6px 15px;
    font-size: 14px;
    width: 40%;
}
.cartBottomHead .cartPriceDiv{
    color: #2BB800;
    font-size: 16px;
    font-weight: 600;
}
.cartListHead .product-descriptions{
    margin-top: 3px;
}
.profileImgDiv{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #bebebe;
    overflow: hidden;
    height: 150px;
}

.profileImgDiv a{
    width: 100%;
    height: 100%;
}
.profileImgDiv a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.orderDetailSection{
    padding-top: 150px;
}
.orderHeadPara p{

}
.add-favorite {
    z-index: 9;
}
.orderDetailImg {
    width: 150px;
    overflow: hidden;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
}
.orderDetailImg img{
    height: 100% !important;
    height: 100%;
    object-fit: cover;
}
.orderDetailCard {
    border: 1px solid #F0F1F5;
    border-radius: 15px;
    padding: 20px;
}
.orderDetailHead {
    background-color: #F0F1F5;
    border-radius: 15px !important;
    border: none;
}
.orderDetailCardHead{
    display: flex;
    gap: 10px;
}
.orderDetailBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.orderDetailBottom p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #4f4f4f;
}
.orderDetailBottom h4{
    margin: 0;
    font-size: 17px;
    color: #696969;
}
.orderDetailBottom h4 span{
    color: #2BB800;
}
.orderDetailCardHead h5{
    font-size: 17px;
}
.orderDetailCardHead p {
    color: #757575;
    font-weight: 500;
}
.orderCancelBtn{
    width: 100%;
    margin-top: 10px;
}
.orderCancelBtn button{
    padding: 8px 45px;
    border-radius: 15px;
}
.orderDetailPriceList {
    padding: 20px;
    border: 1px dashed #737373;
    border-radius: 20px;
}
.orderDetailPriceRow{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.orderDetailPriceRow .orderDetailPriceList{
    max-width: calc(50% - 10px) !important;
}
.brandHeading{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
    display: none;
}
.walletTulipDiv{
    display: none;
    transition: .3s ease all;
    top: 23px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    position: absolute;
}
.walletCardHeader:hover .walletTulipDiv{
    display: block;
}
.mobileDropdownDiv{
    border: 1px #01ADEF solid;
}
.dropdown-menu.subMenuMobileBar{
    background-color: #01ADEF !important;
    left: 0px !important;
    top: 110% !important;
    width: 100%;
}
.dropdown-menu.subMenuMobileBar .dropdown-item.subMobileList {
    color: #fff;
    padding: 8px 15px 8px 20px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
}
#returnPolicyModal .inner-box div{
    text-align: left;
}
div#returnPolicyModal .inner-box {
    height: 400px !important;
    overflow-y: scroll;
}

.add-to-cartBtnDivContainer{
    z-index: 8;
}

h5.offer.customOrderDiv {
    position: unset;
    width: fit-content;
}
.priceDivContainerView{
    display: flex;
    margin: 10px 0 20px;
    gap: 5px;
    align-items: center;
}
.disPriceNewDiv sup.subactive{
    position: unset;
}
span.mx-1.rat.zeroRatingDiv{
    position: unset !important;
}
.checkoutLeftSide {
    position: sticky;
    top: 160px;
    border: 1px dashed #01adef5c;
    padding: 20px;
    border-radius: 10px;
}
.customCheckoutRight .product-wrap span.product-info.text-left{
    width: 100%;
}
.customCheckoutRight .product-wrap span.product-info.text-left .qty{
    display: flex;
    justify-content: space-between;
}
.customCheckoutRight .product-wrap span.product-info.text-left .qty .item-price{
    color: #2BB800 !important;
    font-size: 16px !important;
    margin: 0;
    font-weight: 600 !important;
}
.customCheckoutRight{
    border-radius: 10px;
}
.product-checkout-title a{
    font-size: 17px;
}
.customCheckoutRight .product-wrap .widget-image{
    height: 90px;
    width: 90px;
    border: 1px solid #cdcdcd;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.customCheckoutRight .product-wrap .widget-image img{
    margin: 0 !important;
}
.finalTodalDiv{
    display: flex;
    align-items: center;
}
.cartSection.removeWrap{
    text-align: end !important;
    padding-right: 15px;
}
.prodTotal.cartSection{
    text-align: end !important;
}
.cartWrap .infoWrap .cart_details{
    width: 100%;
}

.testimonialSliderCustom{
    height: 100%;
}
.testimonialSliderCustom .owl-stage{
    height: 100%;
}
.testimonialSliderCustom .owl-stage .owl-item{
    height: 100%;
}
.testimonialSliderCustom .owl-stage .owl-item .item{
    height: 100%;
}
.testimonialSliderCustom .owl-stage .owl-item .item .card.text-center{
    height: 100%;
}
.owl-carousel .owl-stage{
    height: 100%;
}
.blogSliderCustom{
    height: 100%;
}
.blogSliderCustom .owl-stage-outer{
    height: 100%;
}

.blogSliderCustom .owl-stage-outer .owl-item{
    height: 100%;
}
.blogSliderCustom .owl-stage-outer .owl-item a{
    height: 100%;
}
.blogSliderCustom .owl-stage-outer .owl-item a .item{
    height: 100%;
}
.blogSliderCustom .owl-stage-outer .owl-item a .item .blog-box{
    height: 100%;
}
.responsiveImgVidContainer .product-content img{
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
}

.freedelivery {
    flex-wrap: wrap;
}
.select2-container .select2-selection--single {
    margin-top: 10px;
}
.freedelivery .freefirst .popover__trigger {
    min-width: 125px !important;
    width: 165px !important;
}
.freefirst {
    min-width: 125px !important;
    width: 170px !important;
}
.carouselCustomProduct1 .categoryCardMainBox .offerSpan{
    background-color: #EE4D4D;
    padding: 3px 8px;
    border-radius: 12px;
    color: #fff;
}
.customBadgeDiv{
    display: flex;
    justify-content: center;
}
.filterMainSection{
    display: flex;
    justify-content: space-between;
}

.mobileViewContsiner {
    width: 82%;
}

.filterSection::-webkit-scrollbar-track{
    background-color: transparent !important;
}
.filterSection::-webkit-scrollbar{
    width: 8px;
	background-color: transparent;
}
.filterSection::-webkit-scrollbar-thumb{

    background-color: #00AEEF !important;
    border-radius:5px;
}
.filterSection {
    width: 17%;
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    height: fit-content;
    transition: 1s ease all;
    position: sticky;
    top: 175px;
    padding: 0 20px 20px 20px;
    /* overflow-y: auto; */
}
.filterSection h4 {
    color: #282c3f;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    background: #fff;
    padding-top: 20px;
    z-index: 9;
}
.filterHead h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #282c3f;
}
.filterHead {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.filterList label {
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    color: #7d7d7d;
    width: 90%;
    /* display: -webkit-box; */
    margin: 0 !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.filterList input{
    width: 16px;
    cursor: pointer;
    height: 16px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
.filterList{
    margin: 6px 0;
    display: flex;
    gap: 5px;
    align-items: center;
}
.filterContainer {
    display: flex;
    margin-top: 17px;
    flex-direction: column;
    gap: 17px;
}
.filterHead:last-child{
    border-bottom: none;
}
.sidebarBanner {
    width: 13%;
}
.sidebarAdImg{
    position: sticky;
    top: 140px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;

}
.sidebarBanner img{
    width: 90%;
    border-radius: 15px;
    height: auto;
    object-fit: contain;
}
.filterList .toggle.checkbox {
    align-items: center;
    background-color: #ffffff;
    height: 20px;
    justify-content: center;
    width: 20px;
    border: 1px solid #cfd1d1;
    border-radius: 5px;
}
.mobileViewContsiner #filter-products-list .product-grid.productListDiv{
    margin-bottom: 0 !important;
}
.mobileViewContsiner #filter-products-list{
    gap: 15px;
    justify-content: start;
}
.filterProductCard{
    width: calc(20% - 15px);
}
.mobileViewContsiner nav.text-center.mt-4 button{
    border-radius: 10px;
    padding: 8px 20px;
    background-color: #0E9CE4;
    border: 1px solid #0E9CE4;
}
.useFilterHeading img{
    width: 20px;
    height: auto;
    object-fit: contain;
}
.useFilterHeading span{
    color: #282c3f;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.useFilterHeading{
    display: flex;
    justify-content: space-between;
    display: none;
    align-items: center;
}
.recentlyProductCardDiv{
    display: flex;
    gap: 15px;
    padding: 0 100px;
    flex-wrap: wrap;
    align-items: center;
}
.promoCardDiv span{
    color: #e5a60b;
    font-weight: 600;
    font-size: 15px;
}
.promoCardDiv p{
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    
}
.promoCardDiv{
    border: 1px solid #c0c0c0;   
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    width: fit-content;
    flex-direction: column;
    gap: 3px;     
}
.deliveryDate p{
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.deliveryDate img{
    width: 30px;
    height: auto;
    object-fit: contain;
}
.deliveryDate{
    display: flex    ;
    align-items: center;
    gap: 15px;
    margin: 10px 0 20px 0;
    border: 1px solid #cecece;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
}
/* CUSTOM RESPONSTIVENESS START */

@media screen and (max-width: 1600px){
    .categoryCardDiv {
        width: 250px;
        height: 250px;
    }
    .customMargin {
        margin-top: 165px;
    }
    .productCardImg {
        width: 100%;
        height: 230px;
    }
    .aligncenter h3{
        font-size: 18px;
    }
  
    .categoryCardMainBox h3 {
        font-size: 18px;
    }
    .popupImg button {
        right: -39.1%;
        top: 30px;
    }
    .productCardContainerSection .categoryCardMainBox .nav-link .productCardImg.customBorder{
        border-radius: 50%;
        width: 250px;
        height: 250px;
    }
}
@media(max-width: 1500px) {
    .popupImg button {
        top: 30px;
    }
    .categoryCardDiv {
        width: 200px;
        height: 200px;
    }
    .productCardContainerSection .categoryCardMainBox .nav-link .productCardImg.customBorder {
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }
    div.offerSpan {
        bottom: -4%;
    }
    .customBorder h2 {
        font-size: 40px;
    }
    .sidebarBanner img {
        width: 100%;
    }
    .sidebarBanner {
        width: 9%;
    }
    .filterSection {
        width: 18%;
    }
    .list-view-price, .product-grid .price {
        font-size: 14px;
    }
    .filterProductCard{
        width: calc(33% - 15px);
    }
    .mobileViewContsiner {
        width: 80%;
    }
}
@media screen and (max-width: 1370px){
    .list-view-price, .product-grid .price {
        font-size: 15px;
        height: fit-content;
    }
    
}
@media screen and (max-width: 1025px){
    .productCardImg {
        width: 100%;
        height: 170px;
    }
    .categoryCardMainBox h3, .customProductCard .item h3 {
        font-size: 20px;
        margin-top: 7px;
    }
    .categoryCardDiv {
        width: 200px;
        height: 200px;
    }
    .productCardContainerSection.col-md-12 .col-md-3.categoryCardMainBox a.nav-link {
        width: 100%;
    }
    .filterProductCard{
        width: calc(50% - 15px);
    }
    .filterSection {
        width: 27%;
    }
    .mobileViewContsiner {
        width: 70%;
    }
    .sidebarBanner {
        width: 11%;
    }
}
@media screen and (max-width: 1000px){
    .freefirst {
        min-width: 125px !important;
        width: 125px !important;
    }
    .freedelivery .freefirst .popover__trigger {
        min-width: 125px !important;
        width: 125px !important;
    }   
    .popover__menu {
        max-width: 600px !important;
    }
    .navbar-nav {
        gap: 0;
    }
}
@media screen and (max-width: 992px){
    .mobileDBlock{
        display: block;
    }
    .productCardImg {
        width: 170px;
        height: 170px;
    }
    .customBorder h2 {
        font-size: 30px;
    }
    .productCardImg {
        width: 150px;
        height: 150px;
    }
    .customBorder h2 {
        font-size: 30px;
    }
    section.loginpage {
        padding: 171px 0;
    }
    
}

@media screen and (max-width: 768px){
    .productCardContainerSection.col-md-12 .col-md-3.categoryCardMainBox a.nav-link {
        width: 100%;
    }
    .productCardContainerSection .categoryCardMainBox .nav-link .productCardImg.customBorder {
        border-radius: 50%;
        width: 170px;
        height: 170px;
    }
    .categoryCardMainBox{
        width: fit-content;
    }
    .categoryCardDiv {
        width: 170px;
        height: 170px;
    }
    .sidebarBanner{
        display: none;
    }
    .mobileViewContsiner {
        width: 70%;
    }
    .filterSection {
        width: 28%;
    }
}

@media screen and (max-width: 450px){
    /* .customMargin {
        margin-top: 0;
    } */
    .mobilePadding{
        padding: 0 !important;
    }
    .productCardImg {
        width: 100%;
        height: 150px;
    }
    .categoryCardMainBox{
        width: auto;
    }
    .customBorder h2 {
        font-size: 15px;
    }
    .categoryCardMainBox h3 {
        font-size: 10px;
        margin-top: 5px;
        text-align: center;
        font-weight: 700;
    }
    .customProductCard{
        width: auto;
    }
    .customProductCard .item h3 {
        font-size: 13px;
        margin-top: 5px;
    }
    .productCardContainerSection{
        flex-wrap: unset;
        margin: 20px 0 20px 0;
    }
    .categry-heading {
        font-size: 16px;
        gap: 22px;
    }
    .categoryCardDiv {
        width: 85px;
        height: 85px;
    }
    .brandCardContainer{
        margin: 0;
    }
    .contact-image {
        border-radius: 15px !important;
    }
    .filterMainSection{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .mobileViewContsiner {
        width: 100%;
    }
    .filterSection{
        position: unset;
        width: 92%;
    }
    .mobileViewContsiner div#filter-products-list {
        justify-content: center;
    }
    .sidebarBanner{
        display: none;
    }
    .search-on-header #open-overlay {
        background: #F5F6F8 !important;
        color: #767680 !important;
        border-radius: 50% !important;
        font-size: 22px !important;
        padding: 5px !important;
        box-shadow: none !important;
        width: 45px;
        height: 45px;
        display: flex    ;
        justify-content: center;
        align-items: center;
        font-weight: 400;
    }
    .product-grid .product-image-container {
        height: 175px;
        line-height: 0;
    }
    .rightsidebtn {
        right: 5px;
    }
    body{
        overflow-x: clip;
    }
    .mobileIcon a .basnew{
        color: #767680 !important;
    }
    .mobileIcon{
        background: #F5F6F8 !important;
        color: #767680 !important;
        border-radius: 50% !important;
        font-size: 22px !important;
        padding: 5px !important;
        box-shadow: none !important;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reviewStarDiv i {
        font-size: 12px;
    }
    .cardProductBottom button {
        padding: 4px 0;
        margin-top: 6px;
        font-size: 12px;
    }
    .owl-nav ,.owl-prev ,.owl-next{
        display: none !important;
    }
    .reviewStarDiv {
        align-items: center;
        height: 20px;
        margin-top: 0px;
    }
    .product-grid .social {
        left: 85%;
        top: 14%;
    }
    .mobileCardView .owl-item{
        width: 110px !important;
    }
    html{
        overflow-x: clip;
    }
    .topHeaderNav {
        display: none !important;
    }
    .shape-image {
        height: 200px;
    }
    .top-cat-view .brand-content {
        height: 33px;
        transform: translateX(34%);
        width: 57%;
        top: 25px;
    }
    .product-grid .price {
        text-align: start !important;
        display: flex;
        font-size: 13px;
        gap: 5px;
        align-items: center;
    }
    .price del {
        font-size: 10px;
    }
    div#carousel8538 .item img {
        height: 200px;
    }
    .customMargin {
        margin-top: 90px;
    }
    /* .owl-dots{
        display: none !important;
    } */
    .product-grid .title{
        margin: 0;
        font-size: 14px;
    }
    .aligncenter h3 {
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }
    .col-md-9.customProductCard{
        padding: 0;
        width: 80% !important;
    }
    .owl-dots{
        display: none !important;
    }
    .productCardContainerSection .customProductCard .owl-item a{
        width: fit-content;
        display: flex;
    } 
    .productDetailImg img {
        height: 180px;
        object-fit: cover;
    }
    /* .bannerview{
        padding-top: 90px;
    } */

    section.breadcrumb-title-bar.colored-breadcrumb {
        padding: 0 !important;
        margin: 90px 0 0 0 !important;
        padding-bottom: 0 !important;
    }
    .categoryBrandDiv .mobile-category {
        display: flex;
        justify-content: center;
        width: calc(50% - 10px);
    }
    .categoryBrandDiv .category-image{

    }
    .categoryBrandDiv .row{
        justify-content: center;
    }
    .categoryBrandDiv .category-image img {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100%;
    }
    .categoryBrandDiv .category-image {
        height: 250px;
    }

    .brandConatinerSection .mobile-category .brandCardDiv .category-image {
        width: 165px !important;
        height: 165px;
    }
    .brandConatinerSection .mobile-category .brandCardDiv .category-image img {
        max-width: 100%;
    }
    .brandConatinerSection .mobile-category {
        margin-top: 15px;
    }
    .brandConatinerSection .mobile-category .brandCardDiv .social span {
        font-size: 13px;
    }
    .mainNavbarSection{
        top: 0;
    }
    .prod_flag {
        display: block;
        left: 7px;
        top: -8px;
    }
    div.offerSpan {
        text-wrap: nowrap;
        font-size: 9px !important;
        text-align: center;
        padding: 2px 3px !important;
        bottom: 34%;
    }
    .productDetailSection {
        margin-top: 10px;
    }
	.productDetailsImgDiv {
		border: none;
        padding: 0;
        width: 100%;
	}
    .product-preview-image-section-md .product-view-image-container img{
        width: 100% !important;
        object-fit: contain;
    }
    .product-preview-image-section-md .product-view-grid {
        width: 100%;
        height: 400px;
    }
    .product-preview-image-section-md .product-view-image-container {
        width: 100%;
        height: 400px;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
        border: 1px solid #00aeef8f;
    }
    .product-preview-image-section-md .swiper-container {
        height: 400px;
    }
    .product-preview-image-section-md .product-view-image{
        height: 400px;
    }
    .productDetailsImgiv img {
        border-radius: 0 0 15px 15px;
    }
    .product-page-details {
        padding-left: 20px;
        padding-right: 15px;
    }
    .productDetailHead {
        margin-top: 15px;
    }
    .product-page-content .product-title {
        font-size: 18px !important;
        font-weight: 600;
    }
    .product-page-details .price {
        font-size: 16px !important;
        font-weight: 600;
    }
    .seriesLine {
        margin-top: 0px !important;
    }
    .product-rating-small {
        margin-top: 15px;
    }
    .productTabingDiv {
        flex-wrap: wrap;
        gap: 7px;
    }
    .freedelivery{
        justify-content: start !important;
    }
    .giveReviewSection {
        margin: 25px 0;
    }
    .user-top-new {
        flex-wrap: nowrap !important;
    }
    .card-new-box.custom-review {
        height: 265px !important;
    }
    .reviewSubmitBtnDiv button{
        padding: 10px 0;
    }
    .bannermobileview .category-section {
        margin-top: 0;
    }
    .categoryBrandContainer{
        margin-top: 0;
    }
    /* .productDetailImg {
        display: none;
    } */
    .freedelivery .freefirst span {
        font-size: 13px;
    }
    .productTabingDiv label {
        padding: 6px 15px;
    }
    .price del {
        font-size: 11px !important;
    }
    .categoryBrandDiv .category-image .social {
        padding: 8px 0 12px;
    }
    .categoryImage {
        height: 83%;
    }
    .categoryBrandDiv .category-image .social span {
        font-size: 14px;
    }
    .mobile-filter {
        max-width: calc(50% - 10px);
    }
    .mobileViewContsiner{
        justify-content: center;
        margin-top: 10px;
    }
    .product-grid .price {
        color: #2BB800 !important;
    }
    .prod_flag span {
        font-size: 9px !important;
    }
    .profileInputContainer {
        border: none;
        padding-top: 0 !important;
        box-shadow: none;
        /* margin-top: 35px; */
    }
    .profileInputContainer .accountHeader {
        background: transparent !important;
        color: #000000;
        border: none;
        padding: 0 !important;
        text-align: center;
    }
    .profileInputContainer .accountHeader h1{
        font-size: 20px;
        font-weight: 500;
    }
    .profileInputContainer form{
        margin-top: 0 !important;
    }
    .orderAccountCard{
        margin-bottom: 10px;
    }
    .orderHardViewBtn{
        margin-top: 10px;
    }
    .orderHardViewBtn a {
        border-radius: 20px;
        padding: 5px 20px;
    }
    .favCardListDiv .mobile-favourites{
        margin-top: 0 !important;
    }
    .favCardListDiv .mobile-favourites .product-grid{
        min-height: fit-content !important;
    }
    .walletHeadDiv {
        margin-top: 30px;
    }
    .profileImgDiv{
        width: 150px;
        border-radius: 50%;
        border: 1px solid #bebebe;
        overflow: hidden;
        height: 150px;
    }

    .profileImgDiv a{
        width: 100%;
        height: 100%;
    }
    .profileImgDiv a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .orderDetailPriceRow .orderDetailPriceList{
        max-width: unset !important;
    }
    .orderDetailSection {
        padding-top: 100px;
    }
    .orderDetailImg {
        width: 100px;
        height: 100px;
    }
    .brandHeading{
        display: flex;
    }
    .walletHeadDiv .walletCardHeader {
        height: 80px;
    }
    .walletIcon {
        width: 20px;
        height: 20px;
    }
    .cart_details h3 {
        font-size: 14px;
    }
    .cart_details {
        width: 100%;
        text-align: left;
    }
    .freedelivery .freefirst .popover__trigger{
        min-width: auto !important;
    }
    .checkoutLeftSide {
        margin-top: 65px;
    }
    .customCheckoutRight {
        margin: 0 20px 30px;
    }
    .my-account-section {
        margin-top: 100px;
    }
    .desktopProductTag{
        display: none;
    }
    .termsListDiv{
        padding: 0 20px;
    }
    .termsConditionDection{
        margin-top: 65px !important;
    }
    .policyHeading {
        font-size: 22px;
    }
    .row.customCheckouRow {
        padding-top:0;
    }

    .mobileDisplaynone{
        display: none;
    }
    .search-on-header-new #open-overlay-new{
        margin-right: 0 !important;
    }
    .desktopDnone{
        display: block;
    }
    .navbar-nav {
        gap: 0;
    }
    .navbar-nav li .nav-link{
        padding: 5px 1rem !important;
}   
.productDetailImg {
    margin: 0;
}
/* .product-listing.card-solid {
    padding-top: 100px;
} */
section.breadcrumb-title-bar.colored-breadcrumb{
    padding-bottom: 100px;
}
.colored-breadcrumb .breadcrumb {
    top: 10px !important;
}
.breadcrumb-title-bar h1 {
    line-height: 2;
}
.responsiveImgVidContainer .product-content img {
    height: 175px;
    border-radius: 25px;
    margin-top: 101px;
}
/* .responsiveImgVidContainer.responsive-breadcrumb .row.mb-4.videoDivCustom{
    padding-bottom: 100px;
} */

.breadcrumb-title-bar .container {
    display: none;
}
.freefirst {
    min-width: 100px !important;
    width: 100px !important;
}
.freedelivery .freefirst .popover__trigger {
    min-width: 95px !important;
    width: 95px !important;
}

.product-grid.productListDiv {
   display: flex !important;
}
.brandCardContainer.col-md-12 a {
    width: calc(50% - 15px);
}
.brandCardContainer {
     padding: 0 15px;
     gap: 0;
     justify-content: space-between;
}
.productCardContainerSection.col-md-12 .col-md-3.categoryCardMainBox a.nav-link  .productCardImg.customBorder{
    width: 85px;
    height: 85px;
}
.productCardContainerSection.col-md-12 .col-md-3.categoryCardMainBox a.nav-link {
    padding-top: 0;
}
.prod_flag span {
    font-size: 8px !important;
    line-height: 2;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    width: fit-content;
    overflow: hidden;
    position: unset;
    border-radius: 10px;
    margin-top: 15px;
    padding: 0 5px !important;
}
.carouselCustomProduct1 .categoryCardMainBox .offerSpan {
    font-size: 8px;
}
.customBadgeDiv {
    position: absolute;
    bottom: 13px;
    left: 6px;
}
.mobileViewContsiner #filter-products-list {
    gap: 0px;
}
.filterCustomClass{
    height: 60px;
    overflow-y: clip;
    transition: 1s ease all;
    position: unset;
    z-index: 99;
    top: 100px;
    background: #fff;
}
.filterSection h4{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.filterProfucttitle{
    display: none;
}
.useFilterHeading{
    display: flex;
}
.staticBanner{
    margin-top: 100px;
}
.staticBannerBottom{
    margin-top: 0px;
}
.add-to-cartBtnDivContainer button {
    padding: 12px;
}
.profileInputContainer input {
    border-radius: 0 !important;
}
.recentlyProductCardDiv{
    padding: 0;
    gap: 0;
}
}

@media screen and (max-width: 400px){
    .product-content .title a{
        font-size: 11px;
    }
    .product-grid .price {
        font-size: 11px;
        font-weight: 500;
        flex-direction: column;
        align-items: start;
    }
    .product-grid .product-image-container {
        height: 125px;
    }
    div.offerSpan {
        font-size: 10px;
    }
    .product-grid {
        min-height: 250px !important;
        margin-bottom: 10px !important;
    }
    .striped-price {
        font-size: 13px !important;
    }
    .recent-view-product .product-grid {
        min-height: 250px !important;
    }
    .brandConatinerSection .mobile-category .brandCardDiv .category-image {
        width: 125px !important;
        height: 125px;
    }
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .product-content a {
        font-size: 14px;
    }
    div.offerSpan {
        padding: 2px !important;
        bottom: 0%;
        display: block;
    }
    .categoryCardDiv {
        width: 75px;
        height: 75px;
    }
    .productCardContainerSection.col-md-12 .col-md-3.categoryCardMainBox a.nav-link .productCardImg.customBorder {
        width: 75px;
        height: 75px;
    }
    .customBadgeDiv{
        display: none;
    }
    .categoryCardMainBox .card-bottom-content img {
        height: auto;
        margin-top: 0;
    }
}

.iziModal-overlay{
    background-color: unset !important;
}

.product-grid .attributes-off-product {
    margin-top: 10px;
}
.product-grid .attributes-off-product label.btn.text-center {
    padding: 0 5px;
    overflow: hidden;
}
.product-grid .attributes-off-product label.btn.text-center img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #c7c7c7;
}

.product-grid.productListDiv{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product-grid .attributes-off-product {
    overflow: auto;
    min-height: 40px;
}
.policyCustomModal{
    
}
.policyCustomModal h1 {
    font-size: 25px;
    font-weight: 600;
}
.policyCustomModal .modal-body div{
    text-align: left;
}
.policyCustomModal .modal-body b{
    text-align: left;
}
#address_form footer{
    background-color: #fff !important;
}
#address_form footer button{
    border-radius: 10px !important;
    width: 48% !important;
}
#address_form footer{
    display: flex;
    justify-content: space-between;
}
.iziModal-overlay{
    display: none !important;
}

.whatsappIcon {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 9;
}
.whatsappIcon img{
    width: 50px;
    height: auto;
    object-fit: contain;
}
@media (min-width: 576px) {
    .policyCustomModalDialog {
        max-width: 800px !important;
    }
}
@media (max-width: 450px) {
    .freefirst.popover.popover--active .popover__menu {
        width: 300px;
        height: 200px;
        z-index: 9;
        border: 1px solid #01ADEF !important;
    }
    .whatsappIcon{
        display: flex;
    }
}

.select2-search--dropdown .select2-search__field {
    border-radius: 7px;
}
span.select2-dropdown.select2-dropdown--below {
    border-radius: 10px;
    margin-top: 10px;
}
section#login_div footer{
    display: flex;
    justify-content: space-between;
    background-color: #fff !important;
}
.form-control {
    border: 1px solid #00aeef78 !important;
    outline: none !important;
    border-radius: 10px !important;
}
.form-control:focus{
    border: 1px solid #00AEEF !important;
    outline: none !important;

}
section#login_div footer button{
    width: 48% !important;
    border-radius: 15px !important;
}

.imgPopup {
    position: fixed;
    top: 0;
    height: 110vh;
    display: none;
    align-items: center;
    background-color: #0000008a;
    z-index: 999;
    width: 100vw;
}

.imgPopup img{
    height: auto;
    border-radius: 15px;
    object-fit: contain;
    width: 80%;
}
.popupImg {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.popupImg button {
    position: relative;
    right: -39%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    top: 35px;
    z-index: 9;
}
.popupImg button img{
    width: 30px;
    height: auto;
    object-fit: contain;
}
.displayNonePopup{
    display: none !important;
}
 .homepopupImg2{
    display: none;
 }
.listingContainerCustom{
    width: 100% !important;
}

 @media only screen and (max-width: 500px) {
    .imgPopup {
        top: -100px;
        left: -4%;
        height: 112vh;
        display: none;
        align-items: center;
        background-color: #0000008a;
        width: 105%;
    }
    .homepopupImg1{
        display: none;
    }
    .homepopupImg2{
        display: flex;
    }
    .popupImg button {
        right: -36%;
        top: 33px;
        z-index: 9;
    }

 
}
#filterArrow{
    transition: 1s ease all;
}
.rotateCustomClass{
    transform: rotate(180deg);
    transition: 1s ease all;
}
.filterDropDown {
    height: 500px !important;
    overflow-y: auto !important;
}

img.enquiryImg {
    width: 300px;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}


#recentSwiper .owl-nav.disabled{
    display: none !important;
}