/*
Version: 1.0.0
*/

@import url("assets/styles/all.min.css");
@import url("assets/styles/bootstrap.css");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css");
@import url("assets/styles/responsive.css");
@import url("assets/styles/ui.css");
@import url("assets/styles/bootstrap-datepicker.css");
@import url("assets/styles/sweetalert.css");
@import url("assets/styles/owl.carousel.css");
@import url("assets/styles/owl.theme.default.css");
@import url("assets/styles/toastr.min.css");

.brand-wrap .logo, .navbar-brand .logo {
    height: 80px;
    margin: -26px -20px -30px 0px;
    max-height: none;
}

.header-logo {
    height: 120px !important;
}

.toppageheader-section{
    padding-bottom: 2rem !important;
}

.pagenav {
    padding: 10px 0;
}

.footer-top{
    padding-top: 20px;
}

.fheading{
    color: black !important;
    text-decoration: underline;
}

.fcompany{
    color: green !important;
}

.felement{
    font-weight: 300;
    margin-bottom: 16px;
    color: black !important;

}

.felement:hover{
    /*transition:background 0.20s linear;*/
    /*transform: scale(1.03);*/
    color: #3167eb !important;
}

.flabel{
    color: black !important;
}

.getit{
    height: 75px;
    width: 200px;
}

.ourbrands_label{
    color : #35874f !important;
}

.ourbrands_heading{
    color: royalblue;
}


/*Our stores start*/
.ourstore_logo{
    /*height: 80px;*/
    max-height: none;
}

.ourstores_body{
    border: 2px solid #35874f;
}

.ourstore_content1{
    border-right: 2px solid #35874f;
}

.os_fields{
    font-weight: 500;
}


/*Our Stores end*/

.socialicons{
    font-size: large;
}

.page-footer{
    background-color: #f3f3f3;
}

/*Loaders*/

#divloadingnew{
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2000;
    position: fixed;    
    background: #f19e43;
    color: green;
    font-weight: bold;    
    font-size: 20px;
    padding-top: 20%;
    /*left: 0;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);*/
}

#divloadingproduct{
    width: 50%;
    /*height: 100%;*/
    top: 0;
    z-index: 2000;
    position: fixed;    
    /*    background: #f19e43;
        color: green;*/
    /*font-weight: bold;*/    
    /*font-size: 20px;*/
    padding-top: 20%;
}

.loading_img{
    width: 300px;
}

#divloading {
    height: 510px;
}

.loader {
    position: absolute;
    z-index: 999;
    background: rgba(85, 0, 128, 0.02);
    width: 98%;
    height: 100%;
    padding: 0;
    padding-top: 15%;
}

/*Loader End*/

.form-control-feedbacklogin{
    position: absolute;
    right: 30px;
    top: 10px;
    color: #8a6d3b;
}

.form-control-feedback {
    position: absolute;
    right: 15px;
    top: 40px;
    color: #8a6d3b;
}

.form-control-feedbackone {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #8a6d3b;
}

.form-control-pincode {
    position: absolute;
    left: 80px;
    top: 40px;
    color: #8a6d3b;
}

.form-group.required .control-label:after { 
    content:" *";
    color:red;
}

.rcart_name{
    font-weight: 600;
    color: #00000085;
}

.reviewcart_address {
    min-height: 135px;
    white-space: pre-line;
}

.wishlist_added {
    color: red !important;
}

.label_ordercancel {
    text-align: center;
}

.page_backround {
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #82bc23 74%);
}

.similarproductsheading{
    font-family: initial;
    color: royalblue;
}

.pname{
    font-size: 14px;
    font-weight: bold;
}

.popular-products {
    border: 0px;
}

.popularproductsheading{
    font-family: initial;
    color: royalblue;
}

.popular-productsimg {
    border: 1px solid #e6e6e6;
}

.recommended-products {
    border: 0px;
}

.recommendedproductsheading{
    font-family: initial;
    color: royalblue;
}

.recommended-productsimg {
    border: 1px solid #e6e6e6;
}

.sticky-nav {
    background: #339a99;
    /*white;*/
}

.navbar-main .nav-link {
    color: white !important;
}

.filter-pills {
    margin-right: 5px;
    margin-top: 5px;
}

.filter-applied {
    font-weight: 600;
}

.productlist-productname {
    font-family: sans-serif;
}


/*--- Product Detail---*/
.productdetail-description {
    white-space: pre-line;
}

.productdetail-specification {
    white-space: pre-line;
}

.product-grid-heiglight:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 0 2px #bbd888;
}


/*--- zoom image ---*/
* {box-sizing: border-box;}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    /*position: absolute;*/
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
}

.img-zoom-result {
    position: fixed;
    border: 1px solid #d4d4d4;
    width: 30%;
    height: 50%;
    top: 40% !important;
    left: 51% !important;
    z-index: 10;
    /*    position: fixed;
        border: 1px solid #d4d4d4;
        set the size of the result div:
        width: 400px;
        height: 400px;
        top: 60% !important;
        left: 55% !important;
        z-index: 10;*/
}
/*--- zoom image end ---*/


/*--- Product Detail End ---*/




/*//product detail tab//*/

nav > .nav.nav-tabs{

    border: none;
    /*color:#fff;*/
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 18px 25px;
    color:black;
    background:#e4e4e4; 
    /*#272e38;*/
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
{
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #3167eb ;
}
.tab-content{
    /*background: #fdfdfd;*/
    line-height: 25px;
    border: 1px solid #ddd;
    /*border-top:5px solid #3167eb;*/
    /*border-bottom:5px solid #3167eb;*/
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #3167eb;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.m7{
    margin-left: 7%;
    margin-right: 7%;
    padding: 0px !important;
    width: 86% !important;
}

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

.home-bannercontainer{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.home-bannercol{
    padding: 0px !important;
}

.home-bannerrow {
    max-width: 100%;
    min-width: 1048px;
    clear: both;
    width: 100%;
    max-height: 320px;
    margin: 0px auto 0px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-banner{
    /*height: 320px;*/
    /*object-fit: contain;*/
}

.nextdisable{
    cursor:default;
}

.prevdisable{
    cursor:default;
}

.products-next{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.next-btn {
    color: #bbc7a7;
    font-size: 110px;
}

.l-10{
    left: 10px;    
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    right: 0px;
}

.r-10{
    right: 10px;   
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.bheading{
    margin-bottom: 0px;
    margin-left: 7%;
    margin-right: 7%;
    padding: 0px !important;
    width: 86% !important;
}

.products-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    right: 15px;
}

.prev-btn {
    color: #bbc7a7;
    font-size: 110px;
    /*background: #517d07;*/
    /*    display: inline-block;
         width: 20px; 
         height: 20px; 
        background: no-repeat 50% / 100% 100%;*/
    /*    color: #517d07;
        font-size: 130px;*/
}


.form-control-feedbacktwo {
    position: absolute;
    color: #8a6d3b;
    height: 32px;
    margin-top: 9px;
    margin-left: 60px;
}

.refundpolicy{
    white-space: pre-line;
}

.termsofservice {
    white-space: pre-line;
}

.privacypolicy {
    white-space: pre-line;
}


/*LOGIN*/ 

.cr-white{
    color: white;
}

.login-emsg{
    color: red;
    font-size: x-small;
    font-style: italic;
}

.change-mobl{
    color: red;
}

/*LOGIN END*/

.padding-yb{
    padding-bottom: 40px; 
}

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