@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(//fonts.googleapis.com/css?family=Lemonada:300,300italic,400,600,400italic,600italic,700,700italic,800,800italic);
html,
body {
    width: auto!important;
    overflow-x: hidden!important
}

html {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #000
}

a {
    color: #4fa722
}

a:hover {
    text-decoration: none
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.top_head {
    background-color: #fff;
    overflow: hidden;
    padding: 5px 0;
    z-index: 999;
    box-shadow: -6px -6px 10px rgb(255 255 255 / 80%), 6px 6px 10px rgb(0 0 0 / 20%)
}

.menu_bar {
    font-size: 28px;
    cursor: pointer;
    color: #ef4b23;
    margin-top: 1px;
    vertical-align: text-top
}

.top_head .logo img {
    max-width: 100%;
    margin-top: 1px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #222;
    overflow-x: hidden;
    transition: .5s
}

.sidenav ul li {
    list-style: none
}

.sidenav a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.activesidebar {
    width: 250px
}

.banner_image img {
    width: 100%
}

.section_title {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-family: Lemonada;
    font-weight: 600
}

.sec_head {
    background: #ffbeda;
    padding: 7px;
    display: -webkit-inline-box;
    width: 100%;
    margin-bottom: 10px
}

.sec_head a {
    color: #ff5722;
    font-family: Lemonada;
    right: 10%;
    position: absolute;
    margin-top: -2px;
    font-size: 14px
}

.sidebar {
    background-color: #000;
    transition: all .5s ease-in-out;
    z-index: 999999
}

.bg-defoult {
    background-color: #222
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .list-sidebar {
    padding-bottom: 50px
}

.sidebar li a,
.sidebar li a.collapsed.active {
    display: block;
    padding: 8px 12px;
    color: #fff;
    border-left: 0 solid #dedede;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100
}

.sidebar li a .flarge {
    font-size: 16px
}

.sidebar li a .flarge i {
    float: none
}

.sidebar li a.active {
    background-color: #000;
    border-left: 5px solid #dedede;
    transition: all .5s ease-in-out
}

.sidebar li a:hover {
    background-color: #000!important
}

.sidebar li a i {
    padding-right: 5px;
    float: right
}

.sidebar ul li .sub-menu li a {
    position: relative
}

.sidebar ul li .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle
}

.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%
}

.sidebar ul li .sub-menu li a:hover {
    background-color: #222;
    padding-left: 20px;
    transition: all .5s ease-in-out
}

.sub-menu {
    border-left: 5px solid #dedede
}

.sidebar li a .nav-label,
.sidebar li a .nav-label+span {
    transition: all .5s ease-in-out;
    margin-top: 5px
}

.sidebar.fliph li a .nav-label,
.sidebar.fliph li a .nav-label+span {
    display: none;
    transition: all .5s ease-in-out
}

.sidebar.fliph {
    width: 42px;
    transition: all .5s ease-in-out
}

.sidebar.fliph li {
    position: relative
}

.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #222;
    width: 150px;
    z-index: 100
}

.user-panel {
    clear: left;
    display: block;
    float: left
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: 45px
}

.user-panel>.info,
.user-panel>.info>a {
    color: #fff
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
    font-family: Lemonada;
    text-transform: capitalize
}

.user-panel {
    clear: left;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px;
    border-bottom: 1px solid;
    background-color: #ff2e89
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px
}

.fliph .user-panel {
    display: none
}

.section_padding {
    padding: 0px 0;
    padding-bottom: 0
}

.banner_text {
    background-color: #ff4081;
}

.banner_text h4 {
    text-transform: uppercase;
    padding-top: 6px;
    color: #fff;
    font-family: Lemonada;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0
}

.cat_block {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 24.25px .75px rgba(0, 0, 0, .1);
    padding: 5px 5px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 10px
}

.cat_block img {
    width: 100%;
    max-width: 70px
}

.category_section .col-4 {
    padding: 0
}

.category_section .row {
    margin-right: 0;
    margin-left: 0
}

.cat_head {
    text-align: center;
    color: #e91c20;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Lemonada;
    font-weight: 600
}

.cat_head:hover {
    color: #ff5722
}

.cat_block a:hover {
    text-decoration: none
}

.accoutn_container {
    overflow: hidden;
    padding: 10px;
    background-color: #ff5722;
    text-align: center;
    margin-bottom: 20px
}

.profileimage {
    height: 80px;
    width: 80px;
    background-color: #0f0;
    border-radius: 50%;
    margin: 10px auto;
    overflow: hidden
}

.owl-prev {
    width: 25px;
    height: 85px;
    position: absolute;
    top: 30%;
    left: -17px;
    display: block!important;
    border: 0 solid #000
}

.owl-next {
    width: 25px;
    height: 85px;
    position: absolute;
    top: 30%;
    right: -17px;
    display: block!important;
    border: 0 solid #000
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #295419;
    font-size: 50px;
    font-weight: 700;
    margin-top: -20px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #4caf50
}

.offer-block {
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    padding: 10px 10px;
    margin-bottom: 15px
}

.owl-theme .owl-dots .owl-dot {
    display: none
}

#offer-carousel .owl-carousel .owl-item img {
    width: 100%;
    max-width: 120px
}

.offer-block img {
    max-width: 100%
}

.footer_section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ff2e89;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
    z-index: 1;
    box-shadow: inset -4px -4px 8px rgb(254 114 175), inset 8px 8px 16px #ff8ab4;
}

.footer_section a i {
    font-size: 25px
}

.footer_section a:hover {
    color: #e3ff00
}

.zoomWrapper {
    max-width: 400px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.zoomWrapper img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.zoomWrapper img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.center {
    width: 150px;
    margin: 40px auto
}

.offer_section {
    padding-bottom: 60px
}

.search_sec {
    margin-top: 5px
}

.search_sec form {
    position: relative;
    top: 20%;
    left: 0;
    transition: all 1s;
    width: 50px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    float: right
}

.search_sec input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    border: 1px solid #ef4b23
}

.search_sec .fa {
    box-sizing: border-box;
    top: 0;
    float: right;
    border-radius: 50%;
    color: #ef4b23;
    text-align: center;
    font-size: 28px;
    margin-top: 3px
}

.search_sec form:hover {
    width: 200px;
    cursor: pointer
}

.search_sec form:hover input {
    display: block
}

.search_sec form:hover .fa {
    background: #4caf50;
    color: #fff
}

.cart .btn-outline-success {
    border-radius: 20px
}

.price {
    font-size: 14px;
    font-weight: 600
}

.price span {
    text-decoration: line-through;
    color: #9c9c9c;
    margin-right: 4px
}

.price i {
    margin-right: 2px;
    margin-top: 3px;
    display: inline-flex
}

.order_summary .price i {
    margin-right: 3px;
    margin-top: 3px
}

.order_summary .price {
    display: inline-flex
}

.flavours {
    color: #ff5722;
    font-size: 12px;
    font-weight: 700
}

.nveg_icon img {
    width: 100%;
    max-width: 14px;
    float: right;
    margin-top: -10%
}

.owl-carousel,
.owl-item,
.owl-item .item,
.owl-stage,
.owl-stage-outer,
.owl-wrapper {
    transition: none
}

.owl-carousel:after,
.owl-carousel:before,
.owl-item .item:after,
.owl-item .item:before,
.owl-item:after,
.owl-item:before,
.owl-stage-outer:after,
.owl-stage:after,
.owl-stage:before {
    transition: none
}

.varient .btn {
    line-height: 12px;
    font-size: 12px;
    margin: 3px 0
}

.quty_btn {
    display: none
}

.container-fluid {
    padding-bottom: 20%;
    margin-top: 15px;
    min-height: 100vh
}

.offer-block .tag {
    left: 16px;
    z-index: 1
}

.cart_count {
    width: 20px;
    height: 20px;
    background-color: #ff9800;
    border-radius: 50%;
    bottom: 6%;
    margin-left: 16px;
    font-size: 10px;
    position: fixed;
    padding: 2px 0;
    text-align: center
}

.qty_num .btn {
    border-radius: 5px
}

.qty_num .fa-minus {
    vertical-align: middle
}

.qty_num input {
    text-align: center;
    padding: 0;
    border-radius: 5px!important;
    margin-left: 5px;
    margin-right: 5px
}

footer .active {
    color: #efff00!important
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: none
}

.cat-list .btn-link,
.cat-list a {
    color: #000
}

.cat-list .btn img {
    width: 60px;
    float: right
}

.cat-list i {
    line-height: 2
}

.cat-list .card-header {
    padding: 0
}

.cat-list .btn {
    line-height: 2;
    font-size: 14px;
    padding: 5px 6px;
    font-weight: 600;
    color: #4a4a4a;
    font-family: Lemonada
}

.before_checkout .nav-link {
    color: #ff5722
}

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

.mywallet {
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .2), 0 6px 16px 0 rgba(0, 0, 0, .19)!important;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 10px
}

.about-section p {
    font-family: Lemonada
}

footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0
}

footer nav ul li {
    padding: 5px;
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center
}

.footer_section p {
    margin-bottom: 0;
    font-size: 12px
}

.social {
    margin-bottom: 10px
}

.social a {
    color: #8e8e8e
}

.social span a {
    float: right
}

.profile_tab_section .nav-link {
    color: #ff5722
}

.search-panel .list-group-item {
    padding: 8px 8px;
    font-size: 14px
}

.cart_panel,
.share_panel {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .2), 0 6px 16px 0 rgba(0, 0, 0, .19)!important;
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .3s ease-out;
    bottom: 0
}

.share_panel img {
    width: 35px;
    margin-bottom: 21px
}

.blog_tab li a {
    text-transform: uppercase;
    font-weight: 700
}

.single_page_title {
    font-weight: 600;
    font-family: Lemonada;
    color: #000;
    letter-spacing: 1px
}

.play_icon i {
    font-size: 42px!important
}

#exampleModal .price {
    font-size: 12px
}

.support a {
    color: #797979
}

.support p a i {
    padding: 6px;
    border: 1px solid #aaa;
    margin: 5px
}

.cancel {
    color: red;
    text-transform: uppercase
}

.payment-method .filter-content .active {
    background: #49ae2b
}

.payment-method .filter-content .active span {
    color: #fff
}

.payment-method .form-check {
    padding: 0 26px
}

.display_btn {
    display: inline-flex
}

.display_btn .single_page_title {
    margin-right: 10px
}

.cart_panel .progress {
    height: 4px
}

.cart_panel .progress-bar {
    background-color: #44a72a
}

.text_f_right {
    float: right
}

.footer_section .alert {
    padding: 4px 11px;
    border-radius: 0
}

.cart_panel .cart i {
    margin-right: 2px
}

.social_icon ul {
    padding-left: 0
}

.social_icon li {
    display: inline-block;
    list-style: none
}

.social_icon img {
    max-width: 100%;
    width: 22px;
    margin-right: 5px;
    border-radius: 4px
}

.cat-list .list-group-item {
    border: 0
}

.cat-list .accordion .fa {
    margin-right: .5rem
}

.shop_page_block th .btn-outline-secondary {
    overflow: scroll;
    width: 150px
}

@media screen and (max-width:450px) {
    .sidenav a {
        font-size: 12px;
        font-weight: 100
    }
}

@media screen and (min-width:768px) {
    .container-fluid {
        padding-bottom: 5%
    }
    .shop_details_img img {
        max-width: 200px
    }
    .shop_page_block th .btn-outline-secondary {
        overflow: auto;
        width: 100%
    }
}

.brand_img img {
    max-width: 100%;
    width: 90px!important;
}

.owl_slider {
    padding-left: 5px;
    padding-right: 5px;
}

.contact_button {
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: -68px;
    transform: rotate(-90deg);
}

.contact_button a {
    border: none;
    border-radius: 30px;
    font-family: Lemonada;
    font-weight: 600;
    font-size: 14px;
    background-color: #ef4b23;
    color: #ffffff;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    padding: 4px 14px;
    margin-right: 48px;
}

.contact_button .btn:focus {
    outline: 0;
    box-shadow: none;
}


/*loader*/


/* Loader Background */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}


/* Default for desktop: Centered small loader */

#loader img {
    width: 120px;
    height: auto;
}

.hide-loader {
    display: none !important;
}


/* Mobile full width loader */

@media (max-width: 768px) {
    #loader img {
        width: 100%;
        height: auto;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .btn-mob {
        padding: 3px!important;
        letter-spacing: 0!important;
        font-size: 10px!important;
        border-radius: 6px !important;
    }
    .row-mob {
        padding-right: 2px!important;
        padding-left: 2px!important;
    }
    .varient-mob {
        padding: 0!important;
        font-size: 10px!important;
        border-radius: 6px !important;
        width: 80%!important;
        margin: 0 auto!important;
    }
    .brand_name {
        font-size: 10px!important;
    }
    .product_name,
    .product_name_hindi {
        margin-bottom: 4px;
        font-size: 8px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #1f1f1f;
    }
    .price {
        font-size: 14px;
        font-weight: 600;
    }
    .swiper-slide {
        margin-right: 6px!important;
    }
    .offer-block1>.offer-block {
        text-align: center!important;
        border-radius: 5px!important;
        background-color: #fff!important;
        box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%)!important;
        margin-bottom: 15px!important;
        padding: 10px 0px!important;
        width: 100%;
    }
    .offer-block {
        text-align: center!important;
        border-radius: 5px!important;
        background-color: #fff!important;
        box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%)!important;
        margin-bottom: 15px!important;
        padding: 10px 0px!important;
        width: 100%!important;
    }
}


/* Mobile quantity box fix */

@media (max-width: 768px) {
    .qty_num .input-group {
        margin-top: 6px !important;
    }
    .qty_num .btn {
        padding: 2px 6px !important;
        font-size: 8px !important;
        line-height: 1 !important;
    }
    .qty_num .btn .fa {
        font-size: 8px !important;
    }
    .qty_num .form-control {
        height: 20px !important;
        padding: 2px 4px !important;
        font-size: 9px !important;
        text-align: center;
    }
    .qty_num .input-group-btn {
        width: auto;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .mySwiper .swiper-slide {
        width: calc((100% - (28px * 3)) / 4) !important;
    }
    .todaysOfferSwiper .swiper-slide {
        width: calc((100% - (3px * 3)) / 3) !important;
    }
}


/* Desktop */

@media (min-width: 992px) {
    .mySwiper .swiper-slide {
        width: calc((100% - (20px * 3)) / 5) !important;
    }
}