@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=Jost:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
    font-family: "Arimo" !important;
    min-width: 300px !important;
}

*,
*:active,
*:focus {
    outline: none;
}

.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.light_bg {
    background-color: #fff1e4 !important;
}
.l2_heading {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
}
.comFlexContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
#subsInputEmail {
    padding: 10px;
    width: 300px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #b1aaa4;
    margin-right: 10px;
}
.comBtn {
    border: none;
    background: #ea811a;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0px 15px;
    margin: 5px 0px;
}
@media screen and (max-width: 576px) {
    .subsInputContainer {
        flex-direction: column;
    }
    #subsInputEmail {
        width: 95%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

/*
a:hover {
    color: #f3f3f3!important;
    color:#fff3e6!important;
    background: #ea811a;
}*/

.topbar_coupon {
    background: url("../img/TopBanner.jpg");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s linear;
}
.topbar_overlay {
    background: rgb(0 0 0 / 65%);
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}
.topbar_coupon_close {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #fff;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 17px;
    transition: all 0.5s linear;
}

.go_up {
    margin-top: -34px;
}
.topbar_coupon_text {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
}

.coupon_text_container {
    text-align: center;
    padding: 3px 10px;
}

.top_quick_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .top_quick_container {
        flex-direction: column;
        padding: 5px 0px;
        text-align: center;
    }
}

.top_quick {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.top_quick li {
    display: inline-block;
}
.top_quick li a {
    display: flex;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}
.top_quick li a:hover {
    color: #ea811a;
}
/* .top_quick>li:last-child {
    border-right:1px solid #cfcfcf;
} */

.top_quick_icons {
    font-size: 16px;
    margin-right: 5px;
}

@media (max-width: 576px) {
    .top_quick li a {
        padding: 3px;
    }
}

.logo {
    width: 260px;
}

.top_quick_search_textbox,
.top_quick_search_textbox2 {
    padding: 8px 12px;
    width: 400px;
    border: 1px solid #6d6d6d;
    margin: 0px;
    transition: all 0.2s linear;
    border-radius: 5px;
    height: 40px;
    margin-right: 5px;
}

.top_quick_search_dd,
.top_quick_search_dd2 {
    padding: 10px;
    /* width: 400px; */
    border: 1px solid #6d6d6d;
    border-radius: 5px;
    height: 40px;
    margin-right: 5px;
}
.top_quick_search_btn,
.top_quick_search_btn2 {
    background: #ea811a;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
}

.trqc_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.tq_r_btns {
    text-decoration: none;
    color: #444;
    border: 2px solid #444;
    text-align: center;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    width: 36px;
    margin-right: 5px;
    border-radius: 5px;
    background: none;
    transition: all 0.4s ease;
}

.tq_r_icon {
    font-size: 22px;
}

.tq_r_btns:active,
.tq_r_btns:focus,
.tq_r_btns:hover {
    background: #ea811a;
    border: 2px solid #ea811a;
}

.tq_r_btns:active,
.tq_r_btns:focus,
.tq_r_btns:hover > .tq_r_icon {
    color: #fff !important;
}

#fullSearch {
    transition: all 0.2s linear;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#tq_r_icon_search_c {
    transition: all 0.2s linear;
    display: none;
}

#mainNav {
    display: block;
    transition: all 0.2s linear;
}
#tq_r_icon_main_nav_icon {
    display: none;
}

#mobile_search {
    transition: all 0.3s ease;
}

.show_search {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
.hide_search {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
@media only screen and (min-width: 993px) {
    #mobile_search {
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
    .top_quick_search_textbox,
    .top_quick_search_textbox2 {
        width: 195px;
    }
}

@media only screen and (max-width: 992px) {
    #fullSearch {
        display: none;
    }

    #mainNav {
        display: none;
    }

    #tq_r_icon_search_c {
        display: inline-block;
    }

    #tq_r_icon_main_nav_icon {
        display: inline-block;
    }
}

.csearch_mcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.dd_bb_container {
    display: flex;
}

@media (max-width: 576px) {
    .trqc_container {
        flex-direction: column;
    }
    .logo {
        width: 280px;
        margin: 10px 0px;
    }

    #csearch {
        margin-top: 10px;
    }

    .csearch_mcontainer {
        flex-direction: column;
    }
    .dd_bb_container {
        margin-top: 5px;
        min-width: 240px;
        justify-content: space-between;
    }

    .top_quick_search_textbox2 {
        width: 240px;
        margin-right: 0px;
    }
}

.mainNav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mainNav li {
    display: inline-block;
}
.mainNav li a {
    display: flex;
    padding: 15px 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.mainNav li a:hover,
.mainNav li a.active {
    background: #ffe8d1;
    color: #000;
    font-weight: bold;
}
/* .top_quick>li:last-child {
    border-right:1px solid #cfcfcf;
} */
.tns_slides_container {
    height: 600px;
}

.tns-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
}
.tns-nav button {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background: transparent;
    margin: 0px 5px;
    padding: 0px;
    border: 1px solid #e4e4e4;
    position: relative;
    text-align: center;
    line-height: 15px;
}
.tns-nav button:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: transparent;
    transition: all 0.2s linear;
}

.tns-nav-active {
    border: 1px solid #ea811a !important;
    position: relative;
    transition: all 0.2s linear;
}

.tns-nav-active:before {
    content: "";
    background-color: #ea811a !important;
    width: 7px !important;
    height: 7px !important;
    top: 3px !important;
    left: 3px !important;
    position: absolute;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
    .tns_slides_container {
        height: 500px !important;
    }
}
@media only screen and (max-width: 992px) and (min-width: 571px) {
    .tns_slides_container {
        height: 460px !important;
    }
}
@media only screen and (max-width: 570px) {
    .tns_slides_container {
        height: 260px !important;
    }
}

.tns_slides {
    height: 100% !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.ptitle {
    display: block;
    margin: 15px 0px;
    padding: 15px 0px;
    color: #444;
}
.hnli {
    /*height: 554px !important;*/
}

.sectionPadding {
    padding: 35px 0px !important;
}
.sectionHeadingContainer {
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0px;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.sectionHeading {
    padding: 0px;
    display: block;
    margin: 0px 0px 3px 0px;
    font-size: calc(18px + 0.390625vw);
    font-weight: bold;
    color: #444;
}
.sectionHeadingTagline {
    color: #666;
    font-size: calc(14px + 0.2vw);
}
.sectionHeadingInfoContainer {
}

@media only screen and (max-width: 580px) {
    .sectionHeadingContainer {
        flex-direction: column;
        justify-content: center;
    }
    .sectionHeading,
    .sectionHeadingTagline {
        text-align: center;
    }
    .sectionHeadingInfoContainer {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 786px) {
    .custom_scounter {
        flex-direction: column;
        justify-content: center;
    }
}

.infinity_slider_buttons {
    font-size: 20px;
    border: 1px solid #888;
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: #666;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    margin: 0px 2px;
    transition: all 0.3s linear;
}
.infinity_slider_buttons:hover {
    background: #ea811a;
    color: #fff;
    border: 1px solid #ea811a;
}

.infinity_slider_buttons:active {
    background-color: #d26800;
    border: 2px solid #d26800;
}
/*
h2.ptitle {
    overflow: hidden;
    margin: 15px 0px;
    color: #444;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
h2.ptitle:before,
   h2.ptitle:after {
    background-color: #c8c8c8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
   }
   h2.ptitle:before {
    right: 0.5em;
    margin-left: -50%;
   }
   h2.ptitle:after {
    left: 0.5em;
    margin-right: -50%;
   }*/

.cats_title {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
.cats_title h3 {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    color: #444;
    text-transform: uppercase;
}

.cats_title:hover h3 {
    color: #ea811a !important;
    background: none;
}

.omain_container {
    padding: 20px;
}
.omain_container a {
    text-decoration: none;
    color: #333;
}

.o_img_container {
    background: #eaeaea;
    padding: 10px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.ocontainer img {
    width: 150px;
    max-width: 150px;
    max-height: 130px;
    min-height: 130px;
    display: block;
    margin: 10px;
}

.ocontainer h2 {
    margin: 30px 0px 0px 0px;
    font-size: 20px;
    color: #444;
    padding: 20px 0px 0px 0px;
}

.item_container {
    padding: 10px;
    margin: 20px;
    width: 280px;
}
.ic_a {
    text-decoration: none;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    width: 280px;
    height: 280px;
    background-color: #fff2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic_a_overlay {
    position: absolute;
    background: rgb(255 255 255 / 90%);
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.item_container:hover .ic_a_overlay,
.pl_parent_container:hover .ic_a_overlay {
    display: block;
}
.new_omain:hover .ic_a_overlay,
.pl_parent_container:hover .ic_a_overlay {
    opacity: 1;
}
.pl_parent_container:hover .pl_overlay_action_container {
    left: 0px;
}
.ic_a_overlay_heading {
    margin: 0px;
    padding: 5px;
    display: block;
    text-align: center;
    background: #f5800e;
    text-decoration: none;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 43%;
    font-size: 16px;
    font-weight: 400;
}

.ic_img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 80%;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .item_container {
        width: 240px !important;
        margin: 20px 10px;
    }
    .ic_a {
        width: 240px;
        height: 240px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .item_container {
        width: 214px !important;
        margin: 10px 10px;
    }
    .ic_a {
        width: 214px;
        height: 214px;
    }
    .ic_buy_btn {
        padding: 2px 6px 3px 5px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .item_container {
        width: 220px !important;
        margin: 10px 5px;
    }

    .ic_a {
        width: 220px;
        height: 220px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .item_container {
        width: 235px !important;
        margin: 10px 10px;
    }
    .ic_a {
        width: 235px;
        height: 235px;
    }
    .ic_buy_btn {
        padding: 2px 6px 3px 5px;
    }
}

@media only screen and (max-width: 576) and (min-width: 360px) {
    .item_container {
        width: 310px !important;
        margin: 10px;
    }

    .ic_a {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 360px) {
    .item_container {
        width: 300px !important;
        margin: 10px;
    }

    .ic_a {
        width: 300px;
        height: 300px;
    }
}

.more {
    display: inline-block;
    background: #ea811a;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 25px;
    height: 45px;
    width: 110px;
    line-height: 45px;
    text-align: center;
}

/* .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.your-class-page2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 0.3rem;
    border-radius: 50%;
    cursor: pointer;
    background: #959595;
}

.your-class-page2:before {
    width: 8px !important;
    height: 8px !important;
    background: #f1f1f1 !important;
}

.your-class-pagination2 {
    bottom: 10px;
}

.oc-image {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    margin: 0 auto;
}

.ocontainer a span {
    color: #333;
}

/* Products card css */
.product__offer {
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: var(--main-color-two);
    padding: 5px 10px;
    border-radius: 3px 0 0 3px;
}
.o_text {
    text-align: center;
    font-size: 18px;
    margin-top: 10px !important;
}

.product__offer.color_main {
    background-color: var(--main-color-one);
}

.product__offer__para {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    display: block;
}

.product__card {
    position: relative;
}

.product__card__thumb {
    background: var(--gray-two);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}

.product__card__thumb img {
    border-radius: 5px;
    object-fit: contain;
}

.product__card__review {
    background-color: rgba(var(--review-rgb), 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    color: var(--review-color);
}

.product__card__contents__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    min-height: 45px;
}

.product__card__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__card__cart__btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background-color: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    color: var(--white);
    padding: 8px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 250px;
}

.product__card__cart__btn:hover {
    background-color: unset;
    color: var(--main-color-one);
}

.product__card__cart__btn.btn__black {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
    color: var(--white);
}

.product__card__cart__btn.btn__black:hover {
    color: var(--heading-color);
    background-color: unset;
}

.product__card__cart__outline {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background-color: unset;
    border: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    padding: 8px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 250px;
}

.product__card__cart__outline:hover {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    color: var(--white);
}

.product__card__cart__outline.color-two {
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two);
}

.product__card__cart__outline.color-two:hover {
    background-color: var(--main-color-two);
    border: 1px solid var(--main-color-two);
    color: var(--white);
}

.product__card__cart__outline.color-three {
    border: 1px solid var(--main-color-three);
    color: var(--main-color-three);
}

.product__card__cart__outline.color-three:hover {
    background-color: var(--main-color-three);
    border: 1px solid var(--main-color-three);
    color: var(--white);
}

.product__card__cart__outline.color-four {
    border: 1px solid var(--main-color-four);
    color: var(--main-color-four);
}

.product__card__cart__outline.color-four:hover {
    background-color: var(--main-color-four);
    border: 1px solid var(--main-color-four);
    color: var(--white);
}

.product__card__cart__outline.color-five {
    border: 1px solid var(--main-color-five);
    color: var(--main-color-five);
}

.product__card__cart__outline.color-five:hover {
    background-color: var(--main-color-five);
    border: 1px solid var(--main-color-five);
    color: var(--white);
}

.product__card__cart__outline.btn__black {
    background-color: unset;
    border-color: var(--heading-color);
    color: var(--heading-color);
}

.product__card__cart__outline.btn__black:hover {
    background-color: var(--heading-color);
    color: var(--white);
    border-color: var(--heading-color);
}

.product__card__cart__btn__icon {
    background-color: unset;
    border: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product__card__cart__btn__icon:hover {
    background-color: var(--main-color-one);
    color: var(--white);
}

.product__card__cart__btn__icon.color-two {
    border-color: var(--main-color-two);
    color: var(--main-color-two);
}

.product__card__cart__btn__icon.color-two:hover {
    background-color: var(--main-color-two);
    color: var(--white);
}

.product__card__cart__btn__icon.color-three {
    border-color: var(--main-color-three);
    color: var(--main-color-three);
}

.product__card__cart__btn__icon.color-three:hover {
    background-color: var(--main-color-three);
    color: var(--white);
}

.product__card__cart__btn__icon.color-four {
    border-color: var(--main-color-four);
    color: var(--main-color-four);
}

.product__card__cart__btn__icon.color-four:hover {
    background-color: var(--main-color-four);
    color: var(--white);
}

.product__card__cart__btn__icon.color-five {
    border-color: var(--main-color-five);
    color: var(--main-color-five);
}

.product__card__cart__btn__icon.color-five:hover {
    background-color: var(--main-color-five);
    color: var(--white);
}

.product__card__cart__btn__icon.btn__black {
    background-color: unset;
    border-color: var(--heading-color);
    color: var(--heading-color);
}

.product__card__cart__btn__icon.btn__black:hover {
    color: var(--white);
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

.product__card__cart__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.product__price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.product__price__current {
    color: var(--main-color-one);
}

.product__price__current.color-two {
    color: var(--main-color-two);
}

.product__price__current.color-three {
    color: var(--main-color-three);
}

.product__price__current.color-four {
    color: var(--main-color-four);
}

.product__price__current.color-five {
    color: var(--main-color-five);
}

.product__price s,
.product__price__old {
    color: var(--body-color);
    font-weight: 400;
    font-size: 15px;
}

.buy-now-btn {
    background: #fff;
    border-radius: 35px;
    color: #ea811a;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 5px;
    width: 100%;
    border: 2px solid #ea811a;
}

.buy-now-btn:hover {
    background: #ea811a;
    color: #fff;
}

.footer_heading {
    font-size: 18px;
    margin: 5px 0px;
    padding: 5px 0px;
    font-weight: bold;
    color: #fff;
}

.footerlist {
    padding: 0px;
    margin: 0px;
}
.footerlist li {
    list-style: none;
}
.footerlist li a {
    display: block;
    text-decoration: none;
    color: #a9a9a9;
    transition: all 0.2s linear;
    margin-bottom: 2px;
}

.footerlist li a:hover {
    color: #eee;
}

/* sidebar starts */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #ffe6ce;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.addwidth {
    width: 100%;
}
.addopacity {
    opacity: 0.8;
}

/* sidebar ends */

.breadcrumb-shapes img:nth-child(1) {
    left: 10%;
    bottom: 40%;
    -webkit-animation: 9s round-moving2 linear infinite;
    animation: 9s round-moving2 linear infinite;
}
.breadcrumb-shapes img {
    position: absolute;
    z-index: -1;
}

.breadcrumb-shapes img:nth-child(2) {
    right: 6%;
    top: 35%;
    -webkit-animation: 12s round-moving2 linear infinite;
    animation: 12s round-moving2 linear infinite;
}

.breadcrumb-shapes img:nth-child(3) {
    right: 6%;
    bottom: -50px;
    -webkit-animation: 5s pulsing linear infinite;
    animation: 5s pulsing linear infinite;
}

@-webkit-keyframes round-moving2 {
    from {
        -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
        transform: rotate(0deg) translateX(60px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
        transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
}

@keyframes round-moving2 {
    from {
        -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
        transform: rotate(0deg) translateX(60px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
        transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.fitlers_list {
    padding: 0px;
    margin: 0px;
}
.fitlers_list li {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.fitlers_list li a {
    display: block;
    margin: 1px 5px;
    text-decoration: none;
    color: #444;
    padding: 1px 0px;
}

.filters-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #8c8c8c;
    border-radius: 0px !important;
    margin: 0px 4px 0px 0px;
    outline: none !important;
}
.filters-checkbox:focus {
    box-shadow: none !important;
}
.filters-checkbox:active {
    filter: brightness(100%);
}

.filters-checkbox:checked,
.filters-checkbox:hover,
.fitlers_list li:hover > .filters-checkbox {
    background-color: #ea811a;
    border-color: #ea811a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.filterContainerBtn {
    border: none;
    background: #ea811a;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    border-radius: 35px;
    display: none;
}

@media only screen and (max-width: 992px) {
    .filterContainerBtn {
        display: block;
    }
    #majorfilterContainer {
        visibility: hidden;
        background-color: #fff;
        position: fixed;
        z-index: -10;
        transition: opacity 0.5s ease;
        padding: 0px !important;
        width: 220px;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        border: 1px solid #e3e3e3;
    }
    #majProductsContainer {
        width: 100%;
    }
    .majorFilterContainer_show {
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 10 !important;
    }
    #filterbox {
        padding: 20px;
    }

    #filterbox_close_container {
        display: block !important;
    }
}

#filterbox_close_container {
    display: none;
}

@media (max-width: 576px) {
    #products_Container {
        margin: 10px;
    }
}

.your-class-arrows > .splide__arrow--prev {
    left: 0em;
}
.your-class-arrows > .splide__arrow--next {
    right: 0em;
}

.nc_custom_thumbnail_list {
    width: 85%;
    margin: 0 auto !important;
}

.splide_thumb_opacity {
    opacity: 0.4;
}

.product_slider_outer_container {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}
.product_slider_inner_img_div {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 95%;
    height: 95%;
    margin: 0 auto;
}
.product_slider_inner_img_thumbnail_div {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 85%;
    height: 85%;
    margin: 0 auto;
    /* opacity:1;
  transition: .5s ease;
  backface-visibility: hidden; */
}
.nc_custom_thumbnail_ul li {
    border: 1px solid #7f7f7f !important;
}

.nc_custom_thumbnail_ul li:not(:last-child) {
    border-right: none !important;
}
.nc_custom_thumbnail_ul li.is-active,
.nc_custom_thumbnail_ul li:hover {
    opacity: 1;
    border: 1px solid #000 !important;
}

.fancybox_a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.sticky_holder {
    padding: 10px 0px;
    position: sticky;
    top: 0;
}

.qty_btn_in_de {
    border: 1px solid #888;
    background: none;
    height: 40px;
    width: 40px;
    color: #888;
    border-radius: 40px;
    line-height: 39px;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.qty_btn_in_de2 {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.qty_btn_in_de:hover {
    background-color: #e8e8e8;
    color: #000;
    border: 1px solid #555;
}
.qty_input_in_de {
    border: 1px solid #888;
    margin: 0px 5px;
    width: 70px;
    height: 40px;
    text-align: center;
    padding: 0px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
}
.qty_input_in_de2 {
    height: 30px !important;
}
.delete_product_cart {
    background: #fff;
    border: 1px solid #ff7b88;
    color: #ff7b88;
    width: 80% !important;
    margin: 2px 0px 0px 0px;
    padding: 0px;
}
.delete_product_cart:hover {
    background: #db0015;
    border: 1px solid #db0015;
    color: #fff;
}

.buy-now-btn2 {
    background: #ea811a;
    display: block;
    width: auto;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.buy-now-btn2:hover {
    background: #ffffff;
    color: #ea811a;
}
.add_to_cart_pd_page {
    background: #ffc76b;
    border: 2px solid #ffc76b;
    color: #67510d;
    height: 41px;
    line-height: 19px;
    font-size: 16px;
    margin-right: 10px;
}
.add_to_cart_pd_page:hover {
    background: #fff;
    border: 2px solid #ce6600;
    color: #ce6600;
}
.add_to_wishlist_pd_page {
    background: #ff226d;
    color: #fff;
    border: 2px solid #de004b;
    width: 40px;
    text-align: center;
    padding: 0px;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
}
.add_to_wishlist_pd_page:hover {
    color: #de004b;
    background: none;
    border: 2px solid #ff226d;
}
.custom_prod_splide {
    width: 93%;
    margin: 0 auto;
}

.cps_li_c {
    width: 250px;
}

@media screen and (max-width: 1200px) {
    .custom_prod_splide {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .custom_prod_splide {
        width: 87%;
    }
}
@media screen and (max-width: 768px) {
    .custom_prod_splide {
        width: 84%;
    }
}

@media screen and (max-width: 576px) {
    .custom_prod_splide {
        width: 81%;
    }
    .cps_li_c {
        width: 230px;
    }
}
@media screen and (max-width: 450px) {
    .custom_prod_splide {
        width: 78%;
    }
}
@media screen and (max-width: 350px) {
    .custom_prod_splide {
        width: 75%;
    }
    .cps_li_c {
        width: 200px;
    }
}

.cart_prod_details_container {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media screen and (max-width: 576px) {
    .cart_prod_details_container {
        flex-direction: column;
    }
    .cart_product_in_de_container {
        margin-top: 10px;
    }
}
.cart_col_headings_container {
    padding: 8px 10px;
    border-bottom: 2px solid #ea811a;
    margin: 0px 0px 20px 0px;
}
.cart_col_headings {
    font-size: 20px;
    padding: 0px;
    font-weight: bold;
    color: #444;
    margin: 0px;
}

.cart_main_product_container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 15px;
}
.cmp_left_container {
    margin-right: 15px;
}
.cmp_img_container {
    width: 100px;
    height: 100px;
    min-width: 100px;
}
.cmp_img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.cmp_right_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header_tqr_login_container {
    padding: 0px;
}
.header_tqr_login_container li a {
    display: block;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}
.header_tqr_login_container li a:hover {
    background: #ea811a;
    color: #fff;
    padding-left: 20px;
    font-weight: bold;
}
.border-sec-2 {
    border-color: #c0c0c0 !important;
}
.form_error {
    color: #d60000;
}

.comBtnXH {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
}

.a_lrfp {
    text-decoration: none;
    color: #444;
    transition: all 0.2s ease;
}
.a_lrfp:hover {
    color: #ea7400;
}

.lfp {
    transition: all 0.2s ease;
    height: 45px;
}

.lfp:focus,
.lfp:active {
    -webkit-box-shadow: 0 0 10px #86868675;
    box-shadow: 0 0 10px #86868675;
    border-color: #86868675;
}

.lfp_in_icon {
    width: 45px;
    justify-content: center;
    background: #eeeeee !important;
}

/*  */
/*  */
.pl_parent_container {
    display: block;
}
.pl_oi_container {
    background: #ebebeb;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
.pl_link_container {
    width: 100%;
    height: 100%;
    display: block;
}
.pl_overlay_action_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    width: 50px;
    bottom: 0px;
    left: -50px;
    background: none;
    padding: 5px 5px;
    transition: all 0.3s linear;
}
.pl_overlay_action_btns {
    background: none;
    border: 2px solid #ea811a;
    color: #ea811a;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.pl_overlay_action_btns:hover {
    color: #fff;
    background-color: #ea811a;
}
.pl_image_container {
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    align-items: center;
}
.pl_image {
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    opacity: 1;
    transition: 0.5s ease;
    backface-visibility: hidden;
}
.pl_content_container {
    text-decoration: none;
}
.pl_brand_name_text {
    font-size: 14px;
    color: #555 !important;
    display: block;
}
.pl_title {
    color: #000;
    display: block;
}
.mb-5px {
    margin-bottom: 5px !important;
}
.pl_price_tag {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.rupee_img {
    width: 9px;
    margin-right: 2px;
}
.pl_discount_container {
    margin: 0px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    display: none;
}
.pl_discount_text {
    background: #f17800;
    padding: 5px;
    border-radius: 0px;
    margin-top: 0px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    display: block;
    line-height: 15px;
}
.pl_price_dis_container {
    display: flex;
    align-items: center;
}
.pl_price_dis_text {
    display: block;
    margin-bottom: 5px;
    color: #26a541;
    font-weight: bold;
    font-size: 14px;
}
.pl_price_dis_amt {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
}
.rupee_img_2 {
    width: 7px;
    margin-right: 1px;
    filter: contrast(25%);
}

.rtimerUContainer {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    border-right: 1px solid #aaa;
    padding: 0px 10px;
}
.rtimerUContainer:nth-last-child(1) {
    border: none;
}
.rtimerhead {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}
.rtimerUnit {
    font-weight: bold;
    color: #888;
    font-size: 14px;
}

#brands_product_parent_container li {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    background: #ddd;
    border-radius: 50%;
}

#brands_product_parent_container li img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: hard-light;
}

.breadcrumb-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 50px 0px;
}

.breadcrumb-heading {
    font-weight: bold;
    font-size: 32px;
    padding: 0px;
    margin: 0px;
}

.product_filter_close_button {
    background: #fff;
    border: 2px solid #ea811a;
    padding: 0px;
    font-size: 24px;
    margin: 0px;
    color: #ea811a;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
}

.filter_box_container {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.filter_box_heading {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.filter_box_container:nth-last-child(1) {
    border: none;
}
.filter_sticky_holder {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: scroll;
}

.trendSelectBtn {
    width: auto;
    padding: 8px 15px;
    color: #e27000;
}

.idp_heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.idp_rating {
    height: 25px;
    padding-left: 10px;
    line-height: 16px;
}
.idp_price {
    font-size: 26px;
    font-weight: bold;
}
.idp_short_desc {
    display: block;
    color: #383838;
    margin-bottom: 10px;
}

.qtyContainer {
    display: flex;
    align-items: center;
    margin: 25px 0px;
}
.idp_sub_heading {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.cartProdHeading {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#cart_prod_desc > span::after {
    content: "";
    border-right: 1px solid #888;
    margin: 0px 7px 0px 3px;
    padding: 1px 0px;
}
#cart_prod_desc > span:nth-last-child(1)::after {
    border: none;
}
