header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

.text-primary {
    color: #ab3732 !important;
}

.btn-primary {
    background-color: #ab3732;
}

.bg-theam {
    background-color: #ab3732;
}

.h-prod-list-view-btn {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 26px;
    top: -33px;
    cursor: pointer;
}

.header-right ul li {
    display: inline-flex;
}

.header-right a {
    color: #625f5f;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 21px;
}

.header-right i {
    font-size: 28px;
    margin-right: 7px;
}

.open-sidemenu ul {
    padding-left: 18px;
}

.open-sidemenu li {
    list-style-type: none;
}

.open-sidemenu li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    padding: 8px 1px;
    display: block;
}

button.side-toogle-menu {
    background: transparent;
    border: none;
    font-size: 29px;
}

.footer-links h1 {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}

.footer-links ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li {
    list-style-type: none;
}

.footer-links a {
    color: white;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

.home-blog img {
    transition-duration: 0.5s;
}

.home-blog:hover img {
    transform: scale(1.2);
}

.prd-img-1 {
    margin-left: -100%;
    transition-duration: 0.3s;
}

.prd-img-2 {
    transition-duration: 0.3s;
}

.h-prod-list:hover .prd-img-1 {
    margin-left: 0;
}

.h-prod-list:hover .prd-img-2 {
    margin-right: -100%
}

.best-seller-img {
    overflow: hidden;
}

.best-seller-img img {
    transition-duration: 0.5s;
}

.best-seller:hover img {
    transform: scale(1.3);
}

.offer-banner-3 img {
    transition-duration: 0.5s;
    border: 2px dashed transparent;
    padding: 3px;
}

.offer-banner-3:hover img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-color: #ab3732;
}

.pageheader-prd-list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0202026e;
    color: #fff;
}

.pageheader-prd-list h2 {
    font-size: 54px;
}

.pageheader-prd-list-image {
    aspect-ratio: 10 / 2;
    object-fit: cover;
}

.pageheader-prd-list a,
.pageheader-prd-list li.active {
    color: #fff;
    text-decoration: none;
}

.pagetab .nav-pills .nav-link.active,
.pagetab .nav-pills .show>.nav-link {
    background-color: #ac3934;
}

.pagetab .nav-link,
.pagetab .nav-link:hover {
    color: #000;
}

.qty {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ab3732;
}

.qty button {
    background: #e8e8e8;
    border-radius: 0;
    color: #ab3732;
    border: none;
}

.qty button:hover {
    background-color: #ab3732;
    color: #fff;
}

.qty input {
    border-radius: 0;
}

.qty-sec {
    max-width: 170px;
}

.social-share li {
    display: inline-flex;
    padding: 11px 8px;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 23px;
   /* margin-top: 16px;*/
    margin-right: 13px;
}

.social-share {
    padding-left: 0;
}

.page-breadcomb {
    background: #06a444;
    padding: 15px 0;
}

.page-breadcomb a,
.page-breadcomb li.active {
    color: #fff;
    text-decoration: none;
}

.footer {
    background: #198754;
    position: relative;
    margin-top: 100px;
}

.footer::before {
    content: "";
    background: url(https://cmdemo.in/html/2023/ayush_mart/assets/images/footer_img.png);
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
}

.footer-bottom p {
    color: #fff;
}

.filter-cat span {
    background: #d2d2d2;
    margin-left: 10px;
    border-radius: 50%;
    color: #0f663e;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.filter-cat .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
li a i {
    font-size: 24px;
    margin-right: 10px;
}

li.sublist {
    list-style: none;
    margin-left: -30px;
    padding-left: 0px;
    font-weight: 400;
}

li.list-group-item {
    font-weight: 500;
}
.pname-wrap {
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

#lblCartCount {
    font-size: 11px;
    background: #f06907;
    color: #ffff;
    padding: 5px 4px 6px;
    vertical-align: top;
    position: absolute;
    width: 24px;
    margin: 5px 0px 26px 17px;
    border-radius: 15px;
}
.c-icon {
    width: 30px;
    margin-right: 18px;
}
.contact-details {
    display: flex;
    margin-bottom: 20px;
}
.c-icon img {
    width: 30px;
    min-width: 30px;
}

/* owlCarousel styles starts here */
#carousel.owl-carousel {
    border-radius: 15px;
    overflow: hidden;
}

.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;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.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: rgba(255, 255, 255, 0.38) !important;
}

    .owl-nav button span {
        font-size: 70px;
        position: relative;
        top: -5px;
    }

    .owl-nav button:focus {
        outline: none;
    }

.owl-slider {
    position: relative;
}

.owl-controls.clickable {
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    /*border: 1px #0e9949 solid;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    /*border: 1px #0e9949 solid;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* owlCarousel styles end here */
