﻿/*-------------Fonts--------------*/
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../Fonts/Montserrat-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Italianno-Regular';
    src: url('../Fonts/Italianno-Regular.ttf') format('truetype');
}
/*-------------Body--------------*/
body {
    font-family: 'Montserrat-Regular';
}


.body_clr {
    background: #F7F7F7;
}

a {
    text-decoration: none !important;
}

.modal a {
    cursor: pointer !important;
}

.cart_del {
    cursor: pointer;
}

.validation_message {
    display: none;
    margin: 0px auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    padding: 8px;
    text-align: center;
    background: #ADD8E6 !important;
    color: #fff;
    z-index: 999999;
    font-weight: 600;
    letter-spacing: 0.04rem;
    font-size: 14px !important;
    text-transform: capitalize;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}
/*-------------Top Navigation--------------*/
.Ad_topnavdv {
    background: #ADD8E6;
    padding: 6px;
}


.Ad_topnav_a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000;
    text-decoration: none !important;
    padding: 10px;
}

    .Ad_topnav_a:hover {
        color: #000;
    }
/*---------------------------
Mobile Responsive
---------------------------*/
@media only screen and (max-width: 600px) {

    /*---------------------------
        Top Navigation
     ---------------------------*/
    .Ad_topnav_a {
        padding: 5px;
        font-size: 12px;
    }
    .bottomCart {
        position: fixed;
        right: 0;
        left: 0;
        text-align: center;
        padding: 15px;
        bottom: 0px;
        z-index: 999;
        width: 99%;
        box-shadow: -1px -23px 69px -1px rgba(173,151,151,0.39);
        -webkit-box-shadow: -1px -23px 69px -1px rgba(173,151,151,0.39);
        -moz-box-shadow: -1px -23px 69px -1px rgba(173,151,151,0.39);
        background: #ffffff !important;
        color: #d47827 !important
    }

        .bottomCart a {
            color: #d47827 !important;
        }
}
/*-------------Navigation--------------*/
.navdv {
    background: #FFFFFF !important;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.navbar-light {
    background: #FFFFFF !important;
    margin: 0px auto !important;
    border-bottom: 1px solid #ADD8E6;
    /*margin-top:37px;*/
}

.nav-link {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000 !important;
    /*padding-left: 20px!important;
    padding-right:20px!important;*/
}

    .nav-link .iconify {
        font-size: 25px;
        float: right !important;
    }

.Ad_searchbox {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 3px!important;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
    width: 467px;
    height: 35px;
    /*background: #F2F2F2;*/
    padding-left: 8px;
}

.Ad_searchicon {
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.6);
    float: right;
    margin-top: -25px;
    margin-left: 8px;
    margin-right: 10px;
    cursor: pointer !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer !important;
}

.dropdown-item {
    color: black;
    text-decoration: none;
    font-size:12px!important;
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 100% !important;
    /*box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.15);*/
    z-index: 1;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 40%;
    }

    .dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top: -30px;
        left: 100%;
    }

@media (max-width: 992px) {
    .dropdown-menu {
        width: 50%;
    }

        .dropdown-menu .dropdown-submenu {
            width: auto;
        }
}

@media only screen and (max-width: 600px) {
    .Ad_searchbox {
        width: 100%;
    }

    .nav-link .iconify {
        float: left !important;
    }

    .bskt-opt {
        margin-bottom: 10px !important;
    }
}
/*---------------------------
Carousel Slider
---------------------------*/
#intro {
    display: table;
    width: 100%;
    /*height: 100vh;
    background: #000;*/
}

    #intro .carousel-item {
        width: 100%;
        /*height: 100vh;*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        #intro .carousel-item::before {
            content: '';
            /*background-color: rgba(0, 0, 0, 0.7);*/
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #intro .carousel-container {
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 150px;
        right: 0;
    }

    #intro .carousel-background img {
        max-width: 100%;
    }

    #intro .carousel-background imgcl {
        max-width: 100%;
        height: 152px;
        padding: 15px;
    }

    #intro .carousel-content {
        text-align: left !important;
    }

    #intro h4 {
        color: #ADD8E6;
        color: rgba(0, 0, 0, 0.5);
    }

    #intro .slider_text_clr {
        text-align: left !important;
        color: #ADD8E6;
        font-size: 50px;
        font-weight: 700;
        text-transform: uppercase;
    }



    #intro p {
        width: 80%;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #intro .carousel-fade {
        overflow: hidden;
    }

        #intro .carousel-fade .carousel-inner .carousel-item {
            transition-property: opacity;
        }

        #intro .carousel-fade .carousel-inner .carousel-item,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            opacity: 0;
        }

        #intro .carousel-fade .carousel-inner .active,
        #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
            opacity: 1;
            transition: 0.5s;
        }

            #intro .carousel-fade .carousel-inner .carousel-item-next,
            #intro .carousel-fade .carousel-inner .carousel-item-prev,
            #intro .carousel-fade .carousel-inner .active.carousel-item-left,
            #intro .carousel-fade .carousel-inner .active.carousel-item-right {
                left: 0;
                transform: translate3d(0, 0, 0);
            }

    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 10%;
    }


    #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
        background: none;
        font-size: 32px;
        line-height: 1;
    }

    #intro .carousel-indicators li {
        cursor: pointer;
    }

    #intro .Ad_btn-shop-now:hover {
        text-decoration: none !important;
        color: #fff;
        background: #ADD8E6;
        border: 1px solid #ADD8E6;
        border-radius: 45px;
    }

    #intro .Ad_btn-shop-now {
        background: #F3FFEE;
        color: #ADD8E6;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 1px solid #ADD8E6;
        border-radius: 45px;
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ADD8E6;
    text-align: center;
    opacity: .9;
    transition: opacity .15s ease;
}

@media (max-width: 600px) {

    #intro h4 {
        font-size: 14px;
    }

    #intro .slider_text_clr {
        font-size: 18px;
        text-align: left;
    }

    #intro .carousel-container {
        left: 50px;
    }

    #intro .Ad_btn-shop-now {
        font-size: 10px;
        padding: 5px 22px;
        margin: 0px;
    }
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}
/*---------------------------
QualityProducts Div
---------------------------*/
.QualityProductsdv {
    background: #FFFFFF;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 40px 50px 20px;
    position: absolute;
    left: 8%;
    top: 500px;
    z-index: 999;
}

.Ad_QualityProductstxt {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #000000;
    align-items: center;
}

.btn_sm {
    background: rgba(105, 189, 67, 0.2);
    border-radius: 15px;
    color: #ADD8E6;
    font-size: 14px;
    line-height: 23px;
}

    .btn_sm:hover {
        color: #ADD8E6;
    }

@media (max-width: 600px) {
    .QualityProductsdv {
        background: #FFFFFF;
        box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 40px 50px 20px;
        position: relative;
        top: 20px;
        left: 0px;
        width: 80%;
        text-align: center;
    }

    .btn_sm {
        margin-bottom: 20px;
    }
}
/*---------------------------
Fresh Vegatable & Fruits Div
---------------------------*/
.slick-slide img {
    /*width: 100% !important;*/
}

.customer-logos {
    text-align:center!important;
}

    .customer-logos .slide_imgs {
        padding: 5px !important;
        /*width: 220px !important;
        height: 156px !important;*/
        width:290px !important;
        
        border-radius: 5px;
        text-align: center !important;
    }

    .customer-logos .slide img {
        width: 100% !important;
        /*height: 100% !important;*/
        border-radius: 5px;
        cursor: pointer;
        text-align: center !important;
    }

    .customer-logos .slide p {
        text-align: center !important;
        font-size: 18px !important;
    }
/*---------------------------
Top Featured Products Div
---------------------------*/
.Headings_txtblack_lg {
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    font-family: 'Italianno-Regular';
    text-align: center !important;
    letter-spacing:1px;
}

.Headings_txtlght_lg {
    font-size: 32px;
    line-height: 52px;
    color: #000000;
    font-weight: 100 !important;
}

.hr_md {
    width: 170px !important;
    border-top: 4px solid #ADD8E6;
    margin-top: -5px;
}


.topcaty_list {
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    list-style-type: none !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.topcaty_list_active {
    font-size: 18px;
    line-height: 30px;
    color: #ADD8E6 !important;
    padding-bottom: 8px;
    border-bottom: 3px solid #ADD8E6;
}

.topcartyhr {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 8px;
    width: 50% !important;
}

.leaf_img {
    margin-top: -170px;
}
/*---------------------------
 Products Div
---------------------------*/
.product_padding {
    padding-left: 10px;
    padding-right: 10px;
    /*margin-bottom: 25px;*/
    display: flex;

}

.Product_dv {
    width: 100%;
    /*height: 400px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    background: #fff;
    border: 1px solid #ADD8E6;
    box-sizing: border-box;
    border-radius: 10px;
}
    .Product_dv:hover {
        box-shadow: 0px 4px 20px rgba(225, 161, 61, 0.35);
    }
.product_img {
    width: 100%;
    /*height: 163px;*/
    align-items: center;
    padding-top: 20px;
}

.Product_connect {
    /*background: #F7F7F7;*/
    padding: 15px;
    /*margin-top: 50px;*/
}

.product_name {
    font-size: 13px;
    /* line-height: 23px; */
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    /*height: 40px;*/
    overflow: hidden;
}

.product_pricedv {
    margin-bottom: 3px;
}

.product_discount {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: line-through;
    /*color:#CA8D31;*/
    padding-right: 10px;
}

.product_ds {
    font-size: 14px;
    line-height: 16px;
    color: #ADD8E6;
    padding-left: 10px !important;
}

.product_price {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /*color: #CA8D31;*/
    color: #000;
    /*padding-left: 10px;*/
    font-weight: 600;
    text-decoration: none !important;
}

.Product_select_quantity {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 23px;
    color: #696969;
}

.skin-light .number-input.number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: .25rem;
}

.addcart_btn {
    background: #ADD8E6;
    font-size: 11px;
    line-height: 16px;
    color: #FFFFFF;
    height: 30px;
    margin-left: -2px;
    border-radius: 0px;
    width: 104%;
}

    .addcart_btn:hover {
        color: #FFFFFF;
    }

.minus {
    border: 0px;
    background: none !important;
    width: 35px;
    outline: 0 !important;
    outline: none !important
}

    .minus:focus {
        outline: 0 !important;
        outline: none !important
    }

.plus {
    border: 0px;
    background: none !important;
    width: 35px;
    outline: 0 !important;
    outline: none !important
}

    .plus:focus {
        outline: 0 !important;
        outline: none !important
    }


.quanty_value {
    border: solid 1px #dadbdd;
    width: 76px;
    text-align: center;
    background: #fff !important;
    outline: 0 !important;
    outline: none !important;
    border-radius: 3px;
    height: 31px;
}

.qtylabel {
    color: #a2a2a2;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding-top: 7px;
    padding-right: 10px;
}

.quanty_value:focus {
    outline: 0 !important;
    outline: none !important
}

.Ad_quantitytbl {
    margin-top: 10px;
}

    .Ad_quantitytbl tr td {
        padding: 0px !important;
    }

.aditem_price_ss {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px !important;
}

.common_dv {
    width: 96% !important;
    margin: 0px auto !important;
}

.shopall_txt {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    /* padding-bottom: 10px !important; */
    padding: 8px 15px;
    /* width: 219px; */
    letter-spacing: 1px;
    cursor: pointer !important;
    border-radius: 3px;
    background: #ADD8E6;
}
/*---------------------------
 Banner Div
---------------------------*/
.Banner_img {
    padding: 10px !important;
    cursor: pointer;
    border-radius: 5px;
}
/*---------------------------
 Footer Div
---------------------------*/
.contact_footerdv {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0px;
    margin-top:20px;
}

.headind_md {
    font-size: 24px;
    line-height: 39px;
    color: #000000;
}

.contact_footerdv table tr td {
    font-size: 14px;
    color:#fff;
}

.footer {
    padding: 20px 0px;
    background:#fff;
}

.footer_P {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #000000;
}

.footer_text {
    font-weight: bold;
}

.footer_link {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-weight: 600;
}

    .footer_link:hover {
        font-size: 14px;
        line-height: 23px;
        color: rgba(0, 0, 0, 0.6);
        text-decoration: none !important;
    }

.copyright_text {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    padding-top:5px;
}

    .copyright_text a {
        font-size: 12px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.7);
    }
/*---------------------------
 Show All Page  start
---------------------------*/
.box_shadow {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.item_heading {
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-left: -15px;
    font-weight: 600;
    letter-spacing: 0.03rem;
}



.item_subheading {
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.3);
}

.selectdrp {
    margin-left: 15px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.product_paddings {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.aditem_title {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.7);
}

.aditem_quanity {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.6);
}

.aditem_price {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ADD8E6;
}

.aditem_offerprice {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    padding-left: 6px;
    text-decoration: line-through;
}

.selector {
    position: relative;
    padding-top: 10px;
    width: 270px;
    color: #7e7e7e;
}

    .selector ul {
        position: relative;
        display: block;
        overflow: auto;
        min-width: 138px;
        max-height: 200px;
        background: #fff;
        list-style: none;
        white-space: inherit;
        padding-right: 17px;
        width: calc(100% + 17px)
    }

    .selector li {
        position: relative;
        padding: 3px 20px 3px 25px;
        cursor: pointer
    }

        .selector li:before {
            position: absolute;
            top: 50%;
            left: 0;
            top: 4px;
            display: inline-block;
            margin-right: 9px;
            width: 17px;
            height: 17px;
            background-color: #f4f4f4;
            border: 1px solid #d5d5d5;
            content: ""
        }

        .selector li[data-selected="1"]:before {
            border: 1px solid #d7d7d7;
            background-color: #fff
        }

        .selector li[data-selected="1"]:after {
            position: absolute;
            top: 50%;
            left: 3px;
            top: 11px;
            display: inline-block;
            width: 4px;
            height: 10px;
            border-right: 2px solid;
            border-bottom: 2px solid;
            background: none;
            color: #ADD8E6;
            content: "";
            -webkit-transform: rotate(40deg) translateY(-50%);
            transform: rotate(40deg) translateY(-50%)
        }

        .selector li:hover {
            color: #aaa
        }

        .selector li .total {
            position: absolute;
            right: 0;
            color: #d7d7d7
        }

    .selector .price-slider {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-top: 17px
    }

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top: 8px
    }
}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #ADD8E6;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #ADD8E6;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
    .selector #slider-range {
        width: 100%
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #ADD8E6;
    border: none;
    top: -14px;
    width: 32px;
    height: 32px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top: -13px;
        width: 25px;
        height: 25px;
    }
}

.selector .ui-slider-range {
    background-color: #ADD8E6;
}

.selector .slider-price {
    position: relative;
    display: inline-block;
    padding: 5px 29px;
    width: 40%;
    background-color: #ADD8E6;
    line-height: 28px;
    text-align: left;
}

    .selector .slider-price:before {
        position: absolute;
        top: 50%;
        left: 13px;
        margin-top: 0;
        color: #ADD8E6;
        content: attr(data-currency);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #ADD8E6;
    cursor: pointer;
    line-height: 28px
}

    .selector .show-all:after, .selector .show-all:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -1px;
        color: #ADD8E6;
        width: 10px;
        border-bottom: 1px solid
    }

    .selector .show-all:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
}
/*---------------------------
Productview Page  start
---------------------------*/

.imgkey {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}

.previewPane {
    display: inline-block;
    width: 350px;
    height: 350px;
    cursor: crosshair;
    background-size: 100%;
    text-align: center !important;
}

#zoomer {
    display: none;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    z-index: 10000000000000000000000000000000;
}

#demo {
    color: #ADD8E6 !important;
}

img {
    vertical-align: middle;
}

.container-fluid {
    position: relative;
}

.mySlides {
    display: none;
    text-align: center;
    margin: 0px auto !important;
}

.cursor {
    cursor: pointer;
}

/*.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }*/

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.demo {
    opacity: 0.9;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

/*.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 0px;
    margin-top: -30px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}*/

.columnactive {
    float: left;
    width: 88px !important;
    height: 90px !important;
    background: #F8F8F8;
    border: 1px solid #ADD8E6;
    margin-bottom: 15px;
    text-align: center !important;
    padding-top: 5px;
}

.column {
    float: left;
    width: 88px !important;
    height: 90px !important;
    background: #fff;
    margin-bottom: 15px;
    text-align: center !important;
    padding-top: 5px;
}



.proceed {
    background: orange !important;
    color: white
}

#btnproceed:hover {
    text-decoration: none !important;
}

.column img {
    width: 77px;
    height: 77px;
}

.productviewbox {
    background: #fff;
    width: 516px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.dsplybx {
    display: flex !important;
}

.zoomWindow {
    top: 0px !important;
    left: 520px !important;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product_title {
    font-size: 22px;
    line-height: 36px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}

.price {
    font-weight: 600;
    font-size: 22px;
    color: #ADD8E6;
}

.descrptn_txt {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Poppins-Regular' !important;
}

.descrptn_title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.li_padding {
    margin-left: -15px;
}

.cart_btn {
    background: #ADD8E6;
    border-radius: 5px;
    color: #fff !important;
    width: 220px;
    cursor: pointer !important;
}

.lbquanty_kg_active {
    background: rgba(225, 161, 61, 0.2);
    border: 1px solid #ADD8E6;
    font-size: 14px;
    line-height: 23px;
    color: #ADD8E6;
    padding: 8px;
    margin-right: 10px;
}

.lbquanty_kg {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.7);
    padding: 8px;
    margin-right: 10px;
}

.adlocation {
    color: #ADD8E6;
    border-bottom: 1px solid #ADD8E6;
}

.adtxt_check {
    font-size: 12px;
    line-height: 20px;
    color: #ADD8E6;
    margin-top: -36px;
}

.box_shadow_about {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
}

.content {
    background: #fff !important;
    width: 630px;
    /*height: 516px;*/
    margin-left: -15px !important;
}
/*---------------------------
Cart Page  start
---------------------------*/
.lbl_icon {
    color: #ADD8E6;
}

.lbl_icon_circle {
    background: rgba(225, 161, 61, 0.2);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btnproceed {
    font-size: 14px;
    line-height: 23px;
    color: #ADD8E6;
    border: 1px solid #ADD8E6;
    box-sizing: border-box;
    border-radius: 3px;
    transition: 0.5s;
}

    .btnproceed:hover {
        background: #ADD8E6;
        color: #fff;
        transition: 0.5s;
    }

.txt_sm {
    margin-left: 10px;
}

.add_address {
    font-size: 14px;
    line-height: 18px;
    color: #ADD8E6;
    cursor: pointer;
}

.Person_name {
    font-size: 14px;
    line-height: 23px;
    color: #000000;
}

.person_address {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.6);
}

.person_mobile_no {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.6);
}

.paybutton {
    background: #ADD8E6;
    width: 351px;
    font-weight: 500;
    font-size: 14px;
    /*height: 45px !important;*/
    color: #FFFFFF;
    transition: 0.5s;
}

    .paybutton:hover {
        color: #ADD8E6;
        border: 1px solid #ADD8E6;
        box-sizing: border-box;
        border-radius: 3px;
        background: #fff;
        transition: 0.5s;
    }
.btnpay {
    color: rgba(0, 0, 0, 0.8);
    border: none !important;
    background: #fff !important;
    font-size: 16px !important;
    cursor: pointer !important;
}
    .btnpay:hover {
        color: #ADD8E6;
        border: none !important;
        background: #fff !important;
    }
.btncod {
    color: rgba(0, 0, 0, 0.8);
    /*border: 1px solid #CA8D31;*/
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    /*transition: 0.5s;*/
    width: 351px;
    height: 45px !important;
    cursor:pointer!important;
}

    .btncod:hover {
        /*background: #CA8D31;
        border: 1px solid #CA8D31;*/
        width: 351px;
        font-weight: 500;
        /*font-size: 14px;*/
        color: #ADD8E6;
        /*transition: 0.5s;*/
    }

.continue_txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 55px;
    color: #ADD8E6;
    cursor: pointer;
}

.bag_total {
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}

.Total_mount {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
}

.cart_item_img {
    width: 134px;
    height: 108px;
    margin-top: -20px;
}

.icon_dv {
    margin-top: -10px;
}

.Ad_quantitytbls {
    margin-top: 22px !important;
}

.form-container .input_line {
    padding: 2px !important;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.selectedbutton_sm {
    background: #ADD8E6;
    width: auto;
    font-weight: 500;
    font-size: 14px;
    height: 41px !important;
    color: #FFFFFF;
    transition: 0.5s;
}

    .selectedbutton_sm:hover {
        color: #ADD8E6;
        border: 1px solid #ADD8E6;
        box-sizing: border-box;
        border-radius: 3px;
        background: #fff;
        transition: 0.5s;
    }

.notselectedbutton_sm {
    color: #ADD8E6;
    border: 1px solid #ADD8E6;
    background: #fff;
    width: 90px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
    height: 41px !important;
}

    .notselectedbutton_sm:hover {
        background: #ADD8E6;
        color: #FFFFFF;
        width: 90px;
    }

.hr_lg {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.light_txt {
    color: rgba(0, 0, 0, 0.6);
}
/*---------------------------
Modal popup Right
---------------------------*/
.Cart_modal-dialog {
    position: fixed;
    margin: auto;
    width: 451px;
    height: 100%;
    right: 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.Cart_modal-content {
    height: 100%;
    overflow: scroll;
}
/*---------------------------
Floating  labels 
---------------------------*/
/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input, .floating-select {
    font-size: 14px !important;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.7) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


    .floating-input:focus, .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #ADD8E6;
    }

.labellb {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 10px;
    color: #ADD8E6;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 10px;
    color: #ADD8E6;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #ADD8E6;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #ADD8E6;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #ADD8E6;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.floating-input {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px !important;
}

/****  floating-Lable style end ****/
/*---------------------------
Login Div
---------------------------*/
.left_side {
    background: linear-gradient( rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(../Images/customer_login.png) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px !important;
}

.login_welcome {
    font-size: 24px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #ADD8E6;
}

.login_md_txt {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #484848;
}

.login_sm_txt {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
}

.left_padding {
    padding-left: 40px;
}

.right_side {
    padding-right: 20px;
}

.label {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
}

.input_line {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0px !important;
}

.txt_forgotpassword {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #ADD8E6;
}

    .txt_forgotpassword:hover {
        color: #ADD8E6;
    }

.txt_foot_login {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #000000;
}

.padding_lgn {
    padding-left: 0px !important;
}

.resend_txt {
    letter-spacing: 0.02em;
    color: #ADD8E6;
}

    .resend_txt:hover {
        letter-spacing: 0.02em;
        color: #ADD8E6;
    }
/*---------------------------
Resigster Div
---------------------------*/
.leftResigster_side {
    background: url(../Images/register.png) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px !important;
}

.Resigster_welcome {
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.02em;
    color: #7DDA00;
}

.Resigster_md_txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.Resigster_sm_txt {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.6);
}

.txt_password {
    font-weight: 200;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #000000;
}
/*---------------------------
Vadilation Div
---------------------------*/
#Email_vadilation {
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #EF0000 !important;
}
/*---------------------------
Myprofile Div Start
---------------------------*/
.Myprofile_Shadowdv {
    background: #FFFFFF;
    box-shadow: -4px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.Hello_txt {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding-left: 10px;
}

.Myprofile_Shadowdv .lbl_icon_circle {
    background: rgba(225, 161, 61, 0.2);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.Myprofile_Shadowdv .lbl_icon {
    font-size: 34px;
}

.Myprofile_Dashboard_dv {
    background: #FFFFFF;
    box-shadow: -7px 10px 22px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.Myprofile_icon {
    color: rgba(0, 0, 0, 0.6);
}

    .Myprofile_icon:hover {
        color: #ADD8E6 !important;
    }

.Myprofile_Btn {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
}

    .Myprofile_Btn:hover {
        color: #ADD8E6 !important;
    }

.Myprofile_icon_active {
    color: #ADD8E6 !important;
    font-weight: bold;
}

.Myprofile_Btn_active {
    color: #ADD8E6 !important;
    padding-left: 10px;
    font-size: 14px;
}

.Myprofile_bodydv {
    background: #FFFFFF;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.Myprofile_bodydv_icon {
    font-size: 20px;
    color: #ADD8E6;
    margin-top: -10px;
}

.Myprofile_Heading {
    color: #ADD8E6;
    padding-left: 10px !important;
    font-size: 18px;
}

.lbl_label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.lbl_value {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
.btnscus {
    background: #ADD8E6;
    color: #fff !important;
}
.button_md {
    background: #ADD8E6;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
    width: 121px;
    height: 36px;
    transition: 0.5s;
}

    .button_md:hover {
        color: #ADD8E6;
        border: 1px solid #ADD8E6;
        background: #fff;
    }

.lbl_edit {
    font-weight: bold;
    font-size: 14px;
    color: #ADD8E6;
    letter-spacing: 0.04rem;
    cursor: pointer !important;
    border: 1px solid #ADD8E6;
    padding: 5px 24px;
    border-radius: 4px;
}
    .lbl_edit:hover {
        background: #ADD8E6;
        color: #fff;
        border: 1px solid #ADD8E6;
    }
.address_box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 15px;
}

    .address_box:hover {
        border: 1px solid #ADD8E6;
    }

.Myprofile_bodydv .table tr th {
    font-weight: 300;
    font-size: 14px !important;
    color: #000000;
    border-top: 0px !important;
}

.Myprofile_bodydv .table tr td {
    font-weight: 300;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

#viewdetailModalCenter .table tr th {
    font-weight: 300;
    font-size: 14px !important;
    color: #000000;
    border: 0px !important;
    background: rgba(105, 189, 67, 0.2);
}

#viewdetailModalCenter .table tr td {
    font-weight: 300;
    font-size: 14px !important;
    color: #000000 !important;
}

.dropdown-menu {
    background: #FFFFFF;
    /*box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);*/
    margin-top: 28px;
}

.dropdown_Ad a td {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.dropdown_icons {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 15px !important;
    margin-right: 8px !important;
}

.dropdown_Ad a td:hover {
    font-size: 14px;
    color: #ADD8E6 !important;
}

.cart_count_circle {
    background: #ADD8E6;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center !important;
    position: absolute;
    top: -10px;
    right: -10px;
    vertical-align: middle;
    table-layout: auto;
}

.cart_count {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.10rem !important;
}

.mega_menu {
    width: 55rem !important;
}

    .mega_menu ul li {
        list-style-type: none !important;
    }

.addcart_btn img {
    width: 20px !important;
    margin-right: 8px;
}

.bodydv {
    background: #F7F7F7;
   
}

footer {
    background: #ADD8E6;
    /*background-image: url('../Images/MicrosoftTeams-image (6).png');*/
    background-image: url('../Images/MicrosoftTeams-image (7).png');
    /*width:1000px;*/
    /**/
}

.dvcartbtns {
    color: #ADD8E6 !important;
    border: 1px solid #ADD8E6;
    padding: 5px 20px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
}

.dis_prc {
    font-size: 12px !important;
    color: #ADD8E6 !important;
    padding: 20px 10px !important;
    font-weight: bold !important;
}

.Hello_txt_big {
    padding-left: 10px !important;
}

.addressdel {
    /*position: absolute;
    top: -15px;
    left: 0px;
    z-index: 9999999 !important;
    border: 1px solid #CA8D31;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    background: #fff !important;*/
    float: right;
    font-weight: bold;
    font-size: 14px;
    color: #ADD8E6;
    letter-spacing: 0.04rem;
    cursor: pointer !important;
}

.btncancels {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
    width: 121px;
    height: 36px;
    transition: 0.5s;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

    .btncancels:hover {
        background: #fff;
        border-radius: 5px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.6);
        width: 121px;
        height: 36px;
        transition: 0.5s;
        border: 1px solid rgba(0, 0, 0, 0.4);
    }

.disp_save {
    background: #ADD8E6;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    width: 100px;
    border-radius: 5px;
}

.product_discountrate {
    text-decoration: line-through;
    color: #666;
}

.mrp_prc {
    color: #999;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
}

.taxtxt {
    font-size: 12px;
    font-weight: 500;
    color: #999;
    margin-top: 10px;
}

.product_dss {
    font-size: 14px;
    line-height: 16px;
    color: #ADD8E6;
    /*padding-left: 20px!important;*/
    margin-bottom: 20px;
}

.avalb_txt {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.prd_cat_name {
    color: #ADD8E6 !important;
    font-size: 16px;
    padding-left: 5px;
}

.more_txt {
    color: #666;
    font-weight: 200;
    font-size: 14px;
}

.easyreturn_txt {
    font-size: 14px;
    font-weight: 500;
    color: #ADD8E6;
}

.push__half--top {
    color: #333;
    font-size: 12px;
}

.gap_margin {
    margin-top: 10px;
}

.whytxt {
    margin-top: 25px !important;
}

.trdimg {
    margin-left: 25px;
    margin-bottom: 20px !important;
}

.marg_bttm {
    margin-bottom: 40px !important;
}

.vegimg {
    margin-top: 5px !important;
    margin-left: -5px;
    /*width:10px!important;*/
}

.imgprcd {
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    padding: 8px;
}

#demo {
    margin-bottom: 30px !important;
}

.margindv {
    margin-top: 30px !important;
}

/*.banner_middle_img {
    min-height: 450px;
    max-height: 450px;
}*/

.fixtop_mrgn {
    margin-top: 100px !important;
}

.crte {
    width: 110% !important;
}

.topfert_prduct {
    margin-left: -15px;
    margin-bottom: 10px;
}

.bskt-opt .input-group-addon:first-child {
    border-right: 0;
    padding: 6px 0px;
    height: auto;
    font-size: 12px;
    color: #999;
    font: 12px;
    /*border-color: #e0e0e0;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;*/
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.bskt-opt .form-control {
    padding: 0;
    text-align: center;
    border-radius: 0px !important;
    height: 24px;
    /*border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;*/
    border-radius:0px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-left:10px!important;
}

.bskt-opt .input-group {
    width: 100% !important;
}

.addcrt {
    text-transform: uppercase;
    /* width: 100%; */
    border-radius: 100px;
    border: 1px solid #ADD8E6;
    background: #ADD8E6;
    font-size: 12px;
    color: #fff !important;
    letter-spacing: 1px;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -10px;
}

    .addcrt table {
        margin: 0px auto !important;
    }
    .addcrt  i{
       padding-top:6px;
    }
.loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.a-box {
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
}

.a-alert-success {
    border-color: #7fc87f;
    margin-bottom: 25px;
}

    .a-alert-success .a-alert-container .a-alert-heading {
        color: #007600;
        font-weight: 700;
        font-size: 17px;
    }

.a-alert .a-icon-alert {
    height: 27px;
    width: 30px;
    position: absolute;
    left: 18px;
    top: 11px;
}

.a-alert-success .a-alert-container {
    background-color: #fff;
    box-shadow: 0 0 0 4px #dff7df inset;
    padding-left: 60px;
}

.a-box .a-box-inner {
    border-radius: 4px;
    position: relative;
    padding: 17px 18px 7px;
}

.setaddress {
    color: #cecccc;
}

.cart_item_img img {
    min-height: 130px;
    max-height: 130px;
    overflow: hidden;
}

.ui-autocomplete {
    z-index: 50000;
}

/*table.dataTable.no-footer {
    border-bottom: 1px solid #EBEBEB;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.6em !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        border: 1px solid #CA8D31 !important;
        background: #CA8D31 !important;
        margin-bottom: 15px;
    }

[type=search] {
    outline-offset: -0px !important;
    -webkit-appearance: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #A9AAB5;
}*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
    /* right: 186px!important; */
    left: 330px !important;
    top: 70px !important;
    font-size: 14px !important;
    width: 470px !important;
    background: #fff !important;
    height: 500px;
    overflow-y: auto !important;
    padding:5px 10px!important;
    color: #7B858A !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    letter-spacing: 0.07em;
    font-weight: 500;
    cursor:pointer!important;
  
}

.about_txt {
    font-size: 14px !important;
    line-height: 30px;
}

.dis_prcs {
    color: #ADD8E6 !important;
    font-size: 12px !important;
}

.inputfield {
    width: 111px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0px 10px;
    text-align: center !important;
}

.totlprc {
    color: #ADD8E6 !important;
    font-weight: 600;
}

.categories-list {
    /*margin-left: -40px;*/
}

.brandname {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 10px !important;
}
/*.common-checkboxIndicator {
   margin-top:-22px!important;
    width: 16px;
    height: 16px;
    border: 1px solid #c3c2c9;
    background: #fff;
    border-radius: 2px;
}
.common-customCheckbox input:checked ~ .common-checkboxIndicator {
    border: none;
    background: #ff3f6c;
    color:#fff!important;
}*/
.back-to-top {
    position: fixed;
    display: none;
    background: linear-gradient(180deg, #074C00 0%, #1d6b1c 0.01%, #000000 100%);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    padding-top: 12px;
}

.boxlabel {
    /*background: rgba(188, 188, 188, 0.2);
    border: 1px solid #CDCDCD;*/
    font-size: 14px;
    line-height: 15px;
    color: #2E2E2E;
    width: 100%;
    /*padding: 5px;*/
}

    .boxlabel a {
        color: #000 !important;
    }

.apply_btn {
    /*background: #CA8D31 !important;*/
    background: #f0f0f0;
    background: linear-gradient(to bottom,#f0f0f0 0,#fff 100%) !important;
    color: #000 !important;
    border: 1px solid #dfdfdf;
    font-size: 14px !important;
    color: #4a4a4a !important;
}

.gsttext {
    font-size: 12px !important;
}

.mega-dropdown-menu {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#forgoterror p {
    font-size: 12px !important;
}

.margnleftdv {
    margin-left: -15px !important;
}

.logbx {
    width: 435px;
}

.logbg {
    padding: 20px 40px;
}

.otptxt {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4);
}

.logindateerror_message {
    color: #fff !important;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center !important;
    position: absolute;
    justify-content: center;

}

@media only screen and (max-width: 1200px) {
    .carousel-item img {
      
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 600px) {
    .paybutton {
        width: 100% !important;
    }

    .padding_lgn {
        display: none !important;
    }

    .fresh_title {
        font-size: 38px;
    }

    .hr_md {
        margin-left: 0px;
    }

    .box_shadow {
        padding: 5px !important;
        margin-top: 10px;
    }

    .Cart_modal-dialog {
        width: 100% !important;
    }

    .customer-logos .slide_imgs {
        width: 100% !important;
    }

    .fixtop_gap {
        height: 70px !important;
    }

    .quanty_value {
        width: 45px;
    }

    .addcart_btn img {
        display: none !important;
    }

    /*.banner_middle_img {
        min-height: 250px;
        max-height: 250px;
    }*/

    .addcart_btn {
        width: 100%;
    }

    .content {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px !important;
    }

    .right_side {
        padding-right: 0px;
    }

    /*.Product_dv {
        height: 396px;
    }*/

    .shopall_txt {
        font-size: 12px;
        margin-bottom: 20px !important;
    }

    .Editprofile_div .col-md-4 {
        margin-bottom: 20px !important;
    }

    .bskt-opt .input-group {
        width: 100% !important;
    }

    .addcrt {
        margin-top: 10px !important;
    }

    .dvcartbtns {
        color: #ADD8E6 !important;
        border: 1px solid #ADD8E6;
        padding: 3px 8px !important;
        border-radius: 2px !important;
        cursor: pointer !important;
        font-size: 12px;
    }

    .carousel-item img {
       
    }

    .inputfield {
        width: 69px;
        height: 36px;
    }

    .cart_count_circle {
        background: #ADD8E6;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        text-align: center !important;
        position: absolute;
        /*top: 46px;*/

        vertical-align: middle;
        table-layout: auto;
    }

    .imgprcd {
        min-height: auto;
        max-height: auto;
        overflow: hidden;
        width: 100%;
        margin: 0px auto;
        padding: 8px;
    }

    .Product_connect {
        /* background: #F7F7F7; */
        padding: 15px;
        margin-top: 20px;
    }

    .column {
        float: left;
        width: 94px !important;
        height: 90px !important;
        background: #fff;
        margin-bottom: 15px;
        text-align: center !important;
        padding-top: 5px;
        margin-right: 10px;
        margin-top: 10px;
    }
}
/*.Product_dv:hover {
    border:2px #CA8D31 solid;
 
}*/
.alert {
    display: none;
}

.error {
    color: #e74c3c;
}
.preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    background: url(https://houseofspices.co.nz/wp-content/themes/twentynineteen/images/loder.gif) center no-repeat #fff;
    /*background: url(https://i.pinimg.com/originals/66/22/ab/6622ab37c6db6ac166dfec760a2f2939.gif) center no-repeat #fff;*/
}
#maincatgy_name {
    text-transform: uppercase;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.07em;
}
.subcatlist {
    color: #7B858A !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    letter-spacing: 0.07em;
    font-weight: 500;
}
.ui-menu-item {
    border-bottom:1px solid rgba(0, 0, 0, 0.1)!important;
    line-height:28px;
}
.ui-menu-item:hover{
    background:#107df3;
    color:#fff;
}
.bradsrch{
    position:relative;
    top:-25px;
    right:10px;
}
.headg_hr {
    border: 1px solid #ADD8E6;
    width: 6%;
    margin-top: -10px;
    margin-bottom: 20px;
}
.apply_btn {
    font-size: 15px;
    margin-left: -20px;
}
.leaf {
    width: 5.5rem;
    margin: 0 auto;
}
#errmsg {
    margin-top: 4px;
    color: #ff5757;
    text-align: left !important;
    display: none;
}
#errmsgs {
    margin-top: 4px;
    color: #ff5757;
    text-align: left !important;
    display: none;
}
.clsbtn {
    float: right;
    font-size: 1.5rem;
    font-weight: 500; 
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity:1; 
    margin-top: -24px;
    border: 2px solid #fff;
}
    .clsbtn:hover {
        color: #fff;
    }
.outstockbtn {
    background: #f73939 !important;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #f73939;
    font-size: 12px;
    color: #fff !important;
    letter-spacing: 1px;
    text-align: center !important;
}
.cart_btn {
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ADD8E6;
    background: #ADD8E6;
    font-size: 12px;
    color: #fff !important;
    letter-spacing: 1px;
}

    .cart_btn table {
        margin: 0px auto !important;
    }
.Login_heading_skn {
    height: 115px;
    left: 501px;
    top: 136px;
    background: linear-gradient( 263.71deg, #f1a93d9e 3.43%, #fef7e6 94.52%);
    text-align: center;
    color: #ADD8E6;
    padding-top: 18px;
}
.customerbodydv {
    background: rgb(228 180 106 / 38%) !important;
}
.img-card-radious {
    width: 98%;
    padding-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.item-title {
    font-size: 14px !important;
    font-weight: bold;
    padding: 15px 0px 0px 15px;
    color: #000000;
    margin: 0px;
    text-transform: capitalize;
}
.item-place a {
    font-weight: 300;
    font-size: 13px;
   
    /* identical to box height */
    color: #000000;
    letter-spacing: 0.8px;
    padding-left: 15px;
}
.VendorImage, .ProductList_style {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#VendorList .col-md-3 {
    display: flex;
}
.banner-container {
    position: relative;
    text-align: left;
    color: #606060;
    cursor: pointer;
}
.bnr-txt1 {
    font-family: Italianno-Regular;
    font-weight: 500 !important;
    font-size: 65px;
    line-height: 90px;
    padding: 60px 0px 60px 30px;
    color: #CC912D;
}
.left-centered {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -50%);
}
.bnr-txt3 {
    font-family: Italianno-Regular;
    font-weight: 500 !important;
    font-size: 55px;
    line-height: 80px;
    padding: 80px 0px 0px 30px;
    color: #CC820C;
}
.bnr-txt2 {
    font-family: Italianno-Regular;
    font-weight: 500 !important;
    font-size: 55px;
    line-height: 80px;
    padding: 142px 0px 0px 30px;
    color: #9E8973;
}
.bnr-txt4 {
    font-family: Italianno-Regular;
    font-weight: 500 !important;
    font-size: 49px;
    line-height: 80px;
    padding: 20px 0px 0px 30px;
    color: #B37A47;
}


.img-bnr2 {
    height: 150px !important;
    /*margin-left: 190px !important;*/
    margin-bottom: 80px !important;
    /*right: 20px;*/
}
.img-bnr3 {
    height: 150px !important;
    /*margin-left: 220px !important;*/
    margin-bottom: 80px !important;
    /*right: 20px;*/
}
.img-bnr1 {
    height: 150px !important;
    /*margin-left: 210px !important;*/
    margin-bottom: 130px !important;
    /*right: 20px;*/
}
#dv_title {
    font-family: Italianno-Regular;
    font-weight: 500 !important;
    font-size: 49px;
    color: #fff;
    letter-spacing: 0.08rem;
}
.cart_btn{

}
.cart_btn {
    text-transform: uppercase;
    /* width: 100%; */
    border-radius: 100px;
    border: 1px solid #ADD8E6;
    background: #ADD8E6;
    font-size: 12px;
    color: #fff !important;
    letter-spacing: 1px;
    width: 40px;
    height: 40px;
    /*float: right;*/
    margin-top: -10px;
}

    .cart_btn table {
        margin: 0px auto !important;
    }

    .cart_btn i {
        padding-top: 6px;
    }
.primary_menu {
    margin-top: 17px;
}
.showitem .Product_dv {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border: 0px solid #fff; 
    box-sizing: border-box;
    border-radius: 0px;
}

.mega_menu {
    width: 55rem !important;
}

    .mega_menu ul li {
        list-style-type: none !important;
    }


.megamenu {
    position: static;
    margin-top: 10px !important
}

    .megamenu .dropdown-menu {
        background: none;
        border: none;
        width: 100%
    }


code {
    color: #745eb1;
    background: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem
}

.text-uppercase {
    letter-spacing: 0.08em
}

#SLselectArea {
    font-size: 12px !important
}

.navcartmob {
    position: absolute;
    right: 100px;
}

    .navcartmob .iconify {
        font-size: 35px;
    }

.DivmobileNav {
    text-align: left !important;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px !important;
    box-shadow: -1px -23px 69px -1px rgba(0,0,0,0.39);
    -webkit-box-shadow: -1px -23px 69px -1px rgba(0,0,0,0.39);
    -moz-box-shadow: -1px -23px 69px -1px rgba(0,0,0,0.39);
    z-index: 10000;
    display: none;
    width: 100%;
    padding: 10px;
    background: #ffffff;
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 10px;
    }
}

